/* Logo e menu */

@media (min-width: 992px) {

  header.container-header {
    display: flex !important;
    align-items: center;
    justify-content: space-between;

    width: 100%;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;

    padding-left: 15px;
    padding-right: 15px;

    gap: 30px;
    box-sizing: border-box;
  }

  /* Area logo */
  header.container-header > .grid-child:not(.container-nav) {
    flex: 1 1 auto;
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0;
  }

  header.container-header .navbar-brand {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
  }

  header.container-header .navbar-brand img {
    display: block;
    width: auto;
    max-height: 70px;
  }

  /* Area menu */
  header.container-header > .container-nav {
    flex: 0 1 300px;
    width: 300px;
    max-width: 300px;
    min-width: 0;
    margin-left: auto;

    display: flex !important;
    align-items: center;
    justify-content: flex-end;
  }

  header.container-header .mod-menu,
  header.container-header .navbar-nav {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;

    width: 100%;
    margin: 0;
    padding: 0;
  }

  header.container-header .mod-menu > li,
  header.container-header .navbar-nav > li {
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
  }

}

.container-header .navbar-toggler {
    color: #134189;
}  

.view-article main {
  margin-top: 0;
}

/* Mobile: hamburger menu a destra del logo */
@media (max-width: 991.98px) {

  .container-header {
    position: relative;
  }

  .container-header .navbar-brand {
    padding-right: 60px;
  }

  .container-header .container-nav {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    width: auto;
    margin: 0;
    padding: 0;
    z-index: 20;
  }

  .container-header .navbar {
    padding: 0;
    justify-content: flex-end;
  }

  .container-header .navbar-toggler {
    margin: 0;
    padding: 8px 10px;
    border: 0;
    color: #003180;
    box-shadow: none;
  }

  .container-header .navbar-toggler:focus {
    box-shadow: none;
  }

  .container-header .icon-menu {
    font-size: 1.5rem;
  }

  .container-header .navbar-collapse {
    position: absolute;
    top: 42px;
    right: 0;
    min-width: 220px;
    background: #ffffff;
    border-radius: 12px;
    padding: 12px 16px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.14);
  }
}

/* HERO B2B MEDIA PARTNER */
.bmp-hero-full {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background:
    radial-gradient(circle at 12% 25%, rgba(38, 198, 247, 0.22) 0%, rgba(38, 198, 247, 0) 28%),
    radial-gradient(circle at 82% 30%, rgba(255, 210, 26, 0.20) 0%, rgba(255, 210, 26, 0) 25%),
    linear-gradient(135deg, #003180 0%, #00245f 58%, #00183f 100%);
  color: #ffffff;
  overflow: hidden;
  position: relative;
}

.bmp-hero-full::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0) 34%);
  pointer-events: none;
}

.bmp-hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 74px 22px 64px;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 42px;
  align-items: center;
}

.bmp-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 8px 14px;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.88);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bmp-hero-kicker::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffd21a 0%, #ff8a1f 52%, #ff2548 100%);
  box-shadow: 0 0 18px rgba(255, 138, 31, 0.75);
}

.bmp-hero-title {
  margin: 0;
  max-width: 780px;
  color: #ffffff;
  font-size: clamp(36px, 5vw, 66px);
  line-height: 1.03;
  font-weight: 850;
  letter-spacing: -0.045em;
}

.bmp-hero-title span {
  background: linear-gradient(90deg, #26c6f7 0%, #ffd21a 55%, #ff8a1f 78%, #ff2548 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.bmp-hero-subtitle {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255,255,255,0.84);
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.55;
  font-weight: 400;
}

.bmp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.bmp-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.bmp-hero-btn-primary {
  color: #00245f;
  background: linear-gradient(90deg, #ffd21a 0%, #ff8a1f 100%);
  box-shadow: 0 16px 34px rgba(255, 95, 42, 0.26);
}

.bmp-hero-btn-secondary {
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.28);
  background: rgba(255,255,255,0.08);
}

.bmp-hero-btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.bmp-hero-card {
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 26px;
  padding: 28px;
  background: rgba(255,255,255,0.08);
  box-shadow: 0 24px 70px rgba(0,0,0,0.22);
  backdrop-filter: blur(10px);
}

.bmp-hero-card-title {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 800;
}

.bmp-hero-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bmp-hero-list li {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 12px;
  color: rgba(255,255,255,0.82);
  font-size: 15px;
  line-height: 1.45;
}

.bmp-hero-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 6px;
  border-radius: 50%;
  background: linear-gradient(180deg, #26c6f7 0%, #0b4bd3 100%);
  box-shadow: 0 0 16px rgba(38,198,247,0.55);
}

.bmp-hero-list li:nth-child(2)::before {
  background: linear-gradient(180deg, #ffd21a 0%, #ff8a1f 100%);
  box-shadow: 0 0 16px rgba(255,138,31,0.55);
}

.bmp-hero-list li:nth-child(3)::before {
  background: linear-gradient(180deg, #ff8a1f 0%, #ff2548 100%);
  box-shadow: 0 0 16px rgba(255,37,72,0.5);
}

.bmp-hero-signature {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.62);
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 900px) {
  .bmp-hero-inner {
    grid-template-columns: 1fr;
    padding: 58px 20px 48px;
    gap: 30px;
  }

  .bmp-hero-card {
    max-width: 560px;
  }
}

@media (max-width: 520px) {
  .bmp-hero-inner {
    padding: 46px 18px 42px;
  }

  .bmp-hero-actions {
    display: grid;
  }

  .bmp-hero-btn {
    width: 100%;
  }

  .bmp-hero-card {
    padding: 22px;
    border-radius: 22px;
  }
}

/* SEZIONE PUBBLICAZIONI - B2B MEDIA PARTNER */

.bmp-publications-section {
  background: #f6f8fc;
  padding: 72px 20px;
}

.bmp-publications-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.bmp-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: #003180;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bmp-section-kicker::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(180deg, #26c6f7 0%, #0b4bd3 100%);
  box-shadow: 0 0 14px rgba(38, 198, 247, 0.45);
}

.bmp-publications-title {
  max-width: 760px;
  margin: 0;
  color: #003180;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: -0.04em;
}

.bmp-publications-intro {
  max-width: 760px;
  margin: 18px 0 0;
  color: #4b5a72;
  font-size: 18px;
  line-height: 1.6;
}

.bmp-publication-card {
  height: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 49, 128, 0.10);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(0, 49, 128, 0.09);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.bmp-publication-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 0% 0%, rgba(38, 198, 247, 0.13) 0%, rgba(38, 198, 247, 0) 34%),
    radial-gradient(circle at 100% 0%, rgba(255, 138, 31, 0.12) 0%, rgba(255, 138, 31, 0) 30%);
  pointer-events: none;
}

.bmp-publication-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 49, 128, 0.20);
  box-shadow: 0 26px 70px rgba(0, 49, 128, 0.14);
}

.bmp-publication-card-body {
  position: relative;
  z-index: 2;
  padding: 34px;
  display: flex;
  flex-direction: column;
  min-height: 360px;
}

.bmp-publication-logo-wrap {
  display: flex;
  align-items: center;
  min-height: 92px;
  margin-bottom: 28px;
}

.bmp-publication-logo {
  max-width: 260px;
  max-height: 92px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.bmp-publication-logo.ifn-logo {
  max-width: 250px;
}

.bmp-publication-logo.infohotel-logo {
  max-width: 310px;
}

.bmp-publication-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(0, 49, 128, 0.07);
  color: #003180;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bmp-publication-card h3 {
  margin: 0 0 14px;
  color: #003180;
  font-size: 25px;
  line-height: 1.22;
  font-weight: 850;
  letter-spacing: -0.025em;
}

.bmp-publication-card p {
  margin: 0;
  color: #4b5a72;
  font-size: 16px;
  line-height: 1.58;
}

.bmp-publication-actions {
  margin-top: auto;
  padding-top: 28px;
}

.bmp-publication-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border-radius: 999px;
  color: #ffffff;
  background: #003180;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bmp-publication-btn:hover {
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 49, 128, 0.22);
}

