:root {
  --upgrade-bg: #08111f;
  --upgrade-bg-2: #101d35;
  --upgrade-surface: #ffffff;
  --upgrade-surface-soft: #f3f7fc;
  --upgrade-text: #10213d;
  --upgrade-text-soft: #5d6e8b;
  --upgrade-line: rgba(16, 33, 61, 0.08);
  --upgrade-accent: #5eead4;
  --upgrade-accent-2: #6d3bd2;
  --upgrade-accent-3: #8b5cf6;
  --upgrade-rose: #ff6f91;
  --upgrade-warm: #ffb45c;
  --upgrade-gold: #ffd86b;
  --upgrade-shadow: 0 24px 60px rgba(8, 17, 31, 0.12);
  --upgrade-shadow-strong: 0 28px 70px rgba(8, 17, 31, 0.18);
  --upgrade-radius: 24px;
  --upgrade-cta-width: 336px;
}

@media (max-width: 991.98px) {
  #header .wsmenu > .wsmenu-list > li > a:not(.last-link),
  #header #main-navigation > ul > li > a:not(.last-link),
  #header #site-navigation > ul > li > a:not(.last-link) {
    font-weight: 500 !important;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Plus Jakarta Sans", "Roboto", sans-serif;
  color: var(--upgrade-text-soft);
  background:
    radial-gradient(circle at top left, rgba(94, 234, 212, 0.09), transparent 24%),
    radial-gradient(circle at 88% 8%, rgba(123, 97, 255, 0.1), transparent 18%),
    radial-gradient(circle at top right, rgba(109, 59, 210, 0.08), transparent 22%),
    linear-gradient(180deg, #f4f8ff 0%, #f8fbff 100%);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: normal;
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
}

#page {
  overflow: visible;
}

#scrollUp {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

.skip-link {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 9999;
  padding: 0.85rem 1.1rem;
  border-radius: 999px;
  background: rgba(11, 21, 41, 0.96);
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none;
  transform: translateY(-140%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
  outline: 3px solid rgba(94, 234, 212, 0.7);
  outline-offset: 2px;
}

a:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(255, 216, 107, 0.92);
  outline-offset: 3px;
  border-radius: 12px;
}

p,
.p-md,
.p-lg,
.p-xl,
.os-version {
  color: var(--upgrade-text-soft);
  font-family: "Plus Jakarta Sans", "Roboto", sans-serif;
  font-weight: 460;
  letter-spacing: -0.013em;
  line-height: 1.68;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h2-md,
.h5-sm {
  font-family: "Google Sans", "Plus Jakarta Sans", sans-serif;
  color: var(--upgrade-text);
  font-weight: 780;
  letter-spacing: -0.045em;
  line-height: 1.01;
}

.h2-md {
  font-size: clamp(2.1rem, 3.3vw, 3.35rem);
}

.h5-sm {
  font-size: clamp(1.2rem, 1.5vw, 1.45rem);
}

.section-title h2,
.txt-block h2,
.review-4 h5,
.card-header a,
.footer-trust-title,
.footer-info-label {
  text-wrap: balance;
}

.section-title p,
.reviews-meta-copy,
.footer-trust-text {
  text-wrap: pretty;
}

.review-4-txt p,
.cbox-txt p,
.fbox-4 p {
  color: #475569;
}

.white-color,
.white-color h1,
.white-color h2,
.white-color h3,
.white-color h4,
.white-color h5,
.white-color h6,
.white-color p,
.white-color span,
.white-color a {
  color: #fff;
}

#header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(8, 17, 31, 0.76);
  backdrop-filter: blur(18px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

#header .header-wrapper {
  border-bottom: 0;
}

.wsmainfull {
  background: transparent !important;
}

.wsmenucontainer {
  background: none !important;
  background-image: none !important;
}

.desktoplogo img,
.smllogo img {
  max-height: 52px;
  width: auto;
  max-width: none;
}

.desktoplogo .site-logo {
  display: block;
  width: 118px;
  overflow: hidden;
}

@media (min-width: 992px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 0;
    background: transparent;
    backdrop-filter: none;
    box-shadow: none;
  }

  #header .header-wrapper {
    position: static;
    display: flex;
    justify-content: center;
  }

  .wsmobileheader {
    display: none !important;
  }

  .mobile-header-cta {
    display: none !important;
  }

  .hero-offer-kicker {
    display: none !important;
  }

  .wsmainfull {
    width: auto;
    margin-top: 12px;
    padding: 0 !important;
    border-radius: 24px;
    background:
      radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.06), transparent 24%),
      radial-gradient(circle at 82% 18%, rgba(167, 139, 250, 0.12), transparent 28%),
      linear-gradient(135deg, rgba(8, 13, 27, 0.97), rgba(26, 15, 54, 0.97) 40%, rgba(52, 29, 102, 0.96) 78%, rgba(77, 45, 145, 0.94) 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 18px 42px rgba(8, 17, 31, 0.28);
  }

  .wsmainwp {
    display: flex;
    align-items: center;
    gap: 18px;
    width: auto;
    padding: 10px 16px;
  }

  .desktoplogo {
    flex: 0 0 auto;
  }

  .wsmenu {
    width: auto;
  }

  .wsmenu > .wsmenu-list {
    display: flex;
    align-items: center;
    width: auto;
  }

  .wsmenu > .wsmenu-list > li {
    display: flex;
    align-items: center;
  }

  .wsmenu > .wsmenu-list > li > a {
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #f8fbff !important;
    text-shadow: 0 1px 1px rgba(6, 10, 22, 0.36);
    background: rgba(8, 13, 27, 0.32);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
  }

  .wsmenu > .wsmenu-list > li > a.last-link {
    display: inline-flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    transform: translateY(-1px);
    border: 1px solid rgba(255, 216, 107, 0.78) !important;
  }

  .wsmenu > .wsmenu-list > li > a:hover,
  .wsmenu > .wsmenu-list > li > a:focus-visible {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.16);
  }

  #hero-1 {
    padding-top: 66px;
  }

  .hidden-nav .wsmainfull,
  .hidden-nav .wsmainfull.scroll,
  .tra-menu .wsmainfull.scroll,
  .white-menu .wsmainfull.scroll,
  .dark-menu.dark-scroll .wsmainfull.scroll {
    margin-top: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    transition: none !important;
  }
}

.nav-cta-mobile {
  display: none;
}

.nav-cta-desktop,
.nav-cta-mobile {
  white-space: nowrap;
  color: #211131 !important;
}

.wsmenu > .wsmenu-list > li > a.last-link {
  white-space: nowrap;
}

.wsmenu > .wsmenu-list > li > a.last-link .nav-cta-desktop {
  display: inline-block;
  white-space: nowrap;
  font-size: 0.95rem;
}

.wsmenu-list > li > a {
  font-family: "Plus Jakarta Sans", "Roboto", sans-serif;
  font-weight: 600;
  letter-spacing: -0.012em;
}

.wsmobileheader a:focus-visible,
#main-navigation a:focus-visible,
#wsnavtoggle:focus-visible {
  outline: 3px solid rgba(255, 216, 107, 0.95);
  outline-offset: 3px;
}

.btn.btn-rose,
.btn.btn-rose:focus {
  color: #211131 !important;
  background: linear-gradient(135deg, var(--upgrade-gold), var(--upgrade-warm), #ff8f6b) !important;
  border: none !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    inset 0 -1px 0 rgba(173, 88, 45, 0.2),
    0 10px 24px rgba(255, 143, 107, 0.2),
    0 0 0 1px rgba(255, 210, 131, 0.18);
}

.btn.btn-rose:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    inset 0 -1px 0 rgba(173, 88, 45, 0.24),
    0 14px 28px rgba(255, 143, 107, 0.24),
    0 0 0 1px rgba(255, 210, 131, 0.22);
}

#hero-1 {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.06), transparent 18%),
    radial-gradient(circle at 78% 12%, rgba(167, 139, 250, 0.16), transparent 22%),
    radial-gradient(circle at 88% 72%, rgba(139, 92, 246, 0.12), transparent 20%),
    linear-gradient(135deg, #0c1122 0%, #26164a 40%, #4b2f88 72%, #6d3bd2 100%);
}

#hero-1::before {
  content: "";
  position: absolute;
  inset: 8% -6% auto auto;
  width: min(48vw, 620px);
  height: min(48vw, 620px);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 44%),
    radial-gradient(circle at center, rgba(196, 181, 253, 0.22), rgba(139, 92, 246, 0.14) 42%, rgba(123, 97, 255, 0) 72%);
  filter: blur(18px);
  pointer-events: none;
  z-index: 1;
}

#hero-1 .bg_fixed.incline_overlay {
  display: none;
}

#hero-1::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 56px;
  background: linear-gradient(180deg, rgba(8, 17, 31, 0), rgba(8, 17, 31, 0.16));
  pointer-events: none;
  z-index: 1;
}

#hero-1 .container {
  position: relative;
  z-index: 2;
}

.hero-waves {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}

