/* Página: Suporte de TI para Empresas */

.spt-page {
  --spt-space: 96px;
  --spt-ink: #0f172a;
  --spt-muted: #475569;
  --spt-line: #e2e8f0;
  --spt-soft: #f4f7fb;
  --spt-card: #ffffff;
}

.spt-page .eyebrow {
  color: var(--blue-600);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.spt-prevent .eyebrow,
.spt-prevent h2 {
  color: #fff;
}

.spt-prevent .eyebrow {
  color: #93c5fd;
}

.spt-section {
  padding: var(--spt-space) 0;
}

.spt-lead {
  max-width: 62ch;
  color: var(--spt-muted);
  margin: 0 0 40px;
  font-size: 16.5px;
  line-height: 1.7;
}

.spt-hero h1,
.spt-section h2,
.spt-prevent h2,
.spt-cta h2 {
  margin: 10px 0 18px;
  font-size: clamp(28px, 3.4vw, 42px);
  letter-spacing: -0.035em;
  line-height: 1.15;
  font-weight: 800;
  color: var(--spt-ink);
}

.spt-hero {
  background:
    radial-gradient(720px 380px at 88% 8%, rgba(37, 99, 235, 0.08), transparent 55%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  color: var(--spt-ink);
  padding: 48px 0 56px;
  overflow: hidden;
}

.spt-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px 48px;
  align-items: center;
}

.spt-hero-copy h1 {
  margin: 8px 0 18px;
  font-size: clamp(30px, 3.8vw, 46px);
  max-width: 14ch;
}

.spt-hero-copy h1 em {
  color: var(--blue-600);
  font-style: italic;
  font-weight: 700;
}

.spt-hero-lead {
  margin: 0 0 24px;
  max-width: 46ch;
  color: var(--spt-muted);
  font-size: 16.5px;
  line-height: 1.7;
}

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

.spt-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 13px 20px;
  font-weight: 600;
  font-size: 15px;
  color: var(--spt-ink);
  background: #fff;
  border: 1px solid #cbd5e1;
  transition: 0.2s ease;
}

.spt-btn-outline:hover {
  border-color: var(--blue-600);
  color: var(--blue-600);
}

.spt-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--spt-muted);
  font-size: 13.5px;
}

.spt-signals li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.spt-signals li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue-600);
  flex-shrink: 0;
}

.spt-hero-visual {
  min-width: 0;
}

.spt-stage {
  position: relative;
  min-height: 380px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 78% 30%, rgba(96, 165, 250, 0.18), transparent 42%),
    linear-gradient(145deg, #0b1a33 0%, #122847 52%, #0a1628 100%);
  overflow: hidden;
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.18);
}

.spt-desk {
  position: absolute;
  right: 18px;
  top: 36px;
  display: flex;
  gap: 10px;
  opacity: 0.55;
}

.spt-monitor {
  display: block;
  border-radius: 8px 8px 4px 4px;
  background: linear-gradient(180deg, #1e3a5f, #0f2744);
  border: 1px solid rgba(147, 197, 253, 0.25);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.spt-monitor--l {
  width: 118px;
  height: 78px;
}

.spt-monitor--r {
  width: 88px;
  height: 62px;
  margin-top: 16px;
}

.spt-panel {
  position: relative;
  z-index: 1;
  margin: 48px 28px 28px;
  max-width: 360px;
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: rgba(8, 18, 36, 0.92);
  border: 1px solid rgba(147, 197, 253, 0.18);
  color: #e2e8f0;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(8px);
}

.spt-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}

.spt-panel-head span {
  font-weight: 700;
  font-size: 15px;
  color: #fff;
}

.spt-panel-head small {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #93c5fd;
}

.spt-status {
  list-style: none;
  margin: 0;
  padding: 0;
}

.spt-status li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  font-size: 13.5px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

.spt-dot {
  font-style: normal;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.spt-dot::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
}

.spt-dot--ok {
  color: #34d399;
}

.spt-dot--watch {
  color: #60a5fa;
}

.spt-dot--busy {
  color: #fbbf24;
}

.spt-panel-foot {
  margin: 14px 0 0;
  font-size: 13px;
  line-height: 1.5;
  color: #94a3b8;
}

@media (prefers-reduced-motion: no-preference) {
  .spt-dot--ok::before,
  .spt-dot--busy::before {
    animation: spt-pulse 2.4s ease-in-out infinite;
  }
}

@keyframes spt-pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.45;
  }
}

.spt-problem-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.spt-problem-grid article,
.spt-types-grid article,
.spt-mode-grid article {
  background: var(--spt-card);
  border: 1px solid var(--spt-line);
  border-radius: 18px;
  padding: 22px 20px;
}

.spt-problem-grid h3,
.spt-types-grid h3,
.spt-mode-grid h3,
.spt-prevent-grid h3,
.spt-diff h3 {
  margin: 0 0 8px;
  font-size: 17px;
  letter-spacing: -0.02em;
  color: var(--spt-ink);
}

