.elementor-43 .elementor-element.elementor-element-0f7bf8e > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(325deg, #A9EEF6 0%, #092D55 100%);opacity:1;}.elementor-43 .elementor-element.elementor-element-0f7bf8e:hover > .elementor-background-overlay{opacity:0.5;}.elementor-widget-nav-menu .elementor-nav-menu .elementor-item{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-text );fill:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-accent );fill:var( --e-global-color-accent );}.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
					.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:var( --e-global-color-accent );}.elementor-widget-nav-menu .e--pointer-framed .elementor-item:before,
					.elementor-widget-nav-menu .e--pointer-framed .elementor-item:after{border-color:var( --e-global-color-accent );}.elementor-widget-nav-menu{--e-nav-menu-divider-color:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item, .elementor-widget-nav-menu .elementor-nav-menu--dropdown  .elementor-sub-item{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-43 .elementor-element.elementor-element-d635409 .elementor-menu-toggle{margin:0 auto;}.elementor-43 .elementor-element.elementor-element-d635409 .elementor-nav-menu--main .elementor-item{color:#FFFFFF;fill:#FFFFFF;}.elementor-43 .elementor-element.elementor-element-d635409 .elementor-nav-menu--main .elementor-item:hover,
					.elementor-43 .elementor-element.elementor-element-d635409 .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-43 .elementor-element.elementor-element-d635409 .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-43 .elementor-element.elementor-element-d635409 .elementor-nav-menu--main .elementor-item:focus{color:#051426;fill:#051426;}.elementor-43 .elementor-element.elementor-element-d635409 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
					.elementor-43 .elementor-element.elementor-element-d635409 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:#051426;}.elementor-43 .elementor-element.elementor-element-d635409 .e--pointer-framed .elementor-item:before,
					.elementor-43 .elementor-element.elementor-element-d635409 .e--pointer-framed .elementor-item:after{border-color:#051426;}/* Start custom CSS for html, class: .elementor-element-629f449 *//* =========================================================
   BRAINS – PAGINA MANIFESTO
   CSS COMPLETO
   ========================================================= */

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.brains-manifesto-page,
.brains-manifesto-page * {
  box-sizing: border-box;
}

.brains-manifesto-page {
  --bm-night: #051426;
  --bm-navy: #061629;
  --bm-navy-soft: #092d55;
  --bm-blue: #116ab2;
  --bm-petrol: #0d6f91;
  --bm-cyan: #24bed4;
  --bm-cyan-light: #b7f2f8;
  --bm-gold: #d2b15b;
  --bm-white: #ffffff;
  --bm-ice: #eef8fc;
  --bm-background: #f4f9fc;
  --bm-text: #102338;
  --bm-muted: #5d7184;
  --bm-line: #dceaf2;
  --bm-shadow: 0 22px 58px rgba(5, 28, 57, 0.11);
  --bm-shadow-strong: 0 34px 88px rgba(3, 21, 44, 0.24);

  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;

  color: var(--bm-text);

  background:
    radial-gradient(
      circle at 7% 28%,
      rgba(36, 190, 212, 0.11),
      transparent 28rem
    ),
    radial-gradient(
      circle at 95% 68%,
      rgba(17, 106, 178, 0.09),
      transparent 32rem
    ),
    linear-gradient(
      180deg,
      #f9fcfe 0%,
      var(--bm-background) 100%
    );

  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif;

  line-height: 1.6;
}

.brains-manifesto-page a {
  color: inherit;
  text-decoration: none;
}

.brains-manifesto-page button {
  font: inherit;
}

.brains-manifesto-page img,
.brains-manifesto-page canvas {
  display: block;
  max-width: 100%;
}

.bm-container {
  width: min(1200px, calc(100% - 44px));
  margin: 0 auto;
}

/* =========================================================
   BARRA DI AVANZAMENTO
   ========================================================= */

.bm-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;

  width: 100%;
  height: 4px;

  pointer-events: none;
}

.bm-progress__bar {
  display: block;
  width: 0;
  height: 100%;

  background:
    linear-gradient(
      90deg,
      var(--bm-blue),
      var(--bm-cyan),
      var(--bm-gold)
    );

  box-shadow:
    0 0 18px
    rgba(36, 190, 212, 0.65);
}

/* =========================================================
   COPERTINA
   ========================================================= */

.bm-hero {
  position: relative;

  min-height: 720px;

  overflow: hidden;

  display: flex;
  align-items: center;

  color: #ffffff;

  background:
    radial-gradient(
      circle at
      calc(82% + var(--bm-mx, 0px))
      calc(18% + var(--bm-my, 0px)),
      rgba(36, 190, 212, 0.34),
      transparent 27rem
    ),
    radial-gradient(
      circle at 12% 18%,
      rgba(183, 242, 248, 0.13),
      transparent 23rem
    ),
    linear-gradient(
      135deg,
      #051426 0%,
      #092d55 49%,
      #0d6f91 100%
    );

  isolation: isolate;
}

.bm-network-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;

  width: 100%;
  height: 100%;

  opacity: 0.82;

  pointer-events: none;
}

.bm-hero::before {
  content: "";

  position: absolute;
  inset: 0;
  z-index: 1;

  pointer-events: none;

  background-image:
    linear-gradient(
      rgba(158, 238, 247, 0.07) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(158, 238, 247, 0.07) 1px,
      transparent 1px
    );

  background-size: 54px 54px;
}

.bm-hero::after {
  content: "";

  position: absolute;
  top: -205px;
  right: -190px;
  z-index: 1;

  width: 710px;
  height: 710px;

  border:
    1px solid
    rgba(183, 242, 248, 0.15);

  border-radius: 50%;

  box-shadow:
    0 0 0 95px rgba(183, 242, 248, 0.025),
    0 0 0 190px rgba(183, 242, 248, 0.018);

  pointer-events: none;
}

.bm-hero__glow {
  position: absolute;
  top: 18%;
  left: 82%;
  z-index: 2;

  width: 430px;
  height: 430px;

  border-radius: 50%;

  pointer-events: none;

  opacity: 0.32;

  transform:
    translate(-50%, -50%);

  background:
    radial-gradient(
      circle,
      rgba(80, 220, 235, 0.38),
      rgba(36, 190, 212, 0.09) 42%,
      transparent 70%
    );

  filter: blur(13px);
}

.bm-hero__grid {
  position: relative;
  z-index: 3;

  display: grid;
  grid-template-columns: 1.07fr 0.93fr;

  gap: 58px;
  align-items: center;

  padding: 104px 0 126px;
}

.bm-eyebrow {
  display: inline-flex;
  align-items: center;

  gap: 9px;

  padding: 10px 15px;

  color: #d8fbff;

  border:
    1px solid
    rgba(183, 242, 248, 0.31);

  border-radius: 999px;

  background:
    rgba(255, 255, 255, 0.075);

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  font-size: 12px;
  line-height: 1;
  font-weight: 850;

  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.bm-eyebrow::before {
  content: "";

  width: 8px;
  height: 8px;

  border-radius: 50%;

  background: var(--bm-cyan);

  box-shadow:
    0 0 18px
    var(--bm-cyan);
}

.bm-hero h1 {
  max-width: 820px;

  margin: 24px 0 20px;

  color: #ffffff;

  font-size:
    clamp(54px, 7vw, 88px);

  line-height: 0.94;
  font-weight: 950;

  letter-spacing: -0.065em;

  text-wrap: balance;

  text-shadow:
    0 20px 50px
    rgba(0, 0, 0, 0.2);
}

.bm-hero h1 span {
  display: block;

  margin-top: 16px;

  color: var(--bm-cyan-light);

  font-size:
    clamp(24px, 3vw, 38px);

  line-height: 1.08;
  font-weight: 760;

  letter-spacing: -0.04em;
}

.bm-hero__lead {
  max-width: 760px;

  margin: 0;

  color: #e3f6fa;

  font-size:
    clamp(18px, 2vw, 22px);

  line-height: 1.58;
}

.bm-hero__tags {
  display: flex;
  flex-wrap: wrap;

  gap: 10px;

  margin-top: 27px;
}

.bm-hero__tag {
  display: inline-flex;
  align-items: center;

  padding: 9px 13px;

  color: #e8fbfd;

  border:
    1px solid
    rgba(183, 242, 248, 0.23);

  border-radius: 999px;

  background:
    rgba(255, 255, 255, 0.07);

  font-size: 12px;
  font-weight: 800;

  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.bm-hero__actions {
  display: flex;
  flex-wrap: wrap;

  gap: 13px;

  margin-top: 30px;
}

/* =========================================================
   PANNELLO DELLA COPERTINA
   ========================================================= */

.bm-hero__visual {
  position: relative;

  min-height: 470px;

  overflow: hidden;

  display: grid;
  align-content: center;

  padding: 30px;

  border:
    1px solid
    rgba(255, 255, 255, 0.19);

  border-radius: 38px;

  background:
    radial-gradient(
      circle at 50% 45%,
      rgba(36, 190, 212, 0.22),
      transparent 40%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.11),
      rgba(255, 255, 255, 0.055)
    );

  box-shadow:
    var(--bm-shadow-strong);

  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.bm-hero__visual::before {
  content: "";

  position: absolute;
  inset: 20px;

  border:
    1px solid
    rgba(183, 242, 248, 0.11);

  border-radius: 29px;

  pointer-events: none;
}

.bm-hero-panel {
  position: relative;
  z-index: 3;

  padding: 30px;

  border:
    1px solid
    rgba(255, 255, 255, 0.72);

  border-radius: 28px;

  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.96),
      rgba(236, 250, 253, 0.86)
    );

  box-shadow:
    0 22px 48px
    rgba(0, 0, 0, 0.22);

  animation:
    bmPanelFloat
    4.8s
    ease-in-out
    infinite;
}

.bm-hero-panel__logo {
  width: min(100%, 350px);

  margin-bottom: 24px;

  filter:
    drop-shadow(
      0 10px 18px
      rgba(5, 37, 78, 0.15)
    );
}

.bm-hero-panel__label {
  display: inline-flex;

  padding: 7px 11px;

  color: #0f639a;

  border:
    1px solid
    #d1edf7;

  border-radius: 999px;

  background: #eaf8fd;

  font-size: 11px;
  font-weight: 850;

  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.bm-hero-panel h2 {
  margin: 15px 0 12px;

  color: #0d294a;

  font-size: 30px;
  line-height: 1.1;

  letter-spacing: -0.04em;
}

.bm-hero-panel p {
  margin: 0;

  color: var(--bm-muted);

  font-size: 16px;
}

.bm-orbit {
  position: absolute;
  z-index: 1;

  width: 360px;
  height: 360px;

  border:
    1px solid
    rgba(183, 242, 248, 0.19);

  border-radius: 50%;

  animation:
    bmOrbitRotate
    30s
    linear
    infinite;
}

.bm-orbit::before,
.bm-orbit::after {
  content: "";

  position: absolute;
  top: 50%;
  left: 50%;

  border-radius: 50%;

  transform:
    translate(-50%, -50%);
}

.bm-orbit::before {
  width: 270px;
  height: 270px;

  border:
    1px dashed
    rgba(183, 242, 248, 0.18);
}

.bm-orbit::after {
  width: 165px;
  height: 165px;

  border:
    1px solid
    rgba(210, 177, 91, 0.25);
}

/* =========================================================
   PULSANTI
   ========================================================= */

.bm-button {
  position: relative;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 9px;

  min-height: 52px;

  padding: 14px 21px;

  overflow: hidden;

  border:
    1px solid transparent;

  border-radius: 999px;

  font-family: inherit;
  font-size: 14px;
  font-weight: 850;

  cursor: pointer;

  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    background 0.24s ease,
    color 0.24s ease;
}

.bm-button:hover {
  transform:
    translateY(-3px);
}

.bm-button--light,
.bm-button--light:visited {
  color: #092f59 !important;

  background:
    linear-gradient(
      135deg,
      #ffffff,
      #dff9fc
    );

  box-shadow:
    0 17px 35px
    rgba(1, 17, 36, 0.21);
}

.bm-button--outline,
.bm-button--outline:visited {
  color: #ffffff !important;

  border-color:
    rgba(183, 242, 248, 0.34);

  background:
    rgba(255, 255, 255, 0.075);

  backdrop-filter: blur(11px);
  -webkit-backdrop-filter: blur(11px);
}

.bm-button--primary,
.bm-button--primary:visited {
  color: #ffffff !important;

  background:
    linear-gradient(
      135deg,
      var(--bm-blue),
      var(--bm-cyan)
    );

  box-shadow:
    0 17px 35px
    rgba(17, 106, 178, 0.23);
}

/* =========================================================
   DATI PRINCIPALI
   ========================================================= */

.bm-stats-wrap {
  position: relative;
  z-index: 10;

  margin-top: -42px;
}

.bm-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);

  gap: 16px;
}

.bm-stat {
  min-height: 145px;

  padding: 23px;

  border:
    1px solid
    var(--bm-line);

  border-radius: 23px;

  background: #ffffff;

  box-shadow:
    var(--bm-shadow);
}

.bm-stat strong {
  display: block;

  color: var(--bm-blue);

  font-size: 33px;
  line-height: 1;

  letter-spacing: -0.05em;
}

.bm-stat span {
  display: block;

  margin-top: 11px;

  color: var(--bm-muted);

  font-size: 14px;
  line-height: 1.45;
  font-weight: 720;
}

/* =========================================================
   SEZIONI
   ========================================================= */

.bm-section {
  position: relative;

  padding: 88px 0;

  scroll-margin-top: 32px;
}

.bm-section--compact {
  padding: 58px 0;
}

.bm-section--white {
  background:
    rgba(255, 255, 255, 0.66);
}

.bm-section-heading {
  max-width: 900px;

  margin-bottom: 38px;
}

.bm-kicker {
  display: inline-block;

  margin-bottom: 12px;

  color: var(--bm-blue);

  font-size: 12px;
  line-height: 1;
  font-weight: 900;

  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.bm-kicker::after {
  content: "";

  display: block;

  width: 57px;
  height: 3px;

  margin-top: 11px;

  border-radius: 999px;

  background:
    linear-gradient(
      90deg,
      var(--bm-cyan),
      var(--bm-gold)
    );
}

.bm-section-heading h2 {
  margin: 0 0 16px;

  color: #0d294a;

  font-size:
    clamp(36px, 4.8vw, 58px);

  line-height: 1.05;

  letter-spacing: -0.05em;

  text-wrap: balance;
}

.bm-section-heading p {
  margin: 0;

  color: var(--bm-muted);

  font-size: 18px;
}

/* =========================================================
   PREMESSA E INDICE
   ========================================================= */

.bm-intro-layout {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;

  gap: 30px;
  align-items: start;
}

.bm-index {
  position: sticky;
  top: 100px;

  padding: 27px;

  border:
    1px solid
    var(--bm-line);

  border-radius: 28px;

  background: #ffffff;

  box-shadow:
    var(--bm-shadow);
}

.bm-index h3 {
  margin: 14px 0 8px;

  color: #0d294a;

  font-size: 25px;
  line-height: 1.1;
}

.bm-index p {
  margin: 0;

  color: var(--bm-muted);

  font-size: 14px;
}

.bm-index nav {
  display: grid;

  gap: 8px;

  margin-top: 18px;
}

.bm-index a {
  display: flex;
  justify-content: space-between;

  gap: 12px;

  padding: 10px 12px;

  color: #17344f;

  border:
    1px solid
    #e1eef6;

  border-radius: 14px;

  background: #f6fbfe;

  font-size: 14px;
  font-weight: 760;

  transition:
    transform 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}

.bm-index a:hover,
.bm-index a.is-active {
  color: var(--bm-blue);

  background: #e9f7fd;

  transform:
    translateX(3px);
}

.bm-prose {
  position: relative;

  overflow: hidden;

  padding: 38px;

  border:
    1px solid
    var(--bm-line);

  border-radius: 32px;

  background:
    linear-gradient(
      135deg,
      #ffffff,
      #eef8fc
    );

  box-shadow:
    var(--bm-shadow);
}

.bm-prose::before {
  content: "";

  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 6px;

  background:
    linear-gradient(
      90deg,
      var(--bm-blue),
      var(--bm-cyan),
      var(--bm-gold)
    );
}

.bm-prose__lead {
  margin: 0 0 18px;

  color: #0e2a4b;

  font-size:
    clamp(24px, 2.8vw, 33px);

  line-height: 1.35;
  font-weight: 820;

  letter-spacing: -0.03em;
}

.bm-prose p {
  color: var(--bm-muted);

  font-size: 17px;
}

.bm-highlight {
  margin-top: 22px;

  padding: 20px 22px;

  color: #17344f;

  border:
    1px solid
    #dceef8;

  border-radius: 22px;

  background:
    linear-gradient(
      135deg,
      #eefaff,
      #ffffff
    );
}

.bm-highlight strong {
  color: #0f2d52;
}

/* =========================================================
   ASSI
   ========================================================= */

.bm-axis-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);

  gap: 18px;
}

.bm-axis-card {
  position: relative;

  min-height: 100%;

  overflow: hidden;

  padding: 27px;

  border:
    1px solid
    var(--bm-line);

  border-radius: 27px;

  background: #ffffff;

  box-shadow:
    var(--bm-shadow);

  transition:
    transform 0.26s ease,
    border-color 0.26s ease,
    box-shadow 0.26s ease;
}

.bm-axis-card::before {
  content: "";

  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 6px;

  background:
    linear-gradient(
      90deg,
      var(--bm-blue),
      var(--bm-cyan),
      var(--bm-gold)
    );
}

.bm-axis-card:hover {
  transform:
    translateY(-7px);

  border-color: #bddfeb;

  box-shadow:
    0 29px 64px
    rgba(5, 28, 57, 0.15);
}

.bm-axis-card__number {
  display: grid;
  place-items: center;

  width: 52px;
  height: 52px;

  margin-bottom: 19px;

  color: #ffffff;

  border-radius: 17px;

  background:
    linear-gradient(
      145deg,
      var(--bm-blue),
      var(--bm-cyan)
    );

  box-shadow:
    0 14px 29px
    rgba(17, 106, 178, 0.2);

  font-size: 17px;
  font-weight: 950;
}

.bm-axis-card h3 {
  margin: 0 0 11px;

  color: #0d294a;

  font-size: 24px;
  line-height: 1.12;

  letter-spacing: -0.035em;
}

.bm-axis-card p {
  margin: 0;

  color: var(--bm-muted);

  font-size: 15px;
}

.bm-axis-card ul {
  margin: 14px 0 0;
  padding-left: 19px;
}

.bm-axis-card li {
  margin: 6px 0;

  color: #314960;

  font-size: 14px;
}

/* =========================================================
   IDENTITÀ
   ========================================================= */

.bm-identity-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;

  gap: 22px;
}

