/* Espaçamento lateral global para textos e títulos */
.site-content-padded {
  padding-left: 16px;
  padding-right: 16px;
  max-width: 95vw;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .site-content-padded {
    padding-left: 32px;
    padding-right: 32px;
    max-width: 900px;
  }
}
@media (max-width: 575px) {
  .gradient-hero .position-relative {
    max-width: 95vw !important;
    width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .gradient-hero img.w-100 {
    max-width: 100% !important;
    height: auto !important;
    min-height: unset !important;
    max-height: 180px !important;
    object-fit: contain !important;
    border-radius: 1rem !important;
  }
}
.slide-content-padded .mb-3.d-inline-flex {
  white-space: nowrap;
  max-width: 100%;
}
@media (max-width: 575px) {
  .slide-content-padded .mb-3.d-inline-flex {
    font-size: 0.75rem !important;
    padding: 1px 2px !important;
    border-radius: 0.6rem !important;
    max-width: 98vw;
  }
  .slide-content-padded .mb-3.d-inline-flex i {
    font-size: 0.85rem !important;
  }
  .slide-content-padded .mb-3.d-inline-flex span {
    font-size: 0.75rem !important;
  }
}
@media (max-width: 575px) {
  .slide-content-padded .mb-3.d-inline-flex {
    font-size: 0.82rem !important;
    padding: 1px 4px !important;
    border-radius: 0.7rem !important;
    max-width: 95vw;
  }
  .slide-content-padded .mb-3.d-inline-flex i {
    font-size: 0.95rem !important;
  }
  .slide-content-padded .mb-3.d-inline-flex span {
    font-size: 0.82rem !important;
  }
}
.slide-content-padded {
  padding-left: 32px;
  padding-right: 32px;
}
.slide-content-padded .mb-3.d-inline-flex {
  font-size: 0.95rem;
  padding: 2px 10px !important;
  border-radius: 1rem !important;
}
.slide-content-padded .mb-3.d-inline-flex i {
  font-size: 1.1rem !important;
}
.slide-content-padded .mb-3.d-inline-flex span {
  font-size: 0.95rem !important;
}
.gradient-hero .destaque-hero,
.gradient-hero .destaque-hero-title,
.gradient-hero .hero-title,
.gradient-hero .hero-subtitle {
  padding-left: 32px;
  padding-right: 32px;
}
/* Modernização visual e efeitos interativos */
.cta-anim {
  animation: pulseCta 1.5s infinite alternate;
}
@keyframes pulseCta {
  0% { box-shadow: 0 0 0 0 rgba(34,197,94,0.3); }
  100% { box-shadow: 0 0 24px 8px rgba(34,197,94,0.18); }
}
.gradient-hero {
  background: linear-gradient(135deg, #e0e7ff 0%, #f3e8ff 100%);
  position: relative;
  overflow: hidden;
}
.gradient-hero::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(circle at 80% 20%, #6366f1 0%, transparent 60%);
  opacity: 0.12;
  pointer-events: none;
}
.feature-card {
  transition: transform 0.2s, box-shadow 0.2s;
}
.feature-card:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 8px 32px 0 rgba(99,102,241,0.18);
}
.icon-wrapper {
  transition: box-shadow 0.2s;
}
.icon-wrapper:hover {
  box-shadow: 0 4px 24px 0 rgba(99,102,241,0.25);
}
.carousel-inner {
  width: 100% !important;
  height: 350px !important;
}
.carousel-item {
  width: 100% !important;
  height: 100% !important;
}
.carousel-item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 1.5rem;
  background: #f8fafc;
  box-shadow: 0 8px 32px 0 rgba(99,102,241,0.15), 0 1.5px 8px 0 rgba(0,0,0,0.10);
  transition: transform 0.3s, box-shadow 0.3s;
}
.carousel-item img:hover {
  transform: scale(1.04) rotate(-1deg);
  box-shadow: 0 16px 48px 0 rgba(99,102,241,0.25), 0 2px 12px 0 rgba(0,0,0,0.13);
}

.feature-card {
  min-height: 340px;
  border: 1.5px solid #e5e7eb;
  background: #fff;
  box-shadow: 0 4px 24px 0 rgba(0,0,0,0.06);
  transition: transform 0.2s, box-shadow 0.2s;
}
.feature-card:hover {
  transform: translateY(-8px) scale(1.04);
  box-shadow: 0 12px 40px 0 rgba(99,102,241,0.18);
}
.feature-card .card-body {
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
}
.feature-card .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  width: 56px;
  height: 56px;
  border-radius: 0.75rem;
  box-shadow: 0 2px 12px 0 rgba(99,102,241,0.10);
  font-size: 1.7rem;
  background: #f3f4f6;
  transition: box-shadow 0.2s;
}
.feature-card .icon-wrapper:hover {
  box-shadow: 0 4px 24px 0 rgba(99,102,241,0.25);
}
.feature-card .icon-wrapper i {
  font-size: 1.7rem !important;
}
@media (max-width: 991.98px) {
  .feature-card { min-height: 0; }
  .feature-card .card-body { padding: 2rem 1.2rem; }
  .feature-card .icon-wrapper { width: 56px; height: 56px; font-size: 1.7rem; }
}

