/* Hero Section Styles */
.hero {
  background: #2c3e50; /* Unified Navy */
  color: #ffffff;
  text-align: center;
  padding: 100px 20px;
}

.hero h1 {
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 52px;
  margin-bottom: 15px;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
}

.hero h2 {
  font-family: Arial, sans-serif;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 25px;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.hero p {
  font-family: Arial, sans-serif;
  font-size: 20px;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto 25px auto;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

.cta-buttons {
  margin: 35px 0;
}

.btn-primary {
  background: #6FC3FF;
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  margin-right: 15px;
  transition: background 0.3s ease;
}

.btn-primary:hover {
  background: #A7DFFF;
}

.btn-secondary {
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease, color 0.3s ease;
}

.btn-secondary:hover {
  background: #ffffff;
  color: #2c3e50;
}

.impact-line {
  font-family: Arial, sans-serif;
  font-style: italic;
  font-size: 20px;
  margin-top: 40px;
}

/* Introduction Section Styles */
.introduction {
  background: #ffffff;
  color: #333333;
  padding: 100px 60px; /* consistent breathing space */
}

.introduction h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #6FC3FF; /* royal blue accent */
  text-align: center;
  margin-bottom: 40px;
}

.introduction p {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  max-width: 900px;
  margin: 20px auto;
  text-align: justify; /* allow words to breathe */
}

/* Ethical Foundation Section Styles */
.ethical-foundation {
  background: #ffffff;
  color: #333333;
  padding: 100px 60px;
}

.ethical-foundation h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #6FC3FF; /* royal blue accent */
  text-align: center;
  margin-bottom: 40px;
}

.ethical-foundation p {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  max-width: 900px;
  margin: 20px auto;
  text-align: justify;
}

/* Planned Pilot Studies Section Styles */
.pilot-studies {
  background: #F5FAFF;
  color: #333333;
  padding: 100px 60px;
}

.pilot-studies h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #6FC3FF; /* royal blue accent */
  text-align: center;
  margin-bottom: 40px;
}

.pilot-studies p {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  max-width: 900px;
  margin: 20px auto;
  text-align: justify;
}

/* Mission Section Styles */
.mission {
  background: #ffffff;
  color: #333333;
  padding: 100px 60px; /* more breathing space */
}

.mission h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #6FC3FF; /* unified accent */
  text-align: center;
  margin-bottom: 40px;
}

.mission h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #6FC3FF; /* accent glow */
  margin-top: 30px;
}

.mission p,
.mission ul {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  max-width: 900px;
  margin: 15px auto;
}

.mission ul {
  list-style-type: disc;
  padding-left: 40px;
}

.mission li {
  margin-bottom: 10px;
}

/* Investor Section Styles */
.investor {
  background: #F5FAFF;
  color: #333333;
  padding: 100px 60px;
}

.investor h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #6FC3FF;
  text-align: center;
  margin-bottom: 30px;
}

.investor h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #6FC3FF;
  margin-top: 25px;
}

.investor p,
.investor ul {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  max-width: 900px;
  margin: 15px auto;
}

.investor ul {
  list-style-type: disc;
  padding-left: 40px;
}

.investor li {
  margin-bottom: 10px;
}

.credibility-marker {
  font-style: italic;
  text-align: center;
  margin-top: 20px;
  color: #6FC3FF;
}

.transition {
  text-align: center;
  margin-top: 40px;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
}

/* Explore Partnerships Section Styles */
.partnerships {
  background: #ffffff;
  color: #333333;
  padding: 100px 60px;
}

.partnerships h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #6FC3FF;
  text-align: center;
  margin-bottom: 30px;
}

.partnerships p {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  max-width: 900px;
  margin: 15px auto;
}

.opportunities {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}

.card {
  background: #F5FAFF;
  border: 2px solid #6FC3FF;
  border-radius: 8px;
  padding: 30px;
  margin: 20px;
  flex: 1 1 280px;
  max-width: 300px;
  transition: box-shadow 0.3s ease;
}

.card:hover {
  box-shadow: 0 4px 12px rgba(111, 195, 255, 0.4);
}

.card h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #6FC3FF;
  margin-bottom: 10px;
}

.action-steps {
  margin-top: 50px;
}

.action-steps h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #6FC3FF;
  text-align: center;
  margin-bottom: 20px;
}

.action-steps ul {
  list-style-type: disc;
  padding-left: 40px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  max-width: 900px;
  margin: 0 auto;
}

.action-steps li {
  margin-bottom: 12px;
}

/* Contact Section Styles */
.contact {
  background: #F5FAFF;
  color: #333333;
  padding: 100px 60px;
  text-align: center;
}

.contact h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #6FC3FF;
  margin-bottom: 20px;
}

.contact p {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  margin: 10px auto;
  max-width: 700px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  margin: 30px auto;
  text-align: left;
}

.contact-form label {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  margin: 10px 0 5px;
}

.contact-form input,
.contact-form textarea {
  padding: 12px;
  border: 2px solid #6FC3FF; /* softened accent border */
  border-radius: 6px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #3FA9F5;
}

.btn-primary {
  background: #6FC3FF;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
  cursor: pointer;
}

.btn-primary:hover {
  background: #A7DFFF;
}

/* Footer Section Styles */
.footer {
  background: #2c3e50; /* Unified with Hero Navy */
  color: #ffffff;
  text-align: center;
  padding: 80px 40px;
}

.footer .location {
  font-weight: 600;
  margin-bottom: 12px;
}

.footer .copyright {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  margin-bottom: 12px;
}

.footer .closing-tagline {
  font-family: 'Raleway', sans-serif;
  font-style: italic;
  font-size: 18px;
  color: #6FC3FF; /* Accent glow consistent with Hero buttons */
}