.bmp-publication-btn.warm {
    color: #fff;
    background: linear-gradient(90deg, #ff8a1f 0%, #ff2548 100%);
}

.bmp-publication-btn.mediakit {
    color: #00245f;
    background: #ffd21a;
    margin: 0 0 0 20px;
}

@media (max-width: 1145px) {
    .bmp-publication-btn.mediakit {
          margin:20px 0 0 0;
    }  
}  

.bmp-publications-header {
  max-width: 820px;
  margin: 0 0 42px;
}

@media (max-width: 767.98px) {
  .bmp-publications-section {
    padding: 54px 18px;
  }

  .bmp-publication-card-body {
    padding: 28px;
    min-height: auto;
  }

  .bmp-publication-logo-wrap {
    min-height: auto;
    margin-bottom: 24px;
  }

  .bmp-publication-logo,
  .bmp-publication-logo.ifn-logo,
  .bmp-publication-logo.infohotel-logo {
    max-width: 100%;
  }

  .bmp-publication-card .bmp-publication-card-body > .bmp-publication-logo-wrap.bmp-publication-hero {
    min-height: 150px;
    margin: -28px -28px 24px -28px;
    padding: 28px;
  }
}

/* immagini nei box pubblicazioni */

.bmp-publication-card .bmp-publication-card-body > .bmp-publication-logo-wrap.bmp-publication-hero {
  position: relative;
  min-height: 175px;
  margin: -34px -34px 26px -34px;
  padding: 34px;
  display: flex;
  align-items: flex-start;
  border-radius: 28px 28px 0 0;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.bmp-publication-card .bmp-publication-card-body > .bmp-publication-logo-wrap.bmp-publication-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.78) 0%,
    rgba(255, 255, 255, 0.48) 46%,
    rgba(255, 255, 255, 0.16) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.bmp-publication-card .bmp-publication-card-body > .bmp-publication-logo-wrap.bmp-publication-hero .bmp-publication-logo {
  position: relative;
  z-index: 2;
}

/* titoli modulo no-card */
.no-card > h3:first-of-type {
  margin: 0 0 26px;
  color: #003180;
  font-size: clamp(32px, 3vw, 44px);
  line-height: 1.06;
  font-weight: 850;
  letter-spacing: -0.04em;
}

/* Titoli progetti - versione più editoriale */
.no-card .mod-articles-title {
  margin: 0 0 14px;
  color: #0096ED;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}

.no-card .mod-articles-title .mod-articles-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.no-card .mod-articles-title .mod-articles-link:hover,
.no-card .mod-articles-title .mod-articles-link:focus {
  color: #003180;
  text-decoration: none;
}

/* stili di servizio */

/* Classe riutilizzabile per sezioni a tutta larghezza */
.tuttalarghezza {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* Evita eventuali micro-scroll orizzontali */
body {
  overflow-x: hidden;
}

.bmp-publication-btn.green {
  color: #ffffff;
  background: linear-gradient(90deg, #5f7f3c 0%, #3f6f35 52%, #284f2e 100%);
  box-shadow: 0 14px 30px rgba(63, 111, 53, 0.22);
}

.bmp-publication-btn.green:hover {
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(63, 111, 53, 0.30);
}

/* Bottone centrato sotto Ultimi Progetti */
.bmp-projects-link-wrap {
  margin-top: 8px;
  margin-bottom: 38px;
  text-align: center;
}

.bmp-projects-link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 24px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(90deg, #26c6f7 0%, #0b4bd3 55%, #003180 100%);
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(11, 75, 211, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bmp-projects-link-btn:hover,
.bmp-projects-link-btn:focus {
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(11, 75, 211, 0.30);
}

@media (max-width: 767.98px) {
  .bmp-projects-link-wrap {
    margin-top: 30px;
  }

  .bmp-projects-link-btn {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }
}

/* modulo articoli */

.no-card .mod-articles-item-content {
  display: flex;
  flex-direction: column;
}

.no-card .mod-articles-image-link,
.no-card .mod-articles-image {
  order: 1;
}

.no-card .mod-articles-title {
  order: 2;
}

/* Link sulle immagini del modulo Articles */
.no-card .mod-articles-image-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.no-card .mod-articles-image-link:hover,
.no-card .mod-articles-image-link:focus {
  text-decoration: none;
}

.no-card .mod-articles-image-link img {
  display: block;
  width: 100%;
  transition: transform 0.25s ease, filter 0.25s ease;
  border-radius: 10px;
}

.no-card .mod-articles-image-link:hover img,
.no-card .mod-articles-image-link:focus img {
  transform: scale(1.025);
  filter: brightness(0.96);
}

/* com-content-category-blog */

.com-content-category-blog__item h2 > a {
  margin: 0 0 14px;
  color: #0096ED;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  text-decoration: none;
  transition: color 0.2s ease;
}

/* Category Blog: griglia ordinata con box allineati */
.com-content-category-blog .blog-items,
.com-content-category-blog .blog-items[class*="masonry-"] {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px 32px;
  align-items: stretch;
}

/* Ogni articolo diventa una card della stessa altezza */
.com-content-category-blog .blog-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Disattiva eventuali float dell'immagine */
.com-content-category-blog .blog-item .item-image,
.com-content-category-blog .blog-item .left.item-image,
.com-content-category-blog .blog-item .right.item-image {
  float: none !important;
  width: 100%;
  margin: 0 0 6px;
}

/* Immagini sempre 16:9 */
.com-content-category-blog .blog-item .item-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

/* Il contenuto occupa lo spazio restante */
.com-content-category-blog .blog-item .item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Responsive */
@media (max-width: 991.98px) {
  .com-content-category-blog .blog-items,
  .com-content-category-blog .blog-items[class*="masonry-"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .com-content-category-blog .blog-items,
  .com-content-category-blog .blog-items[class*="masonry-"] {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

/* Mini hero pagina Progetti */
.bmp-mini-hero {
  background:
    radial-gradient(circle at 8% 30%, rgba(38, 198, 247, 0.22) 0%, rgba(38, 198, 247, 0) 28%),
    radial-gradient(circle at 88% 22%, rgba(255, 138, 31, 0.18) 0%, rgba(255, 138, 31, 0) 26%),
    linear-gradient(135deg, #003180 0%, #00245f 58%, #00183f 100%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.bmp-mini-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0) 34%);
  pointer-events: none;
}

.bmp-mini-hero-inner {
  max-width: 1358px;
  min-height: 118px;
  margin: 0 auto;
  padding: 22px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.bmp-mini-hero-text {
  max-width: 790px;
}

.bmp-mini-hero-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.05;
  font-weight: 850;
  letter-spacing: -0.04em;
}

.bmp-mini-hero-title span {
  background: linear-gradient(90deg, #26c6f7 0%, #ffd21a 55%, #ff8a1f 78%, #ff2548 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.bmp-mini-hero-subtitle {
  max-width: 760px;
  margin: 7px 0 0;
  color: rgba(255,255,255,0.82);
  font-size: 15px;
  line-height: 1.4;
}

.bmp-mini-hero-action {
  flex: 0 0 auto;
}

.bmp-mini-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 22px;
  border-radius: 999px;
  color: #00245f;
  background: linear-gradient(90deg, #ffd21a 0%, #ff8a1f 100%);
  text-decoration: none;
  font-size: 14px;
  font-weight: 850;
  white-space: nowrap;
  box-shadow: 0 14px 30px rgba(255, 95, 42, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bmp-mini-hero-btn:hover,
.bmp-mini-hero-btn:focus {
  color: #00245f;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(255, 95, 42, 0.32);
}

@media (max-width: 767.98px) {
  .bmp-mini-hero-inner {
    min-height: auto;
    padding: 26px 18px;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .bmp-mini-hero-title {
    font-size: 31px;
  }

  .bmp-mini-hero-subtitle {
    font-size: 15px;
  }

  .bmp-mini-hero-action,
  .bmp-mini-hero-btn {
    width: 100%;
  }
}

:root {
      --bmp-blue: #003180;
      --bmp-blue-dark: #00183f;
      --bmp-blue-mid: #0b4bd3;
      --bmp-cyan: #26c6f7;
      --bmp-yellow: #ffd21a;
      --bmp-orange: #ff8a1f;
      --bmp-red: #ff2548;
      --bmp-teal: #0b7285;
      --bmp-text: #1f2a3d;
      --bmp-muted: #4b5a72;
      --bmp-soft: #f6f8fc;
      --bmp-border: rgba(0, 49, 128, 0.12);
    }

    .bmp-case-study {
      background: #ffffff;
    }

    .bmp-case-container {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 22px;
    }

    /* TOP PROOF */
    .bmp-case-proof {
      padding: 54px 0 26px;
    }

    .bmp-case-visual,
    .bmp-case-quote {
      height: 100%;
      border: 1px solid var(--bmp-border);
      border-radius: 28px;
      background: #ffffff;
      overflow: hidden;
      box-shadow: 0 18px 50px rgba(0, 49, 128, 0.08);
    }

    .bmp-case-visual img {
      width: 100%;
      height: 100%;
      min-height: 360px;
      object-fit: cover;
      display: block;
    }

    .bmp-case-quote {
      padding: 34px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      position: relative;
    }

    .bmp-case-quote::before {
      content: "“";
      position: absolute;
      top: 18px;
      right: 28px;
      color: rgba(0, 49, 128, 0.08);
      font-size: 120px;
      line-height: 1;
      font-weight: 900;
    }

    .bmp-case-quote-label {
      display: inline-flex;
      width: fit-content;
      margin-bottom: 18px;
      padding: 7px 12px;
      border-radius: 999px;
      background: rgba(0, 49, 128, 0.07);
      color: var(--bmp-blue);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }

    .bmp-case-quote blockquote {
      margin: 0;
      color: var(--bmp-blue);
      font-size: clamp(22px, 2.4vw, 32px);
      line-height: 1.22;
      font-weight: 850;
      letter-spacing: -0.035em;
      position: relative;
      z-index: 2;
    }

    .bmp-case-quote-author {
      margin-top: 24px;
      color: var(--bmp-muted);
      font-size: 15px;
      line-height: 1.45;
    }

    .bmp-case-quote-author strong {
      display: block;
      color: var(--bmp-text);
      font-size: 16px;
    }

    /* SUMMARY */
    .bmp-case-summary {
      padding: 26px 0 38px;
    }

    .bmp-case-summary-box {
      border: 1px solid var(--bmp-border);
      border-radius: 28px;
      background:
        radial-gradient(circle at 0% 0%, rgba(38,198,247,0.10) 0%, rgba(38,198,247,0) 32%),
        var(--bmp-soft);
      padding: 30px;
    }

    .bmp-case-section-kicker {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 14px;
      color: var(--bmp-blue);
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .bmp-case-section-kicker::before {
      content: "";
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: linear-gradient(180deg, var(--bmp-yellow) 0%, var(--bmp-orange) 70%, var(--bmp-red) 100%);
    }

    .bmp-case-summary-title,
    .bmp-case-section-title {
      margin: 0 0 16px 0;
      color: var(--bmp-blue);
      font-size: clamp(30px, 3.4vw, 46px);
      line-height: 1.25;
      font-weight: 850;
      letter-spacing: -0.04em;
    }

    .bmp-case-summary-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 18px;
      margin-top: 26px;
    }

    .bmp-case-summary-item {
      padding: 18px;
      border-radius: 18px;
      background: #ffffff;
      border: 1px solid rgba(0, 49, 128, 0.08);
    }

    .bmp-case-summary-item span {
      display: block;
      margin-bottom: 8px;
      color: var(--bmp-teal);
      font-size: 12px;
      font-weight: 850;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }

    .bmp-case-summary-item strong {
      display: block;
      color: var(--bmp-text);
      font-size: 16px;
      line-height: 1.35;
    }

    /* INTERNAL NAV */
    .bmp-case-nav-wrap {
      position: sticky;
      top: 0;
      z-index: 20;
      background: rgba(255,255,255,0.92);
      backdrop-filter: blur(10px);
      border-top: 1px solid rgba(0, 49, 128, 0.08);
      border-bottom: 1px solid rgba(0, 49, 128, 0.08);
    }

    .bmp-case-nav {
      max-width: 1180px;
      margin: 0 auto;
      padding: 14px 22px;
      display: flex;
      gap: 10px;
      overflow-x: auto;
    }

    .bmp-case-nav a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 38px;
      padding: 9px 14px;
      border-radius: 999px;
      color: var(--bmp-blue);
      background: #ffffff;
      border: 1px solid rgba(0, 49, 128, 0.12);
      text-decoration: none;
      font-size: 13px;
      font-weight: 800;
      white-space: nowrap;
      transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
    }

    .bmp-case-nav a:hover,
    .bmp-case-nav a:focus {
      color: #ffffff;
      background: linear-gradient(90deg, var(--bmp-cyan) 0%, var(--bmp-blue-mid) 55%, var(--bmp-blue) 100%);
      text-decoration: none;
      transform: translateY(-1px);
    }

    /* CONTENT SECTIONS */
    .bmp-case-content {
      padding: 58px 0 20px;
    }

    .bmp-case-section {
      scroll-margin-top: 90px;
      margin-bottom: 58px;
      padding: 34px;
      border: 1px solid var(--bmp-border);
      border-radius: 28px;
      background: #ffffff;
      box-shadow: 0 18px 50px rgba(0, 49, 128, 0.06);
    }

    .bmp-case-section p {
      color: var(--bmp-muted);
      font-size: 17px;
      line-height: 1.65;
    }

    .bmp-case-section p:last-child {
      margin-bottom: 0;
    }

    .bmp-case-section-media img {
      width: 100%;
      /*aspect-ratio: 16 / 9;*/
      object-fit: cover;
      display: block;
      border-radius: 22px;
      box-shadow: 0 14px 34px rgba(0, 49, 128, 0.10);
    }

    .bmp-case-list {
      display: grid;
      gap: 12px;
      margin: 22px 0 0;
      padding: 0;
      list-style: none;
    }

    .bmp-case-list li {
      display: grid;
      grid-template-columns: 14px 1fr;
      gap: 12px;
      color: var(--bmp-muted);
      font-size: 16px;
      line-height: 1.5;
    }

    .bmp-case-list li::before {
      content: "";
      width: 9px;
      height: 9px;
      margin-top: 8px;
      border-radius: 50%;
      background: linear-gradient(180deg, var(--bmp-cyan) 0%, var(--bmp-blue-mid) 100%);
    }

    .bmp-case-link-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 44px;
      margin-top: 22px;
      padding: 11px 20px;
      border-radius: 999px;
      color: #ffffff;
      background: var(--bmp-blue);
      text-decoration: none;
      font-size: 14px;
      font-weight: 850;
    }

    .bmp-case-link-btn:hover,
    .bmp-case-link-btn:focus {
      color: #ffffff;
      text-decoration: none;
      background: var(--bmp-blue-mid);
    }

    /* VALUE */
    .bmp-case-value {
      padding: 4px 0 58px;
    }

    .bmp-case-value-box {
      border-radius: 30px;
      padding: 38px;
      background:
        radial-gradient(circle at 0% 0%, rgba(255, 210, 26, 0.18) 0%, rgba(255, 210, 26, 0) 28%),
        linear-gradient(135deg, #003180 0%, #00245f 58%, #00183f 100%);
      color: #ffffff;
    }

    .bmp-case-value-box h2 {
      margin: 0 0 14px;
      color: #ffffff;
      font-size: clamp(30px, 3.4vw, 46px);
      line-height: 1.08;
      font-weight: 850;
      letter-spacing: -0.04em;
    }

    .bmp-case-value-box p {
      max-width: 860px;
      margin: 0;
      color: rgba(255,255,255,0.84);
      font-size: 18px;
      line-height: 1.6;
    }

    .bmp-case-value-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
      margin-top: 28px;
    }

    .bmp-case-value-item {
      padding: 20px;
      border-radius: 20px;
      background: rgba(255,255,255,0.08);
      border: 1px solid rgba(255,255,255,0.14);
      color: rgba(255,255,255,0.86);
      font-size: 15px;
      line-height: 1.5;
    }

    .bmp-case-value-item strong {
      display: block;
      margin-bottom: 6px;
      color: #ffffff;
      font-size: 17px;
    }

    /* GALLERY */
    .bmp-case-gallery {
      padding: 0 0 58px;
    }

    .bmp-case-gallery-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
      margin-top: 26px;
    }

    .bmp-case-gallery-grid img {
      width: 100%;
      aspect-ratio: 16 / 10;
      object-fit: cover;
      display: block;
      border-radius: 20px;
      box-shadow: 0 14px 34px rgba(0, 49, 128, 0.08);
    }

.bmp-case-gallery-item {
  position: relative;
}

.bmp-case-gallery-tag {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(10px) saturate(120%);
  -webkit-backdrop-filter: blur(10px) saturate(120%);
}

    /* FINAL CTA */
    .bmp-case-cta {
      padding: 0 0 70px;
    }

    .bmp-case-cta-box {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 28px;
      padding: 30px 34px;
      border-radius: 28px;
      border: 1px solid var(--bmp-border);
      background:
        radial-gradient(circle at 0% 0%, rgba(38,198,247,0.12) 0%, rgba(38,198,247,0) 34%),
        var(--bmp-soft);
    }

    .bmp-case-cta-box h2 {
      margin: 0 0 8px;
      color: var(--bmp-blue);
      font-size: clamp(26px, 2.8vw, 38px);
      line-height: 1.1;
      font-weight: 850;
      letter-spacing: -0.035em;
    }

    .bmp-case-cta-box p {
      margin: 0;
      color: var(--bmp-muted);
      font-size: 16px;
      line-height: 1.55;
    }

    .bmp-case-cta-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 13px 24px;
      border-radius: 999px;
      color: #00245f;
      background: linear-gradient(90deg, var(--bmp-yellow) 0%, var(--bmp-orange) 55%, var(--bmp-red) 100%);
      text-decoration: none;
      font-size: 15px;
      font-weight: 850;
      white-space: nowrap;
      box-shadow: 0 14px 30px rgba(255, 95, 42, 0.24);
    }

    .bmp-case-cta-btn:hover,
    .bmp-case-cta-btn:focus {
      color: #00245f;
      text-decoration: none;
    }

    @media (max-width: 991.98px) {
      .bmp-case-summary-grid,
      .bmp-case-value-grid,
      .bmp-case-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .bmp-case-visual img {
        min-height: 280px;
      }
    }

    @media (max-width: 767.98px) {
      .bmp-case-container {
        padding: 0 0;
      }

      .bmp-case-proof {
        padding-top: 38px;
      }

      .bmp-case-quote,
      .bmp-case-section,
      .bmp-case-summary-box,
      .bmp-case-value-box,
      .bmp-case-cta-box {
        padding: 26px;
        border-radius: 22px;
      }

      .bmp-case-summary-grid,
      .bmp-case-value-grid,
      .bmp-case-gallery-grid {
        grid-template-columns: 1fr;
      }

      .bmp-case-nav {
        padding: 12px 18px;
      }

      .bmp-case-content {
        padding-top: 38px;
      }

      .bmp-case-section {
        margin-bottom: 34px;
      }

      .bmp-case-cta-box {
        flex-direction: column;
        align-items: flex-start;
      }

      .bmp-case-cta-btn {
        width: 100%;
      }
    }

/* HERO CASE STUDY */
.bmp-case-hero {
  background:
    radial-gradient(circle at 8% 25%, rgba(38, 198, 247, 0.20) 0%, rgba(38, 198, 247, 0) 28%),
    radial-gradient(circle at 88% 20%, rgba(255, 138, 31, 0.17) 0%, rgba(255, 138, 31, 0) 26%),
    linear-gradient(135deg, var(--bmp-blue) 0%, #00245f 58%, var(--bmp-blue-dark) 100%);
  color: #ffffff;
  overflow: hidden;
  position: relative;
}

.bmp-case-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0) 34%);
  pointer-events: none;
}

.bmp-case-hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 54px 22px 48px;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 42px;
  align-items: center;
}

.bmp-case-client {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: rgba(255,255,255,0.82);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bmp-case-client::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--bmp-cyan) 0%, var(--bmp-blue-mid) 100%);
  box-shadow: 0 0 14px rgba(38,198,247,0.6);
}

.bmp-case-title {
  max-width: 840px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.03;
  font-weight: 850;
  letter-spacing: -0.045em;
}

.bmp-case-title span {
  background: linear-gradient(90deg, var(--bmp-cyan) 0%, var(--bmp-yellow) 55%, var(--bmp-orange) 78%, var(--bmp-red) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.bmp-case-lead {
  max-width: 760px;
  margin: 20px 0 0;
  color: rgba(255,255,255,0.84);
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.55;
}

.bmp-case-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.bmp-case-tag {
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.20);
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.88);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bmp-case-hero-side {
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 24px;
  padding: 24px;
  background: rgba(255,255,255,0.08);
  box-shadow: 0 24px 70px rgba(0,0,0,0.18);
  backdrop-filter: blur(10px);
}

.bmp-case-hero-meta {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.14);
}

.bmp-case-hero-meta:first-child {
  padding-top: 0;
}

.bmp-case-hero-meta:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.bmp-case-hero-meta span {
  display: block;
  margin-bottom: 5px;
  color: rgba(255,255,255,0.58);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bmp-case-hero-meta strong {
  display: block;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.35;
}

@media (max-width: 900px) {
  .bmp-case-hero-inner {
    grid-template-columns: 1fr;
    padding: 44px 18px 40px;
    gap: 28px;
  }

  .bmp-case-title {
    font-size: 38px;
  }

  .bmp-case-hero-side {
    max-width: 560px;
  }
}

/* Box sintesi Italian Food News - Case study Ferrarini */

.bmp-ifn-summary {
  padding: 30px 0 8px 0;
}

.bmp-ifn-summary-box, .bmp-ih-summary-box {
  background:
    radial-gradient(circle at top right, rgba(255, 138, 31, 0.18), transparent 33%),
    radial-gradient(circle at 14% 86%, rgba(24, 154, 90, 0.13), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f4f7fb 52%, #edf3fa 100%);
  border: 1px solid rgba(0, 49, 128, 0.12);
  border-radius: 28px;
  padding: 34px;
  box-shadow: 0 22px 55px rgba(0, 26, 68, 0.10);
  position: relative;
  overflow: hidden;
}

.bmp-ifn-summary-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 34px;
  right: 34px;
  height: 5px;
  background: linear-gradient(90deg, #003180, #ff8a1f, #189a5a);
  border-radius: 0 0 999px 999px;
}

.bmp-ih-summary-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 34px;
  right: 34px;
  height: 5px;
  background: linear-gradient(90deg, #003180 0%, #27c6f6 45%, #cf0000 100%);
  border-radius: 0 0 999px 999px;
}

.bmp-ifn-summary-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
}

.bmp-ifn-summary-lead {
  font-size: 18px;
  line-height: 1.65;
  color: #334155;
  max-width: 860px;
  margin: 14px 0 0 0;
}

.bmp-ifn-logo-card {
  min-width: 230px;
  background: #ffffff;
  border: 1px solid rgba(0, 49, 128, 0.12);
  border-radius: 22px;
  padding: 20px;
  box-shadow: 0 14px 32px rgba(0, 26, 68, 0.10);
  display: flex;
  align-items: center;
  justify-content: center;
}

.bmp-ifn-logo-card img {
  display: block;
  width: 190px;
  max-width: 100%;
  height: auto;
}

.bmp-ifn-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 28px 0;
  position: relative;
  z-index: 1;
}

.bmp-ifn-stat-card {
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 16px 34px rgba(0, 26, 68, 0.10);
  position: relative;
  overflow: hidden;
  min-height: 205px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.bmp-ifn-stat-card::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  top: -70px;
  right: -60px;
  background: rgba(255, 255, 255, 0.18);
}

.bmp-ifn-stat-card::after {
  content: "";
  position: absolute;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  top: 28px;
  right: 28px;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.bmp-ifn-stat-card-orange {
  background: linear-gradient(135deg, #ff8a1f 0%, #f05f22 100%);
  color: #ffffff;
}

.bmp-ifn-stat-card-green {
  background: linear-gradient(135deg, #20b56b 0%, #0f7d4d 100%);
  color: #ffffff;
}

.bmp-ifn-stat-card-dark {
  background: linear-gradient(135deg, #003180 0%, #001a44 100%);
  color: #ffffff;
}

.bmp-ifn-stat-number {
  display: block;
  font-size: clamp(40px, 5vw, 58px);
  line-height: 0.95;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 14px;
  letter-spacing: -0.055em;
  position: relative;
  z-index: 1;
}

.bmp-ifn-stat-label {
  display: block;
  font-size: 17px;
  line-height: 1.32;
  font-weight: 800;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.bmp-ifn-stat-card small {
  display: block;
  margin-top: 11px;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.82);
  position: relative;
  z-index: 1;
}

.bmp-ifn-summary-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 8px;
  position: relative;
  z-index: 1;
}

.bmp-ifn-summary-panel {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(0, 49, 128, 0.10);
  border-radius: 22px;
  padding: 24px;
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 24px rgba(0, 26, 68, 0.05);
}

.bmp-ifn-summary-panel h3 {
  font-size: 21px;
  line-height: 1.3;
  margin: 0 0 12px 0;
  color: #001a44;
  letter-spacing: -0.015em;
}

.bmp-ifn-summary-panel p {
  font-size: 16px;
  line-height: 1.62;
  color: #334155;
  margin: 0 0 16px 0;
}

.bmp-ifn-summary-panel ul {
  margin: 0;
  padding-left: 20px;
  color: #334155;
}

.bmp-ifn-summary-panel li {
  margin-bottom: 7px;
  line-height: 1.45;
}

.bmp-ifn-panel-dem {
  border-color: rgba(255, 138, 31, 0.28);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.90), rgba(255, 247, 237, 0.88));
}

.bmp-ifn-panel-dem h3 {
  color: #b84f12;
}

.bmp-ifn-panel-dem strong {
  color: #001a44;
}

.bmp-ifn-bottom-strip {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 22px;
  margin-top: 22px;
  padding: 22px 24px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(0, 49, 128, 0.10);
  border-left: 5px solid #20b56b;
  border-radius: 22px;
  box-shadow: 0 12px 28px rgba(0, 26, 68, 0.06);
  position: relative;
  z-index: 1;
}

.bmp-ifn-media-kit-copy h3 {
  margin: 0 0 6px 0;
  font-size: 19px;
  line-height: 1.3;
  color: #001a44;
  letter-spacing: -0.015em;
}

.bmp-ifn-media-kit-copy p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: #475569;
}

.bmp-ifn-media-kit-cta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
  max-width: 100%;
}

.bmp-ifn-media-kit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, #20b56b 0%, #0f7d4d 100%);
  color: #ffffff;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  max-width: 100%;
  box-shadow: 0 10px 22px rgba(15, 125, 77, 0.22);
  white-space: nowrap;
}

.bmp-ifn-media-kit-btn::before {
  content: "→";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  flex: 0 0 22px;
}

.bmp-ifn-media-kit-btn:hover,
.bmp-ifn-media-kit-btn:focus {
  color: #ffffff;
  text-decoration: none;
  filter: brightness(1.05);
}

@media (max-width: 991px) {
  .bmp-ifn-summary-box {
    padding: 28px 22px;
  }

  .bmp-ifn-summary-head,
  .bmp-ifn-bottom-strip {
    display: grid;
    grid-template-columns: 1fr;
  }

  .bmp-ifn-logo-card {
    min-width: 0;    
  }

  .bmp-ifn-stats-grid,
  .bmp-ifn-summary-content {
    grid-template-columns: 1fr;
  }

  .bmp-ifn-media-kit-cta {
    justify-content: flex-start;
    width: 100%;
  }

  .bmp-ifn-media-kit-btn {
    width: auto;
    max-width: 100%;
    white-space: normal;
  }
}

@media (max-width: 575px) {
  .bmp-ifn-summary-lead {
    font-size: 16px;
  }

  .bmp-ifn-stat-card {
    min-height: 185px;
  }

  .bmp-ifn-stat-number {
    font-size: 42px;
  }
}

/* FOOTER */

.bmp-site-footer {
  background: radial-gradient(circle at 12% 25%, rgba(38, 198, 247, 0.22) 0%, rgba(38, 198, 247, 0) 28%), radial-gradient(circle at 82% 30%, rgba(255, 210, 26, 0) 25%), linear-gradient(135deg, #003180 0%, #00245f 58%, #00183f 100%);
  color: #ffffff;
  padding: 54px 24px 28px;
  font-family: inherit;
}

.bmp-site-footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: start;
}

.bmp-site-footer-logo {
  max-width: 230px;
  height: auto;
  display: block;
  margin-bottom: 22px;
}

.bmp-site-footer-claim {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.65;
}

.bmp-site-footer-title {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}

.bmp-site-footer-contacts {
  display: grid;
  gap: 12px;
}

.bmp-site-footer-contact {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.84);
  text-decoration: none;
  font-size: 15px;
  line-height: 1.4;
}

.bmp-site-footer-contact:hover {
  color: #ffffff;
  text-decoration: underline;
}

.bmp-site-footer-icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #142D59;
  border: 1px solid rgba(255, 255, 255, 0.16);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
}

.bmp-site-footer-icon img {
  width: 20px;
  height: 20px;
  display: block;
}

.bmp-site-footer-bottom {
  max-width: 1180px;
  margin: 38px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.5;
}

.bmp-site-footer-bottom p {
  margin: 0;
}

@media (max-width: 768px) {
  .bmp-site-footer {
    padding: 44px 20px 26px;
  }

  .bmp-site-footer-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .bmp-site-footer-logo {
    max-width: 210px;
  }

  .bmp-site-footer-bottom {
    margin-top: 32px;
    flex-direction: column;
  }
}

/* FORM CONTATTO */

.ba-form-footer p {
  display: none;
}

.ba-field-container textarea {
  height: 6.375rem !important;
  min-height: 6.375rem !important;
}  

.pagina-contatti .ba-field-container textarea, .pagina-contatti .ba-field-container input[type=text] {
  background: #fff !important;
  border: 1px var(--bmp-border) solid !important;  
  border-radius: 6px;
}

/* altri stili */ 

.testo-blu-azzurro span {
  background: linear-gradient(90deg, #003180 0%, #0057a8 35%, #008ee6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.metismenu.mod-menu .metismenu-item.level-1 {
  text-transform: uppercase;
  color: #003180;
  font-weight: 600;
  font-size: 1.05rem;
}

/* SEZIONE SERVIZI - B2B MEDIA PARTNER */

.bmp-services-section {
  padding-bottom: 58px;
}

.bmp-services-head {
  max-width: 860px;
  margin: 0 0 34px;
}

.bmp-services-intro {
  max-width: 780px;
  margin: 0;
  color: var(--bmp-muted);
  font-size: 18px;
  line-height: 1.62;
}

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

.bmp-services-card {
  position: relative;
  min-height: 100%;
  border-radius: 28px;
  overflow: hidden;
  color: #ffffff;
  box-shadow: 0 22px 55px rgba(0, 26, 68, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bmp-services-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 72px rgba(0, 26, 68, 0.26);
}

.bmp-services-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 28%),
    radial-gradient(circle at 92% 92%, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 34%);
}

.bmp-services-card::after {
  content: "";
  position: absolute;
  right: -52px;
  bottom: -52px;
  width: 155px;
  height: 155px;
  z-index: 1;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  pointer-events: none;
}

.bmp-services-image {
  position: relative;
  height: 168px;
  overflow: hidden;
}

.bmp-services-image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.bmp-services-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform 0.35s ease;
}

