/* Page-local styles for solucoes.html. */

.solutions-page {
  overflow: hidden;
  background: var(--color-paper);
  color: var(--color-moss);
}

.solutions-callout {
  padding: 68px 0 66px;
}

.solutions-callout__panel {
  width: min(100% - 180px, 1320px);
  min-height: 420px;
  display: grid;
  place-items: center;
  margin-inline: auto;
  padding: 54px 76px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(59, 65, 38, 0.045), rgba(247, 247, 245, 0.94)),
    var(--color-paper);
  box-shadow: 7px 10px 4px 2px rgba(209, 209, 209, 0.9);
  text-align: center;
}

.solutions-callout h1 {
  max-width: 1080px;
  margin: 0;
  color: var(--color-moss);
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 4.02vw, 64px);
  font-weight: 400;
  line-height: 1.34;
}

.solutions-callout strong {
  font-weight: 800;
}

.solutions-callout p {
  max-width: 880px;
  margin: 22px 0 34px;
  color: var(--color-moss);
  font-size: clamp(1rem, 1.14vw, 18px);
  font-weight: 500;
  line-height: 1.5;
}

.solutions-callout__button,
.tech-product__button {
  min-height: 34px;
  padding-inline: 18px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1;
}

.solutions-tech {
  padding-bottom: 88px;
}

.solutions-tech > h2 {
  margin: 0 0 64px;
  color: var(--color-moss);
  font-family: var(--font-display);
  font-size: clamp(2.9rem, 4vw, 62px);
  font-weight: 600;
  line-height: 1.12;
  text-align: center;
}

.tech-product,
.tech-band__inner,
.solutions-green-card {
  width: min(100% - 112px, 1420px);
  margin-inline: auto;
}


.tech-product {
  display: grid;
  grid-template-columns: minmax(300px, 0.94fr) minmax(430px, 1.12fr) minmax(300px, 0.94fr);
  align-items: center;
  gap: 56px;
  min-height: 570px;
  margin-bottom: 96px;
}

.tech-product__main {
  min-width: 0;
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 520px;
  padding-inline: 32px;
  border-inline: 1px solid rgba(59, 65, 38, 0.35);
  text-align: center;
}

.tech-product__main h3,
.tech-band__content h3 {
  margin: 0;
  color: var(--color-moss);
  font-family: var(--font-display);
  font-size: clamp(2rem, 2.35vw, 42px);
  font-weight: 700;
  line-height: 1.18;
}