.bm-definition {
  padding: 31px;

  border:
    1px solid
    var(--bm-line);

  border-radius: 30px;

  background: #ffffff;

  box-shadow:
    var(--bm-shadow);
}

.bm-definition--negative {
  border-color: #eeddb2;

  background:
    linear-gradient(
      180deg,
      #fffbf0,
      #ffffff
    );
}

.bm-definition h3 {
  margin: 0 0 19px;

  color: #0d294a;

  font-size: 31px;
  line-height: 1.08;

  letter-spacing: -0.04em;
}

.bm-definition-list {
  display: grid;

  gap: 12px;
}

.bm-definition-item {
  display: grid;
  grid-template-columns: 38px 1fr;

  gap: 12px;
  align-items: start;

  padding: 14px;

  border:
    1px solid
    #e2eef6;

  border-radius: 17px;

  background: #f7fbfe;
}

.bm-definition-item strong {
  display: grid;
  place-items: center;

  width: 38px;
  height: 38px;

  color: var(--bm-blue);

  border-radius: 12px;

  background: #edf7fd;
}

.bm-definition--negative
.bm-definition-item strong {
  color: #8a6818;

  background: #fff4d6;
}

.bm-definition-item span {
  color: #314960;
}

/* =========================================================
   PRINCIPI
   ========================================================= */

