*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "FontD", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 80px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

ul, ol {
  list-style: none;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-weight: 700;
}

@font-face {
  font-family: "FontD";
  src: url("../fonts/DINish-Regular.woff2") format("woff2"), url("../fonts/DINish-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FontD";
  src: url("../fonts/DINish-Bold.woff2") format("woff2"), url("../fonts/DINish-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FontDMedium";
  src: url("../fonts/DINPro-Medium-CZ.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  unicode-range: U+00D3, U+00F3, U+0104-0107, U+0118-0119, U+0141-0144, U+015A-015B, U+0179-017C;
}
@font-face {
  font-family: "FontDMedium";
  src: url("../fonts/DINPro-Medium.woff2") format("woff2"), url("../fonts/DINPro-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FontDBold";
  src: url("../fonts/DINish-Bold.woff2") format("woff2"), url("../fonts/DINish-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
h1 {
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 2rem;
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.75rem;
  }
}

h3 {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  h3 {
    font-size: 1.25rem;
  }
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.875rem;
}

p {
  margin-bottom: 16px;
}

.cta-button {
  display: inline-block;
  padding: 14px 32px;
  background: #152e4d;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  transition: background 0.3s ease, transform 0.15s ease;
}
.cta-button:hover {
  background: #0f1f35;
  transform: translateY(-2px);
}
.cta-button:active {
  transform: translateY(0);
}

.btn {
  display: inline-block;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 4px;
  transition: all 0.3s ease;
  text-decoration: none;
  cursor: pointer;
}
.btn--primary {
  background: #152e4d;
  color: #fff;
}
.btn--primary:hover {
  background: rgb(12.2571428571, 26.8489795918, 44.9428571429);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(21, 46, 77, 0.3);
}
.btn--hero {
  background: #fff;
  color: #152e4d;
  padding: 14px 32px;
  font-size: 16px;
}
.btn--hero:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.btn--outline {
  background: transparent;
  color: #152e4d;
  border: 2px solid #152e4d;
}
.btn--outline:hover {
  background: #152e4d;
  color: #fff;
}

.btn--outline {
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #152e4d;
  border: 2px solid #152e4d;
  border-radius: 4px;
  transition: all 0.3s ease;
  background: transparent;
  margin-top: 16px;
}
.btn--outline:hover {
  background: #152e4d;
  color: #fff;
}

.container {
  max-width: 1393px;
  margin: 0 auto;
  padding: 0 20px;
}

.text-center {
  text-align: center;
}

.mt-4 {
  margin-top: 40px;
}

.mb-4 {
  margin-bottom: 40px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.micro-repair-title {
  font-size: clamp(18px, 4vw, 28px);
  color: #1a1a1a;
  margin-bottom: clamp(16px, 3vw, 24px);
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.3;
}
.micro-repair-title a {
  display: inline;
  text-decoration: none;
  word-wrap: break-word;
}
.micro-repair-title img {
  display: inline;
  vertical-align: middle;
  padding: clamp(8px, 1vw, 12px) clamp(4px, 1vw, 6px);
  margin: 0;
  height: clamp(36px, 4vw, 58px);
  max-width: 100%;
}

.tit-logo {
  display: none;
}

.text-small {
  font-size: clamp(12px, 1.5vw, 14px);
  color: #999;
}

.text-caption {
  font-size: clamp(13px, 1.5vw, 14px);
  color: #666;
  text-align: center;
}

.text-block--mt {
  margin-top: clamp(24px, 4vw, 40px);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #fff;
  border-bottom: 5px solid #152e4d;
  transition: box-shadow 0.3s ease;
}
.admin-bar .header {
  top: 32px;
}
.header.is-scrolled {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.header__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
.header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 90px;
}
.header__hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 8px;
  background: none;
  border: none;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .header__hamburger {
    display: flex;
  }
}
.header__hamburger-line {
  display: block;
  width: 24px;
  height: 2px;
  background: #333;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.header__logo {
  display: flex;
  align-items: center;
}
.header__logo-img {
  height: 40px;
  width: auto;
}
@media (max-width: 768px) {
  .header__logo-img {
    height: 32px;
  }
}
.header__nav {
  flex: 1;
  display: flex;
  justify-content: center;
  align-self: stretch;
}
@media (max-width: 1200px) {
  .header__nav {
    display: none;
  }
}
.header__menu {
  display: flex;
  align-items: stretch;
  list-style: none;
  margin: 0;
  padding: 0;
  align-self: stretch;
}
.header__menu-item {
  position: relative;
  display: flex;
  align-items: stretch;
  transition: background-color 0.3s ease;
}
.header__menu-item + .header__menu-item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
  width: 1px;
  border-left: 1px solid rgb(64, 115, 156);
  z-index: 1;
  pointer-events: none;
}
.header__menu-item:hover::before, .header__menu-item.current-menu-item::before, .header__menu-item.current-menu-ancestor::before {
  display: none;
}
.header__menu-item:hover + .header__menu-item::before, .header__menu-item.current-menu-item + .header__menu-item::before, .header__menu-item.current-menu-ancestor + .header__menu-item::before {
  display: none;
}
.header__menu-item:hover {
  background-color: #152e4d;
}
.header__menu-item:hover > .header__menu-link {
  color: #fff;
  font-weight: 700;
}
.header__menu-item:hover > .header__dropdown {
  display: block;
  animation: fadeIn 0.2s ease;
}
.header__menu-item.current-menu-item, .header__menu-item.current-menu-ancestor {
  background-color: #152e4d;
}
.header__menu-item.current-menu-item > .header__menu-link, .header__menu-item.current-menu-ancestor > .header__menu-link {
  color: #fff;
  font-weight: 700;
}
.header__menu-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #152e4d;
  text-decoration: none;
  transition: color 0.3s ease;
  text-align: center;
  line-height: 1.3;
  align-self: stretch;
  width: 142px;
}
.header__dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #f3f4f5;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 10px 0px;
  z-index: 1000;
}
.header__dropdown-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__dropdown-list--mega {
  width: 315px;
  position: relative;
}
.header__dropdown-list--two-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-width: 380px;
  padding: 8px;
  gap: 0;
  background-color: #f3f4f5;
}
.header__dropdown-cat-title {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 35px;
  color: #152e4d;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.15s ease, border-color 0.15s ease;
  border-bottom: 2px solid transparent;
}
.header__dropdown-cat-title::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid currentColor;
  opacity: 0;
  transition: opacity 0.15s ease;
  flex-shrink: 0;
}
.header__dropdown-category:hover > .header__dropdown-cat-title {
  color: #152e4d;
  border-bottom-color: #152e4d;
}
.header__dropdown-category:hover > .header__dropdown-cat-title::before {
  opacity: 1;
}
.header__dropdown-category.is-active > .header__dropdown-cat-title {
  color: #152e4d;
  border-bottom-color: #152e4d;
}
.header__dropdown-category.is-active > .header__dropdown-cat-title::before {
  opacity: 1;
}
.header__dropdown-link {
  display: block;
  padding: 10px 20px;
  font-size: 15px;
  color: #152e4d;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.15s ease;
}
.header__dropdown-link:hover {
  color: #333;
}
.header__dropdown-sub {
  display: none;
  position: absolute;
  left: 315px;
  top: 0;
  min-height: 100%;
  width: auto;
  min-width: 350px;
  background-color: #fff;
  padding: 20px 0 0;
  list-style: none;
  margin: 0;
  flex-direction: row;
}
.header__dropdown-sub li a {
  display: block;
  padding: 3px 20px;
  font-size: 16px;
  color: #00567f;
  text-decoration: none;
  transition: color 0.15s ease;
  line-height: 35px;
  font-family: "FontDMedium";
}
.header__dropdown-sub li a:hover {
  color: #333;
}
.header__dropdown-category.is-active > .header__dropdown-sub {
  display: flex;
  flex-direction: row;
}
.header__dropdown-sub:has(> li.header-sub-group + li.header-sub-group) {
  min-width: 800px;
}
.header__dropdown-sub-group {
  margin-bottom: 2px;
  min-width: 180px;
  flex: 1;
}
.header__dropdown-sub-group + .header__dropdown-sub-group {
  border-left: 1px solid rgba(21, 46, 77, 0.08);
}
.header__dropdown-sub-group > .header__dropdown-sub-items {
  display: flex;
  flex-direction: column;
}
.header__dropdown-sub-heading {
  display: block;
  padding: 8px 20px 4px;
  font-size: 13px;
  font-family: "FontDBold" !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #152e4d;
  text-decoration: none;
}
.header__dropdown-sub-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__dropdown-sub-items li a {
  display: block;
  padding: 8px 20px;
  font-size: 15px;
  color: #00567f;
  text-decoration: none;
  transition: color 0.15s ease;
  line-height: 1.4;
}
.header__dropdown-sub-items li a:hover {
  color: #152e4d;
}
.header__dropdown-sub-group--nested {
  margin-top: 2px;
}
.header__dropdown-sub-heading--nested {
  padding-left: 28px;
  font-size: 13px;
  color: rgba(21, 46, 77, 0.7);
}
.header__dropdown-sub-heading--nested ~ ul li a {
  padding-left: 36px;
}
.header__search {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 16px;
}
@media (max-width: 992px) {
  .header__search {
    display: none;
  }
}
.header__search-icon {
  font-size: 16px;
  color: #152e4d;
  cursor: pointer;
  transition: color 0.2s ease;
}
.header__search-icon:hover {
  color: #0a1e33;
}
.header__search-form {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  padding: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-top: 3px solid #152e4d;
}
.header__search-form form {
  display: flex;
  gap: 8px;
}
.header__search-form input {
  padding: 8px 12px;
  border: 1px solid #ddd;
  font-size: 14px;
  min-width: 200px;
}
.header__search-form button {
  padding: 8px 16px;
  background: #152e4d;
  color: #fff;
  border: none;
  font-size: 14px;
  cursor: pointer;
}
.header__search:hover .header__search-form {
  display: block;
}

.mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100vh;
  background: #fff;
  z-index: 10000;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  box-shadow: 4px 0 24px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1200px) {
  .mobile-nav {
    display: block;
  }
}
.mobile-nav.is-active {
  transform: translateX(0);
}
.mobile-nav__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9990;
  pointer-events: none;
}
.mobile-nav__overlay.is-active {
  display: block;
  pointer-events: auto;
}

@keyframes submenuSlideDown {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.admin-bar .mobile-nav {
  top: 32px;
  height: calc(100vh - 32px);
}
.admin-bar .mobile-nav__overlay {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .mobile-nav {
    top: 46px;
    height: calc(100vh - 46px);
  }
  .admin-bar .mobile-nav__overlay {
    top: 46px;
  }
}

.mobile-nav__header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 16px 20px;
  background: #152e4d;
  min-height: 56px;
}
.mobile-nav__close {
  font-size: 18px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.85);
  transition: color 0.15s ease;
  line-height: 1;
}
.mobile-nav__close:hover {
  color: #fff;
}
.mobile-nav__menu {
  padding: 0;
}
.mobile-nav__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-nav__link {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #e0e0e0;
  transition: color 0.15s ease, background-color 0.15s ease;
}
.mobile-nav__link:hover {
  color: #152e4d;
  background-color: rgba(21, 46, 77, 0.04);
}
.mobile-nav__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #333;
  background: none;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  transition: color 0.15s ease, background-color 0.15s ease;
}
.mobile-nav__toggle span {
  flex: 1;
}
.mobile-nav__toggle:hover {
  color: #152e4d;
  background-color: rgba(21, 46, 77, 0.04);
}
.mobile-nav__toggle[aria-expanded=true] {
  color: #152e4d;
  background-color: rgba(21, 46, 77, 0.06);
  border-bottom-color: transparent;
}
.mobile-nav__toggle-icon {
  font-size: 10px;
  color: #666;
  transition: transform 0.3s ease, color 0.15s ease;
  flex-shrink: 0;
  margin-left: 10px;
}
.mobile-nav__toggle[aria-expanded=true] .mobile-nav__toggle-icon {
  transform: rotate(180deg);
  color: #152e4d;
}
.mobile-nav__submenu {
  display: none;
  background-color: #F7F8F9;
  border-left: 3px solid rgba(21, 46, 77, 0.35);
  border-bottom: 1px solid #e0e0e0;
  padding: 4px 0 8px;
}
.mobile-nav__submenu li {
  border: none;
}
.mobile-nav__submenu a {
  display: flex;
  align-items: center;
  padding: 9px 20px 9px 28px;
  font-size: 13px;
  font-weight: 500;
  color: #666;
  text-decoration: none;
  transition: color 0.15s ease, background-color 0.15s ease, padding-left 0.15s ease;
}
.mobile-nav__submenu a::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: currentColor;
  opacity: 0.4;
  flex-shrink: 0;
  margin-right: 10px;
  transition: opacity 0.15s ease, background-color 0.15s ease;
}
.mobile-nav__submenu a:hover {
  color: #152e4d;
  background-color: rgba(21, 46, 77, 0.05);
  padding-left: 32px;
}
.mobile-nav__submenu a:hover::before {
  opacity: 1;
}
.mobile-nav__submenu.is-open {
  display: block;
  animation: submenuSlideDown 0.22s ease;
}
.mobile-nav__group-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 9px 20px 9px 32px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #152e4d;
  background: none;
  border: none;
  border-left: 2px solid #152e4d;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  transition: background-color 0.15s ease;
}
.mobile-nav__group-toggle span {
  flex: 1;
}
.mobile-nav__group-toggle .mobile-nav__toggle-icon {
  font-size: 9px;
  color: #152e4d;
  transition: transform 0.3s ease;
}
.mobile-nav__group-toggle[aria-expanded=true] {
  background-color: rgba(21, 46, 77, 0.05);
}
.mobile-nav__group-toggle[aria-expanded=true] .mobile-nav__toggle-icon {
  transform: rotate(180deg);
}
.mobile-nav__subitem {
  display: flex;
  align-items: center;
  padding: 9px 20px 9px 28px;
  font-size: 13px;
  font-weight: 500;
  color: #666;
  text-decoration: none;
  transition: color 0.15s ease, background-color 0.15s ease, padding-left 0.15s ease;
}
.mobile-nav__subitem::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: currentColor;
  opacity: 0.4;
  flex-shrink: 0;
  margin-right: 10px;
  transition: opacity 0.15s ease;
}
.mobile-nav__subitem:hover {
  color: #152e4d;
  background-color: rgba(21, 46, 77, 0.05);
  padding-left: 32px;
}
.mobile-nav__subitem:hover::before {
  opacity: 1;
}
.mobile-nav__subitem--deep {
  padding-left: 40px;
  font-size: 12px;
}
.mobile-nav__subitem--deep::before {
  width: 4px;
  height: 4px;
}
.mobile-nav__sublist {
  display: none;
  list-style: none;
  margin: 0;
  padding: 4px 0;
  background-color: rgba(21, 46, 77, 0.04);
  border-left: 2px solid rgba(21, 46, 77, 0.2);
}
.mobile-nav__sublist.is-open {
  display: block;
  animation: submenuSlideDown 0.2s ease;
}

