body {
  background-color: #fff;
}

p {
  margin: 0;
}

.s-money-page-wrap .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
  width: var(--swt_width);
  max-width: 100%;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .s-money-page-wrap .container {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .s-money-page-wrap .container {
    max-width: var(--swt_width);
  }
}

.s-money-page-wrap {
  background: var(--swt-gradient-3);
  padding-top: 2rem;
  border-radius: 50px 50px 0 0 ;
}

.s-money-page-hero {
  background: linear-gradient(45deg, #242c47, #264565);
  width: 95%;
  border-radius: 50px;
  padding: 4rem 1rem;
  margin: auto;
  position: relative;
  margin-bottom: 4rem;
}

.s-money-page-hero::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 25px solid #253653;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
}

.s-money-page-hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero-top {
  background-color: #4b577dd9;
  padding: 0.5rem 1rem 0.5rem 2.2rem;
  color: #fff;
  border-radius: var(--swt-radius-3);
  border: 1px solid #556188;
  position: relative;
}

.hero-top::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background-color: var(--swt-green);
  border-radius: 20px;
}

h1 {
  color: #fff;
  margin: 1rem 0;
  text-align: center;
}

.title-desc {
  color: var(--swt-text-4);
  width: 810px;
  max-width: 100%;
  text-align: center;
}

.hero-buttons {
  margin-top: 2rem;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.hero-buttons .why {
  color: #fff;
  background: var(--swt-gradient-1);
}

.hero-buttons .why i,
.hero-buttons .free i {
  color: #fff;
}

.hero-buttons .free {
  color: #fff;
  background: var(--swt-gradient-2);
}

.s-money-what-is {
  margin-bottom: 3rem;
}

.s-money-what-is-inner {
  background: #fff;
  border-radius: 32px;
  padding: 2.25rem;
}

.s-money-what-is-inner h2 {
  margin: 0;
  color: var(--swt-title);
  font-size: 2rem;
  line-height: 1.2;
}

.s-money-what-is-desc {
  margin-top: 0.9rem;
  max-width: 760px;
  color: var(--swt-text-3);
  line-height: 1.7;
}

.s-money-what-is-grid {
  margin-top: 1.6rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.s-money-what-card {
  background: #f8f9ff;
  border: 1px solid #e3e7f3;
  border-radius: 16px;
  padding: 1rem;
}

.s-money-what-card .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: #edf4ff;
  border: 1px solid #d7e7ff;
  color: #31a7d8;
  font-weight: 700;
  font-size: 0.95rem;
}

.s-money-what-card h3 {
  margin: 0.9rem 0 0.65rem;
  color: var(--swt-text);
  font-size: 1.2rem;
  line-height: 1.2;
}

.s-money-what-card p {
  color: var(--swt-text-3);
  line-height: 1.6;
}

.s-money-usage {
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
}

.s-money-usage-inner {
  background: var(--swt-gradient-2);
  border-radius: 32px;
  padding: 2.25rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.s-money-usage-inner::before {
  content: "";
  position: absolute;
  right: -140px;
  top: -140px;
  width: 320px;
  height: 320px;
  background: var(--swt-gradient-2);
  opacity: 0.12;
  border-radius: 50%;
  filter: blur(1px);
}

.s-money-usage-inner h2 {
  margin: 0;
  color: #fff;
  font-size: 1.9rem;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}

.s-money-usage-desc {
  margin-top: 0.9rem;
  max-width: 850px;
  color: #fff;
  line-height: 1.7;
  position: relative;
  z-index: 1;
}

.s-money-usage-steps {
  margin-top: 1.8rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  gap: 1rem;
  position: relative;
  z-index: 1;
}

.s-money-usage-step {
  background: transparent;
  border-radius: 18px;
  padding: 1rem;
  border: 1px solid #cab0d0;
}

.s-money-usage-step .step-head {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.s-money-usage-step .step-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: var(--swt-purple);
  font-weight: 700;
  font-size: 1rem;
  background-color: transparent;
}

.s-money-usage-step .step-badge i {
  color: #fff;
  font-size: 1.8rem;
}

.s-money-usage-step .step-badge svg {
  width: 28.8px;
  height: 28.8px;
}

.s-money-usage-step h3 {
  margin: 0;
  color: #fff;
  font-size: 1.15rem;
  line-height: 1.2;
}

.s-money-usage-step p {
  margin: 1rem 0;
  color: #fff;
  line-height: 1.6;
}

.s-money-usage-button {
  width: fit-content;
  border: none;
}

@media (max-width: 1100px) {
  .s-money-what-is-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .s-money-usage-steps {
    margin-top: 1.4rem;
  }
}

@media (max-width: 768px) {
  .s-money-what-is-inner {
    border-radius: 24px;
    padding: 1.4rem;
  }

  .s-money-what-is-inner h2 {
    font-size: 1.6rem;
  }

  .s-money-what-is-grid {
    grid-template-columns: 1fr;
  }

  .s-money-usage-inner {
    border-radius: 24px;
    padding: 1.4rem;
  }

  .s-money-usage-inner h2 {
    font-size: 1.55rem;
  }

  .s-money-usage::after {
    height: 18px;
  }

  .s-money-usage-steps::before {
    left: 14px;
  }

  .s-money-usage-step .step-badge {
    width: 30px;
    height: 30px;
    font-size: 0.9rem;
    flex-basis: 30px;
  }
}

.s-money-faq-inner {
  background-color: #fff;
  padding: 2.25rem;
  border-radius: var(--swt-radius-3);
}

.s-money-faq-inner h2 {
  margin: 0;
}

.s-money-faq-inner .s-money-faq-desc {
  margin: 1rem 0 2rem 0;
  width: 700px;
  max-width: 100%;
}

.s-money-faq-inner .s-money-faq-grid {
  display: flex;
  gap: 1.5rem;
}

.s-money-faq-inner .s-money-cta {
  border: 1px solid var(--swt-border-1);
  border-radius: var(--swt-radius-3);
  width: 27.333%;
  height: fit-content;
}

.s-money-faq-inner .right {
  width: 72.777%;
}