.bm-principles-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);

  gap: 18px;
}

.bm-principle {
  position: relative;

  min-height: 180px;

  padding: 27px 27px 27px 92px;

  border:
    1px solid
    var(--bm-line);

  border-radius: 27px;

  background: #ffffff;

  box-shadow:
    var(--bm-shadow);
}

.bm-principle__number {
  position: absolute;
  top: 27px;
  left: 27px;

  display: grid;
  place-items: center;

  width: 48px;
  height: 48px;

  color: #ffffff;

  border-radius: 16px;

  background:
    linear-gradient(
      135deg,
      var(--bm-blue),
      var(--bm-cyan)
    );

  font-weight: 950;
}

.bm-principle h3 {
  margin: 0 0 8px;

  color: #0d294a;

  font-size: 24px;
  line-height: 1.12;

  letter-spacing: -0.035em;
}

.bm-principle p {
  margin: 0;

  color: var(--bm-muted);

  font-size: 15px;
}

/* =========================================================
   IMPEGNI
   ========================================================= */

.bm-commitments-layout {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;

  gap: 24px;
  align-items: start;
}

.bm-commitments {
  display: grid;

  gap: 16px;
}

.bm-commitment {
  display: grid;
  grid-template-columns: 155px 1fr;

  gap: 20px;
  align-items: start;

  padding: 22px;

  border:
    1px solid
    var(--bm-line);

  border-radius: 24px;

  background: #ffffff;

  box-shadow:
    var(--bm-shadow);
}