.footer {
  border-top: 4px solid #152e4d;
  color: #fff;
  padding: 40px 0;
}
.footer__top {
  margin-bottom: 40px;
}
.footer__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
.footer__row--bottom {
  justify-content: space-between;
}
.footer__logo {
  flex-shrink: 0;
}
.footer__logo a {
  display: block;
}
.footer__logo img {
  max-width: 180px;
  height: auto;
}
.footer__info {
  flex: 1;
  text-align: left;
  min-width: 200px;
}
.footer__text {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 0;
}
.footer__text a {
  color: #333;
  text-decoration: none;
}
.footer__text a:hover {
  text-decoration: underline;
}
.footer__chiedimi {
  flex-shrink: 0;
  padding-bottom: 4px;
}
.footer__chiedimi a {
  display: block;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition: color 0.15s ease;
  text-decoration: underline;
}
.footer__chiedimi a:hover {
  color: #0f1f35;
}
.footer__bottom {
  margin-top: 24px;
}
.footer__divider {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 24px;
}
.footer__menu-utility {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}
.footer__utility-link {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  transition: color 0.3s ease;
  white-space: nowrap;
}
.footer__utility-link:hover {
  color: #333;
}

.GoAway {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (max-width: 576px) {
  .footer__row {
    flex-direction: column;
    text-align: center;
  }
  .footer__logo img {
    margin: 0 auto;
  }
  .footer__info {
    order: 3;
  }
  .footer__chiedimi img {
    margin: 0 auto;
  }
  .footer__row--bottom {
    flex-direction: column;
    gap: 16px;
  }
  .footer__menu-utility--right {
    justify-content: center;
  }
}
.info-bar {
  background: transparent;
  padding: 24px 0 60px;
}
@media (max-width: 768px) {
  .info-bar {
    display: none;
  }
}
.info-bar__image {
  max-width: 100%;
  height: auto;
  display: block;
}

.info-bar-mobile {
  display: none;
  padding: 16px 0 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .info-bar-mobile {
    display: block;
  }
}
.info-bar-mobile img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.text-block {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.text-block img {
  margin-bottom: 30px;
  max-width: 100%;
  height: auto;
}
.text-block p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
}
.text-block ul {
  list-style: disc;
  padding-left: 20px;
  text-align: left;
}

.text-content p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 15px;
}
.text-content h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 15px;
  margin-top: 20px;
}
.text-content ul {
  list-style: disc;
  padding-left: 20px;
}
.text-content ul li {
  font-size: 16px;
  color: #666;
  line-height: 2;
}

#moove_gdpr_cookie_info_bar {
  max-height: unset !important;
  overflow-y: auto;
  font-family: "FontD", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #0f1f35;
  border-top: 3px solid #00567f;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.25);
  z-index: 99999 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
  max-width: 1393px;
  margin: 0 auto;
  padding: 24px 20px;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 992px) {
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
#moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice {
  flex: 1;
  font-size: clamp(12px, 1.2vw, 14px);
  line-height: 1.6;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice p {
  margin-bottom: 8px;
  font-size: clamp(12px, 1.2vw, 14px);
  color: rgba(255, 255, 255, 0.8);
}
#moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice p:last-child {
  margin-bottom: 0;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice ul {
  margin: 8px 0 8px 16px;
  padding: 0;
  list-style: none;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.65);
}
#moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #00567f;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-button-holder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  flex-shrink: 0;
  min-width: 180px;
}
@media (max-width: 992px) {
  #moove_gdpr_cookie_info_bar .moove-gdpr-button-holder {
    flex-direction: row;
    flex-wrap: wrap;
    min-width: unset;
    width: 100%;
  }
}
#moove_gdpr_cookie_info_bar .mgbutton {
  display: inline-block;
  padding: 11px 24px;
  font-family: "FontD", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  border-radius: 4px;
  border: 2px solid transparent;
  cursor: pointer;
  text-align: center;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.15s ease, box-shadow 0.3s ease;
  white-space: nowrap;
}
#moove_gdpr_cookie_info_bar .mgbutton:hover {
  transform: translateY(-2px);
}
#moove_gdpr_cookie_info_bar .mgbutton:active {
  transform: translateY(0);
}
#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-allow-all {
  background: #00567f;
  color: #fff;
  border-color: #00567f;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-allow-all:hover {
  background: rgb(0, 58.3716535433, 86.2);
  border-color: rgb(0, 58.3716535433, 86.2);
  box-shadow: 0 4px 14px rgba(0, 86, 127, 0.4);
}
#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-settings-btn {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.35);
}
#moove_gdpr_cookie_info_bar .moove-gdpr-infobar-settings-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.65);
  box-shadow: none;
}

