/* cs-section-7 — dc-build-sections (desktop: cellule-staminali) */
.bruschetta-cs-section-7-1 {
  background: linear-gradient(165deg, rgb(21, 43, 141) 0%, rgb(15, 31, 102) 100%);
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(201, 211, 238, 0.15);
}
.bruschetta-cs-section-7-2 {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 1px solid rgba(250, 242, 202, 0.12);
  animation: 9s ease-in-out 0s infinite normal none running floatSoft;
}
.bruschetta-cs-section-7-3 {
  position: relative;
  max-width: 920px;
  margin: 0px auto;
  padding: clamp(80px, 10vw, 130px) 32px;
  text-align: center;
  opacity: 0;
  transform: scale(0.94) translateY(24px);
  transition: opacity 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: auto;
}
.bruschetta-cs-section-7-4 {
  font-family: "Inria Serif", serif;
  font-style: italic;
  font-size: clamp(17px, 1.8vw, 21px);
  color: rgb(137, 156, 198);
}
.bruschetta-cs-section-7-5 {
  font-family: "Inria Serif", serif;
  font-weight: 700;
  font-size: clamp(32px, 4.4vw, 56px);
  line-height: 1.05;
  color: rgb(255, 251, 231);
  letter-spacing: -1.5px;
  margin: 14px 0px 0px;
}
.bruschetta-cs-section-7-6 {
  font-size: clamp(16px, 1.6vw, 18.5px);
  line-height: 1.7;
  color: rgb(201, 211, 238);
  max-width: 540px;
  margin: 22px auto 0px;
}
.bruschetta-cs-section-7-7 {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 38px;
}
.bruschetta-cs-section-7-8 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgb(255, 251, 231);
  color: rgb(21, 43, 141);
  font-size: 16px;
  padding: 17px 34px;
  border-radius: 999px;
  transition: 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
a.bruschetta-cs-section-7-8:hover { color: rgb(21, 43, 141); }
.bruschetta-cs-section-7-9 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgb(255, 251, 231);
  font-size: 16px;
  padding: 17px 34px;
  border-radius: 999px;
  border: 1.5px solid rgba(255, 251, 231, 0.4);
  transition: 0.3s;
}
a.bruschetta-cs-section-7-9:hover { color: rgb(255, 251, 231); }
