.industry-detail-page {
  --service-dark: #10302a;
  --service-green: #a4d519;
  --service-muted: #6b7471;
  --industry-card-border: rgba(16, 48, 42, .14);
}

.case-study-detail-page {
  overflow-x: clip;
}

.case-study-detail-page [data-case-study-section] {
  scroll-margin-top: 96px;
}

.industry-detail-page .industry-section-zone {
  position: relative;
  isolation: isolate;
}

.industry-detail-page [data-industry-section] {
  content-visibility: auto;
  contain-intrinsic-size: auto 820px;
}

.industry-detail-page .service-detail-hero,
.industry-detail-page #industry-risks {
  content-visibility: visible;
  contain-intrinsic-size: auto;
}

.industry-detail-page .section-bg-light {
  color: var(--tp-common-black-1, #111112);
  background: #fff;
}

.industry-detail-page .section-bg-soft {
  color: var(--tp-common-black-1, #111112);
  background: #F8F9F9;
}

.industry-detail-page .section-bg-dark {
  color: #f3f1f2;
  background: var(--service-dark, #10302a);
}

.industry-detail-page .industry-problem-zone.section-bg-brand {
  background: radial-gradient(circle at 14% 18%, rgba(180, 231, 23, .16), transparent 28%), radial-gradient(circle at 86% 36%, rgba(255, 255, 255, .08), transparent 32%), linear-gradient(180deg, #0f2b27 0%, #10302a 48%, #071513 100%);
  background-position: center top;
  background-size: cover;
}

.industry-detail-page .industry-solution-zone > section,
.industry-detail-page .industry-related-zone > section,
.industry-detail-page .industry-trust-zone > section {
  background: transparent;
}

.case-study-detail-page .industry-trust-zone {
  margin-top: -1px;
  border-top: 0;
  background: #F8F9F9;
  box-shadow: none;
}

.case-study-detail-page .industry-trust-zone::before {
  display: none;
}

.case-study-detail-page [data-case-study-section="snapshot"] {
  padding-bottom: clamp(78px, 7vw, 112px);
}

.case-study-detail-page [data-case-study-section="situation"],
.case-study-detail-page [data-case-study-section="comparison"] {
  position: relative;
}

.case-study-detail-page [data-case-study-section="situation"]::before,
.case-study-detail-page [data-case-study-section="comparison"]::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 30px);
  max-width: 1524px;
  height: 1px;
  background: rgba(255, 255, 255, .18);
  content: "";
  transform: translateX(-50%);
}

.case-study-detail-page [data-case-study-section="situation"] {
  padding: clamp(82px, 7.4vw, 118px) 0 clamp(92px, 7.8vw, 124px);
}

.case-study-detail-page [data-case-study-section="comparison"] {
  padding-top: clamp(54px, 5.4vw, 86px);
}

.case-study-detail-page .tp-service-cst-card-id:focus-visible,
.case-study-detail-page .industry-related-service-card h3 a:focus-visible,
.case-study-detail-page .industry-proof-pass:focus-visible,
.case-study-detail-page .tp-approach-cst-toggle:focus-visible {
  outline: 3px solid rgba(180, 231, 23, .9);
  outline-offset: 4px;
}

.case-study-detail-page .case-study-situation-shell {
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 3.4vw, 48px);
  border: 1px solid rgba(243, 241, 242, .08);
  border-radius: 28px;
  background: rgba(255, 255, 255, .035);
}

.case-study-detail-page .case-study-situation-copy {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  padding-right: clamp(0px, 3vw, 42px);
}

.case-study-detail-page .case-study-situation-copy .industry-section-kicker {
  margin-bottom: 16px;
  color: rgba(180, 231, 23, .78);
}

.case-study-detail-page .case-study-situation-copy h2 {
  max-width: 760px;
  margin-bottom: clamp(20px, 2.2vw, 30px);
  color: #fff;
  font-size: clamp(34px, 3.5vw, 58px);
  line-height: 1;
  letter-spacing: -.04em;
}

.case-study-detail-page .case-study-situation-copy p {
  max-width: 680px;
  margin-bottom: 0;
  color: rgba(243, 241, 242, .7);
  font-size: clamp(16px, 1.15vw, 19px);
  line-height: 1.55;
}

.case-study-detail-page .case-study-situation-note {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: clamp(18px, 2.8vw, 34px) 0 clamp(18px, 2.8vw, 34px) clamp(22px, 3vw, 44px);
  border-left: 1px solid rgba(243, 241, 242, .14);
}

.case-study-detail-page .case-study-situation-note-label {
  margin-bottom: 16px;
  color: rgba(243, 241, 242, .48);
  font-family: var(--tp-ff-inter);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.case-study-detail-page .case-study-situation-note p {
  max-width: 460px;
  margin-bottom: 24px;
  color: rgba(243, 241, 242, .78);
  font-size: clamp(18px, 1.45vw, 24px);
  line-height: 1.35;
  letter-spacing: -.02em;
}

.case-study-detail-page .case-study-situation-note ul {
  display: grid;
  gap: 0;
  max-width: 420px;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(243, 241, 242, .1);
  list-style: none;
}

.case-study-detail-page .case-study-situation-note li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 0;
  border-bottom: 1px solid rgba(243, 241, 242, .1);
  color: rgba(243, 241, 242, .62);
  font-family: var(--tp-ff-inter);
  font-size: 14px;
  font-weight: 700;
}

.case-study-detail-page .case-study-situation-note li::after {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(180, 231, 23, .58);
  content: "";
}

.case-study-detail-page .case-study-situation-flow {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(28px, 3.2vw, 46px);
  overflow: hidden;
  border: 1px solid rgba(243, 241, 242, .08);
  border-radius: 22px;
  background: rgba(243, 241, 242, .08);
}

.case-study-detail-page .case-study-situation-flow-card {
  display: flex;
  gap: 16px;
  min-height: 188px;
  padding: clamp(22px, 2vw, 30px);
  background: rgba(6, 22, 19, .52);
}

.case-study-detail-page .case-study-situation-flow-card > span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(243, 241, 242, .12);
  border-radius: 50%;
  color: rgba(180, 231, 23, .72);
  font-family: var(--tp-ff-inter);
  font-size: 12px;
  font-weight: 800;
}