.hero {
  position: relative;
  min-height: clamp(300px, 50vw, 500px);
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: clamp(40px, 8vw, 80px) 0;
  overflow: hidden;
}
.hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%);
  pointer-events: none;
}
.hero .container {
  position: relative;
  z-index: 1;
}
.hero__content {
  max-width: 700px;
}
.hero__content--light .hero__title {
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.hero__content--light .hero__subtitle {
  color: rgba(255, 255, 255, 0.95);
}
.hero__content--dark .hero__title {
  color: #152e4d;
}
.hero__content--dark .hero__subtitle {
  color: #666;
}
.hero__title {
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.1;
  color: #333;
}
@media (max-width: 768px) {
  .hero__title {
    font-size: clamp(28px, 6vw, 40px);
  }
}
.hero__subtitle {
  font-size: clamp(16px, 2vw, 20px);
  color: #666;
  margin-bottom: 40px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .hero__subtitle {
    font-size: clamp(14px, 2vw, 18px);
  }
}
.hero__image-mobile {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
@media (max-width: 768px) {
  .hero__image-mobile {
    display: block;
  }
}
.hero--center {
  text-align: center;
}
.hero--center .hero__content {
  margin-left: auto;
  margin-right: auto;
}
.hero--center .hero__subtitle {
  margin-left: auto;
  margin-right: auto;
}
.hero--gradient-green {
  background: linear-gradient(135deg, rgba(45, 106, 79, 0.9) 0%, rgba(64, 145, 108, 0.85) 100%), url("https://www.biorepair.it/flex/images/u/n/i/D.697692c7bdb6883de0b2/EN_Peribioma_Banner_Bottom.png") center/cover no-repeat;
  min-height: clamp(350px, 45vw, 500px);
}
.hero--gradient-orange {
  background: linear-gradient(135deg, rgba(231, 111, 81, 0.9) 0%, rgba(244, 162, 97, 0.85) 100%), url("https://www.biorepair.it/flex/images/u/n/i/D.aeac8325fa87d315a6bb/Header_Sensibilita_EN.png") center/cover no-repeat;
  min-height: clamp(350px, 45vw, 500px);
}
.hero--gradient-blue {
  background: linear-gradient(135deg, rgba(21, 46, 77, 0.85) 0%, rgba(29, 78, 137, 0.8) 100%), url("https://www.biorepair.it/flex/images/u/n/i/D.71b34c654461818b5f5f/Collutori_header_EN.png") center/cover no-repeat;
  min-height: clamp(350px, 45vw, 500px);
}
.hero--gradient-mint {
  background: linear-gradient(135deg, rgba(45, 106, 79, 0.9) 0%, rgba(82, 183, 136, 0.85) 100%), url("https://www.biorepair.it/flex/images/u/n/i/D.697692c7bdb6883de0b2/EN_Peribioma_Banner_Bottom.png") center/cover no-repeat;
  min-height: clamp(350px, 45vw, 500px);
}
.hero--gradient-peach {
  background: linear-gradient(135deg, rgba(231, 111, 81, 0.9) 0%, rgba(244, 162, 97, 0.85) 100%), url("https://www.biorepair.it/flex/images/u/n/i/D.aeac8325fa87d315a6bb/Header_Sensibilita_EN.png") center/cover no-repeat;
  min-height: clamp(350px, 45vw, 500px);
}
.hero--gradient-light-blue {
  background: linear-gradient(135deg, rgba(21, 46, 77, 0.85) 0%, rgba(29, 78, 137, 0.8) 100%), url("https://www.biorepair.it/flex/images/u/n/i/D.71b34c654461818b5f5f/Collutori_header_EN.png") center/cover no-repeat;
  min-height: clamp(350px, 45vw, 500px);
}

.hero-banner {
  min-height: 500px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .hero-banner {
    min-height: 400px;
  }
}
.hero-banner__content {
  max-width: 1393px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.hero-banner__title {
  font-size: 3rem;
  margin-bottom: 24px;
  color: #333;
}
@media (max-width: 768px) {
  .hero-banner__title {
    font-size: 2.25rem;
  }
}
.hero-banner__subtitle {
  font-size: 1.25rem;
  color: #666;
  margin-bottom: 40px;
  max-width: 600px;
}
.hero-banner__image--desktop {
  display: block;
}
@media (max-width: 768px) {
  .hero-banner__image--desktop {
    display: none;
  }
}
.hero-banner__image--mobile {
  display: none;
}
@media (max-width: 768px) {
  .hero-banner__image--mobile {
    display: block;
  }
}
.hero-banner--center {
  text-align: center;
}
.hero-banner--center .hero-banner__subtitle {
  margin-left: auto;
  margin-right: auto;
}
.hero-banner--gradient {
  background: linear-gradient(135deg, #152e4d 0%, #0f1f35 100%);
  color: #fff;
}
.hero-banner--gradient .hero-banner__title,
.hero-banner--gradient .hero-banner__subtitle {
  color: #fff;
}
.hero-banner--gradient .hero-banner__subtitle {
  opacity: 0.9;
}

.hero-gradient {
  position: relative;
  overflow: hidden;
}
.hero-gradient__image {
  width: 100%;
  height: auto;
  display: block;
}
.hero-gradient__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.hero-gradient__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: clamp(20px, 4vw, 40px);
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
}
.hero-gradient__title {
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 700;
  color: #333;
  text-align: center;
  line-height: 1.2;
}

.hero--gradient-green {
  background: linear-gradient(135deg, #f0f7f4 0%, #ffffff 100%);
}
.hero--gradient-orange {
  background: linear-gradient(135deg, #fff9f0 0%, #ffffff 100%);
}
.hero--gradient-blue {
  background: linear-gradient(135deg, #f0f4ff 0%, #ffffff 100%);
}
.hero--gradient-mint {
  background: linear-gradient(135deg, #f0fff4 0%, #ffffff 100%);
}
.hero--gradient-peach {
  background: linear-gradient(135deg, #fff8f0 0%, #ffffff 100%);
}
.hero--gradient-light-blue {
  background: linear-gradient(135deg, #f0f8ff 0%, #ffffff 100%);
}

.section {
  padding: 60px 0;
}
.section__title {
  font-size: 2.25rem;
  margin-bottom: 24px;
  color: #333;
  text-align: center;
}
@media (max-width: 768px) {
  .section__title {
    font-size: 1.75rem;
  }
}
.section__subtitle {
  font-size: 1.125rem;
  color: #666;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
}
@media (max-width: 768px) {
  .section__subtitle {
    font-size: 1rem;
  }
}
.section__content {
  max-width: 1393px;
  margin: 0 auto;
  padding: 0 20px;
}
.section--gray {
  background: #F7F8F9;
}
.section--center {
  text-align: center;
}
.section--no-padding {
  padding: 0;
}

.products-nav {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  border: 1px solid #e0e0e0;
  border-radius: 30px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  z-index: 100;
  padding: 8px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.products-nav__list {
  flex-direction: column;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.products-nav li {
  margin: 0;
  width: 100%;
  position: relative;
}
.products-nav li:hover .products-nav__tooltip {
  opacity: 1;
  transform: translateX(-8px);
  pointer-events: auto;
}
.products-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  margin: 5px 10px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 11px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
}
.products-nav a:hover {
  transform: scale(1.3);
}
.products-nav__tooltip {
  position: absolute;
  right: calc(100% + 14px);
  top: 50%;
  transform: translateY(-50%) translateX(0);
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
  padding: 4px 10px;
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease, transform 0.15s ease;
}
.products-nav__tooltip::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left-color: rgba(0, 0, 0, 0.8);
}
.products-nav__item--total {
  background: #00a39d;
}
.products-nav__item--sensitive {
  background: #ff6b6b;
}
.products-nav__item--gum {
  background: #e91e63;
}
.products-nav__item--whitening {
  background: #d0d0d0;
}
.products-nav__item--kids {
  background: #ff9800;
}
.products-nav__item--accessories {
  background: #8bc34a;
}
@media (max-width: 992px) {
  .products-nav {
    display: none;
  }
}

.category-heading {
  text-align: center;
  padding: 60px 0 40px;
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
}
.category-heading__watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 480px;
  height: auto;
  opacity: 0.04;
  pointer-events: none;
  user-select: none;
  filter: brightness(0);
}
.category-heading__eyebrow, .category-heading__title, .category-heading__desc {
  position: relative;
  z-index: 1;
}
.category-heading::before {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: currentColor;
  border-radius: 2px;
  margin: 0 auto 16px;
  position: relative;
  z-index: 1;
}
.category-heading__eyebrow {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: currentColor;
  opacity: 0.6;
  margin-bottom: 8px;
}
.category-heading__title {
  font-size: clamp(28px, 3.5vw, 36px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #152e4d;
  line-height: 1.15;
  margin: 0 0 16px;
}
@media (max-width: 768px) {
  .category-heading__title {
    font-size: clamp(22px, 2.5vw, 28px);
  }
}
.category-heading__desc {
  font-size: clamp(14px, 1.4vw, 16px);
  color: #666;
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.75;
}
.category-heading--total {
  color: #00a39d;
}
.category-heading--sensitive {
  color: #ff6b6b;
}
.category-heading--gum {
  color: #e91e63;
}
.category-heading--whitening {
  color: #b0b0b0;
}
.category-heading--kids {
  color: #ff9800;
}
.category-heading--accessories {
  color: #8bc34a;
}

.subsection-heading {
  text-align: center;
  font-size: clamp(14px, 1.4vw, 16px);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #152e4d;
  margin: 60px 0 40px;
}
.subsection-heading::before {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: currentColor;
  border-radius: 2px;
  margin: 0 auto 16px;
  opacity: 0.25;
}

.products-page .section-box {
  background-color: #fff;
  background-image: url("../images/bg-prodotti.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}
.products-page .product-card {
  background: #fff;
}

.section-box {
  padding: clamp(40px, 8vw, 100px) 0;
  border-bottom: 1px solid #e0e0e0;
  scroll-margin-top: 80px;
}
.section-box:last-child {
  border-bottom: none;
}
.section-box--total .product-card__image::before {
  background: #00a39d;
}
.section-box--sensitive .product-card__image::before {
  background: #ff6b6b;
}
.section-box--gum .product-card__image::before {
  background: #e91e63;
}
.section-box--whitening .product-card__image::before {
  background: #b0b0b0;
}
.section-box--kids .product-card__image::before {
  background: #ff9800;
}
.section-box--accessories .product-card__image::before {
  background: #8bc34a;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .features-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.features-grid--small-gap {
  gap: 30px;
  margin-top: 40px;
}
.features-grid--two-cols {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .features-grid--two-cols {
    grid-template-columns: 1fr;
  }
}
.features-grid--mt {
  margin-top: 60px;
}

.features-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.feature-card {
  text-align: center;
  padding: 30px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.feature-card__image {
  margin: 0 auto 20px;
  max-width: 100%;
  height: auto;
}
.feature-card__title {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}
.feature-card__text {
  font-size: 14px;
  color: #666;
}
.feature-card__content {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  text-align: left;
}
.feature-card__content p {
  margin-bottom: 24px;
}
.feature-card--left {
  text-align: left;
  background: transparent;
  box-shadow: none;
  padding: 0;
}
.feature-card--left .feature-card__image {
  margin: 0 auto 20px;
}
.feature-card--image-right {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 60px;
  background: transparent;
  box-shadow: none;
  padding: 0;
}
.feature-card--image-right .feature-card__image {
  flex: 0 0 45%;
  margin: 0;
}
.feature-card--image-right .feature-card__image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.feature-card--image-right .feature-card__content {
  flex: 1;
}
@media (max-width: 768px) {
  .feature-card--image-right {
    flex-direction: column;
  }
  .feature-card--image-right .feature-card__image {
    flex: none;
    width: 100%;
  }
}
.feature-card--image-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 60px;
  background: transparent;
  box-shadow: none;
  padding: 0;
}
.feature-card--image-left .feature-card__image {
  flex: 0 0 45%;
  margin: 0;
}
.feature-card--image-left .feature-card__image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.feature-card--image-left .feature-card__content {
  flex: 1;
}
@media (max-width: 768px) {
  .feature-card--image-left {
    flex-direction: column;
  }
  .feature-card--image-left .feature-card__image {
    flex: none;
    width: 100%;
  }
}
.feature-card--full-width {
  width: 100%;
}
.feature-card__list {
  list-style: disc;
  padding-left: 20px;
  margin: 24px 0;
}
.feature-card__list li {
  margin-bottom: 16px;
  color: #333;
  line-height: 1.6;
}
.feature-card__list--numbered {
  list-style: none;
  padding-left: 0;
  counter-reset: item;
}
.feature-card__list--numbered li {
  position: relative;
  padding-left: 40px;
  counter-increment: item;
}
.feature-card__list--numbered li::before {
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  background: #152e4d;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
}
.feature-card__link {
  display: inline-block;
  margin-top: 16px;
  color: #152e4d;
  font-weight: 600;
  text-decoration: underline;
}
.feature-card__link:hover {
  color: rgb(10.0714285714, 22.0612244898, 36.9285714286);
}
.feature-card__text--highlight {
  background: linear-gradient(135deg, rgba(21, 46, 77, 0.1) 0%, rgba(21, 46, 77, 0.05) 100%);
  padding: 24px;
  border-radius: 4px;
  border-left: 4px solid #152e4d;
  margin-top: 24px;
}
.feature-card__image--full {
  width: 100%;
  text-align: center;
}
.feature-card__image--full img {
  max-width: 100%;
  height: auto;
}

.feature-block img {
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;
}
.feature-block p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
}

.products-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.products-grid--two-cols {
  max-width: 640px;
  margin: 0 auto;
  gap: 60px;
}
.products-grid--two-cols .product-card {
  flex: 0 1 calc(50% - 60px / 2);
  min-width: 200px;
}
@media (max-width: 576px) {
  .products-grid--two-cols .product-card {
    flex: 0 1 100%;
  }
}
.products-grid--4col .product-card {
  flex: 0 1 calc(25% - 18px);
  min-width: 180px;
}
@media (max-width: 992px) {
  .products-grid--4col .product-card {
    flex: 0 1 calc(33.333% - 16px);
  }
}
@media (max-width: 768px) {
  .products-grid--4col .product-card {
    flex: 0 1 calc(50% - 12px);
  }
}
@media (max-width: 576px) {
  .products-grid--4col .product-card {
    flex: 0 1 100%;
  }
}
.products-grid--5col .product-card {
  flex: 0 1 calc(20% - 24px * 4 / 5);
  min-width: 160px;
}
@media (max-width: 1200px) {
  .products-grid--5col .product-card {
    flex: 0 1 calc(25% - 18px);
  }
}
@media (max-width: 992px) {
  .products-grid--5col .product-card {
    flex: 0 1 calc(33.333% - 16px);
  }
}
@media (max-width: 768px) {
  .products-grid--5col .product-card {
    flex: 0 1 calc(50% - 12px);
  }
}
@media (max-width: 576px) {
  .products-grid--5col .product-card {
    flex: 0 1 100%;
  }
}
.products-grid--6col .product-card {
  flex: 0 1 calc(16.666% - 24px * 5 / 6);
  min-width: 150px;
}
@media (max-width: 1200px) {
  .products-grid--6col .product-card {
    flex: 0 1 calc(25% - 18px);
  }
}
@media (max-width: 992px) {
  .products-grid--6col .product-card {
    flex: 0 1 calc(33.333% - 16px);
  }
}
@media (max-width: 768px) {
  .products-grid--6col .product-card {
    flex: 0 1 calc(50% - 12px);
  }
}
@media (max-width: 576px) {
  .products-grid--6col .product-card {
    flex: 0 1 100%;
  }
}

.products-grid-group {
  margin-top: 40px;
}
.products-grid-group:first-child {
  margin-top: 0;
}

.product-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
}
.product-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-6px);
}
.product-card__link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-card__image {
  position: relative;
  width: 100%;
  height: 200px;
  background: #F7F8F9;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.product-card__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #152e4d, rgb(37.3928571429, 81.9081632653, 137.1071428571));
  opacity: 0;
  transition: opacity 0.3s ease;
}
.product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .product-card__image {
    height: 160px;
  }
}
.product-card:hover .product-card__image::before {
  opacity: 1;
}
.product-card:hover .product-card__image img {
  transform: scale(1.05);
}
.product-card__content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.product-card__title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #333;
  line-height: 1.3;
  text-align: left;
}
.product-card__desc {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.5;
  margin-bottom: 16px;
  flex-grow: 1;
}
.product-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #152e4d;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #e0e0e0;
  transition: color 0.3s ease, gap 0.3s ease;
}
.product-card__cta i {
  font-size: 12px;
  transition: transform 0.3s ease;
}
.product-card:hover .product-card__cta {
  color: rgb(10.0714285714, 22.0612244898, 36.9285714286);
  gap: 12px;
}
.product-card:hover .product-card__cta i {
  transform: translateX(4px);
}
.product-card--highlight {
  position: relative;
}
.product-card--highlight .product-card__badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #152e4d;
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.menu-prefooter__inner {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 40px 60px;
}
@media (max-width: 992px) {
  .menu-prefooter__inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .menu-prefooter__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 24px;
  }
}
@media (max-width: 576px) {
  .menu-prefooter__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.menu-prefooter__col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.menu-prefooter__title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 2px solid #152e4d;
  display: inline-block;
  transition: color 0.15s ease;
}
.menu-prefooter__title:hover {
  color: #152e4d;
}
.menu-prefooter__link {
  font-size: 16px;
  color: #666;
  transition: color 0.15s ease;
}
.menu-prefooter__link:hover {
  color: #152e4d;
}
.menu-prefooter ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-prefooter ul li {
  margin: 0;
}
.menu-prefooter ul a {
  font-size: 15px;
  color: #666;
  transition: color 0.15s ease, padding-left 0.15s ease;
  display: block;
}
.menu-prefooter ul a:hover {
  color: #152e4d;
  padding-left: 4px;
}

.page {
  padding-top: 80px;
}

.page-header {
  padding-top: 80px;
  background: #F7F8F9;
  padding: 60px 0;
}
.page-header__title {
  font-size: clamp(28px, 5vw, 40px);
  margin-bottom: 16px;
}
.page-header__subtitle {
  font-size: clamp(16px, 2vw, 18px);
  color: #666;
  max-width: 600px;
}

.section--page-header {
  padding-top: clamp(100px, 15vw, 120px);
}

.menu-prefooter ul {
  list-style: none;
  padding-left: 0;
  color: #666;
  font-size: clamp(13px, 1.5vw, 14px);
}
.menu-prefooter ul li {
  margin-bottom: 4px;
}
.menu-prefooter ul a {
  transition: color 0.3s ease, padding-left 0.3s ease;
}
.menu-prefooter ul a:hover {
  color: #152e4d;
  padding-left: 4px;
}

.box-contenuti {
  padding: clamp(40px, 8vw, 100px) 0;
  background: url("https://www.biorepair.it/flex/TemplatesUSR/assets/img/Restyling/SfondoMicroRepair.jpg") 0 0 no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
}
.box-contenuti .container {
  max-width: 1393px;
  margin: 0 auto;
  padding: 0 20px;
}

.bg-trasp {
  padding: clamp(20px, 4vw, 50px);
  background: rgba(255, 255, 255, 0.5);
  max-width: 1140px;
  margin: 0 auto;
  box-sizing: border-box;
}
.bg-trasp p {
  font-size: clamp(18px, 2.5vw, 24px);
  line-height: 1.6;
}

.about-microrepair__text {
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.8;
  color: #333;
  margin: 0 auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.fascia-menu-prefooter {
  background: #F7F8F9;
  padding: clamp(40px, 8vw, 80px) 0 clamp(24px, 5vw, 60px);
  transition: background 0.3s ease, border-color 0.3s ease;
}

.info-box {
  background: #F7F8F9;
  padding: 30px;
  border-radius: 8px;
  max-width: 800px;
  margin: 40px auto;
  text-align: center;
}
.info-box__title {
  font-size: 18px;
  color: #333;
  margin-bottom: 15px;
}
.info-box__text {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}
.info-box__citation {
  font-size: 12px;
  color: #999;
  margin-top: 15px;
}
.info-box--highlight {
  background: linear-gradient(135deg, rgba(21, 46, 77, 0.1) 0%, rgba(21, 46, 77, 0.05) 100%);
  border-left: 4px solid #152e4d;
}
.info-box--highlight .info-box__citation {
  font-size: 12px;
  color: #999;
  margin-top: 24px;
  font-style: italic;
}

.section-header {
  margin-bottom: 30px;
  padding: 20px 24px;
  background: linear-gradient(135deg, #F7F8F9 0%, hsl(210, 14.2857142857%, 100.2549019608%) 100%);
  border-radius: 12px;
  border: 1px solid rgb(211.25, 211.25, 211.25);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 20px;
}
.section-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #152e4d, rgb(37.3928571429, 81.9081632653, 137.1071428571), #152e4d);
}
.section-header__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #152e4d 0%, rgb(34.1142857143, 74.7265306122, 125.0857142857) 100%);
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(21, 46, 77, 0.25);
  flex-shrink: 0;
}
.section-header__icon i {
  font-size: 22px;
  color: #fff;
}
@media (max-width: 768px) {
  .section-header__icon {
    width: 44px;
    height: 44px;
  }
  .section-header__icon i {
    font-size: 20px;
  }
}
.section-header__content {
  flex: 1;
}
.section-header__title {
  font-size: clamp(16px, 1.8vw, 22px);
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
  letter-spacing: -0.3px;
  text-align: left;
}
.section-header__desc {
  font-size: clamp(12px, 1.1vw, 14px);
  color: #666;
  line-height: 1.6;
  text-align: left;
  margin: 0;
  max-width: none;
}
@media (max-width: 768px) {
  .section-header {
    flex-direction: column;
    text-align: center;
    padding: 16px;
    gap: 14px;
  }
  .section-header__title {
    text-align: center;
  }
  .section-header__desc {
    text-align: center;
  }
}
.section-header--highlight {
  background: linear-gradient(135deg, rgb(232.4285714286, 235.25, 238.0714285714) 0%, #F7F8F9 100%);
}
.section-header--accent {
  background: linear-gradient(135deg, rgba(21, 46, 77, 0.1) 0%, rgba(21, 46, 77, 0.05) 100%);
}
.section-header--accent .section-header__icon {
  background: linear-gradient(135deg, rgb(31.9285714286, 69.9387755102, 117.0714285714) 0%, #152e4d 100%);
}
.section-header--centered {
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.section-header--centered::before {
  left: 50%;
  transform: translateX(-50%);
}

.section-heading {
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 700;
  color: #333;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.section-heading::before {
  content: "";
  width: 5px;
  height: 30px;
  background: linear-gradient(180deg, #152e4d 0%, rgb(37.3928571429, 81.9081632653, 137.1071428571) 100%);
  border-radius: 3px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .section-heading {
    font-size: 20px;
  }
  .section-heading::before {
    height: 24px;
  }
}

.section-intro {
  font-size: clamp(14px, 1.4vw, 16px);
  color: #666;
  max-width: 700px;
  margin: 0 0 30px 19px;
  line-height: 1.75;
  padding-left: 16px;
  border-left: 2px solid #e0e0e0;
}
@media (max-width: 768px) {
  .section-intro {
    margin-left: 0;
    padding-left: 18px;
  }
}

.subsection {
  margin-top: 40px;
  padding: 0;
  background: transparent;
}

.page-header {
  padding: 60px 0 40px;
  background: #fff;
  text-align: center;
  margin-bottom: 40px;
  border-bottom: 1px solid #e0e0e0;
}
.page-header .section-title {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  color: #152e4d;
  margin-bottom: 16px;
}
.page-header .section-subtitle {
  font-size: clamp(16px, 1.6vw, 18px);
  color: #666;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.products-section {
  padding: clamp(40px, 8vw, 100px) 0;
  background: #F7F8F9;
}
.products-section__title {
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 700;
  color: #152e4d;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.products-section .product-card {
  background: #fff;
}
.products-section .product-card__content .btn {
  margin-top: auto;
}

.carousel {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media (max-width: 992px) {
  .carousel {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .carousel {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 576px) {
  .carousel {
    grid-template-columns: 1fr;
  }
}
.carousel--scroll {
  display: flex;
  gap: 40px;
  overflow-x: auto;
  padding: 24px 0;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.carousel--scroll::-webkit-scrollbar {
  height: 8px;
}
.carousel--scroll::-webkit-scrollbar-track {
  background: #F7F8F9;
  border-radius: 4px;
}
.carousel--scroll::-webkit-scrollbar-thumb {
  background: #152e4d;
  border-radius: 4px;
}
.carousel--scroll .carousel__item {
  flex: 0 0 280px;
  scroll-snap-align: start;
}
.carousel__item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.carousel__item:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-6px);
}
.carousel__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.carousel__image {
  position: relative;
  width: 100%;
  height: 180px;
  background: #F7F8F9;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.carousel__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #152e4d, rgb(37.3928571429, 81.9081632653, 137.1071428571));
  opacity: 0;
  transition: opacity 0.3s ease;
}
.carousel__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.carousel__item:hover .carousel__image::before {
  opacity: 1;
}
.carousel__item:hover .carousel__image img {
  transform: scale(1.05);
}
.carousel__content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.carousel__title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #333;
  line-height: 1.3;
}
.carousel__desc {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.5;
  margin-bottom: 16px;
  flex-grow: 1;
}
.carousel__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #152e4d;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #e0e0e0;
  transition: color 0.3s ease, gap 0.3s ease;
}
.carousel__cta i {
  font-size: 12px;
  transition: transform 0.3s ease;
}
.carousel__item:hover .carousel__cta {
  color: rgb(10.0714285714, 22.0612244898, 36.9285714286);
  gap: 12px;
}
.carousel__item:hover .carousel__cta i {
  transform: translateX(4px);
}

.ustne-carousel,
.wrazliwosc-carousel,
.szczoteczki-carousel {
  padding: clamp(40px, 8vw, 100px) 0;
  background: #F7F8F9;
}
.ustne-carousel__title,
.wrazliwosc-carousel__title,
.szczoteczki-carousel__title {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 600;
  color: #152e4d;
  text-align: center;
  margin-bottom: 60px;
}

.wrazliwosc-carousel {
  background: linear-gradient(135deg, rgba(229, 57, 53, 0.05) 0%, rgba(229, 57, 53, 0.02) 100%);
}
.wrazliwosc-carousel__title {
  color: #e53935;
}
.wrazliwosc-carousel .carousel__title {
  color: #e53935;
}

.szczoteczki-carousel {
  background: linear-gradient(135deg, rgba(21, 46, 77, 0.08) 0%, rgba(21, 46, 77, 0.03) 100%);
}

.tips-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .tips-list {
    grid-template-columns: 1fr;
  }
}
.tips-list .tip {
  padding: 40px;
  background: #F7F8F9;
  border-radius: 8px;
  border-top: 4px solid #152e4d;
}
.tips-list .tip__title {
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 700;
  color: #152e4d;
  margin-bottom: 16px;
}
.tips-list .tip__text {
  font-size: clamp(16px, 1.6vw, 18px);
  color: #333;
  line-height: 1.6;
}

.page--sensitivity .hero-gradient__title, .page--peribioma .hero-gradient__title, .page--accessories .hero-gradient__title {
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.wrapContCorpoGengive {
  padding: 0 0 clamp(40px, 8vw, 100px);
}

.hero-banner {
  width: 100%;
  display: block;
  position: relative;
  min-height: auto;
}
.hero-banner__image--desktop {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .hero-banner__image--desktop {
    display: none;
  }
}
.hero-banner__image--mobile {
  width: 100%;
  height: auto;
  display: none;
}
@media (max-width: 768px) {
  .hero-banner__image--mobile {
    display: block;
  }
}

.star-text {
  padding: 12px 0;
  background-color: #F7F8F9;
}
.star-text p {
  margin: 0;
  line-height: 1.1;
  font-size: clamp(10px, 1.6vw, 14px);
  color: #666;
}

.peribioma-intro {
  padding: clamp(40px, 8vw, 100px) 0;
  background: linear-gradient(180deg, rgba(21, 46, 77, 0.03) 0%, rgba(21, 46, 77, 0.08) 100%);
}
.peribioma-intro__header {
  text-align: center;
  margin-bottom: 60px;
}
.peribioma-intro__title {
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 700;
  color: #152e4d;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 24px 60px;
  background: linear-gradient(135deg, rgba(21, 46, 77, 0.1) 0%, rgba(21, 46, 77, 0.05) 100%);
  border-left: 4px solid #152e4d;
}
.peribioma-intro__text {
  max-width: 900px;
  margin: 0 auto 40px;
}
.peribioma-intro__text p {
  font-size: clamp(15px, 1.6vw, 18px);
  color: #333;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 24px;
}
.peribioma-intro__text p strong {
  color: #152e4d;
  font-weight: 700;
}
.peribioma-intro__images {
  text-align: center;
  margin: 60px 0;
}
.peribioma-intro__img-full {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}
.peribioma-intro__comparison {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin: 60px 0;
  flex-wrap: wrap;
}
.peribioma-intro__comparison-item {
  flex: 0 0 auto;
  text-align: center;
}
.peribioma-intro__comparison-item img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.peribioma-intro__comparison-label {
  display: block;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 600;
  color: #666;
}
.peribioma-video {
  padding: 60px 0;
  background: #F7F8F9;
}
.peribioma-video__wrapper {
  display: flex;
  gap: 60px;
  align-items: center;
}
@media (max-width: 768px) {
  .peribioma-video__wrapper {
    flex-direction: column;
  }
}
.peribioma-video__image {
  flex: 0 0 40%;
}
.peribioma-video__image img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .peribioma-video__image {
    flex: none;
    width: 100%;
  }
}
.peribioma-video__player {
  flex: 1;
}
.peribioma-active {
  padding: clamp(40px, 8vw, 100px) 0;
  background: linear-gradient(135deg, rgba(21, 46, 77, 0.05) 0%, rgba(21, 46, 77, 0.02) 100%);
}
.peribioma-active__title {
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 700;
  color: #152e4d;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.peribioma-active__content {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .peribioma-active__content {
    flex-direction: column;
  }
}
.peribioma-active__text {
  flex: 1;
}
.peribioma-active__text p {
  font-size: clamp(15px, 1.6vw, 18px);
  color: #333;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 24px;
}
.peribioma-active__text p strong {
  color: #152e4d;
}
.peribioma-active__image {
  flex: 0 0 300px;
}
.peribioma-active__image img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .peribioma-active__image {
    flex: none;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
.peribioma-periodontitis {
  padding: clamp(40px, 8vw, 100px) 0;
  background: #fff;
}
.peribioma-periodontitis__content {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .peribioma-periodontitis__content {
    flex-direction: column;
  }
}
.peribioma-periodontitis__image {
  flex: 0 0 300px;
}
.peribioma-periodontitis__image img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .peribioma-periodontitis__image {
    flex: none;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
.peribioma-periodontitis__text {
  flex: 1;
}
.peribioma-periodontitis__text p {
  font-size: clamp(15px, 1.6vw, 18px);
  color: #333;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 24px;
}
.peribioma-periodontitis__text p strong {
  color: #152e4d;
}
.peribioma-microbiota {
  padding: clamp(40px, 8vw, 100px) 0;
  background: #F7F8F9;
}
.peribioma-microbiota__title {
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 700;
  color: #152e4d;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.peribioma-microbiota__text {
  font-size: clamp(15px, 1.6vw, 18px);
  color: #333;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 24px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.peribioma-microbiota__text strong {
  color: #152e4d;
}
.peribioma-microbiota__image {
  margin-top: 60px;
  text-align: center;
}
.peribioma-microbiota__image img {
  max-width: 100%;
  height: auto;
}
.peribioma-carousel {
  padding: clamp(40px, 8vw, 100px) 0;
  background: #fff;
}
.peribioma-carousel__title {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-bottom: 60px;
}

.video-placeholder {
  position: relative;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.video-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}
.video-placeholder p {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.video-placeholder i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 64px;
  color: #fff;
  opacity: 0.8;
}

.wrapVideoDentiSensibili {
  padding: clamp(40px, 8vw, 100px) 0;
  background: #000;
}

.VideoSensibilita {
  position: relative;
}
.VideoSensibilita .Caption {
  position: relative;
}
.VideoSensibilita .Caption img {
  width: 100%;
  height: auto;
  opacity: 0.7;
}
.VideoSensibilita .Caption p {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  color: #fff;
  font-size: clamp(14px, 1.5vw, 18px);
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.VideoSensibilita .Caption i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 72px;
  color: #fff;
  opacity: 0.9;
  cursor: pointer;
}

.BTNTrasp {
  display: inline-block;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 4px;
  background: transparent;
  transition: all 0.3s ease;
}
.BTNTrasp:hover {
  background: #fff;
  color: #333;
}

.wrapContCorpoColluttori,
.wrapContCorpoSensibilita,
.wrapContCorpoInnovazioneMR {
  padding: clamp(40px, 8vw, 100px) 0;
}

.boxSottotitolo {
  text-align: center;
  margin-bottom: 60px;
}
.boxSottotitolo h2 {
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 700;
  color: #152e4d;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sottotitolo-Colluttorio1 {
  color: #152e4d;
}

.sottotitolo-Colluttorio2 {
  color: #152e4d;
}

.sottotitolo-Colluttorio3 {
  color: #152e4d;
}

.sottotitolo-SensibilitaTxtBlu-BordoRosso {
  color: #fff;
  background: linear-gradient(135deg, rgba(21, 46, 77, 0.1) 0%, rgba(21, 46, 77, 0.05) 100%);
  padding: 24px 40px;
  border-left: 4px solid #e53935;
  display: inline-block;
}

.sottotitolo-SensibilitaTxtBianco-BordoBlu {
  color: #fff;
  background: linear-gradient(135deg, rgba(21, 46, 77, 0.2) 0%, rgba(21, 46, 77, 0.1) 100%);
  padding: 24px 40px;
  border-left: 4px solid #152e4d;
  display: inline-block;
}

.sottotitolo-SensibilitaRosso {
  color: #e53935;
}

.sottotitolo-SensibilitaBluRosso {
  color: #152e4d;
  border-bottom: 2px solid #e53935;
  padding-bottom: 16px;
}

.sottotitolo-InnovazioneMR1,
.sottotitolo-InnovazioneMR2,
.sottotitolo-InnovazioneMR3,
.sottotitolo-InnovazioneMR4 {
  color: #152e4d;
}

.wrapIgiene,
.wrapAntibatterici,
.wrapEfficacia,
.wrapSintomi,
.wrapCause,
.wrapMicrorepair,
.wrapConsigliSensibilita,
.wrapInnovazioneMR,
.secondBox,
.thirthBox,
.fourthBox {
  padding: clamp(40px, 8vw, 100px) 0;
}

.boxIgieneSx,
.boxIgieneDx,
.boxAntibattericiSx,
.boxAntibattericiDx,
.boxEfficaciaSx,
.boxEfficaciaDx,
.boxSintomiSx,
.boxSintomiDx,
.boxCauseSx,
.boxCauseDx,
.boxMicrorepairSx,
.boxMicrorepairDx,
.boxInnovazioneMRSx,
.boxInnovazioneMRDx,
.boxInnovazioneMR3Sx,
.boxInnovazioneMR3Dx {
  padding: 24px;
}

.BLOBFloatClear {
  clear: both;
}

.BLOBWidth100 {
  width: 100%;
}

.BLOBFloatLeft {
  float: left;
}

.BLOBFloatRight {
  float: right;
}

.BLOBWidth50 {
  width: 50%;
}

.BLOBRow1px {
  height: 1px;
}

.viewImg {
  max-width: 100%;
  height: auto;
}

.viewPar p {
  font-size: clamp(14px, 1.5vw, 16px);
  color: #333;
  line-height: 1.8;
  margin-bottom: 24px;
}

.viewUL {
  list-style: disc;
  padding-left: 20px;
}
.viewUL li {
  margin-bottom: 16px;
  color: #333;
  line-height: 1.6;
}

.viewLineBreak {
  height: 10px;
}

.btn-BgBluTxtBianco,
.btn-BgRosaTxtBianco {
  display: inline-block;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 4px;
  transition: all 0.3s ease;
  text-align: center;
}
.btn-BgBluTxtBianco a,
.btn-BgRosaTxtBianco a {
  color: #fff;
  text-decoration: none;
}

.btn-BgBluTxtBianco {
  background: #152e4d;
}
.btn-BgBluTxtBianco:hover {
  background: rgb(10.0714285714, 22.0612244898, 36.9285714286);
}

.btn-BgRosaTxtBianco {
  background: #e53935;
}
.btn-BgRosaTxtBianco:hover {
  background: rgb(204.6578947368, 30.3947368421, 26.3421052632);
}

.boxProdotti {
  padding: clamp(40px, 8vw, 100px) 0;
  background: #F7F8F9;
}

.Prodotti {
  padding: 40px 0;
}

.itemProdotto {
  text-align: center;
  padding: 40px;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 40px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.itemProdotto:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.itemProdotto .ContImg {
  margin-bottom: 24px;
}
.itemProdotto .ContImg img {
  max-width: 100%;
  height: auto;
  max-height: 200px;
}
.itemProdotto .caption h3 {
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 700;
  color: #152e4d;
  margin-bottom: 16px;
}
.itemProdotto .caption p {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

.corpoPagina {
  padding: clamp(40px, 8vw, 100px) 0;
}
.corpoPagina .BLOBWidth100::after {
  content: "";
  display: table;
  clear: both;
}

.userFormat1 {
  font-weight: 700;
  color: #152e4d;
}

.userFormat3 {
  font-style: italic;
  color: #666;
}

.text-small {
  font-size: 12px;
  color: #999;
}

@media (max-width: 768px) {
  .BLOBFloatLeft,
  .BLOBFloatRight {
    float: none;
  }
  .BLOBWidth50 {
    width: 100%;
  }
  .boxSottotitolo h2 {
    font-size: 20px;
  }
}

/*# sourceMappingURL=main.css.map */
