.elementor-12068 .elementor-element.elementor-element-042c63d{--display:flex;}/* Start custom CSS *//* ============================================
   MAX PRODUCTIVE AI — TOOL REVIEW TEMPLATE V5
   ============================================ */

/* ---- SCOPED RESET ---- */
.mp-review *,
.mp-review *::before,
.mp-review *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.mp-review {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Roboto, sans-serif;
  color: #0a2540;
  background: #fff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mp-review a {
  color: #635bff;
  text-decoration: none;
  transition: color .15s;
}
.mp-review a:hover {
  text-decoration: underline;
}

.mp-review img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ---- FOCUS VISIBLE (Accessibility) ---- */
.mp-review a:focus-visible,
.mp-review button:focus-visible,
.mp-review .btn:focus-visible {
  outline: 2px solid #635bff;
  outline-offset: 2px;
  border-radius: 4px;
}

/* ---- SCROLL PROGRESS ---- */
.mp-review #scrollProgress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  background: #635bff;
  z-index: 1001;
  width: 0%;
  transition: width .1s linear;
}

/* ---- STICKY CTA ---- */
.mp-review #stickyCta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-top: 1px solid #e3e8ee;
  padding: 14px 24px;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  transform: translateY(100%);
  transition: transform .35s cubic-bezier(.4, 0, .2, 1);
}
.mp-review #stickyCta.visible {
  transform: translateY(0);
}
.mp-review #stickyCta .sticky-label {
  font-size: 14px;
  font-weight: 600;
  color: #0a2540;
}
.mp-review #stickyCta .sticky-rating {
  color: #FFB800;
  font-size: 13px;
}

/* ---- BUTTONS ---- */
.mp-review .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 980px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all .15s ease;
  cursor: pointer;
  border: none;
  letter-spacing: -.01em;
  font-family: inherit;
}
.mp-review .btn:hover {
  text-decoration: none;
  transform: translateY(-1px);
}
.mp-review .btn:active {
  transform: translateY(0);
}
.mp-review .btn-primary {
  background: #635bff;
  color: #fff;
  box-shadow: 0 1px 2px rgba(99, 91, 255, .2), 0 4px 12px rgba(99, 91, 255, .15);
}
.mp-review .btn-primary:hover {
  background: #7a73ff;
  color: #fff;
  box-shadow: 0 2px 4px rgba(99, 91, 255, .2), 0 8px 20px rgba(99, 91, 255, .2);
}
.mp-review .btn-secondary {
  background: #f6f9fc;
  color: #0a2540;
  border: 1px solid #e3e8ee;
}
.mp-review .btn-secondary:hover {
  background: #edf1f7;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
}
.mp-review .btn-white {
  background: #fff;
  color: #0a2540;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
}
.mp-review .btn-white:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
}
/* Dark-context white buttons — specificity solves the !important problem */
.mp-review .final-verdict .btn-white,
.mp-review .sidebar-cta .btn-white,
.mp-review .bottom-cta .btn-white {
  background: #fff;
  color: #0a2540;
}
.mp-review .sidebar-cta .btn-white:hover {
  background: #f6f9fc;
  color: #0a2540;
}
.mp-review .btn-lg {
  padding: 14px 28px;
  font-size: 16px;
}
.mp-review .btn-sm {
  padding: 10px 20px;
  font-size: 14px;
}

/* ============================================
   HERO — Clean Split Layout (content-driven height)
   ============================================ */
.mp-review .hero {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  border-bottom: 1px solid #e3e8ee;
}
.mp-review .hero-left {
  padding: 64px 56px 64px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 640px;
  margin-left: auto;
}
.mp-review .breadcrumbs {
  font-size: 13px;
  color: #8898aa;
  margin-bottom: 40px;
}
.mp-review .breadcrumbs a {
  color: #8898aa;
  text-decoration: none;
}
.mp-review .breadcrumbs a:hover {
  color: #635bff;
  text-decoration: none;
}
.mp-review .hero-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.mp-review .hero-logo {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .06), 0 4px 12px rgba(0, 0, 0, .04);
  flex-shrink: 0;
}
.mp-review .hero-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mp-review .rating-badge {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px 12px;
  border-radius: 6px;
  border: 1px solid #e3e8ee;
  background: #f6f9fc;
}
.mp-review .rating-stars {
  color: #FFB800;
  font-size: 13px;
  letter-spacing: 1px;
}
.mp-review .rating-value {
  font-weight: 700;
  font-size: 14px;
  color: #0a2540;
}
.mp-review .updated-badge {
  font-size: 11px;
  color: #8898aa;
  padding: 5px 10px;
  border-radius: 6px;
  border: 1px solid #e3e8ee;
  background: #f6f9fc;
  font-weight: 500;
}
.mp-review .hero-title {
  font-size: clamp(40px, 4.5vw, 60px);
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1.02;
  margin-bottom: 20px;
  color: #0a2540;
}
.mp-review .hero-tagline {
  font-size: 18px;
  color: #425466;
  line-height: 1.6;
  margin-bottom: 28px;
  max-width: 480px;
}
.mp-review .meta-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 28px;
}
.mp-review .meta-pill {
  padding: 6px 12px;
  background: #f6f9fc;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  color: #425466;
  border: 1px solid #e3e8ee;
}
.mp-review .meta-pill.green {
  background: rgba(13, 159, 110, .06);
  color: #0d9f6e;
  border-color: rgba(13, 159, 110, .12);
  font-weight: 600;
}
.mp-review .hero-left > .btn {
  align-self: flex-start;
}
.mp-review .trust-signals {
  font-size: 13px;
  color: #8898aa;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 0;
}
.mp-review .trust-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-right: 14px;
}
.mp-review .trust-check {
  color: #0d9f6e;
}

