.csTecnaContactsHero,
.csTecnaContactsHero *,
.csTecnaContactsInfo,
.csTecnaContactsInfo *,
.csTecnaContactsExternal,
.csTecnaContactsExternal *,
.csTecnaContactsAfter,
.csTecnaContactsAfter * {
  box-sizing: border-box;
}

.csTecnaContactsHero,
.csTecnaContactsInfo,
.csTecnaContactsExternal,
.csTecnaContactsAfter {
  width: 100%;
  font-family: 'Google Sans Flex', 'Inter', Arial, sans-serif;
}

.csTecnaContactsHero {
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 120px 40px 60px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.csTecnaContactsHero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0,0,0,.48) 0%, rgba(0,0,0,.28) 42%, rgba(0,0,0,.08) 100%);
  pointer-events: none;
}

.csTecnaContactsHero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

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

.csTecnaContactsHero__logo {
  display: block;
  width: 38px;
  height: auto;
  object-fit: contain;
  margin: 0 0 8px;
}

.csTecnaContactsHero__overline {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: .36em;
  text-transform: uppercase;
  font-weight: 400;
}

.csTecnaContactsHero__title {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(34px, 4.1vw, 64px);
  line-height: .98;
  letter-spacing: -0.045em;
  font-weight: 700;
}

.csTecnaContactsHero__text {
  max-width: 660px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.25;
  font-weight: 400;
}

.csTecnaContactsInfo {
  background: #333333;
  color: #ffffff;
  padding: 42px 40px 48px;
}

.csTecnaContactsInfo__inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.csTecnaContactsInfo__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 1fr);
  column-gap: 90px;
  align-items: start;
}

.csTecnaContactsInfo__logo {
  display: block;
  width: 36px;
  height: auto;
  object-fit: contain;
  margin: 0 0 8px;
}

.csTecnaContactsInfo__overline {
  margin: 0 0 24px;
  color: inherit;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: .36em;
  text-transform: uppercase;
  font-weight: 400;
}

.csTecnaContactsInfo__intro {
  margin: 0;
  max-width: 360px;
  color: inherit;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
}

.csTecnaContactsInfo__details {
  max-width: 470px;
  color: inherit;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 400;
}

.csTecnaContactsInfo__details p {
  margin: 0 0 16px;
}

.csTecnaContactsInfo__details p:last-child {
  margin-bottom: 0;
}

.csTecnaContactsInfo__details strong {
  font-weight: 700;
}

.csTecnaContactsInfo__details a {
  color: #ffffff;
  text-decoration: none;
}

.csTecnaContactsInfo__details a:hover {
  text-decoration: underline;
}

.csTecnaContactsExternal {
  background: #ffffff;
  padding: 78px 40px 56px;
}

.csTecnaContactsExternal__inner {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

.csTecnaContactsExternal__head {
  width: 100%;
  text-align: center;
}

.csTecnaContactsExternal__logo {
  display: block;
  width: 38px;
  height: auto;
  object-fit: contain;
  margin: 0 auto 18px;
}

.csTecnaContactsExternal__title {
  margin: 0 0 12px;
  color: #303030;
  font-size: clamp(29px, 2.7vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 700;
}

.csTecnaContactsExternal__text {
  max-width: 600px;
  margin: 0 auto;
  color: #303030;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 400;
}

.csTecnaContactsExternal__slot {
  width: 100%;
  margin-top: 34px;
}

.csTecnaContactsExternal__placeholder {
  margin-top: 34px;
  width: 100%;
  padding: 24px;
  border: 1px dashed rgba(48,48,48,.28);
  border-radius: 10px;
  color: rgba(48,48,48,.68);
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

.csTecnaContactsExternal__slot form,
.csTecnaContactsExternal__slot .wpcf7,
.csTecnaContactsExternal__slot .elementor-form,
.csTecnaContactsExternal__slot .gform_wrapper {
  width: 100%;
}

.csTecnaContactsExternal__slot input:not([type='checkbox']):not([type='radio']):not([type='submit']),
.csTecnaContactsExternal__slot textarea,
.csTecnaContactsExternal__slot select {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(48,48,48,.18);
  border-radius: 6px;
  padding: 11px 14px;
  background: #ffffff;
  color: #303030;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.3;
}

.csTecnaContactsExternal__slot textarea {
  min-height: 112px;
  resize: vertical;
}

.csTecnaContactsExternal__slot button,
.csTecnaContactsExternal__slot input[type='submit'] {
  width: 100%;
  min-height: 44px;
  border: 0;
  border-radius: 6px;
  padding: 12px 18px;
  background: #303030;
  color: #ffffff;
  font-family: inherit;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  cursor: pointer;
}

.csTecnaContactsAfter {
  background: #ffffff;
  padding: 32px 40px 100px;
  text-align: center;
}

.csTecnaContactsAfter__inner {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
}

.csTecnaContactsAfter__logo {
  display: block;
  width: 42px;
  height: auto;
  object-fit: contain;
  margin: 0 auto 14px;
}

.csTecnaContactsAfter__overline {
  margin: 0 0 18px;
  color: #303030;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: .36em;
  text-transform: uppercase;
  font-weight: 400;
}

.csTecnaContactsAfter__title {
  margin: 0 0 12px;
  color: #303030;
  font-size: clamp(26px, 2.3vw, 38px);
  line-height: 1.06;
  letter-spacing: -0.04em;
  font-weight: 700;
}

.csTecnaContactsAfter__text {
  margin: 0 auto;
  max-width: 540px;
  color: #303030;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 400;
}

@media (max-width: 767px) {
  .csTecnaContactsHero {
    min-height: 480px;
    padding: 110px 22px 48px;
    background-position: 57% center;
  }

  .csTecnaContactsHero__overline {
    margin-bottom: 18px;
    font-size: 12px;
    letter-spacing: .30em;
  }

  .csTecnaContactsHero__title {
    font-size: 38px;
  }

  .csTecnaContactsHero__text {
    font-size: 15px;
  }

  .csTecnaContactsInfo {
    padding: 34px 22px 38px;
  }

  .csTecnaContactsInfo__grid {
    grid-template-columns: 1fr;
    row-gap: 28px;
  }

  .csTecnaContactsInfo__overline {
    margin-bottom: 18px;
    font-size: 12px;
    letter-spacing: .30em;
  }

  .csTecnaContactsInfo__intro,
  .csTecnaContactsInfo__details {
    max-width: none;
    font-size: 15px;
  }

  .csTecnaContactsExternal {
    padding: 54px 22px 42px;
  }

  .csTecnaContactsExternal__title {
    font-size: 30px;
  }

  .csTecnaContactsExternal__text,
  .csTecnaContactsAfter__text {
    font-size: 14px;
  }

  .csTecnaContactsAfter {
    padding: 28px 22px 70px;
  }

  .csTecnaContactsAfter__overline {
    font-size: 12px;
    letter-spacing: .28em;
  }

  .csTecnaContactsAfter__title {
    font-size: 28px;
  }
}
