.csTecnaModelServizi,
.csTecnaModelServizi * {
  box-sizing: border-box;
}

/* CTA Contatti | SERVIZI */
.csTecnaCtaServizi,
.csTecnaCtaServizi * {
  box-sizing: border-box;
}

.csTecnaCtaServizi {
  width: 100%;
  margin: 0;
  background: #fff;
  color: #3b3b3b;
  font-family: "Google Sans Flex", "Google Sans", Inter, Arial, sans-serif;
}

.csTecnaCtaServizi__inner {
  width: 100%;
  min-height: 500px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 70px 24px 90px;
}

.csTecnaCtaServizi__content {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.csTecnaCtaServizi__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  margin-bottom: 34px;
}

.csTecnaCtaServizi__logo {
  display: block;
  width: 33px;
  max-width: none;
  height: auto;
  object-fit: contain;
}

.csTecnaCtaServizi__logoFallback {
  display: block;
  color: #00497c;
  font-size: 33px;
  font-weight: 500;
  line-height: .75;
  letter-spacing: -.12em;
}

.csTecnaCtaServizi__label {
  margin: 0;
  color: #7b746c;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.csTecnaCtaServizi__title {
  margin: 0 0 26px;
  color: #3b3b3b;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -.02em;
}

.csTecnaCtaServizi__text,
.csTecnaCtaServizi__text p {
  margin: 0;
  color: #3b3b3b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
}

.csTecnaCtaServizi__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 46px;
  padding: 13px 24px;
  border-radius: 0;
  background: #00497c;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease;
}

.csTecnaCtaServizi__button:hover,
.csTecnaCtaServizi__button:focus {
  background: #00385f;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .csTecnaCtaServizi__inner {
    min-height: 460px;
    padding: 62px 24px 78px;
  }

  .csTecnaCtaServizi__title {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .csTecnaCtaServizi__inner {
    min-height: 500px;
    padding: 54px 22px 64px;
  }

  .csTecnaCtaServizi__logo {
    width: 31px;
  }

  .csTecnaCtaServizi__label {
    font-size: 12px;
  }

  .csTecnaCtaServizi__title {
    margin-bottom: 22px;
    font-size: 32px;
    line-height: 1.08;
  }

  .csTecnaCtaServizi__title br,
  .csTecnaCtaServizi__text br {
    display: none;
  }

  .csTecnaCtaServizi__text,
  .csTecnaCtaServizi__text p {
    font-size: 15px;
  }

  .csTecnaCtaServizi__button {
    margin-top: 38px;
    font-size: 15px;
  }
}

/* Aree integrate | SERVIZI */
.csTecnaAreasServizi,
.csTecnaAreasServizi * {
  box-sizing: border-box;
}

.csTecnaAreasServizi {
  width: 100%;
  margin: 0;
  background: #efefed;
  color: #222;
  font-family: "Google Sans Flex", "Google Sans", Inter, Arial, sans-serif;
}

.csTecnaAreasServizi__inner {
  width: 100%;
  max-width: 1512px;
  margin: 0 auto;
  padding: 70px 55px 82px;
}

.csTecnaAreasServizi__heading {
  width: 100%;
  max-width: 1050px;
  margin-bottom: 62px;
}

.csTecnaAreasServizi__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
  margin-bottom: 28px;
}

.csTecnaAreasServizi__logo {
  display: block;
  width: 33px;
  max-width: none;
  height: auto;
  object-fit: contain;
}

.csTecnaAreasServizi__logoFallback {
  display: block;
  color: #00497c;
  font-size: 33px;
  font-weight: 500;
  line-height: .75;
  letter-spacing: -.12em;
}

.csTecnaAreasServizi__label {
  margin: 0;
  color: #7b746c;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.csTecnaAreasServizi__title {
  margin: 0 0 26px;
  color: #222;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -.025em;
}

.csTecnaAreasServizi__intro,
.csTecnaAreasServizi__intro p {
  margin: 0;
  color: #222;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.22;
}

.csTecnaAreasServizi__intro strong {
  color: inherit;
  font-weight: 700;
}

.csTecnaAreasServizi__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px;
}

.csTecnaAreasServizi__card {
  position: relative;
  min-height: 565px;
  overflow: hidden;
  background-color: #596169;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.csTecnaAreasServizi__card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, .42);
  pointer-events: none;
}

.csTecnaAreasServizi__cardInner {
  position: relative;
  z-index: 2;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 52px 32px 28px;
  color: #fff;
}

.csTecnaAreasServizi__cardTitle {
  margin: 0 0 38px;
  color: inherit;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.025em;
}

.csTecnaAreasServizi__cardText,
.csTecnaAreasServizi__cardText p {
  margin: 0;
  color: inherit;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
}

.csTecnaAreasServizi__cardFooter {
  width: 100%;
}

.csTecnaAreasServizi__accent {
  display: block;
  width: 100%;
  height: 8px;
  margin-bottom: 14px;
  background: var(--cs-area-accent, #00497c);
}

.csTecnaAreasServizi__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: inherit;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.csTecnaAreasServizi__link:hover,
.csTecnaAreasServizi__link:focus {
  color: inherit;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .csTecnaAreasServizi__inner {
    padding: 58px 40px 70px;
  }

  .csTecnaAreasServizi__title {
    font-size: 42px;
  }

  .csTecnaAreasServizi__intro,
  .csTecnaAreasServizi__intro p {
    font-size: 18px;
  }

  .csTecnaAreasServizi__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
  }

  .csTecnaAreasServizi__card {
    min-height: 520px;
  }
}