.bmp-services-card:hover .bmp-services-image img {
  transform: scale(1.08);
}

.bmp-services-content {
  position: relative;
  z-index: 2;
  padding: 24px;
}

.bmp-services-card h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 23px;
  line-height: 1.14;
  font-weight: 850;
  letter-spacing: -0.035em;
}

.bmp-services-title-link {
  color: #ffffff;
  text-decoration: none;
}

.bmp-services-title-link:hover,
.bmp-services-title-link:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.88;
}

.bmp-services-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 15.5px;
  line-height: 1.55;
}

.bmp-services-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 24px;
  padding: 10px 18px;
  border-radius: 999px;
  color: #00183f;
  background: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 850;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.16);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bmp-services-btn::after {
  content: "→";
  margin-left: 8px;
  font-weight: 900;
}

.bmp-services-btn:hover,
.bmp-services-btn:focus {
  color: #00183f;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
}

/* Varianti colore */

.bmp-services-card-blue {
  background: linear-gradient(145deg, #003180 0%, #00245f 58%, #00183f 100%);
}

.bmp-services-card-cyan {
  background: linear-gradient(145deg, #26c6f7 0%, #0b4bd3 54%, #003180 100%);
}

.bmp-services-card-orange {
  background: linear-gradient(145deg, #ffd21a 0%, #ff8a1f 48%, #e95718 100%);
}

.bmp-services-card-red {
  background: linear-gradient(145deg, #ff8a1f 0%, #ff2548 52%, #9d1230 100%);
}

.bmp-services-card-orange .bmp-services-btn,
.bmp-services-card-red .bmp-services-btn {
  color: #00245f;
}

/* Responsive */

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

  .bmp-services-image {
    height: 190px;
  }
}

@media (max-width: 767.98px) {
  .bmp-services-section {
    padding-bottom: 42px;
  }

  .bmp-services-head {
    margin-bottom: 28px;
  }

  .bmp-services-intro {
    font-size: 16px;
  }

  .bmp-services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .bmp-services-card {
    border-radius: 24px;
  }

  .bmp-services-image {
    height: 180px;
  }

  .bmp-services-content {
    padding: 24px 22px;
  }

  .bmp-services-card h3 {
    font-size: 22px;
  }

  .bmp-services-btn {
    width: 100%;
  }
}

/* menu su monitor piccoli */

@media (min-width: 993px) and (max-width: 1148px) {
  .metismenu.mod-menu .metismenu-item.level-1 {
    font-size: 0.9rem !important;
  }
}

/* PAGINA SERVIZIO - CONTENT MARKETING B2B */
/* Usa le variabili e le classi già presenti: --bmp-blue, --bmp-cyan, --bmp-yellow, --bmp-orange, --bmp-red, --bmp-muted, --bmp-soft, --bmp-border, .bmp-case-hero, .bmp-case-container */

.bmp-service-page {
  background: #ffffff;
}

.bmp-service-hero .bmp-case-hero-inner {
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.85fr);
  gap: 42px;
  padding-top: 64px;
  padding-bottom: 58px;
}

.bmp-service-hero-media {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.26);
}

.bmp-service-hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(135deg, rgba(0, 49, 128, 0.10) 0%, rgba(0, 49, 128, 0) 46%),
    radial-gradient(circle at 92% 12%, rgba(255, 210, 26, 0.20) 0%, rgba(255, 210, 26, 0) 34%);
  pointer-events: none;
}

