/* ─────────────────────────────────────────────────────────
   Content Workshop — /products/content-workshop/
   ───────────────────────────────────────────────────────── */


/* Per-product accent — scoped to the whole page via body class */
body.ld-tpl-content-workshop {
  --red: #9333EA;
}
.cw-h2 { font-size: clamp(2rem, 3.8vw, 3.2rem); font-weight: 900; letter-spacing: -0.015em; line-height: 1.05; margin: 0 0 16px; color: var(--black); text-transform: uppercase; }
.cw-h2 em { font-style: normal; color: var(--red); font-weight: 900; }
.cw-h2--center { text-align: center; }
.cw-section-inner { max-width: 1100px; margin: 0 auto; }
.cw-section-head { text-align: center; max-width: 760px; margin: 0 auto 56px; }

/* Prose */
.cw-prose { max-width: 880px; margin: 0 auto; }
.cw-prose p { font-size: 17px; line-height: 1.75; color: var(--black); margin: 0 0 18px; }
.cw-prose h3 { font-size: 22px; font-weight: 900; letter-spacing: -0.01em; line-height: 1.25; margin: 40px 0 16px; color: var(--black); text-transform: uppercase; }
.cw-prose h3:first-of-type { margin-top: 0; }

/* Buttons */
.cw-btn { display: inline-flex; align-items: center; gap: 10px; padding: 17px 28px; font-size: 12px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; text-decoration: none; border-radius: 8px; transition: background 0.22s, color 0.22s, transform 0.22s, border-color 0.22s; }
.cw-btn svg { width: 14px; height: 14px; transition: transform 0.22s; }
.cw-btn:hover svg:last-child { transform: translateX(4px); }
.cw-btn--primary { background: var(--red); color: var(--white); box-shadow: 0 12px 28px rgba(147, 51, 234,0.25); }
.cw-btn--primary:hover { background: var(--black); transform: translateY(-2px); }
.cw-btn--ghost { background: transparent; color: inherit; border: 2px solid currentColor; }

/* ── HERO ──────────────────────────────────────────── */
.cw-hero { position: relative; padding: 96px 48px 110px; background: radial-gradient(circle at 88% 10%, rgba(147, 51, 234,0.2) 0%, transparent 45%), radial-gradient(circle at 0% 100%, rgba(147, 51, 234,0.08) 0%, transparent 50%), var(--black); color: var(--white); overflow: hidden; }
.cw-hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px); background-size: 64px 64px; pointer-events: none; mask-image: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, transparent 80%); -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, transparent 80%); }
.cw-hero-watermark { position: absolute; bottom: -36px; right: -24px; font-size: clamp(7rem, 18vw, 16rem); font-weight: 900; letter-spacing: -0.05em; color: rgba(255,255,255,0.04); pointer-events: none; white-space: nowrap; line-height: 1; }
.cw-hero-inner { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: 64px; align-items: center; }
.cw-hero-text { min-width: 0; }
.cw-hero-h1 { font-size: clamp(2.4rem, 5.4vw, 4rem); font-weight: 900; letter-spacing: -0.025em; line-height: 1; margin: 0 0 26px; color: var(--white); text-transform: uppercase; }
.cw-hero-lead { font-size: 19px; font-weight: 700; letter-spacing: -0.005em; line-height: 1.5; color: var(--white); margin: 0 0 14px; max-width: 580px; }
.cw-hero-sub { display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: 0.22em; text-transform: uppercase; color: var(--red); margin: 0 0 26px; padding: 7px 14px; background: rgba(147, 51, 234,0.12); border: 1px solid rgba(147, 51, 234,0.3); border-radius: 999px; }
.cw-hero-body { font-size: 15.5px; line-height: 1.7; color: rgba(255,255,255,0.74); margin: 0 0 36px; max-width: 580px; }
.cw-lead { padding: 48px 48px 32px; background: var(--white); }
.cw-lead-inner { max-width: 1100px; margin: 0 auto; text-align: center; }
.cw-lead-text { font-size: clamp(1.2rem, 2vw, 1.6rem); font-weight: 700; line-height: 1.35; color: var(--black); margin: 0 0 24px; max-width: 880px; margin-left: auto; margin-right: auto; }
.cw-lead-cta { display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: 0.22em; text-transform: uppercase; color: var(--red); padding: 12px 24px; background: color-mix(in srgb, var(--red) 8%, var(--white)); border: 2px solid var(--red); border-radius: 999px; text-decoration: none; transition: background 0.22s, color 0.22s; }
.cw-lead-cta:hover { background: var(--red); color: var(--white); }
@media (max-width: 768px) { .cw-lead { padding: 36px 24px 20px; } .cw-lead-cta { font-size: 11px; padding: 11px 18px; } }

