.sst-page {
  background: linear-gradient(180deg, #f8f4ff 0%, #f4efff 100%);
  color: #34105f;
  overflow: hidden;
}

.sst-page .container {
  max-width: 1200px;
}

/* HERO */
.sst-hero {
  padding: 90px 0 70px;
  position: relative;
  background:
    radial-gradient(circle at top left, rgba(144, 92, 230, 0.18), transparent 30%),
    radial-gradient(circle at right center, rgba(176, 123, 255, 0.18), transparent 35%),
    linear-gradient(180deg, #f8f3ff 0%, #f3ebff 100%);
}

.sst-tag,
.sst-section-mini {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(111, 54, 205, 0.12);
  color: #6a2fc3;
  font-size: 0.92rem;
  font-weight: 700;
  border: 1px solid rgba(111, 54, 205, 0.12);
}

.sst-hero-content h1,
.sst-section-heading h2,
.sst-benefits-content h2,
.sst-final-box h2 {
  font-size: 2.7rem;
  line-height: 1.12;
  font-weight: 800;
  color: #43157b;
  margin: 18px 0 18px;
}

.sst-hero-content p,
.sst-section-heading p,
.sst-note,
.sst-benefits-content p,
.sst-final-box p,
.sst-card p,
.sst-list-box li,
.sst-feature-card p,
.sst-step-card p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #6b5b88;
}

.sst-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

/* BOTÕES */
.btn-sst-primary,
.btn-sst-outline {
  min-height: 56px;
  padding: 14px 28px;
  border-radius: 16px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease;
}

.btn-sst-primary {
  background: linear-gradient(135deg, #6f36cd 0%, #9b66f3 100%);
  color: #fff;
  box-shadow: 0 16px 35px rgba(111, 54, 205, 0.22);
}

.btn-sst-primary:hover {
  transform: translateY(-2px);
  color: #fff;
}

.btn-sst-outline {
  background: #fff;
  color: #5b22b6;
  border: 1px solid rgba(111, 54, 205, 0.14);
  box-shadow: 0 12px 28px rgba(85, 43, 145, 0.08);
}

.btn-sst-outline:hover {
  background: #f8f2ff;
  color: #5b22b6;
}

/* BANNER */
.sst-hero-banner img,
.sst-dashboard-box img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 28px;
}

.sst-hero-banner img {
  box-shadow: 0 24px 60px rgba(74, 28, 139, 0.16);
}

/* SECTION */
.sst-dashboard,
.sst-problem,
.sst-solution,
.sst-process,
.sst-benefits,
.sst-final-cta {
  padding: 90px 0;
}

.sst-section-heading {
  max-width: 920px;
  margin: 0 auto 42px;
}

.sst-dashboard-box {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(111, 54, 205, 0.08);
  border-radius: 28px;
  padding: 18px;
  box-shadow: 0 22px 50px rgba(78, 34, 137, 0.10);
}

.sst-note {
  margin-top: 18px;
}

/* CARDS */
.sst-card,
.sst-list-box,
.sst-feature-card,
.sst-step-card,
.sst-final-box {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(111, 54, 205, 0.08);
  border-radius: 24px;
  padding: 30px 24px;
  box-shadow: 0 18px 42px rgba(77, 33, 136, 0.08);
  height: 100%;
}

.sst-card-highlight {
  background: linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(247,241,255,0.92) 100%);
}

.sst-card h3,
.sst-list-box h3,
.sst-feature-card h3,
.sst-step-card h3 {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 800;
  color: #4c1e8a;
  margin-bottom: 14px;
}

.sst-list-box ul,
.sst-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sst-list-box li,
.sst-check-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 14px;
}

.sst-list-box li::before,
.sst-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6f36cd 0%, #9b66f3 100%);
}

.sst-feature-icon,
.sst-icon-circle {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(111,54,205,0.14) 0%, rgba(155,102,243,0.18) 100%);
  color: #6c33ca;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 16px;
}

.sst-step-number {
  display: inline-flex;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #6f36cd 0%, #9b66f3 100%);
  color: #fff;
  font-weight: 800;
  margin-bottom: 16px;
}

/* BENEFITS PANEL */
.sst-benefits-panel {
  display: grid;
  gap: 18px;
}

.sst-floating-box {
  background: rgba(255,255,255,0.9);
  border: 1px solid rgba(111,54,205,0.08);
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 16px 36px rgba(77, 33, 136, 0.08);
}

.sst-floating-box strong {
  display: block;
  font-size: 1.15rem;
  color: #4c1e8a;
  margin-bottom: 4px;
}

.sst-floating-box span {
  color: #6b5b88;
}

/* CTA */
.sst-final-box {
  text-align: center;
  padding: 52px 34px;
  background:
    radial-gradient(circle at top left, rgba(193, 159, 255, 0.16), transparent 35%),
    linear-gradient(135deg, #4c1b8c 0%, #6e33cd 58%, #8c58eb 100%);
}

.sst-final-box .sst-section-mini,
.sst-final-box h2,
.sst-final-box p {
  color: #fff;
}

.sst-final-box .sst-section-mini {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.14);
}

.sst-final-box p {
  max-width: 860px;
  margin: 0 auto;
  color: rgba(255,255,255,0.88);
}

/* RESPONSIVO */
@media (max-width: 991px) {
  .sst-hero-content h1,
  .sst-section-heading h2,
  .sst-benefits-content h2,
  .sst-final-box h2 {
    font-size: 2.2rem;
  }

  .sst-hero {
    padding: 70px 0 50px;
  }

  .sst-dashboard,
  .sst-problem,
  .sst-solution,
  .sst-process,
  .sst-benefits,
  .sst-final-cta {
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  .sst-hero-content h1,
  .sst-section-heading h2,
  .sst-benefits-content h2,
  .sst-final-box h2 {
    font-size: 1.8rem;
    line-height: 1.18;
  }

  .sst-hero-actions {
    flex-direction: column;
  }

  .btn-sst-primary,
  .btn-sst-outline {
    width: 100%;
  }

  .sst-card,
  .sst-list-box,
  .sst-feature-card,
  .sst-step-card,
  .sst-final-box {
    padding: 24px 20px;
  }

  .sst-dashboard-box {
    padding: 10px;
    border-radius: 20px;
  }

  .sst-hero-banner img,
  .sst-dashboard-box img {
    border-radius: 20px;
  }
}