.case-study-detail-page .case-study-situation-flow-card h3 {
  margin-bottom: 14px;
  color: #fff;
  font-size: clamp(19px, 1.3vw, 23px);
  line-height: 1.14;
  letter-spacing: -.03em;
}

.case-study-detail-page .case-study-situation-flow-card p {
  margin-bottom: 0;
  color: rgba(243, 241, 242, .62);
  font-size: 15px;
  line-height: 1.55;
}

.case-study-detail-page [data-case-study-section="intervention"],
.case-study-detail-page [data-case-study-section="system"] {
  color: var(--service-dark, #10302a);
}

.case-study-detail-page [data-case-study-section="intervention"] .tp-service-cst-shape-card,
.case-study-detail-page [data-case-study-section="intervention"] .tp-service-cst-info,
.case-study-detail-page [data-case-study-section="system"] .qa-pilot-deliverables-shell {
  border: 1px solid rgba(16, 48, 42, .08);
  background:
    radial-gradient(circle at 8% 0, rgba(180, 231, 23, .1), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(250, 251, 250, .96));
  box-shadow: 0 20px 56px rgba(16, 48, 42, .06), inset 0 1px 0 rgba(255, 255, 255, .86);
}

.case-study-detail-page [data-case-study-section="intervention"] .tp-service-cst-shape-content {
  border-color: rgba(16, 48, 42, .08);
  background: rgba(255, 255, 255, .72);
  box-shadow: none;
}

.case-study-detail-page [data-case-study-section="intervention"] .tp-service-cst-kicker,
.case-study-detail-page [data-case-study-section="system"] .tp-counter-cst-kicker {
  color: rgba(16, 48, 42, .72);
}

.case-study-detail-page [data-case-study-section="intervention"] .tp-service-cst-shape-content h3,
.case-study-detail-page [data-case-study-section="intervention"] .tp-service-cst-info h2,
.case-study-detail-page [data-case-study-section="system"] .tp-counter-cst-bridge-copy h2 {
  color: var(--service-dark, #10302a);
}

.case-study-detail-page [data-case-study-section="intervention"] .tp-service-cst-shape-content p,
.case-study-detail-page [data-case-study-section="intervention"] .tp-service-cst-info > p,
.case-study-detail-page [data-case-study-section="system"] .tp-counter-cst-bridge-copy p {
  color: rgba(16, 48, 42, .68);
}

.case-study-detail-page [data-case-study-section="intervention"] .tp-service-cst-insight-grid,
.case-study-detail-page [data-case-study-section="system"] .qa-pilot-deliverables-grid {
  gap: clamp(14px, 1.6vw, 20px);
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

.case-study-detail-page [data-case-study-section="intervention"] .tp-service-cst-insight-grid::before,
.case-study-detail-page [data-case-study-section="system"] .qa-pilot-deliverables-grid::before {
  display: none;
}

.case-study-detail-page [data-case-study-section="intervention"] .tp-service-cst-insight-card,
.case-study-detail-page [data-case-study-section="system"] .tp-service-cst-insight-card {
  min-height: 210px;
  border: 1px solid rgba(16, 48, 42, .08);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .9), rgba(248, 249, 249, .78));
  box-shadow: 0 16px 38px rgba(16, 48, 42, .045);
}

.case-study-detail-page [data-case-study-section="intervention"] .tp-service-cst-insight-card span,
.case-study-detail-page [data-case-study-section="system"] .tp-service-cst-insight-card span {
  color: rgba(16, 48, 42, .72);
  background: rgba(164, 213, 25, .14);
}

.case-study-detail-page [data-case-study-section="intervention"] .tp-service-cst-insight-card h3,
.case-study-detail-page [data-case-study-section="system"] .tp-service-cst-insight-card h3 {
  color: var(--service-dark, #10302a);
}

.case-study-detail-page [data-case-study-section="intervention"] .tp-service-cst-insight-card p,
.case-study-detail-page [data-case-study-section="system"] .tp-service-cst-insight-card p {
  color: rgba(16, 48, 42, .66);
}

.case-study-detail-page [data-case-study-section="intervention"] .tp-service-cst-insight-card::before,
.case-study-detail-page [data-case-study-section="system"] .tp-service-cst-insight-card::before {
  background: linear-gradient(90deg, transparent, rgba(16, 48, 42, .16));
}

.case-study-detail-page [data-case-study-section="system"] .qa-pilot-deliverables-shell {
  padding: clamp(26px, 3.4vw, 46px);
  border-radius: 28px;
}

.case-study-detail-page [data-case-study-section="system"] .tp-counter-cst-bridge {
  align-items: stretch;
  padding-bottom: clamp(26px, 3vw, 40px);
  border-bottom: 1px solid rgba(16, 48, 42, .08);
}

.case-study-detail-page [data-case-study-section="system"] .qa-pilot-deliverables-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(26px, 3vw, 40px);
}

.industry-detail-page .industry-solution-zone .industry-detail-marquee {
  margin-top: -1px;
}

.industry-detail-page .service-detail-hero.tp-hero-cst-spacing {
  padding-bottom: clamp(80px, 8vw, 120px);
}

.industry-detail-page #industry-risks.industry-risk-section,
#industry-risks.industry-risk-section {
  overflow: hidden;
  color: #fff;
  background: transparent;
}

