:root {
  --sp-upgrade-bg: #f4f7fb;
  --sp-upgrade-surface: #ffffff;
  --sp-upgrade-surface-soft: #f8f5ff;
  --sp-upgrade-text: #171e2f;
  --sp-upgrade-muted: #536076;
  --sp-upgrade-border: rgba(24, 35, 62, 0.08);
  --sp-upgrade-shadow: 0 20px 48px rgba(18, 26, 46, 0.08);
  --sp-upgrade-gold: linear-gradient(135deg, #ffd86b, #ffb347 52%, #ff9460 100%);
  --sp-upgrade-violet: linear-gradient(135deg, #0d1327 0%, #2a194f 46%, #5d34b4 100%);
}

html,
body {
  font-family: "Sora", "Roboto", sans-serif;
  color: var(--sp-upgrade-text);
  background: #fff;
}

body {
  background:
    radial-gradient(circle at top left, rgba(129, 97, 255, 0.08), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, var(--sp-upgrade-bg) 100%);
}

h1,
h2,
h3,
h4,
h5,
h6,
.btn,
.section-id,
.wsmenu-list > li > a {
  font-family: "Sora", "Plus Jakarta Sans", "Roboto", sans-serif;
}

.features-section,
.content-section,
.reviews-section,
.download-section,
.faqs-section {
  position: relative;
  z-index: 2;
}

.features-section,
.content-section,
.reviews-section,
.download-section,
.faqs-section,
.footer {
  padding-left: 0;
  padding-right: 0;
}

.section-title {
  margin-bottom: 42px !important;
}

.section-title h2,
.txt-block h2,
.faqs-1-title h2,
.review-header h2 {
  color: #171d30;
  letter-spacing: -0.03em;
}

.section-id,
.os-version,
.text-muted,
.review-text,
.step-content p,
.footer p,
.footer a,
.reviews-note,
.reviews-legal,
.txt-block p,
.fbox-4 p,
.card-body p {
  color: var(--sp-upgrade-muted) !important;
}

.fbox-4,
.txt-block,
.reviews-carousel .carousel-inner,
#faqs-1 .card,
.footer-trust-row img,
.content-5-img img,
.img-block img,
.reviews-legal {
  border-radius: 24px;
}

.fbox-4,
.reviews-carousel .carousel-inner,
#faqs-1 .card,
.footer-links,
.bottom-footer .container,
.content-5-img img,
.img-block img {
  box-shadow: var(--sp-upgrade-shadow);
}

.fbox-4,
#faqs-1 .card,
.reviews-carousel .carousel-inner {
  background: rgba(255, 255, 255, 0.98) !important;
  border: 1px solid var(--sp-upgrade-border) !important;
}

.fbox-4 {
  padding: 22px 22px 18px;
}

.fbox-4.bg_whitesmoke {
  background: rgba(255, 255, 255, 0.98) !important;
}

.fbox-4-ico {
  width: 92px;
  height: 92px;
  border-radius: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(255, 216, 107, 0.24), rgba(125, 90, 255, 0.14));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

.fbox-4-ico span,
.cbox-ico span {
  color: #5a35b1;
}

.txt-block,
.cbox,
.download-6-txt {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--sp-upgrade-border);
  border-radius: 26px;
  box-shadow: var(--sp-upgrade-shadow);
}

.txt-block {
  padding: 26px 26px 24px;
}

.cbox {
  padding: 18px 18px 16px;
}

.cbox + .cbox {
  margin-top: 14px;
}

.content-5-img img,
.img-block img {
  border: 1px solid rgba(24, 35, 62, 0.08);
  background: #fff;
}

#content-5 .bg-inner,
#content-4 .bg-inner,
#download-5 {
  background:
    radial-gradient(circle at top right, rgba(177, 137, 255, 0.16), transparent 28%),
    linear-gradient(135deg, #0f162c 0%, #2b184f 42%, #5534a7 100%) !important;
}

#content-5 .txt-block,
#content-4 .txt-block,
#download-5 .download-6-txt {
  background: rgba(10, 15, 29, 0.24);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 22px 52px rgba(12, 16, 32, 0.2);
  color: #fff;
}

#content-5 .txt-block h2,
#content-4 .txt-block h2,
#download-5 .download-6-txt h2,
#content-5 .txt-block p,
#content-4 .txt-block p {
  color: #fff !important;
}

.btn-cta2,
.step-card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px !important;
}

