/* =========================================================
   Workshops sub-page — funnel
   ========================================================= */

.ws { --ws-rule: var(--line-strong); }

/* ---------- 01 · Hero ---------- */
.ws-hero {
  padding: 64px 0 88px;
  border-bottom: 1px solid var(--line);
}
.ws-hero__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.ws-doc-tag {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-muted);
  padding: 6px 10px;
  border: 1px solid var(--line);
}
.ws-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
  gap: 56px;
  align-items: stretch;
  margin-bottom: 56px;
}
.ws-hero__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}
.ws-hero__title.h-display {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(34px, 3.4vw, 50px);
  line-height: 1.06;
  letter-spacing: -0.02em;
  margin: 0 0 24px;
  max-width: 620px;
  text-wrap: balance;
}
.ws-hero__lead {
  font-family: var(--font-serif);
  font-size: clamp(18px, 1.55vw, 21px);
  line-height: 1.45;
  color: var(--text-dim);
  max-width: 560px;
  margin: 0 0 32px;
  text-wrap: pretty;
}
.ws-hero__row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: auto;
}

.ws-hero__visual {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 100%;
}
.ws-hero__img {
  position: relative;
  flex: 1 1 auto;
  min-height: 384px;
  overflow: hidden;
  background: var(--bg-soft);
  border: 1px solid var(--line);
}
.ws-hero__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 78%;
  display: block;
  filter: saturate(0.92) contrast(1.02);
  transition: transform 1400ms cubic-bezier(.2,.6,.2,1);
}
.ws-hero__visual:hover .ws-hero__img img { transform: scale(1.03); }
.ws-hero__cornermark {
  position: absolute;
  top: 14px;
  left: 14px;
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(6px);
  color: #fff;
  padding: 6px 10px;
  border: 1px solid rgba(255,255,255,0.18);
}
:root[data-theme="light"] .ws-hero__cornermark {
  background: rgba(255,255,255,0.85);
  color: var(--text);
  border-color: var(--line-strong);
}
.ws-hero__cap {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.ws-hero__cap-k { color: var(--accent); }

.ws-hero__meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 0;
  border-top: 1px solid var(--line);
}
.ws-hero__metarow {
  padding: 18px 0 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ws-hero__metarow dt {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.ws-hero__metarow dd {
  margin: 0;
  font-size: 14.5px;
  color: var(--text);
  font-weight: 500;
}
@media (max-width: 980px) {
  .ws-hero__grid { grid-template-columns: 1fr; gap: 32px; }
  .ws-hero__img { min-height: 280px; aspect-ratio: 4 / 3; }
  .ws-hero__text { min-height: 0; }
}
@media (max-width: 820px) {
  .ws-hero__meta { grid-template-columns: 1fr 1fr; gap: 20px 24px; }
}
@media (max-width: 720px) {
  .ws-hero { padding: 40px 0 52px; }
}

/* shared lead under section head */
.section__lead {
  font-family: var(--font-serif);
  font-size: 19px;
  line-height: 1.5;
  color: var(--text-dim);
  margin: 14px 0 0;
  max-width: 720px;
  text-wrap: pretty;
}

/* ---------- 02 · About facilitator (trimmed) ---------- */
.ws-about {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 56px;
  align-items: start;
}
.ws-about__lead {
  font-family: var(--font-serif);
  font-size: 19px;
  line-height: 1.55;
  color: var(--text);
  margin: 0 0 32px;
  text-wrap: pretty;
  max-width: 60ch;
}
.ws-about__pw {
  padding-top: 24px;
  border-top: 1px solid var(--line);
  margin-bottom: 24px;
}
.ws-about__pw-h {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 14px;
}
.ws-about__pw-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 32px;
}
.ws-about__pw-list li {
  font-size: 15px;
  color: var(--text);
  line-height: 1.45;
  padding-left: 22px;
  position: relative;
}
.ws-about__pw-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent);
  font-family: var(--font-mono);
}
.ws-about__more {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.55;
  margin: 0;
}
.ws-about__more a {
  color: var(--text);
  text-decoration: none;
  border-bottom: 1px solid var(--line-strong);
  transition: border-color 160ms ease;
}
.ws-about__more a:hover { border-bottom-color: var(--accent); }
.ws-about--solo { grid-template-columns: 1fr; gap: 0; }
.ws-about--solo .ws-about__col { max-width: 820px; }
.ws-about--solo .ws-about__lead { font-size: 18px; max-width: 720px; }
@media (max-width: 820px) {
  .ws-about { grid-template-columns: 1fr; gap: 32px; }
  .ws-about__pw-list { grid-template-columns: 1fr; gap: 10px; }
}

