/* Página: Manutenção de Sistemas */

.mnt-page {
  --mnt-space: 96px;
  --mnt-ink: #e8eef8;
  --mnt-muted: #94a3b8;
  --mnt-line: rgba(148, 163, 184, 0.16);
}

.mnt-page .eyebrow {
  color: #93c5fd;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.mnt-section {
  padding: var(--mnt-space) 0;
  color: #fff;
}

.mnt-lead {
  max-width: 58ch;
  color: var(--mnt-muted);
  margin: 0 0 48px;
  font-size: 16.5px;
  line-height: 1.65;
}

.mnt-lead--left {
  margin-left: 0;
}

.mnt-section h2,
.mnt-process h2,
.mnt-faq-section h2,
.mnt-cta h2 {
  margin: 10px 0 18px;
  font-size: clamp(28px, 3.4vw, 42px);
  letter-spacing: -0.035em;
  line-height: 1.15;
  font-weight: 800;
  max-width: 18ch;
}

.mnt-hero {
  background:
    radial-gradient(640px 320px at 82% 12%, rgba(37, 99, 235, 0.2), transparent 58%),
    linear-gradient(180deg, #050c18 0%, #071321 100%);
  color: #fff;
  padding: 48px 0 64px;
  overflow: hidden;
}

.mnt-hero-grid {
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  gap: 40px 48px;
  align-items: center;
}

.mnt-hero-copy h1 {
  margin: 8px 0 14px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 800;
  max-width: 14ch;
}

.mnt-hero-copy h1 em {
  color: #3b82f6;
  font-style: italic;
  font-weight: 700;
}

.mnt-hero-impact {
  margin: 0 0 18px;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.25;
  font-weight: 600;
  color: #bfdbfe;
  font-style: italic;
  max-width: 18ch;
}

.mnt-hero-lead {
  margin: 0 0 28px;
  max-width: 46ch;
  color: #cbd5e1;
  font-size: 16.5px;
  line-height: 1.65;
}

.mnt-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.mnt-hero-pills {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.mnt-hero-pills li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #cbd5e1;
  font-size: 13px;
  font-weight: 600;
}

.mnt-hero-pills svg {
  width: 16px;
  height: 16px;
  color: #60a5fa;
  flex-shrink: 0;
}

.mnt-hero-visual {
  overflow: hidden;
  border-radius: 18px;
  min-height: 420px;
}

.mnt-hero-visual img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: 58% 46%;
  display: block;
  transition: transform 0.5s ease;
}

.mnt-hero-visual:hover img {
  transform: scale(1.03);
}

.mnt-problems {
  background: #071321;
  border-top: 1px solid var(--mnt-line);
}

.mnt-problem-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 28px;
}

.mnt-problem {
  background: rgba(16, 32, 58, 0.72);
  border: 1px solid var(--mnt-line);
  border-radius: 18px;
  padding: 28px 26px 30px;
}

.mnt-problem h3 {
  margin: 0 0 10px;
  font-size: 18px;
  letter-spacing: -0.02em;
}

.mnt-problem p {
  margin: 0;
  color: var(--mnt-muted);
  font-size: 15px;
  line-height: 1.6;
}

.mnt-existing {
  background:
    radial-gradient(520px 280px at 88% 18%, rgba(37, 99, 235, 0.12), transparent 60%),
    #050c18;
}

.mnt-existing-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px 48px;
  align-items: stretch;
}

.mnt-existing p {
  max-width: 58ch;
  color: #cbd5e1;
  font-size: 16.5px;
  line-height: 1.7;
  margin: 0 0 18px;
}

.mnt-existing a {
  color: #93c5fd;
}

.mnt-note {
  padding: 18px 20px;
  border-left: 3px solid #2563eb;
  background: rgba(37, 99, 235, 0.08);
  border-radius: 0 12px 12px 0;
  color: #dbeafe !important;
}

.mnt-diag {
  background: #0b1728;
  border: 1px solid var(--mnt-line);
  border-radius: 20px;
  padding: 28px 28px 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.mnt-diag-kicker {
  margin: 0 0 18px !important;
  color: #93c5fd !important;
  font-size: 11px !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}

.mnt-diag-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.mnt-diag-steps li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  position: relative;
  padding: 14px 0 16px;
  border-top: 1px solid var(--mnt-line);
}