.bm-commitment__area {
  color: var(--bm-blue);

  font-size: 12px;
  font-weight: 900;

  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bm-commitment h3 {
  margin: 0 0 8px;

  color: #0d294a;

  font-size: 22px;
  line-height: 1.15;
}

.bm-commitment p {
  margin: 0;

  color: var(--bm-muted);

  font-size: 15px;
}

.bm-summary {
  position: sticky;
  top: 100px;

  padding: 29px;

  border:
    1px solid
    var(--bm-line);

  border-radius: 28px;

  background:
    linear-gradient(
      180deg,
      #eff8fd,
      #ffffff
    );

  box-shadow:
    var(--bm-shadow);
}

.bm-summary h3 {
  margin: 14px 0 10px;

  color: #0d294a;

  font-size: 29px;
  line-height: 1.08;

  letter-spacing: -0.04em;
}

.bm-summary p {
  color: var(--bm-muted);
}

.bm-summary__data {
  display: grid;

  margin-top: 20px;
}

.bm-summary__data div {
  display: grid;
  grid-template-columns: 120px 1fr;

  gap: 12px;

  padding: 14px 0;

  border-bottom:
    1px solid
    #e6f0f5;
}

.bm-summary__data div:last-child {
  border-bottom: 0;
}

.bm-summary__data strong {
  color: #0f2d52;
}

.bm-summary__data span {
  color: #425a70;
}

/* =========================================================
   FRASE FINALE
   ========================================================= */

.bm-quote {
  position: relative;

  overflow: hidden;

  padding: 48px;

  color: #ffffff;

  border-radius: 36px;

  background:
    radial-gradient(
      circle at 88% 14%,
      rgba(36, 190, 212, 0.28),
      transparent 22rem
    ),
    linear-gradient(
      135deg,
      #061629,
      #0b315b 55%,
      #0d6f91
    );

  box-shadow:
    var(--bm-shadow-strong);
}

.bm-quote::after {
  content: "";

  position: absolute;
  right: -100px;
  bottom: -120px;

  width: 340px;
  height: 340px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(255, 255, 255, 0.14),
      transparent 66%
    );
}

