.homepage{
  padding:0;
  background:#e8e8e8;
}
.page-wrapper{
  max-width:1200px;
  margin:0 auto;
  padding:1.5rem 1rem;
}
.content-column{
  max-width:900px;
}
.hero-intro{
  background:#fff;
  border-radius:8px;
  padding:1.5rem;
  margin-bottom:1.5rem;
  box-shadow:0 2px 4px rgba(0,0,0,0.1);
}
.hero-intro h1{
  color:#333;
  margin:0 0 1rem;
  font-size:1.8rem;
  line-height:1.3;
}
.hero-intro p{
  color:#444;
  line-height:1.7;
  margin:0 0 1rem;
}
.hero-image{
  margin:1.5rem auto;
  max-width:800px;
}
.hero-image img{
  width:100%;
  height:auto;
  border-radius:8px;
  display:block;
}
.hero-intro h2{
  color:#333;
  font-size:1.5rem;
  margin:2rem 0 0.5rem;
}
.section-card{
  background:#fff;
  border-radius:8px;
  padding:1.5rem;
  margin-bottom:1.5rem;
  box-shadow:0 2px 4px rgba(0,0,0,0.1);
}
.section-card h2{
  color:#333;
  font-size:1.4rem;
  margin:0 0 1rem;
}
.section-card h3{
  color:#444;
  font-size:1.15rem;
  margin:1.5rem 0 0.5rem;
}
.section-card p{
  color:#444;
  line-height:1.7;
  margin:0 0 1rem;
}
.section-card ul{
  margin:0 0 1rem;
  padding-left:1.5rem;
}
.section-card li{
  color:#444;
  line-height:1.7;
  margin:0.3rem 0;
}
.helper-note{
  background:#f0f7ff;
  padding:1rem;
  border-radius:6px;
  border-left:4px solid #0077b6;
}
.group-type{
  margin:1.5rem 0;
  padding-top:1rem;
  border-top:1px solid #eee;
}
.group-type:first-of-type{
  border-top:none;
  padding-top:0;
}
.group-type h3{
  margin-top:0;
}
.squad-layout{
  display:flex;
  gap:1.5rem;
  align-items:flex-start;
}
.squad-image{
  flex:0 0 300px;
  margin:0;
}
.squad-image img{
  width:100%;
  height:auto;
  border-radius:8px;
  display:block;
}
.squad-text{
  flex:1;
}
.squad-text p:last-child{
  margin-bottom:0;
}
@media(max-width:768px){
  .squad-layout{
    flex-direction:column;
  }
  .squad-image{
    flex:none;
    width:100%;
    max-width:400px;
  }
  .hero-intro h1{
    font-size:1.5rem;
  }
}
