/* ─────────────────────────────────────────────────────────────────
   CRO Block 11 — Video Showcase
   Token-only. Mobile-first. Self-contained (legacy cro-video-showcase.css
   is not loaded by base.html.twig).
   ───────────────────────────────────────────────────────────────── */

.block-cro-block-11 {
  background: var(--scheme-bg);
  color: var(--scheme-fg);
  font-family: var(--ds-font-body);
}

.block-cro-block-11 .container { max-width: var(--ds-container-lg); }

/* Two-column layout */
.block-cro-block-11 .row { display: flex; flex-wrap: wrap; gap: var(--ds-space-6); margin: 0; }
.block-cro-block-11 .col-lg-7,
.block-cro-block-11 .col-lg-5 { flex: 1 1 100%; padding: 0; min-width: 0; }
@media (min-width: 992px) {
  .block-cro-block-11 .row { flex-wrap: nowrap; }
  .block-cro-block-11 .col-lg-7 { flex: 0 0 calc(58.333% - var(--ds-space-3)); }
  .block-cro-block-11 .col-lg-5 { flex: 0 0 calc(41.667% - var(--ds-space-3)); }
}

.block-cro-block-11 .mb-4 { margin-bottom: var(--ds-space-5); }

/* ── Video Player Wrapper ──
   WAVE3-F08 (2026-05-08): hard-pin to literal #000. The previous
   var(--ds-ink, #000) was flipped to white by the dark-scheme guardrail
   on .scheme-ink/.scheme-steel/.scheme-accent/.scheme-trust → the player
   chrome painted WHITE behind the video. Black is the legitimate intent
   for video letterboxing regardless of section scheme — one of the few
   valid hex literals per doctrine. */
.block-cro-block-11 .video-player-wrapper {
  position: relative;
  background: #000;
  border-radius: var(--ds-radius);
  overflow: hidden;
  box-shadow: var(--ds-shadow-lg);
  aspect-ratio: 16 / 9;
  width: 100%;
  max-width: 1280px;
  touch-action: manipulation;
}

.block-cro-block-11 .video-thumbnail-overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  background: rgba(14,15,12,.55);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity var(--ds-duration) var(--ds-ease-out);
}
.block-cro-block-11 .video-thumbnail-overlay.hidden { opacity: 0; pointer-events: none; }

.block-cro-block-11 .thumbnail-image {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: .7;
  display: block;
}

.block-cro-block-11 .video-player {
  width: 100%; height: 100%;
  display: block;
  position: absolute; inset: 0;
}

/* WAVE3-F08 (2026-05-08) — Pattern-B INVERTED local rebind: this is a
   white-95% pill on the video frame. Pin --ds-ink* locally so descendants
   (`.benefit-text-thumb strong/span`) stay readable on the white surface
   regardless of outer dark scheme (where the guardrail would otherwise
   flip --ds-ink → white → near-white-on-white-frosted-glass). */
.block-cro-block-11 .thumbnail-benefit {
  position: absolute;
  top: var(--ds-space-3); left: var(--ds-space-3); right: var(--ds-space-3);
  --ds-ink: #0e0f0c;
  --ds-ink-soft: #4a4842;
  --ds-ink-mute: #76736a;
  background: rgba(255,255,255,.96);
  color: var(--ds-ink);
  padding: var(--ds-space-3) var(--ds-space-4);
  border-radius: var(--ds-radius-sm);
  display: flex; align-items: center; gap: var(--ds-space-3);
  box-shadow: var(--ds-shadow-md);
  z-index: 3;
}
.block-cro-block-11 .benefit-icon-thumb {
  width: 36px; height: 36px;
  background: var(--ds-trust);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; flex-shrink: 0;
}
.block-cro-block-11 .benefit-icon-thumb svg { width: 20px; height: 20px; }
.block-cro-block-11 .benefit-text-thumb strong {
  display: block;
  font-size: var(--ds-fs-body-sm); font-weight: 700;
  color: var(--ds-ink);
}
.block-cro-block-11 .benefit-text-thumb span {
  font-size: var(--ds-fs-eyebrow);
  color: var(--ds-ink-mute);
}

