:root {
  --brand-red: #a51f22;
  --brand-red-dark: #8f171a;
  --white: #ffffff;
  --whatsapp: #10c853;
  --font-primary: "Poppins", sans-serif;
  --container: 1128px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-primary);
  color: var(--white);
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

.hero {
  position: relative;
  min-height: 636px;
  overflow: hidden;
  background-image: url("assets/banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.hero__container {
  width: min(calc(100% - 48px), var(--container));
  min-height: 636px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}

.hero__content {
  width: 670px;
  max-width: 100%;
  padding-top: 90px;
}

.hero h1 {
  margin: 0 0 28px;
  font-size: 38px;
  line-height: 1.02;
  letter-spacing: -1.15px;
  font-weight: 700;
  color: #ffffff;
}

.hero p {
  margin: 0 0 14px;
  max-width: 660px;
  font-size: 15.5px;
  line-height: 1.55;
  font-weight: 400;
  letter-spacing: -0.1px;
  color: rgba(255, 255, 255, 0.98);
}

.hero .hero__lead {
  margin-bottom: 13px;
  font-size: 14.5px;
  line-height: 1.68;
  font-weight: 700;
}

.hero strong {
  font-weight: 700;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 33px;
  margin-top: 37px;
}

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border-radius: 3px;
  font-size: 12.5px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.35px;
  text-transform: uppercase;
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  filter: brightness(1.035);
}

.button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.86);
  outline-offset: 4px;
}

.button--light {
  width: 328px;
  background: #ffffff;
  color: #9f2023;
  box-shadow: 0 8px 22px rgba(73, 9, 11, 0.08);
}

.button--whatsapp {
  width: 186px;
  background: var(--whatsapp);
  color: #ffffff;
}

.section-placeholder {
  min-height: 1px;
  background: #ffffff;
}

@media (min-width: 1441px) {
  .hero {
    min-height: min(44.1667vw, 760px);
    background-size: 100% auto;
  }

  .hero__container {
    min-height: min(44.1667vw, 760px);
  }
}

@media (max-width: 1180px) {
  .hero__container {
    width: min(calc(100% - 64px), 1040px);
  }

  .hero__content {
    width: 620px;
  }

  .hero h1 {
    font-size: 35px;
  }

  .hero p {
    max-width: 610px;
    font-size: 14.5px;
  }
}

@media (max-width: 900px) {
  .hero {
    min-height: 680px;
    background-position: 63% center;
  }

  .hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      90deg,
      rgba(145, 24, 27, 0.98) 0%,
      rgba(151, 26, 29, 0.96) 52%,
      rgba(151, 26, 29, 0.7) 75%,
      rgba(151, 26, 29, 0.18) 100%
    );
    pointer-events: none;
  }

  .hero__container {
    position: relative;
    z-index: 1;
    min-height: 680px;
    align-items: center;
  }

  .hero__content {
    width: 640px;
    padding: 60px 0;
  }

  .hero__break--desktop {
    display: none;
  }
}

@media (max-width: 640px) {
  .hero {
    min-height: auto;
    background-position: 82% center;
  }

  .hero::before {
    background: linear-gradient(
      90deg,
      rgba(143, 23, 26, 0.995) 0%,
      rgba(148, 24, 28, 0.985) 72%,
      rgba(148, 24, 28, 0.96) 100%
    );
  }

  .hero__container {
    width: calc(100% - 50px);
    min-height: auto;
  }

  .hero__content {
    width: 100%;
    padding: 76px 0 70px;
  }

  .hero h1 {
    max-width: 340px;
    margin-bottom: 22px;
    font-size: clamp(30px, 8.5vw, 44px);
    line-height: 1.02;
    letter-spacing: -1px;
  }

  .hero .hero__lead {
    max-width: 345px;
    margin-bottom: 14px;
    font-size: 15px;
    line-height: 1.9;
  }

  .hero p {
    max-width: 350px;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.95;
  }

  .hero__actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-top: 34px;
  }

  .button {
    min-height: 54px;
    padding: 0 24px;
    font-size: 12px;
    letter-spacing: 0.7px;
  }

  .button--light {
    width: min(100%, 328px);
  }

  .button--whatsapp {
    width: 154px;
  }
}