.hero-wave {
  position: absolute;
  pointer-events: none;
  width: 220%;
  left: -58%;
  bottom: 2.5rem;
  height: 26rem;
  border-radius: 58% 42% 0 0 / 100% 100% 0 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.04));
  opacity: 0.18;
  transform: translate3d(0, 0, 0);
  filter: blur(1px);
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.88) 58%, rgba(0, 0, 0, 0.28) 82%, transparent 100%);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.88) 58%, rgba(0, 0, 0, 0.28) 82%, transparent 100%);
}

.hero-wave-1 {
  background:
    linear-gradient(90deg, rgba(94, 234, 212, 0.2), rgba(96, 165, 250, 0.16), rgba(232, 121, 249, 0.16), rgba(255, 143, 107, 0.14)),
    rgba(255, 255, 255, 0.08);
  box-shadow: 0 -24px 70px rgba(94, 234, 212, 0.08);
  animation: heroWave 16s linear infinite;
}

.hero-wave-2 {
  bottom: 0.5rem;
  height: 22rem;
  opacity: 0.14;
  background:
    linear-gradient(90deg, rgba(96, 165, 250, 0.16), rgba(94, 234, 212, 0.12), rgba(232, 121, 249, 0.14)),
    rgba(255, 255, 255, 0.06);
  box-shadow: 0 -20px 56px rgba(96, 165, 250, 0.07);
  animation: heroWave 24s linear reverse infinite;
}

.hero-wave-3 {
  bottom: -1.5rem;
  height: 18rem;
  opacity: 0.12;
  background:
    linear-gradient(90deg, rgba(232, 121, 249, 0.14), rgba(96, 165, 250, 0.12), rgba(94, 234, 212, 0.12)),
    rgba(255, 255, 255, 0.05);
  box-shadow: 0 -16px 48px rgba(232, 121, 249, 0.06);
  animation: heroWave 28s linear infinite;
}

@keyframes heroWave {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-18%);
  }
  50% {
    transform: translateX(-36%);
  }
  75% {
    transform: translateX(-18%);
  }
  100% {
    transform: translateX(0);
  }
}

.hero-brand-badge {
  display: inline-flex;
  align-items: center;
  gap: 0;
  margin-bottom: 28px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-app-logo {
  width: min(320px, 100%);
  height: 48px;
  margin-bottom: 0;
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
  padding: 0;
  border-radius: 0;
  background: url("../images/app-logo.png") left center / contain no-repeat;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-1-txt {
  max-width: 700px;
  padding-top: 10px;
}

.hero-1-img {
  position: relative;
  z-index: 2;
  text-align: center;
}

.hero-1-img img {
  position: relative;
  z-index: 1;
  max-width: 590px;
  margin: 0 auto;
  filter: drop-shadow(0 36px 70px rgba(8, 7, 26, 0.36));
}

.hero-1-txt .h2-title-xs,
.hero-1-txt .hero-switch-title {
  font-family: "Google Sans", "Plus Jakarta Sans", sans-serif;
  font-size: clamp(2.45rem, 5vw, 4.9rem);
  font-weight: 680;
  line-height: 1;
  letter-spacing: -0.038em;
  text-wrap: balance;
}

.hero-offer-kicker {
  position: relative;
  z-index: 2;
  font-family: "Plus Jakarta Sans", "Roboto", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffff;
  white-space: nowrap;
  margin-left: 12px;
  padding: 10px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(196, 181, 253, 0.18), rgba(96, 165, 250, 0.16));
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 14px 28px rgba(8, 17, 31, 0.14);
  transform: none;
}

.hero-offer-lead,
.hero-offer-subline,
.hero-point p,
.hero-chip,
.hero-price-meta {
  font-weight: 500;
}

.hero-offer-subline {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: fit-content;
  gap: 4px;
  margin-top: 7px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding: 9px 12px;
  border-radius: 14px;
  background: rgba(15, 10, 31, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 12px 24px rgba(12, 8, 28, 0.18);
  font-size: 0.74rem;
  line-height: 1.2;
  letter-spacing: 0.012em;
  color: #f8faff;
  text-align: center;
}

.hero-offer-subline::before {
  content: none;
}

.hero-offer-subline span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  text-align: center;
}

.hero-offer-subline span::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: none;
}

.hero-price-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-price-side {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-offer-cta {
  margin-top: 26px;
  margin-bottom: 22px;
  padding: 0.96rem 1.68rem !important;
  width: min(100%, var(--upgrade-cta-width));
  min-width: min(100%, var(--upgrade-cta-width));
  text-align: center;
  font-size: 0.96rem !important;
  font-weight: 580 !important;
  letter-spacing: -0.01em;
}

.content-11-btn .btn.btn-rose,
.stores-badge .btn.btn-rose,
.reviews-download-btn .btn.btn-rose,
.txt-block .btn.btn-rose {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, var(--upgrade-cta-width));
  min-width: min(100%, var(--upgrade-cta-width));
  text-align: center;
}

.hero-price-was {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 4px;
  margin-left: auto;
  padding: 5px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 111, 145, 0.24), rgba(255, 94, 120, 0.16));
  border: 1px solid rgba(255, 111, 145, 0.26);
  color: #fff0f4;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1;
}

.hero-price-was::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 50%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 111, 145, 0.16), rgba(255, 111, 145, 0.95), rgba(255, 111, 145, 0.16));
  transform: rotate(-5deg);
}

.hero-price {
  font-family: "Google Sans", "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  letter-spacing: -0.045em;
  display: block;
}

.hero-price-meta {
  display: block;
  text-align: center;
}

.hero-offer-panel {
  background:
    linear-gradient(180deg, rgba(7, 11, 23, 0.46), rgba(20, 12, 44, 0.36)),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 26%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 34px 80px rgba(10, 8, 33, 0.3);
  backdrop-filter: blur(14px);
}

.hero-point {
  background: linear-gradient(180deg, rgba(7, 14, 27, 0.42), rgba(18, 36, 69, 0.3));
}

.hero-point-was {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 7px;
  padding: 3px 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 111, 145, 0.24), rgba(255, 94, 120, 0.16));
  border: 1px solid rgba(255, 111, 145, 0.24);
  color: #fff0f4;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1;
}

.hero-point-was::before {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 50%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 111, 145, 0.12), rgba(255, 111, 145, 0.9), rgba(255, 111, 145, 0.12));
  transform: rotate(-4deg);
}

.hero-point-free {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 7px;
  margin-left: 8px;
  padding: 3px 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(46, 201, 115, 0.24), rgba(26, 168, 90, 0.16));
  border: 1px solid rgba(46, 201, 115, 0.26);
  color: #effff5;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1;
}

.hero-point-free::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #71f0a8;
  box-shadow: 0 0 0 4px rgba(113, 240, 168, 0.12);
  flex: 0 0 auto;
}

.hero-chip {
  background: linear-gradient(135deg, rgba(7, 11, 23, 0.42), rgba(46, 24, 88, 0.38));
  color: #f8fbff;
}

#features-4,
#content-3,
#reviews-4,
#faqs-1 {
  position: relative;
}

#features-4::before,
#content-3::before,
#reviews-4::before,
#faqs-1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.section-title,
.txt-block,
.faqs-1-title {
  position: relative;
  z-index: 1;
}

.section-id {
  display: inline-block;
  padding: 8px 14px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(35, 22, 71, 0.12), rgba(75, 47, 136, 0.16), rgba(109, 59, 210, 0.12));
  color: #2b1455 !important;
  font-size: 0.8rem;
  font-weight: 760;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

#features-4 .section-title {
  padding: 24px 28px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(8, 17, 31, 0.54), rgba(19, 38, 77, 0.38)),
    radial-gradient(circle at top right, rgba(123, 97, 255, 0.22), transparent 32%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 54px rgba(8, 17, 31, 0.16);
}

#features-4 .section-title h2 {
  color: #231147;
  text-shadow: none;
}

#features-4 .section-title p {
  color: rgba(246, 249, 255, 0.92);
}

#reviews-4 .section-title h2,
#faqs-1 .faqs-1-title h2,
#content-11 .section-title h2,
#content-11 .txt-block h2,
#content-3 .txt-block h2 {
  position: relative;
  display: inline-block;
  color: #24124b;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

#reviews-4 .section-title h2::after,
#faqs-1 .faqs-1-title h2::after,
#content-11 .section-title h2::after,
#content-11 .txt-block h2::after,
#content-3 .txt-block h2::after {
  content: "";
  display: block;
  width: 108px;
  height: 4px;
  margin-top: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--upgrade-accent), var(--upgrade-accent-2), var(--upgrade-accent-3), var(--upgrade-rose));
}

#reviews-4 .section-title h2::after,
#faqs-1 .faqs-1-title h2::after,
#content-11 .section-title.text-center h2::after,
#content-11 .txt-block.text-center h2::after {
  margin-left: auto;
  margin-right: auto;
}

#faqs-1 .faqs-1-title h2::after {
  margin-left: 0;
  margin-right: 0;
}

