@font-face {
font-family: Futura;
src: url(fonts/futura-100.ttf);
font-weight: 100;
font-weight: 200;
}
@font-face {
font-family: Futura;
src: url(fonts/futura-300.ttf);
font-weight: 300;
}
@font-face {
font-family: Futura;
src: url(fonts/futura-500.ttf);
font-weight: 400;
font-weight: 500;
}
@font-face {
font-family: Futura;
src: url(fonts/futura-600.ttf);
font-weight: 600;
font-weight: 700;
}
@font-face {
font-family: Futura;
src: url(fonts/futura-800.ttf);
font-weight: 800;
font-weight: 900;
}
:root {
  font-size: 16px;
  --main: #ea0029;
  --main-light: #fde8e8;
  --font-main: 'Futura', sans-serif;
}
body {
  font-family: var(--font-main);
  font-weight: 400;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-is-open {
  overflow: hidden;
  touch-action: none; 
}
.bg-main {
  background: var(--main);
}
.bg-light-dark {
  background: #444;
}
.bt-main {
  border-top: 2px solid var(--main);
}
.b-main {
  border: 2px solid var(--main);
}
.topbar {
  background: var(--main);
  color: #fff;
}
.topbar p {
  margin: 0;
  font-size: .725rem
}
.topbar a {
  font-size: .725rem;
}
.py-custom {
  padding-top: 5rem;
  padding-bottom: 6rem;
}
.navbar .has-megamenu {
  position: static;
}
.navbar .dropdown-menu.megamenu {
  width: 100%;
  padding: 28px 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  border-top: 2px solid var(--main);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .08);
  background: #fff;
}
.mega-left {
  border-right: 1px solid rgba(0, 0, 0, .08);
}
.mega-macro li {
  margin-bottom: 6px;
}
.mega-trigger {
  background: transparent;
  border: 0;
  width: 100%;
  text-align: left;
  padding: 10px 14px;
  font-weight: 600;
  transition: all .2s ease;
  color: inherit;
}
.mega-trigger:hover {
  background: rgba(0, 0, 0, .04);
}
.mega-trigger.active {
  background: transparent;
  color: var(--main);
  position: relative;
}
.mega-trigger.active::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 8px;
  bottom: 8px;
  width: 4px;
  background: var(--main);
  border-radius: 4px;
}
.mega-right {
  padding-left: 30px;
}
.mega-panel {
  display: none;
  animation: fadeMega .25s ease;
}
.mega-panel.active {
  display: block;
}
@keyframes fadeMega {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.megamenu .mm-title {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: rgba(0, 0, 0, .6);
  margin-bottom: 12px;
}
.megamenu .mm-title a, .megamenu .mega-panel:not(#mega-panel-207) .mm-title {
  color: inherit;
  text-decoration: none !important;
}
.megamenu .mm-title a:hover {
  text-decoration: underline;
}
.megamenu .mm-link, .megamenu .mega-panel:not(#mega-panel-207) .mm-title {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: inherit;
  position: relative;
  transition: color .2s ease;
}
.megamenu .mm-link::after, .megamenu .mega-panel:not(#mega-panel-207) .mm-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 0;
  height: 1px;
  background: var(--main);
  transition: width .2s ease;
}
.megamenu .mm-link:hover, .megamenu .mega-panel:not(#mega-panel-207) .mm-title:hover {
  color: var(--main);
}
.megamenu .mm-link:hover::after, .megamenu .mega-panel:not(#mega-panel-207) .mm-title:hover:after {
  width: 100%;
}
.slm-brand {
  background: #fff;
  transition: transform .12s ease;
}
.slm-brand:hover {
  transform: translateY(-1px);
}
.hero-video, .hero-bg {
  position: relative;
  overflow: hidden;
}
header.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 99999;
}
.video-ajax, .hero-bg-wrap {
  position: relative;
  height: 80vh;
  background: #000;
}
.video-ajax:before, .hero-bg-wrap:before, .hero-bg-wrap .carousel-inner:after {
  content: "";
  position: absolute;
  inset: 0;
  background: #00000085;
  z-index: +1
}
.video-ajax video, .hero-bg-wrap figure {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding-top: 60px;
}
.video-overlay, .bg-overlay {
  position: absolute;
  z-index: 2;
  color: #fff;
  padding: 4rem 0;
  inset: 55% 0 auto 0;
  text-align: center;
  transform: translateY(-50%);
  text-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.tips {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  font-size: 1.125rem;
  opacity: 0;
  transition: .3s ease-in-out;
}
.tips p {
  margin: 0;
}
.tips-logo img {
  height: 48px;
  width: auto;
}
.cta .btn {
  padding: .9rem 1.6rem;
  border-radius: 40px;
  font-weight: 600;
  transition: all .25s ease;
}
.cta .btn-primary {
  background: var(--main);
  border-color: var(--main);
}
.cta .btn-primary:hover, .cta .btn-primary:active {
  background: transparent;
  border-color: var(--main);
  color: var(--main);
}
.brand-desc .btn-outline-light {border-color: var(--main);color: #000;}
.sl-reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.sl-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.sl-compare__col {
  background: #fff;
  padding: 2rem;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, .08);
  box-shadow: 0 15px 40px rgba(0, 0, 0, .04);
}
.sl-compare__col--highlight {
  border: 1px solid rgba(234, 0, 41, .3);
  background: #fafafa;
  box-shadow: 0 20px 50px rgba(234, 0, 41, .15);
}
.sl-compare__col h3 {
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.sl-compare__col--highlight h3 {
  color: var(--main);
}
.sl-compare__col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sl-compare__col li {
  margin-bottom: 1rem;
  padding-left: 26px;
  position: relative;
}
.sl-compare__col--highlight li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: var(--main);
  font-weight: 700;
}
.sl-compare__col:not(.sl-compare__col--highlight) li::before {
  content: "\2013";
  position: absolute;
  left: 0;
  opacity: .6;
}
.sl-number {
  font-size: 42px;
  font-weight: 700;
  color: var(--main);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .6s cubic-bezier(.22, 1, .36, 1), transform .6s cubic-bezier(.22, 1, .36, 1);
}
.sl-number.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.sl-number-label {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.8;
}
.sl-inline-cta {
    border-top: 2px solid var(--main);
    padding-top: 2rem;
    margin-top: 2rem;
}
@media (max-width: 992px) {
  .sl-reviews__grid {
    grid-template-columns: 1fr;
  }
}
.sl-review {
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 16px;
  padding: 16px;
  background: #fff;
  min-height: 160px;
}
.sl-review__head {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 10px;
}
.sl-review__avatar {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  object-fit: cover;
}
.sl-review__name {
  font-weight: 600;
}
.sl-review__sub {
  font-size: .9rem;
  opacity: .75;
}
.skel {
  background: rgba(0, 0, 0, .06);
  border-color: transparent;
}
.heading-box h1 {
  font-weight: 800;
  font-size: clamp(2.2rem, 4vw, 3rem);
  line-height: 1.1;
}
.heading-box h1 span {
  font-weight: 900;
  letter-spacing: .05em;
  font-size: .9em;
  display: block;
}
.heading-box .h2 {
  font-weight: 400;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  text-transform: none;
  opacity: .9;
  margin: 1rem 0 2rem;
}
#primaryNav > ul, #primaryNav {
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
#primaryNav > ul > li {
  display: flex;
  align-items: center;
}
#primaryNav ul > li > a {
  display: inline-flex;
  align-items: center;
  padding: .5rem .725rem;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s ease, color .15s ease;
}
#primaryNav ul > li > a:hover, #primaryNav ul > li > a:focus-visible {
  background: var(--main);
  color: #fff;
}
#primaryNav > ul > li:not(.has-megamenu) > a:hover {
  background: transparent;
  color: var(--main);
}
#primaryNav .menu > li.current-menu-item > a, #primaryNav .menu > li.current_page_item > a, #primaryNav .menu > li.current-menu-ancestor > a {
  background: var(--main);
  color: #fff;
}
#primaryNav > ul > li > a {
  position: relative;
}
#primaryNav > ul > li > a::after {
  color: var(--main);
}
#primaryNav > ul > li > a:hover::after {
  width: 100%;
}
#primaryNav > ul > li > a:hover {
  background: transparent;
  color: var(--main);
}
#plus {
  margin-top: -5rem;
  position: relative;
  z-index: 20;
}
#plus .p-4 {
  background: linear-gradient(135deg, #ea0029 0%, #b30221 100%);
  color: #fff;
  padding: 2.8rem 2.2rem !important;
  border-radius: 18px;
  border: none !important;
  box-shadow:
    0 20px 50px rgba(0, 0, 0, .15), 0 5px 15px rgba(0, 0, 0, .08);
  transition: all .35s cubic-bezier(.2, .8, .2, 1);
  backdrop-filter: blur(6px);
}
#plus .p-4:hover {
  transform: translateY(-10px);
  box-shadow:
    0 35px 70px rgba(0, 0, 0, .22), 0 10px 25px rgba(0, 0, 0, .12);
}
#plus h2, #plus h3 {
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  line-height: 1.25;
}
#plus h2:after, #plus h3:after, .showroom-map .col-lg-5 > h2:after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background: rgba(255, 255, 255, .5);
  margin-top: 1rem;
  border-radius: 4px;
}
.showroom-map .col-lg-5 > h2:after {
  background: var(--main);
}
#plus p {
  font-size: 1rem;
  opacity: .95;
  line-height: 1.6;
}
.after-plus {
  margin: 6rem 0 3rem;
}
.bleed-media {
  overflow: hidden;
}
.bleed-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  border-radius: 0 !important;
}
.showroom img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
}
.sl-section-title {
  font-weight: 800;
  font-size: clamp(1.9rem, 2.4vw, 2rem);
  letter-spacing: -.02em;
  position: relative;
}
.sl-section-title:after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  background: var(--main);
  margin: .5rem auto 0;
  border-radius: 4px;
}
.sl-section-title.left-after:after {
  margin: .5rem 0 0;
}
.brand-head {
  display: block;
}
.brand-logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.brand-logo {
  width: 200px;
  height: auto;
  object-fit: contain;
}
.brand-logo-cover {
  object-fit: cover;
}
.brand-logo-fallback {
  width: 150px;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 1rem;
  background: #f8f9fa;
  color: var(--bs-success);
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}
.brand-logo-fallback-sm {
  font-size: 18px;
}
.brand-desc h3 {
  line-height: 1.2;
}
.brand-desc {
  position: absolute;
  inset: 0 auto 0 8rem;
  background: #ffffff;
  z-index: 2;
  max-width: 560px;
  display: flex;
  align-items: center;
}
.brand-card .carousel-control-next, .brand-card .carousel-control-prev {
  width: 7%;
  opacity: 1;
}
.brand-tabs-groups {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 1.25rem 1.75rem;
}
.brand-tab-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-left: 1.5rem;
}
.brand-tab-group-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .38rem .85rem;
  border: 1px solid var(--main-light);
  border-radius: 999px;
  background: var(--main-light);
  color: var(--main);
  font-size: .82rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  margin-bottom: .85rem;
}
.brand-tabs-wrapper .nav-link, .realizzazioni-sticky-nav .nav-link, #blogYearTabs .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  min-height: 42px;
  padding: .55rem .95rem;
  border-radius: 999px;
  color: #1f2a1f;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  text-decoration: none;
  transition: all .2s ease;
}
.brand-tabs-wrapper .nav-link:hover, .realizzazioni-sticky-nav .nav-link:hover, , #blogYearTabs .nav-link:hover {
  background: var(--main-light);
  border-color: var(--main-light);
  color: var(--main);
}
.brand-tabs-wrapper .nav-link:focus-visible, .realizzazioni-sticky-nav .nav-link:focus-visible, #blogYearTabs .nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(234, 0, 41, .18);
  background: var(--main-light);
  border-color: var(--main-light);
}
.brand-tabs-wrapper .nav-link.active, .brand-tabs-wrapper .show > .nav-link, .realizzazioni-sticky-nav .nav-link.is-active, #blogYearTabs .nav-link.active {
  background: var(--main);
  border-color: var(--main);
  color: #fff;
  box-shadow: 0 4px 12px rgba(234, 0, 41, .16);
}
#brandTabsContent h3 {
  font-weight: 700;
  font-size: 1.35rem;
  line-height: 1.2;
}
#brandTabsContent h3 span {
  color: var(--main);
}
#brandTabsContent .p-4.border {
  border: 1px solid rgba(0, 0, 0, .08) !important;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .04);
  transition: all .3s ease;
}
#brandTabsContent .carousel-item img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  max-height: 680px;
}
#reviewsCarousel .carousel-item .border {
  border-color: rgba(0, 0, 0, .10) !important;
  min-height: 200px;
}
#reviewsCarousel .carousel-control-prev, #reviewsCarousel .carousel-control-next {
  width: 5%;
  opacity: .5;
}
#reviewsCarousel .carousel-control-prev-icon, #reviewsCarousel .carousel-control-next-icon {
  filter: invert(1);
}
section[aria-label="News e approfondimenti"] article {
  border-color: rgba(0, 0, 0, .10) !important;
}
section[aria-label="News e approfondimenti"] img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0 !important;
}
#marchi-list {
  position: relative;
}
#marchi-list {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 5rem;
}
#showroomAccordion .accordion-item, #faqAccordion .accordion-item {
  border: none;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem;
}
#showroomAccordion .accordion-button, #faqAccordion .accordion-button {
  background: var(--main-light);
  font-weight: 600;
  padding: 1.1rem 1.2rem;
  box-shadow: none;
}
#showroomAccordion .accordion-button:not(.collapsed), #faqAccordion .accordion-button:not(.collapsed) {
  background: var(--main);
  color: #fff;
}
#showroomAccordion .accordion-button:focus, #faqAccordion .accordion-button:focus {
  box-shadow: none;
}
#showroomAccordion .accordion-body, #faqAccordion .accordion-body {
  background: #fff;
  padding: 1.2rem;
}
.showroom-card {
  border: 1px solid #eee;
  transition: all .3s ease;
}
.showroom-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
.status-badge {
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 30px;
  font-weight: 600;
}
.status-open {
  background: #e6f7ee;
  color: #1e8e3e;
}
.status-closed {
  background: var(--main-light);
  color: var(--main);
}
.hours-table {
  font-size: 13px;
  margin-top: 10px;
}
.hour-row {
  padding: 4px 0;
}
.hour-row.today {
  font-weight: 600;
}
.status-badge {
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 20px;
  font-weight: 600;
}
.status-open {
  background: #e6f7ee;
  color: #1e8e3e;
}
.status-closed {
  background: var(--main-light);
  color: var(--main);
}
.hours-table {
  font-size: 13px;
}
.hour-row {
  padding: 3px 0;
}
.hour-row.today {
  font-weight: 600;
}
.method-step {
  transition: all .35s cubic-bezier(.2, .8, .2, 1);
  border: 1px solid rgba(0, 0, 0, .08) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .04);
  position: relative;
}
.method-step:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, .08);
}
.method-animate {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity .8s cubic-bezier(.2, .8, .2, 1), transform .8s cubic-bezier(.2, .8, .2, 1);
}
.method-animate.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.method-animate.delay-1 {
  transition-delay: .3s;
}
.method-animate.delay-2 {
  transition-delay: .4s;
}
.method-animate.delay-3 {
  transition-delay: .5s;
}
.method-animate.delay-4 {
  transition-delay: .6s;
}
.method-number {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--main-light);
  color: var(--main);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  box-shadow: 0 8px 20px rgba(234, 0, 41, .15);
}
.method-step h3 {
  font-weight: 700;
  font-size: 1.15rem;
  line-height: 1.3;
  margin-bottom: .75rem;
}
.bonus-section {
  position: relative;
}
.bonus-card {
  background: #fff;
  padding: 2rem;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, .08);
  box-shadow: 0 15px 40px rgba(0, 0, 0, .04);
  transition: all .35s cubic-bezier(.2, .8, .2, 1);
  position: relative;
}
.bonus-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, .08);
}
.bonus-card:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background: var(--main);
  border-radius: 18px 0 0 18px;
  opacity: .8;
}
.bonus-badge, .badge-soft {
  display: inline-block;
  background: var(--main-light);
  color: var(--main);
  font-weight: 600 !important;
  font-size: .725rem !important;
  padding: .4rem .8rem;
  border-radius: 999px;
  margin-bottom: 1rem !important;
}
.bonus-card h3 {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: .75rem;
}
.bonus-card p {
  font-size: .95rem;
  color: #555;
  line-height: 1.6;
}
.bonus-card ul {
  margin-top: 1rem;
  padding-left: 1.1rem;
}
.bonus-card ul li {
  margin-bottom: .4rem;
  font-size: .9rem;
}
.sl-card__badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(234, 0, 41, .12);
  color: var(--main, #ea0029);
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 10px;
}
.sl-card__title {
  margin: 0 0 8px 0;
}
.sl-card__link {
  font-weight: 600;
  text-decoration: none;
  color: var(--main, #ea0029);
}
.sl-card__link:hover {
  text-decoration: underline;
}
.final-cta {
  position: relative;
  background: linear-gradient(135deg, #1c1f22 0%, #111315 100%);
  overflow: hidden;
}
.final-cta h2 {
  font-weight: 800;
  font-size: clamp(1.8rem, 2.8vw, 2.25rem);
  line-height: 1.2;
}
.final-cta h2 span {
  color: var(--main);
}
.news-card {
  border: 1px solid rgba(0, 0, 0, .06);
  box-shadow: 0 15px 35px rgba(0, 0, 0, .05);
  transition: all .35s cubic-bezier(.2, .8, .2, 1);
}
.news-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.news-card h3 {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.35;
  margin-bottom: .75rem;
}
.news-card:hover h3 {
  color: var(--main);
}
.news-btn {
  border-radius: 999px;
  font-weight: 600;
  padding: .6rem 1.2rem;
  transition: all .25s ease;
}
.news-card:hover .news-btn {
  background: var(--main);
  border-color: var(--main);
  color: #fff;
}
.sl-subtitle {
  font-weight: 700;
  letter-spacing: -.01em;
}
.sl-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.sl-feature {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .03);
  transition: all .25s ease;
  position: relative;
}
.sl-feature:hover {
  box-shadow: 0 18px 45px rgba(0, 0, 0, .06);
}
.sl-feature__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--main);
  box-shadow: 0 8px 20px rgba(234, 0, 41, .20);
  margin-top: 6px;
  flex: 0 0 10px;
}
.sl-feature__content {
  line-height: 1.4;
}
.sl-feature__content strong {
  display: block;
  font-weight: 700;
  font-size: .9rem;
  margin-bottom: .5rem;
}
.sl-feature__content span {
  display: block;
  opacity: .85;
  font-size: .85rem;
}
.sl-accent-card.bonus-card {
  padding: 1.6rem;
}
.cta .btn.btn-sm {
  padding: .55rem 1rem;
  border-radius: 999px;
  font-weight: 600;
}
.sl-tech-card {
  border: 1px solid rgba(0, 0, 0, .08);
  box-shadow: 0 6px 11px rgba(0, 0, 0, .06);
  transition: all .35s cubic-bezier(.2, .8, .2, 1);
}
.sl-tech-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, .08);
}
.sl-tech-item {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, .06);
}
.sl-tech-item:last-child {
  border-bottom: 0;
}
.sl-tech-label {
  font-weight: 700;
  font-size: .95rem;
}
.sl-tech-desc {
  font-size: .9rem;
  color: #555;
}
.sl-tech-influence {
  background: #f8f9fa;
  border: 1px solid rgba(234, 0, 41, .2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .03);
}
.sl-tech-card, .sl-tech-influence {
  padding: 2rem 2rem;
}
.sl-tech-card h3, .sl-tech-influence h3 {
  font-weight: 700;
  color: var(--main);
}
.sl-compare-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.sl-compare-card {
  background: #fff;
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  text-align: center;
  position: relative;
}
.sl-compare-card.highlight {
  border: 2px solid var(--main);
  transform: scale(1.04);
}
.compare-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--main);
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}
.sl-compare-title {
  font-size: 20px;
  margin-bottom: 20px;
}
.sl-compare-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.sl-compare-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.compare-icon {
  font-size: 18px;
  margin-right: 6px;
}
.compare-rating {
  letter-spacing: 2px;
  color: #d79a2b;
}
.compare-value {
  font-weight: 600;
}
.highlight-value {
  color: var(--main);
}
.compare-note {
  font-size: 14px;
  color: #666;
}
.sl-related {
  font-size: 0.95rem;
}
.related-links li {
  margin: 6px 10px;
}
.related-links a {
  text-decoration: none;
  border-bottom: 1px dotted var(--main);
  color: var(--main);
  font-weight: 600;
}
.related-links a:hover {
  color: #000;
}
.sl-compare-table {
  border: 1px solid #e6e6e6;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 0;
}
.sl-compare-table thead th {
  background: var(--main);
  font-weight: 700;
  white-space: nowrap;
  border-left: 1px dashed #fff;
}
.sl-compare-table thead th, .sl-compare-table tbody th {
  color: #fff;
}
.sl-compare-table th, .sl-compare-table td {
  padding: 1rem 1rem;
  vertical-align: top;
  border-color: #e6e6e6;
  text-align: center;
}
.sl-compare-table tbody th, .sl-compare-table tbody td {
  font-size: .85rem;
  background: #fdfdfd;
}
.sl-compare-table tbody th[scope="row"] {
  min-width: 220px;
  font-weight: 600;
  color: #1f2a37;
  background: #f3f3f3;
}
.sl-compare-table a.sl-card__link {
  font-weight: 700;
  text-decoration: none;
}
.vpa-mini-table {
  width: 100%;
  border: 1px solid var(--main);
  border-radius: 18px;
}
.vpa-mini-row {
  display: grid;
  grid-template-columns: 38% 62%;
  border-bottom: 1px solid #d9d9d9;
  background: var(--main);
}
.vpa-mini-row:first-of-type {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
.vpa-mini-row:last-of-type {
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
}
.vpa-mini-row:first-of-type div:first-of-type {
  border-top-left-radius: 18px;
}
.vpa-mini-row:last-of-type div:first-of-type {
  border-bottom-left-radius: 18px;
}
.vpa-mini-row:first-of-type div:last-of-type {
  border-top-right-radius: 18px;
}
.vpa-mini-row:last-of-type div:last-of-type {
  border-bottom-right-radius: 18px;
}
.vpa-mini-row > div {
  padding: 0.9rem 0.75rem;
  font-size: 0.95rem;
  line-height: 1.45;
}
.vpa-mini-head > div {
  font-weight: 700;
  color: #fff;
}
.vpa-mini-row:not(.vpa-mini-head) > div:first-child {
  font-weight: 600;
  color: #1f2a37;
  background: #f3f3f3;
}
.vpa-mini-row:not(.vpa-mini-head) > div:last-child {
  background: #fff;
  color: #3b3b3b;
}
.categorie-home .col-md-6, .categorie-home .col-lg-4 {
  display: flex;
}
.category-visual-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  min-height: 450px;
  border-radius: 22px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .10);
  transition: transform .35s cubic-bezier(.2, .8, .2, 1), box-shadow .35s cubic-bezier(.2, .8, .2, 1);
}
.category-visual-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 60px rgba(0, 0, 0, .18);
  color: #fff;
}
.category-visual-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  background-size: cover;
  background-position: center;
  transition: transform .6s ease;
  z-index: 0;
}
.category-visual-card:hover::before {
  transform: scale(1.06);
}
.category-visual-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .12) 0%, rgba(0, 0, 0, .18) 35%, rgba(0, 0, 0, .78) 100%);
  transition: background .35s ease;
  border-radius: 22px;
}
.category-visual-card:hover .category-visual-card__overlay {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .18) 0%, rgba(0, 0, 0, .30) 35%, rgba(0, 0, 0, .84) 100%);
}
.category-visual-card__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 1.6rem 1.4rem 1.5rem;
}
.category-visual-card .badge-soft {
  background: rgba(255, 255, 255, .18);
  color: #fff;
}
.category-visual-card h3 {
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 0;
  max-width: 90%;
  transition: transform .35s ease, margin-bottom .35s ease;
}
.category-visual-card__reveal {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(12px);
  transition:
    max-height .45s ease, opacity .3s ease, transform .35s ease, margin-top .35s ease;
  margin-top: 0;
}
.category-visual-card__reveal p {
  color: rgba(255, 255, 255, .92);
  font-size: .98rem;
  line-height: 1.6;
  margin-bottom: .9rem;
  max-width: 95%;
}
.category-visual-card__reveal .sl-card__link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
}
.category-visual-card:hover .category-visual-card__reveal, .category-visual-card:focus-visible .category-visual-card__reveal {
  max-height: 200px;
  opacity: 1;
  transform: translateY(0);
  margin-top: 1rem;
}
.category-visual-card:hover h3, .category-visual-card:focus-visible h3 {
  margin-bottom: .2rem;
}
.category-visual-card:focus-visible {
  outline: 0;
  box-shadow:
    0 0 0 4px rgba(234, 0, 41, .18), 0 28px 60px rgba(0, 0, 0, .18);
}
.realizzazioni-sticky-nav-wrap {
  position: sticky;
  z-index: 3;
  background: #fff;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 14px 0;
}
.realizzazioni-sticky-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.realizzazioni-sticky-nav .btn {
  transition:
    background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.realizzazioni-sticky-nav .btn:hover {
  transform: translateY(-1px);
}
.realizzazioni-sticky-nav .btn.is-active, .realizzazioni-sticky-nav .btn[aria-pressed="true"] {
  background: var(--main);
  border-color: var(--main);
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}
.realizzazione-item {
  display: block;
}
.realizzazione-item.is-hidden {
  display: none !important;
}
.realizzazione-item.is-leaving .category-visual-card {
  opacity: 0;
  transform: translateY(18px) scale(0.985);
  filter: blur(2px);
}
.realizzazione-item.is-entering .category-visual-card {
  opacity: 0;
  transform: translateY(18px) scale(0.985);
  filter: blur(2px);
}
.realizzazione-item.is-entering.is-entered .category-visual-card {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}
/* Correzione per modale sopra l'header fisso */
.modal-backdrop {
  z-index: 99999;
}
.modal {
  z-index: 999999;
}

/* Stile per i titoli dei campi dentro la modale */
#contactModal .form-label {
  color: #333;
  margin-bottom: 0.4rem;
}