.bmp-service-hero-media::after {
  content: "";
  position: absolute;
  right: -58px;
  bottom: -58px;
  z-index: 3;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.28);
  pointer-events: none;
}

.bmp-service-hero-media img {
  width: 100%;
  min-height: 390px;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  display: block;
}

.bmp-service-section {
  padding: 68px 0;
}

.bmp-service-section.tuttalarghezza {
  padding-left: 20px;
  padding-right: 20px;
}

.bmp-service-intro-section {
  padding-top: 64px;
}

.bmp-service-section-soft {
  background:
    radial-gradient(circle at 8% 18%, rgba(38, 198, 247, 0.13) 0%, rgba(38, 198, 247, 0) 28%),
    radial-gradient(circle at 92% 80%, rgba(255, 138, 31, 0.10) 0%, rgba(255, 138, 31, 0) 30%),
    var(--bmp-soft);
}

.bmp-service-headline {
  max-width: 860px;
  margin-bottom: 34px;
}

.bmp-service-headline-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.bmp-service-headline p,
.bmp-service-problem-title p,
.bmp-service-dark-head p,
.bmp-service-case-content p,
.bmp-service-final-cta p {
  margin: 0;
  color: var(--bmp-muted);
  font-size: 17px;
  line-height: 1.65;
}

