/*
  Shared styles for the Reviews page — single source of truth for all language
  variants (reviews-page.html + .de/.fr/.he). Linked via an absolute URL so it
  resolves under /, /de/, /fr/, /he/. Brand red: #cd1e24.
*/
.cjs-rv * { box-sizing: border-box; }
.breadcumb_wrap { display: none; }
.about-wrap > h2 { display: none; }
.cjs-rv {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  color: #1a1d24;
  max-width: 1080px;
  margin: 0 auto;
  padding: 24px 16px 60px;
}
.cjs-rv h1, .cjs-rv h2, .cjs-rv h3 { color: #111827; margin: 0 0 12px; line-height: 1.25; letter-spacing: -.4px; }
.cjs-rv p { color: #4b5563; line-height: 1.6; }

/* Hero */
.cjs-rv-hero { text-align: center; padding: 24px 8px 8px; }
.cjs-rv-hero h1 { font-size: clamp(26px, 4vw, 38px); font-weight: 800; }
.cjs-rv-hero .cjs-rv-sub { font-size: 16px; color: #6b7280; max-width: 640px; margin: 8px auto 0; }

/* Stats grid */
.cjs-rv-stats { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin: 28px 0 36px; }
.cjs-stat { background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 22px 14px; text-align: center; box-shadow: 0 4px 14px rgba(0,0,0,.04); position: relative; overflow: hidden; }
.cjs-stat::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, #cd1e24, #f59e0b); }
.cjs-stat-num { font-size: clamp(28px, 4vw, 40px); font-weight: 800; color: #cd1e24; letter-spacing: -1px; line-height: 1; margin-bottom: 6px; font-variant-numeric: tabular-nums; }
.cjs-stat-label { font-size: 12px; color: #6b7280; text-transform: uppercase; letter-spacing: .08em; font-weight: 600; }
.cjs-stat-sublabel { font-size: 10px; color: #9ca3af; margin-top: 4px; line-height: 1.35; letter-spacing: .02em; text-transform: none; }
@media (max-width: 1000px) { .cjs-rv-stats { grid-template-columns: repeat(3, 1fr); gap: 12px; } }
@media (max-width: 600px) { .cjs-rv-stats { grid-template-columns: repeat(2, 1fr); gap: 10px; } .cjs-stat { padding: 16px 10px; } }

/* Trust badges + Trustpilot widget */
.cjs-rv-trust { text-align: center; margin: 0 0 36px; }
.cjs-rv-trust h2 { font-size: 12px; font-weight: 700; color: #6b7280; text-transform: uppercase; letter-spacing: .12em; margin: 0 0 14px; }
.cjs-rv-badges { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 22px; margin-bottom: 16px; }
.cjs-rv-badges img { max-height: 56px; width: auto; opacity: .9; transition: opacity .15s; }
.cjs-rv-badges a:hover img { opacity: 1; }
.cjs-rv-trustpilot-wrap { max-width: 100%; margin: 0 auto; background: #fff; border: 1px solid #e5e7eb; border-radius: 10px; padding: 14px; }

/* Reviews grid (hardcoded testimonials) */
.cjs-rv-reviews { margin: 0 0 36px; }
.cjs-rv-reviews h2 { font-size: 22px; text-align: center; margin-bottom: 6px; }
.cjs-rv-reviews .cjs-rv-h2sub { text-align: center; color: #6b7280; font-size: 14px; margin: 0 0 22px; }
.cjs-rv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.cjs-review { background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 20px 22px; display: flex; flex-direction: column; gap: 10px; box-shadow: 0 1px 2px rgba(0,0,0,.03); }
.cjs-review-stars { color: #f59e0b; font-size: 14px; letter-spacing: 2px; line-height: 1; }
.cjs-review-title { font-size: 15px; font-weight: 700; color: #111827; margin: 0; line-height: 1.3; }
.cjs-review-body { color: #4b5563; font-size: 14px; line-height: 1.55; margin: 0; flex: 1; }
.cjs-review-meta { display: flex; align-items: center; gap: 10px; margin-top: 4px; padding-top: 12px; border-top: 1px solid #f3f4f6; }
.cjs-review-avatar { width: 32px; height: 32px; border-radius: 50%; background: linear-gradient(135deg, #cd1e24, #f59e0b); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 13px; flex-shrink: 0; }
.cjs-review-author { font-weight: 600; color: #111827; font-size: 13px; line-height: 1.2; }
.cjs-review-product { color: #6b7280; font-size: 12px; line-height: 1.2; margin-top: 2px; }
.cjs-review-verified { margin-left: auto; font-size: 11px; color: #16a34a; font-weight: 600; display: inline-flex; align-items: center; gap: 4px; }
@media (max-width: 720px) { .cjs-rv-grid { grid-template-columns: 1fr; } }

/* Reviews.io live carousel section */
.cjs-rv-live { background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 26px 22px 22px; margin: 26px 0 0; box-shadow: 0 1px 2px rgba(0,0,0,.03); }
.cjs-rv-live h3 { font-size: 16px; font-weight: 700; text-align: center; margin: 0 0 4px; color: #111827; }
.cjs-rv-live .cjs-rv-live-sub { text-align: center; font-size: 13px; color: #6b7280; margin: 0 0 18px; }
.cjs-rv-live #carousel-inline-widget-cjsrv,
.cjs-rv-live #carousel-inline-widget-cjsrv * { color: #2f2f2f; }
.cjs-rv-live #carousel-inline-widget-cjsrv a { color: #cd1e24; }

/* Leave-a-review prompt */
.cjs-rv-leave { text-align: center; margin-top: 18px; font-size: 13px; color: #6b7280; }
.cjs-rv-leave strong { color: #111827; }

/* How it works */
.cjs-rv-howitworks { margin: 0 0 36px; }
.cjs-rv-howitworks h2 { font-size: 22px; text-align: center; margin-bottom: 22px; }
.cjs-rv-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.cjs-step { background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 24px 22px; text-align: center; }
.cjs-step-num { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; background: linear-gradient(135deg, #cd1e24, #b81c13); color: #fff; border-radius: 50%; font-weight: 800; font-size: 18px; margin-bottom: 12px; box-shadow: 0 4px 14px rgba(205,30,36,.25); }
.cjs-step h3 { font-size: 16px; font-weight: 700; margin: 0 0 6px; }
.cjs-step p { font-size: 13px; color: #6b7280; margin: 0; line-height: 1.5; }
@media (max-width: 720px) { .cjs-rv-steps { grid-template-columns: 1fr; } }

/* Video */
.cjs-rv-video { margin: 0 0 36px; }
.cjs-rv-video h2 { font-size: 22px; text-align: center; margin-bottom: 18px; }
.cjs-rv-video-wrap { position: relative; padding-top: 56.25%; background: #000; border-radius: 12px; overflow: hidden; max-width: 760px; margin: 0 auto; box-shadow: 0 8px 24px rgba(0,0,0,.12); }
.cjs-rv-video-wrap iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }

/* Live feed */
.cjs-rv-feed { margin: 0 0 28px; }
.cjs-rv-feed h2 { font-size: 22px; text-align: center; margin-bottom: 6px; display: flex; align-items: center; justify-content: center; gap: 10px; }
.cjs-rv-feed h2 .live-dot { width: 10px; height: 10px; border-radius: 50%; background: #16a34a; animation: cjsRvPulse 1.4s ease-in-out infinite; }
@keyframes cjsRvPulse { 0%,100% { opacity: 1; } 50% { opacity: .35; } }
.cjs-rv-feed .cjs-rv-h2sub { text-align: center; color: #6b7280; font-size: 13px; margin: 0 0 14px; }
.cjs-rv-feed-wrap { position: relative; border-radius: 12px; overflow: hidden; background: #fff; border: 1px solid #e5e7eb; box-shadow: 0 1px 2px rgba(0,0,0,.03); }
.cjs-rv-feed-wrap iframe { width: 100%; height: 600px; border: 0; display: block; }
.cjs-rv-feed-fade { position: absolute; bottom: 0; left: 0; right: 0; height: 80px; background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 90%); pointer-events: none; }

/* "Are CD keys legit?" reassurance link */
.cjs-rv-legit { max-width: 680px; margin: 0 auto 36px; background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 22px 24px; text-align: center; box-shadow: 0 1px 2px rgba(0,0,0,.03); }
.cjs-rv-legit h2 { font-size: 19px; font-weight: 700; margin: 0 0 6px; color: #111827; }
.cjs-rv-legit p { font-size: 14px; color: #6b7280; margin: 0 0 14px; line-height: 1.55; }
.cjs-rv-legit-link { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 700; color: #111827; text-decoration: none; border: 1px solid #d1d5db; border-radius: 8px; padding: 9px 18px; transition: background .15s, border-color .15s; }
.cjs-rv-legit-link:hover { background: #f9fafb; border-color: #9ca3af; }

/* CTA */
.cjs-rv-cta { text-align: center; margin-top: 36px; }
.cjs-rv-cta-btn { display: inline-block; background: #cd1e24; color: #fff !important; padding: 14px 36px; border-radius: 999px; font-size: 16px; font-weight: 700; text-decoration: none !important; box-shadow: 0 6px 18px rgba(205,30,36,.28); transition: background .15s, transform .08s, box-shadow .15s; }
.cjs-rv-cta-btn:hover { background: #b81c13; box-shadow: 0 8px 24px rgba(205,30,36,.34); color: #fff !important; }
.cjs-rv-cta-btn:active { transform: scale(.97); }

/* RTL (Hebrew) */
.cjs-rv[dir="rtl"] { text-align: right; }
.cjs-rv[dir="rtl"] .cjs-rv-hero,
.cjs-rv[dir="rtl"] .cjs-stat,
.cjs-rv[dir="rtl"] .cjs-rv-trust,
.cjs-rv[dir="rtl"] .cjs-rv-reviews h2,
.cjs-rv[dir="rtl"] .cjs-rv-reviews .cjs-rv-h2sub,
.cjs-rv[dir="rtl"] .cjs-rv-legit,
.cjs-rv[dir="rtl"] .cjs-step,
.cjs-rv[dir="rtl"] .cjs-rv-live h3,
.cjs-rv[dir="rtl"] .cjs-rv-live-sub,
.cjs-rv[dir="rtl"] .cjs-rv-leave,
.cjs-rv[dir="rtl"] .cjs-rv-howitworks h2,
.cjs-rv[dir="rtl"] .cjs-rv-video h2,
.cjs-rv[dir="rtl"] .cjs-rv-feed h2,
.cjs-rv[dir="rtl"] .cjs-rv-feed .cjs-rv-h2sub,
.cjs-rv[dir="rtl"] .cjs-rv-cta { text-align: center; }
.cjs-rv[dir="rtl"] .cjs-review-verified { margin-left: 0; margin-right: auto; }

/* Mobile */
@media (max-width: 600px) {
  .cjs-rv { padding: 14px 12px 48px; }
}