.bm-quote__content {
  position: relative;
  z-index: 2;
}

.bm-quote h2 {
  max-width: 980px;

  margin: 0 0 14px;

  color: #ffffff;

  font-size:
    clamp(34px, 4.5vw, 55px);

  line-height: 1.06;

  letter-spacing: -0.05em;
}

.bm-quote p {
  max-width: 930px;

  margin: 0;

  color: #dff5f8;

  font-size: 18px;
}

.bm-quote__actions {
  display: flex;
  flex-wrap: wrap;

  gap: 12px;

  margin-top: 27px;
}

/* =========================================================
   CONTATTI E LOGO MOTUS ANIMI
   ========================================================= */

.bm-contact-band {
  position: relative;

  overflow: hidden;

  display: grid;
  grid-template-columns: 1fr auto;

  gap: 38px;
  align-items: center;

  padding: 43px;

  color: #ffffff;

  border-radius: 34px;

  background:
    linear-gradient(
      135deg,
      #0a2d55,
      #0c7a98
    );

  box-shadow:
    var(--bm-shadow-strong);
}

.bm-contact-band::after {
  content: "";

  position: absolute;
  top: -120px;
  right: -110px;

  width: 330px;
  height: 330px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(255, 255, 255, 0.18),
      transparent 66%
    );
}