.mnt-diag-steps li:first-child {
  border-top: 0;
  padding-top: 0;
}

.mnt-diag-steps span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #60a5fa;
  padding-top: 2px;
}

.mnt-diag-steps h3 {
  margin: 0 0 4px;
  font-size: 16px;
  color: #fff;
}

.mnt-diag-steps p {
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: var(--mnt-muted) !important;
}

.mnt-diag-end {
  margin: auto 0 0 !important;
  padding-top: 16px;
  border-top: 1px solid var(--mnt-line);
  color: #93c5fd !important;
  font-size: 12px !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
}

.mnt-benefits {
  background: #071321;
  border-top: 1px solid var(--mnt-line);
}

.mnt-benefit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 48px;
}

.mnt-benefit-grid article {
  padding: 28px 0;
  border-top: 1px solid var(--mnt-line);
}

.mnt-benefit-grid h3 {
  margin: 0 0 10px;
  font-size: 20px;
}

.mnt-benefit-grid p {
  margin: 0;
  max-width: 42ch;
  color: var(--mnt-muted);
  font-size: 15.5px;
  line-height: 1.65;
}

.mnt-process {
  background: #f4f7fb;
  color: var(--navy-900);
  padding: var(--mnt-space) 0;
}

.mnt-process .eyebrow {
  color: var(--blue-600);
}

.mnt-process-lead {
  max-width: 62ch;
  color: var(--text-2, #475569);
  margin: 0 0 56px;
  font-size: 16.5px;
  line-height: 1.7;
}

.mnt-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px 32px;
}

.mnt-steps li {
  padding-top: 8px;
}

.mnt-steps span {
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--blue-600);
  margin-bottom: 14px;
}

.mnt-steps h3 {
  margin: 0 0 10px;
  font-size: 18px;
}

.mnt-steps p {
  margin: 0;
  color: var(--text-2, #475569);
  font-size: 14.5px;
  line-height: 1.65;
}

.mnt-ongoing {
  background: #050c18;
}

.mnt-ongoing-panel {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 40px 40px;
  align-items: center;
  background: linear-gradient(180deg, #10203a 0%, #0b1728 100%);
  border: 1px solid var(--mnt-line);
  border-radius: 24px;
  padding: 48px 52px;
}

.mnt-shield {
  width: 168px;
  height: 168px;
  margin: 0 auto;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #60a5fa;
  background: radial-gradient(circle at 50% 40%, rgba(96, 165, 250, 0.22), rgba(15, 23, 42, 0.4) 70%);
  border: 1px solid rgba(96, 165, 250, 0.28);
}

.mnt-shield svg {
  width: 72px;
  height: 72px;
}

.mnt-ongoing h2 {
  max-width: 14ch;
}

.mnt-ongoing p {
  max-width: 58ch;
  color: #cbd5e1;
  font-size: 16.5px;
  line-height: 1.7;
  margin: 0 0 22px;
}

.mnt-ongoing-list {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: grid;
  gap: 10px;
}

.mnt-ongoing-list li {
  position: relative;
  padding-left: 22px;
  color: #e2e8f0;
  font-size: 15px;
}

.mnt-ongoing-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3b82f6;
}

.mnt-faq-section {
  background: #f4f7fb;
  color: var(--navy-900);
  padding: var(--mnt-space) 0;
}

.mnt-faq-section .eyebrow {
  color: var(--blue-600);
}

.mnt-faq-layout {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 48px 64px;
  align-items: start;
}

.mnt-faq-intro p {
  max-width: 36ch;
  color: var(--text-2, #475569);
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.65;
}

.mnt-faq {
  display: grid;
  gap: 14px;
}

.mnt-faq-item {
  background: #fff;
  border: 1px solid var(--line, #dbe4f0);
  border-radius: 16px;
  padding: 6px 6px 6px 4px;
}

.mnt-faq-item h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 650;
}

.mnt-faq-item button {
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  color: inherit;
  font: inherit;
  font-weight: 650;
  cursor: pointer;
  padding: 16px 48px 16px 18px;
  position: relative;
}

.mnt-faq-item button::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--blue-600);
  border-bottom: 2px solid var(--blue-600);
  transform: translateY(-70%) rotate(45deg);
}

