
  .qdepot-sticky-header {
    margin-top: 8px;
    margin-bottom: 18px;
  }



    .qd-reviews-redesign {
      --qd-text: #2a2230;
      --qd-text-soft: #262626;
      --qd-white: #ffffff;
      --qd-brand: #fa77b9;
      --qd-brand-strong: #f754a5;
      --qd-line: rgba(247, 84, 165, 0.12);
      --qd-shadow: 0 20px 55px rgba(129, 89, 114, 0.08);
      --qd-shadow-soft: 0 10px 25px rgba(129, 89, 114, 0.06);
      --qd-shadow-hover: 0 28px 70px rgba(129, 89, 114, 0.14);
      --qd-transition: 0.35s cubic-bezier(.22,1,.36,1);
      --qd-google: #4285f4;
      --qd-google-bg: #f5f9ff;
      --qd-trustpilot: #00b67a;
      --qd-trustpilot-bg: #f4fffb;
      --qd-reseller: #5d7cff;
      --qd-reseller-bg: #f7f8ff;

      font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: var(--qd-text);
      background: #ffffff;
      isolation: isolate;
      margin: 0 auto;
      width: 100%;
      max-width: 1240px;
      overflow-x: hidden;
    }

    .qd-reviews-redesign *,
    .qd-reviews-redesign *::before,
    .qd-reviews-redesign *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
      font-family: inherit;
    }

    .qd-reviews-redesign a {
      text-decoration: none;
    }

    .qd-reviews-shell {
      width: 100%;
      max-width: 1240px;
      margin: 0 auto;
      padding: 28px 18px 96px;
    }

    .qd-reveal {
      opacity: 0;
      transform: translateY(28px);
      transition: opacity 0.8s ease, transform 0.8s ease;
    }

    .qd-reveal.visible {
      opacity: 1;
      transform: translateY(0);
    }

    .qd-delay-1 { transition-delay: .08s; }
    .qd-delay-2 { transition-delay: .16s; }
    .qd-delay-3 { transition-delay: .24s; }

    .qd-topbar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      margin-bottom: 34px;
    }

    .qd-brand {
      display: inline-flex;
      align-items: center;
      flex-shrink: 0;
    }

    .qd-brand img {
      display: block;
      width: auto;
      height: 50px;
      max-width: 220px;
    }

    .qd-topbar-button,
    .qd-platform-btn,
    .qd-cta-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      font-weight: 800;
      transition: transform var(--qd-transition), box-shadow var(--qd-transition), background var(--qd-transition), color var(--qd-transition), border-color var(--qd-transition);
    }

    .qd-topbar-button {
      min-height: 46px;
      padding: 0 18px;
      font-size: 0.95rem;
      color: var(--qd-brand-strong);
      background: #ffffff;
      border: 1px solid rgba(247, 84, 165, 0.18);
      box-shadow: var(--qd-shadow-soft);
      flex-shrink: 0;
    }

    .qd-topbar-button:hover,
    .qd-platform-btn:hover {
      transform: translateY(-2px);
      background: linear-gradient(135deg, var(--qd-brand-strong), var(--qd-brand));
      color: #ffffff;
      border-color: transparent;
    }

    .qd-reviews-header {
      text-align: center;
      padding: 42px 0 76px;
      margin-bottom: 10px;
    }

    .qd-header-content {
      max-width: 880px;
      margin: 0 auto;
    }

    .qd-header-title {
      font-family: "Plus Jakarta Sans", sans-serif;
      font-size: clamp(2.8rem, 5vw, 3.7rem);
      font-weight: 700;
      line-height: 1.12;
      letter-spacing: 0;
      color: #3a2436;
      margin-bottom: 20px;
      text-wrap: balance;
    }

    .qd-title-accent {
      color: var(--qd-brand-strong);
    }

    .qd-header-subtitle,
    .qd-section-subheading {
      font-size: 1.25rem;
      max-width: 760px;
      margin: 0 auto;
      color: var(--qd-text-soft);
      line-height: 1.9;
    }

    .qd-symbol {
            font-weight: normal;
      font-style: normal;
      font-size: 28px;
      line-height: 1;
                  display: inline-block;
      white-space: nowrap;
                        -webkit-font-smoothing: antialiased;
      vertical-align: middle;
    }

    .qd-ratings-2024,
    .qd-testimonials-2024,
    .qd-trust-section {
      padding: 0;
      text-align: center;
      background: #ffffff;
    }

    .qd-ratings-2024 {
      margin-bottom: 120px;
    }

    .qd-testimonials-2024 {
      margin-bottom: 128px;
    }

    .qd-trust-section {
      margin-bottom: 124px;
    }

    .qd-section-heading {
      font-family: "Plus Jakarta Sans", sans-serif;
      font-size: clamp(2.1rem, 4vw, 3.1rem);
      font-weight: 700;
      color: var(--qd-text);
      margin-bottom: 16px;
      line-height: 1.12;
      letter-spacing: 0;
      position: relative;
      text-wrap: balance;
    }

    .qd-section-heading::after {
      content: "";
      display: block;
      width: 70px;
      height: 4px;
      margin: 18px auto 0;
      border-radius: 999px;
      background: linear-gradient(90deg, var(--qd-brand-strong), var(--qd-brand));
    }

    .qd-section-subheading {
      margin-bottom: 52px;
    }

    .qd-ratings-grid,
    .qd-trust-grid {
      display: grid;
      gap: 34px;
      max-width: 1020px;
      margin: 0 auto;
    }

    .qd-ratings-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .qd-trust-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      margin-top: 52px;
    }

    .qd-rating-card,
    .qd-trust-card {
      border-radius: 28px;
      box-shadow: var(--qd-shadow-soft);
      transition: transform var(--qd-transition), box-shadow var(--qd-transition), border-color var(--qd-transition), filter var(--qd-transition);
      min-height: 100%;
    }

    .qd-rating-card {
      padding: 34px 28px 30px;
      border: 1px solid transparent;
    }

    .qd-rating-card:hover,
    .qd-trust-card:hover {
      transform: translateY(-8px);
      box-shadow: var(--qd-shadow-hover);
    }

    .qd-rating-card:nth-child(1) {
      background: var(--qd-google-bg);
      border-color: rgba(66, 133, 244, 0.18);
    }

    .qd-rating-card:nth-child(2) {
      background: var(--qd-trustpilot-bg);
      border-color: rgba(0, 182, 122, 0.18);
    }

    .qd-rating-card:nth-child(3) {
      background: var(--qd-reseller-bg);
      border-color: rgba(93, 124, 255, 0.18);
    }

    .qd-rating-platform {
      font-weight: 800;
      margin-bottom: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0.7rem;
      font-size: 1.08rem;
      color: var(--qd-text);
    }

    .qd-rating-platform .qd-symbol {
      font-size: 1.45rem;
    }

    .qd-rating-card:nth-child(1) .qd-rating-platform .qd-symbol {
      color: var(--qd-google);
    }

    .qd-rating-card:nth-child(2) .qd-rating-platform .qd-symbol {
      color: var(--qd-trustpilot);
    }

    .qd-rating-card:nth-child(3) .qd-rating-platform .qd-symbol {
      color: var(--qd-reseller);
    }

    .qd-rating-stars {
      color: #d7a649;
      font-size: 1.6rem;
      margin: 1rem 0 0.9rem;
      display: flex;
      justify-content: center;
      gap: 0.18rem;
    }

    .qd-rating-value {
      font-family: "Plus Jakarta Sans", sans-serif;
      font-size: clamp(2.7rem, 4vw, 3.4rem);
      font-weight: 700;
      color: var(--qd-text);
      margin: 0.9rem 0 0.8rem;
      height: 3.5rem;
      display: flex;
      align-items: center;
      justify-content: center;
      letter-spacing: 0;
      line-height: 1;
    }

    .qd-rating-label {
      font-size: 1rem;
      color: var(--qd-text-soft);
      line-height: 1.7;
      font-weight: 600;
    }

    .qd-platform-btns {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 16px;
      max-width: 980px;
      margin: 44px auto 0;
    }

    .qd-platform-btn {
      gap: 0.7rem;
      min-height: 52px;
      padding: 0 20px;
      color: var(--qd-text);
      background: #ffffff;
      border: 1px solid rgba(247, 84, 165, 0.12);
      box-shadow: var(--qd-shadow-soft);
      font-size: 0.98rem;
    }

    .qd-mobile-btn-card {
      display: none;
      margin-top: 1.35rem;
    }

    .qd-testimonials-frame-wrap {
      position: relative;
      margin-top: 46px;
    }

    .qd-reviews-iframe {
      width: 100%;
      border: 1px solid rgba(247, 84, 165, 0.1);
      border-radius: 28px;
      box-shadow: var(--qd-shadow-soft);
      height: 1590px;
      background: #ffffff;
      display: block;
    }

    .qd-mobile-iframe-fallback {
      display: none;
      margin-top: 18px;
      padding: 22px 18px;
      border-radius: 22px;
      border: 1px solid rgba(247, 84, 165, 0.12);
      background: linear-gradient(180deg, #fff8fc 0%, #fff2f8 100%);
      box-shadow: var(--qd-shadow-soft);
    }

    .qd-mobile-iframe-fallback p {
      color: var(--qd-text-soft);
      font-size: 1rem;
      line-height: 1.8;
      margin-bottom: 14px;
    }

    .qd-trust-card {
      padding: 34px 28px;
      border: 1px solid rgba(247, 84, 165, 0.1);
    }

    .qd-trust-card:nth-child(3n+1) {
      background: linear-gradient(180deg, #fff8fc 0%, #fff2f8 100%);
    }

    .qd-trust-card:nth-child(3n+2) {
      background: linear-gradient(180deg, #fffaf4 0%, #fff1ea 100%);
    }

    .qd-trust-card:nth-child(3n+3) {
      background: linear-gradient(180deg, #f9fffc 0%, #e9fbf4 100%);
    }

    .qd-trust-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 72px;
      height: 72px;
      font-size: 2.1rem;
      color: var(--qd-brand-strong);
      margin-bottom: 1.35rem;
      border-radius: 22px;
      background: rgba(255, 255, 255, 0.84);
      box-shadow: inset 0 0 0 1px rgba(247, 84, 165, 0.08);
      transition: transform var(--qd-transition), box-shadow var(--qd-transition);
    }

    .qd-trust-icon .qd-symbol {
      font-size: inherit;
      width: 1em;
      height: 1em;
    }

    .qd-trust-card:hover .qd-trust-icon {
      transform: translateY(-2px) scale(1.06);
      box-shadow: inset 0 0 0 1px rgba(247, 84, 165, 0.12), 0 12px 26px rgba(129, 89, 114, 0.08);
    }

    .qd-trust-title {
      font-family: "Plus Jakarta Sans", sans-serif;
      font-weight: 700;
      margin-bottom: 0.95rem;
      font-size: 1.18rem;
      line-height: 1.35;
      letter-spacing: 0;
      color: var(--qd-text);
    }

    .qd-trust-card p {
      line-height: 1.75;
      font-size: 1rem;
      color: var(--qd-text-soft);
    }

    .qd-cta-section {
      color: var(--qd-text);
      padding: 0;
      text-align: center;
      margin-bottom: 0;
      background: transparent;
      box-shadow: none;
    }

    .qd-cta-panel {
      background: linear-gradient(180deg, #fff1f8 0%, #ffe6f2 100%);
      border-radius: 32px;
      border: 1px solid rgba(247, 84, 165, 0.12);
      box-shadow: var(--qd-shadow);
      text-align: center;
      padding: 96px 32px;
      transition: transform var(--qd-transition), box-shadow var(--qd-transition);
    }

    .qd-cta-panel:hover {
      transform: translateY(-8px);
      box-shadow: var(--qd-shadow-hover);
    }

    .qd-cta-section .qd-section-subheading {
      margin-bottom: 0;
    }

    .qd-cta-btn {
      min-height: 58px;
      background: linear-gradient(135deg, var(--qd-brand-strong), var(--qd-brand));
      color: #ffffff;
      padding: 0 28px;
      box-shadow: 0 18px 40px rgba(247, 84, 165, 0.22);
      margin-top: 32px;
      font-size: 1rem;
    }

    .qd-cta-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 24px 46px rgba(247, 84, 165, 0.28);
    }

    @media (max-width: 980px) {
      .qd-ratings-grid,
      .qd-trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px;
      }
    }

    @media (max-width: 768px) {
      .qd-reviews-shell {
        width: 100%;
        max-width: 1240px;
        padding: 24px 20px 78px;
      }

      .qd-topbar {
        margin-bottom: 34px;
      }

      .qd-brand img {
        height: 38px;
        max-width: 170px;
      }

      .qd-topbar-button {
        min-height: 42px;
        padding: 0 16px;
        font-size: 0.9rem;
      }

      .qd-reviews-header {
        padding: 34px 0 70px;
        margin-bottom: 0;
      }

      .qd-header-title {
        font-size: clamp(3rem, 12vw, 3.8rem);
        line-height: 1.12;
        margin-bottom: 18px;
      }

      .qd-header-subtitle,
      .qd-section-subheading {
        font-size: 1.2rem;
        line-height: 1.78;
      }

      .qd-section-heading {
        font-size: clamp(2.25rem, 9vw, 2.9rem);
        line-height: 1.16;
        margin-bottom: 18px;
      }

      .qd-section-subheading {
        margin-bottom: 42px;
      }

      .qd-ratings-grid,
      .qd-trust-grid {
        grid-template-columns: 1fr;
        gap: 30px;
      }

      .qd-ratings-2024 {
        margin-bottom: 104px;
      }

      .qd-testimonials-2024 {
        margin-bottom: 108px;
      }

      .qd-trust-section {
        margin-bottom: 108px;
      }

      .qd-rating-card,
      .qd-trust-card {
        padding: 30px 22px;
      }

      .qd-platform-btns {
        display: none;
      }

      .qd-mobile-btn-card {
        display: block;
      }

      .qd-platform-btn {
        width: 100%;
      }

      .qd-testimonials-frame-wrap {
        margin-top: 40px;
      }

      .qd-reviews-iframe {
        height: 2200px;
      }

      .qd-mobile-iframe-fallback.is-visible {
        display: block;
      }

      .qd-iframe-failed .qd-reviews-iframe {
        min-height: 320px;
        height: 320px;
      }

      .qd-trust-title {
        font-size: 1.28rem;
      }

      .qd-cta-panel {
        padding: 72px 22px;
      }
    }

    @media (max-width: 480px) {
      .qd-reviews-shell {
        padding-left: 18px;
        padding-right: 18px;
      }

      .qd-header-title {
        font-size: 2.75rem;
      }

      .qd-section-heading {
        font-size: 2.15rem;
      }

      .qd-ratings-grid,
      .qd-trust-grid {
        gap: 28px;
      }

      .qd-reviews-iframe {
        height: 1900px;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .qd-reveal,
      .qd-rating-card,
      .qd-trust-card,
      .qd-platform-btn,
      .qd-cta-btn,
      .qd-trust-icon,
      .qd-cta-panel {
        transition: none !important;
        animation: none !important;
      }
    }
  
/* Final review page polish: local-font friendly icons, cleaner rhythm, and consistent typography. */
.qdepot-sticky-header {
  margin-top: 8px;
  margin-bottom: 18px;
}

.qd-reviews-redesign {
  max-width: none;
}

.qd-reviews-shell {
  width: min(100% - 36px, 1240px);
  padding: 44px 0 96px;
}

.qd-header-title,
.qd-section-heading,
.qd-trust-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  letter-spacing: -0.026em;
}

.qd-header-title {
  font-size: clamp(2.35rem, 4.8vw, 3.65rem);
  font-weight: 650;
}

.qd-section-heading {
  font-size: clamp(2rem, 3.7vw, 2.95rem);
  font-weight: 620;
}

.qd-header-subtitle,
.qd-section-subheading,
.qd-rating-label,
.qd-trust-card p,
.qd-mobile-iframe-fallback p {
  color: var(--qd-text-soft);
  font-size: clamp(1.06rem, 1.35vw, 1.18rem);
  font-weight: 400;
  line-height: 1.74;
}

.qd-section-subheading {
  margin-top: 28px;
  margin-bottom: 52px;
}

.qd-rating-intro {
  width: min(100%, 820px);
  margin: 0 auto 46px;
  padding: 22px 28px;
  border: 1px solid rgba(247, 84, 165, 0.16);
  border-radius: 22px;
  background: linear-gradient(135deg, #fff3f8 0%, #fde6f1 100%);
  color: #4d3c48;
  font-size: clamp(1.06rem, 1.3vw, 1.18rem);
  font-weight: 450;
  line-height: 1.72;
  text-align: center;
  box-shadow: 0 14px 34px rgba(129, 89, 114, 0.06);
}

.qd-section-heading::after {
  margin-top: 18px;
}

.qd-rating-card,
.qd-trust-card,
.qd-cta-panel,
.qd-reviews-iframe,
.qd-mobile-iframe-fallback {
  border-radius: 24px;
  border: 1px solid rgba(247, 84, 165, 0.12);
  box-shadow: 0 14px 34px rgba(129, 89, 114, 0.07);
}

.qd-rating-card:hover,
.qd-trust-card:hover,
.qd-cta-panel:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 58px rgba(129, 89, 114, 0.12);
}

.qd-rating-platform,
.qd-platform-btn,
.qd-cta-btn,
.qd-trust-title {
  font-weight: 650;
}

.qd-rating-value {
  font-weight: 620;
  letter-spacing: -0.035em;
}

.qd-symbol {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.55em;
  height: 1.55em;
  border-radius: 999px;
  font-family: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;
  font-size: 0.88em;
  font-weight: 800;
  line-height: 1;
  vertical-align: middle;
}

.qd-rating-stars .qd-symbol {
  width: auto;
  height: auto;
  color: #d7a649;
  background: transparent;
  font-size: 1.35rem;
}

.qd-trust-icon .qd-symbol {
  width: 1em;
  height: 1em;
  color: currentColor;
  background: transparent;
  font-size: 1.8rem;
}

.qd-symbol-google { color: #4285f4; background: #edf4ff; }
.qd-symbol-trustpilot { color: #00b67a; background: #e9fbf4; }
.qd-symbol-reseller { color: #f754a5; background: #fff3f8; }

.qd-cta-panel {
  background:
    radial-gradient(circle at 50% 0%, rgba(250, 119, 185, 0.22), transparent 34%),
    linear-gradient(180deg, #fff8fc 0%, #ffe6f2 100%);
}

.qd-cta-section {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 92px;
}

.qd-cta-panel {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  box-shadow: 0 24px 60px rgba(129, 89, 114, 0.08);
}

.qd-cta-panel .qd-section-heading,
.qd-cta-panel .qd-section-subheading,
.qd-cta-panel .qd-cta-btn {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.qd-cta-section .qd-section-subheading {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .qd-reviews-shell {
    width: min(100% - 28px, 1240px);
    padding: 34px 0 78px;
  }

  .qd-header-title {
    font-size: clamp(2.2rem, 10vw, 3rem);
  }

  .qd-section-heading {
    font-size: clamp(1.9rem, 8vw, 2.45rem);
  }

  .qd-header-subtitle,
  .qd-section-subheading,
  .qd-rating-intro,
  .qd-rating-label,
  .qd-trust-card p,
  .qd-mobile-iframe-fallback p {
    font-size: 1.05rem;
    line-height: 1.7;
  }

  .qd-rating-intro {
    margin-bottom: 34px;
    padding: 18px 18px;
    border-radius: 18px;
  }

  .qd-cta-section {
    margin-bottom: 68px;
  }

  .qd-cta-panel {
    padding: 72px 22px;
  }
}