.btn-cta2 {
  background: var(--sp-upgrade-gold) !important;
  color: #23132f !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.38),
    0 16px 30px rgba(255, 173, 84, 0.2) !important;
  font-weight: 800;
}

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

.step-card {
  align-items: center;
  border: 1px solid var(--sp-upgrade-border);
  background: rgba(255, 255, 255, 0.98);
}

.step-card-cta {
  padding: 10px 14px;
  background: rgba(92, 52, 180, 0.08);
  color: #5a35b1;
  border-radius: 999px;
  text-decoration: none;
}

.review-quote {
  color: #20283c;
}

.txt-highlight {
  color: #6a36e6;
}

.reviews-legal {
  background: rgba(255, 255, 255, 0.86);
}

#faqs-1 .card-header {
  padding: 24px 0 !important;
  border-bottom: 1px solid rgba(24, 35, 62, 0.08) !important;
}

#faqs-1 .card-header a {
  color: #182036 !important;
  font-weight: 700 !important;
}

#faqs-1 .card-body {
  color: var(--sp-upgrade-muted);
}

#faqs-1 .card-header a:hover {
  background: transparent !important;
  color: #5a35b1 !important;
}

.footer {
  background:
    radial-gradient(circle at 88% 12%, rgba(167, 139, 250, 0.18), transparent 28%),
    linear-gradient(135deg, #0d1327 0%, #24164a 46%, #4d2e89 100%);
  color: #fff;
  padding-top: 76px;
  padding-bottom: 36px;
}

.footer .footer-links {
  background: transparent;
  box-shadow: none;
}

.footer .foo-links {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-left: 0;
}

.footer .foo-links li {
  list-style: none;
}

.footer .foo-links p {
  margin: 0;
}

.footer .foo-links a {
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 12px;
  font-weight: 500 !important;
  text-decoration: none;
}

.footer .foo-links a:hover,
.footer .foo-links a:focus-visible {
  color: #fff !important;
}

.footer-trust-row {
  gap: 12px;
  justify-content: flex-end;
}

.footer-trust-row img {
  width: 70px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.bottom-footer {
  padding-top: 10px;
}

.bottom-footer > div > div:first-child {
  display: flex !important;
  width: fit-content;
  margin: 0 auto 10px;
  padding: 8px 12px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow: none !important;
  color: rgba(255, 255, 255, 0.96) !important;
  font-size: 11px;
}

.bottom-footer p {
  color: rgba(255, 255, 255, 0.84) !important;
}

.bottom-footer .container {
  background: transparent;
  box-shadow: none;
}

.bottom-footer .row {
  gap: 0;
}

.bottom-footer .col-6,
.bottom-footer .col-sm-4,
.bottom-footer .col-md-3,
.bottom-footer .col-lg-2 {
  display: flex;
  justify-content: center;
}

.bottom-footer .col-6 > img,
.bottom-footer .col-sm-4 > img,
.bottom-footer .col-md-3 > img,
.bottom-footer .col-lg-2 > img {
  width: 68px;
  height: auto;
  padding: 8px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.bottom-footer .mt-2 {
  margin-top: 8px !important;
  font-size: 12px !important;
  color: rgba(255, 255, 255, 0.88) !important;
}

details {
  margin-top: 22px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--sp-upgrade-border);
  overflow: hidden;
}

details summary {
  cursor: pointer;
  list-style: none;
}

details summary::-webkit-details-marker {
  display: none;
}

@media (max-width: 991.98px) {
  .txt-block,
  .cbox {
    padding: 20px 18px;
  }

  .footer {
    padding-top: 58px;
  }

  .footer-trust-row {
    justify-content: center;
    margin-top: 0;
  }
}

@media (max-width: 767.98px) {
  .section-title {
    margin-bottom: 28px !important;
  }

  .section-title h2,
  .txt-block h2,
  .faqs-1-title h2 {
    font-size: clamp(1.55rem, 5.8vw, 2rem);
  }

  .fbox-4,
  .txt-block,
  .cbox,
  .reviews-carousel .carousel-inner,
  #faqs-1 .card {
    border-radius: 22px;
  }

  .footer .foo-links {
    align-items: center;
    text-align: center;
  }

  .footer-trust-row img {
    width: 62px;
  }

  .bottom-footer .col-6 > img,
  .bottom-footer .col-sm-4 > img,
  .bottom-footer .col-md-3 > img,
  .bottom-footer .col-lg-2 > img {
    width: 60px;
  }
}
