.smw-approach-accordion-wrapper {
  border-radius: 0;
  margin: 0 auto;
  box-sizing: border-box;
}

.smw-approach-title {
  font-weight: 700;
  font-size: 80px;
  line-height: 1em;
  letter-spacing: -1.6px;
  text-transform: uppercase;
  color: #f2e9ff;
  margin-bottom: 48px;
}

.smw-approach-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.smw-approach-item {
  background: #591ab5;
  border-radius: 24px;
  padding: 28px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

/* .smw-approach-item:hover {
  background: rgba(94, 27, 168, 0.9);
  transform: translateY(-2px);
}

.smw-approach-item.smw-active {
  background: rgba(94, 27, 168, 1);
} */

.smw-approach-header {
  display: flex;
  align-items: center;
  gap: 24px;
}

.smw-pillar-number {
  font-family: "ObviouslyNarrow" !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #9750ff;
  border-radius: 50%;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: -0.24px;
  text-transform: uppercase;
  color: #ffffff;
  flex-shrink: 0;
}
.seo-approach-accordion .smw-pillar-number {
  background-color: #2683b5;
}
.seo-approach-accordion .smw-approach-content p {
  max-width: 100%;
}
.smw-pillar-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 1em;
  text-transform: uppercase;
  color: #f2e9ff;
  margin: 0;
  padding: 0;
}

.smw-approach-content {
  margin-top: 20px;
  display: none;
  animation: smwSlideDown 0.3s ease;
}

.smw-approach-item.smw-active .smw-approach-content {
  display: block;
}

.smw-approach-content p {
  max-width: 403px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3em;
  letter-spacing: -0.32px;
  color: #f2e9ff;
  margin: 0;
  padding: 0;
}

@keyframes smwSlideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Design */
@media (max-width: 1200px) {
  .smw-approach-title {
    max-width: 431px;
    font-size: 64px;
  }
}

@media screen and (max-width: 768px) {
  .smw-approach-accordion-wrapper {
    /* padding: 30px 20px; */
    max-width: 100%;
  }

  .smw-approach-title {
    font-size: 48px;
    margin-bottom: 25px;
  }
  .smw-approach-list {
    gap: 14px;
  }
  .smw-approach-item {
    border-radius: 16px;
    padding: 18px 20px;
  }
  .smw-approach-header {
    /* align-items: self-start; */
    gap: 13px;
  }

  .smw-pillar-number {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }

  .smw-pillar-title {
    font-size: 24px;
  }

  .smw-approach-content {
    /* padding-left: 47px; */
    margin-top: 15px;
  }

  .smw-approach-content p {
    font-size: 15px;
  }
}

@media screen and (max-width: 480px) {
  .smw-approach-title {
    display: none;
    font-size: 28px;
    margin-bottom: 22px;
    letter-spacing: -0.7px;
  }

  .smw-approach-item {
    padding: 24px 22px 24px 24px;
  }

  .smw-approach-header {
    gap: 16px;
  }

  .smw-pillar-number {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }

  .smw-pillar-title {
    font-size: 20px;
  }

  .smw-approach-content {
    margin-top: 20px;
  }

  .smw-approach-content p {
    font-size: 16px;
  }
}

/* Tablet Landscape */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .smw-approach-accordion-wrapper {
    /* max-width: 450px; */
  }

  .smw-approach-title {
    font-size: 55px;
    margin-bottom: 30px;
  }
}

/* Desktop Large */
@media screen and (min-width: 1200px) {
  .smw-approach-accordion-wrapper {
    /* max-width: 400px; */
  }
}