.bmp-service-balance-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.bmp-service-balance-card {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  padding: 30px;
  border-radius: 30px;
  color: #ffffff;
  box-shadow: 0 22px 55px rgba(0, 26, 68, 0.16);
}

.bmp-service-balance-card::before {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  top: -74px;
  right: -68px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
}

.bmp-service-balance-info {
  background: linear-gradient(145deg, #26c6f7 0%, #0b4bd3 55%, #003180 100%);
}

.bmp-service-balance-sales {
  background: linear-gradient(145deg, #ffd21a 0%, #ff8a1f 48%, #ff2548 100%);
}

.bmp-service-balance-number {
  position: relative;
  z-index: 2;
  margin-bottom: 18px;
  color: #ffffff;
  font-size: clamp(52px, 7vw, 82px);
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: -0.06em;
}

.bmp-service-balance-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 850;
  letter-spacing: -0.035em;
}

.bmp-service-balance-card p {
  position: relative;
  z-index: 2;
  max-width: 430px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 1.56;
}

.bmp-service-balance-plus {
  align-self: center;
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
  padding: 0;
  border-radius: 999px;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background: #ffffff;
  border: 1px solid var(--bmp-border);
  box-shadow: 0 14px 34px rgba(0, 49, 128, 0.14);
}

.bmp-service-balance-plus::before,
.bmp-service-balance-plus::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  background: var(--bmp-blue);
  border-radius: 999px;
  transform: translate(-50%, -50%);
}