/* ---------- 02.5 · Achievements · moodboard ---------- */
.ws-mood {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 140px;
  gap: 16px;
}
.ws-mood__card {
  position: relative;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: transform 280ms ease, border-color 200ms ease;
}
.ws-mood__card:hover { border-color: var(--text); }
.ws-mood__card--photo { padding: 0; }
.ws-mood__card--text { padding: 24px; background: var(--bg); }
.ws-mood__card--text:hover { background: var(--bg-soft); }

/* asymmetric tile layout — moodboard rhythm */
.ws-mood__card--n0 { grid-column: span 5; grid-row: span 3; }   /* forbes — tall feature */
.ws-mood__card--n1 { grid-column: span 4; grid-row: span 2; }   /* sapio text */
.ws-mood__card--n2 { grid-column: span 3; grid-row: span 3; }   /* ai-aflat photo */
.ws-mood__card--n3 { grid-column: span 7; grid-row: span 2; }   /* ML training wide photo */
.ws-mood__card--n4 { grid-column: span 5; grid-row: span 2; }   /* TEDx text */
.ws-mood__card--n5 { grid-column: span 12; grid-row: span 1; }  /* UPB strip */

.ws-mood__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ws-mood__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.35) 45%, rgba(0,0,0,0) 75%);
  pointer-events: none;
}
:root[data-theme="light"] .ws-mood__img::after {
  background: linear-gradient(to top, rgba(245,243,238,0.95) 0%, rgba(245,243,238,0.4) 45%, rgba(245,243,238,0) 75%);
}
.ws-mood__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1200ms cubic-bezier(.2,.6,.2,1);
}
.ws-mood__card:hover .ws-mood__img img { transform: scale(1.04); }