.cw-hero-bullets { list-style: none; padding: 0; margin: 0 0 32px; max-width: 580px; }
.cw-hero-bullets li { position: relative; padding-left: 26px; margin: 0 0 10px; font-size: 15.5px; line-height: 1.55; color: rgba(255,255,255,0.92); }
.cw-hero-bullets li::before { content: ""; position: absolute; left: 0; top: 0.55em; width: 10px; height: 10px; background: var(--red); border-radius: 50%; }
.cw-hero-actions { display: inline-flex; gap: 14px; flex-wrap: wrap; }
.cw-hero .cw-btn--ghost { color: var(--white); border-color: rgba(255,255,255,0.4); }
.cw-hero .cw-btn--ghost:hover { background: var(--white); color: var(--black); border-color: var(--white); }
.cw-hero-media { display: flex; justify-content: center; min-width: 0; }
.cw-hero-thumb { width: 100%; max-width: 480px; height: auto; display: block; border-radius: 14px; box-shadow: 0 32px 70px rgba(0,0,0,0.45); transform: rotate(-1.5deg); transition: transform 0.5s ease; }
.cw-hero-thumb:hover { transform: rotate(0deg); }

/* ── INTRO ──────────────────────────────────────────── */
.cw-intro { padding: 80px 48px 40px; background: var(--white); }
.cw-intro .cw-prose { text-align: center; max-width: 820px; }
.cw-intro .cw-prose p { font-size: 18px; }