/* Hero right — tinted panel with dot grid */
.mp-review .hero-right {
  background: #f6f9fc;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 32px;
  position: relative;
  overflow: hidden;
}
.mp-review .hero-right::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, #d3d9e3 .8px, transparent .8px);
  background-size: 20px 20px;
  opacity: .5;
  pointer-events: none;
}
.mp-review .hero-image-container {
  position: relative;
  z-index: 1;
  max-width: 540px;
  width: 100%;
}
.mp-review .hero-image-wrap {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .04), 0 4px 12px rgba(0, 0, 0, .06), 0 20px 40px rgba(0, 0, 0, .08);
}
.mp-review .browser-chrome {
  background: #f6f6f8;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid #e3e8ee;
}
.mp-review .browser-dots {
  display: flex;
  gap: 5px;
}
.mp-review .browser-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.mp-review .browser-dots span:nth-child(1) { background: #ff5f57; }
.mp-review .browser-dots span:nth-child(2) { background: #ffbd2e; }
.mp-review .browser-dots span:nth-child(3) { background: #27c93f; }
.mp-review .browser-url {
  flex: 1;
  background: #edf1f7;
  border-radius: 4px;
  padding: 3px 10px;
  font-size: 10px;
  color: #8898aa;
  text-align: center;
  margin: 0 24px;
}
.mp-review .hero-image-wrap img {
  display: block;
  width: 100%;
}
.mp-review .stats-row {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-top: 20px;
}
.mp-review .stat-item {
  text-align: center;
}
.mp-review .stat-value {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.02em;
  color: #0a2540;
  margin-bottom: 1px;
}
.mp-review .stat-value.green { color: #0d9f6e; }
.mp-review .stat-value.blue { color: #635bff; }
.mp-review .stat-label {
  font-size: 9px;
  color: #8898aa;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 600;
}
.mp-review .stat-divider {
  width: 1px;
  height: 28px;
  background: #e3e8ee;
  align-self: center;
}

/* ============================================
   MAIN LAYOUT
   ============================================ */
.mp-review .main-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 56px 24px;
}
.mp-review .main-grid {
  display: flex;
  gap: 48px;
}
.mp-review .main-content {
  flex: 1;
  min-width: 0;
}
.mp-review .sidebar {
  width: 320px;
  flex-shrink: 0;
}

.mp-review .content-section {
  margin-bottom: 56px;
  scroll-margin-top: 80px;
}
.mp-review .content-section > p {
  font-size: 16px;
  color: #425466;
  line-height: 1.78;
  margin-bottom: 22px;
}
.mp-review .content-section > p a {
  color: #635bff;
}
.mp-review .section-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: -.025em;
  line-height: 1.2;
  color: #0a2540;
}
.mp-review .section-subtitle {
  color: #8898aa;
  margin-bottom: 28px;
  font-size: 16px;
}

/* ============================================
   QUICK VERDICT
   ============================================ */
.mp-review .quick-verdict {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e3e8ee;
  overflow: hidden;
  margin-bottom: 48px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .02), 0 6px 20px rgba(0, 0, 0, .03);
}
.mp-review .verdict-bar {
  height: 3px;
  background: linear-gradient(90deg, #635bff, #80e9ff, #7dd3a8);
}
.mp-review .verdict-content {
  padding: 36px;
}
.mp-review .verdict-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 28px;
  gap: 24px;
}
.mp-review .verdict-badge {
  display: inline-block;
  background: rgba(99, 91, 255, .06);
  color: #635bff;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
  letter-spacing: .05em;
}
.mp-review .verdict-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -.025em;
  color: #0a2540;
}
.mp-review .score-box {
  background: #f6f9fc;
  border-radius: 12px;
  padding: 20px 28px;
  text-align: center;
  flex-shrink: 0;
  border: 1px solid #e3e8ee;
}
.mp-review .score-value {
  font-size: 44px;
  font-weight: 700;
  color: #635bff;
  line-height: 1;
}
.mp-review .score-stars {
  color: #FFB800;
  font-size: 16px;
  margin-top: 8px;
  letter-spacing: 1px;
}
.mp-review .score-label {
  font-size: 10px;
  color: #8898aa;
  text-transform: uppercase;
  margin-top: 6px;
  letter-spacing: .08em;
  font-weight: 600;
}
.mp-review .pull-quote {
  border-left: 4px solid #635bff;
  margin: 0 0 16px;
  padding: 16px 22px;
  background: #f6f9fc;
  border-radius: 0 8px 8px 0;
  font-style: italic;
  font-size: 17px;
  color: #425466;
  line-height: 1.72;
}
.mp-review .pull-quote strong {
  font-style: normal;
  color: #0a2540;
}
.mp-review .verified-line {
  font-size: 12px;
  color: #8898aa;
  margin-bottom: 24px;
  padding-left: 25px;
}
.mp-review .verdict-notfor {
  background: #fffbeb;
  border: 1px solid rgba(217, 119, 6, .15);
  border-radius: 10px;
  padding: 14px 18px;
  font-size: 14px;
  color: #92400e;
  line-height: 1.65;
  margin-bottom: 24px;
}
.mp-review .verdict-notfor strong {
  color: #78350f;
}
.mp-review .verdict-notfor a {
  color: #b45309;
  text-decoration: underline;
}
.mp-review .verdict-proscons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 20px;
}
.mp-review .verdict-pros {
  background: #f0fdf4;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid rgba(13, 159, 110, .1);
}
.mp-review .verdict-cons {
  background: #fffbeb;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid rgba(217, 119, 6, .1);
}
.mp-review .verdict-pros h3 {
  font-size: 11px;
  font-weight: 700;
  color: #0d9f6e;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: .06em;
}
.mp-review .verdict-cons h3 {
  font-size: 11px;
  font-weight: 700;
  color: #d97706;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: .06em;
}
.mp-review .verdict-pros h3 span,
.mp-review .verdict-cons h3 span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.mp-review .verdict-pros h3 span { background: rgba(13, 159, 110, .1); }
.mp-review .verdict-cons h3 span { background: rgba(217, 119, 6, .1); }
.mp-review .verdict-list {
  list-style: none;
}
.mp-review .verdict-list li {
  font-size: 14px;
  color: #425466;
  padding: 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, .04);
  line-height: 1.5;
}
.mp-review .verdict-list li:last-child {
  border-bottom: none;
}
.mp-review .verdict-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid #e3e8ee;
  gap: 16px;
}
.mp-review .verdict-cta-text {
  font-size: 13px;
  color: #8898aa;
}

