/* =============================================
   Community Solutions Section
   ============================================= */
.solution-community {
  padding: 120px 0;
  width: 100%;
  background-image:
    url("../assets/img/solutions-img.png"),
    url("../assets/img/solutions-bg.png");
  background-position:
    top 80% right,
    center center;
  background-size:
    700px 650px,
    cover;
  background-repeat: no-repeat, no-repeat;
}

.solution-community__header {
  max-width: 661px;
  margin-bottom: 50px;
}
.solution-community__header h2 {
  max-width: 548px;
}

.solution-community__title {
  color: #fff;
  font-family: var(--Face-Nobile, Nobile);
  font-size: 45px;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: 0.9px;
}

.solution-community__subtitle {
  color: #fff;
  font-family: var(--Face-Inter, Inter);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.solution-community__desc {
  display: flex;
  gap: 36px;

  color: #fff;
  font-family: var(--Face-Inter, Inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.solution-community__desc .first-section {
  display: flex;
  gap: 24px;
}

.solution-community__desc .desc-bold {
  font-size: 20px;
  font-weight: 500;
}

.solution-community__desc .desc-text {
  margin-left: 39px;
}

.solution-community__desc .hz {
  width: 1px;
  height: auto;
  background: #53b1fd;
}

.solution-community .btn-white {
  color: #1570ef !important;
  font-family: var(--Face-Inter, Inter) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  gap: 8px !important;
  max-width: 170px;
}

.solution-community .btn-white .discord {
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  background: #1570ef;
}

@media (min-width: 1600px) {
  .solution-community {
    margin: 0 auto;
    background-position:
      top 80% right 10%,
      center center;
  }
}
@media (min-width: 1680px) {
  .solution-community {
    margin: 0 auto;
    background-position:
      top 80% right 15%,
      center center;
  }
}

@media (min-width: 2560px) {
  .solution-community {
    margin: 0 auto;
    background-position:
      top 80% right 30%,
      center center;
  }
}
@media (min-width: 3840px) {
  .solution-community {
    margin: 0 auto;
    background-position:
      top 80% right 40%,
      center center;
  }
}
@media (max-width: 992px) {
  .solution-community {
    padding: 70px 12px;
  }

  .solution-community__title {
    font-size: 32px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.64px;
  }

  .solution-community__header h2 {
    max-width: 355px;
  }

  .solution-community__desc {
    flex-direction: column;
    gap: 20px;
  }

  .solution-community__desc .first-section {
    flex-direction: column;
  }

  .solution-community__desc .desc-text {
    margin-left: 0px;
  }

  .solution-community__desc .desc-bold {
    max-width: 188px;
  }

  .solution-community__desc .hz {
    width: 93px;
    height: 1px;
  }

  .solution-community .btn-white {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .solution-community {
    padding: 70px 12px;
    background-image:
      url(../assets/img/solutions-img-mobile.png),
      url(../assets/img/solutions-bg-mobile.png);
    background-position:
      right top 50px,
      center center,
      center center;
    background-size:
      350px 400px,
      cover;
    background-repeat: no-repeat, no-repeat;
  }
}
/* =============================================
   About W3P Solutions Section
   ============================================= */
.about-solution {
  padding: 56px 0;
}

.about-solution .about-section {
  display: flex;
  gap: 69px;
}

.about-section__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-section__title {
  color: #101828;
  font-family: var(--Face-Nobile, Nobile);
  font-size: 45px;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: 0.9px;
  max-width: 500px;
}

.about-section__desc {
  color: #667085;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.32px;
}

.about-section__desc span {
  font-weight: 700;
}

.about-section .about-img {
  padding: 55px 32.027px 54px 44.449px;
}

@media (max-width: 992px) {
  .about-solution {
    padding: 40px 12px;
  }

  .about-solution .about-section {
    flex-direction: column;
    gap: 24px;
  }

  .about-section__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 16px;
  }

  .about-section .about-img {
    padding: 0px;
  }
}

/* =============================================
   About W3P Solutions Section
   ============================================= */
.solution-delivers {
  padding: 56px 0;
  background: #f9fafb;
}

.solution-delivers__title {
  color: #101828;
  font-family: var(--Face-Nobile, Nobile);
  font-size: 45px;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: 0.9px;
}

.solution-delivers__section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.solution-delivers__section .section {
  display: flex;
  gap: 20px;
}

.solution-delivers__section .section .card-section {
  display: flex;
  padding: 47px 33px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
  border-radius: 32px;
  border: 1px solid #eaecf0;
  background: #fff;
  backdrop-filter: blur(10px);
}

.solution-delivers__section .section .card-section .card-section-title {
  color: #000;
  font-family: var(--Face-Nobile, Nobile);
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.solution-delivers__section .section .card-section .section-text div {
  display: flex;
  padding: 4px 0;
  align-items: center;
  gap: 8px;
  align-self: stretch;

  color: #475467;
  font-family: var(--Face-Inter, Inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

@media (max-width: 992px) {
  .solution-delivers {
    padding: 56px 12px;
  }

  .solution-delivers__title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
  }

  .solution-delivers__section {
    flex-direction: column;
  }

  .solution-delivers__section .section {
    flex-direction: column;
  }

  .solution-delivers__section .section .card-section .card-section-title {
    font-size: 20px;
    line-height: 24px;
  }
}

/* =============================================
   About W3P Solutions Section
   ============================================= */
.commission-structure {
  padding: 56px 0;
}

.commission-structure .commission-structure__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 48px;
}

.commission-structure__title {
  color: #101828;
  font-family: var(--Face-Nobile, Nobile);
  font-size: 45px;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: 0.9px;
}

.commission-structure-main {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.commission-structure-main .part-1 {
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-radius: 16px;
  background: #f7f8f9;
  backdrop-filter: blur(10px);
}

.commission-structure-main .part-1 .text-1 {
  color: #475467;
  font-family: var(--Face-Inter, Inter);
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.commission-structure-main .part-1 .text-2 {
  color: #475467;
  font-family: var(--Face-Inter, Inter);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.commission-structure-main .part-1 .text-2 b {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.commission-structure-main .part-2 {
  display: flex;
  gap: 16px;
}

.commission-structure-main .part-2 div {
  display: flex;
  padding: 24px;
  align-items: center;
  gap: 12px;
  flex: 1 0 0;
  border-radius: 16px;
  border: 1px solid #eaecf0;
  background: #f9fafb;

  color: #101828;
  font-family: var(--Face-Inter, Inter);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.commission-structure-main .part-2 div span {
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  border-radius: 13.333px;
  background: #eaecf0;
}

.commission-structure-main .payment-terms {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.commission-structure-main .payment-terms .title {
  color: #101828;
  font-family: var(--Face-Nobile, Nobile);
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.commission-structure-main .payment-terms .payment-terms__section {
  display: flex;
  justify-content: space-between;
}

.commission-structure-main .payment-terms .payment-terms__section div {
  display: flex;
  padding: 4px 0;
  align-items: center;
  gap: 8px;

  color: #475467;
  font-family: var(--Face-Inter, Inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

@media (max-width: 992px) {
  .commission-structure {
    padding: 20px 12px;
  }

  .commission-structure__title {
    font-size: 24px;
    line-height: 32px;
  }

  .commission-structure-main {
    gap: 20px;
  }

  .commission-structure-main .part-2 {
    flex-direction: column;
  }

  .commission-structure-main .payment-terms .payment-terms__section {
    flex-direction: column;
  }
}

/* =============================================
   Deal Registration Section
   ============================================= */
.deal-registration {
  position: relative;
  overflow: hidden;
  padding: 48px 40px 50px;
  background-image: url("../assets/img/contact-bg.png");
  background-size: 100% 100%;
  background-position: center;
}

.deal-registration .section-title {
  color: #fff;
  text-align: center;
  font-family: var(--Face-Nobile, Nobile);
  font-size: 45px;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: 0.9px;
  margin-bottom: 16px;
}

.deal-registration .section-description {
  color: #fff;
  text-align: center;
  font-family: var(--Face-Inter, Inter);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin: 40px 0;
}

.step-card {
  display: flex;
  padding: 20px 32px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
  height: 150px;
  border-radius: 16px;
  border: 1px solid #eaecf0;
  background: #eff8ff;
}

.step-number {
  border-radius: 100px;
  background: #2f80ed;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 13.5px 0 12.5px 0;
  justify-content: center;
  align-items: center;
  box-shadow:
    0 12px 16px -4px rgba(16, 24, 40, 0.08),
    0 4px 6px -2px rgba(16, 24, 40, 0.03);
  border: 4px solid #ffffff;
}

.step-card p {
  color: #3f4652;
  font-size: 20px;
  line-height: 1.45;
}

.step-card strong {
  font-weight: 700;
}

.discord-btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.discord-btn-wrapper .discord-btn {
  border-radius: 8px;
  background: #fff;
  backdrop-filter: blur(40px);
  text-decoration: none;
  display: flex;
  height: 60px;
  padding: 18px 24px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  transition: 0.3s ease;

  color: #1570ef;
  font-family: var(--Face-Inter, Inter);
  font-size: 18px;
  font-weight: 500;
}

.discord-btn-wrapper .discord-btn:hover {
  transform: translateY(-2px);
}

.discord-btn-wrapper .discord-btn .discord {
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  background: #1570ef;
}

a.handle {
  text-decoration: none !important;
  color: inherit;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

a.handle:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

@media (max-width: 992px) {
  .deal-registration {
    padding: 40px 12px;
  }

  .deal-registration .section-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
  }

  .steps-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .step-card {
    padding: 24px 18px;
  }

  .step-card p {
    font-size: 18px;
  }

  .discord-btn-wrapper {
    margin-top: 28px;
  }
}

/* =============================================
   Participation Requirement Section
   ============================================= */
.participation-section {
  padding: 72px 0 92px 0;
}

.participation-section .section-title {
  color: #1d2939;
  text-align: center;
  font-family: var(--Face-Nobile, Nobile);
  font-size: 45px;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: 0.9px;
  margin-bottom: 16px;
}

.participation-section .section-subtitle {
  color: #667085;
  text-align: center;
  font-family: var(--Face-Inter, Inter);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin: 58px 0 48px 0;
}

.social-card {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
  border-radius: 16px;
  border: 1px solid #eaecf0;
  background: #f9fafb;
}

.social-card h3 {
  color: #101828;
  text-align: center;
  font-family: var(--Face-Inter, Inter);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.social-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #1570ef;
  display: flex;
  align-items: center;
  justify-content: center;
}

.platform-name {
  color: #344054;
  text-align: center;
  font-family: var(--Face-Inter, Inter);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.handle {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 20px;
  border: 1px solid #e4ebf1;
  background: #fff;

  color: #1570ef !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.rules-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.rule-card {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 16px;
  border: 1px solid #eaecf0;
  background: #f9fafb;
}

.rule-card h3 {
  color: #344054;
  font-family: var(--Face-Inter, Inter);
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.rule-card .rule-card-list div {
  display: flex;
  padding: 4px 0;
  align-items: center;
  gap: 8px;
  align-self: stretch;

  color: #475467;
  font-family: var(--Face-Inter, Inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

@media (max-width: 992px) {
  .participation-section {
    padding: 40px 12px;
  }

  .participation-section .section-title {
    color: #1d2939;
    text-align: center;
    font-family: var(--Face-Inter, Inter);
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
  }

  .social-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 24px;
  }

  .rules-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .social-card {
    min-height: 200px;
    padding: 24px 18px;
  }

  .social-card h3 {
    font-size: 15px;
    margin-bottom: 24px;
  }

  .rule-card {
    padding: 22px 18px;
  }

  .rule-card h3 {
    font-size: 20px;
  }
}

/* =============================================
   How to Join Section
   ============================================= */
.join-section {
  position: relative;
  overflow: hidden;
  padding: 96px 0;

  background: url("../assets/img/how-to-join-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.join-section::before,
.join-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.join-section::before {
  width: 520px;
  height: 520px;
  right: -220px;
  top: -180px;
  background: radial-gradient(
    circle,
    rgba(64, 128, 255, 0.5) 0%,
    rgba(64, 128, 255, 0) 70%
  );
}

.join-section::after {
  width: 420px;
  height: 420px;
  left: -220px;
  bottom: -220px;
  background: radial-gradient(
    circle,
    rgba(92, 204, 255, 0.45) 0%,
    rgba(92, 204, 255, 0) 70%
  );
}

.join-section .section-title {
  color: #fff;
  text-align: center;
  font-family: var(--Face-Nobile, Nobile);
  font-size: 45px;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: 0.9px;
  margin-bottom: 16px;
}

.join-section .section-description {
  color: #fff;
  text-align: center;
  font-family: var(--Face-Inter, Inter);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.join-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 60px;
}

.join-card {
  position: relative;
  border-radius: 16px;
  padding: 24px;

  background: rgba(12, 17, 23, 0.56);
  border: 1px solid #475879;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.join-card h3 {
  color: #fff;
  text-align: center;
  font-family: var(--Face-Inter, Inter);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 22px;
}

.join-card ul {
  width: 100%;
  padding-left: 18px;
  margin-bottom: auto;
  list-style: disc;
}

.join-card ul li {
  color: #fff;
  font-family: var(--Face-Inter, Inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 8px;
}

.join-btn {
  width: 100%;
  background: #1570ef;
  color: #fff;
  text-decoration: none;
  text-align: center;

  padding: 14px 16px;
  border-radius: 8px;

  font-size: 15px;
  font-weight: 600;

  margin-top: auto;
  transition: 0.3s ease;
}

.join-btn:hover {
  background: #3c8cff;
  color: #ffffff !important;
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

@media (max-width: 992px) {
  .join-section {
    padding: 40px 12px;
  }

  .join-section .section-title {
    font-size: 34px;
    margin-bottom: 18px;
  }

  .join-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .join-btn {
    margin-top: 40px;
  }
}

/* =============================================
   Who is this For Section
   ============================================= */
.audience-section {
  padding: 56px 0;
  border-bottom: 1px solid #eaecf0;
  background: #f9fafb;
}

.audience-section .section-title {
  color: #1d2939;
  text-align: center;
  font-family: var(--Face-Nobile, Nobile);
  font-size: 45px;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: 0.9px;
  margin-bottom: 16px;
}

.audience-section .section-subtitle {
  color: #667085;
  text-align: center;
  font-family: var(--Face-Inter, Inter);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 44px;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.audience-card {
  padding: 32px 20px;
  border-radius: 16px;
  border: 1px solid #eaecf0;
  background: #fff;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.audience-card p {
  color: #101828;
  text-align: center;
  font-family: var(--Face-Inter, Inter);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 22px;
}

.lottie-wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .audience-section {
    padding: 56px 12px;
  }

  .audience-section .section-title {
    color: #1d2939;
    text-align: center;
    font-family: var(--Face-Inter, Inter);
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
  }

  .audience-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