/* ── PRICING ────────────────────────────────────────── */
.cw-pricing { padding: 64px 48px 96px; background: var(--white); }
.cw-pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; max-width: 1100px; margin: 40px auto 0; }
.cw-pricing-card { position: relative; display: flex; flex-direction: column; padding: 36px 28px 28px; background: var(--white); border: 1px solid var(--rule); border-radius: 14px; transition: transform 0.22s, border-color 0.22s, box-shadow 0.22s; }
.cw-pricing-card:hover { transform: translateY(-4px); border-color: rgba(147, 51, 234,0.3); box-shadow: 0 20px 48px rgba(0,0,0,0.06); }
.cw-pricing-card--featured { background: linear-gradient(155deg, #0F0F0F, #1A1A1A); color: var(--white); border-color: var(--red); box-shadow: 0 30px 60px rgba(147, 51, 234,0.15); }
.cw-pricing-card--featured:hover { transform: translateY(-6px); }
.cw-pricing-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); padding: 5px 14px; background: var(--red); color: var(--white); font-size: 10px; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; border-radius: 999px; box-shadow: 0 6px 14px rgba(147, 51, 234,0.35); }
.cw-pricing-card h3 { font-size: 18px; font-weight: 900; margin: 0 0 16px; letter-spacing: -0.01em; }
.cw-pricing-price { display: flex; align-items: baseline; gap: 8px; padding: 16px 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); margin-bottom: 22px; }
.cw-pricing-card--featured .cw-pricing-price { border-color: rgba(255,255,255,0.1); }
.cw-pricing-amount { font-size: 32px; font-weight: 900; letter-spacing: -0.03em; color: var(--red); line-height: 1; font-variant-numeric: tabular-nums; }
.cw-pricing-unit { font-size: 11.5px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.cw-pricing-card--featured .cw-pricing-unit { color: rgba(255,255,255,0.55); }
.cw-pricing-cta { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; padding: 14px 20px; font-size: 11.5px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; text-decoration: none; border-radius: 8px; margin-bottom: 10px; box-sizing: border-box; transition: background 0.22s, transform 0.22s; }
.cw-pricing-cta svg { width: 13px; height: 13px; }
.cw-pricing-cta--primary { background: var(--black); color: var(--white); }
.cw-pricing-cta--primary:hover { background: var(--red); transform: translateY(-1px); }
.cw-pricing-card--featured .cw-pricing-cta--primary { background: var(--red); color: var(--white) !important; }
.cw-pricing-card--featured .cw-pricing-cta--primary svg { color: var(--white) !important; stroke: var(--white) !important; }
.cw-pricing-card--featured .cw-pricing-cta--primary:hover { background: var(--white); color: var(--black) !important; }
.cw-pricing-card--featured .cw-pricing-cta--primary:hover svg { color: var(--black) !important; stroke: var(--black) !important; }
.cw-pricing-cta--ghost { background: transparent; color: var(--black); border: 1px solid var(--rule); }
.cw-pricing-cta--ghost:hover { border-color: var(--red); color: var(--red); }
.cw-pricing-card--featured .cw-pricing-cta--ghost { color: var(--white); border-color: rgba(255,255,255,0.25); }
.cw-pricing-card--featured .cw-pricing-cta--ghost:hover { border-color: var(--white); color: var(--white); }

/* ── BODY / WHAT TOV CAN DO ────────────────────────── */
.cw-body { padding: 96px 48px; background: var(--white); border-top: 1px solid var(--rule); }

/* Outcome trio at the top of the body section */
.cw-outcomes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-bottom: 72px; }
.cw-outcome { padding: 32px 28px; background: var(--bg); border: 1px solid var(--rule); border-radius: 14px; transition: transform 0.22s, border-color 0.22s, box-shadow 0.22s; }
.cw-outcome:hover { transform: translateY(-3px); border-color: rgba(147, 51, 234,0.3); box-shadow: 0 16px 36px rgba(0,0,0,0.05); }
.cw-outcome-icon { display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px; border-radius: 12px; background: linear-gradient(155deg, rgba(147, 51, 234,0.18) 0%, rgba(147, 51, 234,0.06) 100%); border: 1px solid rgba(147, 51, 234,0.28); color: var(--red); margin-bottom: 20px; }
.cw-outcome-icon svg { width: 22px; height: 22px; }
.cw-outcome p { font-size: 15.5px; line-height: 1.65; color: var(--black); margin: 0; }

