:root {
  --primary-color: #fff;
  --secondary-color: #000;
  --text-color: #fff;
  --accent-color: #efc695;
  --bg: #160b2b;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: var(--bg);
  margin: 26px 0 70px;
  color: var(--text-color);
}

h1 {
  color: var(--text-color);
  font-size: 34px;
  font-weight: 600;
  text-align: center;
}

.gold {
  color: var(--accent-color);
}

.gradient-card {
  background: linear-gradient(115.7deg, #563985 65.95%, #ea8fd4 95.95%);
  padding: 2px;
  border-radius: 14px;
  overflow: hidden;
}

.radial-gradient {
  background: radial-gradient(circle, rgba(70, 40, 97, 0.5) 40%, rgba(255, 255, 255, 0) 80%);
}

.main {
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding: 0 16px;
}

.banner {
  background-color: rgba(255, 255, 255, 0.8980392157);
  border: 1px solid #fff;
  border-radius: 14px;
  padding: 14px;
  width: 30%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}
.banner::after {
  content: "+";
  position: absolute;
  top: 14px;
  right: 14px;
  background-color: var(--primary-color);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(45deg);
  color: #4e4e5c;
}
.banner__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.banner__title {
  font-size: 12px;
  color: #5f5f73;
  font-weight: 500;
  text-transform: uppercase;
}
.banner__subtitle {
  font-size: 12px;
  color: #000000;
}
.banner__rate {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 12px;
  color: #5f5f73;
}
.banner__rate .rate__stars {
  display: flex;
  align-items: center;
  gap: 1px;
}

.gradient-btn {
  background: linear-gradient(105deg, #ea8fd4 3.42%, #81529c 38.65%, #ea8fd4 96.29%);
  width: 475px;
  padding: 2px;
  border-radius: 14px;
  overflow: hidden;
  color: var(--accent-color);
  text-decoration: none;
  font-size: 26px;
  font-weight: 600;
  box-shadow: 0px 4px 20px 0px rgba(150, 236, 255, 0.2509803922);
}
.gradient-btn .gradient-btn-wrapper {
  background: linear-gradient(91.03deg, #5e369b 0.54%, #101e5a 53.11%, #c153b9 98.64%);
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 15px;
}

.template {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  min-height: 100vh;
  overflow: hidden;
  background: linear-gradient(86.02deg, #563985 -4.23%, #ea8fd4 36.1%, #563985 91.03%);
  box-shadow: 0px 0px 60px 0px rgba(255, 36, 255, 0.2509803922);
  border-radius: 30px;
  padding: 2px;
}
.template .logo {
  max-width: 200px;
}
.template .logo img {
  width: 100%;
}
.template__wrapper {
  background-color: var(--bg);
  min-height: 100vh;
  border-radius: 30px;
}
.template .container {
  max-width: 760px;
  margin: 0 auto;
}
.template .section {
  padding: 16px;
}
.template .section-1 {
  background: linear-gradient(274.66deg, rgba(149, 84, 174, 0.8) -6.81%, rgba(94, 67, 144, 0.4) 16.74%, rgba(42, 25, 81, 0.634874) 45.1%, rgba(27, 21, 60, 0.8) 89.91%);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.template .section-1 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.template .section-1 {
  padding: 35px 16px 10px;
}
.template .section-1 p {
  font-size: 18px;
  text-align: center;
}
.template .section-1 .vector {
  background-color: #d9d9d9;
  width: 9px;
  height: 6px;
}
.template .section-1 .link {
  color: #6383ff;
  display: flex;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
}
.template .section-2 {
  padding: 50px 16px;
  position: relative;
}
.template .section-2 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.template .section-2 h2 {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 0.5rem;
}
.template .section-2 .cards {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  max-width: 475px;
}
.template .section-2 .cards .card {
  width: 196px;
  height: 90px;
  text-decoration: none;
}
.template .section-2 .cards .card__brand {
  background-color: #341c5c;
  padding: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  color: #474c52;
  font-size: 18px;
  font-weight: 600;
}
.template .section-2 .cards .card:last-child .card__brand:last-child {
  color: var(--accent-color);
  text-transform: uppercase;
}
.template .section-2 .cards .card.card-gold {
  background: linear-gradient(100.6deg, #885963 23.52%, #fdf7e2 55.77%, #f5d6c1 96.46%);
  box-shadow: 0px 0px 15px 0px #ef9593;
}
.template .section-2 .blue-text {
  color: #6383ff;
  text-align: center;
}
.template .section-2 .small-cards {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.template .section-2 .small-cards .small-card {
  color: var(--text-color);
  text-decoration: none;
}
.template .section-2 .small-cards .small-card .small-card-wrapper {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background-color: #462765;
  border-radius: 14px;
}
.template .section-2 .small-cards .small-card .small-card-wrapper .small-card-text {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
}
.template .section-3 {
  padding: 60px 16px;
}
.template .section-3 .big-card .big-card-wrapper {
  background: linear-gradient(104.65deg, rgba(33, 36, 84, 0.8) 1.95%, rgba(51, 33, 84, 0.8) 48.62%, rgba(84, 33, 79, 0.8) 98.51%);
  border-radius: 14px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.template .section-3 .big-card .big-card-title {
  background-color: #6383ff;
  color: #1b153c;
  font-weight: 500;
  font-size: 12px;
  border-radius: 20px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  min-width: 275px;
  text-align: center;
}
.template .section-3 .big-card .big-card-subtitle {
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4);
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}
.template .section-3 .big-card .big-card-bonus {
  text-shadow: 0px 3.77px 5.03px rgba(0, 0, 0, 0.4);
  color: var(--accent-color);
  font-size: 58px;
  font-weight: 700;
  text-align: center;
}
.template .section-3 .big-card .gradient-btn {
  width: auto;
}
.template .section-4 {
  background-color: rgba(5, 2, 24, 0.8);
  padding: 60px 16px 30px;
}
.template .section-4 .footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
}
.template .section-4 .footer__title {
  font-size: 18px;
  font-weight: 600;
  color: var(--accent-color);
}
.template .section-4 .footer__cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.template .section-4 .footer__card {
  padding: 1px;
}
.template .section-4 .footer__card-wrapper {
  display: flex;
  align-items: center;
  padding: 5px 14px 5px 0px;
  background-color: #231538;
  border-radius: 14px;
}
.template .section-5 {
  background-color: rgba(5, 2, 24, 0.8);
  padding: 50px 16px 40px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  text-align: center;
}

.template.faq-template {
  box-shadow: 0px 0px 142px 0px rgba(255, 36, 255, 0.62);
  margin-top: 44px;
  min-height: auto;
}
.template.faq-template .template__wrapper {
  background-color: #1b153c;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  min-height: auto;
}
.template.faq-template .gradient-btn {
  margin: 0 auto;
}
.template.faq-template .faq {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.template.faq-template .faq .faq__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
  text-align: center;
}
.template.faq-template .faq button {
  font-family: "Poppins", sans-serif;
}
.template.faq-template .faq .faq__item {
  background: linear-gradient(105deg, #ea8fd4 3.42%, #81529c 38.65%, #ea8fd4 96.29%);
  border-radius: 14px;
  overflow: hidden;
  padding: 2px;
}
.template.faq-template .faq .faq__item-wrapper {
  background-color: #140729;
  border-radius: 14px;
}
.template.faq-template .faq .faq__question {
  color: var(--accent-color);
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}
.template.faq-template .faq .faq__icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: transform 0.35s ease;
}
.template.faq-template .faq .faq__item.active .faq__icon {
  transform: rotate(270deg);
}
.template.faq-template .faq .faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 24px;
}
.template.faq-template .faq .faq__answer p {
  margin: 0;
  padding-bottom: 20px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  line-height: 24px;
}
.template.faq-template .faq .faq__item.active .faq__answer {
  max-height: 300px;
  padding: 0 24px;
}

@media (max-width: 768px) {
  body {
    margin: 16px 0 16px;
  }
  .banner {
    width: 100%;
  }
  .gradient-btn {
    width: 100%;
    font-size: 22px;
  }
  .gradient-btn .gradient-btn-wrapper {
    gap: 0.5rem;
  }
  .template .section-2 {
    padding: 40px 16px;
  }
  .template .section-2 .cards {
    max-width: 100%;
    gap: 5px;
  }
  .template .section-2 .cards .card {
    width: 150px;
  }
  .template .section-2 .cards .card img {
    width: 80%;
  }
  .template .section-2 .small-cards {
    width: 100%;
  }
  .template .section-3 {
    padding: 40px 16px;
    background-color: rgba(19, 12, 56, 0.8);
  }
  .template .section-3 .big-card .big-card-wrapper {
    padding: 40px 16px;
  }
  .template .section-3 .big-card .big-card-bonus {
    line-height: 57px;
    margin-bottom: 30px;
  }
  .template .section-3 .big-card .gradient-btn {
    width: 100%;
  }
  .template .section-4 {
    padding: 40px 16px 24px;
  }
  .template .section-5 {
    padding: 24px 16px 40px;
  }
  .template.faq-template {
    margin-top: 0;
  }
  .template.faq-template .template__wrapper {
    padding: 16px;
  }
}