/*
  Shared styles for the About page — single source of truth for all language
  variants (about-page.html + about-page.de/fr/he.html). Linked via an absolute
  URL so it resolves under /, /de/, /fr/, /he/. Brand red: #cd1e24.
*/
.cjs-ab * { box-sizing: border-box; }
.breadcumb_wrap { display: none; }
.about-wrap > h2 { display: none; }
.cjs-ab {
  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-ab h1, .cjs-ab h2, .cjs-ab h3 { color: #111827; margin: 0 0 12px; line-height: 1.25; letter-spacing: -.4px; }
.cjs-ab p { color: #4b5563; line-height: 1.65; margin: 0 0 14px; font-size: 16px; overflow-wrap: break-word; }
.cjs-ab-section > p { font-size: 17px; }
.cjs-ab a { color: #cd1e24; text-decoration: none; }
.cjs-ab a:hover { text-decoration: underline; }

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

/* Stats grid */
.cjs-ab-stats { display: grid; grid-template-columns: repeat(4, 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-top: 6px; font-variant-numeric: tabular-nums; }
.cjs-stat-label { font-size: 12px; color: #6b7280; text-transform: uppercase; letter-spacing: .08em; font-weight: 600; }
@media (max-width: 900px) { .cjs-ab-stats { grid-template-columns: repeat(2, 1fr); } }

/* Content cards */
.cjs-ab-section { background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 26px 28px; margin: 0 0 18px; box-shadow: 0 1px 2px rgba(0,0,0,.03); }
.cjs-ab-section h2 { font-size: 22px; font-weight: 700; margin: 0 0 12px; line-height: 1.3; display: flex; align-items: flex-start; gap: 10px; }
.cjs-ab-section h2 .cjs-ab-icn { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 8px; background: linear-gradient(135deg, #cd1e24, #b81c13); color: #fff; flex-shrink: 0; box-shadow: 0 4px 14px rgba(205,30,36,.22); }
.cjs-ab-section h2 .cjs-ab-icn svg { width: 18px; height: 18px; fill: #fff; }

/* Why buy — feature grid */
.cjs-ab-why { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 6px; }
.cjs-ab-feature { background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 12px; padding: 20px 18px; }
.cjs-ab-feature h3 { font-size: 17px; font-weight: 700; margin: 0 0 8px; color: #111827; display: flex; align-items: center; gap: 8px; }
.cjs-ab-feature h3 .cjs-ab-feat-dot { width: 9px; height: 9px; border-radius: 50%; background: linear-gradient(135deg, #cd1e24, #f59e0b); flex-shrink: 0; }
.cjs-ab-feature p { font-size: 15px; color: #4b5563; margin: 0; line-height: 1.6; }
@media (max-width: 900px) { .cjs-ab-why { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .cjs-ab-why { grid-template-columns: 1fr; } }

/* Inline highlight callout */
.cjs-ab-callout { background: linear-gradient(135deg, #fff5f5, #fff8ed); border: 1px solid #fde0e2; border-left: 4px solid #cd1e24; border-radius: 10px; padding: 16px 18px; margin: 6px 0 0; color: #7f1d1d; font-size: 14px; line-height: 1.55; }
.cjs-ab-callout strong { color: #991b1b; }

/* Video */
.cjs-ab-video-wrap { position: relative; padding-top: 56.25%; background: #000; border-radius: 12px; overflow: hidden; margin: 8px 0 4px; box-shadow: 0 8px 24px rgba(0,0,0,.12); }
.cjs-ab-video-wrap iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }
.cjs-ab-video-cap { text-align: center; font-size: 12px; color: #9ca3af; margin-top: 8px; }

/* Example key image */
.cjs-ab-keyexample { display: flex; flex-direction: column; align-items: center; gap: 10px; margin-top: 6px; }
.cjs-ab-keyexample img { max-width: 320px; width: 100%; height: auto; border-radius: 8px; box-shadow: 0 6px 18px rgba(0,0,0,.10); border: 1px solid #e5e7eb; }
.cjs-ab-keyexample-cap { font-size: 12px; color: #6b7280; text-transform: uppercase; letter-spacing: .08em; font-weight: 600; }

/* Payments */
.cjs-ab-pay { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px; }
.cjs-ab-pay-pill { display: inline-flex; align-items: center; background: #f3f4f6; color: #374151; border: 1px solid #e5e7eb; border-radius: 999px; padding: 6px 14px; font-size: 13px; font-weight: 600; }

/* Hours block */
.cjs-ab-hours { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 4px; }
.cjs-ab-hours .cjs-ab-hour { background: #f9fafb; border: 1px solid #e5e7eb; border-radius: 12px; padding: 18px 18px; text-align: center; }
.cjs-ab-hours .cjs-ab-hour-lbl { font-size: 11px; color: #6b7280; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; margin-bottom: 6px; }
.cjs-ab-hours .cjs-ab-hour-val { font-size: 20px; font-weight: 800; color: #111827; letter-spacing: -.5px; }
.cjs-ab-hours .cjs-ab-hour-247 .cjs-ab-hour-val { color: #cd1e24; }
@media (max-width: 600px) { .cjs-ab-hours { grid-template-columns: 1fr; } }

/* Defensive: force dark text on the Reviews.io carousel since it sits on a light card */
.cjs-ab-reviewsio #carousel-inline-widget-cjsab,
.cjs-ab-reviewsio #carousel-inline-widget-cjsab * { color: #2f2f2f; }
.cjs-ab-reviewsio #carousel-inline-widget-cjsab a { color: #cd1e24; }

/* CTA */
.cjs-ab-cta { text-align: center; margin-top: 36px; }
.cjs-ab-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-ab-cta-btn:hover { background: #b81c13; box-shadow: 0 8px 24px rgba(205,30,36,.34); color: #fff !important; }
.cjs-ab-cta-btn:active { transform: scale(.97); }

.cjs-ab-signoff { text-align: center; margin-top: 28px; font-size: 14px; color: #6b7280; }
.cjs-ab-signoff strong { color: #111827; display: block; font-size: 16px; margin-top: 4px; }

/* RTL (Hebrew) */
.cjs-ab[dir="rtl"] { text-align: right; }
.cjs-ab[dir="rtl"] .cjs-ab-hero,
.cjs-ab[dir="rtl"] .cjs-stat,
.cjs-ab[dir="rtl"] .cjs-ab-keyexample,
.cjs-ab[dir="rtl"] .cjs-ab-hours .cjs-ab-hour,
.cjs-ab[dir="rtl"] .cjs-ab-cta,
.cjs-ab[dir="rtl"] .cjs-ab-signoff { text-align: center; }

/* Mobile polish */
@media (max-width: 600px) {
  .cjs-ab { padding: 14px 12px 48px; }
  .cjs-ab p { font-size: 15.5px; }
  .cjs-ab-section { padding: 20px 18px; }
  .cjs-ab-section h2 { font-size: 18px; }
  .cjs-ab-cta-btn { display: block; width: 100%; }
}