.block-cro-block-11 .play-button {
  position: relative;
  background: none; border: none; cursor: pointer;
  display: flex; flex-direction: column; align-items: center;
  gap: var(--ds-space-3);
  z-index: 2;
  transition: transform var(--ds-duration-fast) var(--ds-ease-out);
  /* SWEEP-T19 BUG-FIX: thumbnail play overlay must be ≥56 px primary CTA
     for senior ICP. The inner SVG was 56–64 px, but the <button> itself
     had no enforced touch target; flex parent on a centred row could
     have shrunk hit-area on some layouts. Lock to 56 px primary floor. */
  min-width: var(--ds-touch-target-primary, 56px);
  min-height: var(--ds-touch-target-primary, 56px);
  padding: var(--ds-space-2);
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.block-cro-block-11 .play-button:focus-visible {
  outline: none;
  box-shadow: var(--ds-focus-ring-dark, 0 0 0 3px rgba(255,255,255,.85));
  border-radius: 50%;
}
.block-cro-block-11 .play-button:hover { transform: scale(1.05); }
.block-cro-block-11 .play-button svg { width: 64px; height: 64px; filter: drop-shadow(0 8px 24px rgba(0,0,0,.4)); }
@media (max-width: 600px) {
  .block-cro-block-11 .play-button svg { width: 56px; height: 56px; }
}
/* WAVE3-F08 (2026-05-08): hard-pin to #fff. The previous
   var(--scheme-fg, #fff) fallback only fires when --scheme-fg is unset,
   but on .scheme-paper the resolved value is --ds-ink (black) → black
   "Watch / Play" text on the dark video poster. The video chrome bg is
   invariant dark (gradient over a black-bg .video-player-wrapper), so
   the literal #fff is the design intent. */
.block-cro-block-11 .play-text {
  color: #fff; font-weight: 700;
  font-size: var(--ds-fs-body-sm);
  text-shadow: 0 2px 8px rgba(0,0,0,.6);
}

.block-cro-block-11 .video-controls {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(0,0,0,.9), transparent);
  padding: var(--ds-space-6) var(--ds-space-4) var(--ds-space-3);
  display: flex; align-items: center; gap: var(--ds-space-3);
  opacity: 0;
  transition: opacity var(--ds-duration) var(--ds-ease-out);
  z-index: 5;
}
.block-cro-block-11 .video-player-wrapper:hover .video-controls,
.block-cro-block-11 .video-player-wrapper.show-controls .video-controls { opacity: 1; }
.block-cro-block-11 .ctrl-btn {
  background: none; border: none; color: #fff; cursor: pointer;
  /* WAVE3-F08 (2026-05-08): hard-pin #fff — the video controls bar is
     invariant-dark gradient; --scheme-fg fallback resolved to ink on
     scheme-paper → black-on-black ctrl-btn icons. */
  /* SWEEP-T19 BUG-FIX: ctrl-btn was 40×40 — fails 48 px AAA tap floor for
     45-70+ ICP. Lock to 48×48 with flex:none so the controls bar can't
     collapse it. Prior T9 fix on legacy cro-video-showcase.css addressed
     the same regression; the live token-only block-11.css missed the
     fix and shipped with 40 px controls. */
  width: var(--ds-touch-target, 48px);
  height: var(--ds-touch-target, 48px);
  min-width: var(--ds-touch-target, 48px);
  min-height: var(--ds-touch-target, 48px);
  flex: 0 0 auto;
  display: flex; align-items: center; justify-content: center;
  border-radius: var(--ds-radius-sm);
  transition: background var(--ds-duration-fast);
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.block-cro-block-11 .ctrl-btn:focus-visible {
  outline: none;
  box-shadow: var(--ds-focus-ring-dark, 0 0 0 3px rgba(255,255,255,.85));
}
.block-cro-block-11 .ctrl-btn:hover { background: rgba(255,255,255,.18); }
.block-cro-block-11 .ctrl-btn svg { width: 20px; height: 20px; }
.block-cro-block-11 .progress-wrap { flex: 1; display: flex; align-items: center; gap: var(--ds-space-2); }
.block-cro-block-11 .progress-bar {
  flex: 1; height: 4px;
  background: rgba(255,255,255,.25);
  border-radius: 2px; cursor: pointer; overflow: hidden;
}
.block-cro-block-11 .progress-fill {
  height: 100%; width: 0%;
  background: var(--ds-cta-aa, var(--ds-cta-dk));
  border-radius: 2px; transition: width .1s linear;
}
.block-cro-block-11 .time-text {
  color: #fff; font-family: var(--ds-font-mono);
  /* WAVE3-F08 (2026-05-08): hard-pin #fff — invariant-dark video controls
     gradient. Browser audit caught time-text "0:00 / 0:00" rendering
     rgb(255,255,255) on rgb(255,255,255) when fallback didn't fire. */
  /* SWEEP-T19 BUG-FIX: eyebrow size (~12 px) failed AAA-large 14 px caption
     floor for senior viewers. Pin to 14 px so duration is legible. */
  font-size: 14px;
  line-height: 1.4;
}

.block-cro-block-11 .trust-popup {
  position: absolute; bottom: var(--ds-space-3); left: var(--ds-space-3);
  display: flex; flex-direction: column; gap: var(--ds-space-2);
  z-index: 4;
  opacity: 0; pointer-events: none;
  transition: opacity var(--ds-duration) var(--ds-ease-out);
}
.block-cro-block-11 .trust-popup.show { opacity: 1; }
/* WAVE3-F08 (2026-05-08) — Pattern-B INVERTED local rebind for the
   self-styled white pill on the video frame. Without this, on dark
   schemes the guardrail flips --ds-ink → white → white-on-white pill.
   Browser audit caught descendants (e.g. "97% client retention rate")
   rendering rgb(255,255,255) on near-white. */
.block-cro-block-11 .trust-badge-float {
  display: inline-flex; align-items: center; gap: var(--ds-space-2);
  --ds-ink: #0e0f0c;
  --ds-ink-soft: #4a4842;
  --ds-ink-mute: #76736a;
  background: rgba(255,255,255,.95);
  color: var(--ds-ink);
  padding: var(--ds-space-1) var(--ds-space-3);
  border-radius: var(--ds-radius-pill);
  font-size: var(--ds-fs-eyebrow); font-weight: 600;
  box-shadow: var(--ds-shadow-sm);
}
.block-cro-block-11 .trust-badge-float svg { width: 14px; height: 14px; flex-shrink: 0; }

/* WAVE3-F08 (2026-05-08): hard-pin #fff — the watch-badge sits on a
   semi-opaque dark pill (rgba(14,15,12,.7)) over the video poster. The
   bg is invariant-dark, so the previous --scheme-fg fallback was
   risk-prone (resolved to ink-on-near-ink on scheme-paper). Browser audit
   caught descendants ("Since 2024", "4.8/5 Rating") as white-on-white. */
.block-cro-block-11 .watch-badge {
  position: absolute; top: var(--ds-space-3); right: var(--ds-space-3);
  display: inline-flex; align-items: center; gap: var(--ds-space-2);
  background: rgba(14,15,12,.7);
  color: #fff;
  padding: var(--ds-space-1) var(--ds-space-3);
  border-radius: var(--ds-radius-pill);
  font-size: var(--ds-fs-eyebrow); font-weight: 600;
  z-index: 4;
  backdrop-filter: blur(8px);
}
.block-cro-block-11 .watch-badge svg { width: 14px; height: 14px; }

/* ── Quick Overview ── */
.block-cro-block-11 .quick-overview {
  background: var(--scheme-card-bg);
  border: 1px solid var(--scheme-rule);
  border-radius: var(--ds-radius);
  padding: var(--ds-space-5);
}
.block-cro-block-11 .overview-title {
  display: flex; align-items: center; gap: var(--ds-space-2);
  font-family: var(--ds-font-display);
  font-size: var(--ds-fs-display-sm);
  margin: 0 0 var(--ds-space-4) 0;
  color: var(--scheme-fg);
  text-transform: uppercase;
  letter-spacing: .01em;
}
.block-cro-block-11 .overview-title svg { width: 18px; height: 18px; color: var(--ds-cta); flex-shrink: 0; }
.block-cro-block-11 .overview-benefits { display: flex; flex-direction: column; gap: var(--ds-space-3); }
.block-cro-block-11 .benefit-item-modern {
  display: flex; align-items: flex-start; gap: var(--ds-space-3);
  padding: var(--ds-space-3);
  border-radius: var(--ds-radius-sm);
  cursor: pointer;
  transition: background var(--ds-duration-fast), transform var(--ds-duration-fast);
}
.block-cro-block-11 .benefit-item-modern:hover {
  background: rgba(255,255,255,.05);
  transform: translateX(2px);
}
.block-cro-block-11 .benefit-icon-modern {
  width: 32px; height: 32px; flex-shrink: 0;
  background: color-mix(in srgb, var(--ds-trust) 18%, transparent);
  color: var(--ds-trust);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.block-cro-block-11 .scheme-steel .benefit-icon-modern,
.scheme-steel .block-cro-block-11 .benefit-icon-modern { color: #9bb37a; }
.block-cro-block-11 .benefit-icon-modern svg { width: 18px; height: 18px; }
.block-cro-block-11 .benefit-item-modern span {
  font-size: var(--ds-fs-body-sm); line-height: 1.5;
  color: var(--scheme-fg-soft);
}

/* ── Completion CTA ── */
.block-cro-block-11 .completion-cta {
  background: linear-gradient(135deg, var(--ds-cta) 0%, var(--ds-cta-dk) 100%);
  color: #fff;
  border-radius: var(--ds-radius-lg);
  padding: var(--ds-space-5);
  box-shadow: var(--ds-shadow-cta);
}
.block-cro-block-11 .benefit-hint-alert {
  display: flex; align-items: flex-start; gap: var(--ds-space-2);
  background: rgba(255,255,255,.15);
  padding: var(--ds-space-3);
  border-radius: var(--ds-radius-sm);
  margin-bottom: var(--ds-space-4);
}
.block-cro-block-11 .benefit-hint-alert svg { width: 18px; height: 18px; flex-shrink: 0; margin-top: 2px; }
.block-cro-block-11 .benefit-hint-alert p { margin: 0; font-size: var(--ds-fs-body-sm); }
.block-cro-block-11 .completion-content {
  display: flex; align-items: center; gap: var(--ds-space-4);
  margin-bottom: var(--ds-space-4);
}
.block-cro-block-11 .completion-icon-circle {
  width: 56px; height: 56px; flex-shrink: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.18);
  display: flex; align-items: center; justify-content: center;
}
.block-cro-block-11 .completion-icon-circle svg { width: 32px; height: 32px; }
.block-cro-block-11 .completion-text h3 {
  font-family: var(--ds-font-display);
  font-size: var(--ds-fs-display-sm);
  margin: 0 0 var(--ds-space-1) 0;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.1;
}
.block-cro-block-11 .completion-text p {
  margin: 0;
  font-size: var(--ds-fs-body-sm);
  color: rgba(255,255,255,.88);
}
.block-cro-block-11 .completion-actions {
  display: flex; flex-wrap: wrap; gap: var(--ds-space-3);
  margin-bottom: var(--ds-space-3);
}
.block-cro-block-11 .completion-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: var(--ds-space-2);
  padding: var(--ds-space-3) var(--ds-space-5);
  border-radius: var(--ds-radius-sm);
  font-family: var(--ds-font-body);
  font-weight: 700;
  font-size: var(--ds-fs-body-sm);
  text-decoration: none;
  transition: transform var(--ds-duration-fast), background var(--ds-duration-fast);
  /* SWEEP-T19 BUG-FIX: completion CTAs are primary actions — pin to 56 px
     primary CTA floor. Padding alone produced ~50 px which would regress
     if line-height changed. */
  min-height: var(--ds-touch-target-primary, 56px);
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.block-cro-block-11 .completion-btn:focus-visible {
  outline: none;
  box-shadow: var(--ds-focus-ring, 0 0 0 3px var(--ds-cta));
}
.block-cro-block-11 .completion-btn.primary {
  background: var(--scheme-card-bg, #fff); color: var(--ds-cta);
}
.block-cro-block-11 .completion-btn.primary:hover { transform: translateY(-2px); background: var(--ds-cream); }
.block-cro-block-11 .completion-btn.secondary {
  background: rgba(255,255,255,.15); color: #fff;
  border: 1px solid rgba(255,255,255,.4);
}
.block-cro-block-11 .completion-btn.secondary:hover { background: rgba(255,255,255,.25); }
.block-cro-block-11 .completion-btn svg { width: 16px; height: 16px; }

.block-cro-block-11 .completion-trust {
  display: flex; flex-wrap: wrap; gap: var(--ds-space-3);
  font-size: var(--ds-fs-eyebrow);
  color: rgba(255,255,255,.85);
}
.block-cro-block-11 .completion-trust span { display: inline-flex; align-items: center; gap: var(--ds-space-1); }
.block-cro-block-11 .completion-trust svg { width: 12px; height: 12px; color: #fff; }

/* ── Mini CTA Card ── */
.block-cro-block-11 .mini-cta-card {
  background: var(--scheme-card-bg);
  border: 1px solid var(--scheme-rule);
  border-radius: var(--ds-radius);
  padding: var(--ds-space-5);
  position: relative;
}
.block-cro-block-11 .cta-label-top {
  display: inline-flex; align-items: center; gap: var(--ds-space-1);
  background: var(--ds-cta-aa, var(--ds-cta-dk));
  color: #fff;
  padding: var(--ds-space-1) var(--ds-space-3);
  border-radius: var(--ds-radius-pill);
  font-family: var(--ds-font-mono);
  font-size: var(--ds-fs-eyebrow);
  font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase;
  margin-bottom: var(--ds-space-3);
}
.block-cro-block-11 .cta-label-top svg { width: 14px; height: 14px; }
.block-cro-block-11 .mini-cta-card h3 {
  font-family: var(--ds-font-display);
  font-size: var(--ds-fs-display-sm);
  margin: 0 0 var(--ds-space-2) 0;
  color: var(--scheme-fg);
  text-transform: uppercase;
  line-height: 1.1;
}
.block-cro-block-11 .cta-description {
  margin: 0 0 var(--ds-space-4) 0;
  font-size: var(--ds-fs-body-sm);
  color: var(--scheme-fg-soft);
  line-height: 1.5;
}
.block-cro-block-11 .dual-cta-buttons {
  display: flex; flex-direction: column; gap: var(--ds-space-2);
  margin-bottom: var(--ds-space-4);
}
.block-cro-block-11 .cta-btn-primary,
.block-cro-block-11 .cta-btn-secondary {
  display: inline-flex; align-items: center; justify-content: center;
  gap: var(--ds-space-2);
  padding: var(--ds-space-3) var(--ds-space-4);
  border-radius: var(--ds-radius-sm);
  font-weight: 700;
  font-size: var(--ds-fs-body-sm);
  text-decoration: none;
  transition: background var(--ds-duration-fast), transform var(--ds-duration-fast);
  /* SWEEP-T19 BUG-FIX: dual CTA buttons in mini-cta-card lacked enforced
     touch-target floor. Primary -> 56 px, secondary -> 48 px (filled vs
     outline; senior-UX prefers filled = primary visual weight). */
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.block-cro-block-11 .cta-btn-primary { min-height: var(--ds-touch-target-primary, 56px); }
.block-cro-block-11 .cta-btn-secondary { min-height: var(--ds-touch-target, 48px); }
.block-cro-block-11 .cta-btn-primary:focus-visible,
.block-cro-block-11 .cta-btn-secondary:focus-visible {
  outline: none;
  box-shadow: var(--ds-focus-ring, 0 0 0 3px var(--ds-cta));
}
.block-cro-block-11 .cta-btn-primary {
  background: var(--ds-cta-aa, var(--ds-cta-dk)); color: #fff;
  box-shadow: var(--ds-shadow-cta);
}
.block-cro-block-11 .cta-btn-primary:hover { background: var(--ds-cta-dk); transform: translateY(-1px); }
.block-cro-block-11 .cta-btn-secondary {
  background: transparent;
  color: var(--scheme-fg);
  border: 1px solid var(--scheme-rule);
}
.block-cro-block-11 .cta-btn-secondary:hover { border-color: var(--ds-cta); color: var(--ds-cta); }
.block-cro-block-11 .cta-btn-primary svg,
.block-cro-block-11 .cta-btn-secondary svg { width: 14px; height: 14px; }

.block-cro-block-11 .urgency-indicator {
  display: inline-flex; align-items: center; gap: var(--ds-space-2);
  font-size: var(--ds-fs-eyebrow);
  color: var(--ds-cta);
  font-weight: 600;
}
.block-cro-block-11 .urgency-indicator svg { width: 14px; height: 14px; }

/* ── Benefit Pills ── */
.block-cro-block-11 .benefit-pills-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--ds-space-2);
}
@media (min-width: 480px) {
  .block-cro-block-11 .benefit-pills-grid { grid-template-columns: repeat(4, 1fr); }
}
.block-cro-block-11 .pill-modern {
  display: inline-flex; align-items: center; justify-content: center;
  gap: var(--ds-space-1);
  background: var(--scheme-card-bg);
  border: 1px solid var(--scheme-rule);
  padding: var(--ds-space-2) var(--ds-space-3);
  border-radius: var(--ds-radius-sm);
  /* SWEEP-T19 BUG-FIX: pills rendered at 40 px tall (eyebrow size + 8 px
     padding) — fails 48 px tap floor. Bumped font to 14 px for AAA-large
     legibility and locked min-height to 48 px. */
  font-size: 14px;
  font-weight: 700;
  color: var(--scheme-fg);
  font-family: var(--ds-font-mono);
  letter-spacing: .04em;
  min-height: var(--ds-touch-target, 48px);
  transition: border-color var(--ds-duration-fast), color var(--ds-duration-fast);
}
.block-cro-block-11 .pill-modern:focus-visible {
  outline: none;
  box-shadow: var(--ds-focus-ring, 0 0 0 3px var(--ds-cta));
}
.block-cro-block-11 .pill-modern:hover { border-color: var(--ds-cta); color: var(--ds-cta); }
.block-cro-block-11 .pill-modern svg { width: 12px; height: 12px; flex-shrink: 0; }

/* ── Trust Strip ── */
.block-cro-block-11 .trust-strip-modern {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--ds-space-3);
}
.block-cro-block-11 .trust-card-mini {
  display: flex; align-items: center; gap: var(--ds-space-2);
  background: var(--scheme-card-bg);
  border: 1px solid var(--scheme-rule);
  padding: var(--ds-space-3);
  border-radius: var(--ds-radius-sm);
}
.block-cro-block-11 .trust-icon-circle {
  width: 32px; height: 32px; flex-shrink: 0;
  background: color-mix(in srgb, var(--ds-cta) 15%, transparent);
  color: var(--ds-cta);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.block-cro-block-11 .trust-icon-circle svg,
.block-cro-block-11 .trust-icon-circle .icon-preset,
.block-cro-block-11 .trust-icon-circle .icon-svg { width: 18px; height: 18px; }
.block-cro-block-11 .trust-icon-circle .icon-preset svg,
.block-cro-block-11 .trust-icon-circle .icon-svg svg { width: 100%; height: 100%; }
.block-cro-block-11 .trust-data { display: flex; flex-direction: column; min-width: 0; }
.block-cro-block-11 .trust-data strong {
  font-size: var(--ds-fs-body-sm); font-weight: 700;
  color: var(--scheme-fg);
  font-family: var(--ds-font-display);
}
.block-cro-block-11 .trust-data span {
  font-size: var(--ds-fs-eyebrow);
  color: var(--scheme-fg-mute);
}

/* ── Micro Quote ── */
.block-cro-block-11 .micro-quote-modern {
  display: flex; align-items: flex-start; gap: var(--ds-space-3);
  background: var(--scheme-card-bg);
  border-left: 3px solid var(--ds-cta);
  padding: var(--ds-space-4);
  border-radius: var(--ds-radius-sm);
  position: relative;
}
.block-cro-block-11 .quote-mark { width: 20px; height: 20px; color: var(--ds-cta); flex-shrink: 0; }
.block-cro-block-11 .quote-avatar-mini {
  width: 36px; height: 36px;
  background: var(--ds-cta-aa, var(--ds-cta-dk));
  color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
  font-size: var(--ds-fs-body-sm);
  flex-shrink: 0;
}
.block-cro-block-11 .micro-quote-modern p {
  margin: 0;
  font-size: var(--ds-fs-body-sm);
  color: var(--scheme-fg-soft);
  font-style: italic;
  line-height: 1.5;
}
.block-cro-block-11 .micro-quote-modern strong {
  font-style: normal;
  font-weight: 700;
  color: var(--scheme-fg);
}

/* ── Global icon containment fallback (in case macro outputs unsized SVGs) ── */
.block-cro-block-11 .icon-preset,
.block-cro-block-11 .icon-svg,
.block-cro-block-11 .icon-custom {
  display: inline-flex;
  width: 1.25rem; height: 1.25rem;
  line-height: 0;
}
.block-cro-block-11 .icon-preset > svg,
.block-cro-block-11 .icon-svg > svg,
.block-cro-block-11 .icon-custom > img { width: 100%; height: 100%; }

/* SWEEP-T19 BUG-FIX: respect prefers-reduced-motion (vestibular sensitivity
   in senior ICP). Kill transforms on hover and disable any video-control
   transitions when the user opts out of motion. */
@media (prefers-reduced-motion: reduce) {
  .block-cro-block-11 *,
  .block-cro-block-11 *::before,
  .block-cro-block-11 *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .block-cro-block-11 .play-button:hover { transform: none; }
}

/* SWEEP-T19 BUG-FIX: defensive checkmark-leak guard. Theme/global
   `#features ul li::before` ships an orange checkmark glyph for marketing
   pages. Block 11 currently renders no <ul><li>, but keep this scoped
   reset in place so any future YAML edit that adds a list inside
   .quick-overview / .micro-quote / .completion-text doesn't inherit a
   stray checkmark from the global cascade. */
.block-cro-block-11 ul li::before,
.block-cro-block-11 ol li::before { content: none !important; }

/* SWEEP-T19 coord fix: align with team sticky-CTA token. Reserve clearance
   below the player + mini-CTA card on small viewports so the global
   .acme-cta-call / .acme-cta-quote bar (out-of-slice) cannot overlap our
   primary actions. Token defaults to 56 px when the host page does not
   provide one. */
@media (max-width: 600px) {
  .block-cro-block-11 .mini-cta-card,
  .block-cro-block-11 .completion-cta {
    scroll-margin-block-end: var(--ds-sticky-cta-clearance, 80px);
  }
  .block-cro-block-11 .video-right-column,
  .block-cro-block-11 .col-lg-5 {
    padding-bottom: calc(var(--ds-sticky-cta-clearance, 56px) / 2);
  }
}

/* ── F-CRO-T7 2026-05-08: secondary "Call Now" CTA must hit 56px primary floor.
   Master report flagged 52px residual on secondary CTA in this module. ── */
.block-cro-block-11 .cta-btn-secondary,
.block-cro-block-11 .secondary-cta,
.block-cro-block-11 .call-cta,
[class*="cro-video"] .cta-btn-secondary,
[class*="cro-block-11"] .cta-btn-secondary {
  min-height: var(--ds-touch-target-primary, 56px) !important;
}
