body {
  font-family: Inter, Arial, sans-serif;
}
.section {
  padding: 120px 0;
}

.section.bg-light {
  background: #f8f9fb;
}

.section-title {
  font-size: 2.4rem;
  line-height: 1.3;
  margin-bottom: 30px;
}

.hero {
  min-height: 80vh;
  display: flex;
  align-items: center;
}

.hero img {
  transform: scale(1.05);
}

.card {
  border: none;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 20px 40px rgba(0,0,0,0.06);
}

h1, h2, h3 {
  letter-spacing: -0.5px;
}

p, li {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #444;
}