* {
  box-sizing: border-box;
}

html {
  background: #181a26;
  font-family: 'IBM Plex Sans', serif;
  font-optical-sizing: auto;
  font-style: normal;
}

h1,
h2 {
  font-family: 'Orelega One', serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}

h3,
p {
  margin: 0;
}

h1 {
  font-size: 46px;
  line-height: 46px;
}

h2 {
  font-size: 28px;
  line-height: 30px;
}

ul {
  padding-left: 0;
}

body {
  margin: 0 auto;
  color: #e8e8eb;
  max-width: 430px;
}

.natal-chart-container {
  padding: 0 20px;
}

.natal-chart-footer {
  padding-bottom: 70px;
}

.natal-chart__text {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.natal-chart__subtitle {
  margin-bottom: 6px;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 31px;
}

.natal-chart__key-questions {
  margin-bottom: 24px;
  color: #c5c3de;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 22px;
}

.natal-chart-block {
  margin-bottom: 30px;
}

.natal-chart-main {
  position: relative;
  margin-bottom: 16px;
  padding: 73px 0 39px;
  background: url('../images/banner.png') bottom right/cover no-repeat;
}

.natal-chart-main__title {
  margin-bottom: 6px;
  font-weight: 400;
  font-size: 40px;
  background: linear-gradient(90deg, #f1ad5d 0%, #f7ad93 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.natal-chart-main__subtitle {
  max-width: 241px;
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 16px;
}

.gold {
  color: #f1ad5d;
  font-weight: 600;
}

.bold {
  font-weight: 600;
}

.natal-chart-main__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.natal-chart-main__item p {
  max-width: 172px;
}

.natal-chart-main__list li::before {
  content: '';
  display: inline-block;
  min-width: 18px;
  height: 18px;
  margin-right: 6px;
  background: url('../images/check.png') center center/cover no-repeat;
}

.natal-chart-main__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}
.natal-chart-main__item img {
  width: 18px;
  flex-shrink: 0;
}
.natal-chart-main__item p {
  font-size: 15px;
  line-height: 22px;
  font-style: italic;
}

.natal-chart-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 22px;
  list-style-type: none;
}
.natal-chart-list.purple-checkmark li::before {
  content: '';
  display: inline-block;
  min-width: 18px;
  height: 18px;
  margin-right: 6px;
  background: url('../images/check2.png') center center/cover no-repeat;
}
.natal-chart-list.gold-checkmark li::before {
  content: '';
  display: inline-block;
  min-width: 16px;
  height: 16px;
  margin-right: 6px;
  background: url('../images/check.png') center center/cover no-repeat;
}
.natal-chart-list.disc {
  list-style-type: disc;
}

.natal-chart-list-item {
  display: flex;
}

.natal-chart-img-block {
  margin-bottom: 22px;
}
.natal-chart-img-block img {
  width: 100%;
  display: block;
  border-radius: 12px;
  margin-bottom: 12px;
}

.natal-chart-content-block {
  margin-bottom: 22px;
}
.natal-chart-content-block > h3 {
  font-family: 'Orelega One';
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 12px;
}

.gold-wrapper {
  background: #b5763233;
  padding: 16px;
  border-radius: 8px;
}
.gold-wrapper h3 {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 8px;
}

.natal-chart-signature {
  margin: 30px 0;
}
.natal-chart-signature h3 {
  font-family: 'IBM Plex Sans', serif;
  text-align: right;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
.natal-chart-signature img {
  width: 127px;
  margin-left: auto;
  display: block;
  margin-top: 8px;
}

.cta-block {
  position: relative;
  overflow: hidden;
  padding: 20px 16px;
  background: #252940;
  border-radius: 8px;
  z-index: 2;
}
.cta-block::after {
  content: '';
  position: absolute;
  width: 58px;
  height: 58px;
  left: 291px;
  top: -21px;

  background: #6a3cfa;
  opacity: 0.5;
  filter: blur(30px);
  z-index: -1;
}
.cta-block::before {
  content: '';
  position: absolute;
  width: 82px;
  height: 82px;
  left: -47px;
  top: 6px;

  background: #f1ac5d;
  opacity: 0.5;
  filter: blur(30px);

  z-index: -1;
}

.cta-block-head {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #e8e8eb0d;
}
.cta-block-head img {
  display: block;
  flex-shrink: 0;
  width: 54px;
  margin-right: 10px;
}
.cta-block-head-text h3 {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 4px;
}
.cta-block-head-text p {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
}

.cta-block-head-guide {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 12px;
}

.cta-block-head-button {
  display: block;
  text-align: center;
  text-decoration: none;

  background: #6a3cfa;

  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;

  border-radius: 8px;
  color: #e8e8eb;
  padding: 12px 0;
  margin-top: 24px;
}

.disclaimer {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 110%;

  color: #6a729f;
  margin-top: 10px;
  text-align: center;
}
