*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: 140px;
}
[id] {
  scroll-margin-top: 140px;
}
body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #2F2454;
  background: #FFFFFF;
  overflow-x: hidden;
}
.container { width: 100%; max-width: 1360px; margin: 0 auto; padding: 0 40px; }
img { display: block; max-width: 100%; height: auto; }
a { text-decoration: none; color: inherit; transition: .3s ease; }
ul, ol { list-style: none; }
button { border: none; outline: none; background: none; cursor: pointer; font-family: inherit; }
input, textarea, select { font-family: inherit; outline: none; }
section, .section { position: relative; width: 100%; padding: 100px 0; }
.section-title { font-size: 48px; font-weight: 800; line-height: 1.15; color: #2F2454; margin-bottom: 20px; }
.section-description { max-width: 720px; font-size: 18px; font-weight: 400; line-height: 1.8; color: #666666; }
.mt-1 { margin-top: 8px; }
.mt-2 { margin-top: 16px; }
.mt-3 { margin-top: 24px; }
.mt-4 { margin-top: 32px; }
.mb-1 { margin-bottom: 8px; }
.mb-2 { margin-bottom: 16px; }
.mb-3 { margin-bottom: 24px; }
.mb-4 { margin-bottom: 32px; }

@media (max-width: 1200px) {
  .container { padding: 0 30px; }
  .section-title { font-size: 42px; }
}
@media (max-width: 992px) {
  html { scroll-padding-top: 96px; }
  [id] { scroll-margin-top: 96px; }
  section, .section { padding: 80px 0; }
  .container { padding: 0 24px; }
  .section-title { font-size: 36px; }
  .section-description { font-size: 17px; }
}
@media (max-width: 768px) {
  section, .section { padding: 70px 0; }
  .container { padding: 0 20px; }
  .section-title { font-size: 30px; }
  .section-description { font-size: 16px; line-height: 1.7; }
}
@media (max-width: 576px) {
  .container { padding: 0 16px; }
  .section-title { font-size: 26px; }
  .section-description { font-size: 15px; }
}