.mnt-faq-item button[aria-expanded="true"]::after {
  transform: translateY(-20%) rotate(225deg);
}

.mnt-faq-item button:focus-visible {
  outline: 2px solid var(--blue-600);
  outline-offset: 2px;
  border-radius: 10px;
}

.mnt-faq-item [role="region"] {
  padding: 0 18px 18px;
}

.mnt-faq-item [role="region"] p {
  margin: 0;
  color: var(--text-2, #475569);
  font-size: 15px;
  line-height: 1.65;
}

.mnt-cta {
  background:
    radial-gradient(560px 240px at 12% 0%, rgba(37, 99, 235, 0.18), transparent 55%),
    #050c18;
  color: #fff;
  padding: var(--mnt-space) 0;
}

.mnt-cta-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px 48px;
  align-items: stretch;
}

.mnt-cta-inner > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.mnt-cta p {
  max-width: 46ch;
  color: #cbd5e1;
  margin: 0 0 24px;
  font-size: 16.5px;
  line-height: 1.7;
}

.mnt-cta-panel {
  background: rgba(16, 32, 58, 0.72);
  border: 1px solid var(--mnt-line);
  border-radius: 20px;
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
}

.mnt-cta-panel-kicker {
  margin: 0 0 18px !important;
  color: #93c5fd !important;
  font-size: 11px !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}

.mnt-cta-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0;
  flex: 1;
}

.mnt-cta-panel li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px 12px 16px 28px;
  border-top: 1px solid var(--mnt-line);
  font-weight: 600;
  font-size: 15px;
  color: #e2e8f0;
  line-height: 1.4;
}

.mnt-cta-panel li:nth-child(-n+2) {
  border-top: 0;
  padding-top: 4px;
}

.mnt-cta-panel li:nth-child(odd) {
  padding-left: 22px;
}

.mnt-cta-panel li:nth-child(even) {
  border-left: 1px solid var(--mnt-line);
}

.mnt-cta-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background: #3b82f6;
}

.mnt-cta-panel li:nth-child(-n+2)::before {
  top: 50%;
}

@media (max-width: 1100px) {
  .mnt-steps {
    grid-template-columns: 1fr 1fr;
    gap: 36px 32px;
  }
}

@media (max-width: 960px) {
  .mnt-page {
    --mnt-space: 72px;
  }

  .mnt-hero-grid,
  .mnt-existing-grid,
  .mnt-ongoing-panel,
  .mnt-faq-layout,
  .mnt-cta-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .mnt-hero-visual,
  .mnt-hero-visual img {
    min-height: 0;
    height: 340px;
  }

  .mnt-hero-visual img {
    object-position: 64% 42%;
  }

  .mnt-ongoing-panel {
    padding: 36px 28px;
  }

  .mnt-hero-copy h1,
  .mnt-section h2,
  .mnt-process h2,
  .mnt-faq-section h2,
  .mnt-cta h2 {
    max-width: none;
  }
}

@media (max-width: 720px) {
  .mnt-page {
    --mnt-space: 56px;
  }

  .mnt-problem-grid,
  .mnt-benefit-grid,
  .mnt-steps {
    grid-template-columns: 1fr;
  }

  .mnt-hero {
    padding: 32px 0 40px;
  }

  .mnt-hero-visual img {
    height: 240px;
    object-position: 72% 40%;
  }

  .mnt-hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .mnt-benefit-grid article {
    padding: 22px 0;
  }

  .mnt-cta-panel ul {
    grid-template-columns: 1fr;
  }

  .mnt-cta-panel li,
  .mnt-cta-panel li:nth-child(odd),
  .mnt-cta-panel li:nth-child(even) {
    border-left: 0;
    padding-left: 22px;
  }

  .mnt-cta-panel li:nth-child(-n+2) {
    border-top: 1px solid var(--mnt-line);
    padding-top: 16px;
  }

  .mnt-cta-panel li:first-child {
    border-top: 0;
    padding-top: 4px;
  }

  .mnt-cta-panel li::before,
  .mnt-cta-panel li:nth-child(-n+2)::before {
    top: 1.35em;
  }

  .mnt-cta-panel li:first-child::before {
    top: 0.7em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mnt-hero-visual:hover img {
    transform: none;
  }
}