#content-5 .txt-block h2,
#download-6 .download-6-txt h2 {
  position: relative;
  display: inline-block;
  color: #f7fbff;
  letter-spacing: -0.035em;
  text-wrap: balance;
  text-shadow: 0 6px 22px rgba(0, 0, 0, 0.18);
}

#content-5 .txt-block h2::after,
#download-6 .download-6-txt h2::after {
  content: "";
  display: block;
  width: 108px;
  height: 4px;
  margin-top: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, #9fece4, #6fd7ff, #c9f6f1);
}

#reviews-4 .section-title p,
#faqs-1 .faqs-1-title p,
#content-11 .txt-block p,
#content-3 .txt-block p {
  color: #465a78;
}

.review-4-txt p {
  font-size: 1.03rem;
  font-weight: 500;
  line-height: 1.76;
}

.review-4-data h5 {
  font-family: "Google Sans", "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.card-header a {
  font-family: "Plus Jakarta Sans", "Roboto", sans-serif;
  font-weight: 720;
  letter-spacing: -0.024em;
}

.footer-seal-links a,
.btn.btn-rose,
.btn.btn-rose:focus {
  font-family: "Plus Jakarta Sans", "Roboto", sans-serif;
  font-weight: 800 !important;
  letter-spacing: -0.028em;
}

.fbox-4,
.review-4,
.footer-info-card,
.card.grey-color,
.content-11-btn,
.cbox,
.more-questions,
.footer-trust-copy {
  border-radius: var(--upgrade-radius);
}

.fbox-4 {
  padding: 12px 6px;
  background: rgba(255, 255, 255, 0.78) !important;
  border: 1px solid rgba(16, 33, 61, 0.08);
  box-shadow: var(--upgrade-shadow);
}

.fbox-4:hover {
  transform: translateY(-4px);
  transition: transform 0.25s ease;
}

.fbox-4-ico {
  color: #5c34a8;
}

#features-4 .section-title {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

#features-4 .fbox-4-wrapper {
  position: relative;
  z-index: 1;
}

#features-4 .fbox-4 {
  min-height: 100%;
  padding: 20px 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.92)) !important;
}

#features-4 .fbox-4::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--upgrade-radius);
  background:
    radial-gradient(circle at top right, rgba(94, 234, 212, 0.08), transparent 30%),
    radial-gradient(circle at bottom left, rgba(109, 59, 210, 0.08), transparent 26%);
  pointer-events: none;
}

#features-4 .fbox-4 .row {
  position: relative;
  z-index: 1;
}

.img-block img,
.content-5-img img,
.faqs-1-title img,
.hero-1-img img {
  border-radius: 28px;
}

.cbox {
  padding: 18px 18px 16px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--upgrade-line);
  box-shadow: 0 18px 46px rgba(8, 17, 31, 0.08);
}

#content-3 {
  padding-top: 110px;
}

#content-3 .cbox-1 {
  position: relative;
  padding: 30px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(16, 33, 61, 0.08);
  box-shadow: 0 24px 60px rgba(8, 17, 31, 0.08);
}

#content-3 .cbox-1::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 34px;
  background:
    radial-gradient(circle at top left, rgba(24, 198, 184, 0.08), transparent 26%),
    radial-gradient(circle at bottom right, rgba(75, 133, 255, 0.08), transparent 26%);
  pointer-events: none;
}

#content-3 .cbox-1 > .row,
#content-3 .cbox-1 > .tra-bkg-wrapper {
  position: relative;
  z-index: 1;
}

#content-3 .tra-bkg-wrapper,
#content-3 .bg_el_01,
#content-3 .bg_el_05 {
  display: none !important;
}

#content-3 .txt-block {
  max-width: 620px;
}

#content-3 .img-block img {
  box-shadow: 0 26px 60px rgba(8, 17, 31, 0.12);
}

.cbox-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(94, 234, 212, 0.12), rgba(109, 59, 210, 0.14), rgba(123, 97, 255, 0.12));
}

#content-5 .bg-inner {
  overflow: hidden;
  border-radius: 36px;
  box-shadow: var(--upgrade-shadow-strong);
}

#content-5 .bg_inner,
#content-5 .bg_purple_img,
#download-6 {
  background:
    radial-gradient(circle at top left, rgba(123, 226, 255, 0.16), transparent 22%),
    radial-gradient(circle at 82% 26%, rgba(255, 111, 145, 0.18), transparent 18%),
    linear-gradient(135deg, #102243 0%, #18366a 44%, #5a2fa6 74%, #0f6b72 100%) !important;
}

#reviews-4 {
  background: transparent !important;
}

#reviews-4 .reviews-4-carousel {
  margin: 0 -8px;
}

#reviews-4 .reviews-4-carousel .owl-stage {
  display: flex;
}

#reviews-4 .reviews-4-carousel .owl-item {
  display: flex;
  height: auto;
}

#reviews-4 .reviews-4-carousel .review-4 {
  width: 100%;
  min-width: 0;
  margin: 0 8px;
  padding: 17px 16px;
  border-radius: 20px;
}

#reviews-4 .reviews-4-carousel .review-4-txt {
  min-height: 0;
}

#reviews-4 .reviews-4-carousel .review-4-txt p {
  font-size: 0.93rem;
  line-height: 1.52;
}

#reviews-4 .reviews-4-carousel .review-4-data {
  padding-top: 12px;
  margin-top: 12px;
}

#reviews-4 .reviews-4-carousel .review-4-data h5 {
  margin: 0 0 4px;
  font-size: 0.98rem;
  line-height: 1.16;
}

#reviews-4 .reviews-4-carousel .review-4-data p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.38;
}

#reviews-4 .reviews-4-carousel .app-rating {
  position: static !important;
  display: flex;
  align-items: center;
  float: none !important;
  clear: both;
  width: 100%;
  gap: 3px;
  margin-bottom: 9px;
  line-height: 1;
}

#reviews-4 .reviews-4-carousel .app-rating span {
  display: inline-block;
  line-height: 1;
}

#reviews-4 .reviews-4-carousel .review-4-data h5,
#reviews-4 .reviews-4-carousel .review-4-data p {
  display: block;
  clear: both;
}

#reviews-4 .owl-dots {
  margin-top: 14px;
}

#reviews-4 .owl-nav {
  display: none;
}

.reviews-section .section-title,
.faqs-section .row,
.footer .row {
  position: relative;
  z-index: 1;
}

.reviews-summary-inline-text {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
  padding: 10px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 216, 107, 0.24), rgba(255, 111, 145, 0.14));
  border: 1px solid rgba(176, 104, 27, 0.2);
  color: #312042;
}

.faq-trust-proof {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(244, 249, 255, 0.9));
  border: 1px solid rgba(16, 33, 61, 0.1);
  box-shadow: 0 18px 42px rgba(8, 17, 31, 0.08);
}

.faq-trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(94, 234, 212, 0.18), rgba(123, 97, 255, 0.18));
  color: #5c34a8;
  font-size: 0.86rem;
}

.faq-trust-chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(36, 18, 75, 0.08);
  color: #1f1440;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
}

.faq-trust-brand {
  color: #223754;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}


.review-4 {
  height: 100%;
  padding: 14px 14px 12px;
  background: #ffffff;
  border: 0;
  box-shadow: none;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.review-4:hover {
  transform: translateY(-5px);
}

.review-4-txt p {
  color: var(--upgrade-text-soft);
  font-size: 0.95rem;
  line-height: 1.52;
  margin-bottom: 0;
}

.review-4-data {
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid var(--upgrade-line);
}

#reviews-4 .review-4 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 0;
}

#reviews-4 .review-4::before {
  content: none;
}

#reviews-4 .review-4 .app-rating {
  margin-bottom: 8px;
}

#reviews-4 .review-4 h5.h5-sm {
  margin-bottom: 3px;
  font-size: 1rem;
  line-height: 1.22;
}

#reviews-4 .review-4-data p {
  margin-bottom: 0;
  font-size: 0.88rem;
  line-height: 1.35;
}

.txt-highlight {
  color: #6d3bd2;
  font-weight: 700;
}

#content-11 {
  padding-top: 90px;
  padding-bottom: 90px;
}

#content-11 .bg_whitesmoke,
#content-11 .content-11-img,
#content-11 .txt-block {
  position: relative;
  z-index: 1;
}

#content-11 .txt-block {
  padding: 34px;
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(244, 249, 255, 0.84)),
    radial-gradient(circle at top right, rgba(255, 111, 145, 0.08), transparent 22%);
  border: 1px solid rgba(16, 33, 61, 0.08);
  box-shadow: 0 24px 60px rgba(8, 17, 31, 0.08);
}

#content-11 .img-block img {
  border-radius: 30px;
  box-shadow: 0 28px 60px rgba(8, 17, 31, 0.14);
}

#content-11 .content-11-btn,
.content-11-btn {
  background: transparent;
  box-shadow: none;
}

#download-6 .download-6-txt {
  padding: 30px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.card.grey-color {
  background: #fff;
  border: 1px solid var(--upgrade-line);
  box-shadow: 0 18px 42px rgba(8, 17, 31, 0.06);
}

