@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

.scasc-content-wrap {
  width: 100%;
  overflow-x: hidden;
  color: #18202f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.scasc-content-wrap,
.scasc-content-wrap div,
.scasc-content-wrap section,
.scasc-content-wrap article {
  box-sizing: border-box;
}

.scasc-content-wrap .scasc-section {
  position: relative;
  width: 100%;
}

.scasc-content-wrap .scasc-section-white {
  background: #ffffff;
}

.scasc-content-wrap .scasc-section-soft {
  background: linear-gradient(180deg, #fbfcf7 0%, #f5f8f1 100%);
}

.scasc-content-wrap .scasc-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.scasc-content-wrap .scasc-section-head {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.scasc-content-wrap .scasc-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #12843b;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.scasc-content-wrap .scasc-kicker::before,
.scasc-content-wrap .scasc-kicker::after {
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1db954, #21d07a);
}

.scasc-content-wrap h2 {
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.scasc-content-wrap .scasc-section-head p {
  margin: 16px auto 0;
  color: #5d6676;
  line-height: 1.7;
}

.scasc-content-wrap .scasc-grid {
  display: grid;
  align-items: stretch;
}

.scasc-content-wrap .scasc-card,
.scasc-content-wrap .scasc-trust-card {
  position: relative;
  height: 100%;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(29, 185, 84, 0.16);
  border-radius: 18px;
  box-shadow: 0 18px 46px rgba(17, 24, 39, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
  overflow: hidden;
}

.scasc-content-wrap .scasc-card::before,
.scasc-content-wrap .scasc-trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #1db954, #20c997, #16a34a);
  opacity: 0.95;
}

.scasc-content-wrap .scasc-card:hover,
.scasc-content-wrap .scasc-trust-card:hover {
  transform: translateY(-6px);
  border-color: rgba(29, 185, 84, 0.36);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.11);
}

.scasc-content-wrap .scasc-card h3,
.scasc-content-wrap .scasc-step-card h3,
.scasc-content-wrap .scasc-trust-card h3 {
  margin: 0;
  color: #141b2d;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}

.scasc-content-wrap .scasc-card p,
.scasc-content-wrap .scasc-step-card p,
.scasc-content-wrap .scasc-trust-card p {
  margin: 10px 0 0;
  color: #626c7b;
  line-height: 1.68;
}

.scasc-content-wrap .scasc-icon {
  display: inline-block;
  position: relative;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 15px;
  background: linear-gradient(135deg, #1db954, #18c77a);
  box-shadow: 0 14px 28px rgba(29, 185, 84, 0.24);
}

.scasc-content-wrap .scasc-icon::before,
.scasc-content-wrap .scasc-icon::after {
  content: "";
  position: absolute;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.92);
}

.scasc-content-wrap .scasc-icon-frame::before {
  inset: 12px;
  border: 2px solid #ffffff;
  background: transparent;
}

.scasc-content-wrap .scasc-icon-focus::before {
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px;
  border-radius: 50%;
}

.scasc-content-wrap .scasc-icon-sharp::before {
  width: 22px;
  height: 16px;
  left: 12px;
  top: 15px;
  transform: rotate(-10deg);
}

.scasc-content-wrap .scasc-icon-speed::before {
  width: 24px;
  height: 4px;
  left: 11px;
  top: 15px;
}

.scasc-content-wrap .scasc-icon-speed::after {
  width: 16px;
  height: 4px;
  left: 18px;
  top: 25px;
}

.scasc-content-wrap .scasc-icon-balance::before {
  width: 24px;
  height: 4px;
  left: 11px;
  top: 21px;
}

.scasc-content-wrap .scasc-icon-balance::after {
  width: 4px;
  height: 24px;
  left: 21px;
  top: 11px;
}

.scasc-content-wrap .scasc-icon-ready::before {
  width: 21px;
  height: 11px;
  left: 12px;
  top: 15px;
  border-radius: 2px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  background: transparent;
  transform: rotate(-45deg);
}

.scasc-content-wrap .scasc-steps {
  display: grid;
  grid-template-columns: 1fr;
}

.scasc-content-wrap .scasc-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(22, 163, 74, 0.16);
  border-radius: 20px;
  box-shadow: 0 18px 46px rgba(17, 24, 39, 0.07);
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.scasc-content-wrap .scasc-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(29, 185, 84, 0.34);
  box-shadow: 0 24px 62px rgba(17, 24, 39, 0.1);
}

.scasc-content-wrap .scasc-step-card::before {
  content: "";
  position: absolute;
  left: 37px;
  top: 74px;
  bottom: -26px;
  width: 2px;
  background: linear-gradient(180deg, rgba(29, 185, 84, 0.4), rgba(29, 185, 84, 0));
}

.scasc-content-wrap .scasc-step-card:last-child::before {
  display: none;
}

.scasc-content-wrap .scasc-step-number {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border-radius: 20px;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  background: linear-gradient(135deg, #1db954, #119f55);
  box-shadow: 0 16px 34px rgba(29, 185, 84, 0.26);
  z-index: 1;
}

.scasc-content-wrap .scasc-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #116530;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  background: linear-gradient(135deg, rgba(29, 185, 84, 0.13), rgba(32, 201, 151, 0.13));
  border: 1px solid rgba(29, 185, 84, 0.18);
}

.scasc-content-wrap .scasc-trust-card {
  text-align: left;
}

.scasc-content-wrap .scasc-trust-mark {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #ffffff 0 20%, transparent 21%), linear-gradient(135deg, #1db954, #20c997);
  box-shadow: 0 15px 30px rgba(29, 185, 84, 0.22);
}

.scasc-content-wrap .scasc-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.scasc-content-wrap .scasc-reveal.scasc-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 620ms ease, transform 620ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

@media (min-width: 320px) and (max-width: 374px) {
  .scasc-content-wrap .scasc-section {
    padding: 48px 0;
  }

  .scasc-content-wrap .scasc-container {
    padding: 0 14px;
  }

  .scasc-content-wrap h2 {
    font-size: 27px;
  }

  .scasc-content-wrap .scasc-section-head p {
    font-size: 15px;
  }

  .scasc-content-wrap .scasc-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }

  .scasc-content-wrap .scasc-card,
  .scasc-content-wrap .scasc-trust-card {
    padding: 24px;
  }

  .scasc-content-wrap .scasc-card h3,
  .scasc-content-wrap .scasc-step-card h3,
  .scasc-content-wrap .scasc-trust-card h3 {
    font-size: 18px;
  }

  .scasc-content-wrap .scasc-card p,
  .scasc-content-wrap .scasc-step-card p,
  .scasc-content-wrap .scasc-trust-card p {
    font-size: 14px;
  }

  .scasc-content-wrap .scasc-steps {
    gap: 16px;
    margin-top: 30px;
  }

  .scasc-content-wrap .scasc-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }

  .scasc-content-wrap .scasc-step-card::before {
    display: none;
  }

  .scasc-content-wrap .scasc-step-number {
    width: 60px;
    height: 60px;
    font-size: 17px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .scasc-content-wrap .scasc-section {
    padding: 54px 0;
  }

  .scasc-content-wrap .scasc-container {
    padding: 0 18px;
  }

  .scasc-content-wrap h2 {
    font-size: 30px;
  }

  .scasc-content-wrap .scasc-section-head p {
    font-size: 15.5px;
  }

  .scasc-content-wrap .scasc-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }

  .scasc-content-wrap .scasc-card,
  .scasc-content-wrap .scasc-trust-card {
    padding: 26px;
  }

  .scasc-content-wrap .scasc-card h3,
  .scasc-content-wrap .scasc-step-card h3,
  .scasc-content-wrap .scasc-trust-card h3 {
    font-size: 19px;
  }

  .scasc-content-wrap .scasc-card p,
  .scasc-content-wrap .scasc-step-card p,
  .scasc-content-wrap .scasc-trust-card p {
    font-size: 14.5px;
  }

  .scasc-content-wrap .scasc-steps {
    gap: 18px;
    margin-top: 34px;
  }

  .scasc-content-wrap .scasc-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px;
  }

  .scasc-content-wrap .scasc-step-card::before {
    display: none;
  }

  .scasc-content-wrap .scasc-step-number {
    width: 62px;
    height: 62px;
    font-size: 18px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .scasc-content-wrap .scasc-section {
    padding: 62px 0;
  }

  .scasc-content-wrap .scasc-container {
    padding: 0 22px;
  }

  .scasc-content-wrap h2 {
    font-size: 34px;
  }

  .scasc-content-wrap .scasc-section-head p {
    font-size: 16px;
  }

  .scasc-content-wrap .scasc-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }

  .scasc-content-wrap .scasc-card,
  .scasc-content-wrap .scasc-trust-card {
    padding: 28px;
  }

  .scasc-content-wrap .scasc-card h3,
  .scasc-content-wrap .scasc-step-card h3,
  .scasc-content-wrap .scasc-trust-card h3 {
    font-size: 20px;
  }

  .scasc-content-wrap .scasc-card p,
  .scasc-content-wrap .scasc-step-card p,
  .scasc-content-wrap .scasc-trust-card p {
    font-size: 15px;
  }

  .scasc-content-wrap .scasc-steps {
    gap: 20px;
    margin-top: 38px;
  }

  .scasc-content-wrap .scasc-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }

  .scasc-content-wrap .scasc-step-card::before {
    display: none;
  }

  .scasc-content-wrap .scasc-step-number {
    width: 66px;
    height: 66px;
    font-size: 19px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .scasc-content-wrap .scasc-section {
    padding: 76px 0;
  }

  .scasc-content-wrap .scasc-container {
    padding: 0 32px;
  }

  .scasc-content-wrap h2 {
    font-size: 42px;
  }

  .scasc-content-wrap .scasc-section-head p {
    font-size: 17px;
  }

  .scasc-content-wrap .scasc-grid-six,
  .scasc-content-wrap .scasc-grid-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }

  .scasc-content-wrap .scasc-card,
  .scasc-content-wrap .scasc-trust-card {
    padding: 30px;
  }

  .scasc-content-wrap .scasc-card h3,
  .scasc-content-wrap .scasc-step-card h3,
  .scasc-content-wrap .scasc-trust-card h3 {
    font-size: 21px;
  }

  .scasc-content-wrap .scasc-card p,
  .scasc-content-wrap .scasc-step-card p,
  .scasc-content-wrap .scasc-trust-card p {
    font-size: 15.5px;
  }

  .scasc-content-wrap .scasc-steps {
    gap: 22px;
    margin-top: 44px;
  }

  .scasc-content-wrap .scasc-step-card {
    gap: 24px;
    padding: 30px;
  }

  .scasc-content-wrap .scasc-step-number {
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .scasc-content-wrap .scasc-section {
    padding: 92px 0;
  }

  .scasc-content-wrap .scasc-container {
    padding: 0 34px;
  }

  .scasc-content-wrap h2 {
    font-size: 48px;
  }

  .scasc-content-wrap .scasc-section-head p {
    font-size: 18px;
  }

  .scasc-content-wrap .scasc-grid-six {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 50px;
  }

  .scasc-content-wrap .scasc-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 50px;
  }

  .scasc-content-wrap .scasc-card,
  .scasc-content-wrap .scasc-trust-card {
    padding: 32px;
  }

  .scasc-content-wrap .scasc-card h3,
  .scasc-content-wrap .scasc-step-card h3,
  .scasc-content-wrap .scasc-trust-card h3 {
    font-size: 22px;
  }

  .scasc-content-wrap .scasc-card p,
  .scasc-content-wrap .scasc-step-card p,
  .scasc-content-wrap .scasc-trust-card p {
    font-size: 16px;
  }

  .scasc-content-wrap .scasc-steps {
    gap: 24px;
    margin-top: 50px;
  }

  .scasc-content-wrap .scasc-step-card {
    gap: 28px;
    padding: 34px;
  }

  .scasc-content-wrap .scasc-step-number {
    font-size: 21px;
  }
}