.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.section {
  padding: 5rem 0;
  border-bottom: 1px solid #e5e5e5;
}

/* Hero */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(180deg, #2546ff 0%, #222c4f 100%);
}

.hero-title {
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
  color: #ffffff;
}

.hero-subtitle {
  font-size: 1.5rem;
  color: #acacac;
  margin-bottom: 3rem;
  font-weight: 300;
}

/* About */
.about-content { max-width: 800px; margin: 0 auto; }

.about-text {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #ffffff;
  margin-bottom: 1.5rem;
}