.card-header {
  padding: 0;
  background: transparent;
  border-bottom: 1px solid rgba(16, 33, 61, 0.06);
}

.card-header a {
  display: block;
  padding: 22px 24px;
  color: var(--upgrade-text) !important;
}

.card-body {
  padding: 20px 24px 24px;
}

.more-questions {
  padding: 18px 22px;
  background: #fff;
  border: 1px solid var(--upgrade-line);
  box-shadow: 0 18px 42px rgba(8, 17, 31, 0.06);
}

#faqs-1 .faqs-1-title {
  padding: 30px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(245, 250, 255, 0.8)),
    radial-gradient(circle at top right, rgba(123, 97, 255, 0.08), transparent 20%);
  border: 1px solid rgba(16, 33, 61, 0.08);
  box-shadow: 0 24px 60px rgba(8, 17, 31, 0.08);
}

#features-4 {
  padding-top: 78px !important;
  padding-bottom: 36px;
  background: #ffffff;
}

#features-4::before {
  background: linear-gradient(180deg, rgba(77, 124, 255, 0.04), rgba(255, 255, 255, 0));
}

#features-4 .section-title {
  position: relative;
  max-width: 760px;
  margin: 0 auto 30px;
  padding: 0 24px 18px;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

#features-4 .section-title h2 {
  font-size: clamp(2.1rem, 3.2vw, 3.1rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  color: #123255;
  background: linear-gradient(135deg, #123255, #1f5d97, #149d97);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-wrap: balance;
}

#features-4 .section-title p {
  max-width: 640px;
  margin: 14px auto 0;
  font-size: 1.02rem;
  line-height: 1.72;
  color: rgba(18, 50, 85, 0.82);
}

#features-4 .section-title::after {
  content: "";
  display: block;
  width: 132px;
  height: 4px;
  margin: 18px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--upgrade-accent), var(--upgrade-accent-2), var(--upgrade-accent-3), var(--upgrade-rose));
}

#features-4 .fbox-4-wrapper {
  padding: 34px;
  border-radius: 38px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(244, 249, 255, 0.82)),
    radial-gradient(circle at top right, rgba(77, 124, 255, 0.12), transparent 34%),
    radial-gradient(circle at bottom left, rgba(28, 207, 196, 0.12), transparent 26%);
  border: 1px solid rgba(16, 33, 61, 0.06);
  box-shadow: 0 28px 72px rgba(8, 17, 31, 0.08);
}

#features-4 .fbox-4 {
  position: relative;
  overflow: hidden;
  padding: 28px 22px;
  border-radius: 28px;
  border: 1px solid rgba(16, 33, 61, 0.06);
  box-shadow: 0 22px 54px rgba(8, 17, 31, 0.08);
}

#features-4 .fbox-4::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--upgrade-accent), var(--upgrade-accent-2), var(--upgrade-accent-3), var(--upgrade-rose), var(--upgrade-warm));
}

#features-4 .fbox-4 h3,
#features-4 .fbox-4 h5 {
  font-family: "Google Sans", "Plus Jakarta Sans", sans-serif;
  color: var(--upgrade-text);
  font-weight: 780;
  letter-spacing: -0.045em;
  line-height: 1.01;
}

#features-4 .fbox-4 p {
  color: var(--upgrade-text-soft);
  font-family: "Plus Jakarta Sans", "Roboto", sans-serif;
  font-weight: 460;
  letter-spacing: -0.013em;
  line-height: 1.68;
}

#features-4 .fbox-4 h3,
#features-4 .fbox-4 h5 {
  margin-bottom: 12px;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
  max-width: 240px;
}

#features-4 .fbox-4 p {
  margin-bottom: 0;
  line-height: 1.66;
  max-width: 340px;
}

/* Match schufaprofi.de feature-card typography exactly */
#features-4 .fbox-4 .fbox-4-txt h3.h5-sm {
  margin-bottom: 12px !important;
  max-width: 240px;
  font-family: "Google Sans", "Plus Jakarta Sans", sans-serif !important;
  font-size: 1.35rem !important;
  font-weight: 780 !important;
  line-height: 1.01 !important;
  letter-spacing: -0.02em !important;
  color: var(--upgrade-text) !important;
}

#features-4 .fbox-4 .fbox-4-txt p.p-md {
  margin-bottom: 0 !important;
  max-width: 340px;
  font-family: "Plus Jakarta Sans", "Roboto", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 460 !important;
  line-height: 1.66 !important;
  letter-spacing: -0.013em !important;
  color: var(--upgrade-text-soft) !important;
}

#features-4 .fbox-4-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  margin-left: auto;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(28, 207, 196, 0.18), rgba(77, 124, 255, 0.18), rgba(255, 111, 145, 0.12));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}

#features-4 .fbox-4-ico span {
  font-size: 3rem;
  background: linear-gradient(135deg, #149d97, #4168ef, #c95076);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

#features-4 .content-11-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 26px !important;
  padding: 24px 30px 18px;
  border-top: 1px solid rgba(16, 33, 61, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(244, 248, 255, 0.38));
  border-radius: 26px;
}

#features-4 .content-11-btn .os-version {
  font-weight: 600;
  display: block;
  width: 100%;
  text-align: center;
}

#content-3 {
  padding-top: 92px;
  padding-bottom: 20px;
}

#content-3 .cbox-1 {
  overflow: hidden;
}

#content-3 #cb-1-1 {
  padding: 8px 0 4px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

#content-3 #cb-1-1::before {
  display: none;
}

#content-3 #cb-1-1 .section-id {
  background: rgba(255, 173, 92, 0.14);
  color: #ad6508 !important;
}

#content-3 #cb-1-1 .h2-md {
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.02;
  letter-spacing: -0.035em;
}

#content-3 #cb-1-1 .txt-block p {
  font-size: 1.06rem;
  line-height: 1.8;
}

#content-3 #cb-1-1 .img-block {
  position: relative;
}

#content-3 #cb-1-1 .img-block::after {
  content: "";
  position: absolute;
  inset: auto 20px -18px 20px;
  height: 28px;
  border-radius: 50%;
  background: rgba(8, 17, 31, 0.12);
  filter: blur(20px);
  z-index: 0;
}

#content-3 #cb-1-1 .img-block img {
  position: relative;
  z-index: 1;
}

#content-3 #cb-1-2 {
  position: relative;
  margin-top: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(244, 249, 255, 0.92)),
    radial-gradient(circle at right top, rgba(77, 124, 255, 0.12), transparent 26%),
    radial-gradient(circle at left bottom, rgba(28, 207, 196, 0.08), transparent 22%);
}

#content-3 #cb-1-2::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 34px;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0) 54%),
    linear-gradient(115deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.56) 42%, rgba(255, 255, 255, 0.88) 100%);
  opacity: 0.18;
  mix-blend-mode: multiply;
  pointer-events: none;
}

#content-3 #cb-1-2 .txt-block {
  position: relative;
  z-index: 1;
  padding-right: 18px;
}

#content-3 #cb-1-2 .img-block {
  position: relative;
  z-index: 1;
}

.cbox {
  position: relative;
  padding: 22px 22px 20px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 249, 255, 0.92));
  box-shadow: 0 22px 54px rgba(8, 17, 31, 0.08);
}

.cbox::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  border-radius: 24px 0 0 24px;
  background: linear-gradient(180deg, var(--upgrade-accent), var(--upgrade-accent-2), var(--upgrade-accent-3));
}

.cbox::after {
  display: none;
}

.cbox:hover {
  transform: translateY(-4px);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 28px 64px rgba(8, 17, 31, 0.1);
}

.cbox-txt h5 {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.22rem;
  letter-spacing: -0.02em;
  padding-bottom: 10px;
}

.cbox-txt h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(96px, 100%);
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--upgrade-accent), var(--upgrade-accent-2), var(--upgrade-accent-3));
}

.cbox-txt p {
  margin-bottom: 0;
  line-height: 1.72;
}

#content-5 {
  padding-top: 12px;
}

#content-5 .bg-inner {
  position: relative;
}

#content-5 .bg-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.15), transparent 22%),
    radial-gradient(circle at 82% 70%, rgba(255, 255, 255, 0.08), transparent 18%);
  pointer-events: none;
}

#content-5 .txt-block {
  padding: 28px 30px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}

#content-5 .section-id {
  background: rgba(255, 255, 255, 0.12);
  color: #f4fbff !important;
}

#content-5 .txt-block .h2-md {
  font-size: clamp(2rem, 3vw, 2.85rem);
  line-height: 1.04;
  letter-spacing: -0.03em;
  color: #ffffff;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

#content-5 .txt-block .p-lg {
  margin-top: 12px;
  font-size: 1.06rem;
  color: rgba(246, 250, 255, 0.96);
}

#footer-3 {
  position: relative;
  padding-top: 86px;
  background:
    radial-gradient(circle at top left, rgba(28, 207, 196, 0.1), transparent 22%),
    radial-gradient(circle at 82% 12%, rgba(123, 97, 255, 0.1), transparent 18%),
    radial-gradient(circle at top right, rgba(77, 124, 255, 0.12), transparent 24%),
    linear-gradient(180deg, #0a1324 0%, #101b31 52%, #0b1425 100%);
}