.bm-contact-band__content,
.bm-contact-band__side {
  position: relative;
  z-index: 2;
}

.bm-contact-band h2 {
  margin: 0 0 11px;

  color: #ffffff;

  font-size:
    clamp(31px, 4vw, 48px);

  line-height: 1.08;

  letter-spacing: -0.045em;
}

.bm-contact-band p {
  max-width: 720px;

  margin: 0;

  color: #e4f6f9;

  font-size: 17px;
}

.bm-contact-band__details {
  display: flex;
  flex-wrap: wrap;

  gap: 9px;

  margin-top: 18px;
}

.bm-contact-band__detail {
  display: inline-flex;
  align-items: center;

  padding: 8px 12px;

  color: #e8fbfd;

  border:
    1px solid
    rgba(255, 255, 255, 0.2);

  border-radius: 999px;

  background:
    rgba(255, 255, 255, 0.07);

  font-size: 13px;
  font-weight: 750;
}

.bm-contact-band__side {
  display: grid;

  justify-items: end;

  gap: 16px;
}

.bm-contact-band__logo-link {
  display: inline-block;

  border-radius: 18px;

  transition:
    transform 0.25s ease,
    filter 0.25s ease;
}

.bm-contact-band__logo-link:hover {
  transform:
    translateY(-4px);

  filter:
    brightness(1.06);
}