.bmp-service-balance-plus::before {
  width: 18px;
  height: 4px;
}

.bmp-service-balance-plus::after {
  width: 4px;
  height: 18px;
}

.bmp-service-three-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.bmp-service-mini-card {
  position: relative;
  overflow: hidden;
  min-height: 175px;
  padding: 28px;
  border-radius: 28px;
  border: 1px solid rgba(0, 49, 128, 0.10);
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(0, 49, 128, 0.08);
}

.bmp-service-mini-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: rgba(38, 198, 247, 0.10);
}

.bmp-service-mini-card span {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--bmp-cyan);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.bmp-service-mini-card h3 {
  margin: 0 0 10px;
  color: var(--bmp-blue);
  font-size: 25px;
  line-height: 1.15;
  font-weight: 850;
  letter-spacing: -0.035em;
}

.bmp-service-mini-card p {
  margin: 0;
  color: var(--bmp-muted);
  font-size: 16px;
  line-height: 1.58;
}

.bmp-service-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.bmp-service-step {
  position: relative;
  min-height: 200px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid var(--bmp-border);
  background:
    radial-gradient(circle at 100% 0%, rgba(38, 198, 247, 0.13) 0%, rgba(38, 198, 247, 0) 36%),
    #ffffff;
  box-shadow: 0 16px 38px rgba(0, 49, 128, 0.07);
}

.bmp-service-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 26px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--bmp-cyan) 0%, var(--bmp-blue-mid) 65%, var(--bmp-blue) 100%);
  font-size: 13px;
  font-weight: 900;
}

.bmp-service-step h3 {
  margin: 0 0 10px;
  color: var(--bmp-blue);
  font-size: 21px;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: -0.025em;
}

.bmp-service-step p {
  margin: 0;
  color: var(--bmp-muted);
  font-size: 15px;
  line-height: 1.52;
}

.bmp-service-section-dark {
  background:
    radial-gradient(circle at 6% 20%, rgba(38, 198, 247, 0.18) 0%, rgba(38, 198, 247, 0) 28%),
    radial-gradient(circle at 94% 10%, rgba(255, 210, 26, 0.16) 0%, rgba(255, 210, 26, 0) 24%),
    linear-gradient(135deg, var(--bmp-blue) 0%, #00245f 58%, var(--bmp-blue-dark) 100%);
}

.bmp-service-section-dark .bmp-case-section-kicker {
  color: rgba(255, 255, 255, 0.84);
}

.bmp-service-dark-head {
  max-width: 820px;
  margin-bottom: 34px;
}

.bmp-service-dark-head h2 {
  max-width: 820px;
  margin: 0 0 16px;
  color: #ffffff;
  font-size: clamp(32px, 3.8vw, 52px);
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: -0.04em;
}

.bmp-service-dark-head p {
  color: rgba(255, 255, 255, 0.78);
}

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

.bmp-service-content-card {
  min-height: 210px;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.bmp-service-content-card h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 21px;
  line-height: 1.22;
  font-weight: 850;
  letter-spacing: -0.025em;
}

.bmp-service-content-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15.5px;
  line-height: 1.58;
}

.bmp-service-problem-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  gap: 34px;
  align-items: start;
}

.bmp-service-problem-title {
  position: sticky;
  top: 86px;
}

.bmp-service-problem-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.bmp-service-problem-card,
.bmp-service-solution-card {
  min-height: 220px;
  padding: 24px;
  border-radius: 26px;
  border: 1px solid var(--bmp-border);
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(0, 49, 128, 0.07);
}

.bmp-service-problem-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 37, 72, 0.10) 0%, rgba(255, 37, 72, 0) 36%),
    #ffffff;
}

.bmp-service-solution-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(38, 198, 247, 0.14) 0%, rgba(38, 198, 247, 0) 36%),
    #ffffff;
}

.bmp-service-problem-card span,
.bmp-service-solution-card span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bmp-service-problem-card span {
  color: #9d1230;
  background: rgba(255, 37, 72, 0.08);
}

.bmp-service-solution-card span {
  color: var(--bmp-blue);
  background: rgba(38, 198, 247, 0.12);
}

.bmp-service-problem-card h3,
.bmp-service-solution-card h3 {
  margin: 0 0 10px;
  color: var(--bmp-blue);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: -0.025em;
}

.bmp-service-problem-card p,
.bmp-service-solution-card p {
  margin: 0;
  color: var(--bmp-muted);
  font-size: 15.5px;
  line-height: 1.58;
}

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

.bmp-service-value-card {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(0, 49, 128, 0.10);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 34px rgba(0, 49, 128, 0.06);
}

.bmp-service-value-card strong {
  display: block;
  margin-bottom: 10px;
  color: var(--bmp-blue);
  font-size: 19px;
  line-height: 1.25;
  font-weight: 850;
  letter-spacing: -0.02em;
}

.bmp-service-value-card p {
  margin: 0;
  color: var(--bmp-muted);
  font-size: 15.5px;
  line-height: 1.55;
}

.bmp-service-format-box {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  gap: 34px;
  align-items: start;
  padding: 34px;
  border-radius: 30px;
  border: 1px solid var(--bmp-border);
  background:
    radial-gradient(circle at 0% 0%, rgba(38, 198, 247, 0.11) 0%, rgba(38, 198, 247, 0) 32%),
    #ffffff;
  box-shadow: 0 18px 50px rgba(0, 49, 128, 0.08);
}

.bmp-service-format-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.bmp-service-format-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 15px;
  border-radius: 999px;
  color: var(--bmp-blue);
  background: var(--bmp-soft);
  border: 1px solid rgba(0, 49, 128, 0.10);
  font-size: 14px;
  font-weight: 850;
}

.bmp-service-case-section {
  padding-top: 14px;
}

.bmp-service-case-box {
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: stretch;
  padding: 28px;
  border-radius: 32px;
  border: 1px solid var(--bmp-border);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 138, 31, 0.11) 0%, rgba(255, 138, 31, 0) 32%),
    var(--bmp-soft);
  box-shadow: 0 22px 60px rgba(0, 49, 128, 0.10);
}

.bmp-service-case-image {
  display: block;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 16px 38px rgba(0, 49, 128, 0.14);
}

.bmp-service-case-image img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.bmp-service-case-image:hover img,
.bmp-service-case-image:focus img {
  transform: scale(1.035);
  filter: brightness(0.96);
}

.bmp-service-case-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px 8px;
}

.bmp-service-case-content h2 {
  margin: 0 0 14px;
  color: var(--bmp-blue);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.1;
  font-weight: 850;
  letter-spacing: -0.04em;
}