#footer-3::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.24), transparent);
}

.footer-mobile-parity {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05)),
    radial-gradient(circle at top right, rgba(77, 124, 255, 0.08), transparent 26%);
  border: 1px solid rgba(255, 255, 255, 0.11);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.16);
}

.footer-mobile-parity::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 10%, rgba(24, 198, 184, 0.06), transparent 20%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.02), transparent 40%);
  pointer-events: none;
}

.footer-seal-row,
.footer-trust-copy,
.footer-info-grid,
.bottom-footer details {
  position: relative;
  z-index: 1;
}

.footer-seal-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: start;
  margin-bottom: 20px;
}

.footer-seal-meta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-content: start;
  min-width: 0;
}

.footer-seal-stack {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(96px, 112px);
  gap: 12px;
  align-items: start;
}

.footer-seal-row img {
  width: 100%;
  height: auto;
  min-height: 86px;
  object-fit: contain;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-seal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 10px;
  padding: 2px 0;
  margin-bottom: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
}

.footer-seal-links p {
  margin-bottom: 0;
}

/* WCAG contrast hard overrides */
#hero-1 .hero-switch-prefix,
#hero-1 .hero-switch-suffix,
#hero-1 .hero-title-switch-track span,
#hero-1 .hero-offer-lead,
#hero-1 .hero-price,
#hero-1 .hero-price-meta,
#hero-1 .hero-chip,
#hero-1 .hero-point-label,
#hero-1 .hero-point p {
  color: #ffffff !important;
}

#hero-1 .hero-title-switch,
#hero-1 .hero-chip,
#hero-1 .hero-point,
#hero-1 .hero-offer-panel {
  background-color: rgba(7, 11, 23, 0.56) !important;
}

#footer-3 .footer-seal-links a,
#footer-3 .footer-trust-title,
#footer-3 .footer-info-label,
#footer-3 .footer-info-text,
#footer-3 .bottom-footer p,
#footer-3 .bottom-footer li,
#footer-3 .bottom-footer details,
#footer-3 .bottom-footer summary {
  color: #f4f8ff !important;
}

#footer-3 .footer-info-card,
#footer-3 .footer-trust-copy,
#footer-3 .bottom-footer details,
#footer-3 .footer-seal-links a {
  background: rgba(6, 10, 22, 0.48) !important;
}

@media (min-width: 992px) {
  #main-navigation > ul > li > a:not(.last-link) {
    color: #ffffff !important;
    background: rgba(6, 10, 22, 0.62) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    text-shadow: none !important;
  }

  #main-navigation > ul > li > a.last-link {
    background: linear-gradient(135deg, #ffd86b, #ffb45c, #ff8f6b) !important;
    color: #211131 !important;
    border: 1px solid rgba(255, 216, 107, 0.85) !important;
  }

  #main-navigation > ul > li > a.last-link .nav-cta-desktop,
  #main-navigation > ul > li > a.last-link .nav-cta-mobile {
    color: #211131 !important;
  }

  #main-navigation > ul > li > a:hover,
  #main-navigation > ul > li > a:focus-visible {
    color: #ffffff !important;
    background: rgba(16, 21, 38, 0.8) !important;
  }

  #main-navigation > ul > li > a.last-link:hover,
  #main-navigation > ul > li > a.last-link:focus-visible {
    color: #211131 !important;
    background: linear-gradient(135deg, #ffd86b, #ffb45c, #ff8f6b) !important;
  }
}

/* WCAG contrast pass: hero */
#hero-title {
  display: inline-flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.3em 0.36em !important;
  padding: 0.18em 0.24em;
  border-radius: 0.42em;
  background: rgba(6, 10, 22, 0.68) !important;
  box-shadow: 0 10px 28px rgba(6, 10, 22, 0.18);
}

#hero-1 .hero-switch-title {
  gap: 0.3em 0.36em !important;
}

#hero-1 .hero-switch-prefix,
#hero-1 .hero-switch-suffix {
  display: inline-flex !important;
  align-items: center;
  min-height: 1.28em;
  padding: 0.06em 0.16em;
  border-radius: 0.24em;
  background: transparent !important;
  color: #ffffff !important;
}

#hero-1 .hero-title-switch {
  background: rgba(6, 10, 22, 0.82) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18) !important;
}

#hero-1 .hero-title-switch-track span {
  color: #ffffff !important;
}

#hero-1 .hero-offer-panel {
  background:
    linear-gradient(180deg, rgba(6, 10, 22, 0.78), rgba(23, 14, 49, 0.72)) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
}

#hero-1 .hero-offer-lead,
#hero-1 .hero-price,
#hero-1 .hero-price-meta,
#hero-1 .hero-offer-subline,
#hero-1 .hero-offer-subline span,
#hero-1 .hero-chip,
#hero-1 .hero-point-label,
#hero-1 .hero-point p {
  color: #ffffff !important;
}

#hero-1 .hero-offer-lead {
  display: inline-block;
  padding: 0.34rem 0.52rem;
  border-radius: 0.66rem;
  background: rgba(6, 10, 22, 0.52) !important;
}

#hero-1 .hero-chip {
  background: rgba(6, 10, 22, 0.72) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
}

#hero-1 .hero-point {
  background: rgba(6, 10, 22, 0.72) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
}

/* WCAG contrast pass: body sections */
#reviews-4 .section-title h2,
#faqs-1 .faqs-1-title h2,
#content-11 .section-title h2,
#content-11 .txt-block h2,
#content-3 .txt-block h2 {
  color: #231147 !important;
  -webkit-text-fill-color: #231147 !important;
  background: none !important;
}

#reviews-4 .section-title p,
#faqs-1 .faqs-1-title p,
#content-11 .txt-block p,
#content-3 .txt-block p,
.review-4-txt p,
.review-4-data p,
#collapseOne > div > p,
#collapseOne > div > ul > li > p,
#collapseTwo > div > p,
#collapseThree > div > p,
#collapseFour > div > p,
#collapseFive > div > p {
  color: #31445f !important;
}

/* WCAG contrast pass: footer */
#footer-3 .footer-seal-links a {
  display: inline-flex !important;
  align-items: center;
  min-height: 34px;
  padding: 5px 10px !important;
  color: #ffffff !important;
  background: rgba(6, 10, 22, 0.82) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
}

@media (min-width: 992px) {
  #footer-3 .footer-seal-links a {
    justify-content: flex-start;
  }
}

#footer-3 .footer-trust-copy,
#footer-3 .footer-info-card,
#footer-3 .bottom-footer details {
  background: rgba(6, 10, 22, 0.78) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
}

#footer-3 .footer-trust-title,
#footer-3 .footer-info-label,
#footer-3 .footer-info-text,
#footer-3 .bottom-footer p,
#footer-3 .bottom-footer li,
#footer-3 .bottom-footer details,
#footer-3 .bottom-footer summary {
  color: #f7fbff !important;
}

#footer-3 .footer-trust-title {
  font-size: 12px !important;
}

#footer-3 .footer-info-text {
  font-size: 0.88rem !important;
}

.footer-seal-links a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(6, 10, 22, 0.48);
  color: #f8fbff;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
}

.footer-seal-links a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.footer-seal-links a:focus-visible,
.bottom-footer summary:focus-visible {
  outline-color: rgba(255, 216, 107, 0.92);
}

