:root {
  --navy: #0b2550;
  --green: #55bc6d;
  --green-dark: #107528;
  --blue: #003d87;
  --blue-deep: #002654;
  --text: #ffffff;
  --text-muted: #333333;
  --max: 1440px;
  --content: 1343px;
  --accent: var(--green);
  --accent-light: #60b4f9;
  --hero-gradient: linear-gradient(57.33deg, #0b2550 18.96%, #55bc6d 132.92%);
  --case-back-bar-bg: linear-gradient(90deg, #0b2550 0%, #0b2550 58%, #2a5b51 78%, #55bc6d 100%);
  --icon-bg: #e5f5e8;
  --persona-bg: rgba(85, 188, 109, 0.4);
  --persona-border: #55bc6d;
  --link: var(--green);
}

.case-study-page.wallet {
  --accent: #ff3130;
  --accent-light: #60b4f9;
  --hero-gradient: linear-gradient(57.33deg, #0b2550 18.96%, #da3f41 132.92%);
  --case-back-bar-bg: linear-gradient(90deg, #0b2550 0%, #0b2550 58%, #8b2d2e 78%, #da3f41 100%);
  --icon-bg: #fde8e1;
  --persona-bg: #fde8e1;
  --persona-border: #60b4f9;
  --link: #60b4f9;
}

.case-study-page.feedback {
  --accent: #168aad;
  --accent-light: #00a8a8;
  --hero-gradient: #ffffff;
  --case-back-bar-bg: linear-gradient(90deg, #0b2550 0%, #0b2550 58%, #2a5b51 78%, #55bc6d 100%);
  --text: #515151;
  --text-muted: #515151;
  --navy: #ffffff;
  --link: #168aad;
}

body.case-study-page.gsrtc {
  --accent: #60b4f9;
  --accent-light: #a3b3ff;
  --gsrtc-blue: #143094;
  --hero-gradient: #143094;
  --case-back-bar-bg: linear-gradient(90deg, #143094 0%, #143094 58%, #2a5b51 78%, #55bc6d 100%);
  --link: #a3b3ff;
}

body.case-study-page.surveysnest {
  --sn-teal-dark: #054245;
  --sn-teal-mid: #065256;
  --sn-teal-deep: #023133;
  --sn-teal-accent: #4bacb1;
  --sn-teal-bar: #0a7a80;
  --sn-teal-muted: #65acaf;
  --sn-navy: #031c38;
  --sn-body: #48474a;
  --sn-persona-blue: #96dcf2;
  --sn-persona-cream: #f7e7d9;
  --sn-journey-border: #89bccd;
  --sn-gradient: linear-gradient(-11deg, rgb(5, 66, 69) 31.6%, rgb(10, 122, 128) 126.25%);
  --case-back-bar-bg: linear-gradient(90deg, #0b2550 0%, #0b2550 58%, #2a5b51 78%, #55bc6d 100%);
  background: #ffffff;
  color: #000000;
  font-family: "Montserrat", sans-serif;
}

.case-study-page.surveysnest .case-back-btn {
  border-color: #808080;
}

.cs-hero.gsrtc-hero {
  position: relative;
  width: 100%;
  min-width: 100%;
  height: 873px;
  min-height: 873px;
  max-height: 873px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: block;
  background: var(--gsrtc-blue);
}

.cs-hero.gsrtc-hero .cs-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1440px, 100%);
  height: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.gsrtc-hero-copy {
  width: min(682px, calc(100% - 48px));
  padding: 555px 0 0 118px;
  box-sizing: border-box;
}

.gsrtc-hero-copy h1 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.21;
  letter-spacing: 0;
}

.gsrtc-hero-white {
  color: #ffffff;
}

.gsrtc-hero-muted {
  color: #a8a8a8;
}

.gsrtc-hero-phones {
  position: absolute;
  top: 0;
  right: 0;
  width: min(679px, 47.15vw);
  height: 873px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
}

.gsrtc-hero-phones-composite {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top right;
}

.gsrtc-intro-fallback {
  display: none;
}

.gsrtc-about {
  width: 100%;
  background: #ffffff;
  overflow: hidden;
}

.gsrtc-about-inner {
  position: relative;
  width: min(1440px, 100%);
  height: 602px;
  margin: 0 auto;
}

.gsrtc-about-head {
  position: absolute;
  z-index: 3;
  left: 128px;
  top: 71px;
  width: min(1185px, calc(100% - 256px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.gsrtc-about-title-wrap {
  display: flex;
  align-items: center;
  gap: 34px;
  flex: 1;
  min-width: 0;
}

.gsrtc-about-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.gsrtc-about-muted {
  color: #787878;
}

.gsrtc-about-accent {
  color: #143094;
}

.gsrtc-about-line {
  display: block;
  flex: 0 1 359px;
  width: min(359px, 28vw);
  height: auto;
}

.gsrtc-about-num {
  flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  color: #787878;
}

.gsrtc-about-body {
  position: absolute;
  z-index: 3;
  left: 128px;
  top: 187px;
  width: min(742px, calc(100% - 256px));
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  color: #333333;
}

.gsrtc-about-scene {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 280px;
  width: 100%;
  height: 322px;
  overflow: hidden;
  line-height: 0;
}

.gsrtc-about-scene-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.gsrtc-about-fallback {
  display: none;
}

.gsrtc-brief {
  width: 100%;
  background: #ffffff;
  overflow: hidden;
}

.gsrtc-brief-inner {
  position: relative;
  width: min(1440px, 100%);
  height: 612px;
  margin: 0 auto;
}

.gsrtc-brief-head {
  position: absolute;
  z-index: 2;
  left: 128px;
  top: 71px;
  width: min(1185px, calc(100% - 256px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.gsrtc-brief-num {
  flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  color: #787878;
}

.gsrtc-brief-title-wrap {
  display: flex;
  align-items: center;
  gap: 34px;
  flex-shrink: 0;
}

.gsrtc-brief-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.gsrtc-brief-accent {
  color: #143094;
}

.gsrtc-brief-dark {
  color: #333333;
}

.gsrtc-brief-line {
  display: block;
  flex: 0 0 auto;
  width: min(359px, 28vw);
  height: auto;
}

.gsrtc-brief-body {
  position: absolute;
  z-index: 2;
  left: 384px;
  top: 194px;
  width: min(929px, calc(100% - 512px));
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  color: #333333;
  text-align: right;
}

.gsrtc-brief-body strong {
  font-weight: 700;
  color: #73bafc;
}

.gsrtc-brief-watermark {
  position: absolute;
  z-index: 1;
  left: -43px;
  top: 383px;
  width: 763px;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2;
  color: rgba(204, 212, 236, 0.4);
  pointer-events: none;
}

.gsrtc-brief-fallback {
  display: none;
}

.gsrtc-research {
  width: 100%;
  background: #ffffff;
  overflow: hidden;
}

.gsrtc-research-inner {
  position: relative;
  width: min(1440px, 100%);
  height: 1942px;
  margin: 0 auto;
}

.gsrtc-research-head {
  position: absolute;
  z-index: 2;
  left: 128px;
  top: 71px;
  width: min(1185px, calc(100% - 256px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.gsrtc-research-title-wrap {
  display: flex;
  align-items: center;
  gap: 34px;
  flex: 1;
  min-width: 0;
}

.gsrtc-research-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.gsrtc-research-muted {
  color: #787878;
}

.gsrtc-research-accent {
  color: #143094;
}

.gsrtc-research-line {
  display: block;
  flex: 0 1 359px;
  width: min(359px, 28vw);
  height: auto;
}

.gsrtc-research-num {
  flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  color: #787878;
}

.gsrtc-research-tagline {
  position: absolute;
  z-index: 1;
  left: 861px;
  top: 125px;
  width: 613px;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2;
  text-align: right;
  color: rgba(204, 212, 236, 0.4);
  pointer-events: none;
}

.gsrtc-persona-icon {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 98px;
  height: 98px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 49px;
  background: #000000;
  box-shadow: 4px 4px 5.2px rgba(109, 157, 201, 0.25);
}

.gsrtc-persona-icon img {
  display: block;
  width: 64px;
  height: 64px;
  object-fit: cover;
}

.gsrtc-persona-icon--commuter {
  left: 306px;
  top: 358px;
}

.gsrtc-persona-icon--senior {
  left: 305px;
  top: 1152px;
}

.gsrtc-persona-icon--tourist {
  left: 1039px;
  top: 358px;
}

.gsrtc-persona-icon--logistics {
  left: 1038px;
  top: 1152px;
}

.gsrtc-research-grid {
  position: absolute;
  z-index: 2;
  left: 128px;
  top: 428px;
  display: grid;
  grid-template-columns: 452px 452px;
  grid-template-rows: 644px 644px;
  column-gap: 281px;
  row-gap: 159px;
}

.gsrtc-research-grid .gsrtc-persona-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 452px;
  height: 644px;
  padding: 40px 30px 22px;
  box-sizing: border-box;
  border-radius: 20px;
  background: rgba(182, 220, 255, 0.7);
}

.gsrtc-persona-name {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #143094;
}

.gsrtc-persona-block {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.gsrtc-persona-block + .gsrtc-persona-block {
  margin-top: 5px;
}

.gsrtc-persona-label {
  margin: 0;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #000000;
}

.gsrtc-persona-panel {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 20px;
  background: #ffffff;
}

.gsrtc-persona-panel--problems {
  min-height: 212px;
}

.gsrtc-persona-panel--tasks {
  min-height: 178px;
}

.gsrtc-persona-panel ul {
  margin: 0;
  padding: 0 0 0 33px;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  color: #000000;
}

.gsrtc-persona-panel li + li {
  margin-top: 0;
}

.gsrtc-research-fallback {
  display: none;
}

.gsrtc-process {
  width: 100%;
  background: #ffffff;
  overflow: hidden;
}

.gsrtc-process-inner {
  position: relative;
  width: min(1440px, 100%);
  height: 1562px;
  margin: 0 auto;
}

.gsrtc-process-head {
  position: absolute;
  z-index: 2;
  left: 128px;
  top: 71px;
  width: min(1185px, calc(100% - 256px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.gsrtc-process-num {
  flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  color: #787878;
}

.gsrtc-process-title-wrap {
  display: flex;
  align-items: center;
  gap: 34px;
  flex-shrink: 0;
}

.gsrtc-process-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.gsrtc-process-accent {
  color: #143094;
}

.gsrtc-process-dark {
  color: #333333;
}

.gsrtc-process-line {
  display: block;
  flex: 0 0 auto;
  width: min(359px, 28vw);
  height: auto;
}

.gsrtc-process-flow {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 190px;
  display: block;
  width: 100%;
  height: auto;
}

.gsrtc-process-fallback {
  display: none;
}

.gsrtc-problems {
  width: 100%;
  background: #ffffff;
  overflow: hidden;
}

.gsrtc-problems-inner {
  position: relative;
  width: min(1440px, 100%);
  height: 2866px;
  margin: 0 auto;
}

.gsrtc-problems-head {
  position: absolute;
  z-index: 2;
  left: 128px;
  top: 71px;
  width: min(1185px, calc(100% - 256px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.gsrtc-problems-title-wrap {
  display: flex;
  align-items: center;
  gap: 34px;
  flex: 1;
  min-width: 0;
}

.gsrtc-problems-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.gsrtc-problems-muted {
  color: #787878;
}

.gsrtc-problems-accent {
  color: #143094;
}

.gsrtc-problems-line {
  display: block;
  flex: 0 1 359px;
  width: min(359px, 28vw);
  height: auto;
}

.gsrtc-problems-num {
  flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  color: #787878;
}

.gsrtc-problems-audit {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 125px;
  width: 100%;
  height: 1218px;
  background: rgba(204, 212, 236, 0.4);
}

.gsrtc-problems-audit-img {
  display: block;
  width: 100%;
  height: auto;
}

.gsrtc-problems-heuristic-lead {
  position: absolute;
  z-index: 2;
  left: 137px;
  top: 1405px;
  width: min(994px, calc(100% - 274px));
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #333333;
}

.gsrtc-problems-heuristic-accent {
  font-weight: 700;
  color: #143094;
}

.gsrtc-problems-heuristic {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 1457px;
  width: 100%;
}

.gsrtc-problems-heuristic-img {
  display: block;
  width: 100%;
  height: auto;
}

.gsrtc-problems-summary {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 2649px;
  width: 100%;
  height: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ccd4ec;
}

.gsrtc-problems-summary p {
  width: min(1185px, calc(100% - 256px));
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  color: #333333;
}

.gsrtc-problems-fallback {
  display: none;
}

.gsrtc-mindmap {
  width: 100%;
  background: #ffffff;
  overflow: hidden;
}

.gsrtc-mindmap-inner {
  position: relative;
  width: min(1440px, 100%);
  height: 2102px;
  margin: 0 auto;
}

.gsrtc-mindmap-head {
  position: absolute;
  z-index: 2;
  left: 128px;
  top: 71px;
  width: min(1185px, calc(100% - 256px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.gsrtc-mindmap-num {
  flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  color: #787878;
}

.gsrtc-mindmap-title-wrap {
  display: flex;
  align-items: center;
  gap: 34px;
  flex-shrink: 0;
}

.gsrtc-mindmap-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.gsrtc-mindmap-muted {
  color: #787878;
}

.gsrtc-mindmap-accent {
  color: #143094;
}

.gsrtc-mindmap-line {
  display: block;
  flex: 0 0 auto;
  width: min(359px, 28vw);
  height: auto;
}

.gsrtc-mindmap-desc {
  position: absolute;
  z-index: 2;
  left: 127px;
  top: 164px;
  width: min(1185px, calc(100% - 254px));
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6;
  color: #333333;
}

.gsrtc-mindmap-legend {
  position: absolute;
  z-index: 3;
  right: 128px;
  top: 290px;
  display: block;
  width: 170px;
  height: auto;
  background: #ffffff;
}

.gsrtc-mindmap-diagram {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 342px;
  display: block;
  width: 100%;
  height: auto;
}

.gsrtc-mindmap-fallback {
  display: none;
}

.gsrtc-persona {
  width: 100%;
  background: #ffffff;
  overflow: hidden;
}

.gsrtc-persona-inner {
  position: relative;
  width: min(1440px, 100%);
  height: 3591px;
  margin: 0 auto;
}

.gsrtc-persona-head {
  position: absolute;
  z-index: 2;
  left: 128px;
  top: 71px;
  width: min(1185px, calc(100% - 256px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.gsrtc-persona-title-wrap {
  display: flex;
  align-items: center;
  gap: 34px;
  flex: 1;
  min-width: 0;
}

.gsrtc-persona-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.gsrtc-persona-accent {
  color: #143094;
}

.gsrtc-persona-dark {
  color: #333333;
}

.gsrtc-persona-line {
  display: block;
  flex: 0 1 359px;
  width: min(359px, 28vw);
  height: auto;
}

.gsrtc-persona-num {
  flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  color: #787878;
}

.gsrtc-persona-daily {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 178px;
  width: 100%;
  height: 667px;
}

.gsrtc-persona-daily-bg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 667px;
  background: url("./assets/case-studies/gsrtc/persona-daily-gradient.png") no-repeat top center / 100% 667px;
  pointer-events: none;
}

.gsrtc-persona-daily-hero {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: auto;
}

.gsrtc-persona-daily .gsrtc-persona-bio--dia {
  top: 485px;
}

.gsrtc-persona-daily-details {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 898px;
  width: 100%;
  height: 1156px;
}

.gsrtc-persona-daily-grid {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 129px;
  display: grid;
  grid-template-columns: repeat(2, min(582px, calc((100% - 20px) / 2)));
  grid-template-rows: 172px 137px;
  column-gap: 20px;
  row-gap: 23px;
  width: min(1184px, calc(100% - 257px));
}

.gsrtc-persona-daily-grid .gsrtc-persona-detail-card,
.gsrtc-persona-tourist-grid .gsrtc-persona-detail-card {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  border: 5px solid #76b1ea;
  border-radius: 23px;
  padding: 16px;
  background-color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  line-height: 1.6;
  color: #333333;
}

.gsrtc-persona-daily-grid .gsrtc-persona-detail-card--goals-dia {
  grid-column: 1;
  grid-row: 1;
  min-height: 172px;
}

.gsrtc-persona-daily-grid .gsrtc-persona-detail-card--frustrations-dia {
  grid-column: 2;
  grid-row: 1 / span 2;
  min-height: 332px;
}

.gsrtc-persona-daily-grid .gsrtc-persona-detail-card--keywords-dia {
  grid-column: 1;
  grid-row: 2;
  min-height: 137px;
}

.gsrtc-persona-daily-details .gsrtc-persona-roleplay--dia {
  z-index: 2;
  top: 350px;
  left: 126px;
  width: min(1188px, calc(100% - 252px));
}

.gsrtc-persona-tourist {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 2181px;
  width: 100%;
  height: 667px;
}

.gsrtc-persona-tourist-bg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 667px;
  background: url("./assets/case-studies/gsrtc/persona-tourist-gradient.png") no-repeat top center / 100% 667px;
  pointer-events: none;
}

.gsrtc-persona-tourist-hero {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: auto;
}

.gsrtc-persona-tourist .gsrtc-persona-bio--aashish {
  top: 485px;
}

.gsrtc-persona-tourist-details {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 2887px;
  width: 100%;
  height: 704px;
}

.gsrtc-persona-tourist-details .gsrtc-persona-narrative--aashish {
  position: absolute;
  top: 0;
  left: 128px;
  width: min(1184px, calc(100% - 256px));
  margin: 0;
}

.gsrtc-persona-tourist-grid {
  position: absolute;
  z-index: 2;
  top: 266px;
  left: 128px;
  display: grid;
  grid-template-columns: repeat(2, min(582px, calc((100% - 20px) / 2)));
  grid-template-rows: 164px 130px;
  column-gap: 20px;
  row-gap: 22px;
  width: min(1184px, calc(100% - 256px));
}

.gsrtc-persona-tourist-grid .gsrtc-persona-detail-card--goals-aashish {
  grid-column: 1;
  grid-row: 1;
  min-height: 164px;
}

.gsrtc-persona-tourist-grid .gsrtc-persona-detail-card--frustrations-aashish {
  grid-column: 2;
  grid-row: 1 / span 2;
  min-height: 316px;
}

.gsrtc-persona-tourist-grid .gsrtc-persona-detail-card--keywords-aashish {
  grid-column: 1;
  grid-row: 2;
  min-height: 130px;
}

.gsrtc-persona-detail-card-title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
}

.gsrtc-persona-detail-card ul {
  margin: 0;
  padding-left: 1.35em;
}

.gsrtc-persona-detail-card li {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.6;
}

.gsrtc-persona-detail-card p {
  margin: 0;
  font-weight: 400;
  line-height: 1.6;
}

.gsrtc-persona-bio {
  position: absolute;
  z-index: 2;
  left: 128px;
  width: min(457px, calc(100% - 256px));
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.gsrtc-persona-bio--dia {
  top: 663px;
}

.gsrtc-persona-bio--aashish {
  top: 2666px;
}

.gsrtc-persona-name-wrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.gsrtc-persona-name {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  color: #000000;
}

.gsrtc-persona-name-line {
  display: block;
  width: 219px;
  height: auto;
}

.gsrtc-persona-details {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  color: #333333;
}

.gsrtc-persona-roleplay {
  position: absolute;
  z-index: 2;
  left: 128px;
  top: 1248px;
  width: min(1188px, calc(100% - 256px));
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  line-height: 1.4;
  color: #333333;
}

.gsrtc-persona-roleplay-title {
  margin: 0 0 1.4em;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}

.gsrtc-persona-roleplay p {
  margin: 0;
  font-weight: 400;
  line-height: 1.4;
}

.gsrtc-persona-roleplay p + p {
  margin-top: 1.4em;
}

.gsrtc-persona-highlight {
  font-weight: 600;
  color: #1984e7;
}

.gsrtc-persona-watermark {
  position: absolute;
  z-index: 0;
  margin: 0;
  pointer-events: none;
  display: block;
  height: auto;
}

.gsrtc-persona-daily-details .gsrtc-persona-watermark--dia {
  top: 1096px;
  left: 920px;
  width: 520px;
  max-width: calc(100% - 920px);
}

.gsrtc-persona-narrative {
  position: absolute;
  z-index: 2;
  left: 128px;
  top: 2887px;
  width: min(1184px, calc(100% - 256px));
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  color: #333333;
}

.gsrtc-persona-fallback {
  display: none;
}

.gsrtc-requirements {
  width: 100%;
  background: #ffffff;
  overflow: hidden;
}

.gsrtc-requirements-inner {
  position: relative;
  width: min(1440px, 100%);
  height: 1006px;
  margin: 0 auto;
}

.gsrtc-requirements-head {
  position: absolute;
  z-index: 2;
  left: 128px;
  top: 71px;
  width: min(1185px, calc(100% - 256px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.gsrtc-requirements-num {
  flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  color: #787878;
}

.gsrtc-requirements-title-wrap {
  display: flex;
  align-items: center;
  gap: 34px;
  flex-shrink: 0;
}

.gsrtc-requirements-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.gsrtc-requirements-accent {
  color: #143094;
}

.gsrtc-requirements-dark {
  color: #333333;
}

.gsrtc-requirements-line {
  display: block;
  flex: 0 0 auto;
  width: min(359px, 28vw);
  height: auto;
}

.gsrtc-requirements-visual {
  position: absolute;
  z-index: 1;
  left: 400px;
  top: 158px;
  display: block;
  width: min(1040px, calc(100% - 400px));
  height: auto;
}

.gsrtc-requirements-content {
  position: absolute;
  z-index: 2;
  left: 128px;
  top: 217px;
  width: min(632px, calc(100% - 256px));
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: #ffffff;
}

.gsrtc-requirements-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.gsrtc-requirements-block-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}

.gsrtc-requirements-block--primary .gsrtc-requirements-block-title {
  color: #143094;
}

.gsrtc-requirements-block--secondary .gsrtc-requirements-block-title {
  color: #1984e7;
}

.gsrtc-requirements-block--tertiary .gsrtc-requirements-block-title {
  color: #b6dcff;
}

.gsrtc-requirements-block ul {
  margin: 0;
  padding-left: 1.5em;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  color: #333333;
}

.gsrtc-requirements-block li {
  margin-bottom: 0;
}

.gsrtc-requirements-fallback {
  display: none;
}

.gsrtc-goals {
  width: 100%;
  background: #ffffff;
  overflow: hidden;
}

.gsrtc-goals-inner {
  position: relative;
  width: min(1440px, 100%);
  height: 1671px;
  margin: 0 auto;
}

.gsrtc-goals-head {
  position: absolute;
  z-index: 2;
  left: 128px;
  top: 71px;
  width: min(1185px, calc(100% - 256px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.gsrtc-goals-title-wrap {
  display: flex;
  align-items: center;
  gap: 34px;
  flex: 1;
  min-width: 0;
}

.gsrtc-goals-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.gsrtc-goals-accent {
  color: #143094;
}

.gsrtc-goals-dark {
  color: #333333;
}

.gsrtc-goals-line {
  display: block;
  flex: 0 1 359px;
  width: min(359px, 28vw);
  height: auto;
}

.gsrtc-goals-num {
  flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  color: #787878;
}

.gsrtc-goals-watermark {
  position: absolute;
  z-index: 1;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2;
  color: rgba(204, 212, 236, 0.4);
  pointer-events: none;
}

.gsrtc-goals-watermark--goals {
  right: 128px;
  top: 591px;
  width: 184px;
  text-align: right;
}

.gsrtc-goals-watermark--tasks {
  left: 128px;
  top: 906px;
  width: 169px;
  text-align: right;
}

.gsrtc-goals-diagram {
  position: absolute;
  z-index: 2;
  left: 272px;
  top: 241px;
  display: block;
  width: min(898px, calc(100% - 544px));
  height: auto;
}

.gsrtc-goals-list {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 762px;
  width: 100%;
  height: 217px;
}

.gsrtc-goal {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  text-align: center;
}

.gsrtc-goal--1 {
  left: 271px;
  width: 291px;
}

.gsrtc-goal--2 {
  left: 50%;
  transform: translateX(-50%);
  width: 279px;
}

.gsrtc-goal--3 {
  right: 293px;
  width: 254px;
}

.gsrtc-goal-label {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.68px;
}

.gsrtc-goal--1 .gsrtc-goal-label {
  color: #a700a9;
}

.gsrtc-goal--2 .gsrtc-goal-label {
  color: #d17601;
}

.gsrtc-goal--3 .gsrtc-goal-label {
  color: #69c008;
}

.gsrtc-goal-text {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 1.32px;
  color: #333333;
}

.gsrtc-tasks-grid {
  position: absolute;
  z-index: 2;
  left: 126px;
  top: 1110px;
  width: min(1185px, calc(100% - 252px));
  display: grid;
  grid-template-columns: repeat(3, 341px);
  gap: 81px;
  justify-content: space-between;
}

.gsrtc-task {
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%;
}

.gsrtc-task-card {
  box-sizing: border-box;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 341px;
  border: 5px solid #1984e7;
  border-radius: 21px;
  padding: 23px;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  color: #333333;
}

.gsrtc-task-card p {
  margin: 0;
  text-align: center;
}

.gsrtc-task-card ul {
  margin: 0;
  padding-left: 1.5em;
  width: 100%;
}

.gsrtc-task-card li {
  margin-bottom: 0;
}

.gsrtc-task-label {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  color: #1984e7;
}

.gsrtc-goals-fallback {
  display: none;
}

.gsrtc-competitive {
  width: 100%;
  background: #ffffff;
  overflow: hidden;
}

.gsrtc-competitive-inner {
  position: relative;
  width: min(1440px, 100%);
  height: 3050px;
  margin: 0 auto;
}

.gsrtc-competitive-head {
  position: absolute;
  z-index: 2;
  left: 128px;
  top: 71px;
  width: min(1185px, calc(100% - 256px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.gsrtc-competitive-num {
  flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  color: #787878;
}

.gsrtc-competitive-title-wrap {
  display: flex;
  align-items: center;
  gap: 34px;
  flex-shrink: 0;
}

.gsrtc-competitive-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.gsrtc-competitive-accent {
  color: #143094;
}

.gsrtc-competitive-dark {
  color: #333333;
}

.gsrtc-competitive-line {
  display: block;
  flex: 0 0 auto;
  width: min(359px, 28vw);
  height: auto;
}

.gsrtc-competitive-subtitle {
  position: absolute;
  z-index: 2;
  right: 128px;
  top: 130px;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
  text-align: right;
  text-transform: lowercase;
  color: #1984e7;
}

.gsrtc-competitive-tables {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 266px;
  display: block;
  width: 100%;
  height: auto;
}

.gsrtc-competitive-watermark {
  position: absolute;
  z-index: 2;
  right: 128px;
  top: 2068px;
  width: min(712px, calc(100% - 256px));
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2;
  text-align: right;
  color: rgba(204, 212, 236, 0.4);
  pointer-events: none;
}

.gsrtc-competitive-learnings {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 2284px;
  width: 100%;
  height: 645px;
  box-sizing: border-box;
  padding: 41px 128px 0;
  background: rgba(195, 225, 254, 0.7);
}

.gsrtc-competitive-learnings-head {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: min(1186px, 100%);
  margin-bottom: 32px;
}

.gsrtc-competitive-learnings-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
  color: #000000;
}

.gsrtc-competitive-learnings-line {
  display: block;
  width: 100%;
  max-width: 1195px;
  height: auto;
}

.gsrtc-competitive-learnings-list {
  width: min(1186px, 100%);
  margin: 0;
  padding-left: 1.5em;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  color: #333333;
}

.gsrtc-competitive-learnings-list li {
  margin-bottom: 18px;
}

.gsrtc-competitive-learnings-list li:last-child {
  margin-bottom: 0;
}

.gsrtc-competitive-learnings-list strong {
  font-weight: 700;
}

.gsrtc-competitive-fallback {
  display: none;
}

.gsrtc-swot {
  width: 100%;
  background: #ffffff;
  overflow: hidden;
}

.gsrtc-swot-inner {
  position: relative;
  width: min(1440px, 100%);
  height: 909px;
  margin: 0 auto;
}

.gsrtc-swot-head {
  position: absolute;
  z-index: 2;
  left: 128px;
  top: 71px;
  width: min(1185px, calc(100% - 256px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.gsrtc-swot-title-wrap {
  display: flex;
  align-items: center;
  gap: 34px;
  flex-shrink: 0;
}

.gsrtc-swot-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.gsrtc-swot-accent {
  color: #143094;
}

.gsrtc-swot-dark {
  color: #333333;
}

.gsrtc-swot-line {
  display: block;
  flex: 0 0 auto;
  width: min(359px, 28vw);
  height: auto;
}

.gsrtc-swot-num {
  flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  color: #787878;
}

.gsrtc-swot-board {
  position: absolute;
  z-index: 2;
  left: 145px;
  top: 221px;
  width: min(1149px, calc(100% - 290px));
}

.gsrtc-swot-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 212fr) minmax(0, 329fr) minmax(0, 342fr) minmax(0, 266fr);
  width: 100%;
  min-height: 566px;
}

.gsrtc-swot-grid::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 58px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #143094;
  pointer-events: none;
}

.gsrtc-swot-column {
  box-sizing: border-box;
  min-width: 0;
  padding: 0 16px 0 0;
}

.gsrtc-swot-column:not(:last-child) {
  border-right: 3px solid #143094;
}

.gsrtc-swot-column-title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  margin: 0;
  padding: 0 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #143094;
}

.gsrtc-swot-list {
  margin: 26px 0 0;
  padding: 0 0 0 1.5em;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  color: #333333;
}

.gsrtc-swot-list li {
  margin-bottom: 0;
}

.gsrtc-swot-list li + li {
  margin-top: 0;
}

.gsrtc-swot-list strong {
  font-weight: 700;
  color: #1984e7;
}

.gsrtc-swot-fallback {
  display: none;
}

.gsrtc-taskflow {
  width: 100%;
  background: #ffffff;
  overflow: hidden;
}

.gsrtc-taskflow-inner {
  position: relative;
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: 71px 128px 80px;
  box-sizing: border-box;
}

.gsrtc-taskflow-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 95px;
}

.gsrtc-taskflow-num {
  flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  color: #787878;
}

.gsrtc-taskflow-title-wrap {
  display: flex;
  align-items: center;
  gap: 34px;
  flex-shrink: 0;
}

.gsrtc-taskflow-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.gsrtc-taskflow-accent {
  color: #143094;
}

.gsrtc-taskflow-dark {
  color: #333333;
}

.gsrtc-taskflow-line {
  display: block;
  flex: 0 0 auto;
  width: min(359px, 28vw);
  height: auto;
}

.gsrtc-taskflow-section + .gsrtc-taskflow-section {
  margin-top: 96px;
}

.gsrtc-taskflow-section-head {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 83px;
}

.gsrtc-taskflow-section-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  color: #000000;
}

.gsrtc-taskflow-section-line {
  display: block;
  width: 100%;
  max-width: 1195px;
  height: auto;
}

.gsrtc-taskflow-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 328px) minmax(0, 335px);
  justify-content: space-between;
  gap: 0 48px;
  width: 100%;
  max-width: 1195px;
}

.gsrtc-taskflow-panel::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  transform: translateX(-50%);
  background: #143094;
  pointer-events: none;
}

.gsrtc-taskflow-col {
  min-width: 0;
}

.gsrtc-taskflow-col-title {
  margin: 0 0 48px;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #1984e7;
}

.gsrtc-flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.gsrtc-flow-trigger {
  margin: 0;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  color: #143094;
}

.gsrtc-flow-arrow {
  display: block;
  width: 37px;
  height: 37px;
  transform: rotate(90deg);
}

.gsrtc-flow-step {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 4px;
  width: 100%;
}

.gsrtc-flow-step-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  color: #143094;
}

.gsrtc-flow-step-box {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 12px 10px;
  border: 2px solid #143094;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  color: #333333;
}

.gsrtc-flow-step-box p {
  margin: 0;
}

.gsrtc-flow-analysis {
  margin-top: 48px;
}

.gsrtc-flow-analysis-block + .gsrtc-flow-analysis-block {
  margin-top: 40px;
}

.gsrtc-flow-analysis-title {
  margin: 0 0 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  color: #143094;
}

.gsrtc-flow-analysis-list {
  margin: 0;
  padding-left: 1.5em;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  color: #333333;
}

.gsrtc-flow-analysis-list li + li {
  margin-top: 0;
}

.gsrtc-taskflow-watermark {
  margin: 48px 0 0 -158px;
  max-width: 516px;
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2;
  color: rgba(204, 212, 236, 0.4);
  pointer-events: none;
}

.gsrtc-taskflow-feedback-list {
  position: relative;
  margin: 0;
  padding: 0 0 0 96px;
  list-style: none;
}

.gsrtc-taskflow-feedback-list::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 17px;
  width: 3px;
  background: #143094;
}

.gsrtc-taskflow-feedback-list li {
  position: relative;
  margin: 0;
  padding: 28px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.8;
  color: #333333;
}

.gsrtc-taskflow-feedback-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -96px;
  width: 36px;
  height: 36px;
  transform: translateY(-50%);
  background: url("./assets/case-studies/gsrtc/taskflow-dot.svg") center / contain no-repeat;
}

.gsrtc-taskflow-fallback {
  display: none;
}

.gsrtc-mockups {
  width: 100%;
  background: #ffffff;
  overflow: hidden;
}

.gsrtc-mockups-inner {
  position: relative;
  width: min(1440px, 100%);
  height: 1104px;
  margin: 0 auto;
}

.gsrtc-mockups-head {
  position: absolute;
  z-index: 2;
  left: 128px;
  top: 71px;
  width: min(1185px, calc(100% - 256px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.gsrtc-mockups-title-wrap {
  display: flex;
  align-items: center;
  gap: 34px;
  flex-shrink: 0;
}

.gsrtc-mockups-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.gsrtc-mockups-accent {
  color: #143094;
}

.gsrtc-mockups-dark {
  color: #333333;
}

.gsrtc-mockups-line {
  display: block;
  flex: 0 0 auto;
  width: min(359px, 28vw);
  height: auto;
}

.gsrtc-mockups-num {
  flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  color: #787878;
}

.gsrtc-mockups-board {
  position: absolute;
  z-index: 1;
  inset: 0;
}

.gsrtc-mockups-sketch {
  position: absolute;
  display: block;
  max-width: none;
  pointer-events: none;
}

.gsrtc-mockups-sketch--01 {
  left: 146px;
  top: 252px;
  width: 213px;
  height: 329px;
  object-fit: contain;
  object-position: bottom;
}

.gsrtc-mockups-sketch--02 {
  left: 372px;
  top: 252px;
  width: 226px;
  height: 320px;
  object-fit: cover;
}

.gsrtc-mockups-sketch--03 {
  left: 617px;
  top: 254px;
  width: 221px;
  height: 310px;
  object-fit: cover;
}

.gsrtc-mockups-sketch--04 {
  left: 859px;
  top: 254px;
  width: 211px;
  height: 316px;
  object-fit: cover;
}

.gsrtc-mockups-sketch--05 {
  left: 1096px;
  top: 260px;
  width: 216px;
  height: 674px;
  object-fit: cover;
}

.gsrtc-mockups-sketch--06 {
  left: 144px;
  top: 620px;
  width: 222px;
  height: 315px;
  object-fit: cover;
}

.gsrtc-mockups-sketch--07 {
  left: 879px;
  top: 619px;
  width: 182px;
  height: 315px;
  object-fit: cover;
}

.gsrtc-mockups-sketch--08a,
.gsrtc-mockups-sketch--08b {
  overflow: hidden;
}

.gsrtc-mockups-sketch--08a {
  left: 402px;
  top: 609px;
  width: 221px;
  height: 346px;
}

.gsrtc-mockups-sketch--08a img {
  position: absolute;
  left: 0;
  top: -0.15%;
  width: 100%;
  height: 206.37%;
  max-width: none;
}

.gsrtc-mockups-sketch--08b {
  left: 646px;
  top: 616px;
  width: 192px;
  height: 324px;
}

.gsrtc-mockups-sketch--08b img {
  position: absolute;
  left: 0;
  top: -90.76%;
  width: 100%;
  height: 190.89%;
  max-width: none;
}

.gsrtc-mockups-marker {
  position: absolute;
  display: block;
  max-width: none;
  pointer-events: none;
}

.gsrtc-mockups-marker--50 {
  left: 182px;
  top: 435px;
  width: 29px;
  height: 30px;
}

.gsrtc-mockups-marker--51 {
  left: 164px;
  top: 270px;
  width: 28px;
  height: 30px;
}

.gsrtc-mockups-marker--52a {
  left: 215px;
  top: 289px;
  width: 30px;
  height: 29px;
}

.gsrtc-mockups-marker--52b {
  left: 502px;
  top: 340px;
  width: 30px;
  height: 29px;
}

.gsrtc-mockups-marker--52c {
  left: 665px;
  top: 325px;
  width: 30px;
  height: 29px;
}

.gsrtc-mockups-marker--52d {
  left: 720px;
  top: 508px;
  width: 30px;
  height: 29px;
}

.gsrtc-mockups-marker--52e {
  left: 1007px;
  top: 437px;
  width: 30px;
  height: 29px;
}

.gsrtc-mockups-marker--53 {
  left: 312px;
  top: 435px;
  width: 30px;
  height: 30px;
}

.gsrtc-mockups-marker--63 {
  left: 309px;
  top: 643px;
  width: 31px;
  height: 30px;
}

.gsrtc-mockups-marker--65 {
  left: 738px;
  top: 296px;
  width: 31px;
  height: 29px;
}

.gsrtc-mockups-marker--69 {
  left: 1136px;
  top: 453px;
  width: 30px;
  height: 30px;
}

.gsrtc-mockups-marker--70a {
  left: 1150px;
  top: 636px;
  width: 31px;
  height: 29px;
}

.gsrtc-mockups-marker--70b {
  left: 748px;
  top: 900px;
  width: 31px;
  height: 29px;
}

.gsrtc-mockups-marker--71 {
  left: 1000px;
  top: 642px;
  width: 30px;
  height: 30px;
}

.gsrtc-mockups-marker--73a {
  left: 995px;
  top: 767px;
  width: 30px;
  height: 29px;
}

.gsrtc-mockups-marker--73b {
  left: 781px;
  top: 659px;
  width: 30px;
  height: 29px;
}

.gsrtc-mockups-marker--75 {
  left: 509px;
  top: 869px;
  width: 33px;
  height: 32px;
}

.gsrtc-mockups-legend {
  position: absolute;
  z-index: 2;
  left: 146px;
  top: 996px;
  display: flex;
  align-items: flex-end;
  gap: 25px;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  color: #333333;
}

.gsrtc-mockups-legend-dot {
  display: block;
  flex: 0 0 auto;
  width: 30px;
  height: 29px;
}

.gsrtc-mockups-fallback {
  display: none;
}

.gsrtc-iteration {
  width: 100%;
  background: #ffffff;
  overflow: hidden;
}

.gsrtc-iteration-inner {
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: 71px 128px 80px;
  box-sizing: border-box;
}

.gsrtc-iteration-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 60px;
}

.gsrtc-iteration-num {
  flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  color: #787878;
}

.gsrtc-iteration-title-wrap {
  display: flex;
  align-items: center;
  gap: 34px;
  flex-shrink: 0;
  min-width: 0;
}

.gsrtc-iteration-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-align: right;
}

.gsrtc-iteration-accent {
  color: #143094;
}

.gsrtc-iteration-dark {
  color: #333333;
}

.gsrtc-iteration-line {
  display: block;
  flex: 0 1 auto;
  width: min(359px, 28vw);
  height: auto;
}

.gsrtc-iteration-feedback {
  margin: 0 0 64px;
  padding: 0 0 0 33px;
  max-width: 1185px;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  color: #333333;
  list-style: decimal;
}

.gsrtc-iteration-feedback li + li {
  margin-top: 20px;
}

.gsrtc-iteration-feedback strong {
  font-weight: 700;
  color: #1984e7;
}

.gsrtc-iteration-subhead {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 64px;
}

.gsrtc-iteration-subhead-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  color: #000000;
}

.gsrtc-iteration-subline {
  display: block;
  width: 100%;
  height: auto;
}

.gsrtc-iteration-board {
  position: relative;
  width: 100%;
  max-width: 1184px;
  height: 560px;
  margin: 0 auto 80px;
}

.gsrtc-iteration-phone {
  position: absolute;
  display: block;
  width: 300px;
  height: auto;
  pointer-events: none;
}

.gsrtc-iteration-phone--home {
  left: 3.13%;
  top: 8px;
}

.gsrtc-iteration-phone--seats {
  left: 71.45%;
  top: 0;
}

.gsrtc-iteration-arrow {
  position: absolute;
  display: block;
  pointer-events: none;
}

.gsrtc-iteration-arrow--curve-a,
.gsrtc-iteration-arrow--curve-b,
.gsrtc-iteration-arrow--curve-c {
  width: 33px;
  height: 101px;
}

.gsrtc-iteration-arrow--tip-a,
.gsrtc-iteration-arrow--tip-b,
.gsrtc-iteration-arrow--tip-c {
  width: 10px;
  height: 12px;
}

.gsrtc-iteration-arrow--curve-a {
  left: 28.29%;
  top: 68px;
  transform: translate(-50%, -50%) rotate(109.25deg);
}

.gsrtc-iteration-arrow--curve-b {
  left: 28.29%;
  top: 311px;
  transform: translate(-50%, -50%) rotate(109.25deg);
}

.gsrtc-iteration-arrow--tip-a {
  left: 31.86%;
  top: 106px;
  transform: translate(-50%, -50%) rotate(92.39deg);
}

.gsrtc-iteration-arrow--tip-b {
  left: 31.86%;
  top: 349px;
  transform: translate(-50%, -50%) rotate(92.39deg);
}

.gsrtc-iteration-arrow--curve-c {
  left: 70.95%;
  top: 151px;
  transform: translate(-50%, -50%) rotate(70.75deg) scaleY(-1);
}

.gsrtc-iteration-arrow--tip-c {
  left: 67.37%;
  top: 189px;
  transform: translate(-50%, -50%) rotate(87.61deg) scaleY(-1);
}

.gsrtc-iteration-callout {
  position: absolute;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #333333;
  text-align: center;
  transform: translate(-50%, -50%);
}

.gsrtc-iteration-callout--hicks {
  left: 38.94%;
  top: 182px;
  width: 243px;
}

.gsrtc-iteration-callout--boarding {
  left: 64.19%;
  top: 271px;
  width: 180px;
}

.gsrtc-iteration-callout--filter {
  left: 39.02%;
  top: 395px;
  width: 241px;
}

.gsrtc-iteration-validation {
  position: relative;
  width: 100%;
  max-width: 1184px;
  height: 580px;
  margin: 0 auto;
}

.gsrtc-iteration-validation-photo {
  position: absolute;
  left: 1.27%;
  top: 0;
  display: block;
  width: 58.95%;
  max-width: 698px;
  height: auto;
  border-radius: 20px;
}

.gsrtc-iteration-validation-copy {
  position: absolute;
  left: 61.82%;
  top: 194px;
  transform: translateY(-50%);
  width: 37.08%;
  max-width: 439px;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  color: #333333;
}

.gsrtc-iteration-validation-copy p {
  margin: 0;
}

.gsrtc-iteration-validation-copy p + p {
  margin-top: 20px;
}

.gsrtc-iteration-watermark {
  position: absolute;
  left: 67.06%;
  top: 488px;
  width: 50.17%;
  max-width: 594px;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2;
  color: rgba(204, 212, 236, 0.4);
  transform: translateY(-50%);
  pointer-events: none;
}

.gsrtc-iteration-fallback {
  display: none;
}

.gsrtc-theme {
  width: 100%;
  background: #ffffff;
  overflow: hidden;
}

.gsrtc-theme-inner {
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: 71px 128px 80px;
  box-sizing: border-box;
}

.gsrtc-theme-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 96px;
}

.gsrtc-theme-title-wrap {
  display: flex;
  align-items: center;
  gap: 34px;
  flex-shrink: 0;
}

.gsrtc-theme-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.gsrtc-theme-accent {
  color: #143094;
}

.gsrtc-theme-dark {
  color: #333333;
}

.gsrtc-theme-line {
  display: block;
  flex: 0 0 auto;
  width: min(359px, 28vw);
  height: auto;
}

.gsrtc-theme-num {
  flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  color: #787878;
}

.gsrtc-theme-intro {
  margin-bottom: 68px;
}

.gsrtc-theme-font-name {
  margin: 0 0 46px;
  font-family: "Montserrat", sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
  color: #031c38;
}

.gsrtc-theme-font-desc {
  display: flex;
  align-items: center;
  gap: 40px;
}

.gsrtc-theme-intro-line {
  display: block;
  flex: 0 0 auto;
  width: 3px;
  height: 54px;
}

.gsrtc-theme-font-desc p {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  color: #48474a;
}

.gsrtc-theme-style-row {
  display: flex;
  align-items: flex-start;
  gap: 232px;
  margin-bottom: 80px;
}

.gsrtc-theme-block-title {
  margin: 0 0 40px;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: #031c38;
}

.gsrtc-theme-type {
  flex: 0 1 441px;
  min-width: 0;
}

.gsrtc-theme-type-name {
  margin: 0 0 16px;
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  color: #143094;
}

.gsrtc-theme-type-samples {
  display: flex;
  gap: 24px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #031c38;
}

.gsrtc-theme-type-alpha p,
.gsrtc-theme-type-numeric p {
  margin: 0;
}

.gsrtc-theme-type-alpha p + p,
.gsrtc-theme-type-numeric p + p {
  margin-top: 8px;
}

.gsrtc-theme-colours {
  flex: 0 1 516px;
  min-width: 0;
}

.gsrtc-theme-swatches {
  display: flex;
  align-items: flex-start;
  gap: 39px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gsrtc-theme-swatches li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 94px;
}

.gsrtc-theme-swatches li:last-child {
  width: 103px;
}

.gsrtc-theme-swatch-label {
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #48474a;
  text-align: center;
}

.gsrtc-theme-swatch-dot {
  display: block;
  width: 72px;
  height: 72px;
}

.gsrtc-theme-swatch-hex {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #48474a;
  white-space: nowrap;
}

.gsrtc-theme-components-board {
  display: block;
  width: 100%;
  max-width: 1191px;
  height: auto;
}

.gsrtc-theme-fallback {
  display: none;
}

/* ===== GSRTC — Final Design ===== */
.gsrtc-final {
  width: 100%;
  background: #ffffff;
}

.gsrtc-final-inner {
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: 71px 128px 0;
  box-sizing: border-box;
}

.gsrtc-final-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.gsrtc-final-num {
  flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  color: #787878;
}

.gsrtc-final-title-wrap {
  display: flex;
  align-items: center;
  gap: 34px;
  flex-shrink: 0;
}

.gsrtc-final-line {
  display: block;
  flex: 0 0 auto;
  width: min(359px, 28vw);
  height: auto;
}

.gsrtc-final-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.gsrtc-final-board {
  display: block;
  width: min(1440px, 100%);
  height: auto;
  margin: 24px auto 0;
}

.gsrtc-final-board--continued {
  margin-top: 0;
}

/* ===== GSRTC — Learnings & Takeaways ===== */
.gsrtc-learnings {
  width: 100%;
  background: #ffffff;
}

.gsrtc-learnings-inner {
  position: relative;
  width: min(1440px, 100%);
  min-height: 1472px;
  margin: 0 auto;
  padding: 71px 128px 0;
  box-sizing: border-box;
  overflow: hidden;
}

.gsrtc-learnings-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 44px;
}

.gsrtc-learnings-title-wrap {
  display: flex;
  align-items: center;
  gap: 34px;
  flex-shrink: 0;
}

.gsrtc-learnings-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.gsrtc-learnings-line {
  display: block;
  flex: 0 0 auto;
  width: min(359px, 28vw);
  height: auto;
}

.gsrtc-learnings-num {
  flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  color: #787878;
}

.gsrtc-learnings-list {
  margin: 0 0 44px;
  padding-left: 33px;
  max-width: 1185px;
  list-style: disc;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  color: #333333;
}

.gsrtc-learnings-list li {
  margin-bottom: 20px;
}

.gsrtc-learnings-list li:last-child {
  margin-bottom: 0;
}

.gsrtc-learnings-key {
  font-weight: 500;
  color: #143094;
}

.gsrtc-learnings-key2 {
  font-weight: 500;
  color: #1984e7;
}

.gsrtc-learnings-notable {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  max-width: 1195px;
  margin-bottom: 36px;
}

.gsrtc-learnings-notable-title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  color: #000000;
}

.gsrtc-learnings-notable-line {
  display: block;
  width: 100%;
  max-width: 1195px;
  height: auto;
}

.gsrtc-learnings-watermark {
  position: absolute;
  right: -150px;
  bottom: 162px;
  width: 554px;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2;
  text-align: right;
  color: rgba(204, 212, 236, 0.4);
  pointer-events: none;
}

.gsrtc-learnings-closing {
  width: 100%;
  background: #143094;
}

.gsrtc-learnings-closing-inner {
  width: min(1440px, 100%);
  min-height: 470px;
  margin: 0 auto;
  padding: 82px 128px;
  box-sizing: border-box;
  color: #ffffff;
}

.gsrtc-learnings-closing-lead {
  max-width: 1182px;
  margin: 0 0 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.4;
}

.gsrtc-learnings-closing-thanks {
  max-width: 1182px;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
}

body.case-study-page.feedback {
  background: #ffffff;
  color: #515151;
  font-family: "Rubik", "Montserrat", sans-serif;
}

.case-study-page.feedback .case-back-btn {
  border-color: #e0e0e0;
}

.cf-hero-strip {
  width: 100%;
  background: #ffffff;
  overflow: hidden;
  line-height: 0;
}

.cf-hero-strip img,
.cf-hero-composite {
  display: block;
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
}

.cf-white {
  background: #ffffff;
  color: #515151;
}

.cf-title {
  margin: 0 0 24px;
  font-family: "Rubik", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  color: #168aad;
  text-transform: uppercase;
}

.cf-title.text-center {
  text-align: center;
}

.cf-body {
  margin: 0;
  font-size: 24px;
  line-height: 1.4;
  color: #515151;
}

.cf-body strong {
  font-weight: 700;
}

.cf-section-lead {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 600;
  color: #168aad;
}

.cf-problem {
  position: relative;
  padding-top: 48px;
  padding-bottom: 80px;
  overflow: hidden;
}

.cf-problem::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -100px;
  width: 330px;
  height: 330px;
  border-radius: 80px;
  background: #00a8a8;
  transform: rotate(65.65deg);
  pointer-events: none;
  z-index: 0;
}

.cf-problem .case-content {
  position: relative;
  z-index: 1;
}

.cf-title-spaced {
  margin-top: 40px;
}

.cf-approach {
  display: flex;
  gap: 34px;
  align-items: flex-start;
  max-width: 570px;
}

.cf-approach-timeline {
  flex-shrink: 0;
  width: 18px;
  height: 515px;
  display: block;
}

.cf-approach-list {
  position: relative;
  height: 515px;
  width: 518px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cf-approach-list li {
  position: absolute;
  left: 0;
  right: 0;
  font-size: 24px;
  line-height: 1.4;
  color: #515151;
  transform: translateY(-50%);
}

.cf-approach-list li:nth-child(1) {
  top: 9px;
}

.cf-approach-list li:nth-child(2) {
  top: 80px;
}

.cf-approach-list li:nth-child(3) {
  top: 151px;
}

.cf-approach-list li:nth-child(4) {
  top: 222px;
}

.cf-approach-list li:nth-child(5) {
  top: 293px;
}

.cf-approach-list li:nth-child(6) {
  top: 364px;
}

.cf-approach-list li:nth-child(7) {
  top: 435px;
}

.cf-approach-list li:nth-child(8) {
  top: 506px;
}

.cs-section.cf-goal-taskflow {
  position: relative;
  padding: 59px 0 80px;
  overflow: hidden;
}

.cs-section.cf-goal-taskflow::before {
  content: "";
  position: absolute;
  left: -260px;
  top: 939px;
  width: 330px;
  height: 330px;
  border-radius: 80px;
  background: #00a8a8;
  transform: rotate(25.04deg);
  pointer-events: none;
  z-index: 0;
}

.cs-section.cf-goal-taskflow .case-content {
  position: relative;
  z-index: 1;
}

.cs-section.cf-goal-taskflow .cf-goal-block .cf-title {
  margin-bottom: 40px;
}

.cs-section.cf-goal-taskflow .cf-taskflow-block {
  margin-top: 72px;
}

.cs-section.cf-goal-taskflow .cf-taskflow-block .cf-title {
  margin-bottom: 40px;
}

.cf-flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 717px;
  margin: 0 auto;
}

.cf-flow-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  width: 100%;
}

.cf-flow-step h3 {
  margin: 0;
  font-family: "Rubik", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  color: #31adcc;
}

.cf-flow-divider {
  display: block;
  width: 100%;
  height: 1px;
  margin: 0;
}

.cf-flow-step p,
.cf-flow-desc {
  margin: 0;
  max-width: 672px;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  color: #515151;
}

.cf-flow-desc p {
  margin: 0;
}

.cf-flow-desc p + p {
  margin-top: 6px;
}

.cf-flow-arrow {
  display: block;
  width: 38px;
  height: 22px;
  flex-shrink: 0;
  transform: rotate(90deg);
}

.cs-section.cf-mental-section {
  position: relative;
  padding: 59px 0 80px;
  overflow: hidden;
}

.cs-section.cf-mental-section::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -60px;
  width: 330px;
  height: 330px;
  border-radius: 80px;
  background: #00a8a8;
  transform: rotate(45.76deg);
  pointer-events: none;
  z-index: 0;
}

.cs-section.cf-mental-section .case-content {
  position: relative;
  z-index: 1;
}

.cf-mental-block .cf-title {
  margin-bottom: 40px;
}

.cf-assumptions-block {
  margin-top: 64px;
}

.cf-assumptions-block .cf-title {
  margin-bottom: 40px;
}

.cf-questionnaire-block {
  margin-top: 80px;
}

.cf-questionnaire-title {
  margin-bottom: 40px;
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.cf-mental-map {
  --map-w: 1115;
  --map-h: 1050;
  position: relative;
  width: min(1115px, 100%);
  aspect-ratio: 1115 / 1050;
  margin: 0 auto;
  overflow: visible;
}

.cf-mental-polygon-wrap,
.cf-mental-polygon,
.cf-mental-portrait,
.cf-mental-label,
.cf-mental-note {
  position: absolute;
}

.cf-mental-polygon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.cf-mental-polygon-wrap .cf-mental-polygon {
  position: relative;
  flex-shrink: 0;
}

.cf-mental-polygon {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.cf-mental-polygon-wrap.p1 {
  left: calc(44.79 / var(--map-w) * 100%);
  top: 0;
  width: calc(1025.875 / var(--map-w) * 100%);
  height: calc(511.317 / var(--map-h) * 100%);
}

.cf-mental-polygon-wrap.p1 .cf-mental-polygon {
  width: 100%;
  height: 100%;
  transform: rotate(180deg);
}

.cf-mental-polygon.p2 {
  left: calc(45.15 / var(--map-w) * 100%);
  top: calc(537.96 / var(--map-h) * 100%);
  width: calc(1022.994 / var(--map-w) * 100%);
  height: calc(511.317 / var(--map-h) * 100%);
}

.cf-mental-polygon-wrap.p3 {
  left: calc(30.75 / var(--map-w) * 100%);
  top: calc(12.6 / var(--map-h) * 100%);
  width: calc(511.317 / var(--map-w) * 100%);
  height: calc(1024.794 / var(--map-h) * 100%);
}

.cf-mental-polygon-wrap.p3 .cf-mental-polygon {
  width: calc(1024.794 / 511.317 * 100%);
  height: auto;
  aspect-ratio: 1024.794 / 511.317;
  transform: rotate(90deg);
}

.cf-mental-polygon-wrap.p4 {
  left: calc(569.43 / var(--map-w) * 100%);
  top: calc(13.68 / var(--map-h) * 100%);
  width: calc(511.317 / var(--map-w) * 100%);
  height: calc(1023.354 / var(--map-h) * 100%);
}

.cf-mental-polygon-wrap.p4 .cf-mental-polygon {
  width: calc(1023.354 / 511.317 * 100%);
  height: auto;
  aspect-ratio: 1023.354 / 511.317;
  transform: rotate(-90deg);
}

.cf-mental-portrait {
  left: calc(459 / var(--map-w) * 100%);
  top: calc(421.25 / var(--map-h) * 100%);
  width: calc(194 / var(--map-w) * 100%);
  height: calc(194 / var(--map-h) * 100%);
  border-radius: 50%;
  object-fit: cover;
  z-index: 2;
}

.cf-mental-label {
  font-family: "Rubik", sans-serif;
  font-size: clamp(18px, 2.5vw, 28px);
  font-weight: 500;
  line-height: 45px;
  color: #168aad;
  z-index: 3;
}

.cf-mental-label.think {
  left: calc(484 / var(--map-w) * 100%);
  top: 0;
  transform: translateX(-50%);
  text-align: center;
}

.cf-mental-label.see {
  left: calc(541 / var(--map-w) * 100%);
  top: calc(942.75 / var(--map-h) * 100%);
  transform: translateX(-50%);
  text-align: center;
}

.cf-mental-label.say {
  left: 0;
  top: calc(441.25 / var(--map-h) * 100%);
}

.cf-mental-label.hear {
  right: 0;
  top: calc(453.75 / var(--map-h) * 100%);
  text-align: right;
}

.cf-mental-note {
  margin: 0;
  font-family: "Rubik", sans-serif;
  line-height: 1.345;
  color: #515151;
  z-index: 3;
}

.cf-mental-note.n1 {
  left: calc(195.75 / var(--map-w) * 100%);
  top: calc(76.75 / var(--map-h) * 100%);
  width: calc(218.25 / var(--map-w) * 100%);
  font-size: 15px;
}
.cf-mental-note.n2 {
  left: calc(331.5 / var(--map-w) * 100%);
  top: calc(196.75 / var(--map-h) * 100%);
  width: calc(206.25 / var(--map-w) * 100%);
  font-size: 15px;
}
.cf-mental-note.n3 {
  left: calc(503 / var(--map-w) * 100%);
  top: calc(282.25 / var(--map-h) * 100%);
  width: calc(224 / var(--map-w) * 100%);
  font-size: 15px;
  text-align: right;
}
.cf-mental-note.n4 {
  left: calc(650.25 / var(--map-w) * 100%);
  top: calc(111.25 / var(--map-h) * 100%);
  width: calc(243 / var(--map-w) * 100%);
  font-size: 15px;
  text-align: right;
}
.cf-mental-note.n5 {
  left: calc(887.25 / var(--map-w) * 100%);
  top: calc(222 / var(--map-h) * 100%);
  width: calc(189.75 / var(--map-w) * 100%);
  font-size: 18.75px;
  text-align: right;
}
.cf-mental-note.n6 {
  left: calc(717 / var(--map-w) * 100%);
  top: calc(467.25 / var(--map-h) * 100%);
  width: calc(189 / var(--map-w) * 100%);
  font-size: 18.75px;
  text-align: right;
}
.cf-mental-note.n7 {
  left: calc(837.75 / var(--map-w) * 100%);
  top: calc(750.75 / var(--map-h) * 100%);
  width: calc(230.25 / var(--map-w) * 100%);
  font-size: 18.75px;
  text-align: right;
}
.cf-mental-note.n8 {
  left: calc(267 / var(--map-w) * 100%);
  top: calc(858.75 / var(--map-h) * 100%);
  width: calc(235.5 / var(--map-w) * 100%);
  font-size: 18.75px;
}
.cf-mental-note.n9 {
  left: calc(536 / var(--map-w) * 100%);
  top: calc(793.25 / var(--map-h) * 100%);
  width: calc(258 / var(--map-w) * 100%);
  font-size: 18.75px;
  text-align: right;
}
.cf-mental-note.n10 {
  left: calc(615 / var(--map-w) * 100%);
  top: calc(903.25 / var(--map-h) * 100%);
  width: calc(258 / var(--map-w) * 100%);
  font-size: 18.75px;
  text-align: right;
}
.cf-mental-note.n11 {
  left: calc(414 / var(--map-w) * 100%);
  top: calc(714 / var(--map-h) * 100%);
  width: calc(274.5 / var(--map-w) * 100%);
  font-size: 18.75px;
  text-align: center;
}
.cf-mental-note.n12 {
  left: calc(25.5 / var(--map-w) * 100%);
  top: calc(233.25 / var(--map-h) * 100%);
  width: calc(208.5 / var(--map-w) * 100%);
  font-size: 18.75px;
}
.cf-mental-note.n13 {
  left: calc(25.5 / var(--map-w) * 100%);
  top: calc(719.25 / var(--map-h) * 100%);
  width: calc(241.5 / var(--map-w) * 100%);
  font-size: 18.75px;
}
.cf-mental-note.n14 {
  left: calc(196 / var(--map-w) * 100%);
  top: calc(484.25 / var(--map-h) * 100%);
  width: calc(207.75 / var(--map-w) * 100%);
  font-size: 18.75px;
}

.cf-list {
  margin: 0;
  padding-left: 36px;
  font-size: 24px;
  line-height: 1.4;
}

.cf-list li {
  margin-bottom: 4px;
}

.cf-list li:last-child {
  margin-bottom: 0;
}

.cf-list strong {
  font-weight: 700;
}

.cs-section.cf-low-fidelity {
  padding: 0;
  overflow: hidden;
}

.cs-section.cf-high-fidelity {
  padding: 0;
  overflow: hidden;
}

.cf-high-fidelity-composite {
  display: block;
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
}

.cf-low-fidelity-composite {
  display: block;
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
}

.cf-screen-stack {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.cf-screen-stack figure {
  margin: 0;
}

.cf-screen-stack img {
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  display: block;
  background: #fafafa;
}

.cf-screen-stack figcaption {
  margin-top: 16px;
  font-size: 28px;
  font-weight: 600;
  color: #515151;
}

.cf-theme-block {
  margin-bottom: 48px;
}

.cf-theme-block h3 {
  margin: 0 0 32px;
  font-size: 24px;
  font-weight: 700;
  color: #979797;
  text-transform: capitalize;
}

.cf-type-sample {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.cf-type-card {
  display: flex;
  align-items: center;
  gap: 36px;
  padding: 40px 28px;
  border: 1px solid #5f5f5f;
  border-radius: 8px;
}

.cf-type-aa {
  font-size: 80px;
  font-weight: 700;
  color: #515151;
  line-height: 1;
}

.cf-type-card p {
  margin: 0 0 8px;
  font-size: 16px;
}

.cf-type-name {
  font-size: 22px !important;
  font-weight: 600 !important;
}

.cf-type-alphabet {
  padding: 40px 16px;
  border: 1px solid #5f5f5f;
  border-radius: 8px;
  font-size: 24px;
  line-height: 1.6;
  text-transform: lowercase;
}

.cf-palette {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 72px;
}

.cf-swatch {
  text-align: center;
  width: 120px;
}

.cf-swatch span {
  display: block;
  width: 79px;
  height: 79px;
  border-radius: 50%;
  margin: 0 auto 16px;
}

.cf-swatch p {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  color: #515151;
  line-height: 1.3;
}

.cf-swatch code {
  font-size: 14px;
  font-weight: 400;
}

.cf-thanks {
  padding: 0;
  background: #ffffff;
  overflow: hidden;
}

.cf-thanks-composite {
  display: block;
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  overflow-x: hidden;
}

body.case-study-page {
  font-family: "Montserrat", "Inter", sans-serif;
  color: var(--text);
  background: var(--navy);
}

.case-study {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

.case-back-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  min-width: 100vw;
  max-width: none;
  margin: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 24px;
  box-sizing: border-box;
  background: transparent;
  pointer-events: none;
}

.case-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 20px 66px;
  border-radius: 48px;
  border: 1px solid #484848;
  background: #000000;
  color: #ffffff;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  pointer-events: auto;
}

.case-back-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.case-back-btn img {
  width: 24px;
  height: 24px;
}

.case-inner {
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.case-content {
  width: min(var(--content), calc(100% - 96px));
  margin: 0 auto;
}

/* Hero */
.cs-hero {
  min-height: 873px;
  padding: 80px 48px;
  background: var(--hero-gradient);
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
}

.cs-hero.wallet-hero {
  position: relative;
  width: 100%;
  min-width: 100%;
  height: 873px;
  min-height: 873px;
  max-height: 873px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: block;
  background: var(--hero-gradient);
}

.cs-hero.wallet-hero .cs-hero-inner {
  position: relative;
  z-index: 1;
  width: min(var(--max), 100%);
  height: 100%;
  margin: 0 auto;
  padding: 0 0 0 83px;
  box-sizing: border-box;
}

.cs-hero.wallet-hero .cs-hero-copy {
  width: min(664px, calc(100% - 83px));
  padding-top: 334px;
  text-align: center;
}

.cs-hero.wallet-hero .cs-hero-phones {
  position: absolute;
  top: 0;
  right: 0;
  width: min(690px, 52vw);
  height: 873px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
}

.cs-hero.wallet-hero .cs-hero-phones-composite {
  display: block;
  width: 105.42%;
  height: 100%;
  margin-left: auto;
  object-fit: cover;
  object-position: top right;
}

.cs-hero-phones .col {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.cs-hero-phones img:not(.cs-hero-phones-composite) {
  width: min(278px, 100%);
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.cs-hero-copy {
  text-align: center;
}

.cs-hero-copy h1 {
  margin: 0 0 20px;
  font-size: clamp(42px, 5vw, 60px);
  font-weight: 700;
  line-height: 1.1;
}

.cs-hero-copy .subtitle {
  margin: 0 0 40px;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 400;
}

.cs-hero-copy p {
  margin: 0;
  font-size: 22px;
  line-height: 1.4;
  max-width: 567px;
  margin-inline: auto;
}

.cs-hero-visual img {
  width: 100%;
  max-width: 717px;
  border-radius: 12px;
  display: block;
  margin-left: auto;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
}

/* Sections */
.cs-section {
  padding: 80px 0;
}

.cs-section.white {
  background: #ffffff;
  color: var(--text-muted);
}

.cs-section.navy-block {
  background: var(--navy);
}

.cs-section.flow-block {
  background: #f2f2f2;
}

.cs-flow-figma {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.cs-final-walkthrough {
  display: block;
  width: 100%;
  height: auto;
}

.cs-final-design-stack {
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.cs-final-design-stack .cs-final-walkthrough + .cs-final-walkthrough {
  margin-top: 0;
}

.cs-final-design-stack .cs-final-walkthrough {
  overflow: visible;
}

.cs-section + .cs-section.white {
  margin-top: 0;
}

.cs-gap-lg {
  margin-bottom: 110px;
}

.cs-title {
  margin: 0 0 24px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

.cs-title .lead {
  color: #ffffff;
}

.cs-title .accent {
  color: var(--accent);
}

.case-study-page .cs-title .accent-blue {
  color: var(--blue);
}

.cs-title .accent-blue {
  color: var(--blue);
}

.cs-title.white .lead {
  color: #ffffff;
}

.cs-body {
  margin: 0;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 400;
}

.cs-body strong,
.cs-body .semibold {
  font-weight: 600;
}

.cs-body.bold {
  font-weight: 700;
}

.cs-meta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
  margin-top: 80px;
}

.cs-meta-grid h3 {
  margin: 0 0 24px;
  font-size: 32px;
  font-weight: 600;
}

.cs-meta-grid h3 .accent {
  color: var(--accent);
}

.cs-meta-grid p {
  margin: 0 0 5px;
  font-size: 24px;
  line-height: 1.4;
}

/* Feature rows */
.cs-feature-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 40px;
}

.cs-feature-row {
  display: flex;
  align-items: center;
  gap: 24px;
}

.cs-feature-icon {
  width: 81px;
  height: 81px;
  border-radius: 50%;
  background: var(--icon-bg);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.cs-feature-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.cs-feature-row p {
  margin: 0;
  font-size: 24px;
  line-height: 1.4;
}

/* Users */
.cs-users {
  padding: 80px 48px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.cs-users.navy-block {
  background: var(--navy);
}

.cs-users .cs-title {
  margin-bottom: 52px;
}

.cs-users-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.cs-user-block {
  display: flex;
  align-items: center;
  gap: 0;
  width: 100%;
}

.cs-user-block--primary {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--accent);
}

.cs-user-aside {
  position: relative;
  display: grid;
  width: 289px;
  min-height: 256px;
  flex-shrink: 0;
  overflow: hidden;
  isolation: isolate;
}

.cs-user-block--secondary .cs-user-aside {
  min-height: 162px;
}

.cs-user-num {
  grid-area: 1 / 1;
  align-self: start;
  font-family: "Roboto", sans-serif;
  font-size: 186px;
  line-height: 1.2;
  color: transparent;
  text-shadow: 0 0 6.9px rgba(255, 255, 255, 0.25);
  margin: 0;
  width: 105px;
  user-select: none;
  pointer-events: none;
}

.cs-user-label {
  grid-area: 1 / 1;
  align-self: end;
  margin: 0 0 0 3px;
  font-size: 28px;
  font-weight: 600;
  text-transform: capitalize;
  color: #ffffff;
  line-height: 1.4;
  z-index: 1;
}

.cs-user-block--primary .cs-user-label {
  margin-bottom: 2px;
}

.cs-user-cards {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
  min-width: 0;
}

.cs-user-card {
  display: flex;
  gap: 24px;
  align-items: center;
}

.cs-user-avatar {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: rgba(85, 188, 109, 0.4);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.cs-user-avatar img {
  width: 60px;
  height: 60px;
}

.cs-user-card h4 {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
}

.cs-user-card p {
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
  color: #ffffff;
}

/* Story boarding */
.cs-story-intro h2 {
  margin: 0 0 40px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--green-dark);
}

.cs-story-intro h2 span {
  color: var(--blue);
}

.cs-story-intro > p {
  margin: 0 0 52px;
  font-size: 28px;
  line-height: 1.4;
  color: var(--text-muted);
}

.cs-story-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
}

.cs-story-card {
  border: 2px solid #000000;
  border-radius: 8px;
  padding: 24px;
  min-height: 414px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #ffffff;
  overflow: hidden;
}

.cs-story-card h3 {
  margin: 0;
  text-align: center;
  color: var(--blue);
  font-size: 28px;
  font-weight: 600;
}

.cs-story-card-body {
  display: flex;
  gap: 24px;
  align-items: center;
  flex: 1;
}

.cs-story-card-body img {
  width: 272px;
  max-width: 40%;
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
  background: #ffffff;
}

.cs-story-card-body p,
.cs-story-card-body ul {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  color: var(--text-muted);
}

.cs-story-card-body ul {
  padding-left: 30px;
}

.cs-story-card-body li {
  margin-bottom: 16px;
}

.cs-story-card.wide {
  grid-column: 1 / -1;
}

.cs-story-card-body--wide {
  gap: 48px;
  align-items: center;
  min-height: 316px;
}

.cs-story-illus {
  flex: 0 0 auto;
  height: 100%;
  max-height: 316px;
  aspect-ratio: 403 / 400.78;
}

.cs-story-illus img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
}

.cs-story-copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  min-height: 316px;
}

.cs-story-copy-main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.cs-story-copy-main p + p {
  margin-top: 16px;
}

.cs-story-cta {
  flex-shrink: 0;
  width: 100%;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.cs-story-cta p {
  margin: 0;
  color: #ff3130;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  text-align: right;
}

.cs-story-card.wide .cs-story-card-body img {
  max-width: none;
}

.cs-story-card--phone {
  height: 414px;
  min-height: 414px;
  max-height: 414px;
  gap: 31px;
  align-items: center;
}

.cs-story-card--phone h3 {
  height: 38px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.cs-story-phone-frame {
  flex: 1 1 auto;
  min-height: 0;
  width: auto;
  max-height: 100%;
  aspect-ratio: 445 / 921;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.cs-story-card--phone .cs-story-phone-frame img {
  position: absolute;
  width: 149.44%;
  height: 113.74%;
  left: -0.9%;
  top: -12.92%;
  max-width: none;
  object-fit: cover;
  background: transparent;
}

.cs-story-card--split {
  height: 414px;
  min-height: 414px;
  max-height: 414px;
}

.cs-story-card--split h3 {
  height: 38px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.cs-story-card-body--split {
  height: 314px;
  flex: 1;
  min-height: 0;
  gap: 24px;
  align-items: center;
}

.cs-story-illus-fixed {
  width: 272px;
  flex-shrink: 0;
  overflow: hidden;
  background: #ffffff;
}

.cs-story-illus-fixed--251 {
  height: 251px;
}

.cs-story-illus-fixed--273 {
  height: 273px;
}

.cs-story-illus-fixed--272 {
  height: 272px;
  width: 272px;
}

.cs-story-card--split .cs-story-illus-fixed img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  background: transparent;
}

.cs-story-text {
  flex: 1;
  display: flex;
  align-items: center;
  min-width: 0;
}

.cs-story-text p {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  color: #333333;
}

.cs-story-card.center-img .cs-story-card-body,
.cs-story-card .cs-story-card-body.center-img {
  justify-content: center;
}

.cs-story-card.center-img img.hero-shot,
.cs-story-card-body.center-img img.hero-shot {
  max-width: 520px;
  width: 100%;
}

/* Issues */
.cs-issues-title {
  margin: 0 0 64px;
  font-size: 32px;
  font-weight: 600;
}

.cs-issues-title .accent {
  color: var(--accent);
}

/* Design framework */
.cs-framework {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 72px 0;
  background: #ffffff;
}

.cs-framework-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  margin-top: 44px;
}

.cs-framework-step {
  text-align: center;
}

.cs-framework-circle {
  width: 180px;
  height: 180px;
  margin: 0 auto 24px;
  border: 2px solid var(--blue);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.cs-framework-circle img,
.cs-framework-circle svg {
  width: 44px;
  height: 44px;
  color: var(--blue);
}

.cs-framework-circle h4 {
  margin: 0;
  color: var(--navy);
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
}

.cs-framework-step p {
  margin: 0 0 5px;
  color: var(--text-muted);
  font-size: 20px;
  line-height: 1.4;
}

/* Persona cards (wallet) */
.cs-persona-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  padding: 48px 0;
}

.cs-persona-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cs-persona-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.cs-persona-avatar {
  width: 142px;
  height: 142px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.cs-persona-avatar img {
  width: 142px;
  height: 142px;
  object-fit: contain;
  display: block;
}

.cs-persona-head h4 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  color: var(--accent-light);
  text-transform: capitalize;
}

.cs-persona-box {
  border: 2px solid var(--persona-border);
  border-radius: 12px;
  padding: 20px;
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
}

.cs-persona-box strong {
  font-weight: 700;
}

/* Phone mockup grid */
.cs-phone-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin: 32px 0;
}

.cs-phone-grid img {
  width: min(213px, 30%);
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}

.cs-phone-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.cs-phone-row img {
  width: min(213px, 22%);
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}

/* Color palette */
.cs-palette {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin: 32px 0;
}

.cs-swatch {
  min-height: 160px;
  border-radius: 8px;
  padding: 24px 16px;
  color: #fff;
  box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0.25);
}

.cs-swatch h4 {
  margin: 0 0 8px;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.cs-swatch p {
  margin: 0 0 4px;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
}

.cs-swatch .note {
  font-size: 16px;
  opacity: 0.95;
}

.cs-swatch.dark-text {
  color: #000;
}

.cs-enhancement-row {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-bottom: 28px;
}

.cs-enhancement-icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #eaf3fb;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.cs-enhancement-icon img {
  width: 40px;
  height: 40px;
}

.cs-enhancement-row p {
  margin: 0;
  font-size: 24px;
  line-height: 1.4;
}

.cs-ba-phone {
  width: min(403px, 45%);
  border-radius: 8px;
  border: 1px solid #787878;
}

.cs-design-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 24px;
  margin: 40px 0;
}

.cs-design-gallery img {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}

.cs-subsection {
  margin-bottom: 100px;
}

.cs-subsection-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 46px;
}

.cs-subsection-head img {
  width: 182px;
  height: auto;
}

.cs-subsection-head h3 {
  margin: 0;
  font-size: 32px;
  font-weight: 500;
  white-space: nowrap;
}

.cs-mockup-stack {
  position: relative;
  min-height: 500px;
  margin-bottom: 24px;
}

.cs-mockup-stack img.primary {
  width: min(840px, 90%);
  border-radius: 8px;
  display: block;
}

.cs-mockup-stack img.overlay {
  position: absolute;
  left: 36%;
  top: 94px;
  width: min(840px, 90%);
  border-radius: 8px;
  box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.25);
}

.cs-callouts {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px 24px;
  margin-top: 24px;
}

.cs-callouts p {
  margin: 0;
  font-size: 20px;
  line-height: 1.35;
}

/* Issues — full Figma render */
.cs-issues-figma {
  display: block;
  width: 100%;
  max-width: 1344px;
  height: auto;
  margin: 0 auto;
}

/* Issues — Figma composite boards */
.cs-issue-composite {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1344px;
  height: auto;
}

.cs-issue-composite--vault {
  max-width: 1306px;
}

.cs-issue-composite--account,
.cs-issue-composite--billing {
  max-width: 1239px;
}

/* Issues — annotated canvases (fallback / legacy) */
.cs-issues-summary {
  margin: 0;
  font-size: 24px;
  line-height: 1.4;
  color: #ffffff;
}

.cs-issue-canvas {
  position: relative;
  width: 100%;
  max-width: 1344px;
  margin: 0 auto;
}

.cs-issue-canvas--format {
  aspect-ratio: 1344 / 1050;
  min-height: 520px;
}

.cs-issue-canvas--vault {
  aspect-ratio: 1306 / 757;
  min-height: 420px;
}

.cs-issue-canvas--account,
.cs-issue-canvas--billing {
  aspect-ratio: 1239 / 475;
  min-height: 280px;
}

.cs-issue-frame {
  position: absolute;
  overflow: hidden;
  border-radius: 8px;
  z-index: 1;
}

.cs-issue-frame img {
  position: absolute;
  width: 100.08%;
  height: 114.71%;
  left: -0.04%;
  top: -14.71%;
  max-width: none;
  display: block;
}

.cs-issue-canvas--account .cs-issue-frame img,
.cs-issue-canvas--billing .cs-issue-frame img {
  height: 114.95%;
  top: -14.95%;
}

.cs-issue-canvas--vault .cs-issue-frame--primary,
.cs-issue-canvas--vault .cs-issue-frame--vault-overlay {
  width: 64.32%;
  aspect-ratio: 840 / 476;
}

.cs-issue-frame--primary {
  left: 0;
  top: 0;
  width: 62.5%;
  aspect-ratio: 840 / 476;
}

.cs-issue-canvas--format .cs-issue-frame--primary,
.cs-issue-canvas--format .cs-issue-frame--overlay {
  width: 63.4%;
  aspect-ratio: 840 / 476;
}

.cs-issue-frame--overlay {
  left: 36.6%;
  top: 8.95%;
  box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.25);
}

.cs-issue-frame--vault-overlay {
  left: 5.13%;
  top: 42.54%;
  box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.25);
  border-left: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
}

.cs-issue-canvas--account .cs-issue-frame--primary,
.cs-issue-canvas--billing .cs-issue-frame--primary {
  width: 67.8%;
  aspect-ratio: 840 / 475;
}

.cs-issue-note {
  position: absolute;
  margin: 0;
  font-size: clamp(13px, 1.78vw, 24px);
  line-height: 1.35;
  color: #ffffff;
  z-index: 3;
}

.cs-issue-line,
.cs-issue-circle {
  position: absolute;
  pointer-events: none;
  display: block;
  z-index: 2;
  height: auto;
}

.cs-issue-line--v {
  transform: rotate(90deg);
  transform-origin: top left;
}

.cs-issue-shots {
  position: absolute;
  left: 0;
  top: 75.81%;
  display: flex;
  gap: 1.79%;
  align-items: flex-start;
  width: 37.65%;
  z-index: 2;
}

.cs-issue-shot-crop {
  position: relative;
  overflow: hidden;
  margin: 0;
  flex: 0 0 auto;
}

.cs-issue-shot-crop--1 {
  width: 18.9%;
  aspect-ratio: 254 / 148;
}

.cs-issue-shot-crop--2 {
  width: 18.75%;
  aspect-ratio: 252 / 108;
}

.cs-issue-shot-crop img {
  position: absolute;
  max-width: none;
  display: block;
}

.cs-issue-shot-crop--1 img {
  width: 595.28%;
  height: 663.51%;
  left: -71.26%;
  top: -142.57%;
}

.cs-issue-shot-crop--2 img {
  width: 600%;
  height: 909.26%;
  left: -174.6%;
  top: -197.22%;
}

/* Format annotations (1344×1050 board) */
.cs-issue-note--format-1 { left: 69.2%; top: 0; width: 30.8%; }
.cs-issue-note--format-2 { left: 23.88%; top: 49.71%; width: 11.09%; }
.cs-issue-note--format-3 { left: 13.24%; top: 55.9%; width: 9.38%; }
.cs-issue-note--format-4 { left: 68.3%; top: 58.67%; width: 14.49%; }
.cs-issue-note--format-5 { left: 31.7%; top: 58.67%; width: 31.09%; }
.cs-issue-note--format-6 {
  left: 28.65%;
  top: 94.29%;
  width: 31.09%;
  transform: translateY(-50%);
}
.cs-issue-note--format-7 {
  left: 44.5%;
  top: 83.9%;
  width: 31.09%;
  transform: translateY(-50%);
}

.cs-issue-line--format-1 { left: 62.57%; top: 2.76%; width: 5.73%; }
.cs-issue-line--format-2 { left: 39.85%; top: 52.95%; width: 3.57%; }
.cs-issue-line--format-3 { left: 28.65%; top: 43.81%; width: 3.57%; }
.cs-issue-line--format-4 { left: 28.65%; top: 43.81%; width: 3.57%; }
.cs-issue-line--format-5 { left: 17.26%; top: 34.95%; width: 15.4%; }
.cs-issue-line--format-6 { left: 7.89%; top: 5.81%; width: 49.6%; }
.cs-issue-line--format-7 { left: 71.17%; top: 41.62%; width: 12.4%; }
.cs-issue-line--format-8 { left: 39.43%; top: 75.81%; width: 3.57%; }
.cs-issue-line--format-9 { left: 13.17%; top: 86.38%; width: 13.47%; }
.cs-issue-line--format-10 { left: 13.32%; top: 84.1%; width: 1.49%; }

/* Vault annotations (1306×757 board) */
.cs-issue-note--vault-1 { left: 76.26%; top: 72.79%; width: 23.7%; }
.cs-issue-note--vault-2 { left: 71.13%; top: 8.85%; width: 23.7%; }
.cs-issue-note--vault-3 { left: 71.13%; top: 23.78%; width: 23.7%; }
.cs-issue-note--vault-4 { left: 75.73%; top: 56.93%; width: 23.7%; }
.cs-issue-note--vault-5 { left: 76.26%; top: 86.66%; width: 23.7%; }

.cs-issue-line--vault-1 { left: 69.45%; top: 74.64%; width: 5.67%; }
.cs-issue-line--vault-2 { left: 64.32%; top: 12.68%; width: 5.67%; }
.cs-issue-line--vault-3 { left: 64.32%; top: 27.61%; width: 5.67%; }
.cs-issue-line--vault-4 { left: 67.46%; top: 60.77%; width: 7.35%; }
.cs-issue-line--vault-5 { left: 65.16%; top: 90.49%; width: 9.95%; }

/* Account annotations (1239×475 board) */
.cs-issue-note--account-1 { left: 74.98%; top: 16.21%; width: 25%; }
.cs-issue-note--account-2 { left: 74.98%; top: 33.05%; width: 25%; }
.cs-issue-note--account-3 { left: 74.98%; top: 60%; width: 25%; }
.cs-issue-note--account-4 { left: 74.98%; top: 81.68%; width: 25%; }

.cs-issue-line--account-1 { left: 65.38%; top: 19.16%; width: 8.47%; }
.cs-issue-line--account-2 { left: 64.25%; top: 38.32%; width: 9.6%; }
.cs-issue-line--account-3 { left: 67.8%; top: 62.95%; width: 5.97%; }
.cs-issue-line--account-4 { left: 66.1%; top: 87.79%; width: 7.75%; }

/* Billing annotations (1239×475 board) */
.cs-issue-note--billing-1 { left: 74.98%; top: 2.95%; width: 25%; }
.cs-issue-note--billing-2 { left: 74.98%; top: 29.68%; width: 25%; }
.cs-issue-note--billing-3 { left: 74.98%; top: 62.32%; width: 25%; }

.cs-issue-line--billing-1 { left: 26%; top: 9.05%; width: 47.78%; }
.cs-issue-line--billing-2 { left: 63.52%; top: 35.79%; width: 10.25%; }
.cs-issue-line--billing-3 { left: 67.8%; top: 65.26%; width: 5.97%; }

.cs-issue-circle--billing-1 { left: 22.44%; top: 4.42%; width: 3.55%; }
.cs-issue-circle--billing-2 { left: 10.41%; top: 4.42%; width: 3.55%; }

.cs-single-mockup {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}

.cs-single-mockup img {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #787878;
}

.cs-single-mockup .arrow {
  width: 93px;
}

/* Affinity mapping */
.cs-affinity-section {
  padding: 48px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.cs-affinity-head {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cs-affinity-section .cs-title {
  margin: 0;
  color: var(--accent);
}

.cs-affinity-intro {
  margin: 0;
  max-width: 1344px;
  font-size: 24px;
  line-height: 1.4;
  color: #333333;
}

.cs-affinity-board {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
}

.cs-affinity-col {
  width: 312px;
  flex-shrink: 0;
}

.cs-sticky-stack {
  position: relative;
  width: 312px;
  min-height: 349px;
}

.cs-sticky {
  position: relative;
  overflow: visible;
}

.cs-sticky--header {
  width: 312px;
  height: 312px;
}

.cs-sticky--body {
  position: absolute;
  left: 42px;
  top: 78px;
  width: 279px;
  height: 271px;
  z-index: 2;
}

.cs-sticky-layers {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.cs-sticky-layers img {
  position: absolute;
  display: block;
  max-width: none;
}

.cs-sticky-shadow {
  left: -12.74%;
  right: 96.32%;
  top: 4.5%;
  bottom: 10.5%;
  width: auto;
  height: auto;
}

.cs-sticky--body .cs-sticky-shadow {
  left: -12.75%;
  top: 4.1%;
  bottom: 8.2%;
}

.cs-sticky-paper {
  left: 2.21%;
  right: 2.21%;
  top: 1.7%;
  bottom: 2.71%;
  width: auto;
  height: auto;
}

.cs-sticky-glue {
  left: 2.45%;
  right: 2.21%;
  top: 1.6%;
  height: 7.4%;
  width: auto;
}

.cs-sticky--body .cs-sticky-glue {
  top: 1.7%;
  height: 19.8%;
}

.cs-sticky-heading {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #333333;
}

.cs-sticky-heading--center {
  justify-content: center;
  width: 90%;
  margin: 38px auto 0;
}

.cs-sticky-heading--wrap {
  justify-content: center;
  text-align: center;
  width: 75%;
  margin: 50px auto 0;
}

.cs-sticky-heading--left {
  width: 75%;
  margin: 31px 0 0 35px;
}

.cs-sticky-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.cs-sticky-heading h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #333333;
}

.cs-sticky-heading--wrap h3 {
  text-align: center;
}

.cs-sticky-list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 52px 20px 16px 40px;
  font-size: 16px;
  line-height: 1;
  color: #333333;
  list-style: disc;
}

.cs-sticky-list li + li {
  margin-top: 16px;
}

.cs-sticky-list--tight {
  padding-left: 36px;
  font-size: 15.67px;
}

/* Legacy note styles (wallet case study) */
.cs-affinity-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 40px;
}

.cs-note-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.cs-note {
  width: 312px;
  min-height: 120px;
  background: #fff9c4;
  border: 1px solid #e6d96f;
  border-radius: 4px;
  padding: 48px 16px 16px;
  position: relative;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.08);
}

.cs-note::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 28px;
  background: rgba(85, 188, 109, 0.35);
}

.cs-note h4 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 600;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 12px;
}

.cs-note p {
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
  color: var(--text-muted);
}

/* Goal + component clustering */
.cs-goal-cluster-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.cs-goal-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  max-width: 1343px;
}

.cs-goal-copy {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
  max-width: 1060px;
}

.cs-goal-title {
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

.cs-goal-title .lead {
  color: #ffffff;
}

.cs-goal-title .accent {
  color: var(--accent);
}

.cs-goal-text {
  margin: 0;
  font-size: 24px;
  line-height: 1.4;
  color: #ffffff;
}

.cs-goal-target {
  display: block;
  width: 145px;
  height: 146px;
  flex-shrink: 0;
}

.cs-goal-illustration {
  position: relative;
  width: 145px;
  height: 146px;
  flex-shrink: 0;
}

.cs-goal-illustration img {
  position: absolute;
  display: block;
  max-width: none;
}

.cs-goal-hand--1 {
  left: 0;
  top: 7.35%;
  width: 44.2%;
  height: 92.7%;
}

.cs-goal-hand--2 {
  left: 32.6%;
  top: 0;
  width: 52.8%;
  height: 92.7%;
}

.cs-goal-arrow {
  left: 48%;
  top: 50.3%;
  width: 52%;
  height: 35.1%;
}

.wallet .cs-goal-block {
  gap: 120px;
  max-width: none;
}

.wallet .cs-goal-illustration {
  width: 191px;
  height: 192px;
}

.cs-cluster-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}

.cs-cluster-title {
  margin: 0;
}

.cs-cluster-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 60px 24px;
  margin-top: 0;
}

.cs-cluster-col h4 {
  margin: 0 0 24px;
  background: var(--green-dark);
  color: #fff;
  text-align: center;
  padding: 22px 12px;
  border-radius: 8px;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.cs-cluster-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cs-cluster-col li {
  border: 2px solid var(--green);
  border-radius: 8px;
  padding: 22px 12px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
}

.cs-cluster-row-2 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px 24px;
  margin-top: 0;
  max-width: 990px;
}

/* Ideation */
.cs-list {
  margin: 0;
  padding-left: 30px;
  font-size: 20px;
  line-height: 1.4;
}

.cs-list li {
  margin-bottom: 12px;
}

.cs-list .semibold {
  font-weight: 600;
}

.cs-wireframe-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 40px;
}

.cs-wireframe-pair img {
  width: 100%;
  max-width: 656px;
  height: auto;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  display: block;
}

.cs-wireframe-pair-img {
  display: block;
  width: 100%;
  max-width: 1344px;
  height: auto;
  margin-top: 40px;
}

.cs-wireframes-figma {
  display: block;
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
}

.wallet .cs-wireframes-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 89px;
}

.wallet .cs-wireframes-head {
  width: 100%;
  max-width: 1344px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.wallet .cs-wireframes-intro {
  margin: 0;
  font-size: 24px;
  line-height: 1.4;
  color: #fff;
  font-weight: 400;
}

.wallet .cs-wireframes-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 84px;
  width: 100%;
  max-width: 1254px;
}

.wallet .cs-wireframes-row img {
  display: block;
  width: 362.199px;
  height: auto;
  flex-shrink: 0;
}

.cs-affinity-composite {
  display: block;
  width: 100%;
  max-width: 1344px;
  height: auto;
  margin: 0 auto;
}

/* Before / After */
.cs-ba-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 600;
}

.cs-ba-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  margin-bottom: 44px;
}

.cs-ba-row img {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #787878;
}

.cs-ba-row .arrow {
  width: 93px;
  border: none;
  border-radius: 0;
}

/* Final design stack */
.cs-design-stack {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 48px;
}

.cs-design-stack img {
  width: min(839px, 100%);
  border-radius: 8px;
  display: block;
}

.cs-caption-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
  margin: 32px 0 48px;
}

.cs-caption-list p {
  margin: 0;
  font-size: 20px;
  line-height: 1.35;
}

/* Final product */
.cs-final-shot {
  margin-top: 44px;
}

.cs-final-shot img {
  width: 100%;
  border-radius: 8px;
}

.cs-website-link {
  text-align: center;
  font-size: 24px;
  margin-top: 44px;
}

.cs-website-link a {
  color: var(--link);
  font-weight: 600;
  text-decoration: underline;
}

/* Ambient blobs */
.cs-ambient {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.35;
  filter: blur(80px);
}

.case-study > :not(.cs-ambient) {
  position: relative;
  z-index: 1;
}

.cs-ambient.a1 {
  width: 360px;
  height: 360px;
  background: var(--green);
  right: 5%;
  top: 2600px;
}

.cs-ambient.a2 {
  width: 520px;
  height: 520px;
  background: #1a4a8a;
  right: 10%;
  top: 4700px;
}

@media (max-width: 1100px) {
  .cs-hero,
  .cs-hero.wallet-hero,
  .cs-hero.gsrtc-hero {
    height: auto;
    min-height: 0;
    max-height: none;
    padding-bottom: 48px;
  }

  .cs-hero.gsrtc-hero {
    padding-bottom: 0;
    line-height: 0;
  }

  .cs-hero.gsrtc-hero .cs-hero-inner,
  .cs-hero.gsrtc-hero .gsrtc-hero-phones {
    display: none;
  }

  .gsrtc-intro-fallback {
    display: block;
    width: 100%;
    max-width: 1440px;
    height: auto;
    margin: 0 auto;
  }

  .gsrtc-about-inner {
    display: none;
  }

  .gsrtc-about-fallback {
    display: block;
    width: 100%;
    max-width: 1440px;
    height: auto;
    margin: 0 auto;
  }

  .gsrtc-about {
    line-height: 0;
  }

  .gsrtc-brief-inner {
    display: none;
  }

  .gsrtc-brief-fallback {
    display: block;
    width: 100%;
    max-width: 1440px;
    height: auto;
    margin: 0 auto;
  }

  .gsrtc-brief {
    line-height: 0;
  }

  .gsrtc-research-inner {
    display: none;
  }

  .gsrtc-research-fallback {
    display: block;
    width: 100%;
    max-width: 1440px;
    height: auto;
    margin: 0 auto;
  }

  .gsrtc-research {
    line-height: 0;
  }

  .gsrtc-process-inner {
    display: none;
  }

  .gsrtc-process-fallback {
    display: block;
    width: 100%;
    max-width: 1440px;
    height: auto;
    margin: 0 auto;
  }

  .gsrtc-process {
    line-height: 0;
  }

  .gsrtc-problems-inner {
    display: none;
  }

  .gsrtc-problems-fallback {
    display: block;
    width: 100%;
    max-width: 1440px;
    height: auto;
    margin: 0 auto;
  }

  .gsrtc-problems {
    line-height: 0;
  }

  .gsrtc-mindmap-inner {
    display: none;
  }

  .gsrtc-mindmap-fallback {
    display: block;
    width: 100%;
    max-width: 1440px;
    height: auto;
    margin: 0 auto;
  }

  .gsrtc-mindmap {
    line-height: 0;
  }

  .gsrtc-persona-inner {
    display: none;
  }

  .gsrtc-persona-fallback {
    display: block;
    width: 100%;
    max-width: 1440px;
    height: auto;
    margin: 0 auto;
  }

  .gsrtc-persona {
    line-height: 0;
  }

  .gsrtc-requirements-inner {
    display: none;
  }

  .gsrtc-requirements-fallback {
    display: block;
    width: 100%;
    max-width: 1440px;
    height: auto;
    margin: 0 auto;
  }

  .gsrtc-requirements {
    line-height: 0;
  }

  .gsrtc-goals-inner {
    display: none;
  }

  .gsrtc-goals-fallback {
    display: block;
    width: 100%;
    max-width: 1440px;
    height: auto;
    margin: 0 auto;
  }

  .gsrtc-goals {
    line-height: 0;
  }

  .gsrtc-competitive-inner {
    display: none;
  }

  .gsrtc-competitive-fallback {
    display: block;
    width: 100%;
    max-width: 1440px;
    height: auto;
    margin: 0 auto;
  }

  .gsrtc-competitive {
    line-height: 0;
  }

  .gsrtc-swot-inner {
    display: none;
  }

  .gsrtc-swot-fallback {
    display: block;
    width: 100%;
    max-width: 1440px;
    height: auto;
    margin: 0 auto;
  }

  .gsrtc-swot {
    line-height: 0;
  }

  .gsrtc-taskflow-inner {
    display: none;
  }

  .gsrtc-taskflow-fallback {
    display: block;
    width: 100%;
    max-width: 1440px;
    height: auto;
    margin: 0 auto;
  }

  .gsrtc-taskflow {
    line-height: 0;
  }

  .gsrtc-mockups-inner {
    display: none;
  }

  .gsrtc-mockups-fallback {
    display: block;
    width: 100%;
    max-width: 1440px;
    height: auto;
    margin: 0 auto;
  }

  .gsrtc-mockups {
    line-height: 0;
  }

  .gsrtc-iteration-inner {
    display: none;
  }

  .gsrtc-iteration-fallback {
    display: block;
    width: 100%;
    max-width: 1440px;
    height: auto;
    margin: 0 auto;
  }

  .gsrtc-iteration {
    line-height: 0;
  }

  .gsrtc-theme-inner {
    display: none;
  }

  .gsrtc-theme-fallback {
    display: block;
    width: 100%;
    max-width: 1440px;
    height: auto;
    margin: 0 auto;
  }

  .gsrtc-theme {
    line-height: 0;
  }

  .gsrtc-final-inner {
    padding: 48px 24px 0;
  }

  .gsrtc-final-num,
  .gsrtc-final-title {
    font-size: clamp(22px, 6vw, 44px);
  }

  .gsrtc-final-line {
    width: min(359px, 16vw);
  }

  .gsrtc-final {
    line-height: 0;
  }

  .gsrtc-learnings-inner {
    min-height: 0;
    padding: 48px 24px 56px;
    overflow: visible;
  }

  .gsrtc-learnings-head {
    margin-bottom: 32px;
  }

  .gsrtc-learnings-num,
  .gsrtc-learnings-title {
    font-size: clamp(22px, 6vw, 44px);
  }

  .gsrtc-learnings-line {
    width: min(359px, 16vw);
  }

  .gsrtc-learnings-list {
    margin-bottom: 32px;
    font-size: clamp(15px, 4vw, 22px);
  }

  .gsrtc-learnings-notable-title {
    font-size: clamp(20px, 5vw, 30px);
  }

  .gsrtc-learnings-watermark {
    position: static;
    width: 100%;
    margin: 24px 0 0;
    font-size: clamp(32px, 9vw, 60px);
  }

  .gsrtc-learnings-closing-inner {
    min-height: 0;
    padding: 48px 24px;
  }

  .gsrtc-learnings-closing-lead,
  .gsrtc-learnings-closing-thanks {
    font-size: clamp(20px, 5vw, 30px);
  }

  .cs-hero.wallet-hero .cs-hero-inner {
    padding: 80px 24px 0;
  }

  .cs-hero.wallet-hero .cs-hero-copy {
    width: 100%;
    padding-top: 0;
    text-align: center;
  }

  .cs-hero.wallet-hero .cs-hero-phones {
    position: static;
    width: min(690px, 100%);
    height: auto;
    margin: 32px auto 0;
    overflow: visible;
  }

  .cs-hero.wallet-hero .cs-hero-phones-composite {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
  }

  .cs-framework-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cs-persona-grid {
    grid-template-columns: 1fr;
  }

  .cs-palette {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cs-meta-grid {
    grid-template-columns: 1fr;
  }

  .cs-story-grid {
    grid-template-columns: 1fr;
  }

  .cs-cluster-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cs-single-mockup,
  .cs-ba-row {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .cs-single-mockup .arrow,
  .cs-ba-row .arrow {
    transform: rotate(90deg);
  }

  .cs-mockup-stack img.overlay {
    position: static;
    margin-top: 24px;
  }
}

@media (max-width: 1100px) {
  .cf-type-sample {
    grid-template-columns: 1fr;
  }

  .cf-mental-block {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .cf-mental-map {
    min-width: 900px;
  }

  .cs-issue-canvas {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .cs-issue-canvas--format,
  .cs-issue-canvas--vault,
  .cs-issue-canvas--account,
  .cs-issue-canvas--billing {
    min-width: 900px;
  }

  .cs-affinity-board {
    justify-content: center;
  }
}

@media (max-width: 720px) {
  .case-content {
    width: calc(100% - 32px);
  }

  .cf-flow-step h3 {
    font-size: 20px;
  }

  .cf-palette {
    gap: 32px;
  }

  .cs-hero {
    padding: 48px 20px;
  }

  .cs-users {
    padding: 48px 20px;
  }

  .cs-user-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .cs-user-aside {
    width: 100%;
    min-height: auto;
    height: auto;
  }

  .cs-user-num {
    font-size: 72px;
    width: auto;
  }

  .cs-user-label {
    align-self: start;
    margin: 0;
  }

  .cs-story-card-body {
    flex-direction: column;
  }

  .cs-story-card-body img {
    max-width: 100%;
    width: auto;
  }

  .cs-cluster-grid,
  .cs-cluster-row-2,
  .cs-wireframe-pair,
  .cs-framework-grid,
  .cs-palette {
    grid-template-columns: 1fr;
  }

  .wallet .cs-wireframes-row {
    flex-direction: column;
    gap: 40px;
  }

  .wallet .cs-wireframes-row img {
    width: min(362.199px, 100%);
    height: auto;
    aspect-ratio: 362.199 / 680;
  }

  .wallet .cs-wireframes-intro {
    font-size: 18px;
  }

  .cs-ba-phone {
    width: min(320px, 90%);
  }

  .case-back-bar {
    padding: 16px 20px;
  }

  .case-back-btn {
    font-size: 16px;
    padding: 16px 28px;
  }

  .cs-affinity-section {
    padding: 32px 20px;
  }

  .cs-affinity-intro {
    font-size: 18px;
  }

  .cs-affinity-board {
    justify-content: center;
  }

  .cs-goal-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .cs-goal-text {
    font-size: 18px;
  }

  .cs-goal-illustration {
    align-self: flex-end;
  }
}

/* SurveyNest */
.sn-hero {
  position: relative;
  background: #dddddd;
  padding: 60px 48px 80px;
  overflow: hidden;
  min-height: 700px;
}

.sn-hero-glow {
  position: absolute;
  pointer-events: none;
  opacity: 0.85;
}

.sn-hero-glow--left {
  left: -280px;
  top: -60px;
  width: 630px;
}

.sn-hero-glow--right {
  right: -200px;
  bottom: -80px;
  width: 670px;
}

.sn-hero-inner {
  position: relative;
  z-index: 1;
  width: min(var(--max), 100%);
  margin: 0 auto;
  text-align: center;
}

.sn-hero h1 {
  margin: 0;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 700;
  color: var(--sn-teal-mid);
  line-height: 1.1;
}

.sn-hero-sub {
  margin: 16px auto 48px;
  max-width: 963px;
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 500;
  line-height: 1.39;
  color: #000000;
}

.sn-hero-laptop {
  position: relative;
  width: min(1024px, 100%);
  margin: 0 auto;
  aspect-ratio: 1024 / 623.5;
}

.sn-laptop-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sn-laptop-screen {
  position: absolute;
  left: 9%;
  top: 1.8%;
  width: 82.4%;
  height: 87.9%;
  object-fit: cover;
  border-radius: 10px;
}

.sn-teal-band {
  background: var(--sn-gradient);
  color: #ffffff;
  padding: 72px 0;
}

.sn-band-title {
  margin: 0 0 32px;
  font-size: clamp(36px, 4vw, 55px);
  font-weight: 600;
  position: relative;
  padding-bottom: 14px;
}

.sn-band-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 243px;
  max-width: 80%;
  height: 10px;
  background: var(--sn-teal-accent);
}

.sn-problems-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.sn-problem-cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sn-problem-cards li {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 24px;
  background: rgba(255, 255, 255, 0.15);
  border: 5px solid rgba(75, 172, 177, 0.55);
  border-radius: 15px;
  min-height: 120px;
}

.sn-problem-cards p {
  margin: 0;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.38;
}

.sn-step-num {
  position: relative;
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--sn-teal-accent);
  display: flex;
  align-items: center;
  justify-content: center;
}

.sn-step-num span {
  font-size: 33px;
  font-weight: 600;
  color: #ffffff;
}

.sn-goal-card {
  padding: 28px 24px;
  background: rgba(255, 255, 255, 0.15);
  border: 5px solid rgba(75, 172, 177, 0.55);
  border-radius: 15px;
  min-height: 153px;
  display: flex;
  align-items: center;
}

.sn-goal-card p {
  margin: 0;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.38;
}

.sn-section {
  padding: 80px 0;
}

.sn-white {
  background: #ffffff;
  color: #000000;
}

.sn-section-head {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.sn-section-head h2 {
  margin: 0;
  font-size: clamp(36px, 5vw, 68px);
  font-weight: 700;
  color: var(--sn-navy);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.sn-section-head--light h2 {
  color: #ffffff;
}

.sn-ghost-num {
  display: block;
  font-size: clamp(48px, 6vw, 68px);
  font-weight: 700;
  color: transparent;
  line-height: 1;
  margin-bottom: -12px;
  user-select: none;
}

.sn-underline {
  display: block;
  width: min(398px, 60%);
  height: 5px;
  background: var(--sn-teal-muted);
  margin: 16px auto 0;
}

.sn-underline--accent {
  background: var(--sn-teal-accent);
  width: min(628px, 70%);
}

.sn-underline--teal {
  background: var(--sn-teal-bar);
  width: min(380px, 55%);
}

.sn-lead {
  margin: 0 auto;
  max-width: 1139px;
  text-align: center;
  font-size: 19px;
  line-height: 33px;
  color: var(--sn-body);
}

.sn-subsection {
  margin-top: 56px;
}

.sn-subsection h3 {
  margin: 0 0 16px;
  font-size: 32px;
  font-weight: 600;
  color: var(--sn-teal-deep);
  letter-spacing: -1px;
  padding-bottom: 12px;
  border-bottom: 3px solid var(--sn-teal-deep);
  display: inline-block;
}

.sn-subsection > p {
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 1.5;
  max-width: 100%;
}

.sn-audience-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 32px;
  text-align: center;
}

.sn-audience-card img {
  width: min(298px, 100%);
  height: auto;
  margin: 0 auto 16px;
  display: block;
}

.sn-audience-card h4 {
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 600;
  color: var(--sn-teal-dark);
}

.sn-audience-card p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
}

.sn-outline-title {
  margin: 24px 0 8px;
  font-size: 25px;
  font-weight: 600;
  color: #15888d;
  letter-spacing: -1px;
}

.sn-outline-sub {
  margin: 0 0 20px;
  font-size: 16px;
  color: #075c60;
}

.sn-outline-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  padding: 28px 32px;
  border: 1px solid #808080;
  border-radius: 15px;
}

.sn-outline-col ol {
  margin: 0 0 8px;
  padding-left: 27px;
  font-size: 18px;
  font-weight: 600;
  color: var(--sn-teal-deep);
}

.sn-outline-col p {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 1.6;
}

.sn-insights h4 {
  text-align: center;
  margin: 32px 0 24px;
  font-size: 25px;
  font-weight: 700;
}

.sn-stat-row {
  display: flex;
  justify-content: center;
  gap: 80px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.sn-stat-row--three {
  gap: 48px;
}

.sn-stat {
  text-align: center;
  max-width: 337px;
}

.sn-stat-ring {
  position: relative;
  width: 148px;
  height: 148px;
  margin: 0 auto 24px;
}

.sn-stat-ring img {
  width: 100%;
  height: 100%;
}

.sn-stat-ring span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "PT Sans", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #075c61;
}

.sn-stat p {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
}

.sn-vs-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: start;
  margin-top: 24px;
}

.sn-vs-col h4 {
  margin: 0 0 20px;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}

.sn-vs-badge {
  align-self: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--sn-teal-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Rubik", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 80px;
}

.sn-pain-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sn-pain-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 18px;
  line-height: 1.4;
}

.sn-pain-list img {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}

.sn-persona-band {
  background: linear-gradient(-17deg, #054245 31.6%, #0a7a80 126.25%);
  padding: 80px 0;
  color: #ffffff;
}

.sn-persona-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-top: 48px;
}

.sn-persona-card {
  display: grid;
  grid-template-columns: 203px 1fr;
  gap: 24px;
  align-items: start;
}

.sn-persona-photo {
  width: 203px;
  height: 203px;
  border-radius: 50%;
  object-fit: cover;
}

.sn-persona-copy h3 {
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 700;
  color: var(--sn-persona-blue);
}

.sn-persona-role {
  margin: 0 0 20px;
  font-size: 18px;
  color: var(--sn-persona-cream);
  text-align: left;
}

.sn-persona-copy h4 {
  margin: 16px 0 8px;
  font-size: 22px;
  font-weight: 700;
  color: var(--sn-persona-blue);
}

.sn-persona-copy p {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
}

.sn-journey-label {
  margin: 40px 0 20px;
  font-size: 32px;
  font-weight: 600;
  color: var(--sn-teal-deep);
}

.sn-journey-wrap {
  overflow-x: auto;
  border: 3px solid var(--sn-journey-border);
  border-radius: 20px;
}

.sn-journey-table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
}

.sn-journey-table th,
.sn-journey-table td {
  padding: 20px 16px;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid var(--sn-journey-border);
  border-bottom: 1px solid var(--sn-journey-border);
  line-height: 1.4;
}

.sn-journey-table thead th {
  color: #054447;
  font-family: "PT Sans Caption", "PT Sans", sans-serif;
  font-weight: 700;
  background: #f8fcfd;
}

.sn-journey-table tbody th {
  font-weight: 700;
  text-align: left;
  width: 140px;
  background: #f8fcfd;
}

.sn-journey-table tr:last-child th,
.sn-journey-table tr:last-child td {
  border-bottom: none;
}

.sn-journey-table th:last-child,
.sn-journey-table td:last-child {
  border-right: none;
}

.sn-emoji {
  color: var(--sn-journey-border);
  margin-right: 4px;
}

.sn-flow {
  padding-bottom: 100px;
}

.sn-flow-img {
  display: block;
  width: 100%;
  max-width: 1034px;
  margin: 32px auto 0;
  border-radius: 8px;
}

.sn-wireframe-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 32px;
}

.sn-wireframe-grid img {
  width: 100%;
  border: 1px solid #808080;
  border-radius: 15px;
  display: block;
}

.sn-screens-band {
  background: linear-gradient(-17deg, #054245 31.6%, #0a7a80 126.25%);
  padding: 80px 0 100px;
  color: #ffffff;
}

.sn-screen-label {
  margin: 0 0 24px;
  font-size: clamp(32px, 4vw, 60px);
  font-weight: 700;
  letter-spacing: 6px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.35);
  text-stroke: 1px rgba(255, 255, 255, 0.35);
}

.sn-screen-label--dark {
  color: transparent;
  -webkit-text-stroke: 1px rgba(5, 66, 69, 0.35);
  text-stroke: 1px rgba(5, 66, 69, 0.35);
}

.sn-screen-block {
  margin-bottom: 64px;
}

.sn-screen-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.sn-screen-copy h4 {
  margin: 0 0 12px;
  font-size: 30px;
  font-weight: 700;
}

.sn-screen-copy p {
  margin: 0 0 32px;
  font-size: 20px;
  line-height: 1.6;
  color: #f2f4f3;
}

.sn-screen-row img,
.sn-screen-full {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 47px rgba(0, 0, 0, 0.25);
}

.sn-screen-block--split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

.sn-screen-block--split p {
  font-size: 20px;
  line-height: 1.6;
  color: #000000;
  margin-bottom: 24px;
}

.sn-screen-block--split img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 47px rgba(0, 0, 0, 0.25);
}

.sn-dashboards-band {
  background: linear-gradient(-17deg, #054245 31.6%, #0a7a80 126.25%);
  padding: 80px 0;
  color: #f2f4f3;
}

.sn-dashboard-block {
  margin-bottom: 80px;
}

.sn-dashboard-row {
  display: grid;
  grid-template-columns: 1fr 515px;
  gap: 48px;
  align-items: center;
  margin-top: 32px;
}

.sn-dashboard-row--reverse {
  grid-template-columns: 515px 1fr;
}

.sn-dashboard-copy h4 {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 400;
}

.sn-dashboard-copy p {
  margin: 0 0 32px;
  font-size: 20px;
  line-height: 1.6;
  padding-bottom: 24px;
  border-bottom: 2px solid rgba(242, 244, 243, 0.4);
}

.sn-dashboard-copy p:last-child {
  border-bottom: none;
}

.sn-dashboard-row img {
  width: 100%;
  border-radius: 10px;
}

.sn-profile-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-top: 32px;
}

.sn-profile-grid img {
  width: 100%;
  border: 1px solid #808080;
  border-radius: 10px;
  box-shadow: 0 4px 47px rgba(0, 0, 0, 0.25);
}

.sn-profile-grid h4 {
  margin: 24px 0 12px;
  font-size: 30px;
  font-weight: 700;
}

.sn-profile-grid p {
  margin: 0;
  font-size: 20px;
  line-height: 1.6;
}

.sn-feedback-group {
  margin: 32px 0 20px;
  font-size: 30px;
  font-weight: 700;
  color: var(--sn-teal-dark);
}

.sn-quote {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding: 20px 24px;
  margin-bottom: 20px;
  border: 2px solid rgba(128, 128, 128, 0.8);
  border-radius: 15px;
}

.sn-quote img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  flex-shrink: 0;
  object-fit: cover;
}

.sn-quote-name {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
}

.sn-quote-text {
  margin: 0;
  font-size: 20px;
  line-height: 1.6;
  font-style: italic;
}

.sn-thanks {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  padding: 80px 48px 120px;
  background: #ffffff;
  flex-wrap: wrap;
}

.sn-thanks-illus {
  width: min(448px, 80vw);
  height: auto;
}

.sn-thanks h2 {
  margin: 0;
  font-size: clamp(42px, 6vw, 70px);
  font-weight: 700;
  color: var(--sn-teal-dark);
  line-height: 1.6;
}

.sn-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 48px;
  text-align: center;
}

.sn-process-num {
  display: block;
  font-family: "Koulen", sans-serif;
  font-size: 35px;
  color: var(--sn-teal-accent);
  margin-bottom: 8px;
}

.sn-process-step h3 {
  margin: 0 0 12px;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.sn-process-step p {
  margin: 0;
  font-size: 18px;
  line-height: 20px;
  opacity: 0.75;
}

@media (max-width: 1100px) {
  .sn-problems-grid,
  .sn-audience-grid,
  .sn-persona-grid,
  .sn-screen-row,
  .sn-screen-block--split,
  .sn-dashboard-row,
  .sn-dashboard-row--reverse,
  .sn-profile-grid,
  .sn-vs-grid {
    grid-template-columns: 1fr;
  }

  .sn-vs-badge {
    margin: 0 auto;
  }

  .sn-persona-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .sn-persona-photo {
    margin: 0 auto;
  }

  .sn-dashboard-row,
  .sn-dashboard-row--reverse {
    grid-template-columns: 1fr;
  }

  .sn-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .sn-outline-box,
  .sn-wireframe-grid,
  .sn-process-grid {
    grid-template-columns: 1fr;
  }

  .sn-hero {
    padding: 40px 20px 60px;
  }

  .sn-quote {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