.bm-contact-band__logo-link:focus-visible {
  outline:
    3px solid
    var(--bm-cyan-light);

  outline-offset: 5px;
}

.bm-contact-band__motus {
  width: min(100%, 310px);
  max-height: 105px;

  object-fit: contain;
  object-position: right center;

  filter:
    drop-shadow(
      0 12px 22px
      rgba(0, 0, 0, 0.2)
    );
}

/* =========================================================
   APPARIZIONE SICURA
   La pagina resta visibile senza JavaScript
   ========================================================= */

[data-bm-reveal] {
  opacity: 1;
  transform: none;
}

.brains-manifesto-page.bm-js-active
[data-bm-reveal] {
  opacity: 0;

  transform:
    translateY(32px);

  transition:
    opacity 0.75s
    cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.75s
    cubic-bezier(0.22, 1, 0.36, 1);

  transition-delay:
    var(--bm-delay, 0ms);
}

.brains-manifesto-page.bm-js-active
[data-bm-reveal="left"] {
  transform:
    translateX(-38px);
}

.brains-manifesto-page.bm-js-active
[data-bm-reveal="right"] {
  transform:
    translateX(38px);
}

.brains-manifesto-page.bm-js-active
[data-bm-reveal="scale"] {
  transform:
    scale(0.94);
}

.brains-manifesto-page.bm-js-active
[data-bm-reveal].is-visible {
  opacity: 1;
  transform: none;
}