.footer-trust-copy,
.footer-info-card {
  background: rgba(6, 10, 22, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-info-label,
.footer-trust-title {
  color: #fff;
}

.footer-trust-copy {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  margin-bottom: 0;
  box-shadow: none;
  text-align: left;
  width: fit-content;
  max-width: 100%;
  border-radius: 18px;
}

.footer-trust-title {
  font-size: 10.5px;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

@media (min-width: 992px) {
  .footer-mobile-parity {
    padding: 22px 24px 24px;
  }

  .footer-seal-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    margin-bottom: 18px;
  }

  .footer-seal-meta {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
  }

  .footer-seal-links {
    display: grid;
    gap: 0;
    justify-items: start;
    align-items: start;
  }

  .footer-seal-links p {
    display: contents;
  }

  .footer-seal-links a {
    min-height: auto;
    padding: 0;
    display: inline-block;
    background: transparent;
    font-size: 12px;
    font-weight: 600;
    color: #f4f8ff;
    text-align: left;
  }

  .footer-seal-links a:hover {
    background: transparent;
    color: #fff;
  }

  .footer-trust-copy {
    background: transparent;
    border: 0;
    padding: 0;
    justify-self: end;
    align-self: center;
    box-shadow: none;
  }

  .footer-trust-title {
    font-size: 11px;
    color: rgba(244, 248, 255, 0.82);
  }

  .footer-seal-stack {
    grid-auto-columns: 86px;
    gap: 10px;
  }

  .footer-seal-row img {
    min-height: 0;
    padding: 10px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.05);
  }

  .footer-info-grid {
    margin-top: 4px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .footer-info-card {
    min-height: 100%;
  }
}

.footer-trust-logo {
  width: clamp(132px, 15vw, 188px);
  height: auto;
  flex: 0 0 auto;
  filter: drop-shadow(0 10px 22px rgba(10, 18, 36, 0.16));
}

.footer-trust-title {
  margin-bottom: 0;
  font-size: 1rem;
  letter-spacing: -0.03em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  line-height: 1.08;
}

.footer-trust-text {
  max-width: 820px;
  margin: 0 auto;
  line-height: 1.68;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
}

.footer-trust-text,
.footer-info-text,
.bottom-footer p,
.bottom-footer li,
.bottom-footer details,
.bottom-footer summary {
  color: #e4ecf8;
}

@media (min-width: 992px) {
  .footer-seal-row {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .footer-seal-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
  }

  .footer-seal-links p {
    margin-bottom: 0;
  }

  .footer-seal-meta {
    justify-items: center;
  }

  .footer-trust-copy {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .footer-trust-title {
    justify-content: center;
    text-align: center;
  }

  .footer-seal-row img {
    min-height: 92px;
  }

  .footer-info-grid {
    margin-top: 4px;
  }
}

.bottom-footer {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.bottom-footer details {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(6, 10, 22, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

.footer-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.footer-info-card {
  min-height: 100%;
  padding: 16px 15px;
  border-radius: 18px;
  box-shadow: none;
}

.footer-info-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 1.05rem;
}

.footer-info-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.footer-inline-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  object-fit: contain;
  margin-top: 1px;
}

.footer-info-card:last-child .footer-info-icon {
  color: #ffd86b;
}

.footer-info-card:last-child .footer-info-icon img {
  width: 34px;
  height: 34px;
}

.footer-info-label {
  margin-bottom: 6px;
  font-size: 0.96rem;
  font-weight: 720;
  letter-spacing: -0.025em;
  color: #ffffff;
}

.footer-info-text {
  margin-bottom: 0;
  line-height: 1.48;
  font-size: 0.9rem;
  color: #e4ecf8;
}

.bottom-footer summary {
  cursor: pointer;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
}

.bottom-footer summary::marker {
  color: rgba(255, 255, 255, 0.7);
}

.tariff-details-content {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.tariff-details-content p,
.tariff-details-content li,
.tariff-details-content a {
  color: #d5e1f1;
}

.tariff-details-content a {
  text-decoration: underline;
  text-decoration-color: rgba(183, 200, 228, 0.45);
}

@media (max-width: 991.98px) {
  body.wsactive {
    overflow: hidden;
  }

  .nav-cta-desktop,
  .wsmenu > .wsmenu-list > li > a.last-link .nav-cta-desktop {
    display: none;
  }

  .nav-cta-mobile,
  .wsmenu > .wsmenu-list > li > a.last-link .nav-cta-mobile {
    display: inline-block;
  }

  #header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: transparent;
    backdrop-filter: none;
    box-shadow: none;
  }

  #header .header-wrapper {
    padding-top: 8px;
  }

  .wsmobileheader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
    height: auto;
    left: 12px;
    right: 12px;
    margin: 0;
    padding: 10px 12px;
    border-radius: 18px;
    background:
      radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.18), transparent 28%),
      linear-gradient(135deg, rgba(12, 17, 34, 0.84), rgba(38, 22, 74, 0.78) 48%, rgba(75, 47, 136, 0.72) 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 12px 28px rgba(20, 12, 44, 0.18) !important;
    backdrop-filter: blur(20px) saturate(1.15);
    -webkit-backdrop-filter: blur(20px) saturate(1.15);
  }

  .wsmobileheader::before {
    display: none !important;
    content: none !important;
  }

  .wsmobileheader .smllogo {
    display: flex;
    align-items: center;
    margin: 0 !important;
    padding-left: 0 !important;
    width: auto;
    max-width: 148px;
    overflow: visible;
    flex: 0 1 auto;
  }

  .mobile-header-brand {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
  }

  .mobile-header-cta {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 11px;
    margin-left: -2px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(167, 139, 250, 0.3), rgba(109, 59, 210, 0.38));
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff !important;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1;
    white-space: nowrap;
    text-transform: uppercase;
    box-shadow: 0 12px 26px rgba(20, 12, 44, 0.22);
  }

  .smllogo img {
    max-height: 40px;
    width: auto;
    max-width: 100%;
  }

  .wsanimated-arrow {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    top: auto;
    right: auto;
    margin: 0 -4px 0 auto !important;
    padding: 0 !important;
    overflow: hidden;
    border-radius: 13px;
    background: linear-gradient(135deg, rgba(75, 47, 136, 0.92), rgba(109, 59, 210, 0.94));
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow:
      0 10px 24px rgba(48, 27, 98, 0.34),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  .wsanimated-arrow span,
  .wsanimated-arrow span:before,
  .wsanimated-arrow span:after {
    background: #ffffff !important;
  }

  .wsanimated-arrow:hover,
  .wsanimated-arrow:focus-visible {
    background: linear-gradient(135deg, rgba(96, 56, 176, 0.98), rgba(139, 92, 246, 0.98));
    border-color: rgba(255, 255, 255, 0.28);
  }

  .wsanimated-arrow:focus-visible {
    outline: 2px solid rgba(255, 216, 107, 0.95);
    outline-offset: 2px;
  }

  .wsanimated-arrow span {
    position: relative;
    display: block;
    width: 20px;
    height: 2.5px;
  }

  .wsanimated-arrow span:before {
    left: 0;
    top: -7px;
    width: 20px;
  }

  .wsanimated-arrow span:after {
    left: 0;
    bottom: -7px;
    width: 20px;
  }

  .wsactive .wsmobileheader {
    margin-right: 0;
  }

  .wsactive .wsanimated-arrow span {
    background: transparent !important;
    box-shadow: none !important;
  }

  .wsactive .wsanimated-arrow span:before,
  .wsactive .wsanimated-arrow span:after {
    top: 0;
    bottom: auto;
    left: 0;
    width: 20px;
    transform-origin: 50% 50%;
  }

  .wsactive .wsanimated-arrow span:before {
    transform: rotate(45deg);
  }

  .wsactive .wsanimated-arrow span:after {
    transform: rotate(-45deg);
  }

  .wsmenu {
    background: transparent;
  }

  .wsmenu > .wsmenu-list {
    background:
      radial-gradient(circle at top left, rgba(196, 181, 253, 0.18), transparent 24%),
      linear-gradient(180deg, #0f0b21 0%, #1d1238 38%, #341f61 72%, #4d2d91 100%);
    box-shadow: -18px 0 40px rgba(20, 12, 44, 0.3);
  }

  .overlapblackbg {
    background: linear-gradient(180deg, rgba(10, 10, 24, 0.36), rgba(10, 10, 24, 0.72));
  }

  .wsmenu > .wsmenu-list > li > a,
  .tra-menu .wsmenu > .wsmenu-list > li > a,
  .dark-menu .wsmenu > .wsmenu-list > li > a {
    color: rgba(250, 252, 255, 0.98);
    border-bottom-color: rgba(255, 255, 255, 0.16);
  }

  .wsmenu > .wsmenu-list > li:hover > a,
  .wsmenu > .wsmenu-list > li > a:focus-visible {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
  }

  .wsactive .wsanimated-arrow {
    background: linear-gradient(135deg, rgba(255, 216, 107, 0.96), rgba(255, 180, 92, 0.96));
    border-color: rgba(129, 74, 20, 0.26);
    box-shadow:
      0 12px 24px rgba(255, 180, 92, 0.24),
      inset 0 1px 0 rgba(255, 255, 255, 0.32);
  }

  .wsactive .wsanimated-arrow span,
  .wsactive .wsanimated-arrow span:before,
  .wsactive .wsanimated-arrow span:after {
    background: #10213d !important;
  }

  .fbox-4,
  .cbox,
  .review-4 {
    border-radius: 20px;
  }

  .hero-brand-badge {
    display: none;
  }

  #content-5 .bg-inner,
  .footer-mobile-parity {
    border-radius: 28px;
  }

  .footer-seal-row {
    grid-template-columns: 1fr 1fr;
  }

  #features-4 .fbox-4-ico {
    width: 92px;
    height: 92px;
  }

  .footer-info-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  body {
    background: linear-gradient(180deg, #eef4fb 0%, #eef4fb 100%);
  }

  #hero-1 {
    margin-top: -26px;
    padding-top: 112px;
  }

  #header .header-wrapper {
    padding-top: 0;
  }

  .wsmobileheader {
    margin: 0 10px;
    padding: 8px 10px;
    border-radius: 16px;
  }

  .mobile-header-brand {
    gap: 5px;
  }

  .smllogo img {
    max-height: 36px;
  }

  .wsmobileheader .smllogo {
    width: auto;
    max-width: 136px;
    flex-basis: auto;
  }

  .mobile-header-cta {
    min-height: 31px;
    padding: 6px 9px;
    margin-left: -3px;
    font-size: 0.64rem;
  }

  p,
  .p-md,
  .p-lg,
  .p-xl,
  .os-version {
    font-size: 0.96rem;
    line-height: 1.62;
  }

  .h2-md {
    font-size: clamp(1.7rem, 8vw, 2.18rem);
    line-height: 1.04;
    letter-spacing: -0.045em;
  }

  .h5-sm {
    font-size: 1.08rem;
    line-height: 1.18;
  }

  .hero-app-logo img {
    max-width: 250px;
  }

  .hero-brand-badge {
    margin-bottom: 18px;
    padding: 0;
  }

  .hero-1-txt .h2-title-xs,
  .hero-1-txt .hero-switch-title {
    font-size: clamp(2rem, 9.2vw, 2.75rem);
    line-height: 0.97;
    letter-spacing: -0.06em;
  }

  .hero-offer-kicker {
    font-size: 0.68rem;
    letter-spacing: 0.12em;
  }

  .hero-1-img {
    margin-top: 8px;
  }

  .hero-1-img img {
    max-width: 210px;
    width: 62%;
  }

  .content-5-img img {
    max-width: 240px;
    width: 62%;
    margin-left: auto;
    margin-right: auto;
  }

  .faqs-1-title img {
    max-width: 180px;
    width: 58%;
    margin-left: auto;
    margin-right: auto;
  }

  #reviews-4 .review-4 {
    min-height: 0;
  }


  #features-4 .section-title {
    padding: 0 6px 14px;
    border-radius: 0;
    margin-bottom: 22px;
  }

  #features-4 .section-title h2,
  #reviews-4 .section-title h2,
  #content-11 .txt-block h2,
  #content-3 .txt-block h2,
  #content-5 .txt-block h2,
  #faqs-1 .faqs-1-title h2 {
    text-wrap: pretty;
  }

  #download-6 .download-6-txt {
    padding: 18px 14px;
    border-radius: 20px;
  }

  #download-6 .download-6-txt h2 {
    margin-bottom: 14px;
    font-size: 1.68rem;
    line-height: 1.08;
    letter-spacing: -0.025em;
    text-shadow: 0 4px 14px rgba(0, 0, 0, 0.14);
  }

  #download-6 .download-6-txt h2::after {
    width: 72px;
    height: 3px;
    margin-top: 10px;
  }

  .faq-trust-proof {
    gap: 8px;
    padding: 10px 12px;
    border-radius: 22px;
  }

  .faq-trust-chip,
  .faq-trust-brand {
    font-size: 0.88rem;
  }

  #features-4 .section-title p {
    margin-top: 10px;
    font-size: 0.92rem;
    line-height: 1.58;
  }

  #content-3 .cbox-1,
  #content-11 .txt-block,
  #faqs-1 .faqs-1-title {
    padding: 20px 16px;
    border-radius: 24px;
  }

  #content-5 .txt-block {
    padding: 20px 18px;
  }

  #content-5 .section-id {
    margin-bottom: 14px;
  }

  #content-5 .txt-block .h2-md {
    margin-bottom: 8px;
  }

  #content-5 .txt-block .p-lg {
    margin-top: 8px;
    margin-bottom: 0;
    line-height: 1.34;
  }

  #content-3 #cb-1-1 .section-id {
    padding: 9px 12px;
    margin-bottom: 12px;
    border-radius: 14px;
    letter-spacing: 0.04em;
    line-height: 1.15;
  }

  .content-5-img {
    margin-bottom: 16px;
  }

  #features-4 {
    padding-top: 56px !important;
  }

  #features-4 .section-title {
    padding: 0;
  }

  #features-4 .fbox-4-wrapper {
    padding: 12px;
    border-radius: 22px;
  }

  #features-4 .fbox-4 {
    padding: 18px 12px 14px;
    border-radius: 16px;
    min-height: auto;
  }

  #reviews-4 .reviews-4-carousel {
    margin: 0;
  }

  #reviews-4 .reviews-4-carousel .review-4 {
    margin: 0;
    padding: 14px 13px;
  }

  #features-4 .fbox-4 h3,
  #features-4 .fbox-4 h5,
  .cbox-txt h5,
  .review-4-data h5 {
    font-size: 0.98rem;
    line-height: 1.15;
  }

  #features-4 .fbox-4 p,
  .cbox-txt p,
  .review-4-txt p,
  .footer-trust-text,
  .footer-info-text {
    font-size: 0.89rem;
    line-height: 1.48;
  }

  #features-4 .fbox-4 h3,
  #features-4 .fbox-4 h5,
  #features-4 .fbox-4 p {
    max-width: none;
  }

  .content-11-btn .btn.btn-rose,
  .stores-badge .btn.btn-rose,
  .reviews-download-btn .btn.btn-rose,
  .txt-block .btn.btn-rose {
    width: min(100%, var(--upgrade-cta-width));
    justify-content: center;
    min-height: 50px;
    padding: 12px 16px !important;
    font-size: 0.94rem;
  }

  .content-11-btn .os-version,
  .stores-badge .os-version {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.84rem;
    line-height: 1.38;
  }

  #features-4 .fbox-4 .m-row,
  #content-3 #cb-1-2 .m-row {
    row-gap: 10px;
  }

  #fb-4-4 {
    display: none;
  }

  #content-3 #cb-1-2 .cbox:last-child {
    display: none;
  }

  #content-3 #cb-1-1 .img-block,
  #content-3 #cb-1-2 .img-block {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }

  #content-3 #cb-1-1 .img-block img {
    border-radius: 0;
    box-shadow: none;
  }

  #content-3 #cb-1-1 .img-block img,
  #content-3 #cb-1-2 .img-block img {
    max-width: 100%;
  }

  #content-3 #cb-1-1 .img-block {
    margin-bottom: 16px !important;
  }

  #content-3 #cb-1-2 .img-block {
    margin-top: 10px !important;
    margin-bottom: 8px !important;
  }

  #content-3 #cb-1-2::after {
    background:
      radial-gradient(circle at center, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 52%),
      linear-gradient(145deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.62) 44%, rgba(255, 255, 255, 0.9) 100%);
    opacity: 0.19;
  }

  #features-4 .fbox-4-ico {
    width: 54px;
    height: 54px;
    margin-left: 0;
    margin-top: 8px;
    border-radius: 14px;
  }

  #features-4 .fbox-4-ico span {
    font-size: 1.55rem;
  }

  #features-4 .fbox-4 .m-bottom,
  #features-4 .fbox-4 .m-top {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }

  .footer-mobile-parity {
    padding: 18px 14px;
  }

  .footer-trust-title {
    font-size: 0.98rem;
    line-height: 1.2;
  }

  .footer-inline-icon {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
  }

  .footer-seal-links a {
    min-height: 34px;
    padding: 7px 11px;
    font-size: 0.84rem;
  }

  .bottom-footer details {
    padding: 14px 12px;
    border-radius: 16px;
  }

  .footer-seal-row {
    grid-template-columns: minmax(0, 1.1fr) minmax(84px, 96px);
    gap: 10px;
    margin-bottom: 12px;
    align-items: start;
  }

  .footer-seal-meta {
    gap: 10px;
  }

  .footer-seal-stack {
    grid-auto-flow: row;
    grid-auto-columns: auto;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .footer-seal-row img {
    width: 100%;
    max-width: 84px;
    min-height: 74px;
    padding: 9px;
    border-radius: 14px;
    justify-self: end;
  }

  .footer-seal-links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    align-content: stretch;
  }

  .footer-seal-links a {
    width: 100%;
    justify-content: center;
  }

  .footer-trust-copy {
    padding: 14px 13px;
    margin-bottom: 10px;
    gap: 10px;
    align-items: center;
    flex-wrap: nowrap;
  }

  .footer-trust-logo {
    width: 110px;
  }

  .footer-trust-text {
    font-size: 0.84rem;
    line-height: 1.5;
    gap: 8px;
  }

  .footer-info-grid {
    gap: 8px;
  }

  .footer-info-card {
    padding: 12px 11px;
    border-radius: 14px;
  }

  .footer-info-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 7px;
    border-radius: 10px;
    font-size: 0.9rem;
  }

  .footer-info-icon img {
    width: 17px;
    height: 17px;
  }

  .footer-info-label {
    margin-bottom: 3px;
    font-size: 0.84rem;
  }

