body {
  font-family: 'Segoe UI', sans-serif;
}

.hero {
  background: url('assets/media/images/servicos/criar_arquivo_city/criar_arquivos_city.png') no-repeat center center/cover;
  color: white;
  padding: 100px 0;
  text-shadow: 0 0 10px black;
}

.file-type-icon {
  font-size: 2rem;
  color: #0d6efd;
}

.ref-system-icon {
  font-size: 2rem;
  color: #20c997;
}

.section-title {
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-center-container {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}

.btn-ultramoderno {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  font-weight: bold;
  font-size: 1.1rem;
  color: #fff;
  background: linear-gradient(135deg, #ff9900, #ffcc00);
  border: none;
  border-radius: 50px;
  box-shadow: 0 0 15px rgba(255, 153, 0, 0.7), 0 0 30px rgba(255, 204, 0, 0.6);
  cursor: pointer;
  transition: all 0.35s ease;
  text-decoration: none;
}

.btn-ultramoderno:hover {
  background: linear-gradient(135deg, #ffcc00, #ff9900);
  transform: scale(1.05);
  box-shadow: 0 0 25px rgba(255, 153, 0, 0.85), 0 0 40px rgba(255, 204, 0, 0.8);
}

.btn-ultramoderno i {
  transition: transform 0.35s ease;
}

.btn-ultramoderno:hover i {
  transform: translateX(6px);
}

/* Codigo de como funciona */
.bg-gradient-modern {
  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
}

.timeline-modern {
  position: relative;
  padding-left: 30px;
  border-left: 4px solid rgba(255,255,255,0.2);
}

.timeline-modern .step {
  position: relative;
  margin-bottom: 40px;
  padding-left: 40px;
}

.timeline-modern .step .icon {
  position: absolute;
  left: -28px;
  top: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  box-shadow: 0 0 0 4px rgba(255,255,255,0.15);
}

.timeline-modern .step h5 {
  font-weight: bold;
  margin-bottom: 5px;
  color: #fff;
}

.timeline-modern .step p {
  color: rgba(255,255,255,0.8);
  font-size: 0.95rem;
}

.icon-secure {
  font-size: 2.5rem;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
}

/* Segurança */
.bg-secure-modern {
  background: radial-gradient(circle at top left, #1f1f1f, #121212);
}

.bg-gradient-services {
  background: linear-gradient(135deg, #000428, #004e92);
}

.btn-service-modern {
  display: inline-block;
  padding: 16px 32px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1rem;
  box-shadow: 0 8px 24px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-service-modern:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 12px 32px rgba(0,0,0,0.4);
  opacity: 0.9;
}
