/* ==========================================================================
   Pathway IT — case-study.css
   Detail page for a single case study. All rules are namespaced csd-.
   Markup is emitted by js/case-study.js.
   ========================================================================== */

.csd-section { padding-block: clamp(3rem, 5.4vw, 4.6rem); }
.csd-section--tight { padding-top: 0; }
[id^="csd"] { scroll-margin-top: calc(var(--header-h) + 62px); }

.csd-eyebrow {
  display: block; font-family: var(--font-mono); font-size: .7rem; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase; color: var(--indigo);
  margin-bottom: 1.1rem;
}
.csd-eyebrow--rose { color: #E5484D; }
.csd-eyebrow--green { color: #0E9F6E; }
.csd-eyebrow--dark { color: var(--sky); }

.csd-two { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.8rem, 4vw, 3.4rem); align-items: start; }

/* ==========================================================================
   Hero
   ========================================================================== */
.csd-hero {
  background: var(--grad-dark); color: #fff; overflow: hidden;
  padding-top: calc(var(--header-h) + clamp(1.8rem, 4vw, 3rem));
  padding-bottom: clamp(2.4rem, 5vw, 4rem);
}
.csd-hero-grid { display: grid; grid-template-columns: 1.02fr 1fr; gap: clamp(2rem, 4vw, 3.6rem); align-items: center; }

.csd-crumbs ol { list-style: none; display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; margin: 0 0 1.3rem; padding: 0; font-size: .78rem; }
.csd-crumbs li { display: flex; align-items: center; gap: .5rem; color: rgba(255, 255, 255, .55); }
.csd-crumbs li + li::before { content: "›"; color: rgba(255, 255, 255, .32); }
.csd-crumbs a { color: var(--indigo-400); }
.csd-crumbs a:hover { color: #fff; }
.csd-crumbs [aria-current] { color: rgba(255, 255, 255, .78); }

.csd-pill {
  display: inline-block; font-size: .72rem; font-weight: 600; letter-spacing: .04em;
  color: var(--indigo-400); background: rgba(124, 126, 245, .16);
  border: 1px solid rgba(124, 126, 245, .34); border-radius: var(--r-pill);
  padding: .34rem .8rem; margin-bottom: 1.1rem;
}
.csd-hero h1 { font-size: clamp(1.95rem, 3.6vw, 3.1rem); line-height: 1.1; letter-spacing: -.02em; margin: 0 0 1.1rem; }
.csd-lead { color: rgba(255, 255, 255, .72); font-size: clamp(.95rem, 1.1vw, 1.04rem); line-height: 1.68; max-width: 52ch; }

.csd-meta { list-style: none; margin: 1.9rem 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 1.1rem 2rem; }
.csd-meta li { display: flex; align-items: center; gap: .6rem; }
.csd-meta-ico { width: 30px; height: 30px; flex: none; border-radius: 9px; display: grid; place-items: center; color: var(--indigo-400); background: rgba(124, 126, 245, .14); }
.csd-meta-ico svg { width: 16px; height: 16px; }
.csd-meta-txt { display: grid; font-size: .82rem; font-weight: 600; color: #fff; }
.csd-meta-txt b { font-size: .68rem; font-weight: 500; color: rgba(255, 255, 255, .5); letter-spacing: .02em; }

/* --- synthesised product screenshot -------------------------------------- */
/* The laptop base and the floating phone both sit outside the screen edge, so
   the wrapper is inset by the same amount rather than clipping them away. */
.csd-hero-mock { position: relative; padding: 0 7% 34px; }
.csd-laptop {
  position: relative; border-radius: 14px; padding: 9px;
  background: linear-gradient(160deg, #222C4A, #101728);
  border: 1px solid rgba(255, 255, 255, .13);
  box-shadow: 0 34px 70px rgba(2, 6, 20, .6);
}
/* Sibling of the screen rather than a child, so the wider deck does not make
   the laptop itself overflow. */
.csd-laptop-base {
  display: block; height: 11px; width: 112%; margin: -1px 0 0 -6%; border-radius: 0 0 14px 14px;
  background: linear-gradient(#28324F, #141A2C);
  box-shadow: 0 12px 22px rgba(2, 6, 20, .5);
}

.csd-app { display: grid; grid-template-columns: 84px 1fr; border-radius: 8px; overflow: hidden; background: #F7F9FC; font-size: 7px; line-height: 1.5; }
.csd-app-rail { background: #0C1222; padding: 9px 7px; color: rgba(255, 255, 255, .5); }
.csd-app-brand { display: flex; align-items: center; gap: 4px; font-size: 7.5px; font-weight: 700; color: #fff; margin-bottom: 9px; overflow: hidden; white-space: nowrap; }
.csd-app-brand svg { width: 9px; height: 9px; color: var(--indigo-400); flex: none; }
.csd-app-rail ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 4px; }
.csd-app-rail li { padding: 3px 5px; border-radius: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.csd-app-rail li.is-current { background: var(--indigo); color: #fff; }

.csd-app-main { padding: 9px; display: grid; gap: 7px; align-content: start; }
.csd-app-top { display: flex; align-items: center; justify-content: space-between; }
.csd-app-hello { display: grid; color: var(--slate-500); font-size: 6px; }
.csd-app-hello b { font-size: 8.5px; color: var(--slate-900); }
.csd-app-avatar { width: 14px; height: 14px; border-radius: 50%; background: linear-gradient(140deg, var(--indigo-400), var(--sky)); }

.csd-app-kpis { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; }
.csd-app-kpis li { background: #fff; border: 1px solid var(--line); border-radius: 5px; padding: 5px; display: grid; }
.csd-app-kpis b { font-size: 9px; color: var(--slate-900); }
.csd-app-kpis span { font-size: 5.5px; color: var(--slate-500); }
.csd-app-kpis i { font-size: 5.5px; font-style: normal; font-weight: 600; color: var(--green); }

.csd-app-chart { background: #fff; border: 1px solid var(--line); border-radius: 5px; padding: 5px 5px 2px; }
.csd-app-chart > span { display: block; font-size: 6px; font-weight: 600; color: var(--slate-900); margin-bottom: 2px; }
.csd-app-chart svg { display: block; width: 100%; height: 34px; }
.csd-app-chart polyline { fill: none; stroke: var(--indigo); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }

.csd-app-list { background: #fff; border: 1px solid var(--line); border-radius: 5px; padding: 5px; }
.csd-app-list > span { display: block; font-size: 6px; font-weight: 600; color: var(--slate-900); margin-bottom: 3px; }
.csd-app-list ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 3px; }
.csd-app-list li { display: flex; align-items: center; gap: 4px; font-size: 5.6px; color: var(--slate-600); }
.csd-app-list li i { margin-left: auto; font-style: normal; color: var(--slate-500); }
.csd-app-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--indigo-400); flex: none; }

.csd-hero-phone {
  position: absolute; right: 1%; bottom: 0; width: 21%; min-width: 96px;
  aspect-ratio: 9 / 19; border-radius: 17px; overflow: hidden;
  border: 4px solid #0A0F1E; background: #0A0F1E;
  box-shadow: 0 22px 46px rgba(2, 6, 20, .58);
}
.csd-hero-phone img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ==========================================================================
   Sticky section nav
   ========================================================================== */
.csd-tabs {
  position: sticky; top: var(--header-h); z-index: 40;
  background: rgba(255, 255, 255, .92); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.csd-tabs ul { list-style: none; margin: 0; padding: 0; display: flex; gap: clamp(.5rem, 2vw, 2rem); overflow-x: auto; scrollbar-width: none; }
.csd-tabs ul::-webkit-scrollbar { display: none; }
.csd-tab {
  display: block; white-space: nowrap; padding: 1.05rem .2rem; font-size: .84rem; font-weight: 600;
  color: var(--slate-500); border-bottom: 2px solid transparent; transition: color var(--t) var(--ease), border-color var(--t) var(--ease);
}
.csd-tab:hover { color: var(--slate-900); }
.csd-tab.is-active { color: var(--indigo); border-bottom-color: var(--indigo); }

/* ==========================================================================
   Overview + snapshot mock
   ========================================================================== */
.csd-overview p { color: var(--slate-600); line-height: 1.75; font-size: .95rem; }
.csd-checks { list-style: none; margin: 1.5rem 0 0; padding: 0; display: grid; gap: .8rem; }
.csd-checks li { display: flex; align-items: flex-start; gap: .7rem; font-size: .9rem; font-weight: 500; color: var(--slate-900); }
.csd-checks svg { width: 19px; height: 19px; flex: none; margin-top: .08rem; color: var(--indigo); }

.csd-snap { position: relative; background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1rem, 2.4vw, 1.5rem); }
.csd-snap-card { background: var(--paper); border: 1px solid var(--line); border-radius: 15px; padding: 1.05rem; }
.csd-snap-title { display: block; font-size: .92rem; font-weight: 600; color: var(--slate-900); margin-bottom: .7rem; }
.csd-snap-search { display: flex; align-items: center; gap: .5rem; background: var(--paper-2); border: 1px solid var(--line); border-radius: 10px; padding: .5rem .5rem .5rem .75rem; }
.csd-snap-search i { flex: 1; min-width: 0; font-style: normal; font-size: .76rem; color: var(--slate-500); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.csd-snap-go { width: 26px; height: 26px; flex: none; border-radius: 7px; display: grid; place-items: center; color: #fff; background: var(--indigo); }
.csd-snap-go svg { width: 14px; height: 14px; }
.csd-snap-head { display: flex; align-items: center; justify-content: space-between; margin: 1rem 0 .6rem; font-size: .74rem; font-weight: 600; color: var(--slate-900); }
.csd-snap-head i { font-style: normal; font-weight: 500; color: var(--indigo); }
.csd-snap-tiles { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: .5rem; }
.csd-snap-tiles li { background: var(--paper-2); border: 1px solid var(--line); border-radius: 11px; padding: .6rem .35rem; text-align: center; display: grid; gap: .16rem; }
.csd-snap-ico { width: 26px; height: 26px; margin: 0 auto .18rem; border-radius: 8px; display: grid; place-items: center; color: var(--indigo); background: var(--indigo-50); }
.csd-snap-ico svg { width: 14px; height: 14px; }
.csd-snap-tiles b { font-size: .68rem; color: var(--slate-900); }
.csd-snap-tiles span { font-size: .58rem; color: var(--slate-500); line-height: 1.3; }

.csd-snap-metric {
  margin-top: .9rem; margin-left: auto; width: max-content; max-width: 100%;
  background: var(--paper); border: 1px solid var(--line); border-radius: 14px;
  box-shadow: var(--sh-md); padding: .8rem 1rem;
  display: grid; grid-template-columns: auto auto; grid-template-rows: auto auto;
  column-gap: .8rem; align-items: center;
}
.csd-snap-metric-head { grid-column: 1; font-size: .72rem; font-weight: 600; color: var(--slate-900); }
.csd-snap-metric > span:last-child { grid-column: 1; font-size: .64rem; color: var(--slate-500); }
.csd-donut { grid-column: 2; grid-row: 1 / span 2; position: relative; width: 54px; height: 54px; display: grid; place-items: center; }
.csd-donut svg { position: absolute; inset: 0; width: 100%; height: 100%; transform: rotate(-90deg); }
.csd-donut circle { fill: none; stroke-width: 5; }
.csd-donut-bg { stroke: var(--line); }
.csd-donut-fg { stroke: var(--indigo); stroke-linecap: round; }
.csd-donut b { position: relative; font-size: .74rem; font-weight: 700; color: var(--slate-900); }

/* ==========================================================================
   Challenge / solution
   ========================================================================== */
.csd-col { border-top: 2px solid var(--line); padding-top: 1.5rem; }
.csd-col--problem { border-top-color: #E5484D; }
.csd-col--fix { border-top-color: #0E9F6E; }
.csd-col-intro { color: var(--slate-600); font-size: .92rem; line-height: 1.7; margin-bottom: 1.2rem; }

.csd-items { list-style: none; margin: 0; padding: 0; display: grid; gap: .85rem; }
.csd-items li { display: grid; grid-template-columns: auto 1fr; gap: .85rem; align-items: start; background: var(--paper); border: 1px solid var(--line); border-radius: 13px; padding: .95rem 1.05rem; }
.csd-item-ico { width: 32px; height: 32px; flex: none; border-radius: 9px; display: grid; place-items: center; }
.csd-item-ico svg { width: 17px; height: 17px; }
.csd-col--problem .csd-item-ico { color: #E5484D; background: #FDEDEE; }
.csd-col--fix .csd-item-ico { color: #0E9F6E; background: #E7F7F1; }
.csd-items b { display: block; font-size: .88rem; color: var(--slate-900); margin-bottom: .2rem; }
.csd-items p { font-size: .82rem; color: var(--slate-600); line-height: 1.6; }
.csd-items--flat li { background: transparent; border-color: transparent; padding: .25rem 0; }

/* ==========================================================================
   Results band
   ========================================================================== */
.csd-results { background: var(--grad-dark); border-radius: var(--r-xl); padding: clamp(1.6rem, 3.4vw, 2.4rem); }
.csd-stats { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: .9rem; }
.csd-stats li {
  background: rgba(255, 255, 255, .055); border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 14px; padding: 1.1rem 1rem; display: grid; gap: .3rem; align-content: start;
}
.csd-stat-ico { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; margin-bottom: .5rem; color: #fff; }
.csd-stat-ico svg { width: 18px; height: 18px; }
.csd-stats li:nth-child(1) .csd-stat-ico { background: rgba(124, 126, 245, .3); }
.csd-stats li:nth-child(2) .csd-stat-ico { background: rgba(56, 189, 248, .28); }
.csd-stats li:nth-child(3) .csd-stat-ico { background: rgba(16, 185, 129, .28); }
.csd-stats li:nth-child(4) .csd-stat-ico { background: rgba(245, 158, 11, .3); }
.csd-stats li:nth-child(5) .csd-stat-ico { background: rgba(37, 99, 235, .32); }
.csd-stats b { font-size: clamp(1.2rem, 2vw, 1.55rem); color: #fff; letter-spacing: -.01em; }
.csd-stats li > span:last-child { font-size: .74rem; color: rgba(255, 255, 255, .62); line-height: 1.45; }

/* ==========================================================================
   Key features + app mock + tech stack
   ========================================================================== */
.csd-fs { display: grid; grid-template-columns: 1.15fr .68fr 1fr; gap: clamp(1.4rem, 3vw, 2.6rem); align-items: start; }
.csd-feats { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: .7rem 1rem; }
.csd-feats li { display: flex; align-items: flex-start; gap: .55rem; font-size: .82rem; font-weight: 500; color: var(--slate-900); line-height: 1.45; }
.csd-feats svg { width: 16px; height: 16px; flex: none; margin-top: .1rem; color: var(--indigo); }

.csd-appmock { display: grid; place-items: center; }
.csd-phone { width: min(178px, 100%); aspect-ratio: 9 / 18.5; border-radius: 22px; padding: 8px; position: relative; background: linear-gradient(160deg, #1B2440, #0C1120); box-shadow: var(--sh-lg); }
.csd-phone-notch { position: absolute; top: 12px; left: 50%; transform: translateX(-50%); width: 34px; height: 4px; border-radius: 3px; background: rgba(255, 255, 255, .28); }
.csd-phone-screen { height: 100%; border-radius: 16px; background: var(--paper); padding: 1.4rem .6rem .6rem; overflow: hidden; }
.csd-phone-title { display: block; font-size: .74rem; font-weight: 700; color: var(--slate-900); margin-bottom: .55rem; }
.csd-phone-screen ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .4rem; }
.csd-phone-screen li { display: grid; grid-template-columns: auto 1fr; gap: .45rem; align-items: center; background: var(--paper-2); border: 1px solid var(--line); border-radius: 9px; padding: .42rem .5rem; }
.csd-appmock-av { width: 20px; height: 20px; border-radius: 50%; background: linear-gradient(140deg, var(--indigo-400), var(--sky)); }
.csd-phone-screen b { display: block; font-size: .6rem; color: var(--slate-900); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.csd-phone-screen i { font-style: normal; font-size: .54rem; color: var(--slate-500); }

.csd-stack { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: .6rem; }
.csd-stack li { background: var(--paper); border: 1px solid var(--line); border-radius: 13px; padding: .8rem .3rem; text-align: center; display: grid; gap: .4rem; }
.csd-stack-name { font-size: .62rem; font-weight: 600; color: var(--slate-600); overflow-wrap: anywhere; }
.csd-stack-logo { width: 30px; height: 30px; margin: 0 auto; display: grid; place-items: center; }
.csd-stack-logo svg { width: 100%; height: 100%; }

/* ==========================================================================
   Testimonials
   ========================================================================== */
.csd-quotes { display: grid; grid-template-columns: auto 1fr auto; gap: clamp(.5rem, 2vw, 1.4rem); align-items: center; background: var(--paper-2); border: 1px solid var(--line); border-radius: var(--r-xl); padding: clamp(1.3rem, 3vw, 2.2rem); }
.csd-quote-nav { width: 40px; height: 40px; flex: none; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--line); background: var(--paper); color: var(--slate-600); transition: all var(--t) var(--ease); }
.csd-quote-nav:hover:not(:disabled) { color: var(--indigo); border-color: var(--indigo-400); }
.csd-quote-nav:disabled { opacity: .38; cursor: default; }
.csd-quote-nav[hidden] { display: none; }
.csd-quote-nav svg { width: 18px; height: 18px; }
.csd-quote-prev svg { transform: scaleX(-1); }

.csd-quote-track { list-style: none; margin: 0; padding: 0; display: grid; grid-auto-flow: column; grid-auto-columns: 100%; gap: clamp(1.3rem, 3vw, 2.2rem); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.csd-quote-track::-webkit-scrollbar { display: none; }
.csd-quote { scroll-snap-align: center; min-width: 0; text-align: center; position: relative; }
.csd-quote-mark { display: block; font-size: 3rem; line-height: .6; color: var(--indigo); opacity: .28; margin-bottom: .5rem; }
.csd-quote blockquote { margin: 0; }
.csd-quote p { font-size: clamp(.95rem, 1.4vw, 1.1rem); line-height: 1.7; color: var(--slate-900); max-width: 62ch; margin: 0 auto; }
.csd-quote-by { display: flex; align-items: center; justify-content: center; gap: .8rem; margin-top: 1.4rem; text-align: left; }
.csd-quote-by img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; flex: none; }
.csd-quote-by span { display: grid; font-size: .78rem; color: var(--slate-500); }
.csd-quote-by b { font-size: .9rem; color: var(--slate-900); }
.csd-quote-by i { font-style: normal; font-size: .74rem; color: var(--indigo); font-weight: 600; }

.csd-dots { display: flex; justify-content: center; gap: .45rem; margin-top: 1.1rem; }
.csd-dots[hidden] { display: none; }
.csd-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--line); transition: all var(--t) var(--ease); }
.csd-dot.is-current { width: 22px; border-radius: var(--r-pill); background: var(--indigo); }

/* ==========================================================================
   More case studies
   ========================================================================== */
.csd-section--more { border-top: 1px solid var(--line); }
.csd-more-head { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .8rem; margin-bottom: 1.4rem; }
.csd-more-head .csd-eyebrow { margin-bottom: 0; }
.csd-more-all { display: inline-flex; align-items: center; gap: .4rem; font-size: .82rem; font-weight: 600; color: var(--indigo); }
.csd-more-all svg { width: 15px; height: 15px; transition: transform var(--t) var(--ease); }
.csd-more-all:hover svg { transform: translateX(3px); }

.csd-more { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.csd-more-card { display: grid; grid-template-rows: auto 1fr; height: 100%; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease), border-color var(--t) var(--ease); }
.csd-more-card:hover { transform: translateY(-4px); box-shadow: var(--sh-lg); border-color: color-mix(in srgb, var(--indigo) 26%, var(--line)); }
.csd-more-media { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--paper-2); }
.csd-more-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform var(--t) var(--ease); }
.csd-more-card:hover .csd-more-media img { transform: scale(1.05); }
.csd-more-body { display: grid; align-content: start; gap: .6rem; padding: 1.1rem 1.2rem 1.3rem; }
.csd-more-body b { font-size: .95rem; line-height: 1.45; color: var(--slate-900); }
.csd-tag { justify-self: start; font-size: .66rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--indigo); background: var(--indigo-50); border-radius: var(--r-pill); padding: .28rem .65rem; }
.csd-more-go { display: inline-flex; align-items: center; gap: .4rem; font-size: .8rem; font-weight: 600; color: var(--indigo); }
.csd-more-go svg { width: 15px; height: 15px; transition: transform var(--t) var(--ease); }
.csd-more-card:hover .csd-more-go svg { transform: translateX(3px); }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1080px) {
  .csd-stats { grid-template-columns: repeat(3, 1fr); }
  .csd-fs { grid-template-columns: 1fr 1fr; }
  .csd-appmock { grid-column: 1 / -1; order: 3; }
}
@media (max-width: 900px) {
  .csd-hero-grid { grid-template-columns: 1fr; gap: 2.6rem; }
  .csd-hero-mock { max-width: 560px; }
  .csd-two { grid-template-columns: 1fr; }
  .csd-more { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .csd-hero-phone { width: 82px; min-width: 0; border-width: 3px; }
  .csd-hero-mock { padding-bottom: 26px; }
  .csd-snap-tiles { grid-template-columns: repeat(2, 1fr); }
  .csd-snap-metric { margin-left: 0; width: 100%; }
  .csd-stats { grid-template-columns: repeat(2, 1fr); }
  .csd-stats li:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .csd-more { grid-template-columns: 1fr; }
  .csd-quotes { grid-template-columns: 1fr; }
  .csd-quote-nav { display: none; }
  .csd-meta { gap: 1rem 1.4rem; }
  /* Two columns left the tech stack about 160px wide, which broke logo names
     such as PostgreSQL across three lines. Each block gets the full width. */
  .csd-fs { grid-template-columns: 1fr; }
  .csd-appmock { order: 3; }
}
@media (max-width: 520px) {
  .csd-feats { grid-template-columns: 1fr; }
  .csd-app { grid-template-columns: 62px 1fr; }
  .csd-app-kpis { grid-template-columns: 1fr; }
  .csd-meta li { width: calc(50% - .7rem); }
}
@media (max-width: 380px) {
  .csd-stack { grid-template-columns: repeat(3, 1fr); }
}
@media (prefers-reduced-motion: reduce) {
  .csd-more-card, .csd-more-media img, .csd-more-go svg, .csd-more-all svg, .csd-dot { transition: none !important; }
}
