/* Companionary Website Stylesheet */
/* Author: Russ / Companionary LLC */
/* Date: May 2026 */

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: url("../images/background l.png") no-repeat center center fixed;
  background-size: cover;
  color: #f0f0f0;
}

/* Header */
header {
  text-align: center;
  padding: 20px;
}

.logo {
  width: 180px;
}

/* Hero Section */
.hero {
  position: relative;
  text-align: center;
  padding: 60px 20px;
}

.hero-img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  opacity: 0.4;
}

.hero-text {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cta {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  background-color: #ff007f;
  color: white;
  text-decoration: none;
  border-radius: 4px;
}

/* Contact Form */
.contact {
  text-align: center;
  padding: 40px 20px;
}

input, textarea {
  width: 80%;
  max-width: 400px;
  margin: 10px 0;
  padding: 10px;
  border: none;
  border-radius: 4px;
}

button {
  background-color: #ff007f;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  cursor: pointer;
}

/* Concept Section */
.concept {
  text-align: center;
  padding: 40px 20px;
}

.concept-img {
  width: 80%;
  max-width: 800px;
  border-radius: 8px;
  margin-top: 20px;
}

/* Footer */
footer {
  text-align: center;
  padding: 20px;
  font-size: 0.9em;
  color: #aaa;
}
