/* ═══════════════════════════════════════════════════
   CRISIS PAGE V2 — TechStackToday
   Accordion checklist design with progressive disclosure
═══════════════════════════════════════════════════ */

/* ── Hero ── */
.tst-cv2-hero {
    background: linear-gradient(140deg, var(--navy) 0%, var(--navy-mid) 100%);
    padding: 52px 0 44px;
}
/* ── Consistent page width: 860px across ALL sections ── */
.tst-cv2-hero-inner,
.tst-cv2-ap-wrap,
.tst-cv2-easy-inner,
.tst-cv2-cl-inner,
.tst-cv2-faq-inner,
.tst-cv2-cta-inner,
.tst-cv2-services-inner {
  max-width: 860px; margin-left: auto; margin-right: auto;
}
.tst-cv2-badge {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 0.68rem; font-weight: 700; letter-spacing: .08em;
    text-transform: uppercase; padding: 5px 14px; border-radius: 100px;
    margin-bottom: 18px;
}
.tst-cv2-hero h1 {
    font-size: clamp(1.6rem, 4vw, 2.6rem); font-weight: 800;
    color: white; line-height: 1.2; margin-bottom: 14px;
}
.tst-cv2-hero-sub {
    font-size: 1.05rem; color: rgba(255,255,255,.72);
    line-height: 1.75; max-width: 860px;
}

/* ── Action Plan Cards ── */
.tst-cv2-ap { padding: 44px 0 28px; }
.tst-cv2-ap-intro { text-align: center; margin-bottom: 28px; }
.tst-cv2-ap-intro h2 {
    font-family: 'Sora', sans-serif; font-size: 1.3rem;
    font-weight: 800; color: var(--navy); margin-bottom: 8px;
}
.tst-cv2-ap-intro p { font-size: .9rem; color: var(--gray-500); max-width: 860px; margin: 0 auto; }
.tst-cv2-ap-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 18px;
    max-width: 860px; margin: 0 auto;
}
@media (max-width: 620px) { .tst-cv2-ap-grid { grid-template-columns: 1fr; } }
.tst-cv2-ap-card {
    border-radius: 16px; padding: 26px 24px 22px;
    position: relative; overflow: hidden;
    box-shadow: 0 6px 28px rgba(11,29,58,.15);
}
.tst-cv2-ap-card::before {
    content: ''; position: absolute; top: -30px; right: -30px;
    width: 100px; height: 100px; border-radius: 50%;
    background: rgba(255,255,255,.06);
}
.tst-cv2-ap-label {
    font-family: 'Sora', sans-serif; font-size: .65rem; font-weight: 700;
    letter-spacing: .1em; text-transform: uppercase;
    color: rgba(255,255,255,.6); margin-bottom: 8px;
}
.tst-cv2-ap-title {
    font-family: 'Sora', sans-serif; font-size: 1.05rem; font-weight: 800;
    color: white; margin-bottom: 10px; line-height: 1.25;
}
.tst-cv2-ap-body {
    font-size: .855rem; color: rgba(255,255,255,.8);
    line-height: 1.65; margin-bottom: 18px;
}
.tst-cv2-ap-btn {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.25);
    color: white; font-family: 'Sora', sans-serif; font-weight: 700;
    font-size: .8rem; padding: 9px 16px; border-radius: 8px;
    text-decoration: none; transition: background .18s;
}
.tst-cv2-ap-btn:hover { background: rgba(255,255,255,.26); color: white; }