.bmp-service-case-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.bmp-service-primary-btn,
.bmp-service-secondary-btn,
.bmp-service-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 850;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bmp-service-primary-btn {
  color: #ffffff;
  background: linear-gradient(90deg, var(--bmp-cyan) 0%, var(--bmp-blue-mid) 55%, var(--bmp-blue) 100%);
  box-shadow: 0 14px 30px rgba(11, 75, 211, 0.22);
}

.bmp-service-secondary-btn {
  color: var(--bmp-blue);
  background: #ffffff;
  border: 1px solid rgba(0, 49, 128, 0.12);
}

.bmp-service-primary-btn:hover,
.bmp-service-primary-btn:focus {
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(11, 75, 211, 0.30);
}

.bmp-service-secondary-btn:hover,
.bmp-service-secondary-btn:focus {
  color: var(--bmp-blue);
  text-decoration: none;
  transform: translateY(-2px);
}

.bmp-service-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 34px;
  border-radius: 30px;
  color: #ffffff;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 210, 26, 0.18) 0%, rgba(255, 210, 26, 0) 28%),
    linear-gradient(135deg, var(--bmp-blue) 0%, #00245f 58%, var(--bmp-blue-dark) 100%);
  box-shadow: 0 22px 60px rgba(0, 26, 68, 0.18);
}

.bmp-service-final-cta .bmp-case-section-kicker {
  color: rgba(255, 255, 255, 0.84);
}

.bmp-service-final-cta h2 {
  max-width: 780px;
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.1;
  font-weight: 850;
  letter-spacing: -0.04em;
}

.bmp-service-final-cta p {
  max-width: 820px;
  color: rgba(255, 255, 255, 0.78);
}

.bmp-service-cta-btn {
  flex: 0 0 auto;
  color: #00245f;
  background: linear-gradient(90deg, var(--bmp-yellow) 0%, var(--bmp-orange) 58%, var(--bmp-red) 100%);
  box-shadow: 0 14px 30px rgba(255, 95, 42, 0.24);
}

.bmp-service-cta-btn:hover,
.bmp-service-cta-btn:focus {
  color: #00245f;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(255, 95, 42, 0.32);
}

@media (max-width: 1099.98px) {
  .bmp-service-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bmp-service-content-grid,
  .bmp-service-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .bmp-service-hero .bmp-case-hero-inner,
  .bmp-service-problem-layout,
  .bmp-service-format-box,
  .bmp-service-case-box {
    grid-template-columns: 1fr;
  }

  .bmp-service-hero-media img {
    min-height: 300px;
  }

  .bmp-service-problem-title {
    position: static;
  }
}

@media (max-width: 767.98px) {
  .bmp-service-section {
    padding: 48px 0;
  }

  .bmp-service-section.tuttalarghezza {
    padding-left: 18px;
    padding-right: 18px;
  }

  .bmp-service-balance-grid {
    grid-template-columns: 1fr;
  }

  .bmp-service-balance-plus {
    justify-self: center;
    transform: none;
  }

  .bmp-service-three-grid,
  .bmp-service-steps,
  .bmp-service-content-grid,
  .bmp-service-problem-grid,
  .bmp-service-value-grid {
    grid-template-columns: 1fr;
  }

  .bmp-service-balance-card,
  .bmp-service-format-box,
  .bmp-service-case-box,
  .bmp-service-final-cta {
    border-radius: 24px;
    padding: 24px;
  }

  .bmp-service-step {
    min-height: auto;
  }

  .bmp-service-case-image img {
    min-height: 220px;
  }

  .bmp-service-case-actions,
  .bmp-service-final-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .bmp-service-primary-btn,
  .bmp-service-secondary-btn,
  .bmp-service-cta-btn {
    width: 100%;
  }
}

/* payoff servizi */

.bmp-service-payoff-card {
  position: relative;
  max-width: 660px;
  margin: 24px 0 0;
  padding: 26px 32px 28px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    radial-gradient(circle at 0% 0%, rgba(38, 198, 247, 0.16) 0%, rgba(38, 198, 247, 0) 34%),
    rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
  overflow: hidden;
}

.bmp-service-payoff-card::before {
  content: "“";
  position: absolute;
  top: -4px;
  right: 28px;
  color: rgba(255, 255, 255, 0.14);
  font-size: 96px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.08em;
}

.bmp-service-payoff-card::after {
  content: "";
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 0;
  height: 4px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--bmp-cyan) 0%, var(--bmp-yellow) 45%, var(--bmp-orange) 72%, var(--bmp-red) 100%);
}

.bmp-service-payoff-text {
  position: relative;
  z-index: 2;
  max-width: 540px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.16;
  font-weight: 850;
  letter-spacing: -0.04em;
}

@media (max-width: 767.98px) {
  .bmp-service-payoff-card {
    margin-top: 22px;
    padding: 24px 24px 26px;
    border-radius: 22px;
  }

  .bmp-service-payoff-card::before {
    top: 0;
    right: 18px;
    font-size: 72px;
  }

  .bmp-service-payoff-card::after {
    left: 24px;
    right: 24px;
  }

  .bmp-service-payoff-text {
    font-size: 24px;
  }
}

.bmp-service-dark-head .bmp-service-payoff-card {
  max-width: 660px;
  margin: 24px 0 0;
  padding: 24px 30px 26px;
}

.bmp-service-dark-head .bmp-service-payoff-text {
  position: relative;
  z-index: 2;
  max-width: 540px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.18;
  font-weight: 850;
  letter-spacing: -0.035em;
}

/* PAGINA SERVIZIO - EMAIL MARKETING B2B */

.bmp-email-hero .bmp-case-hero-inner {
  grid-template-columns: minmax(0, 7fr) minmax(300px, 5fr);
}

/* Blocchi sotto header */

.bmp-email-jump-section {
  padding-top: 64px;
}

.bmp-email-jump-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 34px;
}

.bmp-email-jump-card {
  position: relative;
  overflow: hidden;
  min-height: 230px;
  padding: 32px;
  border-radius: 32px;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 24px 64px rgba(0, 26, 68, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bmp-email-jump-card:hover,
.bmp-email-jump-card:focus {
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-6px);
  box-shadow: 0 32px 78px rgba(0, 26, 68, 0.26);
}

.bmp-email-jump-card::before {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  right: -78px;
  top: -78px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  pointer-events: none;
}

.bmp-email-jump-card::after {
  content: "";
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 0;
  height: 5px;
  border-radius: 999px 999px 0 0;
  background: rgba(255, 255, 255, 0.68);
  pointer-events: none;
}

.bmp-email-jump-newsletter {
  background: linear-gradient(145deg, #26c6f7 0%, #0b4bd3 54%, #003180 100%);
}

.bmp-email-jump-dem {
  background: linear-gradient(145deg, #ffd21a 0%, #ff8a1f 48%, #ff2548 100%);
}

.bmp-email-jump-card h3 {
  position: relative;
  z-index: 2;
  max-width: 440px;
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.05;
  font-weight: 850;
  letter-spacing: -0.045em;
}

.bmp-email-jump-card p {
  position: relative;
  z-index: 2;
  max-width: 500px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  line-height: 1.58;
}

.bmp-email-jump-link {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  margin-top: 28px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0.02em;
}

.bmp-email-jump-link::after {
  content: "→";
  margin-left: 8px;
  font-size: 16px;
  font-weight: 900;
}

/* Newsletter section */

.bmp-email-section-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 28px;
  align-items: stretch;
  margin-bottom: 32px;
}

.bmp-email-section-copy {
  padding: 34px;
  border-radius: 30px;
  border: 1px solid rgba(0, 49, 128, 0.10);
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(0, 49, 128, 0.07);
}

.bmp-email-section-copy p {
  margin: 0 0 16px;
  color: var(--bmp-muted);
  font-size: 17px;
  line-height: 1.65;
}

.bmp-email-section-copy p:last-child {
  margin-bottom: 0;
}

.bmp-email-info-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 32px;
  border-radius: 30px;
  color: #ffffff;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 34%),
    linear-gradient(145deg, #003180 0%, #00245f 58%, #00183f 100%);
  box-shadow: 0 22px 55px rgba(0, 26, 68, 0.18);
}

.bmp-email-info-card::before {
  content: "”";
  position: absolute;
  right: 26px;
  top: 14px;
  color: rgba(255, 255, 255, 0.13);
  font-size: 92px;
  line-height: 1;
  font-weight: 900;
}

.bmp-email-info-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(26px, 2.7vw, 38px);
  line-height: 1.08;
  font-weight: 850;
  letter-spacing: -0.04em;
}

.bmp-email-info-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.6;
}

.bmp-email-newsletter-grid {
  margin-bottom: 32px;
}

.bmp-email-flow-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54px minmax(0, 1fr) 54px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin: 34px 0;
  padding: 26px;
  border-radius: 30px;
  border: 1px solid rgba(0, 49, 128, 0.10);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 48px rgba(0, 49, 128, 0.08);
}