/* ============================================
   SECTION NAV — Stripe underline tabs
   ============================================ */
.mp-review .section-nav {
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  margin-bottom: 36px;
  padding: 10px 0;
  z-index: 100;
  border-bottom: 1px solid #e3e8ee;
}
.mp-review .section-nav-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: relative;
}
.mp-review .section-nav-scroll::-webkit-scrollbar {
  display: none;
}
.mp-review .section-nav-inner {
  display: flex;
  gap: 0;
}
/* Scroll hint gradient on right edge */
.mp-review .section-nav-scroll::after {
  content: '';
  position: sticky;
  right: 0;
  top: 0;
  flex-shrink: 0;
  width: 40px;
  height: 100%;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, .92));
  pointer-events: none;
  display: none;
}
.mp-review .nav-pill {
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  background: transparent;
  color: #8898aa;
  text-decoration: none;
  transition: all .15s;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  font-family: inherit;
  cursor: pointer;
}
.mp-review .nav-pill:hover {
  color: #0a2540;
  text-decoration: none;
}
.mp-review .nav-pill.active {
  color: #635bff;
  border-bottom-color: #635bff;
}

/* ============================================
   CARDS (Screenshots)
   ============================================ */
.mp-review .card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e3e8ee;
  overflow: hidden;
  margin-bottom: 20px;
  transition: all .2s ease;
}
.mp-review .card:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, .02), 0 6px 20px rgba(0, 0, 0, .04);
  transform: translateY(-1px);
}
.mp-review .card-header {
  padding: 20px 22px;
  border-bottom: 1px solid #e3e8ee;
  display: flex;
  align-items: center;
  gap: 14px;
}
.mp-review .card-number {
  width: 32px;
  height: 32px;
  background: #0a2540;
  border-radius: 8px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
  font-size: 13px;
}
.mp-review .card-title {
  font-weight: 600;
  margin: 0;
  font-size: 15px;
  color: #0a2540;
  letter-spacing: -.01em;
}
.mp-review .card-desc {
  font-size: 13px;
  color: #8898aa;
  margin: 3px 0 0;
}
.mp-review .card-image {
  background: #f6f9fc;
}
.mp-review .card-body {
  padding: 16px 22px;
  font-size: 14px;
  color: #425466;
  line-height: 1.7;
}
.mp-review .callouts {
  padding: 14px 22px;
  background: #f6f9fc;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  border-top: 1px solid #e3e8ee;
}
.mp-review .callout {
  flex: 1;
  min-width: 180px;
}
.mp-review .callout-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: #635bff;
  background: rgba(99, 91, 255, .06);
  padding: 3px 8px;
  border-radius: 4px;
  margin-bottom: 4px;
  letter-spacing: .02em;
}
.mp-review .callout-desc {
  font-size: 13px;
  color: #8898aa;
}

/* ============================================
   TIMELINE (How It Works)
   ============================================ */
.mp-review .timeline-step {
  display: flex;
  gap: 18px;
  margin-bottom: 14px;
  background: #fff;
  padding: 22px;
  border-radius: 12px;
  border: 1px solid #e3e8ee;
  transition: all .2s ease;
}
.mp-review .timeline-step:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, .02), 0 6px 16px rgba(0, 0, 0, .04);
  transform: translateY(-1px);
}
.mp-review .timeline-icon {
  width: 44px;
  height: 44px;
  background: #635bff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(99, 91, 255, .2);
}
.mp-review .timeline-content h3 {
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 6px;
  letter-spacing: -.015em;
  color: #0a2540;
}
.mp-review .timeline-content p {
  font-size: 15px;
  color: #425466;
  margin: 0;
  line-height: 1.72;
}