.spt-problem-grid p,
.spt-types-grid p,
.spt-mode-grid p,
.spt-prevent-grid p,
.spt-diff p,
.spt-vision-grid p,
.spt-limits-grid p,
.spt-cta p {
  margin: 0;
  color: var(--spt-muted);
  font-size: 15px;
  line-height: 1.65;
}

.spt-vision {
  background: var(--spt-soft);
}

.spt-vision-grid,
.spt-limits-grid,
.spt-faq-layout,
.spt-cta-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 36px 48px;
  align-items: start;
}

.spt-vision-grid h2 {
  max-width: 16ch;
}

.spt-diff {
  background: #fff;
  border: 1px solid var(--spt-line);
  border-radius: 22px;
  padding: 28px 26px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.spt-types-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 12px;
}

.spt-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.spt-chips li {
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--spt-soft);
  border: 1px solid var(--spt-line);
  font-size: 14px;
  color: var(--spt-ink);
}

.spt-steps {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 24px;
  position: relative;
}

.spt-steps li {
  min-width: 0;
}

.spt-steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--navy-900);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 14px;
}

.spt-steps h3 {
  margin: 0 0 8px;
  font-size: 17px;
  color: var(--spt-ink);
}

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

.spt-prevent {
  background:
    radial-gradient(700px 280px at 12% 0%, rgba(37, 99, 235, 0.22), transparent 55%),
    linear-gradient(180deg, var(--navy-950), var(--navy-850));
  color: #fff;
  padding: var(--spt-space) 0;
}

.spt-prevent h2 {
  color: #fff;
  max-width: 18ch;
}

.spt-prevent-lead {
  max-width: 62ch;
  margin: 0 0 40px;
  color: #cbd5e1;
  font-size: 16.5px;
  line-height: 1.7;
}

.spt-prevent-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.spt-prevent-grid li {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(147, 197, 253, 0.16);
  border-radius: 18px;
  padding: 22px 18px;
}

.spt-prevent-grid h3 {
  color: #fff;
}

.spt-prevent-grid p {
  color: #94a3b8;
}

.spt-mode-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.spt-limits-list {
  margin: 0;
  padding: 22px 24px;
  list-style: none;
  background: var(--spt-soft);
  border-radius: 22px;
  border: 1px solid var(--spt-line);
}

.spt-limits-list li {
  padding: 10px 0;
  border-bottom: 1px solid var(--spt-line);
  color: var(--spt-ink);
  font-size: 15px;
}

.spt-limits-list li:last-child {
  border-bottom: 0;
}

.spt-limits a {
  color: var(--blue-600);
}

.spt-faq-intro h2 {
  margin-bottom: 0;
}

.spt-faq-item {
  border-bottom: 1px solid var(--spt-line);
}

.spt-faq-item h3 {
  margin: 0;
  font-size: inherit;
}

.spt-faq-item button {
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  padding: 16px 36px 16px 0;
  font: inherit;
  font-weight: 700;
  font-size: 16px;
  color: var(--spt-ink);
  cursor: pointer;
  position: relative;
}

.spt-faq-item button::after {
  content: "";
  position: absolute;
  right: 6px;
  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);
}

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

.spt-faq-item button:focus-visible {
  outline: 2px solid var(--blue-600);
  outline-offset: 4px;
}

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

.spt-faq-item [role="region"] p {
  margin: 0;
  color: var(--spt-muted);
  font-size: 15px;
  line-height: 1.65;
  max-width: 58ch;
}

.spt-cta {
  padding: 0 0 var(--spt-space);
}

.spt-cta-inner {
  background: var(--spt-soft);
  border: 1px solid var(--spt-line);
  border-radius: 28px;
  padding: 36px 40px;
  align-items: center;
}

.spt-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

@media (max-width: 1100px) {
  .spt-problem-grid,
  .spt-types-grid,
  .spt-prevent-grid,
  .spt-steps {
    grid-template-columns: 1fr 1fr;
  }
}

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

  .spt-hero-grid,
  .spt-vision-grid,
  .spt-limits-grid,
  .spt-faq-layout,
  .spt-cta-inner {
    grid-template-columns: 1fr;
  }

  .spt-hero-copy h1 {
    max-width: none;
  }

  .spt-stage {
    min-height: 340px;
  }

  .spt-panel {
    margin: 36px 20px 20px;
  }

  .spt-cta-actions {
    justify-content: flex-start;
  }
}

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

  .spt-hero-actions,
  .spt-cta-actions {
    flex-direction: column;
  }

  .spt-hero-actions .btn,
  .spt-hero-actions .spt-btn-outline,
  .spt-cta-actions .btn,
  .spt-cta-actions .spt-btn-outline {
    width: 100%;
  }

  .spt-problem-grid,
  .spt-types-grid,
  .spt-prevent-grid,
  .spt-steps,
  .spt-mode-grid {
    grid-template-columns: 1fr;
  }

  .spt-stage {
    min-height: 0;
  }

  .spt-desk {
    display: none;
  }

  .spt-panel {
    max-width: none;
    margin: 16px;
  }

  .spt-cta-inner {
    padding: 28px 20px;
  }
}