.industry-detail-page #industry-risks.industry-risk-section + .industry-comparison-section {
  position: relative;
  margin-top: 0;
  border-top: 0;
  box-shadow: none;
}

.industry-detail-page #industry-risks.industry-risk-section + .industry-comparison-section::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 30px);
  max-width: 1524px;
  height: 1px;
  background: rgba(255, 255, 255, .18);
  content: "";
  transform: translateX(-50%);
}

.industry-detail-page .industry-comparison-section {
  color: #fff;
  background: transparent;
  box-shadow: none;
  content-visibility: auto;
  contain-intrinsic-size: auto 760px;
}

.industry-section-kicker {
  margin: 0 0 18px;
  color: var(--service-green, #a4d519);
  font-family: var(--tp-ff-inter);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.industry-risk-grid,
.industry-leverage-grid,
.industry-related-services-grid,
.industry-comparison-grid,
.industry-proof-story-grid,
.industry-why-us-grid {
  display: grid;
  gap: 24px;
  min-width: 0;
}

.industry-comparison-grid {
  contain: layout style;
}

.industry-risk-grid,
.industry-leverage-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-detail-page .tp-about-cst-principles .industry-positioning-item {
  display: block;
}

.industry-positioning-item details {
  width: 100%;
  border-radius: 18px;
  transition: background-color .25s ease, box-shadow .25s ease, padding .25s ease;
}

.industry-positioning-item summary {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  cursor: pointer;
  list-style: none;
  border-radius: 18px;
  outline: none;
}

.industry-positioning-item summary:focus-visible {
  box-shadow: 0 0 0 3px rgba(164, 213, 25, .22);
}

.industry-positioning-item summary::-webkit-details-marker {
  display: none;
}

.industry-positioning-item summary > p {
  flex: 1 1 auto;
  min-width: 0;
}

.industry-positioning-arrow {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  color: var(--service-green, #a4d519);
  background: rgba(164, 213, 25, .12);
  transition: transform .25s ease, background-color .25s ease;
}

.service-detail-page .tp-about-cst-principles .industry-positioning-arrow {
  color: var(--service-green, #a4d519);
  font-size: inherit;
  letter-spacing: 0;
}

.industry-positioning-item details[open] .industry-positioning-arrow {
  background: rgba(164, 213, 25, .18);
  transform: rotate(180deg);
}

.industry-positioning-item details[open] {
  padding: 14px 14px 16px;
  background:
    linear-gradient(135deg, rgba(164, 213, 25, .105), rgba(255, 255, 255, .78));
  box-shadow: inset 0 0 0 1px rgba(16, 48, 42, .07), 0 14px 32px rgba(16, 48, 42, .07);
}

.industry-positioning-item details[open] summary {
  align-items: flex-start;
}

.industry-positioning-item details[open] summary > span:first-child {
  color: var(--service-green, #a4d519);
}

.industry-positioning-detail {
  position: relative;
  margin: 12px 0 0 48px;
  padding: 12px 0 0 16px;
}

.industry-positioning-detail::before {
  position: absolute;
  top: 14px;
  bottom: 2px;
  left: 0;
  width: 2px;
  border-radius: 999px;
  background: rgba(164, 213, 25, .55);
  content: "";
}

.industry-positioning-detail p {
  margin: 0;
  color: rgba(16, 48, 42, .76);
  font-family: var(--tp-ff-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
}

.industry-risk-section .industry-risk-grid {
  position: relative;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(243, 241, 242, .032);
  box-shadow: inset 0 1px 0 rgba(243, 241, 242, .016);
}

.industry-risk-section .industry-risk-grid::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 12% 0, rgba(180, 231, 23, .032), transparent 36%),
    linear-gradient(135deg, rgba(180, 231, 23, .02), rgba(243, 241, 242, .012) 46%, transparent 100%);
  content: "";
  pointer-events: none;
}

.industry-risk-section .tp-service-cst-insight-card {
  position: relative;
  z-index: 1;
  min-height: 220px;
  overflow: hidden;
  padding: clamp(22px, 2.1vw, 28px);
  background: rgba(9, 13, 11, .46);
}

.industry-risk-section .tp-service-cst-insight-card::before {
  position: absolute;
  top: clamp(22px, 2.1vw, 28px);
  right: clamp(22px, 2.1vw, 28px);
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(180, 231, 23, .1));
  content: "";
}

.industry-risk-section .tp-service-cst-insight-card > * {
  position: relative;
  z-index: 1;
}

.industry-risk-section .tp-service-cst-insight-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 22px;
  border-radius: 50%;
  color: rgba(180, 231, 23, .42);
  background: rgba(180, 231, 23, .025);
  font-family: var(--tp-ff-inter);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
}

.industry-risk-section .tp-service-cst-insight-card h3 {
  margin: 0 0 12px;
  color: rgba(243, 241, 242, .82);
  font-size: clamp(21px, 1.8vw, 26px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -.035em;
}

.industry-risk-section .tp-service-cst-insight-card p {
  margin: 0;
  color: rgba(243, 241, 242, .5);
  font-size: 15px;
  line-height: 1.55;
}

.industry-comparison-bridge {
  margin-bottom: 55px;
}

.industry-comparison-card {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  contain: layout style;
  isolation: isolate;
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(0, 0, 0, .15), 0 1px 0 rgba(255, 255, 255, .46);
}

.industry-comparison-card div {
  position: relative;
  z-index: 1;
  min-height: 172px;
  overflow: hidden;
  padding: 32px;
  background: rgba(255, 255, 255, .96);
}

.industry-comparison-card div:first-child {
  border-radius: 26px 0 0 26px;
  background:
    linear-gradient(135deg, rgba(120, 104, 78, .075), rgba(255, 255, 255, .78)),
    #eee9df;
  box-shadow: inset -1px 0 0 rgba(16, 48, 42, .06), inset 0 0 18px rgba(86, 72, 48, .055);
}

.industry-comparison-card div:first-child::after {
  position: absolute;
  inset: 12px;
  z-index: 0;
  border: 1px dashed rgba(86, 72, 48, .16);
  border-radius: 18px 0 0 18px;
  background:
    repeating-linear-gradient(135deg, rgba(86, 72, 48, .035) 0 1px, transparent 1px 8px),
    linear-gradient(180deg, rgba(255, 255, 255, .28), rgba(255, 255, 255, 0));
  content: "";
  pointer-events: none;
}

.industry-comparison-card div::before {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 1px;
  height: auto;
  background: linear-gradient(180deg, transparent, rgba(16, 48, 42, .1), transparent);
  content: "";
}

.industry-comparison-card div:first-child::before {
  display: none;
}

.industry-comparison-card div:nth-child(3) {
  z-index: 2;
  overflow: hidden;
  margin-top: -4px;
  margin-bottom: -4px;
  border-radius: 0 26px 26px 0;
  background: transparent;
  box-shadow: -8px 0 16px rgba(18, 40, 56, .052), 0 10px 22px rgba(18, 40, 56, .074), 0 0 0 1px rgba(168, 232, 255, .11);
  contain: layout paint style;
}

.industry-comparison-card div:nth-child(3)::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: auto;
  height: auto;
  border: 1px solid rgba(168, 232, 255, .34);
  border-left-color: rgba(255, 255, 255, .82);
  border-radius: 0 26px 26px 0;
  background:
    radial-gradient(circle at 78% 38%, rgba(220, 248, 255, .18), rgba(220, 248, 255, 0) 44%),
    linear-gradient(135deg, rgba(242, 252, 255, .88), rgba(255, 255, 255, .94) 56%, rgba(162, 224, 248, .14)),
    rgba(250, 253, 255, .9);
  box-shadow:
    inset 0 0 0 1px rgba(184, 238, 255, .22),
    inset 1px 0 0 rgba(255, 255, 255, .96),
    inset -1px 0 0 rgba(18, 40, 56, .065),
    inset 0 1px 0 rgba(255, 255, 255, .94);
  content: "";
  pointer-events: none;
}

.industry-comparison-card div:nth-child(3)::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  border-radius: 0 26px 26px 0;
  background: linear-gradient(105deg, rgba(255, 255, 255, 0) 18%, rgba(219, 248, 255, .18) 48%, rgba(255, 255, 255, .4) 53%, rgba(255, 255, 255, 0) 80%);
  opacity: .3;
  content: "";
  pointer-events: none;
}

.industry-comparison-card span,
.industry-related-service-card > span,
.industry-leverage-card > span,
.industry-why-us-card > span {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--service-dark, #10302a);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.industry-comparison-card p,
.industry-related-service-card p,
.industry-leverage-card p,
.industry-proof-story-grid p,
.industry-why-us-card p {
  margin: 0;
  color: var(--service-muted, #6b7471);
  font-size: 17px;
  line-height: 1.55;
}

.industry-comparison-card span {
  padding: 7px 10px;
  border: 1px solid rgba(16, 48, 42, .08);
  border-radius: 999px;
  color: rgba(16, 48, 42, .48);
  background: rgba(16, 48, 42, .035);
}

.industry-comparison-card p {
  color: var(--service-muted, #6b7471);
}

.industry-comparison-card div:first-child p,
.industry-comparison-card div:nth-child(3) p {
  color: var(--service-dark, #10302a);
  font-weight: 600;
}

.industry-comparison-card div:first-child span,
.industry-comparison-card div:first-child p {
  position: relative;
  z-index: 1;
}

.industry-comparison-card div:first-child span {
  border-color: rgba(86, 72, 48, .14);
  color: rgba(86, 72, 48, .48);
  background: rgba(86, 72, 48, .055);
  box-shadow: none;
}

.industry-comparison-card div:first-child p {
  color: rgba(86, 72, 48, .72);
  font-weight: 500;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .56);
}

.industry-comparison-card div:nth-child(2) {
  background: #f8f9f9;
}

.industry-comparison-card div:nth-child(2) span {
  color: rgba(16, 48, 42, .42);
}

.industry-comparison-card div:nth-child(3) span {
  position: relative;
  z-index: 1;
  border-color: rgba(168, 232, 255, .38);
  color: rgba(10, 36, 52, .86);
  background: rgba(239, 251, 255, .52);
  box-shadow: 0 6px 14px rgba(126, 213, 255, .1), inset 0 1px 0 rgba(255, 255, 255, .78);
}

.industry-comparison-card div:nth-child(3) p {
  position: relative;
  z-index: 1;
  color: #0a2434;
  font-size: 18px;
  font-weight: 700;
}

.industry-leverage-shell {
  padding: 60px;
}

.industry-leverage-grid {
  gap: 18px;
}

.industry-leverage-card,
.industry-related-service-card,
.industry-why-us-card {
  padding: 28px;
  border: 1px solid var(--industry-card-border);
  border-radius: 22px;
  background: rgba(255, 255, 255, .86);
}

.industry-leverage-card h3,
.industry-related-service-card h3,
.industry-why-us-card h3 {
  margin: 0 0 12px;
  color: var(--service-dark, #10302a);
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -.03em;
}

.industry-related-services-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.industry-related-service-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  min-height: 190px;
}

.industry-related-service-card h3,
.industry-related-service-card p,
.industry-comparison-card span,
.industry-comparison-card p,
.industry-leverage-card h3,
.industry-leverage-card p,
.industry-why-us-card h3,
.industry-why-us-card p,
.industry-risk-section .tp-service-cst-insight-card h3,
.industry-risk-section .tp-service-cst-insight-card p {
  min-width: 0;
  overflow-wrap: break-word;
  hyphens: auto;
}

.industry-related-service-card > span {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.industry-related-service-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: var(--service-dark, #10302a);
  background: var(--service-green, #a4d519);
}

.industry-detail-page a:focus-visible,
.industry-detail-page button:focus-visible {
  outline: 2px solid var(--service-green, #a4d519);
  outline-offset: 4px;
}

.industry-detail-page .section-bg-light a:focus-visible,
.industry-detail-page .section-bg-soft a:focus-visible,
.industry-detail-page .section-bg-light button:focus-visible,
.industry-detail-page .section-bg-soft button:focus-visible {
  outline-color: var(--service-dark, #10302a);
}

.industry-related-service-card h3 a:focus-visible {
  border-radius: 8px;
}

.industry-related-service-link:focus-visible {
  box-shadow: 0 0 0 4px rgba(16, 48, 42, .14);
}

.industry-why-us-shell {
  padding: clamp(34px, 4vw, 60px);
  border: 1px solid rgba(16, 48, 42, .08);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .66), rgba(255, 255, 255, .38));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72);
}

.industry-why-us-section .tp-about-cst-title-wrap p {
  margin-top: 22px;
  color: var(--service-muted, #6b7471);
  font-size: 18px;
  line-height: 1.55;
}

.industry-why-us-grid {
  grid-template-columns: 1fr;
  gap: 14px;
}

.industry-why-us-card {
  display: grid;
  grid-template-columns: minmax(86px, auto) 1fr;
  gap: 8px 22px;
  align-items: start;
  border-color: rgba(16, 48, 42, .1);
  background: rgba(255, 255, 255, .66);
}

.industry-why-us-card > span {
  margin-bottom: 0;
}

.industry-why-us-card h3,
.industry-why-us-card p {
  grid-column: 2;
}

.industry-proof-result-card {
  padding: 46px;
}

.industry-proof-pass {
  position: relative;
  display: flex;
  min-height: 168px;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
  overflow: hidden;
  margin-top: 30px;
  padding: clamp(18px, 2vw, 24px);
  border: 1px solid rgba(243, 241, 242, .18);
  border-radius: 22px;
  background:
    radial-gradient(circle at 0 50%, rgba(16, 48, 42, .96) 0 12px, transparent 13px),
    radial-gradient(circle at 100% 50%, rgba(16, 48, 42, .96) 0 12px, transparent 13px),
    linear-gradient(90deg, transparent 0 72%, rgba(243, 241, 242, .18) 72% 73%, transparent 73% 100%),
    repeating-linear-gradient(90deg, rgba(243, 241, 242, .055) 0 2px, transparent 2px 8px),
    linear-gradient(135deg, #050505, #121212 56%, #020202);
  box-shadow: inset 0 0 0 1px rgba(243, 241, 242, .045), 0 18px 36px rgba(3, 3, 3, .22);
  text-decoration: none;
  transition: border-color .2s ease, transform .2s ease;
}

.industry-proof-pass:hover,
.industry-proof-pass:focus-visible {
  border-color: rgba(180, 231, 23, .68);
  transform: translateY(-3px);
}

@media (prefers-reduced-motion: reduce) {
  .industry-detail-page .tp-live-anim-spin,
  .industry-comparison-card div:nth-child(3)::before,
  .industry-comparison-card div:nth-child(3)::after,
  .industry-positioning-item details,
  .industry-positioning-arrow,
  .industry-proof-pass,
  .industry-proof-pass .tp-service-cst-pass-cta {
    animation: none !important;
    transition: none;
  }

  .industry-proof-pass:hover,
  .industry-proof-pass:focus-visible {
    transform: none;
  }
}

.industry-proof-pass:focus-visible {
  outline: 2px solid var(--service-green, #a4d519);
  outline-offset: 4px;
}

.industry-proof-pass::before,
.industry-proof-pass::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.industry-proof-pass::before {
  inset: 18px auto 18px 72%;
  border-left: 1px dashed rgba(180, 231, 23, .34);
}

.industry-proof-pass::after {
  right: 22px;
  bottom: 24px;
  width: 88px;
  height: 22px;
  background: repeating-linear-gradient(90deg, rgba(243, 241, 242, .7) 0 2px, transparent 2px 5px, rgba(180, 231, 23, .6) 5px 8px, transparent 8px 13px);
  opacity: .42;
}

.industry-proof-pass span {
  position: relative;
  z-index: 1;
}

.industry-proof-pass .tp-service-cst-pass-eyebrow,
.industry-proof-pass .tp-service-cst-pass-meta,
.industry-proof-pass .tp-service-cst-pass-scarcity,
.industry-proof-pass .tp-service-cst-pass-cta {
  color: rgba(180, 231, 23, .72);
  font-family: var(--tp-ff-inter);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1;
  text-transform: uppercase;
}

.industry-proof-pass .tp-service-cst-pass-meta {
  max-width: 70%;
  color: rgba(243, 241, 242, .92);
  font-size: clamp(24px, 2.4vw, 34px);
  letter-spacing: -.04em;
  line-height: .98;
  overflow-wrap: break-word;
  text-transform: none;
}

.industry-proof-pass .tp-service-cst-pass-scarcity {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  border: 1px solid rgba(180, 231, 23, .36);
  border-radius: 999px;
  color: var(--service-green, #a4d519);
  background: rgba(180, 231, 23, .1);
  letter-spacing: .08em;
}

.industry-proof-pass .tp-service-cst-pass-scarcity::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 14px rgba(180, 231, 23, .72);
  content: "";
}

.industry-proof-pass .tp-service-cst-pass-cta {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(180, 231, 23, .34);
  border-radius: 999px;
  color: #030303;
  background: var(--service-green, #a4d519);
  letter-spacing: .08em;
  transition: background-color .2s ease, border-color .2s ease;
}

.industry-proof-pass .tp-service-cst-pass-cta::after {
  content: "→";
  font-size: 13px;
  line-height: 1;
}

.industry-proof-pass:hover .tp-service-cst-pass-cta,
.industry-proof-pass:focus-visible .tp-service-cst-pass-cta {
  border-color: rgba(243, 241, 242, .28);
  background: #f3f1f2;
}

.industry-proof-story-grid {
  position: relative;
  z-index: 1;
}

.industry-proof-story-item {
  display: flex;
  gap: 14px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.industry-proof-story-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.industry-proof-story-dot {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  margin-top: 6px;
  border-radius: 50%;
  background: var(--service-green, #a4d519);
}

.industry-proof-story-copy {
  min-width: 0;
}

.industry-proof-story-label {
  display: block;
  margin: 0 0 6px;
  color: #fff;
  font-family: var(--tp-ff-dm, "Inter", sans-serif);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.02em;
  line-height: 1.2;
}

.industry-proof-story-grid p {
  color: rgba(255, 255, 255, .82);
}

@media (max-width: 1199px) {
  .industry-risk-grid,
  .industry-leverage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .case-study-detail-page .case-study-situation-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .case-study-detail-page [data-case-study-section="system"] .qa-pilot-deliverables-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .industry-risk-section .industry-risk-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .industry-leverage-shell {
    padding: 40px;
  }
}

@media (max-width: 991px) {
  .industry-detail-page [data-industry-section] {
    contain-intrinsic-size: auto 760px;
  }

  .industry-detail-page .industry-comparison-section {
    contain-intrinsic-size: auto 980px;
  }

  .case-study-detail-page .case-study-situation-copy {
    margin-bottom: 28px;
    padding-right: 0;
  }

  .case-study-detail-page .case-study-situation-note {
    padding: 26px 0 0;
    border-top: 1px solid rgba(243, 241, 242, .12);
    border-left: 0;
  }

  .industry-related-services-grid,
  .industry-comparison-card {
    grid-template-columns: 1fr;
  }

  .industry-related-service-card {
    min-height: 0;
  }

  .industry-comparison-card div {
    min-height: auto;
  }

  .industry-comparison-card div:first-child {
    border-radius: 26px 26px 0 0;
  }

  .industry-comparison-card div:first-child::after {
    border-radius: 18px 18px 0 0;
  }

  .industry-comparison-card div:nth-child(3) {
    margin-top: -2px;
    margin-bottom: -2px;
    border-radius: 0 0 26px 26px;
    box-shadow: 0 -5px 12px rgba(18, 40, 56, .046), 0 8px 18px rgba(18, 40, 56, .07), 0 0 0 1px rgba(168, 232, 255, .11);
  }

  .industry-comparison-card div:nth-child(3)::before,
  .industry-comparison-card div:nth-child(3)::after {
    top: 0;
    right: -4px;
    bottom: -1px;
    left: -4px;
    border-radius: 0 0 26px 26px;
  }

  .industry-comparison-card div:nth-child(3)::after {
    opacity: .22;
  }

  .industry-comparison-card div::before {
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    width: auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(16, 48, 42, .1), transparent);
  }

  .industry-leverage-shell > .row > .col-xl-4 {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .industry-detail-page [data-industry-section] {
    contain-intrinsic-size: auto 680px;
  }

  .industry-detail-page .industry-comparison-section {
    contain-intrinsic-size: auto 1180px;
  }

  .case-study-detail-page [data-case-study-section] {
    scroll-margin-top: 78px;
  }

  .industry-positioning-list {
    display: none;
  }

  .industry-risk-grid,
  .industry-leverage-grid {
    grid-template-columns: 1fr;
  }

  .case-study-detail-page [data-case-study-section="snapshot"] {
    padding-bottom: 70px;
  }

  .case-study-detail-page [data-case-study-section="situation"] {
    padding: 74px 0 82px;
  }

  .case-study-detail-page [data-case-study-section="comparison"] {
    padding-top: 62px;
  }

  .case-study-detail-page .case-study-situation-shell {
    padding: 24px;
    border-radius: 24px;
  }

  .case-study-detail-page .case-study-situation-flow {
    grid-template-columns: 1fr;
    border-radius: 20px;
  }

  .case-study-detail-page .case-study-situation-flow-card {
    min-height: auto;
    padding: 24px;
  }

  .case-study-detail-page .tp-case-study-result-top {
    flex-direction: column;
    gap: 20px;
  }

  .case-study-detail-page [data-case-study-section="system"] .qa-pilot-deliverables-grid {
    grid-template-columns: 1fr;
  }

  .case-study-detail-page [data-case-study-section="system"] .qa-pilot-deliverables-shell {
    padding: 24px;
    border-radius: 24px;
  }

  .case-study-detail-page [data-case-study-section="system"] .tp-counter-cst-bridge {
    padding-bottom: 24px;
  }

  .case-study-detail-page [data-case-study-section="intervention"] .tp-service-cst-insight-card,
  .case-study-detail-page [data-case-study-section="system"] .tp-service-cst-insight-card {
    min-height: auto;
  }

  .industry-risk-section .industry-risk-grid {
    grid-template-columns: 1fr;
    border-radius: 20px;
  }

  .industry-leverage-shell,
  .industry-proof-result-card,
  .industry-comparison-card div,
  .industry-leverage-card,
  .industry-related-service-card,
  .industry-proof-pass,
  .industry-why-us-card {
    padding: 26px;
  }

  .industry-comparison-card {
    border-radius: 22px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .14), 0 1px 0 rgba(255, 255, 255, .4);
  }

  .industry-comparison-bridge {
    margin-bottom: 36px;
  }

  .industry-related-service-card {
    grid-template-columns: 1fr;
  }

  .industry-related-service-link {
    width: 42px;
    height: 42px;
  }

  .industry-proof-pass::before {
    inset: 18px auto 18px 72%;
  }

  .industry-proof-pass::after {
    right: 20px;
    bottom: 20px;
    width: clamp(58px, 18vw, 82px);
    height: 22px;
  }

  .industry-proof-pass .tp-service-cst-pass-eyebrow,
  .industry-proof-pass .tp-service-cst-pass-meta {
    max-width: min(70%, calc(100% - 76px));
  }

  .industry-why-us-card {
    grid-template-columns: 1fr;
  }

  .industry-why-us-card h3,
  .industry-why-us-card p {
    grid-column: auto;
  }
}

@media (max-width: 575px) {
  .case-study-detail-page .case-study-situation-shell,
  .case-study-detail-page [data-case-study-section="system"] .qa-pilot-deliverables-shell {
    padding: 22px 18px;
  }

  .industry-comparison-card div:nth-child(3) {
    margin-top: -1px;
    margin-bottom: -1px;
    border-radius: 0 0 22px 22px;
    box-shadow: 0 -3px 9px rgba(18, 40, 56, .038), 0 6px 14px rgba(18, 40, 56, .06), 0 0 0 1px rgba(168, 232, 255, .1);
  }

  .industry-comparison-card div:nth-child(3)::before,
  .industry-comparison-card div:nth-child(3)::after {
    right: 0;
    left: 0;
    border-radius: 0 0 22px 22px;
  }

  .industry-comparison-card div:nth-child(3)::after {
    display: none;
  }

  .case-study-detail-page .case-study-situation-flow-card {
    flex-direction: column;
  }

  .case-study-detail-page .case-study-situation-note p {
    font-size: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .case-study-detail-page .tp-live-anim-spin,
  .case-study-detail-page .upslide-1,
  .case-study-detail-page .tp-text-perspective,
  .case-study-detail-page .tp-btn-switch-animation,
  .case-study-detail-page .tp-btn-switch-animation * {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}