/* Highlight Box */
.mp-review .highlight-box {
  display: flex;
  gap: 16px;
  background: #0a2540;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 12px;
  padding: 24px;
  margin: 24px 0;
  transition: border-color .2s;
}
.mp-review .highlight-box:hover {
  border-color: rgba(255, 255, 255, .1);
}
.mp-review .highlight-icon {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, .06);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #80e9ff;
}
.mp-review .highlight-icon svg {
  width: 20px;
  height: 20px;
}
.mp-review .highlight-box h3,
.mp-review .highlight-box h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 6px;
  color: #fff;
}
.mp-review .highlight-box p {
  font-size: 14px;
  color: rgba(255, 255, 255, .6);
  margin: 0;
  line-height: 1.65;
}

/* ============================================
   FEATURE GRID
   ============================================ */
.mp-review .feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.mp-review .feature-card {
  background: #fff;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #e3e8ee;
  transition: all .2s ease;
}
.mp-review .feature-card:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, .02), 0 6px 16px rgba(0, 0, 0, .04);
  transform: translateY(-2px);
}
.mp-review .feature-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
}
.mp-review .feature-icon {
  width: 44px;
  height: 44px;
  background: #f6f9fc;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0a2540;
  border: 1px solid #e3e8ee;
}
.mp-review .feature-icon svg {
  width: 22px;
  height: 22px;
}
.mp-review .feature-tag {
  font-size: 10px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.mp-review .feature-tag.core {
  background: rgba(99, 91, 255, .06);
  color: #635bff;
}
.mp-review .feature-tag.pro {
  background: rgba(217, 119, 6, .06);
  color: #d97706;
}
.mp-review .feature-name {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px;
  color: #0a2540;
  letter-spacing: -.015em;
}
.mp-review .feature-desc {
  font-size: 14px;
  color: #425466;
  margin: 0;
  line-height: 1.65;
}
.mp-review .feature-desc a {
  color: #635bff;
}

/* ============================================
   PRICING
   ============================================ */
.mp-review .pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 28px;
  align-items: start;
}
.mp-review .pricing-card {
  background: #fff;
  padding: 32px 24px;
  border-radius: 12px;
  text-align: center;
  border: 1px solid #e3e8ee;
  transition: all .2s ease;
}
.mp-review .pricing-card:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, .03), 0 8px 24px rgba(0, 0, 0, .06);
  transform: translateY(-2px);
}
.mp-review .pricing-card.popular {
  background: #0a2540;
  color: #fff;
  border-color: transparent;
  padding: 36px 24px 32px;
  box-shadow: 0 4px 12px rgba(10, 37, 64, .15), 0 20px 48px rgba(10, 37, 64, .2);
  transform: scale(1.03);
  position: relative;
  overflow: hidden;
}
.mp-review .pricing-card.popular::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #635bff, #80e9ff, #7dd3a8);
}
.mp-review .pricing-card.popular:hover {
  box-shadow: 0 4px 12px rgba(10, 37, 64, .18), 0 28px 56px rgba(10, 37, 64, .22);
  transform: scale(1.03) translateY(-3px);
}
.mp-review .pricing-card.popular .pricing-name { color: rgba(255, 255, 255, .4); }
.mp-review .pricing-card.popular .pricing-price { color: #fff; }
.mp-review .pricing-card.popular .pricing-price.blue { color: #80e9ff; }
.mp-review .pricing-card.popular .pricing-period { color: rgba(255, 255, 255, .25); }
.mp-review .pricing-card.popular .pricing-feature { color: rgba(255, 255, 255, .6); }
.mp-review .pricing-card.popular .btn {
  background: #635bff;
  color: #fff;
}
.mp-review .pricing-card.popular .btn:hover {
  background: #7a73ff;
}
.mp-review .popular-badge {
  display: inline-block;
  background: linear-gradient(135deg, #635bff, #80e9ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: .04em;
}
.mp-review .pricing-name {
  font-size: 12px;
  font-weight: 600;
  margin: 0 0 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #8898aa;
}
.mp-review .pricing-price {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1;
  margin-bottom: 4px;
  color: #0a2540;
}
.mp-review .pricing-price.blue { color: #635bff; }
.mp-review .pricing-period {
  font-size: 15px;
  color: #8898aa;
  font-weight: 400;
}
/* Pricing features — now proper ul/li */
.mp-review .pricing-features {
  text-align: left;
  margin: 24px 0;
  padding-top: 20px;
  border-top: 1px solid #e3e8ee;
  list-style: none;
}
.mp-review .pricing-card.popular .pricing-features {
  border-top-color: rgba(255, 255, 255, .06);
}
.mp-review .pricing-feature {
  font-size: 13px;
  color: #425466;
  padding: 7px 0;
  line-height: 1.4;
}
.mp-review .pricing-note {
  text-align: center;
  font-size: 14px;
  color: #8898aa;
  line-height: 1.7;
}
.mp-review .pricing-note em { font-style: italic; }
.mp-review .pricing-note a { color: #635bff; }

.mp-review .roi-box {
  background: #0a2540;
  border-radius: 16px;
  padding: 36px;
  color: #fff;
  text-align: center;
  margin-top: 32px;
}
.mp-review .roi-box h3 {
  font-size: 20px;
  margin-bottom: 24px;
  color: #fff;
}
.mp-review .roi-calc {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-bottom: 16px;
}
.mp-review .roi-item { text-align: center; }
.mp-review .roi-value {
  font-size: 32px;
  font-weight: 700;
  color: #80e9ff;
  letter-spacing: -.02em;
}
.mp-review .roi-label {
  font-size: 13px;
  color: rgba(255, 255, 255, .5);
}
.mp-review .roi-equals {
  font-size: 24px;
  color: rgba(255, 255, 255, .25);
}
.mp-review .roi-note {
  font-size: 13px;
  color: rgba(255, 255, 255, .45);
  line-height: 1.65;
}

/* ============================================
   DETAILED PROS & CONS
   ============================================ */
.mp-review .proscons-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.mp-review .proscons-pros {
  background: #f0fdf4;
  padding: 28px;
  border-radius: 16px;
  border: 1px solid rgba(13, 159, 110, .08);
}
.mp-review .proscons-cons {
  background: #fffbeb;
  padding: 28px;
  border-radius: 16px;
  border: 1px solid rgba(217, 119, 6, .08);
}
.mp-review .proscons-pros h3 {
  color: #0d9f6e;
  font-size: 20px;
  margin-bottom: 24px;
  letter-spacing: -.015em;
}
.mp-review .proscons-cons h3 {
  color: #d97706;
  font-size: 20px;
  margin-bottom: 24px;
  letter-spacing: -.015em;
}
.mp-review .proscons-item { margin-bottom: 20px; }
.mp-review .proscons-item:last-child { margin-bottom: 0; }
.mp-review .proscons-item-title {
  font-weight: 600;
  margin-bottom: 6px;
}
.mp-review .proscons-pros .proscons-item-title { color: #0d9f6e; }
.mp-review .proscons-cons .proscons-item-title { color: #d97706; }
.mp-review .proscons-item-desc {
  font-size: 14px;
  line-height: 1.68;
}
.mp-review .proscons-pros .proscons-item-desc { color: rgba(13, 159, 110, .8); }
.mp-review .proscons-cons .proscons-item-desc { color: rgba(146, 64, 14, .75); }
.mp-review .proscons-item-desc a { text-decoration: underline; }
.mp-review .proscons-pros .proscons-item-desc a { color: #0d9f6e; }
.mp-review .proscons-cons .proscons-item-desc a { color: #d97706; }

/* ============================================
   COMPARISON TABLE
   ============================================ */
.mp-review .comparison-wrap {
  overflow-x: auto;
  margin-bottom: 36px;
  -webkit-overflow-scrolling: touch;
}
.mp-review .comparison-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e3e8ee;
}
.mp-review .comparison-table th,
.mp-review .comparison-table td {
  padding: 14px 18px;
  border-bottom: 1px solid #f0f4f8;
  text-align: center;
}
.mp-review .comparison-table th {
  background: #f6f9fc;
  font-weight: 600;
  font-size: 13px;
  color: #0a2540;
}
.mp-review .comparison-table th:first-child,
.mp-review .comparison-table td:first-child {
  text-align: left;
  font-weight: 500;
}
.mp-review .comparison-table .highlight {
  background: rgba(99, 91, 255, .02);
}
.mp-review .comparison-table .highlight-header {
  background: rgba(99, 91, 255, .06);
  color: #635bff;
  font-weight: 700;
}
.mp-review .reviewed-badge {
  display: inline-block;
  background: #635bff;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: .5px;
  vertical-align: middle;
  margin-right: 4px;
}
.mp-review .comparison-table tbody tr {
  transition: background .15s;
}
.mp-review .comparison-table tbody tr:hover {
  background: #f6f9fc;
}

/* ============================================
   ALTERNATIVE CARDS
   ============================================ */
.mp-review .alt-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  border: 1px solid #e3e8ee;
  margin-bottom: 14px;
  transition: all .2s ease;
}
.mp-review .alt-card:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, .02), 0 6px 16px rgba(0, 0, 0, .04);
  transform: translateY(-1px);
}
.mp-review .alt-card.featured {
  border: 2px solid #635bff;
  background: rgba(99, 91, 255, .01);
  box-shadow: 0 2px 4px rgba(99, 91, 255, .04), 0 6px 20px rgba(99, 91, 255, .06);
}
.mp-review .alt-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.mp-review .alt-logo {
  width: 48px;
  height: 48px;
  background: #f6f9fc;
  border-radius: 12px;
  overflow: hidden;
}
.mp-review .alt-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mp-review .alt-name {
  font-size: 18px;
  font-weight: 700;
  flex: 1;
  color: #0a2540;
  letter-spacing: -.015em;
}
.mp-review .alt-tag {
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 6px;
  background: #f0f4f8;
  color: #425466;
}
.mp-review .alt-tag.featured { background: #635bff; color: #fff; }
.mp-review .alt-tag.free { background: rgba(13, 159, 110, .06); color: #0d9f6e; }
.mp-review .alt-tag.premium { background: rgba(217, 119, 6, .06); color: #d97706; }
.mp-review .alt-desc {
  font-size: 15px;
  color: #425466;
  line-height: 1.68;
  margin-bottom: 16px;
}
.mp-review .alt-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.mp-review .alt-ctas .btn {
  padding: 10px 18px;
  font-size: 14px;
}

/* ============================================
   FAQ
   ============================================ */
.mp-review .faq-item {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e3e8ee;
  margin-bottom: 10px;
  overflow: hidden;
  transition: all .2s ease;
}
.mp-review .faq-item:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .02), 0 2px 8px rgba(0, 0, 0, .03);
}
.mp-review .faq-item.open {
  box-shadow: 0 2px 4px rgba(0, 0, 0, .02), 0 6px 20px rgba(0, 0, 0, .04);
  border-color: #d3d9e3;
}
.mp-review .faq-q {
  width: 100%;
  padding: 20px 22px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #0a2540;
  font-family: inherit;
  transition: color .15s;
  letter-spacing: -.01em;
}
.mp-review .faq-q:hover {
  color: #635bff;
}
.mp-review .faq-q .arrow {
  transition: transform .25s ease;
  display: flex;
  align-items: center;
  color: #8898aa;
  flex-shrink: 0;
  margin-left: 16px;
}
.mp-review .faq-item.open .faq-q .arrow {
  transform: rotate(180deg);
}
.mp-review .faq-a {
  padding: 0 22px 20px;
  font-size: 15px;
  color: #425466;
  line-height: 1.72;
  display: none;
}
.mp-review .faq-a a {
  color: #635bff;
}
.mp-review .faq-item.open .faq-a {
  display: block;
}

/* ============================================
   FINAL VERDICT
   ============================================ */
.mp-review .final-verdict {
  background: #0a2540;
  border-radius: 20px;
  padding: 52px;
  color: #fff;
  margin-bottom: 48px;
  position: relative;
  overflow: hidden;
}
.mp-review .final-verdict::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #635bff, #80e9ff, #7dd3a8);
}
.mp-review .final-verdict strong { color: #fff; }
.mp-review .final-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
  position: relative;
}
.mp-review .final-content { flex: 1; }
.mp-review .final-badge {
  display: inline-block;
  background: rgba(255, 255, 255, .06);
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, .5);
  border: 1px solid rgba(255, 255, 255, .06);
}
.mp-review .final-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.28;
  color: #fff;
  letter-spacing: -.025em;
}
.mp-review .final-text {
  font-size: 17px;
  color: rgba(255, 255, 255, .65);
  line-height: 1.8;
  margin-bottom: 20px;
}
.mp-review .final-rec {
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 12px;
  padding: 22px;
  margin-bottom: 28px;
}
.mp-review .final-rec h3 {
  font-size: 16px;
  margin: 0 0 8px;
  color: #fff;
}
.mp-review .final-rec p {
  font-size: 15px;
  color: rgba(255, 255, 255, .65);
  margin: 0;
  line-height: 1.68;
}
.mp-review .final-rating {
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 16px;
  padding: 36px 44px;
  text-align: center;
  flex-shrink: 0;
}
.mp-review .final-score {
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 12px;
  color: #fff;
  letter-spacing: -.03em;
}
.mp-review .final-stars {
  color: #FFB800;
  font-size: 20px;
  margin-bottom: 8px;
  letter-spacing: 1px;
}
.mp-review .final-label {
  font-size: 12px;
  color: rgba(255, 255, 255, .35);
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 500;
}

/* ============================================
   SIDEBAR
   ============================================ */
.mp-review .sidebar-card {
  background: #fff;
  border-radius: 12px;
  padding: 22px;
  border: 1px solid #e3e8ee;
  margin-bottom: 20px;
}
.mp-review .sidebar-cta {
  background: #635bff;
  color: #fff;
  border-radius: 12px;
  padding: 28px;
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0 4px 16px rgba(99, 91, 255, .15);
}
.mp-review .sidebar-cta-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 10px;
}
.mp-review .sidebar-cta-score {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
}
.mp-review .sidebar-cta-stars {
  color: #FFB800;
  font-size: 15px;
}
.mp-review .sidebar-cta h3 {
  margin: 0 0 14px;
  font-size: 18px;
  color: #fff;
}
.mp-review .sidebar-cta-features {
  list-style: none;
  text-align: left;
  margin-bottom: 18px;
}
.mp-review .sidebar-cta-features li {
  padding: 5px 0;
  font-size: 13px;
  color: rgba(255, 255, 255, .8);
}
.mp-review .sidebar-cta .btn {
  width: 100%;
  justify-content: center;
}
.mp-review .sidebar-title {
  font-size: 10px;
  font-weight: 700;
  color: #8898aa;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e3e8ee;
}
.mp-review .spec-row {
  display: flex;
  justify-content: space-between;
  padding: 9px 0;
  font-size: 13px;
  border-bottom: 1px solid #f0f4f8;
}
.mp-review .spec-row:last-child { border-bottom: none; }
.mp-review .spec-label { color: #8898aa; }
.mp-review .spec-value {
  font-weight: 600;
  color: #0a2540;
}
.mp-review .sidebar-tool {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background: #f6f9fc;
  border-radius: 10px;
  margin-bottom: 6px;
  text-decoration: none;
  transition: all .2s;
  border: 1px solid transparent;
}
.mp-review .sidebar-tool:hover {
  background: #edf1f7;
  text-decoration: none;
  border-color: #e3e8ee;
}
.mp-review .sidebar-tool-logo {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}
.mp-review .sidebar-tool-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mp-review .sidebar-tool-info {
  flex: 1;
  min-width: 0;
}
.mp-review .sidebar-tool-name {
  font-size: 13px;
  font-weight: 600;
  color: #0a2540;
  display: block;
}
.mp-review .sidebar-tool-desc {
  font-size: 11px;
  color: #8898aa;
}
.mp-review .sidebar-tool-tag {
  font-size: 10px;
  font-weight: 600;
  padding: 2px 7px;
  border-radius: 6px;
  background: #f0f4f8;
  color: #8898aa;
  flex-shrink: 0;
}
.mp-review .sidebar-tool-tag.free { background: rgba(13, 159, 110, .06); color: #0d9f6e; }
.mp-review .sidebar-tool-tag.premium { background: rgba(217, 119, 6, .06); color: #d97706; }
.mp-review .sidebar-more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  margin-top: 12px;
  padding: 10px;
  background: #f6f9fc;
  border-radius: 8px;
  color: #635bff;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
  transition: all .15s;
}
.mp-review .sidebar-more:hover {
  background: #edf1f7;
  text-decoration: none;
}
.mp-review .sidebar-article-card {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background: #f6f9fc;
  margin-bottom: 12px;
  text-decoration: none;
  transition: all .2s;
  border: 1px solid #e3e8ee;
}
.mp-review .sidebar-article-card:hover {
  border-color: #d3d9e3;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
  text-decoration: none;
  transform: translateY(-1px);
}
.mp-review .sidebar-article-thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #edf1f7;
}
.mp-review .sidebar-article-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}
.mp-review .sidebar-article-card:hover .sidebar-article-thumb img {
  transform: scale(1.03);
}
.mp-review .sidebar-article-title {
  font-size: 13px;
  font-weight: 600;
  color: #0a2540;
  padding: 10px 12px;
  line-height: 1.4;
  margin: 0;
}
.mp-review .sidebar-toc nav a {
  display: block;
  padding: 9px 12px;
  font-size: 13px;
  color: #425466;
  text-decoration: none;
  border-radius: 6px;
  transition: all .15s;
}
.mp-review .sidebar-toc nav a:hover {
  background: #f6f9fc;
  color: #635bff;
  text-decoration: none;
}

/* ============================================
   BOTTOM CTA
   ============================================ */
.mp-review .bottom-cta {
  background: #0a2540;
  padding: 88px 24px 100px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.mp-review .bottom-cta::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -15%;
  width: 70%;
  height: 120%;
  background: radial-gradient(ellipse at center, rgba(99, 91, 255, .12) 0%, transparent 55%);
  filter: blur(40px);
  pointer-events: none;
}
.mp-review .bottom-cta-title {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  margin-bottom: 14px;
  color: #fff;
  letter-spacing: -.035em;
  position: relative;
}
.mp-review .bottom-cta-subtitle {
  font-size: 19px;
  color: rgba(255, 255, 255, .5);
  margin-bottom: 40px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  line-height: 1.5;
}
.mp-review .bottom-cta-buttons {
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-bottom: 28px;
  position: relative;
}
.mp-review .bottom-cta .btn-outline {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, .12);
  border-radius: 980px;
}
.mp-review .bottom-cta .btn-outline:hover {
  background: rgba(255, 255, 255, .04);
  border-color: rgba(255, 255, 255, .25);
}
.mp-review .bottom-cta-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 20px;
  font-size: 13px;
  color: rgba(255, 255, 255, .3);
  position: relative;
}

