body {
  font-family: 'Orbitron', sans-serif;
  background: #0B0F1A;
  color: #E4E6EB;
  margin: 0;
  padding: 0;
}

.pro4-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 4em 5%;
  gap: 2em;
}

.left-content, .right-content {
  flex: 1 1 48%;
}

.left-content h2, .left-content h3, .left-content h4 {
  color: #00FFE0;
  margin-bottom: 1em;
}

.feature-list {
  list-style: none;
  padding: 0;
}

.feature-list li {
  margin: 0.6em 0;
  border-left: 4px solid #00FFE0;
  padding-left: 1em;
}

.info-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #131A2B;
  margin: 1.5em 0;
  border-radius: 10px;
  overflow: hidden;
}

.info-table th, .info-table td {
  padding: 1em;
  text-align: left;
  border-bottom: 1px solid #2A354D;
}

.info-table th {
  background: #1F2638;
  color: #00FFE0;
}

.cta-btn {
  background-color: #00FFE0;
  color: #0B0F1A;
  padding: 0.8em 1.4em;
  margin-right: 1em;
  margin-bottom: 1em;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

.cta-btn:hover {
  background-color: #00cbb5;
}

.roi-note {
  margin-top: 1.5em;
  font-size: 1.1em;
  color: #B8C1CC;
}

.mockup-wrapper {
  text-align: center;
  background: #131A2B;
  padding: 2em;
  border-radius: 10px;
  box-shadow: 0 0 20px #00FFE050;
}

.mockup-wrapper img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1em;
}

.edition.custom {
  font-size: 0.95em;
  color: #D1D5E0;
  font-style: italic;
}