@media (max-width: 767px) {
  .csTecnaAreasServizi__inner {
    padding: 44px 24px 54px;
  }

  .csTecnaAreasServizi__heading {
    margin-bottom: 42px;
  }

  .csTecnaAreasServizi__head {
    margin-bottom: 24px;
  }

  .csTecnaAreasServizi__title {
    margin-bottom: 22px;
    font-size: 34px;
    line-height: 1.06;
  }

  .csTecnaAreasServizi__intro,
  .csTecnaAreasServizi__intro p {
    font-size: 16px;
    line-height: 1.3;
  }

  .csTecnaAreasServizi__intro br,
  .csTecnaAreasServizi__title br {
    display: none;
  }

  .csTecnaAreasServizi__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .csTecnaAreasServizi__card {
    min-height: 480px;
  }

  .csTecnaAreasServizi__cardInner {
    padding: 38px 24px 24px;
  }

  .csTecnaAreasServizi__cardTitle {
    margin-bottom: 28px;
    font-size: 32px;
  }

  .csTecnaAreasServizi__cardText,
  .csTecnaAreasServizi__cardText p {
    font-size: 16px;
  }

  .csTecnaAreasServizi__link {
    font-size: 18px;
  }
}

.csTecnaModelServizi {
  width: 100%;
  margin: 0;
  background: #fff;
  color: #3b3b3b;
  font-family: "Google Sans Flex", "Google Sans", Inter, Arial, sans-serif;
}

.csTecnaModelServizi__inner {
  position: relative;
  width: 100%;
  min-height: 610px;
  padding: 48px 55px 90px;
  overflow: hidden;
}

.csTecnaModelServizi__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
  margin-bottom: 27px;
}

.csTecnaModelServizi__logoImg {
  display: block;
  width: 33px;
  max-width: none;
  height: auto;
  object-fit: contain;
}

.csTecnaModelServizi__logoFallback {
  display: block;
  color: #00497c;
  font-size: 33px;
  font-weight: 500;
  line-height: .75;
  letter-spacing: -.12em;
}

.csTecnaModelServizi__label {
  margin: 0;
  padding: 0;
  color: #7b746c;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.csTecnaModelServizi__content {
  width: 100%;
  max-width: 760px;
}

.csTecnaModelServizi__title {
  margin: 0 0 31px;
  padding: 0;
  color: #3b3b3b;
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .01em;
}

.csTecnaModelServizi__texts {
  width: 100%;
  max-width: 720px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.csTecnaModelServizi__text,
.csTecnaModelServizi__text p {
  margin: 0;
  padding: 0;
  color: #3b3b3b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: .01em;
}

.csTecnaModelServizi__text strong {
  color: inherit;
  font-weight: 700;
}

.csTecnaModelServizi__cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 50px;
  color: #111;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .01em;
  text-decoration: none;
}

.csTecnaModelServizi__cta:hover,
.csTecnaModelServizi__cta:focus {
  color: #111;
  text-decoration: underline;
}

.csTecnaModelServizi__cta span {
  display: inline-block;
}

.csTecnaModelServizi__cta svg {
  width: 24px;
  height: 24px;
  display: block;
  flex: 0 0 auto;
}

.csTecnaModelServizi__bar {
  position: absolute;
  left: 55px;
  right: 55px;
  bottom: 46px;
  height: 11px;
  display: flex;
  overflow: hidden;
}

.csTecnaModelServizi__barItem {
  width: 33.333333%;
  height: 100%;
  display: block;
  flex: 1 1 33.333333%;
}

.csTecnaModelServizi__barItem--blue {
  background: #00497c;
}

.csTecnaModelServizi__barItem--aqua {
  background: #85dcd6;
}

.csTecnaModelServizi__barItem--violet {
  background: #7777a8;
}

@media (max-width: 1024px) {
  .csTecnaModelServizi__inner {
    min-height: 560px;
    padding: 42px 40px 82px;
  }

  .csTecnaModelServizi__title {
    font-size: 42px;
    line-height: 1.05;
  }

  .csTecnaModelServizi__bar {
    left: 40px;
    right: 40px;
    bottom: 42px;
  }
}

@media (max-width: 767px) {
  .csTecnaModelServizi__inner {
    min-height: 620px;
    padding: 34px 24px 76px;
  }

  .csTecnaModelServizi__head {
    gap: 11px;
    margin-bottom: 28px;
  }

  .csTecnaModelServizi__logoImg {
    width: 31px;
  }

  .csTecnaModelServizi__label {
    font-size: 12px;
  }

  .csTecnaModelServizi__title {
    margin-bottom: 28px;
    font-size: 34px;
    line-height: 1.06;
  }

  .csTecnaModelServizi__texts {
    max-width: 100%;
  }

  .csTecnaModelServizi__text,
  .csTecnaModelServizi__text p {
    font-size: 15px;
    line-height: 1.3;
  }

  .csTecnaModelServizi__text br {
    display: none;
  }

  .csTecnaModelServizi__cta {
    margin-top: 40px;
    font-size: 18px;
  }

  .csTecnaModelServizi__cta svg {
    width: 22px;
    height: 22px;
  }

  .csTecnaModelServizi__bar {
    left: 24px;
    right: 24px;
    bottom: 34px;
    height: 10px;
  }
}

@media (max-width: 420px) {
  .csTecnaModelServizi__inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .csTecnaModelServizi__title {
    font-size: 30px;
    line-height: 1.1;
  }

  .csTecnaModelServizi__text,
  .csTecnaModelServizi__text p {
    font-size: 14px;
  }

  .csTecnaModelServizi__cta {
    font-size: 17px;
  }

  .csTecnaModelServizi__bar {
    left: 20px;
    right: 20px;
  }
}