.footer-info-text {
  font-size: 0.8rem;
  line-height: 1.34;
}

.bottom-footer {
  margin-top: 12px;
  padding-top: 12px;
}

@media (max-width: 767.98px) {
  .hero-wave {
    left: -56%;
    width: 220%;
    bottom: 1rem;
    height: 18rem;
  }

  .hero-wave-1 {
    height: 16rem;
  }

  .hero-wave-2 {
    bottom: -0.5rem;
    height: 13rem;
  }

  .hero-wave-3 {
    bottom: -1.75rem;
    height: 10rem;
  }
}

@media (max-width: 479.98px) {
  .hero-wave-3 {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-wave {
    animation: none;
  }
}

  .bottom-footer summary {
    font-size: 0.9rem;
  }

  .tariff-details-content {
    margin-top: 12px;
    padding-top: 12px;
  }

  .tariff-details-content p,
  .tariff-details-content li,
  .tariff-details-content a {
    font-size: 0.8rem;
    line-height: 1.42;
  }

  .more-questions {
    padding: 14px 12px;
  }

  .more-questions h5 {
    font-size: 0.92rem;
    line-height: 1.28;
  }

  .hero-offer-subline {
    margin-top: 6px;
    padding: 8px 10px;
    font-size: 0.68rem;
    line-height: 1.22;
    color: rgba(248, 250, 255, 0.92);
  }

  .hero-offer-subline span {
    padding-left: 10px;
  }

  .hero-offer-subline span::before {
    width: 4px;
    height: 4px;
  }
}