/* Checklist block — wraps prose lists in soft pink callout */
.cw-checklist-block { background: #FFF7F8; border: 1px solid rgba(147, 51, 234,0.16); border-radius: 18px; padding: 48px 52px; margin: 56px auto 0; max-width: 880px; }
.cw-checklist-block--wide { max-width: 100%; }
.cw-checklist-head { font-size: 22px; font-weight: 900; letter-spacing: -0.01em; line-height: 1.25; margin: 0 0 14px; color: var(--black); text-transform: uppercase; }
.cw-checklist-lead { font-size: 15.5px; color: var(--muted); margin: 0 0 22px; font-weight: 600; }
.cw-checklist { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr; gap: 12px; }
.cw-checklist--grid { grid-template-columns: 1fr 1fr; gap: 14px 28px; }
.cw-checklist li { position: relative; padding-left: 36px; font-size: 15.5px; line-height: 1.55; color: var(--black); font-weight: 500; }
.cw-checklist li::before { content: ""; position: absolute; left: 0; top: 0.15em; width: 22px; height: 22px; background: var(--red); border-radius: 50%; -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center / 12px no-repeat, linear-gradient(#000,#000); -webkit-mask-composite: source-over; mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center / 12px no-repeat; }
.cw-checklist li::after { content: ""; position: absolute; left: 0; top: 0.15em; width: 22px; height: 22px; background: var(--red); border-radius: 50%; opacity: 0.12; z-index: -1; }
/* Fallback: use a simple solid red circle + check via background-image */
.cw-checklist li::before {
  background: var(--red);
  -webkit-mask: none;
  mask: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}

.cw-emphasis { display: block; font-size: 16px; font-weight: 800; color: var(--red); text-transform: uppercase; letter-spacing: 0.06em; margin-top: 28px; padding-top: 22px; border-top: 1px solid rgba(147, 51, 234,0.18); }

/* Offer cards (3 numbered "What We Offer" cards) */
.cw-offer { margin-top: 64px; max-width: 1100px; margin-left: auto; margin-right: auto; }
.cw-offer-head { font-size: 22px; font-weight: 900; letter-spacing: -0.01em; line-height: 1.25; margin: 0 0 24px; color: var(--black); text-transform: uppercase; text-align: center; }
.cw-offer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.cw-offer-card { position: relative; padding: 32px 28px 28px; background: var(--white); border: 1px solid var(--rule); border-radius: 14px; transition: transform 0.22s, border-color 0.22s, box-shadow 0.22s; }
.cw-offer-card:hover { transform: translateY(-3px); border-color: rgba(147, 51, 234,0.3); box-shadow: 0 16px 36px rgba(0,0,0,0.05); }
.cw-offer-num { display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: 0.22em; color: var(--red); padding: 6px 12px; background: rgba(147, 51, 234,0.1); border-radius: 999px; margin-bottom: 18px; }
.cw-offer-card p { font-size: 15px; line-height: 1.65; color: var(--black); margin: 0; }

/* ── FEATURED TESTIMONIAL (Dust N Boots) ──────────── */
.cw-testimonial { padding: 96px 48px; background: var(--bg); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); position: relative; overflow: hidden; }
.cw-testimonial::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 30%, rgba(147, 51, 234,0.06) 0%, transparent 60%); pointer-events: none; }
.cw-tm-card { position: relative; max-width: 900px; margin: 0 auto; padding: 56px 60px 48px; background: var(--white); border: 1px solid var(--rule); border-radius: 18px; box-shadow: 0 32px 70px rgba(0,0,0,0.06); }
.cw-tm-mark { position: absolute; top: -12px; right: 40px; font-family: Georgia, 'Times New Roman', serif; font-size: 160px; font-weight: 900; font-style: italic; line-height: 1; color: rgba(147, 51, 234,0.14); pointer-events: none; }
.cw-tm-stars { display: inline-flex; gap: 3px; color: #FFC000; margin-bottom: 22px; }
.cw-tm-stars svg { width: 22px; height: 22px; }
.cw-tm-card blockquote { margin: 0 0 28px; padding: 0; }
.cw-tm-card blockquote p { font-size: 17px; line-height: 1.7; color: var(--black); margin: 0 0 16px; }
.cw-tm-card blockquote p:first-of-type { font-size: 19px; font-weight: 600; }
.cw-tm-card figcaption { display: flex; flex-direction: column; gap: 6px; padding-top: 22px; border-top: 1px solid var(--rule); }
.cw-tm-card figcaption strong { font-size: 17px; font-weight: 900; color: var(--red); letter-spacing: -0.01em; }
.cw-tm-card figcaption span { font-size: 12px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); }

/* ── THE FULL SCOPE ────────────────────────────────── */
.cw-scope { padding: 96px 48px; background: var(--white); }
.cw-scope-intro { margin-bottom: 56px; }
.cw-scope-intro p:first-of-type { font-size: 19px; line-height: 1.6; font-weight: 600; }