.bmp-email-flow-item {
  min-height: 145px;
  padding: 22px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(0, 49, 128, 0.08);
}

.bmp-email-flow-item strong {
  display: block;
  margin-bottom: 10px;
  color: var(--bmp-blue);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 850;
  letter-spacing: -0.025em;
}

.bmp-email-flow-item p {
  margin: 0;
  color: var(--bmp-muted);
  font-size: 15.5px;
  line-height: 1.55;
}

.bmp-email-flow-plus {
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid var(--bmp-border);
  box-shadow: 0 14px 34px rgba(0, 49, 128, 0.12);
}

.bmp-email-flow-plus::before,
.bmp-email-flow-plus::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  background: var(--bmp-blue);
  border-radius: 999px;
  transform: translate(-50%, -50%);
}

.bmp-email-flow-plus::before {
  width: 18px;
  height: 4px;
}

.bmp-email-flow-plus::after {
  width: 4px;
  height: 18px;
}

.bmp-email-newsletter-case {
  margin-top: 34px;
}

/* DEM section */

.bmp-email-dark-payoff {
  max-width: 720px;
  margin: 24px 0 26px;
}

.bmp-service-dark-head .bmp-email-dark-payoff .bmp-service-payoff-text {
  font-size: clamp(22px, 2vw, 30px);
}

.bmp-service-dark-head p + p {
  margin-top: 16px;
}

.bmp-email-dem-steps .bmp-service-step {
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 210, 26, 0.13) 0%, rgba(255, 210, 26, 0) 34%),
    rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: none;
}

.bmp-email-dem-steps .bmp-service-step h3 {
  color: #ffffff;
}

.bmp-email-dem-steps .bmp-service-step p {
  color: rgba(255, 255, 255, 0.78);
}

.bmp-email-dem-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

/* Esempi DEM */

.bmp-email-dem-examples-section {
  padding-top: 64px;
}

.bmp-email-dem-examples-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.bmp-email-dem-example-card {
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid var(--bmp-border);
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(0, 49, 128, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bmp-email-dem-example-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 70px rgba(0, 49, 128, 0.14);
}

.bmp-email-dem-example-image {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  background:
    radial-gradient(circle at 20% 20%, rgba(38, 198, 247, 0.18) 0%, rgba(38, 198, 247, 0) 34%),
    var(--bmp-soft);
}

.bmp-email-dem-example-image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.bmp-email-dem-example-card:hover .bmp-email-dem-example-image img {
  transform: scale(1.035);
  filter: brightness(0.97);
}

.bmp-email-dem-example-content {
  padding: 24px;
}

.bmp-email-dem-example-label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--bmp-blue);
  background: rgba(0, 49, 128, 0.07);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bmp-email-dem-example-content h3 {
  margin: 0 0 10px;
  color: var(--bmp-blue);
  font-size: 23px;
  line-height: 1.18;
  font-weight: 850;
  letter-spacing: -0.03em;
}

.bmp-email-dem-example-content p {
  margin: 0 0 22px;
  color: var(--bmp-muted);
  font-size: 15.5px;
  line-height: 1.55;
}

/* Responsive */

@media (max-width: 1099.98px) {
  .bmp-email-dem-value-grid,
  .bmp-email-dem-examples-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bmp-email-flow-box {
    grid-template-columns: 1fr;
  }

  .bmp-email-flow-plus {
    justify-self: center;
  }
}

@media (max-width: 900px) {
  .bmp-email-hero .bmp-case-hero-inner,
  .bmp-email-section-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .bmp-email-jump-section {
    padding-top: 48px;
  }

  .bmp-email-jump-grid,
  .bmp-email-dem-value-grid,
  .bmp-email-dem-examples-grid {
    grid-template-columns: 1fr;
  }

  .bmp-email-jump-card,
  .bmp-email-section-copy,
  .bmp-email-info-card,
  .bmp-email-flow-box {
    border-radius: 24px;
    padding: 24px;
  }

  .bmp-email-jump-card {
    min-height: auto;
  }

  .bmp-email-jump-card::after {
    left: 24px;
    right: 24px;
  }

  .bmp-email-flow-item {
    min-height: auto;
  }

  .bmp-email-flow-plus {
    width: 48px;
    height: 48px;
  }
}

/* Richiamo informativo negli articoli News */

.bmp-news-insight {
  position: relative;
  overflow: hidden;
  margin: 28px 0 34px;
  padding: 22px 58px 22px 24px;
  border: 1px solid var(--bmp-border);
  border-left: 5px solid var(--bmp-cyan);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(38, 198, 247, 0.13) 0%, rgba(38, 198, 247, 0) 42%),
    var(--bmp-soft);
  box-shadow: 0 12px 30px rgba(0, 49, 128, 0.06);
}

.bmp-news-insight::before {
  content: "“";
  position: absolute;
  top: 4px;
  right: 18px;
  color: rgba(0, 49, 128, 0.10);
  font-size: 76px;
  line-height: 1;
  font-weight: 900;
  pointer-events: none;
}

/* Selettore più specifico delle regole generali degli articoli */
body.bmp-news-page
.com-content-article__body
.bmp-news-insight p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--bmp-blue, #003180);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: -0.02em;
}

/* Evita che eventuali strong cambino colore */
body.bmp-news-page
.com-content-article__body
.bmp-news-insight strong {
  color: inherit;
  font-weight: inherit;
}

/* Sicurezza aggiuntiva sul margine finale */
body.bmp-news-page
.com-content-article__body
.bmp-news-insight p:last-child {
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .bmp-news-insight {
    margin: 24px 0 30px;
    padding: 20px 42px 20px 20px;
    border-radius: 16px;
  }

  .bmp-news-insight::before {
    right: 12px;
    font-size: 62px;
  }

  body.bmp-news-page
  .com-content-article__body
  .bmp-news-insight p {
    font-size: 18px;
  }
}

/* TIPOGRAFIA ARTICOLI NEWS - B2B MEDIA PARTNER */

body.bmp-news-page .com-content-article {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

/* Titolo principale dell'articolo */
body.bmp-news-page .com-content-article .page-header h1 {
  margin: 0 0 26px;
  color: var(--bmp-blue, #003180);
  font-size: clamp(34px, 4.2vw, 44px);
  line-height: 1.1;
  font-weight: 850;
  letter-spacing: -0.035em;
}

/* Titoli delle sezioni */
body.bmp-news-page .com-content-article__body h2 {
  margin: 42px 0 16px;
  color: var(--bmp-blue, #003180);
  font-size: clamp(25px, 2.7vw, 28px);
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: -0.025em;
}

/* Eventuali sottosezioni */
body.bmp-news-page .com-content-article__body h3 {
  margin: 32px 0 13px;
  color: var(--bmp-blue, #003180);
  font-size: clamp(21px, 2.2vw, 24px);
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.018em;
}

/* Testo e liste */
body.bmp-news-page .com-content-article__body p,
body.bmp-news-page .com-content-article__body li {
  color: #334155;
  font-size: 18px;
  line-height: 1.7;
}

body.bmp-news-page .com-content-article__body p {
  margin: 0 0 18px;
}

/* Grassetti leggermente più scuri */
body.bmp-news-page .com-content-article__body strong {
  color: var(--bmp-text, #1f2a3d);
  font-weight: 750;
}

/* Liste */
body.bmp-news-page .com-content-article__body ul,
body.bmp-news-page .com-content-article__body ol {
  margin: 18px 0 24px;
  padding-left: 25px;
}

body.bmp-news-page .com-content-article__body li {
  margin-bottom: 9px;
}

body.bmp-news-page .com-content-article__body li:last-child {
  margin-bottom: 0;
}

/* Link nel testo */
body.bmp-news-page .com-content-article__body a {
  color: var(--bmp-blue-mid, #0b4bd3);
  font-weight: 650;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

body.bmp-news-page .com-content-article__body a:hover,
body.bmp-news-page .com-content-article__body a:focus {
  color: var(--bmp-blue, #003180);
}

/* Mobile */
@media (max-width: 767.98px) {
  body.bmp-news-page .com-content-article .page-header h1 {
    margin-bottom: 22px;
    font-size: 34px;
  }

  body.bmp-news-page .com-content-article__body h2 {
    margin-top: 34px;
    font-size: 25px;
  }

  body.bmp-news-page .com-content-article__body h3 {
    margin-top: 28px;
    font-size: 21px;
  }

  body.bmp-news-page .com-content-article__body p,
  body.bmp-news-page .com-content-article__body li {
    font-size: 17px;
    line-height: 1.68;
  }
}

/* NEWS - larghezza articolo e distanza dalla sidebar */

@media (min-width: 992px) {

  /* Aumenta lo spazio tra contenuto e sidebar */
  body.has-sidebar-right .site-grid:has(.com-content-article.bmp-news-page) {
    column-gap: clamp(42px, 3vw, 54px);
  }

}
