﻿.internal-page {
  padding-top: var(--header-height);
  background: #f8fbff;
}

.internal-hero {
  padding: 76px 0 64px;
  color: #fff;
  background:
    linear-gradient(110deg, rgba(4, 49, 105, 0.96), rgba(12, 132, 186, 0.84)),
    url("../assets/images/shared/backgrounds/psm-painel-bg.jpg") center / cover no-repeat;
}

.internal-hero__eyebrow {
  display: block;
  margin-bottom: 12px;
  color: #8ee6cb;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.internal-hero h1 {
  max-width: 760px;
  font-size: clamp(2.25rem, 5vw, 4rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.internal-hero p {
  max-width: 700px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
  line-height: 1.7;
}

.internal-content {
  padding: 68px 0 88px;
}

.internal-content__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.internal-card {
  padding: 28px;
  border: 1px solid #deebf4;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(17, 78, 128, 0.08);
}

.internal-card h2,
.internal-card h3 {
  margin-bottom: 12px;
  color: var(--color-primary);
}

.internal-card p,
.internal-card li {
  color: #526579;
  font-size: 0.9rem;
  line-height: 1.7;
}

.internal-card ul {
  display: grid;
  gap: 8px;
  padding-left: 18px;
}

.internal-card__icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 14px;
  color: #168fd0;
  background: #e8f5fc;
  font-size: 1.3rem;
  font-weight: 800;
}

.internal-cta {
  margin-top: 30px;
  text-align: center;
}

.simple-footer {
  padding: 28px 0;
  color: #ffffff;
  background: #07366f;
  text-align: center;
  font-size: 0.84rem;
}

.simple-footer .container {
  margin-left: auto;
  margin-right: auto;
}