/* ============================================
   RELATED TOOLS
   ============================================ */
.mp-review .related-section {
  padding: 72px 24px;
  background: #f6f9fc;
}
.mp-review .related-section h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 36px;
  letter-spacing: -.025em;
  color: #0a2540;
}
.mp-review .related-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto;
}
.mp-review .related-card {
  background: #fff;
  padding: 24px;
  border-radius: 12px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #e3e8ee;
  transition: all .2s ease;
}
.mp-review .related-card:hover {
  border-color: #635bff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .03), 0 8px 24px rgba(0, 0, 0, .06);
  transform: translateY(-3px);
  text-decoration: none;
}
.mp-review .related-card img {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  margin: 0 auto 12px;
}
.mp-review .related-card h3 {
  font-size: 15px;
  font-weight: 600;
  color: #0a2540;
  margin-bottom: 6px;
}
.mp-review .related-card p {
  font-size: 13px;
  color: #8898aa;
  margin-bottom: 10px;
}
.mp-review .related-card-price {
  font-size: 13px;
  font-weight: 600;
  color: #425466;
}
.mp-review .related-card-price.free { color: #0d9f6e; }

/* ============================================
   SECTION CTA & AUTHOR NOTE
   ============================================ */
.mp-review .section-cta {
  background: #f6f9fc;
  border-radius: 12px;
  padding: 32px;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 24px;
  border: 1px solid #e3e8ee;
}
.mp-review .section-cta p {
  margin: 0 0 16px;
  color: #425466;
  font-size: 15px;
}
.mp-review .section-cta-note {
  display: block;
  margin-top: 12px;
  font-size: 13px;
  color: #8898aa;
}
.mp-review .author-note {
  background: #f6f9fc;
  border-radius: 12px;
  padding: 20px;
  font-size: 13px;
  color: #8898aa;
  margin-top: 32px;
  line-height: 1.7;
  border: 1px solid #e3e8ee;
}

/* ============================================
   RESPONSIVE
   ============================================ */

/* Tablet — sidebar squeeze prevention */
@media (max-width: 1024px) {
  .mp-review .hero { grid-template-columns: 1fr; }
  .mp-review .hero-left { max-width: none; }
  .mp-review .related-grid { grid-template-columns: repeat(2, 1fr); }
  .mp-review .pricing-card.popular { transform: scale(1); }
  .mp-review .pricing-card.popular:hover { transform: translateY(-3px); }
}

/* New breakpoint: prevent sidebar squeezing main content */
@media (max-width: 900px) {
  .mp-review .main-grid { flex-direction: column; }
  .mp-review .main-content { order: 0; }
  .mp-review .sidebar { width: 100%; order: 1; }
}

/* Mobile */
@media (max-width: 768px) {
  .mp-review .hero { grid-template-columns: 1fr; }
  .mp-review .hero-left {
    padding: 24px 16px 32px;
    max-width: none;
  }
  .mp-review .hero-right {
    padding: 0 16px 32px;
  }
  .mp-review .hero-right::before { display: none; }
  .mp-review .stats-row { gap: 16px; }
  .mp-review .hero-title { letter-spacing: -.035em; }
  .mp-review .main-wrap { padding: 32px 16px; }
  .mp-review .verdict-proscons,
  .mp-review .feature-grid,
  .mp-review .proscons-grid,
  .mp-review .pricing-grid {
    grid-template-columns: 1fr;
  }
  .mp-review .verdict-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .mp-review .verdict-cta {
    flex-direction: column;
    text-align: center;
  }
  .mp-review .verdict-notfor { font-size: 13px; }
  .mp-review .section-title { font-size: 24px; }
  .mp-review .content-section { margin-bottom: 48px; }
  .mp-review .final-verdict { padding: 32px; }
  .mp-review .final-title { font-size: 26px; }
  .mp-review .final-grid {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .mp-review .final-rating { padding: 28px 36px; }
  .mp-review .final-score { font-size: 52px; }
  .mp-review .bottom-cta { padding: 52px 16px 100px; }
  .mp-review .bottom-cta-title { font-size: 28px; }
  .mp-review .bottom-cta-buttons {
    flex-direction: column;
    padding: 0 16px;
  }
  .mp-review .bottom-cta-trust { gap: 4px 14px; }
  .mp-review .breadcrumbs { display: none; }
  .mp-review .related-grid { grid-template-columns: 1fr; }
  .mp-review .roi-calc {
    flex-direction: column;
    gap: 16px;
  }
  .mp-review #stickyCta { padding: 10px 16px; }
  .mp-review #stickyCta .sticky-label { display: none; }
  .mp-review .alt-ctas { flex-direction: column; }
  .mp-review .alt-ctas .btn {
    width: 100%;
    justify-content: center;
  }
  .mp-review .callouts {
    flex-direction: column;
    gap: 10px;
  }
  .mp-review .callout { min-width: 0; }
  .mp-review .pricing-card.popular { transform: none; }
  .mp-review .pricing-card.popular:hover { transform: translateY(-2px); }
  .mp-review .browser-chrome { display: none; }
  /* Show scroll hint on nav */
  .mp-review .section-nav-scroll::after { display: block; }
}

/* Small phones */
@media (max-width: 420px) {
  .mp-review .hero-title { font-size: 32px; }
  .mp-review .hero-tagline { font-size: 16px; }
  .mp-review .btn-lg {
    padding: 12px 22px;
    font-size: 15px;
  }
  .mp-review .stats-row { gap: 12px; }
  .mp-review .stat-value { font-size: 17px; }
}

/* ============================================
   REDUCED MOTION (Accessibility)
   ============================================ */
@media (prefers-reduced-motion: reduce) {
  .mp-review *,
  .mp-review *::before,
  .mp-review *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .mp-review .btn:hover,
  .mp-review .card:hover,
  .mp-review .feature-card:hover,
  .mp-review .timeline-step:hover,
  .mp-review .pricing-card:hover,
  .mp-review .alt-card:hover,
  .mp-review .related-card:hover,
  .mp-review .sidebar-article-card:hover {
    transform: none;
  }
  .mp-review .pricing-card.popular {
    transform: scale(1.03);
  }
  .mp-review .pricing-card.popular:hover {
    transform: scale(1.03);
  }
  .mp-review .sidebar-article-card:hover .sidebar-article-thumb img {
    transform: none;
  }
}/* End custom CSS */