/* ── Easy Button Card ── */
.tst-cv2-easy { padding: 0 0 32px; }
.tst-cv2-easy-card {
    background: linear-gradient(135deg, #1e3a8a 0%, #1a56db 100%);
    border-radius: 16px; padding: 24px 28px;
    display: flex; align-items: center; justify-content: space-between;
    gap: 20px; flex-wrap: wrap;
    box-shadow: 0 6px 28px rgba(26,86,219,.2);
}
@media (max-width: 580px) {
    .tst-cv2-easy-card { flex-direction: column; align-items: flex-start; }
    .tst-cv2-easy-cta { width: 100%; text-align: center; justify-content: center; }
}
.tst-cv2-easy-eyebrow {
    font-size: .68rem; font-weight: 700; letter-spacing: .08em;
    text-transform: uppercase; color: rgba(255,255,255,.6); margin-bottom: 5px;
}
.tst-cv2-easy-title {
    font-family: 'Sora', sans-serif; font-size: 1.05rem; font-weight: 800;
    color: white; margin-bottom: 6px; line-height: 1.3;
}
.tst-cv2-easy-sub { font-size: .84rem; color: rgba(255,255,255,.72); line-height: 1.55; }
.tst-cv2-easy-cta {
    flex-shrink: 0; background: var(--accent); color: white;
    font-family: 'Sora', sans-serif; font-weight: 800; font-size: .9rem;
    padding: 13px 22px; border-radius: 11px; text-decoration: none;
    white-space: nowrap; box-shadow: 0 4px 16px rgba(6,201,122,.3);
    transition: background .18s, transform .18s; display: inline-block;
}
.tst-cv2-easy-cta:hover { background: var(--accent-dark); transform: translateY(-1px); color: white; }

/* ── Checklist Section ── */
.tst-cv2-cl-section { padding: 40px 0; }

/* Progress bar */
.tst-cv2-prog-wrap { margin-bottom: 24px; }
.tst-cv2-prog-top {
    display: flex; justify-content: space-between; align-items: center;
    font-size: .78rem; font-weight: 600; color: var(--gray-600); margin-bottom: 8px;
}
.tst-cv2-prog-pct { color: var(--accent); font-family: 'Sora', sans-serif; font-weight: 800; }
.tst-cv2-prog-bar { height: 7px; background: var(--gray-200); border-radius: 100px; overflow: hidden; }
.tst-cv2-prog-fill {
    height: 100%; background: linear-gradient(90deg, var(--accent), #22c55e);
    border-radius: 100px; transition: width .4s cubic-bezier(.4,0,.2,1); width: 0%;
}

/* Group labels */
.tst-cv2-group-lbl {
    display: flex; align-items: center; gap: 10px;
    font-family: 'Sora', sans-serif; font-size: .72rem; font-weight: 800;
    letter-spacing: .07em; text-transform: uppercase; margin: 20px 0 10px;
}
.tst-cv2-group-lbl::after { content: ''; flex: 1; height: 1.5px; border-radius: 1px; }
.tst-cv2-group-lbl.urgent { color: #dc2626; }
.tst-cv2-group-lbl.urgent::after { background: #fecaca; }
.tst-cv2-group-lbl.next { color: var(--amber); }
.tst-cv2-group-lbl.next::after { background: #fed7aa; }

/* ── Checklist Items ── */
.tst-cv2-list { list-style: none; display: flex; flex-direction: column; gap: 8px; }

.tst-cv2-item {
    background: #fff; border: 1.5px solid var(--gray-200);
    border-radius: 14px; overflow: hidden;
    transition: border-color .2s, box-shadow .2s;
}
.tst-cv2-item:hover { border-color: #bfdbfe; }
.tst-cv2-item.open { border-color: var(--blue); box-shadow: 0 4px 20px rgba(26,86,219,.1); }
.tst-cv2-item.urgent-item { border-left: 3px solid #dc2626; }
.tst-cv2-item.urgent-item.open { border-color: #dc2626; box-shadow: 0 4px 20px rgba(220,38,38,.1); }
.tst-cv2-item.done { border-color: var(--accent); background: #fafffe; }
.tst-cv2-item.done.urgent-item { border-color: var(--accent); }

/* Item header */
.tst-cv2-head {
    display: flex; align-items: center; gap: 12px;
    padding: 15px 16px; cursor: pointer;
    transition: background .15s; user-select: none;
}
.tst-cv2-item.open .tst-cv2-head { background: var(--blue-pale); }
.tst-cv2-item.urgent-item.open .tst-cv2-head { background: #fef2f2; }
.tst-cv2-item.done .tst-cv2-head { background: #f0fdf4; }

/* Number badge */
.tst-cv2-num {
    min-width: 34px; height: 34px; border-radius: 50%;
    background: var(--gray-100); color: var(--navy);
    font-family: 'Sora', sans-serif; font-weight: 800; font-size: .82rem;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; transition: background .2s, color .2s;
}
.tst-cv2-item.open .tst-cv2-num { background: var(--blue); color: white; }
.tst-cv2-item.urgent-item.open .tst-cv2-num { background: #dc2626; color: white; }
.tst-cv2-item.done .tst-cv2-num { background: var(--accent); color: white; }

/* Title area */
.tst-cv2-title-wrap { flex: 1; min-width: 0; }
.tst-cv2-step-lbl {
    font-size: .64rem; font-weight: 700; letter-spacing: .07em;
    text-transform: uppercase; color: var(--gray-400); margin-bottom: 2px;
    transition: color .2s;
}
.tst-cv2-item.open .tst-cv2-step-lbl { color: var(--blue); }
.tst-cv2-item.urgent-item.open .tst-cv2-step-lbl { color: #dc2626; }
.tst-cv2-item.done .tst-cv2-step-lbl { color: var(--accent-dark); }
.tst-cv2-title {
    font-family: 'Sora', sans-serif; font-weight: 700;
    font-size: .95rem; color: var(--navy); line-height: 1.3;
}
.tst-cv2-preview {
    font-size: .77rem; color: var(--gray-400); margin-top: 3px;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
    max-width: 480px;
}
.tst-cv2-item.open .tst-cv2-preview,
.tst-cv2-item.done .tst-cv2-preview { display: none; }

/* Urgency tag */
.tst-cv2-tag {
    flex-shrink: 0; padding: 4px 10px; border-radius: 100px;
    font-size: .66rem; font-weight: 700; letter-spacing: .03em;
    white-space: nowrap; border: 1px solid transparent;
}
.cv2-tag-now     { background: #fef2f2; color: #dc2626; border-color: #fecaca; }
.cv2-tag-today   { background: #fff7ed; color: var(--amber); border-color: #fed7aa; }
.cv2-tag-48h     { background: var(--blue-pale); color: var(--blue); border-color: #bfdbfe; }
.cv2-tag-72h     { background: var(--blue-pale); color: var(--blue); border-color: #bfdbfe; }
.cv2-tag-ongoing { background: var(--gray-100); color: var(--gray-500); border-color: var(--gray-200); }

/* Done tick */
.tst-cv2-done-tick {
    display: none; min-width: 22px; height: 22px; border-radius: 50%;
    background: var(--accent); color: white; font-size: .75rem;
    align-items: center; justify-content: center; flex-shrink: 0;
}
.tst-cv2-item.done .tst-cv2-done-tick { display: flex; }

/* Chevron */
.tst-cv2-chev {
    flex-shrink: 0; color: var(--gray-400); font-size: .65rem;
    transition: transform .25s;
}
.tst-cv2-item.open .tst-cv2-chev { transform: rotate(180deg); color: var(--blue); }
.tst-cv2-item.urgent-item.open .tst-cv2-chev { color: #dc2626; }

/* Item body */
.tst-cv2-body { display: none; border-top: 1px solid var(--gray-100); }
.tst-cv2-item.open .tst-cv2-body { display: block; }
.tst-cv2-body-inner { padding: 16px 16px 18px; }

/* TL;DR */
.tst-cv2-tldr {
    font-family: 'Sora', sans-serif; font-weight: 700; font-size: .88rem;
    color: var(--navy); padding: 10px 14px; background: var(--gray-50);
    border-radius: 9px; border-left: 3px solid var(--blue);
    margin-bottom: 12px; line-height: 1.45;
}
.tst-cv2-item.urgent-item .tst-cv2-tldr { border-color: #dc2626; }

/* Time estimate */
.tst-cv2-time {
    display: inline-flex; align-items: center; gap: 5px;
    font-size: .75rem; color: var(--gray-500); margin-bottom: 14px;
    background: var(--gray-50); padding: 5px 11px;
    border-radius: 100px; border: 1px solid var(--gray-200);
}

/* Sub-steps */
.tst-cv2-subs { list-style: none; display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; }
.tst-cv2-sub {
    display: flex; align-items: flex-start; gap: 10px;
    padding: 10px 13px; border-radius: 9px; font-size: .83rem;
    color: var(--gray-700); border-left: 3px solid transparent;
    line-height: 1.55;
}
.tst-cv2-sub.action { background: var(--blue-pale); border-color: var(--blue); }
.tst-cv2-sub.warn   { background: #fef2f2; border-color: #dc2626; }
.tst-cv2-sub.tip    { background: #f0fdf4; border-color: var(--accent); }
.tst-cv2-sub-ico { flex-shrink: 0; font-size: .85rem; margin-top: 2px; }
.tst-cv2-sub-txt { line-height: 1.55; flex: 1; min-width: 0; word-break: break-word; }
.tst-cv2-sub-txt strong { color: var(--navy); }
.tst-cv2-sub-txt a { color: var(--blue); font-weight: 600; }

/* Service mention */
.tst-cv2-svc-mention {
    display: flex; align-items: flex-start; gap: 10px;
    padding: 11px 14px; background: #f0fdf4;
    border: 1px solid #bbf7d0; border-radius: 9px;
    font-size: .82rem; color: var(--accent-dark);
    margin-top: 10px; line-height: 1.55; flex-wrap: wrap;
}
.tst-cv2-svc-ico { flex-shrink: 0; font-size: .88rem; margin-top: 2px; }
.tst-cv2-svc-txt { flex: 1; min-width: 0; word-break: break-word; }
.tst-cv2-svc-txt strong { color: var(--accent-dark); }
.tst-cv2-svc-txt a { color: var(--accent-dark); font-weight: 700; }

/* Next button */
.tst-cv2-next-btn {
    display: inline-flex; align-items: center; gap: 7px;
    background: var(--navy); color: white;
    font-family: 'Sora', sans-serif; font-weight: 700; font-size: .82rem;
    padding: 10px 18px; border-radius: 9px; border: none; cursor: pointer;
    transition: background .18s; margin-top: 14px;
}
.tst-cv2-next-btn:hover { background: var(--blue); color: white; }
.tst-cv2-item.done .tst-cv2-next-btn { background: var(--accent); }

/* Mid-CTA */
.tst-cv2-mid-cta {
    background: linear-gradient(135deg, #f0f9ff 0%, var(--blue-pale) 100%);
    border: 1.5px solid #bfdbfe; border-radius: 14px;
    padding: 18px 20px; margin: 14px 0;
    display: flex; align-items: center; justify-content: space-between;
    gap: 16px; flex-wrap: wrap;
}
.tst-cv2-mid-eyebrow {
    font-size: .66rem; font-weight: 700; letter-spacing: .08em;
    text-transform: uppercase; color: var(--blue); margin-bottom: 4px;
}
.tst-cv2-mid-title {
    font-family: 'Sora', sans-serif; font-weight: 700;
    font-size: .9rem; color: var(--navy); margin-bottom: 3px; line-height: 1.3;
}
.tst-cv2-mid-sub { font-size: .78rem; color: var(--gray-500); line-height: 1.5; }
.tst-cv2-mid-btn {
    flex-shrink: 0; background: var(--blue); color: white;
    font-family: 'Sora', sans-serif; font-weight: 700; font-size: .8rem;
    padding: 10px 18px; border-radius: 9px; text-decoration: none;
    white-space: nowrap; transition: background .18s;
}
.tst-cv2-mid-btn:hover { background: var(--navy); color: white; }

/* Transition Bridge */
.tst-cv2-bridge {
    background: linear-gradient(135deg, var(--navy) 0%, #132240 100%);
    border-radius: 18px; padding: 32px 36px; margin-top: 32px;
}
@media (max-width: 600px) { .tst-cv2-bridge { padding: 24px 20px; } }
.tst-cv2-bridge-eyebrow {
    font-size: .7rem; font-weight: 700; letter-spacing: .08em;
    text-transform: uppercase; color: #fca5a5; margin-bottom: 10px;
}
.tst-cv2-bridge h3 {
    font-family: 'Sora', sans-serif; font-weight: 800;
    font-size: 1.2rem; color: white; margin-bottom: 14px; line-height: 1.3;
}
.tst-cv2-bridge p { color: rgba(255,255,255,.78); font-size: .88rem; line-height: 1.7; margin-bottom: 10px; }
.tst-cv2-bridge-list { list-style: none; display: flex; flex-direction: column; gap: 7px; margin: 12px 0 14px; }
.tst-cv2-bridge-list li {
    display: flex; align-items: flex-start; gap: 9px;
    font-size: .84rem; color: rgba(255,255,255,.75); line-height: 1.5;
}
.tst-cv2-bridge-list li::before { content: '✗'; color: #fca5a5; font-weight: 800; flex-shrink: 0; margin-top: 1px; }

/* Services section */
.tst-cv2-services { padding: 40px 0 48px; background: var(--gray-50); margin-top: 0; }
.tst-cv2-services-inner { max-width: 860px; margin: 0 auto; }

/* FAQ */
.tst-cv2-faq { padding: 48px 0; }
.tst-cv2-faq-inner { max-width: 860px; margin: 0 auto; }
.tst-cv2-faq-list { margin-top: 22px; display: flex; flex-direction: column; gap: 9px; }
.tst-cv2-faq-item {
    background: #fff; border: 1.5px solid var(--gray-200);
    border-radius: 12px; overflow: hidden;
}
.tst-cv2-faq-item.open { border-color: var(--blue); }
.tst-cv2-faq-q {
    display: flex; align-items: center; justify-content: space-between;
    padding: 15px 18px; cursor: pointer; font-weight: 700;
    font-size: .9rem; color: var(--navy); gap: 12px; transition: background .15s;
}
.tst-cv2-faq-q:hover { background: var(--blue-pale); }
.tst-cv2-faq-item.open .tst-cv2-faq-q { background: var(--blue-pale); }
.tst-cv2-faq-ico {
    flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%;
    background: var(--blue-pale); color: var(--blue);
    font-size: .8rem; font-weight: 800; display: flex;
    align-items: center; justify-content: center; transition: transform .25s;
}
.tst-cv2-faq-item.open .tst-cv2-faq-ico { transform: rotate(45deg); background: var(--blue); color: white; }
.tst-cv2-faq-a {
    display: none; padding: 0 18px 16px;
    font-size: .875rem; color: var(--gray-600); line-height: 1.72;
    border-top: 1px solid var(--gray-100);
}
.tst-cv2-faq-item.open .tst-cv2-faq-a { display: block; padding-top: 14px; }

/* Final CTA */
.tst-cv2-cta {
    background: linear-gradient(135deg, var(--blue) 0%, var(--navy) 100%);
    border-radius: 20px; padding: 44px 36px; text-align: center; margin: 0 0 56px;
}
@media (max-width: 600px) { .tst-cv2-cta { padding: 32px 20px; } }
.tst-cv2-cta h2 {
    font-family: 'Sora', sans-serif; font-weight: 800;
    font-size: clamp(1.25rem, 3vw, 1.8rem); color: white;
    margin-bottom: 12px; line-height: 1.3;
}
.tst-cv2-cta p { font-size: .92rem; color: rgba(255,255,255,.72); margin-bottom: 24px; max-width: 480px; margin-left: auto; margin-right: auto; }
.tst-cv2-cta-btn {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--accent); color: white;
    font-family: 'Sora', sans-serif; font-weight: 800; font-size: .98rem;
    padding: 15px 34px; border-radius: 12px; text-decoration: none;
    box-shadow: 0 6px 24px rgba(6,201,122,.35);
    transition: background .18s, transform .18s;
}
.tst-cv2-cta-btn:hover { background: var(--accent-dark); transform: translateY(-2px); color: white; }