body {
  background: linear-gradient(to bottom, #f8fafc 0%, #fff 50%, #f8fafc 100%);
  min-height: 100vh;
}
.gradient-hero {
  background: linear-gradient(135deg, #e0e7ff 0%, #f3e8ff 100%);
}
.gradient-cta {
  background: linear-gradient(135deg, #2563eb 0%, #6366f1 50%, #a21caf 100%);
}
.gradient-footer {
  background: #f8fafc;
}
.rounded-xl { border-radius: 1rem !important; }
/* Destaque para botões CTA */
.cta-anim {
  animation: pulseCta 1.5s infinite alternate;
}
@keyframes pulseCta {
  0% { box-shadow: 0 0 0 0 rgba(34,197,94,0.3); }
  100% { box-shadow: 0 0 24px 8px rgba(34,197,94,0.18); }
}
.rounded-2xl { border-radius: 1.5rem !important; }
.bg-opacity-10 { background-color: rgba(13,110,253,0.10) !important; }
.me-n2 { margin-right: -0.5rem !important; }
.vr { width:2px; min-height:32px; background:#dee2e6; }
.timeline-item {
  border-left: 3px solid #0d6efd;
  padding-left: 2.5rem;
  margin-left: 1.25rem;
}
.timeline-number {
  left: -1.25rem;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .timeline-item { border-left: none; padding-left: 0; margin-left: 0; }
  .timeline-number { left: 0; }
}
.screenshot-placeholder {
  min-height: 260px;
  border: 2px dashed #dee2e6;
  background: #f8fafc;
}
.timeline-dot {
  transition: box-shadow 0.2s;
}
.timeline-line {
  border-radius: 2px;
}
@media (max-width: 991.98px) {
  .timeline-line { left: 20px !important; }
  .timeline-dot { left: 20px !important; }
}

.processo-timeline {
  position: relative;
  margin: 0 auto;
  max-width: 700px;
}
.processo-timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background: #e5e7eb;
  z-index: 0;
}
.processo-step {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 48px;
  position: relative;
  z-index: 1;
}
.processo-step.right {
  flex-direction: row-reverse;
}
.processo-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px 0 rgba(0,0,0,0.06);
  padding: 28px 28px 20px 28px;
  min-width: 320px;
  max-width: 340px;
  margin: 0 32px;
  border: 1.5px solid #e5e7eb;
}
.processo-step.right .processo-card {
  margin: 0 0 0 32px;
}
.processo-step.left .processo-card {
  margin: 0 32px 0 0;
}
.processo-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  position: absolute;
  left: 50%;
  top: 24px;
  transform: translate(-50%, 0);
  z-index: 2;
  box-shadow: 0 2px 12px 0 rgba(99,102,241,0.10);
  border: 5px solid #fff;
}
.processo-circle.step1 {
  background: linear-gradient(135deg, #1da1f2 0%, #6366f1 100%);
}
.processo-circle.step2 {
  background: linear-gradient(135deg, #a259f7 0%, #6366f1 100%);
}
.processo-circle.step3 {
  background: linear-gradient(135deg, #fbbf24 0%, #f59e42 100%);
  color: #fff;
  text-shadow: 0 1px 4px rgba(0,0,0,0.10);
}
.processo-circle.step4 {
  background: linear-gradient(135deg, #a259f7 0%, #f43f5e 100%);
}
.processo-circle.step5 {
  background: linear-gradient(135deg, #10b981 0%, #06b6d4 100%);
}
@media (max-width: 991.98px) {
  .processo-timeline::before { left: 24px; }
  .processo-step, .processo-step.right, .processo-step.left {
    flex-direction: column !important;
    align-items: flex-start;
  }
  .processo-card {
    margin: 0 0 0 56px !important;
    min-width: 0;
    width: 100%;
  }
  .processo-circle {
    left: 24px;
    top: 0;
    transform: none;
  }
}
.linha-gradiente {
  height: 4px;
  border: none;
  background: linear-gradient(90deg, #007cf0, #00dfd8);
  margin: 24px 0;
}
