/* ============================================================
   CRITICAL RESPONSE PAGE — page-critical-response-latest.css
   Depends on global: wrap, section-white, section-cream,
   section-dark, btn-primary, btn-dark, btn-outline-dark,
   btn-outline-light, eyebrow, section-head, checklist,
   faq-list, faq-item, faq-q, faq-a, faq-toggle
   ============================================================ */

/* ─────────────────────────────────────────────────────────
   1. HERO
   ───────────────────────────────────────────────────────── */
   .cr-top-block {
    background: var(--grad);
  }
  
  .cr-hero-grid {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 64px;
    align-items: center;
  }
  @media (max-width: 960px) {
    .cr-hero-grid {
      grid-template-columns: 1fr;
      gap: 40px;
    }
  }
  
  /* Clock widget */
  .cr-hero-clock {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 36px;
    text-align: center;
  }
  
  .cr-clock-num {
    font-size: clamp(40px, 4vw, 80px) ;
    font-weight: 800;
    color: #3dffb0;
    letter-spacing: -0.06em;
    line-height: 1;
    display: block;
  }
  
  .cr-clock-label {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-top: 8px;
  }
  
  .cr-clock-sub {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 6px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }
  
  .cr-clock-divider {
    width: 40px;
    height: 2px;
    background: rgba(61, 255, 176, 0.6);
    border-radius: 2px;
    margin: 16px auto;
  }
  
  .cr-clock-3hr {
    font-size: clamp(30px, 4vw, 40px) ;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: -0.04em;
    line-height: 1;
    display: block;
  }
  
  .cr-clock-3hr-label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 4px;
  }
  
  /* ─────────────────────────────────────────────────────────
     2. PROMISE STRIP (cream 3-col)
     ───────────────────────────────────────────────────────── */
  .cr-promise-strip {
    background: #f5f4f0;
    border-top: 1px solid #e8e6e0;
    border-bottom: 1px solid #e8e6e0;
  }
  
  .cr-promise-inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 40px 48px;
  }
  @media (max-width: 768px) {
    .cr-promise-inner {
      padding: 32px 20px;
    }
  }
  
  .cr-promise-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
  }
  @media (max-width: 768px) {
    .cr-promise-grid {
      grid-template-columns: 1fr;
      gap: 28px;
    }
  }
  
  .cr-promise-col {
    padding: 0 40px;
  }
  .cr-promise-col:first-child {
    padding-left: 0;
  }
  .cr-promise-col:last-child {
    padding-right: 0;
  }
  .cr-promise-col-border {
    border-right: 1px solid #e8e6e0;
  }
  @media (max-width: 768px) {
    .cr-promise-col {
      padding: 0;
    }
    .cr-promise-col-border {
      border-right: none;
      border-bottom: 1px solid #e8e6e0;
      padding-bottom: 20px;
    }
  }
  
  .cr-promise-eyebrow {
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #6b7280;
    margin-bottom: 12px;
  }
  
  .cr-promise-h3 {
    color: #111827;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.3;
  }
  
  .cr-promise-p {
    font-size: 14px;
    color: #374151;
    line-height: 1.7;
  }
  
  /* ─────────────────────────────────────────────────────────
     3. P1 TRIGGERS + GUARANTEE
     ───────────────────────────────────────────────────────── */
  .cr-trigger-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 32px;
  }
  @media (max-width: 768px) {
    .cr-trigger-grid {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media (max-width: 480px) {
    .cr-trigger-grid {
      grid-template-columns: 1fr;
    }
  }
  
  .cr-trigger-card {
    background: #fff;
    border: 1px solid #e8e6e0;
    border-radius: 14px;
    padding: 24px;
  }
  
  .cr-trigger-icon {
    width: 48px;
    height: 48px;
    background: #06061a;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    flex-shrink: 0;
  }
  
  .cr-trigger-h3 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #111827;
  }
  
  .cr-trigger-p {
    font-size: 14px;
    color: #374151;
    line-height: 1.6;
  }
  
  /* Guarantee callout */
  .cr-guarantee {
    background: rgba(61, 255, 176, 0.06);
    border: 1px solid rgba(61, 255, 176, 0.2);
    border-radius: 14px;
    padding: 20px 28px;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  
  .cr-guarantee-icon {
    font-size: 28px;
    color: #111827;
    flex-shrink: 0;
  }
  
  .cr-guarantee p {
    font-size: 14px;
    color: #374151;
    line-height: 1.6;
    margin: 0;
  }
  
  .cr-guarantee strong {
    color: #111827;
  }
  
  /* ─────────────────────────────────────────────────────────
     4. PRIORITY LEVELS
     ───────────────────────────────────────────────────────── */
  .cr-pri-head {
    margin-bottom: 36px;
  }
  
  .cr-sla-btn {
    font-size: 13px;
    padding: 10px 20px;
    margin-top: 8px;
  }
  
  .cr-p-levels {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
  @media (max-width: 768px) {
    .cr-p-levels {
      grid-template-columns: 1fr;
    }
  }
  
  /* Base card */
  .cr-p-card {
    border-radius: 14px;
    padding: 28px;
    background: #fff;
  }
  .cr-p-p1 { border: 2px solid #ef4444; }
  .cr-p-p2 { border: 1px solid #f59e0b; }
  .cr-p-p3 { border: 1px solid #e8e6e0; }
  
  /* Badge */
  .cr-p-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    font-weight: 800;
    font-size: 14px;
    margin-bottom: 14px;
  }
  .cr-p-badge-p1 { background: #ef4444; color: #fff; }
  .cr-p-badge-p2 { background: #f59e0b; color: #fff; }
  .cr-p-badge-p3 { background: #f5f4f0; color: #111827; }
  
  .cr-p-h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #111827;
  }
  
  /* Response tag */
  .cr-p-response {
    font-size: 12px;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 14px;
  }
  .cr-p-response-p1 { background: rgba(239, 68, 68, 0.1); color: #ef4444; }
  .cr-p-response-p2 { background: rgba(245, 158, 11, 0.1); color: #d97706; }
  .cr-p-response-p3 { background: #f5f4f0; color: #6b7280; }
  
  /* List */
  .cr-p-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-left: 0;
  }
  .cr-p-list li {
    font-size: 14px;
    color: #374151;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    line-height: 1.5;
  }
  .cr-p-list li::before {
    content: '→';
    color: #9ca3af;
    flex-shrink: 0;
    font-size: 12px;
    margin-top: 1px;
  }
  .cr-p-list-p1 li::before { color: #ef4444; }
  .cr-p-list-p2 li::before { color: #f59e0b; }
  
  .cr-pri-footnote {
    margin-top: 16px;
    font-size: 12px;
    color: #6b7280;
  }
  
  /* ─────────────────────────────────────────────────────────
     5. TIMELINE
     ───────────────────────────────────────────────────────── */
  .cr-tl-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
  }
  @media (max-width: 768px) {
    .cr-tl-grid {
      grid-template-columns: 1fr;
      gap: 40px;
    }
  }
  
  .cr-timeline {
    position: relative;
    padding-left: 32px;
  }
  .cr-timeline::before {
    content: '';
    position: absolute;
    left: 11px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #e8e6e0;
  }
  
  .cr-tl-item {
    position: relative;
    margin-bottom: 0;
  }
  
  .cr-tl-dot {
    position: absolute;
    left: -32px;
    top: 22px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    flex-shrink: 0;
    z-index: 1;
  }
  .cr-tl-dot-p1   { background: #ef4444; color: #fff; }
  .cr-tl-dot-ack  { background: #3dffb0; color: #06061a; }
  .cr-tl-dot-work { background: #06061a; color: #3dffb0; }
  .cr-tl-dot-fix  { background: #059669; color: #fff; }
  .cr-tl-dot-done { background: #06061a; color: #3dffb0; border: 2px solid #3dffb0; }
  
  .cr-tl-body {
    background: #fff;
    border: 1px solid #e8e6e0;
    border-radius: 14px;
    padding: 20px 24px;
    margin-bottom: 12px;
  }
  .cr-tl-body-highlight {
    border-color: #3dffb0;
    background: rgba(61, 255, 176, 0.04);
  }
  
  .cr-tl-time {
    font-size: 11px;
    color: #4a5059;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 6px;
  }
  
  .cr-tl-title {
    font-size: 15px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 4px;
  }
  
  .cr-tl-desc {
    font-size: 13px;
    color: #374151;
    line-height: 1.6;
  }
  
  /* ─────────────────────────────────────────────────────────
     6. REAL EVIDENCE (dark 4-col)
     ───────────────────────────────────────────────────────── */
  .cr-evidence-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  @media (max-width: 900px) {
    .cr-evidence-grid {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media (max-width: 540px) {
    .cr-evidence-grid {
      grid-template-columns: 1fr;
    }
  }
  
  .cr-evidence-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 24px;
  }
  .cr-evidence-card-lime {
    border-color: rgba(61, 255, 176, 0.25);
  }
  
  .cr-ev-client {
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 14px;
  }
  
  .cr-ev-time-big {
    font-size: 42px;
    font-weight: 800;
    color: #3dffb0;
    letter-spacing: -0.05em;
    line-height: 1;
    display: block;
    margin-bottom: 4px;
  }
  .cr-ev-time-unit {
    font-size: 24px;
  }
  
  .cr-ev-time-label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 16px;
  }
  
  .cr-ev-incident {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin-bottom: 12px;
  }
  
  .cr-ev-timestamps {}
  
  .cr-ts-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11px;
    padding: 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }
  .cr-ts-row:last-child {
    border-bottom: none;
  }
  
  .cr-ts-label {
    color: rgba(255, 255, 255, 0.6);
  }
  .cr-ts-val {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
  }
  
  .cr-ev-footnote {
    margin-top: 20px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
  }
  
  /* ─────────────────────────────────────────────────────────
     7. CASE STUDIES
     ───────────────────────────────────────────────────────── */
  .cr-cs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  @media (max-width: 768px) {
    .cr-cs-grid {
      grid-template-columns: 1fr;
    }
  }
  
  .cr-cs-card {
    background: #fff;
    border: 1px solid #e8e6e0;
    border-radius: 16px;
    overflow: hidden;

    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  
  .cr-cs-head {
    background: #06061a;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  
  .cr-cs-client {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
  }
  
  .cr-cs-platform {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-top: 3px;
  }
  
  .cr-cs-total-time {
    font-size: 22px;
    font-weight: 800;
    color: #3dffb0;
    letter-spacing: -0.04em;
    text-align: right;
  }
  
  .cr-cs-total-label {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    text-align: right;
  }
  
  .cr-cs-body {
    padding: 20px 24px;
  }
  
  .cr-cs-incident {
    font-size: 13px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 14px;
  }
  
  .cr-cs-timeline {}
  
  .cr-cs-tl-row {
    display: flex;
    align-items: stretch;
    gap: 0;
    padding: 8px 0;
    border-bottom: 1px solid #f0efea;
  }
  .cr-cs-tl-row:last-child {
    border-bottom: none;
  }
  
  .cr-cs-tl-time {
    font-size: 12px;
    font-weight: 700;
    color: #06061a;
    width: 72px;
    flex-shrink: 0;
    padding-top: 2px;
  }
  
  .cr-cs-tl-bar {
    width: 3px;
    background: #e8e6e0;
    border-radius: 2px;
    margin: 0 14px;
    flex-shrink: 0;
  }
  .cr-cs-tl-bar-active {
    background: #3dffb0;
  }
  
  .cr-cs-tl-step {
    font-size: 12px;
    font-weight: 600;
    color: #111827;
  }
  
  .cr-cs-tl-note {
    font-size: 11px;
    color: #6b7280;
    line-height: 1.4;
    margin-top: 2px;
  }
  
  .cr-cs-quote {
    background: #f5f4f0;
    border-radius: 0 0 16px 16px;
    padding: 16px 24px;
    font-size: 13px;
    color: #374151;
    line-height: 1.6;
    font-style: italic;
    border-top: 1px solid #e8e6e0;
  }
  
  .cr-cs-quote cite {
    font-style: normal;
    font-weight: 600;
    color: #111827;
    display: block;
    margin-top: 6px;
    font-size: 12px;
  }
  
  /* ─────────────────────────────────────────────────────────
     8. FAQ FOOTER
     ───────────────────────────────────────────────────────── */
  .cr-faq-footer {
    margin-top: 32px;
    padding-top: 28px;
    border-top: 1px solid #e8e6e0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
  }
  
  .cr-faq-footer-text {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
  }
  
  .cr-faq-footer-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  
  /* ─────────────────────────────────────────────────────────
     9. CTA BAND
     ───────────────────────────────────────────────────────── */
  .cr-cta-band {
    background: #3dffb0;
    padding: 80px 48px;
    text-align: center;
  }
  @media (max-width: 768px) {
    .cr-cta-band {
      padding: 56px 20px;
    }
  }
  
  .cr-cta-inner {
    max-width: 640px;
    margin: 0 auto;
  }
  
  .cr-cta-band h2 {
    color: #06061a;
    margin-bottom: 14px;
  }
  
  .cr-cta-band p {
    color: rgba(6, 6, 26, 0.65);
    font-size: 17px;
    margin-bottom: 32px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
  }
  
  .cr-cta-btns {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .cr-cta-phone-btn {
    display: inline-block;
    border: 1.5px solid rgba(6, 6, 26, 0.25);
    color: #06061a;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
  }
  
  /* ─────────────────────────────────────────────────────────
     10. DISCLAIMER BAR
     ───────────────────────────────────────────────────────── */
  .cr-disclaimer {
    background: #f5f4f0;
    border-top: 1px solid #e8e6e0;
    padding: 14px 48px;
  }
  @media (max-width: 768px) {
    .cr-disclaimer {
      padding: 14px 20px;
    }
  }
  
  .cr-disclaimer-inner {
    max-width: 1160px;
    margin: 0 auto;
  }
  
  .cr-disclaimer p {
    font-size: 11px;
    color: #9ca3af;
    line-height: 1.6;
    margin: 0;
  }

  @media (max-width: 991px) {
    .cr-promise-col {
      padding: 0 20px;
    }
  }
  @media (max-width: 767px) {
    .cr-hero-clock {
      padding: 20px;
    }
    .cr-trigger-card {
      padding: 20px;
    }
  }
  @media (max-width: 500px) {
    .cr-guarantee {
      padding: 20px;
      gap: 0;
      flex-direction: column;
  }
  }