.ws-mood__meta {
  position: relative;
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 2;
}
.ws-mood__card--text .ws-mood__meta { padding: 0; gap: 10px; }
.ws-mood__tag {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.ws-mood__card--photo .ws-mood__tag { color: var(--accent); }
.ws-mood__h {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.18;
  letter-spacing: -0.015em;
  margin: 0;
  color: var(--text);
  text-wrap: balance;
}
.ws-mood__card--n0 .ws-mood__h,
.ws-mood__card--n2 .ws-mood__h { font-size: clamp(20px, 1.8vw, 26px); }
.ws-mood__k {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.ws-mood__body {
  color: var(--text-dim);
  font-size: 13.5px;
  line-height: 1.55;
  margin: 4px 0 0;
  text-wrap: pretty;
}
.ws-mood__card--photo .ws-mood__body { color: var(--text); }

@media (max-width: 1080px) {
  .ws-mood { grid-template-columns: repeat(6, 1fr); grid-auto-rows: 160px; }
  .ws-mood__card--n0 { grid-column: span 6; grid-row: span 3; }
  .ws-mood__card--n1 { grid-column: span 3; grid-row: span 2; }
  .ws-mood__card--n2 { grid-column: span 3; grid-row: span 3; }
  .ws-mood__card--n3 { grid-column: span 6; grid-row: span 2; }
  .ws-mood__card--n4 { grid-column: span 3; grid-row: span 2; }
  .ws-mood__card--n5 { grid-column: span 6; grid-row: span 1; }
}
@media (max-width: 640px) {
  .ws-mood { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .ws-mood__card,
  .ws-mood__card--n0,
  .ws-mood__card--n1,
  .ws-mood__card--n2,
  .ws-mood__card--n3,
  .ws-mood__card--n4,
  .ws-mood__card--n5 { grid-column: 1 / -1; grid-row: auto; min-height: 220px; }
}

/* ---------- 03 · Methodology ---------- */
.ws-method-section { background: var(--bg-soft); }
.ws-method {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--line-strong);
  background: var(--bg);
}
.ws-method__cell {
  padding: 36px 32px;
  border-right: 1px solid var(--line-strong);
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 280px;
}
.ws-method__cell:last-child { border-right: none; }
.ws-method__num {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
}
.ws-method__title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 26px;
  line-height: 1.15;
  margin: 0;
  letter-spacing: -0.01em;
}
.ws-method__body {
  color: var(--text-dim);
  font-size: 14.5px;
  line-height: 1.6;
  margin: 0;
  text-wrap: pretty;
}
@media (max-width: 820px) {
  .ws-method { grid-template-columns: 1fr; }
  .ws-method__cell { border-right: none; border-bottom: 1px solid var(--line-strong); min-height: 0; }
  .ws-method__cell:last-child { border-bottom: none; }
}

/* ---------- 04 · Day structure ---------- */
.ws-day {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.ws-day__half {
  border-top: 1px solid var(--line-strong);
  padding: 32px 0;
}
.ws-day__half:last-of-type {
  border-bottom: 1px solid var(--line-strong);
}
.ws-day__bar {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.ws-day__time {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
}
.ws-day__kind {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.ws-day__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 48px;
}
.ws-day__list li {
  display: block;
  font-size: 15px;
  line-height: 1.55;
  color: var(--text-dim);
  padding-left: 24px;
  position: relative;
  text-wrap: pretty;
}
.ws-day__list li::before {
  content: "→";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--text-muted);
  font-family: var(--font-mono);
}
.ws-day__list li strong {
  color: var(--text);
  font-weight: 500;
}
.ws-day__break {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
  padding: 14px 0;
  text-align: center;
  border-top: 1px dashed var(--line);
}
@media (max-width: 820px) {
  .ws-day__list { grid-template-columns: 1fr; gap: 14px; }
  .ws-day__kind { font-size: 22px; }
}

/* ---------- 05 · Differentiation ---------- */
.ws-diff {
  border: 1px solid var(--line-strong);
}
.ws-diff__head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--bg-soft);
  border-bottom: 1px solid var(--line-strong);
}
.ws-diff__h {
  padding: 16px 24px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.ws-diff__h--market { border-right: 1px solid var(--line-strong); }
.ws-diff__h--us { color: var(--accent); }
.ws-diff__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--line);
}
.ws-diff__row:last-child { border-bottom: none; }
.ws-diff__cell {
  padding: 22px 24px;
  font-size: 15px;
  line-height: 1.55;
  text-wrap: pretty;
}
.ws-diff__cell--market {
  border-right: 1px solid var(--line);
  color: var(--text-muted);
  text-decoration: line-through;
  text-decoration-color: rgba(255,255,255,0.18);
  text-decoration-thickness: 1px;
}
:root[data-theme="light"] .ws-diff__cell--market {
  text-decoration-color: rgba(21,23,27,0.20);
}
.ws-diff__cell--us {
  color: var(--text);
  font-weight: 500;
}
@media (max-width: 820px) {
  .ws-diff__head { display: none; }
  .ws-diff__row {
    grid-template-columns: 1fr;
  }
  .ws-diff__cell {
    border-right: none;
    border-bottom: 1px dashed var(--line);
  }
  .ws-diff__cell:last-child { border-bottom: none; }
}

