@import url('./google-translate-widget.css');

* {
  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;
}

body {
  margin: 0 auto;
  color: #e8e8eb;
  max-width: 430px;
}

.natal-chart {
  position: relative;
  padding: 50px 20px 70px;
}

.natal-chart__banner {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.natal-chart__text {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.natal-chart__subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 31px;
  margin-bottom: 24px;
}

.natal-chart-block {
  margin-bottom: 30px;
}

.natal-chart-main {
  padding-bottom: 100px;

  @media (min-width: 400px) {
    padding-bottom: 150px;
  }
}

.natal-chart-main__title {
  margin-bottom: 12px;
}

.natal-chart-main__subtitle {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 54px;
}

.gold {
  color: #f1ad5d;
  font-weight: 600;
}

.bold {
  font-weight: 600;
}

.natal-chart-main__list {
  display: flex;
  flex-direction: column;
  width: fit-content;
  gap: 6px;
}

.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-understand-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 12px;
}

.natal-chart-understand-item {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

.natal-chart-understand-item div {
  display: flex;
  align-items: center;
  height: 22px;
}

.natal-chart-understand-item img {
  flex-shrink: 0;
  width: 18px;
}

.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;
}

.general-tips-list {
  list-style: decimal;
  padding-left: 20px;

  display: flex;
  flex-direction: column;
  gap: 4px;
}

.general-tips-list span {
  display: block;
  margin-bottom: 4px;
}

.general-tips-list li::marker {
  color: #f1ad5d;
  font-weight: 600;
}

.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;
}
