body {
  background-color: #ffffff;
  color: #374151;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.overline {
  color: #dba558;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.display-50 {
  color: #111827;
  font-family: "Inter Tight", "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.5px;
}

.section-head {
  width: 624px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-head__title {
  color: #111827;
  font-family: "Inter Tight", "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.5px;
  margin-top: 12px;
}

.btn {
  display: inline-block;
  padding: 10px 16px;
  border: 0;
  border-radius: 8px;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.btn--lg {
  padding: 14px 20px;
  font-size: 16px;
}

.btn--block {
  display: block;
  width: 100%;
}

.btn--outline {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04), 0 1px 2px rgba(16, 24, 40, 0.04);
  color: #1f2937;
}
.btn--outline:hover {
  background-color: #f9fafb;
}

.btn--dark {
  background-color: #1e1e1e;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04), 0 1px 2px rgba(16, 24, 40, 0.04);
  color: #ffffff;
}
.btn--dark:hover {
  background-color: #000000;
}

.btn--light {
  background-color: #ffffff;
  box-shadow: 0 2px 6px rgba(16, 24, 40, 0.06);
  color: #000000;
}
.btn--light:hover {
  background-color: #f9fafb;
}

.btn--light-alt {
  background-color: #ffffff;
  box-shadow: 0 2px 6px rgba(16, 24, 40, 0.06);
  color: #1f1f1f;
}
.btn--light-alt:hover {
  background-color: #f9fafb;
}

.divider {
  height: 1px;
  background-color: #e5e7eb;
}

.icon-box {
  position: relative;
}

.icon-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