.tech-product__main p,
.tech-band__subtitle {
  margin: 12px 0 30px;
  color: var(--color-moss);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

.tech-product__main img {
  width: 100%;
  max-width: 500px;
  max-height: 340px;
  margin-bottom: 30px;
  object-fit: contain;
  filter: drop-shadow(0 16px 15px rgba(35, 44, 28, 0.12));
}

.tech-product--flowsense .tech-product__main img {
  max-width: 480px;
  transform: scale(1.12);
}

.tech-product--syringe .tech-product__main img {
  max-width: 560px;
  transform: scale(1.13);
}

.tech-product__side {
  display: flex;
  flex-direction: column;
  color: var(--color-moss);
  font-size: 13px;
  line-height: 1.5;
}

.tech-product__side h3,
.tech-product__side h4,
.tech-band__content h4 {
  margin: 0 0 16px;
  color: var(--color-moss);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.tech-product__side p + h4,
.tech-product__side ul + h4 {
  margin-top: 26px;
}

.tech-product__side p,
.tech-band__content p {
  margin: 0;
}

.tech-product__side ul,
.tech-band__content ul {
  padding-left: 16px;
  margin: 0;
}

.tech-product__side li,
.tech-band__content li {
  margin-bottom: 4px;
}

.tech-product__side li:last-child,
.tech-band__content li:last-child {
  margin-bottom: 0;
}

.tech-product__ruled-list {
  width: 100%;
  padding: 0;
  list-style: none;
}

.tech-product__ruled-list li {
  min-height: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding: 8px 14px;
  border: 1px solid rgba(59, 65, 38, 0.48);
  border-bottom: 0;
}

.tech-product__ruled-list li:last-child {
  border-bottom: 1px solid rgba(59, 65, 38, 0.48);
}

.tech-product__applications {
  margin-top: 38px;
  text-align: center;
}

.tech-product__applications h4 {
  margin-bottom: 10px;
}

.tech-band {
  position: relative;
  width: 100%;
  margin: 74px 0 96px;
  background: #d9d9d9;
  box-shadow: 0 8px 16px rgba(35, 44, 28, 0.12);
}

.tech-band::before,
.tech-band::after {
  position: absolute;
  left: 50%;
  z-index: -1;
  width: min(100% - 112px, 1160px);
  height: 58px;
  content: "";
  border-radius: 22px;
  background: rgba(217, 217, 217, 0.38);
  transform: translateX(-50%);
}

.tech-band::before {
  top: -18px;
}

.tech-band::after {
  bottom: -18px;
}

.tech-band__inner {
  display: grid;
  grid-template-columns: minmax(480px, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 78px;
  min-height: 500px;
  padding-block: 64px;
}

.tech-band__media {
  min-height: 380px;
  display: grid;
  place-items: center;
}

.tech-band__media img {
  width: 100%;
  max-height: 390px;
  object-fit: contain;
  filter: drop-shadow(0 16px 16px rgba(35, 44, 28, 0.16));
}

.tech-band--flowtemp .tech-band__media img {
  max-width: 690px;
  transform: scale(1.1);
}

.tech-band--dashboard .tech-band__media img {
  max-width: none;
}

.dashboard-preview {
  position: relative;
  width: min(100%, 760px);
  min-height: 390px;
  display: grid;
  align-items: end;
  justify-items: center;
  margin-inline: auto;
}

.tech-band--dashboard .dashboard-preview__laptop {
  width: min(100%, 730px);
  max-height: 420px;
  justify-self: center;
  object-fit: contain;
  transform: scale(1.16);
  transform-origin: bottom center;
}

.tech-band--dashboard .dashboard-preview__phone {
  position: absolute;
  right: 4%;
  bottom: 58px;
  width: 112px;
  max-height: none;
  transform: translateX(2px);
  filter: drop-shadow(0 14px 15px rgba(35, 44, 28, 0.2));
}

.tech-band__content {
  min-width: 0;
  padding-left: 64px;
  border-left: 1px solid rgba(59, 65, 38, 0.35);
  color: var(--color-moss);
  font-size: 13px;
  line-height: 1.58;
}

.tech-band--dashboard .tech-band__content {
  padding-left: 0;
  padding-right: 64px;
  border-right: 1px solid rgba(59, 65, 38, 0.35);
  border-left: 0;
}

.tech-band__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  margin: 34px 0 28px;
}

.tech-band__columns p {
  max-width: 340px;
}

.solutions-green-card {
  position: relative;
  min-height: 260px;
  margin-top: 104px;
  padding: 34px 60px 34px 280px;
  border-radius: 18px;
  background: linear-gradient(135deg, #213d1c, #1b3317);
  color: var(--color-paper);
  box-shadow: 0 18px 34px rgba(35, 44, 28, 0.18);
}

.solutions-green-card img {
  position: absolute;
  left: -28px;
  bottom: -32px;
  width: 335px;
  max-width: none;
  filter: drop-shadow(0 18px 18px rgba(0, 0, 0, 0.24));
}

@media (max-width: 980px) {
  .solutions-callout__panel,
  .tech-product,
  .tech-band__inner,
  .solutions-green-card {
    width: min(100% - 40px, 1120px);
  }

  .solutions-callout {
    padding-block: 44px;
  }

  .solutions-callout__panel {
    min-height: 0;
    padding: 42px 28px;
  }

  .tech-product,
  .tech-band__inner,
  .solutions-green-card {
    grid-template-columns: 1fr;
  }

  .tech-product {
    gap: 24px;
    margin-bottom: 56px;
  }

  .tech-product__main {
    min-height: 0;
    padding-block: 28px;
    border-block: 1px solid rgba(59, 65, 38, 0.26);
    border-inline: 0;
  }

  .tech-product__side {
    font-size: 13px;
  }

  .tech-band {
    margin-block: 48px;
  }

  .tech-band__inner {
    gap: 20px;
    padding-block: 36px;
  }

  .tech-band__content,
  .tech-band--dashboard .tech-band__content {
    padding: 28px 0 0;
    border-top: 1px solid rgba(59, 65, 38, 0.26);
    border-right: 0;
    border-left: 0;
  }

  .tech-band__media {
    min-height: 230px;
  }

  .dashboard-preview {
    min-height: 260px;
  }

  .tech-band--dashboard .dashboard-preview__laptop {
    width: min(100%, 540px);
  }

  .tech-band--dashboard .dashboard-preview__phone {
    right: 8%;
    bottom: 46px;
    width: 86px;
  }

  .solutions-green-card {
    min-height: 190px;
    padding: 32px 28px;
  }

  .solutions-green-card img {
    position: static;
    width: min(100%, 260px);
    justify-self: center;
  }
}

@media (max-width: 640px) {
  .solutions-tech > h2 {
    margin-bottom: 40px;
    font-size: 2.35rem;
  }

  .solutions-callout h1 {
    font-size: 2.15rem;
  }

  .tech-product__main h3,
  .tech-band__content h3 {
    font-size: 1.75rem;
  }

  .tech-band__columns {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .tech-product__main img,
  .tech-band__media img {
    max-height: 240px;
    transform: none !important;
  }

  .dashboard-preview {
    min-height: 230px;
  }

  .tech-band--dashboard .dashboard-preview__laptop {
    width: 92%;
    max-height: none !important;
  }

  .tech-band--dashboard .dashboard-preview__phone {
    right: 0;
    bottom: 20px;
    width: 64px;
    max-height: none !important;
  }

  .solutions-green-card {
    min-height: 0;
  }
}
