/* Product typography and a separate line for every characteristic. */
#solucoes .products-heading {
  display: block;
  margin-bottom: 48px;
}
#solucoes .products-heading .eyebrow {
  margin: 0 0 20px;
  max-width: none;
  font-size: .75rem;
}
#solucoes .products-heading h2 {
  font-size: clamp(3.25rem, 5.3vw, 4.5rem);
  line-height: 1.06;
  letter-spacing: -.015em;
  margin: 0;
}
#solucoes .products-heading .products-subtitle {
  max-width: none;
  margin: 15px 0 0;
  font-size: clamp(1.375rem, 2.4vw, 2rem);
  line-height: 1.4;
  color: var(--blue-dark);
  font-weight: 600;
}
#solucoes .products-heading .products-intro {
  max-width: 780px;
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.8;
}
.products-intro span { display: block; }
#solucoes .solutions-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
#solucoes .solution-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 640px;
  padding: 30px 27px 26px;
}
#solucoes .card-top {
  gap: 20px;
  width: 100%;
  margin: 0 0 27px;
}
#solucoes .card-top > span {
  font-size: .75rem;
  line-height: 1.6;
  letter-spacing: .08em;
}
#solucoes .card-top svg { width: 34px; height: 34px; flex-shrink: 0; }
#solucoes .solution-card h3 {
  min-height: 0;
  font-size: clamp(2.5rem, 3.4vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: -.012em;
  margin: 0 0 15px;
}
#solucoes .solution-card .product-subtitle {
  font-size: 1rem;
  line-height: 1.65;
  color: var(--muted);
  margin: 0 0 25px;
  min-height: 5em;
}
#solucoes .product-lines {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
  border-top: 1px solid var(--line);
}
#solucoes .product-lines li {
  position: relative;
  padding: 13px 0 13px 19px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.65;
}
#solucoes .product-lines li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 24px;
  width: 5px;
  height: 5px;
  background: var(--blue);
}
#solucoes .solution-card .text-link {
  margin-top: auto;
  padding-block: 12px;
  width: 100%;
  font-size: .875rem;
}
#solucoes .featured .product-subtitle { color: #e7f4fb; }
#solucoes .featured .product-lines,
#solucoes .featured .product-lines li { border-color: #ffffff40; }
#solucoes .featured .product-lines li { color: white; }
#solucoes .featured .product-lines li::before { background: white; }
@media (max-width: 1199px) {
  #solucoes .solutions-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
  #solucoes .solution-card { padding: 32px; }
  #solucoes .solution-card h3 { font-size: 2.75rem; }
}
@media (max-width: 600px) {
  #solucoes .products-heading { margin-bottom: 32px; }
  #solucoes .products-heading h2 { font-size: 3.125rem; }
  #solucoes .products-heading .products-subtitle { font-size: 1.375rem; margin-top: 16px; }
  #solucoes .products-heading .products-intro { line-height: 1.7; margin-top: 20px; }
  .products-intro span + span { margin-top: 7px; }
  #solucoes .solution-card { padding: 25px; }
  #solucoes .card-top { margin-bottom: 22px; gap: 15px; }
  #solucoes .card-top > span { font-size: .75rem; }
  #solucoes .solution-card h3 { font-size: 2.5rem; }
  #solucoes .product-lines li { padding-block: 12px; }
  #solucoes .product-lines li::before { top: 23px; }
}
@media (max-width: 360px) {
  #solucoes .products-heading h2 { font-size: 2.75rem; }
  #solucoes .solution-card { padding: 22px; }
  #solucoes .solution-card h3 { font-size: 2.25rem; }
}

@media (max-width:700px){#solucoes .solutions-grid{grid-template-columns:1fr;max-width:500px;margin-inline:auto}#solucoes .solution-card{min-height:0}#solucoes .solution-card .product-subtitle{min-height:0}}
@media print{#solucoes .solution-card{min-height:0;break-inside:avoid}}