@media (max-width: 479.98px) {
  #download-6 .download-6-txt h2 {
    font-size: 1.52rem;
  }

  #download-6 .download-6-txt h2::after {
    width: 64px;
  }

  #content-3 #cb-1-1 .section-id {
    padding: 8px 11px;
    font-size: 0.74rem;
    letter-spacing: 0.02em;
  }

  .wsmobileheader {
    left: 8px;
    right: 8px;
    margin: 0;
    padding: 7px 9px;
    border-radius: 16px;
  }

  .mobile-header-cta {
    max-width: 120px;
    padding: 5px 8px;
    margin-left: -4px;
    font-size: 0.6rem;
    letter-spacing: 0.03em;
    text-align: center;
    white-space: normal;
    line-height: 1.15;
  }

  .wsmobileheader .smllogo {
    width: auto;
    max-width: 124px;
    flex-basis: auto;
  }

  .hero-app-logo img {
    max-width: 200px;
  }

  .hero-brand-badge {
    flex-direction: column;
    gap: 8px;
    width: 100%;
    justify-content: center;
    padding: 0;
  }

  .hero-offer-kicker {
    margin-left: 0;
    padding: 8px 12px;
    white-space: normal;
    text-align: center;
    transform: none;
  }

  .hero-app-logo {
    width: 100%;
    justify-content: center;
    display: flex;
    padding: 0;
  }

  .hero-1-txt {
    max-width: 100%;
  }

  .hero-1-img img {
    max-width: 180px;
    width: 56%;
  }

  .content-5-img img {
    max-width: 190px;
    width: 56%;
  }

  .content-5-img {
    margin-bottom: 10px;
  }

  .faqs-1-title img {
    max-width: 140px;
    width: 50%;
  }

  .hero-offer-panel {
    padding: 15px 13px;
    border-radius: 18px;
  }

  .review-4 {
    padding: 16px 15px 14px;
  }

  .review-4-txt p {
    font-size: 0.92rem;
  }

  #features-4 .fbox-4-wrapper,
  #content-3 .cbox-1,
  #content-5 .txt-block,
  #content-11 .txt-block,
  #faqs-1 .faqs-1-title,
  .footer-mobile-parity {
    border-radius: 22px;
  }

  #features-4 .section-title h2 {
    font-size: 1.62rem;
  }

  #features-4 .section-title::after {
    width: 84px;
    margin-top: 14px;
  }

  #features-4 .fbox-4 {
    padding: 17px 11px 13px;
  }

  #features-4 .fbox-4 h3,
  #features-4 .fbox-4 h3,
  #features-4 .fbox-4 h5 {
    font-size: 0.94rem;
  }

  #features-4 .fbox-4 p {
    font-size: 0.85rem;
    line-height: 1.42;
  }

  #content-3 #cb-1-1 .img-block,
  #content-3 #cb-1-2 .img-block {
    max-width: 180px;
  }

  .review-4 {
    padding: 14px 12px;
  }

  #reviews-4 .reviews-4-carousel .review-4 {
    padding: 13px 12px;
  }

  .footer-mobile-parity {
    padding: 16px 12px;
  }

  .footer-info-card {
    padding: 11px 10px;
  }

  .wsanimated-arrow {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }
}

/* Final WCAG overrides: keep at EOF */
#hero-title {
  display: inline-flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 0.3em 0.36em !important;
  padding: 0.28em 0.38em !important;
  border-radius: 0.5em !important;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 48%),
    linear-gradient(135deg, rgba(20, 16, 42, 0.82), rgba(44, 29, 84, 0.8), rgba(27, 40, 78, 0.76)) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 18px 40px rgba(8, 17, 31, 0.16) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
}

#hero-title > .hero-switch-prefix,
#hero-title > .hero-switch-suffix,
#hero-title .hero-title-switch-track span {
  color: #ffffff !important;
}

#hero-title > .hero-switch-prefix,
#hero-title > .hero-switch-suffix {
  display: flex !important;
  width: 100% !important;
  justify-content: center !important;
  text-align: center !important;
  background: transparent !important;
  padding: 0 !important;
}

#hero-title > .hero-title-switch {
  margin-left: auto !important;
  margin-right: auto !important;
}

#hero-title .hero-title-switch {
  background: linear-gradient(135deg, rgba(10, 18, 36, 0.96), rgba(38, 22, 74, 0.96)) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08) !important;
}

#hero-1 .hero-offer-panel,
#hero-1 .hero-chip,
#hero-1 .hero-point {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 52%),
    linear-gradient(140deg, rgba(20, 16, 42, 0.8), rgba(44, 29, 84, 0.78), rgba(27, 40, 78, 0.74)) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 18px 38px rgba(8, 17, 31, 0.16) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
}

#hero-1 .hero-offer-lead {
  display: inline-block !important;
  padding: 0.5rem 0.7rem !important;
  border-radius: 0.8rem !important;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 50%),
    linear-gradient(140deg, rgba(20, 16, 42, 0.82), rgba(44, 29, 84, 0.8), rgba(27, 40, 78, 0.76)) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 18px 38px rgba(8, 17, 31, 0.16) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
}

#hero-1 .hero-offer-lead,
#hero-1 .hero-price,
#hero-1 .hero-price-meta,
#hero-1 .hero-offer-subline,
#hero-1 .hero-offer-subline span,
#hero-1 .hero-chip,
#hero-1 .hero-point-label,
#hero-1 .hero-point p {
  color: #ffffff !important;
}

#hero-1 .hero-offer-subline span::before {
  background: rgba(255, 255, 255, 0.9) !important;
}

#hero-1 .hero-offer-subline {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 52%),
    linear-gradient(140deg, rgba(20, 16, 42, 0.8), rgba(44, 29, 84, 0.78), rgba(27, 40, 78, 0.74)) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 18px 38px rgba(8, 17, 31, 0.16) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
}

#footer-3 .footer-seal-links a {
  background: #09101d !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
}

#footer-3 .footer-trust-copy,
#footer-3 .footer-info-card,
#footer-3 .bottom-footer details {
  background: #09101d !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
}

#footer-3 .footer-seal-links a,
#footer-3 .footer-trust-title,
#footer-3 .footer-info-label,
#footer-3 .footer-info-text,
#footer-3 .bottom-footer p,
#footer-3 .bottom-footer li,
#footer-3 .bottom-footer details,
#footer-3 .bottom-footer summary {
  color: #ffffff !important;
}

#footer-3 .footer-info-icon,
#footer-3 .footer-info-card:last-child .footer-info-icon {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

@media (min-width: 992px) {
  #faqs-1 .faqs-1-title {
    padding: 30px !important;
    border-radius: 28px !important;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(245, 250, 255, 0.8)),
      radial-gradient(circle at top right, rgba(123, 97, 255, 0.08), transparent 20%) !important;
    border: 1px solid rgba(16, 33, 61, 0.08) !important;
    box-shadow: 0 24px 60px rgba(8, 17, 31, 0.08) !important;
  }

  #faqs-1 .faqs-1-title h2 {
    position: relative !important;
    display: inline-block !important;
    margin-bottom: 18px !important;
    color: #24124b !important;
    letter-spacing: -0.035em !important;
    line-height: 1.02 !important;
    text-wrap: balance !important;
  }

  #faqs-1 .faqs-1-title h2::after {
    width: 108px !important;
    height: 4px !important;
    margin-top: 14px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(90deg, var(--upgrade-accent), var(--upgrade-accent-2), var(--upgrade-accent-3), var(--upgrade-rose)) !important;
  }

  #faqs-1 .card-header {
    padding: 0 !important;
    background: transparent !important;
    border-bottom: 1px solid rgba(16, 33, 61, 0.06) !important;
  }

  #faqs-1 .card-header a {
    display: block !important;
    padding: 22px 28px !important;
    font-family: "Plus Jakarta Sans", "Roboto", sans-serif !important;
    font-weight: 720 !important;
    letter-spacing: -0.024em !important;
    line-height: 1.28 !important;
    color: var(--upgrade-text) !important;
    text-wrap: balance !important;
  }

  #faqs-1 .card-body {
    padding: 20px 28px 24px !important;
  }

  #faqs-1 .card-body .p-lg,
  #faqs-1 .card-body .simple-list li p {
    line-height: 1.76 !important;
  }
}

/* CLS fix: keep hero waves static */
#hero-1 .hero-wave {
  animation: none !important;
  transform: translateX(0) !important;
  will-change: auto !important;
}
