.produtos {
  background-color: #ffffff;
}
.produtos__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 72px 32px 56px;
  text-align: center;
  background-color: #04363b;
}
.produtos__eyebrow {
  color: #fc861a;
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.produtos__heading {
  margin: 0;
  max-width: 42ch;
  color: #ffffff;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.25;
}
.produtos__subheading {
  margin: 0;
  max-width: 60ch;
  color: #cfe3e5;
  font-size: 1rem;
  line-height: 1.6;
}
.produtos__quote {
  margin: 8px 0 0;
  color: #fc861a;
  font-size: 1.05rem;
  font-weight: 700;
  font-style: italic;
}
.produtos__section {
  padding: 64px 32px;
}
.produtos__section--light {
  background-color: #f1f5f5;
}
.produtos__section--teal {
  background-color: #e5f5f6;
}
.produtos__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.produtos__section-eyebrow {
  display: block;
  margin-bottom: 8px;
  color: #fc861a;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
}
.produtos__section-title {
  margin: 0 0 12px;
  color: #04363b;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.produtos__section-intro {
  margin: 0 auto 40px;
  max-width: 70ch;
  color: #3d5c60;
  font-size: 0.95rem;
  line-height: 1.65;
  text-align: center;
}
.produtos__section-image {
  position: relative;
  width: 100%;
  max-height: 320px;
  margin-bottom: 40px;
  border-radius: 20px;
  overflow: hidden;
}
.produtos__section-image-picture {
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.produtos__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}
.produtos__card {
  padding: 24px 22px;
  border-radius: 16px;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
}
.produtos__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 14px;
  border-radius: 10px;
  background-color: #e5f5f6;
  color: #066d74;
}
.produtos__card-title {
  margin: 0 0 8px;
  color: #04363b;
  font-size: 0.98rem;
  font-weight: 700;
}
.produtos__card-text {
  margin: 0;
  color: #3d5c60;
  font-size: 0.85rem;
  line-height: 1.55;
}
.produtos__dimension-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-top: 32px;
}
.produtos__dimension-card {
  padding: 18px 20px;
  border-radius: 14px;
  background-color: #ffffff;
  border-left: 4px solid #066d74;
}
.produtos__dimension-label {
  display: block;
  margin-bottom: 4px;
  color: #066d74;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.produtos__dimension-title {
  margin: 0 0 6px;
  color: #04363b;
  font-size: 0.95rem;
  font-weight: 700;
}
.produtos__dimension-text {
  margin: 0;
  color: #3d5c60;
  font-size: 0.85rem;
  line-height: 1.5;
}
.produtos__finance-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}
.produtos__finance-card {
  padding: 26px 24px;
  border-radius: 16px;
  background-color: #f1f5f5;
}
.produtos__finance-title {
  margin: 0 0 10px;
  color: #04363b;
  font-size: 1.05rem;
  font-weight: 700;
}
.produtos__finance-text {
  margin: 0;
  color: #3d5c60;
  font-size: 0.88rem;
  line-height: 1.6;
}
.produtos__sub-title {
  margin: 0 0 20px;
  color: #04363b;
  font-size: 1.05rem;
  font-weight: 700;
  text-align: center;
}
.produtos__control-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 16px;
}
.produtos__control-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px 20px;
  border-radius: 14px;
  background-color: #e5f5f6;
}
.produtos__control-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background-color: #ffffff;
  color: #066d74;
}
.produtos__control-title {
  margin: 0 0 4px;
  color: #04363b;
  font-size: 0.9rem;
  font-weight: 700;
}
.produtos__control-text {
  margin: 0;
  color: #3d5c60;
  font-size: 0.82rem;
  line-height: 1.5;
}
.produtos__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 72px 32px;
  text-align: center;
  background-color: #04363b;
}
.produtos__cta-title {
  margin: 0;
  max-width: 40ch;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
}
.produtos__cta-button {
  padding: 14px 28px;
  border-radius: 999px;
  background-color: #fc861a;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 700;
  transition: background-color 0.15s ease;
}
.produtos__cta-button:hover {
  background-color: #e0740f;
}
