body {
  margin: 0;
  font-family: Arial, sans-serif;
  color: #ffffff;
  background: #1a1a1a;
}

.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-header {
  padding: 20px 40px;
  display: flex;
  align-items: center;
}


.logo-text {
  font-size: 28px;
  font-weight: bold;
}


/* RPBytes hero */
.hero {
  padding: 20px 20px 80px;
  text-align: center;
}

.hero-title {
  font-size: 56px;
  margin-bottom: 24px;
  line-height: 1.1;
}

.hero-subtitle {
  font-size: 30px;
  max-width: 780px;
  margin: 0 auto;
  opacity: 0.85;
}

/* Full-width product sections */
.product-section {
  width: 100%;
  padding: 80px 20px 80px;
  box-sizing: border-box;
}


.product-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.product-title {
  font-size: 32px;
  margin-bottom: 16px;
}

.product-description {
  font-size: 18px;
  max-width: 780px;
  margin: 0 auto 24px auto;
  opacity: 0.9;
  line-height: 1.5;

}

/* Alternating backgrounds */
.product-hephaestus {
  background: #f5f5f5;
  color: #000;
}

.product-next {
  background: #ffffff;
  color: #000;
}

/* CTA button */
.cta-button {
  margin-top: 20px;
  display: inline-block;
  padding: 14px 28px;
  background: #0078ff;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 18px;
  font-weight: bold;
}

.cta-button:hover {
  background: #005fcc;
}

/* Footer */
.site-footer {
  text-align: center;
  padding: 20px;
  margin-top: auto;
  opacity: 0.7;
  font-size: 14px;
}