/* =========================================================
   ANIMAZIONI
   ========================================================= */

@keyframes bmPanelFloat {
  0%,
  100% {
    transform:
      translateY(0);
  }

  50% {
    transform:
      translateY(-8px);
  }
}

@keyframes bmOrbitRotate {
  from {
    transform:
      rotate(0deg);
  }

  to {
    transform:
      rotate(360deg);
  }
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1050px) {
  .bm-hero {
    min-height: auto;
  }

  .bm-hero__grid,
  .bm-intro-layout,
  .bm-commitments-layout {
    grid-template-columns: 1fr;
  }

  .bm-stats,
  .bm-axis-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bm-index,
  .bm-summary {
    position: relative;
    top: auto;
  }
}

/* =========================================================
   SMARTPHONE
   ========================================================= */

@media (max-width: 760px) {
  .bm-container {
    width: min(100% - 28px, 1200px);
  }

  .bm-hero__grid {
    gap: 38px;

    padding: 72px 0 92px;
  }

  .bm-hero h1 {
    font-size: 50px;
  }

  .bm-hero h1 span {
    font-size: 26px;
  }

  .bm-hero__visual {
    min-height: 360px;

    padding: 20px;

    border-radius: 29px;
  }

  .bm-hero-panel {
    padding: 23px;
  }

  .bm-orbit {
    width: 285px;
    height: 285px;
  }

  .bm-stats-wrap {
    margin-top: -26px;
  }

  .bm-stats,
  .bm-axis-grid,
  .bm-identity-grid,
  .bm-principles-grid {
    grid-template-columns: 1fr;
  }

  .bm-section {
    padding: 62px 0;
  }

  .bm-section--compact {
    padding: 43px 0;
  }

  .bm-prose,
  .bm-definition,
  .bm-summary {
    padding: 26px;
  }

  .bm-principle {
    padding: 24px;
  }

  .bm-principle__number {
    position: relative;
    top: auto;
    left: auto;

    margin-bottom: 15px;
  }

  .bm-commitment {
    grid-template-columns: 1fr;
  }

  .bm-quote,
  .bm-contact-band {
    padding: 28px;

    border-radius: 28px;
  }

  .bm-contact-band {
    grid-template-columns: 1fr;
  }

  .bm-contact-band__side {
    justify-items: start;
  }

  .bm-contact-band__motus {
    width: min(100%, 275px);

    object-position: left center;
  }

  .bm-button {
    width: 100%;
  }
}

/* =========================================================
   TOUCH
   ========================================================= */

@media (hover: none) {
  .bm-axis-card:hover,
  .bm-button:hover,
  .bm-contact-band__logo-link:hover {
    transform: none;
  }
}

/* =========================================================
   MOVIMENTO RIDOTTO
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .brains-manifesto-page *,
  .brains-manifesto-page *::before,
  .brains-manifesto-page *::after {
    animation-duration:
      0.01ms !important;

    animation-iteration-count:
      1 !important;

    transition-duration:
      0.01ms !important;
  }

  [data-bm-reveal],
  .brains-manifesto-page.bm-js-active
  [data-bm-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }

  .bm-network-canvas,
  .bm-hero__glow {
    display: none !important;
  }
}

/* =========================================================
   STAMPA
   ========================================================= */

@media print {
  .bm-progress,
  .bm-network-canvas,
  .bm-hero__glow,
  .bm-hero__actions,
  .bm-quote__actions,
  .bm-contact-band {
    display: none !important;
  }

  .bm-hero {
    min-height: auto;

    color: var(--bm-text);

    background: #ffffff !important;
  }

  .bm-hero::before,
  .bm-hero::after,
  .bm-hero__visual {
    display: none;
  }

  .bm-hero__grid {
    grid-template-columns: 1fr;

    padding: 30px 0;
  }

  .bm-hero h1,
  .bm-hero h1 span,
  .bm-hero__lead,
  .bm-eyebrow {
    color: var(--bm-text) !important;
  }

  .bm-section {
    padding: 28px 0;
  }

  [data-bm-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }
}/* End custom CSS */