/* Effetto focus sui campi della modale */
#contactModal .form-control:focus, 
#contactModal .form-select:focus {
  background-color: #fff !important;
  border-color: var(--main) !important;
  box-shadow: 0 0 0 0.25rem rgba(234, 0, 41, 0.1);
}
footer .hover-white {
    transition: .3s;
}
footer .hover-white:hover {
    color: #fff!important;
}
.custom-scrollbar {
  justify-content: center;
}
/* Container dell'icona hamburger */
.sl-custom-toggler {
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hamburger-box {
  width: 26px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

/* Stile delle singole linee */
.hamburger-line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--main);
  border-radius: 4px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
}

/* --- ANIMAZIONE DI APERTURA --- */
/* Bootstrap cambia aria-expanded in "true" quando il menu è aperto */
.sl-custom-toggler[aria-expanded="true"] .line-1 {
  transform: translateY(8px) rotate(45deg);
}

.sl-custom-toggler[aria-expanded="true"] .line-2 {
  opacity: 0;
  transform: scaleX(0);
}

.sl-custom-toggler[aria-expanded="true"] .line-3 {
  transform: translateY(-8px) rotate(-45deg);
}
.post-content h2 {
    font-weight: 700;
}
.post-content h3 {
    margin-top: 1.85rem;
}
.post-content a {
    color: var(--main);
}
.tags a {
    color: #fff;
}
@media(max-width: 1366px) {
  .brand-tabs-groups {
      gap: 1.25rem 0;
  }
  .brand-logo {
    width: 120px;
  }
  .compare-badge {
    top: -24px;
  }
}
@media(max-width: 1280px) {
  :root {
    font-size: 14px;
  }
  .break {
    display: none;
  }
  .heading-box h1 {
    font-size: clamp(2.2rem, 4vw, 2.5rem);
  }
  #plus .p-4 {
    padding: 1.8rem 1.2rem!important;
  }
  #plus h2, #plus h3 {
    font-size: 1.25rem;
  }
  .category-visual-card {
    min-height: 350px;
  }
  .heading-box {
    max-width: 860px;
    margin: 0 auto;
  }
  .sl-section-title {
    font-size: 1.725rem;
  }
}
@media (max-width: 991.98px) {
  #primaryNav {
    max-height: 100vh;
    overflow: scroll;
    padding-bottom: 14rem;
  }
  #primaryNav > ul, #primaryNav > ul > li {
    flex-direction: column;
    width: 100%;
  }
  #primaryNav > ul > li {
    border-bottom: 1px solid var(--main);
    padding: .5rem 0;
  }
  .navbar .dropdown-menu.megamenu {
    margin-top: 0.25rem;
    padding: 15px;
    box-shadow: none;
  }
  .mega-left {
    border-right: 0;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .mega-right {
    padding-left: 0;
  }
  .mega-panel {
    display: none !important;
    padding: 5px 0 10px 18px;
    border-left: 2px solid var(--main-light);
    margin-left: 10px;
  }

  .mega-panel.active {
    display: block !important;
    animation: fadeMega 0.25s ease;
  }

  .mega-trigger.active {
    color: var(--main);
  }
  .mega-trigger {
    background: rgba(0, 0, 0, 0.04);
    margin-bottom: 5px;
  }
  .brand-tabs-groups {
    gap: 1rem 1rem;
  }
  .brand-tab-group {
    width: 100%;
  }
  .brand-tabs-wrapper .nav-link, .realizzazioni-sticky-nav .nav-link, #blogYearTabs .nav-link {
    min-height: 38px;
    padding: 0.5rem 0.8rem;
    font-size: 0.95rem;
  }
  .sl-compare-table th, .sl-compare-table td {
    font-size: 0.95rem;
    padding: 0.875rem;
  }
  .category-visual-card {
    min-height: 320px;
  }
  .category-visual-card__reveal {
    max-height: 220px;
    opacity: 1;
    transform: translateY(0);
    margin-top: 1rem;
  }
  .category-visual-card h3 {
    margin-bottom: 0.15rem;
    font-size: 1.45rem;
  }
  #storelab-map {
    min-height: 380px;
  }
  .realizzazioni-sticky-nav {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 10px;
    padding-bottom: 2px;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }
  .realizzazioni-sticky-nav::-webkit-scrollbar {
    height: 6px;
  }
  .realizzazioni-sticky-nav::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.18);
    border-radius: 999px;
  }
  .category-visual-card {
    min-height: 360px;
  }
  .category-visual-card:hover, .method-step:hover, .bonus-card:hover {
    transform: unset;
  }
  .category-visual-card .category-visual-card__overlay, .category-visual-card:hover .category-visual-card__overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, .30) 0%, rgba(0, 0, 0, .50) 35%, rgba(0, 0, 0, 1) 100%);
  }
  .method-animate {
    padding: 1rem
  }
  .video-ajax, .hero-bg-wrap {
    min-height: 50vh;
  }
  .video-ajax video, .hero-bg-wrap figure img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  }
  .after-plus .col-lg-6:first-of-type {
    overflow: hidden;
    margin: 0 auto 1.5rem;
  }
  .after-plus img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    object-position: center;
  }
  .py-custom .col-lg-7 {
    max-height: 450px;
    overflow: hidden;
    margin-top: 1.5rem;
  }
  .py-custom:not(.recensioni) img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: center;
  }
  .final-cta .cta {
    margin-top: 1.5rem!important
  }
  #reviewsCarousel .carousel-item .border {
    min-height: unset;
  }
  .heading-box {
    max-width: 600px;
  }
  .sl-compare-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .compare-badge {
    top: -12px;
  }
  .topbar .d-flex {
    justify-content: center!important;
  }
}
@media (max-width: 768px) {
  #storelab-map {
    height: 380px;
  }
  .sl-feature-list, .sl-compare {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767.98px) {
  .vpa-mini-row {
    grid-template-columns: 1fr;
  }
  .vpa-mini-row > div {
    padding: 0.75rem 0;
  }
  .vpa-mini-row:not(.vpa-mini-head) > div:first-child {
    background: transparent;
    padding-bottom: 0.2rem;
  }
  .vpa-mini-row:not(.vpa-mini-head) > div:last-child {
    padding-top: 0;
  }
  .realizzazioni-sticky-nav {
    gap: 8px;
  }
  .custom-scrollbar {
    justify-content: start
  }
}
@media(max-width: 640px) {
  .video-ajax, .hero-bg-wrap {
    min-height: 80vh;
  }
  .heading-box {
    max-width: 90%;
  }
  .video-overlay .cta a, .bg-overlay .cta a {
    margin: .25rem 0
  }
  .tips {
    bottom: -2.5rem;
    left: 0;
    right: 0;
    transform: none;
    padding: 0 1.5rem;
  }
  #plus {
    margin: -2rem 0;
  }
  #plus .row, .bonus-section .row, .recensioni .row {
    gap: 1.5rem;
  }
  .brand-desc {
    position: static;
    background: #f8f9fa;
  }
  #primaryNav .navbar-nav {
    padding-top: 1rem;
    margin-top: 1rem;
  }
}