/* ---------- 06 · Formats ---------- */
.ws-formats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.ws-format {
  border: 1px solid var(--line-strong);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: var(--bg);
  position: relative;
  transition: border-color 200ms ease, background 200ms ease;
}
.ws-format:hover { border-color: var(--text); }
.ws-format--rec {
  background: var(--bg-soft);
  border-color: var(--accent);
}
.ws-format__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.ws-format__tag {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.ws-format--rec .ws-format__tag { color: var(--accent); }
.ws-format__rec {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 4px 8px;
  background: var(--accent);
  color: var(--bg);
}
.ws-format__title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: -0.015em;
  margin: 0;
  text-wrap: balance;
}
.ws-format__audience {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.ws-format__body {
  color: var(--text-dim);
  font-size: 14.5px;
  line-height: 1.6;
  margin: 4px 0 0;
  text-wrap: pretty;
}
.ws-format__list {
  list-style: none;
  margin: 8px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ws-format__list li {
  font-size: 13.5px;
  color: var(--text);
  padding-left: 18px;
  position: relative;
}
.ws-format__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 1px;
  background: var(--text-muted);
}
.ws-formats__note {
  font-family: var(--font-mono);
  font-size: 11.5px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: var(--text-muted);
  margin: 28px 0 0;
  padding-top: 20px;
  border-top: 1px dashed var(--line);
  max-width: 820px;
}
@media (max-width: 820px) {
  .ws-formats { grid-template-columns: 1fr; }
  .ws-format__title { font-size: 22px; }
}

/* ---------- 07 · Proof ---------- */
.ws-proof {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-template-rows: auto auto;
  gap: 0;
  border-top: 1px solid var(--line-strong);
  border-left: 1px solid var(--line-strong);
}
.ws-proof__card {
  padding: 32px;
  border-right: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  background: var(--bg);
}
.ws-proof__card:not(.ws-proof__card--featured) .ws-proof__body-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* featured card spans full left column + both rows */
.ws-proof__card--featured {
  grid-row: 1 / span 2;
  padding: 0;
  background: var(--bg-soft);
}
.ws-proof__card--featured .ws-proof__photo {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-bottom: 1px solid var(--line-strong);
}
.ws-proof__card--featured .ws-proof__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1200ms cubic-bezier(.2,.6,.2,1);
}
.ws-proof__card--featured:hover .ws-proof__photo img { transform: scale(1.03); }
.ws-proof__card--featured .ws-proof__body-wrap {
  padding: 28px 32px 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ws-proof__num {
  position: absolute;
  top: 24px;
  right: 28px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 22px;
  color: var(--text-muted);
  z-index: 2;
}
.ws-proof__card--featured .ws-proof__num {
  top: auto;
  bottom: auto;
  right: 32px;
  position: static;
  align-self: flex-end;
  margin-top: -34px;
  margin-bottom: 4px;
  font-size: 32px;
  color: var(--accent);
}
.ws-proof__tag {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--warm);
}
.ws-proof__card--featured .ws-proof__tag { color: var(--accent); }
.ws-proof__h {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  letter-spacing: -0.01em;
  padding-right: 32px;
}
.ws-proof__card--featured .ws-proof__h {
  font-size: clamp(24px, 2.2vw, 30px);
  padding-right: 0;
  text-wrap: balance;
}
.ws-proof__body {
  color: var(--text-dim);
  font-size: 14.5px;
  line-height: 1.6;
  margin: 0;
  text-wrap: pretty;
}
.ws-proof__card--featured .ws-proof__body {
  font-size: 15.5px;
  max-width: 56ch;
}
@media (max-width: 980px) {
  .ws-proof { grid-template-columns: 1fr; }
  .ws-proof__card--featured { grid-row: auto; }
  .ws-proof__card--featured .ws-proof__photo { aspect-ratio: 3 / 2; }
}

.ws-proof__footer {
  margin: 40px 0 0;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  font-family: var(--font-serif);
  font-size: 17px;
  line-height: 1.55;
  letter-spacing: 0;
  color: var(--text-dim);
  max-width: 820px;
  text-wrap: pretty;
}

/* ---------- 08 · CTA / LinkedIn ---------- */
.ws-cta-section { background: var(--bg-soft); }
.ws-cta {
  background: var(--bg);
  border: 1px solid var(--line-strong);
  padding: 40px;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 40px 48px;
  align-items: start;
}
.ws-cta__channel {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ws-cta__channel-v {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(22px, 2.2vw, 28px);
  letter-spacing: -0.01em;
  color: var(--text);
  text-decoration: none;
  padding: 14px 18px;
  background: var(--text);
  color: var(--bg);
  border: 1px solid var(--text);
  transition: background 200ms ease, border-color 200ms ease, color 200ms ease;
  width: fit-content;
  max-width: 100%;
}
.ws-cta__channel-v:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--bg);
}
.ws-cta__li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #0a66c2;
  color: #fff;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.04em;
  flex-shrink: 0;
}
.ws-cta__arrow {
  margin-left: 4px;
  font-family: var(--font-mono);
  font-size: 18px;
  color: currentColor;
  transition: transform 220ms ease;
}
.ws-cta__channel-v:hover .ws-cta__arrow {
  transform: translate(2px, -2px);
}
.ws-cta__channel-sub {
  font-family: var(--font-mono);
  font-size: 11.5px;
  color: var(--text-muted);
  letter-spacing: 0.04em;
}

.ws-cta__guide {
  padding-left: 28px;
  border-left: 1px solid var(--line);
}
.ws-cta__guide-h {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 16px;
}
.ws-cta__guide-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ws-cta__guide-list li {
  font-size: 14.5px;
  color: var(--text);
  line-height: 1.45;
  padding-left: 22px;
  position: relative;
}
.ws-cta__guide-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 1px;
  background: var(--text-muted);
}

@media (max-width: 920px) {
  .ws-cta {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 28px;
  }
  .ws-cta__guide {
    padding-left: 0;
    padding-top: 28px;
    border-left: none;
    border-top: 1px dashed var(--line);
  }
}