@media (max-width: 430px) {
  .hero__container {
    width: calc(100% - 52px);
  }

  .hero__content {
    padding: 74px 0 68px;
  }

  .hero h1 {
    max-width: 330px;
    font-size: clamp(24px, 8.2vw, 24px);
    line-height: 26px;
    font-weight: 700;
  }

  .hero .hero__lead {
    max-width: 335px;
    font-size: 14px;
    line-height: 1.88;
  }

  .hero p {
    max-width: 334px;
    font-size: 13.5px;
    line-height: 1.9;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button {
    transition: none;
  }
}

/* ==========================================================
   SEÇÃO 02 — EXPERIÊNCIA TÉCNICA
   ========================================================== */
.experience {
  position: relative;
  min-height: 598px;
  overflow: hidden;
  background: #ffffff;
  color: rgba(0, 0, 0, 0.7);
  padding: 70px 0 88px;
}

.experience__accent {
  position: absolute;
  top: 94px;
  left: 0;
  width: 100px;
  height: 26px;
  object-fit: contain;
  pointer-events: none;
}

.experience__container {
  width: min(calc(100% - 48px), var(--container));
  margin: 0 auto;
}

.experience__title {
  width: 760px;
  max-width: 100%;
  margin: 0 0 20px;
  color: #BA0120;
  font-family: var(--font-primary);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -1.15px;
}

.experience__title-line {
  white-space: nowrap;
}

.experience__grid {
  display: grid;
  grid-template-columns: minmax(0, 552px) 1px 380px;
  align-items: start;
  column-gap: 56px;
}

.experience__content {
  width: 100%;
  max-width: 552px;
}

.experience__content p {
  margin: 0 0 17px;
  color: rgba(0, 0, 0, 0.70);
  font-family: var(--font-primary);
  font-size: 12.3px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.experience__content strong {
  font-weight: 700;
}

.experience__subtitle {
  position: relative;
  margin: 17px 0 19px;
  padding-left: 14px;
  color: #171717;
  font-family: var(--font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.25px;
}

.experience__subtitle::before {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 0;
  width: 5px;
  background: #BA0120;
}

.experience__content .experience__closing {
  margin-bottom: 21px;
}

.experience__button {
  width: 225px;
  min-height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background: #BA0120;
  color: #ffffff;
  font-family: var(--font-primary);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  transition: transform 180ms ease, filter 180ms ease;
}

.experience__button:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}

.experience__button:focus-visible {
  outline: 3px solid rgba(186, 1, 32, 0.28);
  outline-offset: 4px;
}

.experience__divider {
  width: 1px;
  height: 350px;
  display: block;
  object-fit: fill;
}

.experience__media {
  width: 380px;
  height: 350px;
  overflow: hidden;
}

.experience__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@media (max-width: 1180px) {
  .experience__container {
    width: min(calc(100% - 64px), 1040px);
  }
}

@media (max-width: 1100px) {
  .experience__grid {
    grid-template-columns: minmax(0, 1fr) 1px minmax(330px, 380px);
    column-gap: 36px;
  }
}

@media (max-width: 900px) {
  .experience {
    min-height: auto;
    padding: 62px 0 70px;
  }

  .experience__accent {
    top: 80px;
    width: 82px;
    height: auto;
  }

  .experience__title {
    width: 100%;
    margin-bottom: 32px;
    font-size: 34px;
    line-height: 36px;
  }

  .experience__title-break {
    display: none;
  }

  .experience__title-line {
    white-space: normal;
  }

  .experience__grid {
    grid-template-columns: 1fr;
    row-gap: 34px;
  }

  .experience__content {
    max-width: 100%;
  }

  .experience__divider {
    display: none;
  }

  .experience__media {
    width: min(100%, 450px);
    height: auto;
    aspect-ratio: 450 / 414;
  }
}

@media (max-width: 640px) {
  .experience {
    padding: 54px 0 60px;
  }

  .experience__container {
    width: calc(100% - 50px);
  }

  .experience__accent {
    top: 69px;
    width: 62px;
  }

  .experience__title {
    padding-left: 0;
    margin-bottom: 28px;
    font-size: 30px;
    line-height: 32px;
    letter-spacing: -0.75px;
  }

  .experience__content p {
    margin-bottom: 18px;
    font-size: 13px;
    line-height: 22px;
  }

  .experience__subtitle {
    margin: 22px 0 18px;
    font-size: 16px;
    line-height: 23px;
  }

  .experience__button {
    width: min(100%, 225px);
  }

  .experience__media {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .experience {
    padding: 52px 0 60px;
  }

  .experience__container {
    width: min(calc(100% - 52px), 296px);
  }

  .experience__accent {
    top: 73px;
    width: 25px;
    height: 20px;
    object-fit: fill;
  }

  .experience__title {
    width: 100%;
    margin-bottom: 17px;
    color: #BA0120;
    font-family: var(--font-primary);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: -0.45px;
  }

  .experience__grid {
    row-gap: 40px;
  }

  .experience__content p {
    margin-bottom: 16px;
    color: rgba(0, 0, 0, 0.70);
    font-family: var(--font-primary);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
  }

  .experience__subtitle {
    margin: 16px 0 17px;
    padding-left: 13px;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.15px;
  }

  .experience__subtitle::before {
    top: 0;
    bottom: 0;
    width: 5px;
  }

  .experience__content .experience__closing {
    margin-bottom: 25px;
  }

  .experience__button {
    width: 244px;
    min-height: 50px;
    margin: 0 auto;
    border: 2px solid rgba(0, 0, 0, 0.00);
    border-radius: 3px;
    background: #BA001F;
    font-size: 11px;
  }

  .experience__media {
    width: 100%;
    aspect-ratio: 450 / 414;
  }
}

@media (prefers-reduced-motion: reduce) {
  .experience__button {
    transition: none;
  }
}


/* ==========================================================
   SEÇÃO 03 — SOLUÇÕES TÉCNICAS
   ========================================================== */
.solutions {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  color: #000000;
  padding: 34px 0 48px;
  border-bottom: 1px solid #ba001f41;
}

.solutions__accent {
  position: absolute;
  top: 66px;
  width: min(224px, 16vw);
  height: auto;
  pointer-events: none;
  user-select: none;
}

.solutions__accent--left {
  left: 0;
}

.solutions__accent--right {
  right: 0;
}

.solutions__container {
  width: min(calc(100% - 48px), var(--container));
  margin: 0 auto;
}

.solutions__header {
  position: relative;
  z-index: 1;
  text-align: center;
}

.solutions__header h2 {
  max-width: 760px;
  margin: 0 auto 11px;
  color: #BA0120;
  text-align: center;
  font-family: var(--font-primary);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.8px;
}

.solutions__header p {
  margin: 0;
  color: rgba(0, 0, 0, 0.58);
  font-family: var(--font-primary);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.solutions__list {
  position: relative;
  width: min(100%, 890px);
  margin: 46px auto 0;
  padding-left: 54px;
}

.solutions__rail {
  position: absolute;
  top: 35px;
  bottom: 41px;
  left: 5px;
  width: 2px;
  background-image: url("assets/solutions-timeline.png");
  background-repeat: repeat-y;
  background-size: 2px auto;
  opacity: 0.72;
}

.solutions__item {
  position: relative;
  padding: 0 0 21px;
  margin: 0 0 19px;
}

.solutions__item:not(.solutions__item--last)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: url("assets/solutions-divider.png") repeat-x left center / 285px 1px;
  opacity: 0.78;
}

.solutions__dot {
  position: absolute;
  left: -42px;
  top: 31px;
  width: 12px;
  height: 12px;
  background: url("assets/solutions-dot.png") no-repeat center / 12px 12px;
  transform: translate(-50%, -50%);
}

.solutions__item h3 {
  margin: 0 0 8px;
  color: #BA0120;
  font-family: var(--font-primary);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 18.13px;
  letter-spacing: 0.145px;
  text-transform: uppercase;
}

.solutions__item h4 {
  margin: 0 0 8px;
  color: #000;
  font-family: var(--font-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.12px;
}

.solutions__item p {
  margin: 0;
  color: rgba(0, 0, 0, 0.70);
  font-family: var(--font-primary);
  font-size: 12.8px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.12px;
}

.solutions__actions {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.solutions__button {
  width: 250px;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(0, 0, 0, 0.00);
  border-radius: 3px;
  background: #BA001F;
  color: #ffffff;
  font-family: var(--font-primary);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.18px;
  text-transform: uppercase;
  transition: transform 180ms ease, filter 180ms ease;
}

.solutions__button:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}

.solutions__button:focus-visible {
  outline: 3px solid rgba(186, 1, 32, 0.28);
  outline-offset: 4px;
}

@media (max-width: 1180px) {
  .solutions__container {
    width: min(calc(100% - 64px), 1040px);
  }
}

@media (max-width: 900px) {
  .solutions {
    padding-top: 42px;
  }

  .solutions__header h2 {
    max-width: 620px;
    font-size: 34px;
    line-height: 35px;
  }

  .solutions__accent {
    top: 66px;
    width: 14vw;
  }

  .solutions__list {
    width: min(100%, 760px);
    margin-top: 42px;
  }
}

@media (max-width: 640px) {
  .solutions {
    padding: 39px 0 43px;
  }

  .solutions__container {
    width: calc(100% - 50px);
  }

  .solutions__accent {
    top: 45px;
    width: 20px;
    height: 20px;
    object-fit: fill;
    content: url("assets/solutions-accent-mobile.png");
  }

  .solutions__accent--right {
    transform: scaleX(-1);
  }

  .solutions__header h2 {
    width: min(100%, 255px);
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 19px;
    letter-spacing: -0.25px;
  }

  .solutions__header p {
    max-width: 245px;
    margin: 0 auto;
    font-size: 9px;
    line-height: 13px;
  }

  .solutions__header-break {
    display: none;
  }

  .solutions__list {
    width: min(100%, 296px);
    margin-top: 28px;
    padding-left: 27px;
  }

  .solutions__rail {
    display: none;
  }

  .solutions__item {
    padding: 0 0 15px;
    margin-bottom: 14px;
  }

  .solutions__item:not(.solutions__item--last)::after {
    background-size: 285px 1px;
  }

  .solutions__dot {
    left: -19px;
    top: 39px;
    width: 8px;
    height: 8px;
    background-size: 8px 8px;
  }

  .solutions__item h3 {
    margin-bottom: 5px;
    color: #BA0120;
    font-family: var(--font-primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18.13px;
    letter-spacing: 0.145px;
    text-transform: uppercase;
  }

  .solutions__item h4 {
    margin-bottom: 5px;
    color: #000;
    font-family: var(--font-primary);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 13px;
  }

  .solutions__item p {
    color: rgba(0, 0, 0, 0.70);
    font-family: var(--font-primary);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px;
  }

  .solutions__actions {
    margin-top: 23px;
  }

  .solutions__button {
    width: 161px;
    min-height: 36px;
    border: 2px solid rgba(0, 0, 0, 0.00);
    border-radius: 3px;
    background: #BA001F;
    font-size: 8px;
  }
}

@media (max-width: 430px) {
  .solutions {
    padding-top: 35px;
    padding-bottom: 34px;
  }

  .solutions__container {
    width: min(calc(100% - 52px), 308px);
  }

  .solutions__accent {
    top: 44px;
    width: 17px;
    height: 17px;
  }

  .solutions__header h2 {
    width: min(100%, 215px);
    font-size: 18px;
    line-height: 16px;
    letter-spacing: -0.2px;
  }

  .solutions__header p {
    max-width: 205px;
    font-size: 8px;
    line-height: 12px;
  }

  .solutions__list {
    width: min(calc(100% - 14px), 296px);
    margin-top: 27px;
    padding-left: 26px;
  }

  .solutions__item {
    padding-bottom: 14px;
    margin-bottom: 13px;
  }

  .solutions__dot {
    left: -18px;
    top: 38px;
    width: 8px;
    height: 8px;
    background-size: 8px 8px;
  }

  .solutions__item h3 {
    font-size: 14px;
    line-height: 18.13px;
  }

  .solutions__item h4 {
    font-size: 12px;
    line-height: 13px;
  }

  .solutions__item p {
    font-size: 10px;
    line-height: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .solutions__button {
    transition: none;
  }
}


/* ==========================================================
   SEÇÃO 04 — CONHECIMENTO TÉCNICO
   ========================================================== */
.knowledge {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  color: #000000;
  padding: 69px 0 47px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.28);
}

.knowledge__accent {
  position: absolute;
  top: 91px;
  width: min(224px, 16vw);
  height: 26px;
  pointer-events: none;
  user-select: none;
}

.knowledge__accent--left { left: 0; }
.knowledge__accent--right { right: 0; }

.knowledge__container {
  width: min(calc(100% - 48px), var(--container));
  margin: 0 auto;
}

.knowledge__header {
  position: relative;
  z-index: 1;
  text-align: center;
}

.knowledge__header h2 {
  width: min(100%, 760px);
  margin: 0 auto;
  color: #BA0120;
  text-align: center;
  font-family: var(--font-primary);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.8px;
}

.knowledge__title-desktop,
.knowledge__title-desktop > span,
.knowledge__title-mobile,
.knowledge__title-mobile > span {
  display: block;
}

.knowledge__title-desktop > span {
  white-space: nowrap;
}

.knowledge__title-mobile {
  display: none;
}

.knowledge__list {
  position: relative;
  width: min(100%, 806px);
  margin: 53px auto 0;
  padding-left: 46px;
}

.knowledge__rail {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 100%;
  object-fit: fill;
}

.knowledge__item {
  position: relative;
  display: grid;
  grid-template-columns: 55px minmax(0, 1fr);
  column-gap: 20px;
  align-items: start;
  padding: 0 0 28px;
  margin: 0 0 28px;
}

.knowledge__item:not(.knowledge__item--last)::after {
  content: "";
  position: absolute;
  left: 75px;
  right: 0;
  bottom: 0;
  height: 1px;
  background: url("assets/knowledge-divider.svg") repeat-x left center / 422px 1px;
}

.knowledge__icon {
  width: 55px;
  height: 55px;
  display: block;
}

.knowledge__content {
  min-width: 0;
}

.knowledge__content h3 {
  margin: 12px 0 23px;
  color: #BA0120;
  font-family: var(--font-primary);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: -0.15px;
  text-transform: uppercase;
}

.knowledge__content h3 small {
  font-size: 12px;
  font-weight: 500;
  line-height: inherit;
  letter-spacing: 0;
  white-space: nowrap;
}

.knowledge__content h4 {
  margin: 0 0 5px;
  color: rgba(0, 0, 0, 0.70);
  font-family: var(--font-primary);
  font-size: 12.3px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}

.knowledge__content p {
  margin: 0;
  max-width: 720px;
  color: rgba(0, 0, 0, 0.70);
  font-family: var(--font-primary);
  font-size: 12.3px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.knowledge__item--last {
  padding-bottom: 0;
  margin-bottom: 0;
}

.knowledge__item--last .knowledge__content h3 {
  margin-bottom: 24px;
}

.knowledge__actions {
  display: flex;
  justify-content: center;
  margin-top: 59px;
}

.knowledge__button {
  width: 400px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 2px solid rgba(0, 0, 0, 0.00);
  border-radius: 3px;
  background: #BA001F;
  color: #ffffff;
  font-family: var(--font-primary);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1px;
  text-align: center;
  text-transform: uppercase;
  transition: transform 180ms ease, filter 180ms ease;
}

.knowledge__button:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}

.knowledge__button:focus-visible {
  outline: 3px solid rgba(186, 1, 32, 0.28);
  outline-offset: 4px;
}

@media (max-width: 1180px) {
  .knowledge__container {
    width: min(calc(100% - 64px), 1040px);
  }
}

@media (max-width: 900px) {
  .knowledge {
    padding-top: 60px;
  }

  .knowledge__accent {
    top: 83px;
    width: 14vw;
  }

  .knowledge__header h2 {
    width: min(100%, 650px);
    font-size: 34px;
    line-height: 35px;
  }

  .knowledge__list {
    width: min(100%, 760px);
  }
}

@media (max-width: 640px) {
  .knowledge {
    padding: 31px 0 35px;
  }

  .knowledge__container {
    width: calc(100% - 42px);
  }

  .knowledge__accent {
    top: 42px;
    width: 20px;
    height: 20px;
    object-fit: fill;
  }

  .knowledge__header h2 {
    width: 100%;
    max-width: none;
    font-size: clamp(20px, 7.5vw, 24px);
    line-height: 22px;
    letter-spacing: -0.45px;
  }

  .knowledge__title-desktop {
    display: none;
  }

  .knowledge__title-mobile {
    display: block;
  }

  .knowledge__title-mobile > span {
    white-space: nowrap;
  }

  .knowledge__list {
    width: min(100%, 270px);
    margin-top: 31px;
    padding-left: 28px;
  }

  .knowledge__rail {
    display: none;
  }

  .knowledge__item {
    grid-template-columns: 40px minmax(0, 1fr);
    column-gap: 11px;
    padding: 0 0 20px;
    margin: 0 0 20px;
  }

  .knowledge__item:not(.knowledge__item--last)::after {
    left: 0;
    right: 0;
    background-size: 422px 1px;
  }

  .knowledge__icon {
    width: 40px;
    height: 40px;
    margin-left: -28px;
    margin-top: 29px;
  }

  .knowledge__content h3 {
    margin: 0 0 10px;
    color: #BA0120;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.05px;
  }

  .knowledge__content h3 small {
    display: block;
    margin-top: 1px;
    font-size: 12px;
    line-height: 13px;
    white-space: normal;
  }

  .knowledge__content h4 {
    margin-bottom: 7px;
    color: #000000;
    font-size: 10px;
    line-height: 12px;
  }

  .knowledge__content p {
    color: rgba(0, 0, 0, 0.70);
    font-size: 9px;
    line-height: 11px;
  }

  .knowledge__item--last .knowledge__content h3 {
    margin-bottom: 12px;
  }

  .knowledge__actions {
    margin-top: 28px;
  }

  .knowledge__button {
    width: 100%;
    min-height: 38px;
    padding: 0 10px;
    font-size: 9px;
  }
}

@media (max-width: 430px) {
  .knowledge {
    padding-top: 30px;
    padding-bottom: 36px;
  }

  .knowledge__container {
    width: min(calc(100% - 42px), 278px);
  }

  .knowledge__accent {
    top: 42px;
    width: 19px;
    height: 19px;
  }

  .knowledge__header {
    width: calc(100vw - 24px);
    margin-left: 50%;
    transform: translateX(-50%);
  }

  .knowledge__header h2 {
    font-size: clamp(20px, 7.5vw, 24px);
    line-height: 22px;
    letter-spacing: -0.55px;
  }

  .knowledge__list {
    width: 100%;
    margin-top: 31px;
    padding-left: 28px;
  }

  .knowledge__item {
    grid-template-columns: 40px minmax(0, 1fr);
    column-gap: 11px;
  }

  .knowledge__icon {
    width: 40px;
    height: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .knowledge__button {
    transition: none;
  }
}

/* ==========================================================
   SEÇÃO 05 — CREDIBILIDADE E EXPERIÊNCIA
   ========================================================== */
.credibility {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  color: rgba(0, 0, 0, 0.70);
  padding: 66px 0 56px;
  border-bottom: 2px solid #BA001F;
}

.credibility__accent {
  position: absolute;
  top: 87px;
  left: 0;
  width: 72px;
  height: 20px;
  background: #a73737;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}

.credibility__container {
  width: min(calc(100% - 48px), var(--container));
  margin: 0 auto;
}

.credibility__header {
  width: min(100%, 810px);
}

.credibility__header h2 {
  margin: 0 0 15px;
  color: #BA0120;
  font-family: var(--font-primary);
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.9px;
}

.credibility__header p {
  max-width: 760px;
  margin: 0 0 17px;
  color: rgba(42, 51, 70, 0.72);
  font-size: 12.8px;
  font-weight: 400;
  line-height: 21px;
}

.credibility__header > strong {
  display: block;
  margin-top: 10px;
  color: rgba(42, 51, 70, 0.78);
  font-size: 12.3px;
  font-weight: 700;
  line-height: 18px;
}

.credibility__grid {
  position: relative;
  width: min(100%, 866px);
  margin: 31px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    "experience laboratory"
    "team accreditations"
    "technical .";
  column-gap: 46px;
}

.credibility__grid::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: repeating-linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.22) 0 5px,
    transparent 5px 10px
  );
  transform: translateX(-23px);
}

.credibility__item {
  min-height: 103px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  column-gap: 9px;
  align-items: start;
  padding: 17px 0 22px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.18);
}

.credibility__item--experience { grid-area: experience; padding-top: 0; }
.credibility__item--laboratory { grid-area: laboratory; padding-top: 0; }
.credibility__item--team { grid-area: team; }
.credibility__item--accreditations { grid-area: accreditations; }
.credibility__item--technical {
  grid-area: technical;
  border-bottom: 0;
  padding-bottom: 0;
}

.credibility__item img {
  width: 40px;
  height: 40px;
  display: block;
  object-fit: contain;
}

.credibility__item h3 {
  margin: 0 0 7px;
  color: #BA0120;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.15px;
  text-transform: uppercase;
}

.credibility__item p {
  margin: 0;
  color: rgba(0, 0, 0, 0.70);
  font-size: 10.5px;
  font-weight: 400;
  line-height: 16px;
}

.credibility__footer {
  text-align: center;
  margin-top: 47px;
}

.credibility__footer p {
  margin: 0 auto 22px;
  color: rgba(42, 51, 70, 0.72);
  font-size: 12px;
  line-height: 18px;
}

.credibility__button {
  width: 295px;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #BA001F;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  transition: transform 180ms ease, filter 180ms ease;
}

.credibility__button:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}

.credibility__button:focus-visible {
  outline: 3px solid rgba(186, 1, 32, 0.28);
  outline-offset: 4px;
}

@media (max-width: 1180px) {
  .credibility__container {
    width: min(calc(100% - 64px), 1040px);
  }
}

@media (max-width: 900px) {
  .credibility__header h2 {
    font-size: 34px;
    line-height: 35px;
  }

  .credibility__grid {
    width: min(100%, 780px);
    column-gap: 36px;
  }

  .credibility__grid::before {
    transform: translateX(-18px);
  }
}

@media (max-width: 640px) {
  .credibility {
    padding: 26px 0 44px;
  }

  .credibility__container {
    width: calc(100% - 74px);
  }

  .credibility__accent {
    top: 44px;
    width: 20px;
    height: 18px;
  }

  .credibility__header {
    width: 100%;
  }

  .credibility__header h2 {
    margin-bottom: 14px;
    font-size: 21px;
    line-height: 19px;
    letter-spacing: -0.35px;
  }

  .credibility__title-break {
    display: none;
  }

  .credibility__header p {
    margin-bottom: 16px;
    font-size: 9.5px;
    line-height: 15px;
  }

  .credibility__header > strong {
    margin-top: 19px;
    font-size: 9px;
    line-height: 13px;
  }

  .credibility__grid {
    width: 100%;
    margin-top: 18px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "experience team"
      "technical laboratory"
      "accreditations accreditations";
    column-gap: 22px;
    row-gap: 17px;
  }

  .credibility__grid::before {
    display: none;
  }

  .credibility__item {
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    border: 0;
    text-align: center;
  }

  .credibility__item--accreditations {
    width: 50%;
    justify-self: center;
  }

  .credibility__item img {
    width: 34px;
    height: 34px;
    margin-bottom: 6px;
  }

  .credibility__item h3 {
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 11px;
    letter-spacing: -0.05px;
  }

  .credibility__item p {
    font-size: 7.4px;
    line-height: 9px;
  }

  .credibility__footer {
    margin-top: 31px;
    text-align: left;
  }

  .credibility__footer p {
    margin-bottom: 25px;
    font-size: 9.5px;
    line-height: 15px;
  }

  .credibility__footer-break {
    display: none;
  }

  .credibility__button {
    width: 100%;
    min-height: 40px;
    font-size: 9px;
  }
}

@media (max-width: 430px) {
  .credibility__container {
    width: min(calc(100% - 74px), 252px);
  }

  .credibility__header h2 {
    font-size: 20px;
    line-height: 19px;
  }

  .credibility__grid {
    column-gap: 16px;
  }

  .credibility__item p {
    font-size: 7px;
    line-height: 8.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .credibility__button {
    transition: none;
  }
}


/* ==========================================================
   AJUSTES — SEÇÃO DE SOLUÇÕES
   ========================================================== */
.solutions__rail {
  left: 12px;
}

@media (max-width: 640px) {
  .solutions__header h2 {
    width: min(100%, 315px);
    max-width: 315px;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.2px;
  }

  .solutions__header h2 br {
    display: none;
  }
}

@media (max-width: 430px) {
  .solutions__header h2 {
    width: 100%;
    max-width: 300px;
    font-size: 18px;
    line-height: 18px;
  }
}

/* ==========================================================
   SEÇÃO 06 — CONTATO / FORMULÁRIO
   ========================================================== */
.contact-section {
  background: linear-gradient(180deg, #9f3133 0%, #951f23 100%);
  color: #ffffff;
  padding: 58px 0 59px;
}

.contact-section__container {
  width: min(calc(100% - 48px), var(--container));
  margin: 0 auto;
}

.contact-section__header {
  text-align: center;
}

.contact-section__header h2 {
  margin: 0 0 14px;
  color: #ffffff;
  font-family: var(--font-primary);
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.7px;
}

.contact-section__title-mobile {
  display: none;
}

.contact-section__header p {
  margin: 0 auto 12px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.contact-section__header strong {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.contact-form {
  width: 539px;
  max-width: 100%;
  margin: 48px auto 0;
  padding: 22px 27px 31px;
  border-radius: 3px;
  background: #ffffff;
  color: #202b40;
  box-shadow: 0 10px 21px rgba(59, 8, 11, 0.28);
}

.contact-form__heading {
  margin-bottom: 23px;
}

.contact-form__heading h3 {
  margin: 0 0 3px;
  color: #1e2b49;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

.contact-form__heading p {
  margin: 0;
  color: #8790a1;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.contact-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    "name company"
    "email phone"
    "city service"
    "message message";
  gap: 12px 10px;
}

.contact-field {
  display: block;
}

.contact-field--name { grid-area: name; }
.contact-field--company { grid-area: company; }
.contact-field--email { grid-area: email; }
.contact-field--city { grid-area: city; }
.contact-field--phone { grid-area: phone; }
.contact-field--service { grid-area: service; }
.contact-field--message { grid-area: message; }

.contact-field > span {
  display: block;
  margin-bottom: 6px;
  color: #20293d;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0.15px;
  text-transform: uppercase;
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  border: 1px solid #d7dce4;
  border-radius: 2px;
  outline: 0;
  background: #f8f9fb;
  color: #20293d;
  font: inherit;
  font-size: 12px;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.contact-field input {
    height: 40px;
    padding: 6px 8px;
    max-width: 230px;
}

.contact-field textarea {
  min-height: 63px;
  padding: 8px;
  resize: vertical;
}

.contact-field input:focus,
.contact-field textarea:focus {
  border-color: #BA001F;
  background: #ffffff;
  box-shadow: 0 0 0 2px rgba(186, 0, 31, 0.10);
}

.contact-form__submit {
  width: 100%;
  min-height: 44px;
  margin-top: 21px;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: #BA001F;
  color: #ffffff;
  font-family: var(--font-primary);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, filter 180ms ease;
}

.contact-form__submit:hover {
  transform: translateY(-1px);
  filter: brightness(1.06);
}

.contact-form__submit:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.72);
  outline-offset: 4px;
}

/* ==========================================================
   FOOTER
   ========================================================== */
.site-footer {
  background: #171717;
  color: rgba(255, 255, 255, 0.66);
}

.site-footer__container {
  width: min(calc(100% - 48px), var(--container));
  min-height: 374px;
  margin: 0 auto;
  padding: 62px 0 24px;
  display: grid;
  grid-template-columns: 390px 1fr 1fr 162px;
  grid-template-areas:
    "brand contact address links"
    "bottom bottom bottom bottom";
  column-gap: 74px;
  align-items: start;
}

.site-footer__brand { grid-area: brand; }
.site-footer__contact { grid-area: contact; }
.site-footer__address { grid-area: address; }
.site-footer__links { grid-area: links; }
.site-footer__bottom { grid-area: bottom; }

.site-footer__logo {
  width: 266px;
  max-width: 100%;
  height: auto;
  display: block;
}

.site-footer__brand > p {
  margin: 8px 0 67px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
  line-height: 18px;
}

.site-footer__socials {
  display: flex;
  gap: 11px;
}

.site-footer__social {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #414246;
  border-radius: 50%;
  color: #b8b8b8;
}

.site-footer__social svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.site-footer__column h3 {
  margin: 3px 0 23px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

.site-footer__column p {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.site-footer__column strong {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.68);
}

.site-footer__column a,
.site-footer__bottom a {
  color: inherit;
}

.site-footer__linkedin-title {
  margin-top: 27px !important;
  margin-bottom: 9px !important;
}

.site-footer__bottom {
  align-self: end;
  margin-top: 51px;
  padding-top: 18px;
  border-top: 1px solid #28292c;
  color: rgba(255, 255, 255, 0.40);
  font-size: 12px;
  line-height: 18px;
}

@media (max-width: 1180px) {
  .contact-section__container,
  .site-footer__container {
    width: min(calc(100% - 64px), 1040px);
  }

  .site-footer__container {
    grid-template-columns: 320px 1fr 1fr 150px;
    column-gap: 42px;
  }
}

@media (max-width: 900px) {
  .site-footer__container {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "brand brand"
      "contact address"
      "links links"
      "bottom bottom";
    row-gap: 36px;
  }

  .site-footer__brand > p {
    margin-bottom: 25px;
  }
}

@media (max-width: 640px) {
  .contact-section {
    padding: 27px 0 61px;
  }

  .contact-section__container {
    width: 100%;
  }

  .contact-section__header {
    width: calc(100% - 48px);
    margin: 0 auto;
  }

  .contact-section__header h2 {
    margin-bottom: 17px;
    font-size: 26px;
    line-height: 25px;
    letter-spacing: -0.55px;
  }

  .contact-section__title-desktop {
    display: none;
  }

  .contact-section__title-mobile,
  .contact-section__title-mobile > span {
    display: block;
  }

  .contact-section__title-mobile > span {
    white-space: nowrap;
  }

  .contact-section__header p {
    max-width: 338px;
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 18px;
  }

  .contact-section__header-break {
    display: none;
  }

  .contact-section__header strong {
    font-size: 14px;
    line-height: 18px;
  }

  .contact-form {
    width: calc(100% - 32px);
    margin-top: 31px;
    padding: 27px 20px 27px;
  }

  .contact-form__heading {
    margin-bottom: 29px;
  }

  .contact-form__heading h3 {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 18px;
  }

  .contact-form__heading p {
    font-size: 13px;
    line-height: 16px;
  }

  .contact-form__grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "name"
      "company"
      "email"
      "city"
      "phone"
      "service"
      "message";
    gap: 18px;
  }

  .contact-field > span {
    margin-bottom: 8px;
    font-size: 10px;
    line-height: 13px;
  }

  .contact-field input {
    height: 40px;
  }

  .contact-field textarea {
    min-height: 77px;
  }

  .contact-form__submit {
    min-height: 53px;
    margin-top: 29px;
    padding: 0 10px;
    font-size: 11px;
  }

  .site-footer__container {
    width: 100%;
    min-height: 770px;
    padding: 46px 28px 24px;
    display: block;
  }

  .site-footer__brand {
    text-align: center;
  }

  .site-footer__logo {
    width: 200px;
    margin: 0 auto;
  }

  .site-footer__brand > p {
    margin: 13px 0 26px;
    font-size: 13px;
    line-height: 18px;
  }

  .site-footer__socials {
    justify-content: flex-start;
    margin-bottom: 36px;
  }

  .site-footer__social {
    width: 35px;
    height: 35px;
  }

  .site-footer__column h3 {
    margin: 0 0 11px;
    font-size: 14px;
    line-height: 20px;
  }

  .site-footer__column p {
    margin: 0 0 31px;
    font-size: 14px;
    line-height: 25px;
  }

  .site-footer__linkedin-title {
    margin-top: 22px !important;
  }

  .site-footer__bottom {
    margin-top: 72px;
    padding-top: 0;
    border-top: 0;
    font-size: 12px;
  }
}

@media (max-width: 430px) {
  .contact-section__header {
    width: calc(100% - 44px);
  }

  .contact-section__header h2 {
    font-size: 25px;
    line-height: 25px;
  }

  .contact-section__title-mobile > span {
    white-space: nowrap;
  }

  .site-footer__container {
    padding-left: 28px;
    padding-right: 28px;
  }
}

@media (max-width: 360px) {
  .contact-section__header h2 {
    font-size: 22px;
    line-height: 23px;
  }

  .contact-section__title-mobile > span {
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-form__submit {
    transition: none;
  }
}

/* ==========================================================
   INTEGRAÇÕES — FORMULÁRIO / FEEDBACK
   ========================================================== */
.contact-form__honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.contact-form__status {
  min-height: 20px;
  margin: 12px 0 0;
  color: #25314b;
  font-family: var(--font-primary);
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
}

.contact-form__status.is-success {
  color: #19743a;
}

.contact-form__status.is-error {
  color: #BA001F;
}

.contact-form__submit[disabled] {
  cursor: wait;
  opacity: .72;
}



/* ==========================================================
   ANIMAÇÕES DE ENTRADA — LP
   ========================================================== */
.js .reveal {
  opacity: 0;
  transition:
    opacity 700ms cubic-bezier(.22, 1, .36, 1),
    transform 700ms cubic-bezier(.22, 1, .36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.js .reveal--up {
  transform: translate3d(0, 28px, 0);
}

.js .reveal--left {
  transform: translate3d(-32px, 0, 0);
}

.js .reveal--right {
  transform: translate3d(32px, 0, 0);
}

.js .reveal--scale {
  transform: translate3d(0, 18px, 0) scale(.965);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.button,
.experience__button,
.solutions__button,
.knowledge__button,
.credibility__button,
.contact-form__submit,
.site-footer__social {
  transition-property: transform, filter, box-shadow, background-color, border-color;
  transition-duration: 220ms;
  transition-timing-function: ease;
}

.button:hover,
.experience__button:hover,
.solutions__button:hover,
.knowledge__button:hover,
.credibility__button:hover,
.contact-form__submit:hover {
  transform: translateY(-3px);
}

.site-footer__social:hover {
  transform: translateY(-3px) scale(1.06);
}

.contact-field input,
.contact-field textarea {
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.contact-field input:focus,
.contact-field textarea:focus {
  outline: 0;
  border-color: rgba(186, 0, 31, .58);
  box-shadow: 0 0 0 3px rgba(186, 0, 31, .08);
  background: #fff;
}

.contact-form__status {
  transition: opacity 250ms ease, transform 250ms ease;
}

.contact-form__status.is-success,
.contact-form__status.is-error {
  animation: formStatusIn 420ms cubic-bezier(.22, 1, .36, 1) both;
}

@keyframes formStatusIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .js .reveal,
  .js .reveal--up,
  .js .reveal--left,
  .js .reveal--right,
  .js .reveal--scale,
  .contact-form__status.is-success,
  .contact-form__status.is-error {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }
}