/* Walkaway — deliverable card with numbered list */
.cw-walkaway { max-width: 880px; margin: 56px auto 0; background: linear-gradient(155deg, #0F0F0F, #1A1A1A); color: var(--white); border-radius: 18px; padding: 48px 52px; position: relative; overflow: hidden; box-shadow: 0 30px 60px rgba(0,0,0,0.15); }
.cw-walkaway::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 90% 0%, rgba(147, 51, 234,0.22) 0%, transparent 50%); pointer-events: none; }
.cw-walkaway-head { position: relative; margin-bottom: 30px; }
.cw-walkaway-eyebrow { display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: 0.22em; text-transform: uppercase; color: var(--red); padding: 6px 12px; background: rgba(147, 51, 234,0.16); border-radius: 999px; margin-bottom: 16px; }
.cw-walkaway-head h3 { font-size: 28px; font-weight: 900; letter-spacing: -0.015em; margin: 0; color: var(--white); text-transform: uppercase; }
.cw-walkaway-list { position: relative; list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; }
.cw-walkaway-list li { display: flex; align-items: flex-start; gap: 18px; padding: 18px 22px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; transition: background 0.22s, border-color 0.22s; }
.cw-walkaway-list li:hover { background: rgba(255,255,255,0.07); border-color: rgba(147, 51, 234,0.4); }
.cw-walkaway-num { flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background: var(--red); color: var(--white); font-size: 12px; font-weight: 800; letter-spacing: 0.04em; font-variant-numeric: tabular-nums; }
.cw-walkaway-list li > span:last-child { font-size: 15.5px; line-height: 1.55; color: rgba(255,255,255,0.9); padding-top: 8px; }

.cw-scope-outro { font-size: 17px; line-height: 1.7; color: var(--muted); margin: 56px auto 0; max-width: 880px; text-align: center; }

/* ── BOTTOM CTA ────────────────────────────────────── */
.cw-cta { padding: 96px 48px 104px; background: var(--black); color: var(--white); text-align: center; }
.cw-cta-inner { max-width: 880px; margin: 0 auto; }
.cw-cta-faces { display: inline-flex; margin: 0 auto 24px; }
.cw-cta-faces img { width: 56px; height: 56px; border-radius: 50%; border: 3px solid var(--black); margin-left: -16px; object-fit: cover; object-position: top center; background: rgba(147, 51, 234,0.1); box-shadow: 0 6px 14px rgba(0,0,0,0.35); }
.cw-cta-faces img:first-child { margin-left: 0; }
.cw-cta-h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); font-weight: 900; letter-spacing: -0.01em; line-height: 1.15; margin: 0 0 36px; color: var(--white); text-transform: uppercase; }
.cw-cta-h2 em { font-style: normal; color: var(--red); font-weight: 900; }
.cw-cta-actions { display: inline-flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.cw-cta .cw-btn--ghost { color: var(--white); border-color: rgba(255,255,255,0.4); }
.cw-cta .cw-btn--ghost:hover { background: var(--white); color: var(--black); border-color: var(--white); }

/* ── MOBILE ────────────────────────────────────────── */
@media (max-width: 960px) {
  .cw-hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .cw-outcomes, .cw-offer-grid { grid-template-columns: 1fr; gap: 16px; }
  .cw-checklist--grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .cw-hero { padding: 64px 24px 72px; }
  .cw-hero-watermark { display: none; }
  .cw-hero-thumb { transform: none; }
  .cw-intro, .cw-pricing, .cw-body, .cw-testimonial, .cw-scope, .cw-cta { padding: 64px 24px; }
  .cw-tm-card { padding: 36px 28px; }
  .cw-tm-mark { font-size: 100px; right: 18px; }
  .cw-walkaway { padding: 36px 28px; }
  .cw-walkaway-head h3 { font-size: 22px; }
  .cw-checklist-block { padding: 32px 28px; }
  .cw-hero-actions, .cw-cta-actions { flex-direction: column; width: 100%; }
  .cw-btn { width: 100%; justify-content: center; }
}
