/* Bootstrap Reboot is normalized to the approved page typography. */
html,body{height:100%;}
body{line-height:normal;}
h1,h2,h3,h4,h5,h6{font-size:revert;font-weight:revert;line-height:normal;margin:revert;}
p,dl,dd,figure{margin:revert;}
a:hover{text-decoration:none;}
button{line-height:normal;}

/* Birdi shared styles. Cascade order is intentional; responsive rules remain beside their applicable defaults. */

.case-study a {
  color: #ee4865;
  text-decoration: none;
}
.case-study a:hover {
  color: #101d30;
}

body {
  font-size: 16px;
}
button,summary {
  font: inherit;
}
button {
  cursor: pointer;
}
.case-study img {
  max-width: 100%;
}
button:focus-visible,summary:focus-visible,[tabindex]:focus-visible {
  outline: 3px solid #ee4865;
  outline-offset: 5px;
}
.section-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  background-color:transparent;
}
.section-heading {
  margin-bottom: clamp(32px,4vw,48px);
}
.centered {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.eyebrow {
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 700;
  color: #ee4865;
  margin: 0 0 18px;
}
.section-heading h2 {
  font-size: clamp(1.55rem,2.4vw,2.1rem);
  line-height: 1.25;
  margin: 0;
}
.section-heading h2 span {
  color: #ee4865;
}
.workflow-section {
  padding: clamp(56px,7vw,84px) 0;
  background: linear-gradient(135deg,#0e1d31 0%,#15233b 100%);
  color: #fff;
}
.workflow-layout {
  display: grid;
  grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr);
  gap: clamp(36px,6vw,80px);
  align-items: start;
}
.workflow-sticky {
  position: sticky;
  top: 124px;
  min-width: 0;
}
/* Short screens need normal page scrolling, not a taller sticky panel. */
@media (max-height:650px) {
  .workflow-sticky { position: relative; top: auto; }
}
.workflow-visual-heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .1em;
  margin-bottom: 18px;
}
.workflow-visual-heading span:first-child {
  color: var(--body);
}
.workflow-stage {
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(300px,56vh,560px);
  overflow: hidden;
  color: #101d30;
}
.workflow-screen {
  display: block;
  animation: visual-arrive .4s ease;
}
.workflow-caption {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  margin: 18px 0 16px;
  font-weight: 500;
}
.workflow-progress {
  height: 3px;
  background: rgba(255,255,255,.2);
}
.workflow-progress span {
  display: block;
  height: 100%;
  background: #ee4865;
  transition: width .35s ease;
}
.workflow-explainer {
  width: 100%;
}
.workflow-explainer>i {
  font-size: 44px;
  color: #ee4865;
  margin-bottom: 24px;
}
.workflow-explainer h3 {
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 24px;
}
.explainer-rows {
  display: grid;
  gap: 0;
}
.explainer-rows>div {
  border-top: 1px solid #e9d3db;
  padding: 14px 0;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  line-height: 1.4;
}
.explainer-rows i {
  color: #ee4865;
  font-size: 16px;
}
.illustration-note {
  font-size: 16px;
  font-weight: 500;
  color: #101d30;
  margin: 18px 0 0;
}
.workflow-timeline {
  border-left: 1px solid rgba(255,255,255,.3);
  padding-left: 32px;
}
.workflow-step {
  position: relative;
  padding: 0 0 56px;
}
.workflow-step:last-child {
  padding-bottom: 0;
  min-height: 200px;
}
.workflow-step:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  left: -38px;
  border: 2px solid #ee4865;
  background: #101d30;
  border-radius: 50%;
  transition: box-shadow .25s,background .25s;
}
.workflow-step.is-active:before {
  background: #ee4865;
  box-shadow: 0 0 0 7px rgba(238,72,101,.18);
}
.workflow-step-number {
  letter-spacing: .08em;
  display: flex;
  align-items: baseline;
  margin-bottom: 12px;
}
.workflow-step h3 {
  color: #fff;
  margin: 0 0 16px;
  transition: color .25s;
}
.workflow-step.is-active h3 {
  color: #ee4865;
}
.workflow-step p {
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
  color: #fff;
}
.features-intro {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
  align-items: end;
  margin-bottom: 40px;
}
.feature-tabs {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
}
.feature-tab {
  border-bottom: 3px solid transparent;
  background: transparent;
  color: #101d30;
  padding: 20px 8px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  text-align: left;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
}
.feature-tab i {
  font-size: 18px;
  color: #ee4865;
}
.feature-tab.is-active {
  border-color: #ee4865;
}
.features-panel {
  display: grid;
  grid-template-columns: 260px minmax(0,1fr);
  gap: 54px;
  padding: 40px 0;
}
.feature-panel-number {
  line-height: 1;
  color: #ee4865;
  font-weight: 600;
}
.feature-panel-heading h3 {
  font-size: 24px;
  line-height: 1.3;
  margin: 16px 0 12px;
}
.feature-panel-heading p {
  font-size: 16px;
  color: #101d30;
}
.feature-items {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 32px;
}
.feature-item {
  border-left: 2px solid #ee4865;
  padding-left: 20px;
}
.feature-item h4 {
  font-size: 17px;
  line-height: 1.4;
  margin: 0 0 12px;
}
.feature-item p {
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  color: #101d30;
}
.editorial-accordion {
  border-top: 1px solid #c7d0dd;
  color: #101d30;
}
.editorial-accordion:last-child {
  border-bottom: 1px solid #c7d0dd;
}
.editorial-accordion summary {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 26px 0;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}
.editorial-accordion summary::-webkit-details-marker {
  display: none;
}
.editorial-accordion summary>span:not(.accordion-number) {
  flex: 1;
}
.editorial-accordion summary>i {
  color: #ee4865;
  font-size: 16px;
  transition: transform .25s;
}
.accordion-number {
  font-size: 28px;
  color: #ee4865;
  font-weight: 600;
}
.editorial-accordion[open] summary {
  color: #c92145;
}
.editorial-accordion[open] summary>i {
  transform: rotate(45deg);
}
.accordion-content {
  padding: 0 0 28px 64px;
  animation: content-arrive .3s ease;
}
.accordion-content p {
  font-size: 16px;
  line-height: 1.75;
  margin: 12px 0 0;
  color: #101d30;
}
.lift-card {
  transition: transform .3s,box-shadow .3s;
}
.lift-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(16,29,48,.1);
}
.parallax-visual {
  will-change: transform;
}
.faq-section>div {
  display: grid;
  grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr);
  gap: 64px;
  align-items: start;
}
.faq-list {
  min-width: 0;
}
.faq-list .accordion-content {
  padding-left: 0;
}
@keyframes content-arrive{from{transform:translateY(10px)}to{transform:translateY(0)}}
@keyframes visual-arrive{from{transform:translateY(12px) scale(.98)}to{transform:translateY(0) scale(1)}}
@media (max-width:900px) {
  .workflow-layout {
    gap: 36px;
    grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
  }
  .features-panel {
    grid-template-columns: 210px minmax(0,1fr);
    gap: 32px;
  }
  .feature-tabs {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .features-intro {
    gap: 32px;
  }
}
@media (max-width:700px) {
  .workflow-layout,.features-intro,.features-panel,.faq-section>div {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .workflow-sticky {
    position: relative;
    top: auto;
  }
  .workflow-stage {
    height: 440px;
  }
  .workflow-timeline {
    margin-left: 6px;
  }
  .workflow-step:last-child {
    min-height: 0;
  }
  .workflow-explainer h3 {
    font-size: 22px;
  }
  .feature-items {
    gap: 24px;
  }
  .faq-section>div>div:first-child {
    position: static !important;
  }
  .accordion-content {
    padding-left: 0;
  }
  .editorial-accordion summary {
    gap: 16px;
    font-size: 17px;
  }
  .parallax-visual {
    transform: none !important;
  }
}
@media (max-width:460px) {
  .feature-items,.industry-grid {
    grid-template-columns: 1fr;
  }
  .feature-tab {
    font-size: 16px;
    padding: 16px 8px;
    overflow-wrap: anywhere;
  }
  .workflow-stage {
    height: 420px;
  }
  .workflow-timeline {
    padding-left: 24px;
  }
  .workflow-step:before {
    left: -30px;
  }
}
@media (max-height:740px) and (min-width:701px) {
  .workflow-stage {
    height: 360px;
  }
  .workflow-explainer>i {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .workflow-explainer h3 {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .explainer-rows>div {
    padding: 10px 0;
  }
  .illustration-note {
    margin-top: 12px;
  }
}
@media (prefers-reduced-motion:reduce) {
  html,body {
    scroll-behavior: auto !important;
  }
  *,*:before,*:after {
    animation: none !important;
    transition: none !important;
  }
  .parallax-visual {
    transform: none !important;
  }
}
.case-study {
  --body: #6f6f6f;
  --heading: #101d30;
  --accent: #ee4865;
}
.case-study section {
  --body: #6f6f6f;
  --heading: #101d30;
}
.case-study section[data-theme="dark"] {
  --body: #b8cbe5;
  --heading: #fff;
}
.case-study p {
  color: var(--body);
}
.case-study p.eyebrow {
  color: #ee4865;
}
.case-study h2,.case-study h3,.case-study h4 {
  color: var(--heading);
}
.workflow-stage {
  --body: #6f6f6f;
  --heading: #101d30;
  background: linear-gradient(155deg,#fff 30%,#eaf1fa);
  border: 1px solid rgba(255,255,255,.2);
  box-shadow: 0 24px 60px rgba(0,0,0,.2);
}
.workflow-step-number {
  font-size: 16px;
  line-height: 1.5;
  gap: 7px;
  color: var(--body);
  font-weight: 400;
}
.workflow-step-number strong {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: inherit;
  letter-spacing: inherit;
}
.workflow-step {
  min-height: 200px;
  padding-bottom: 48px;
}
.workflow-step:before {
  top: 7px;
}
.workflow-step h3 {
  font-size: 24px;
  line-height: 1.35;
}
.workflow-step p,.workflow-caption {
  color: var(--body);
}
.illustration-note,.feature-panel-heading p,.feature-item p,.accordion-content p {
  color: var(--body);
}
.problems-section {
  padding: clamp(56px,7vw,84px) 0;
  background: #f3f3f3;
}
.problems-layout {
  display: grid;
  grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr);
  gap: clamp(40px,6vw,80px);
  align-items: start;
}
.problems-heading {
  position: static;
  align-self: start;
  padding: 28px 0;
  border-top: 2px solid #ee4865;
}
.problems-heading h2 {
  font-size: clamp(28px,3vw,38px);
  line-height: 1.18;
  letter-spacing: -.035em;
  margin: 0 0 24px;
}
.problems-heading h2 span {
  color: #ee4865;
}
.section-subtext {
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
  max-width: 390px;
}
.problems-note {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 32px;
}
.problems-note>span {
  height: 44px;
  width: 3px;
  background: #ee4865;
}
.problems-note p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
.problem-accordions {
  display: grid;
  gap: 12px;
}
.problem-item {
  background: #fff;
  border: 1px solid #e0e7f0;
  border-radius: 14px;
  transition: border-color .3s,box-shadow .3s;
}
.problem-item.is-open {
  border-color: #ee4865;
  box-shadow: 0 16px 40px rgba(16,29,48,.06);
}
.problem-item h3 {
  margin: 0;
}
.problem-item button {
  width: 100%;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  background: transparent;
  border: 0;
  color: #101d30;
  padding: 22px 24px;
  font-family: inherit;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  border-radius: 14px;
}
.problem-item button:hover {
  color: #c92145;
}
.problem-toggle {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9e2ed;
  color: #101d30;
  transition: background .3s,transform .3s,color .3s;
}
.problem-toggle i {
  font-size: 16px;
}
.is-open .problem-toggle {
  background: #ee4865;
  border-color: #ee4865;
  color: #fff;
  transform: rotate(45deg);
}
.problem-reveal {
  display: grid;
  grid-template-rows: 0fr;
  visibility: hidden;
  transition: grid-template-rows .35s ease,visibility .35s;
}
.problem-reveal>div {
  min-height: 0;
  overflow: hidden;
}
.is-open .problem-reveal {
  grid-template-rows: 1fr;
  visibility: visible;
}
.problem-answer {
  padding: 0 24px 24px;
}
.problem-answer p {
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
  border-top: 1px solid #e7edf5;
  padding-top: 18px;
  color: var(--body);
}
.industry-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 20px;
  align-items: stretch;
}
.industry-flip {
  appearance: none;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  perspective: 1200px;
  text-align: left;
  font-family: inherit;
  color: #101d30;
  border-radius: 16px;
}
.flip-inner {
  display: grid;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform .65s cubic-bezier(.22,.61,.36,1);
  position: relative;
}
.industry-flip.is-flipped .flip-inner {
  transform: rotateY(180deg);
}
.flip-front,.flip-back {
  grid-area: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: 26px;
  border-radius: 16px;
  border: 1px solid #dce5f0;
  min-width: 0;
}
.flip-front {
  background: #fff;
  transform: rotateY(0deg);
}
.flip-front>i {
  font-size: 28px;
  color: #ee4865;
}
.flip-front strong {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  color: #101d30;
}
.flip-hint {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 16px;
  line-height: 1.4;
  color: #6f6f6f;
  border-top: 1px solid #e6ecf4;
  padding-top: 16px;
}
.flip-hint i {
  font-size: 16px;
  color: #ee4865;
}
.flip-back {
  transform: rotateY(180deg);
  background: linear-gradient(135deg,#0e1d31,#15233b);
  border-color: #15233b;
  color: #fff;
}
.flip-back-label {
  font-size: 16px;
  color: #ff8299;
  font-weight: 600;
}
.flip-description {
  font-size: 16px;
  line-height: 1.7;
  color: #d1def0;
}
.flip-back-hint {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 16px;
  color: #b8cbe5;
}
.flip-back-hint i {
  font-size: 16px;
}
.feature-tabs {
  gap: 8px;
  border-bottom: 0;
  padding: 6px;
  background: #f0f4f9;
  border-radius: 14px;
}
.feature-tab {
  border: 0;
  border-radius: 10px;
  transition: background .25s,box-shadow .25s;
}
.feature-tab.is-active {
  background: #fff;
  box-shadow: 0 4px 15px rgba(16,29,48,.08);
}
.feature-tab:hover {
  background: #fff;
}
.feature-panel-number {
  font-size: 40px;
}
.features-panel {
  padding-top: 32px;
}
.case-study a.contact-link {
  overflow: hidden;
  position: relative;
}
.case-study a.contact-link i {
  transition: transform .25s;
}
.case-study a.contact-link:hover i {
  transform: translateX(5px);
}
@media (max-width:900px) {
  .industry-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .problems-layout {
    gap: 32px;
  }
  .problem-item button {
    padding: 20px;
    font-size: 17px;
  }
  .problem-answer {
    padding: 0 20px 20px;
  }
}
@media (max-width:700px) {
  .problems-layout {
    grid-template-columns: 1fr;
  }
  .problems-heading {
    position: static;
  }
  .problems-heading .section-subtext {
    max-width: none;
  }
  .problems-note {
    display: none;
  }
  .workflow-step {
    min-height: 0;
  }
  .workflow-step-number,.workflow-step-number strong {
    font-size: 16px;
  }
  .flip-front,.flip-back {
    padding: 22px;
    gap: 18px;
  }
}
@media (max-width:480px) {
  .industry-grid {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion:reduce) {
  .flip-inner,.problem-reveal,.problem-toggle {
    transition: none;
  }
}
.need-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 22px;
  align-items: stretch;
}
.need-card {
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: box-shadow .3s,border-color .3s,transform .3s;
}
.need-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ee4865;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s;
}
.need-card.is-open {
  border-color: #ee4865;
  box-shadow: 0 18px 40px rgba(16,29,48,.08);
  transform: translateY(-4px);
}
.need-card.is-open:before {
  transform: scaleX(1);
}
.need-card h3 {
  margin: 0;
}
.need-trigger {
  width: 100%;
  border: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 26px;
  text-align: left;
  font-family: inherit;
  color: #101d30;
}
.need-marker {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 16px;
  color: #ee4865;
  font-weight: 500;
}
.need-marker i {
  font-size: 16px;
  transition: transform .3s;
}
.is-open .need-marker i {
  transform: rotate(45deg);
}
.need-title {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
}
.need-hint {
  font-size: 16px;
  line-height: 1.5;
  color: #6f6f6f;
  font-weight: 400;
}
.need-reveal {
  display: grid;
  grid-template-rows: 0fr;
  visibility: hidden;
  transition: grid-template-rows .4s ease,visibility .4s;
}
.need-reveal>div {
  min-height: 0;
  overflow: hidden;
}
.need-card.is-open .need-reveal {
  grid-template-rows: 1fr;
  visibility: visible;
}
.need-copy {
  padding: 0 26px 26px;
}
.need-copy p {
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
  color: #6f6f6f;
}
.need-answer {
  border-top: 1px solid #e9e9e9;
  padding-top: 20px;
  margin-top: 22px;
}
.need-answer>span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #101d30;
  margin-bottom: 10px;
}
.need-trigger:focus-visible {
  outline-offset: -5px;
}
@media (max-width:900px) {
  .need-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}
@media (max-width:620px) {
  .need-grid {
    grid-template-columns: 1fr;
  }
  .need-trigger {
    padding: 24px;
    gap: 16px;
  }
  .need-copy {
    padding: 0 24px 24px;
  }
}
@media (prefers-reduced-motion:reduce) {
  .need-card,.need-card:before,.need-reveal,.need-marker i {
    transition: none;
  }
  .need-card.is-open {
    transform: none;
  }
}
.need-heading {
  padding: 26px 26px 20px;
}
.need-heading h3 {
  font-size: 20px;
  line-height: 1.4;
  margin: 16px 0 0;
  font-weight: 600;
}
.need-static {
  overflow: visible;
  border-top: 3px solid #ee4865;
}
.need-static:before {
  display: none;
}
.scope-heading {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  align-items: baseline;
  justify-content: space-between;
  margin: 0 0 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid #dce2e9;
}
.scope-heading h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}
.scope-heading>span {
  font-size: 16px;
  color: #6f6f6f;
}
.scope-groups {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 28px;
}
.scope-group h4 {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 17px;
  line-height: 1.4;
  margin: 0 0 18px;
}
.scope-group h4 i {
  font-size: 20px;
  color: #ee4865;
}
.scope-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}
.scope-group li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.6;
  color: #6f6f6f;
}
.scope-group li i {
  font-size: 16px;
  line-height: 1.6;
  color: #ee4865;
  flex-shrink: 0;
}
.comparison-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 28px;
}
.comparison-heading h2 {
  font-size: clamp(28px,3vw,38px);
  line-height: 1.2;
  letter-spacing: -.025em;
  margin: 0;
}
.comparison-heading h2 span {
  color: #ee4865;
}
.comparison-heading>p {
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
  max-width: 470px;
}
.comparison-labels,.comparison-row {
  display: grid;
  grid-template-columns: minmax(130px,.55fr) minmax(0,1fr) minmax(0,1.15fr);
  gap: 28px;
}
.comparison-labels {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #101d30;
  padding: 16px 20px;
  border-top: 1px solid #d7dce2;
  border-bottom: 1px solid #d7dce2;
}
.comparison-labels>span:last-child {
  color: #c92145;
}
.comparison-row {
  padding: 22px 20px;
  border-bottom: 1px solid #dfe3e8;
  align-items: start;
}
.comparison-row:nth-child(odd) {
  background: #fff;
}
.comparison-row h3 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}
.comparison-row p {
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  color: #6f6f6f;
}
.comparison-fix {
  border-left: 2px solid #ee4865;
  padding-left: 18px;
}
.mobile-pair-label {
  display: none;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  color: #101d30;
  margin-bottom: 8px;
}
@media (max-width:1000px) {
  .scope-groups {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 28px 36px;
  }
}
@media (max-width:760px) {
  .comparison-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .comparison-labels {
    display: none;
  }
  .comparison-row {
    grid-template-columns: 1fr 1fr;
    gap: 16px 24px;
    padding: 22px 18px;
  }
  .comparison-row h3 {
    grid-column: 1/-1;
    color: #101d30;
    font-size: 20px;
  }
  .mobile-pair-label {
    display: block;
  }
  .comparison-fix .mobile-pair-label {
    color: #c92145;
  }
}
@media (max-width:520px) {
  .scope-groups {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .scope-group {
    padding-bottom: 22px;
    border-bottom: 1px solid #e4e7eb;
  }
  .scope-group:last-child {
    padding-bottom: 0;
    border: 0;
  }
  .comparison-row {
    grid-template-columns: 1fr;
  }
  .comparison-row h3 {
    grid-column: auto;
  }
  .comparison-fix {
    margin-top: 2px;
  }
  .need-heading {
    padding: 24px 24px 20px;
  }
}
.need-static {
  height: 100%;
  box-sizing: border-box;
}
.challenge-story {
  position: relative;
  height: calc(var(--viewport-height) * 4.9);
}
.challenge-stage {
  top: 124px;
}
.challenge-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.challenge-scroll-hint {
  font-size: 16px;
  color: #6f6f6f;
}
.challenge-nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.challenge-count {
  font-size: 20px;
  font-weight: 600;
  color: #101d30;
  margin-right: 10px;
  font-variant-numeric: tabular-nums;
}
.challenge-count span {
  font-size: 16px;
  font-weight: 400;
  color: #6f6f6f;
}
.challenge-nav-actions button {
  height: 42px;
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #dce1e8;
  border-radius: 50%;
  color: #101d30;
  font-size: 16px;
}
.challenge-nav-actions button:hover:not(:disabled) {
  background: #101d30;
  color: #fff;
  border-color: #101d30;
}
.challenge-nav-actions button:disabled {
  opacity: .35;
  cursor: default;
}
.challenge-focus {
  display: flex;
  flex-direction: column;
}
.challenge-focus-heading>span {
  font-size: 16px;
  font-weight: 500;
  color: #ffa4b5;
  letter-spacing: .1em;
}
.case-study .challenge-focus-heading h3 {
  color: #fff;
}
.challenge-focus-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.challenge-focus-problem,.challenge-focus-response {
  display: flex;
  flex-direction: column;
}
.challenge-focus-response {
  background: #fff;
}
.challenge-focus-pair h4 {
  font-weight: 600;
  margin: 0 0 18px;
}
.response-heading {
  display: flex;
}
.response-heading i {
  color: #178347;
}
.case-study .response-heading h4 {
  color: #178347;
}
.case-study .challenge-focus-problem h4 {
  color: #c83232;
}
.challenge-focus-problem {
  background: #fff;
}
.challenge-segments {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}
.challenge-segment {
  flex: 1;
  border: 0;
  background: transparent;
  padding: 20px 0;
  min-height: 44px;
}
.challenge-segment span {
  display: block;
  height: 4px;
  border-radius: 3px;
  background: #d8dee7;
  transition: background .25s;
}
.challenge-segment.is-active span {
  background: #ee4865;
}
.challenge-segment:hover span {
  background: #101d30;
}
@keyframes challenge-arrive{from{transform:translateY(10px)}to{transform:translateY(0)}}
@media (max-width:700px) {
  .challenge-stage {
    top: 12px;
  }
  .challenge-navigation {
    gap: 12px;
  }
  .challenge-scroll-hint {
    max-width: 160px;
    line-height: 1.4;
  }
  .challenge-focus-pair {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion:reduce) {
  .challenge-segment span {
    transition: none;
  }
}
.project-meta {
  padding: 4px 0 20px;
  border-bottom: 1px dashed rgba(255,255,255,.2);
}
.project-meta-label {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--body);
  font-weight: 500;
}
.project-meta-label i {
  color: #ff8299;
  font-size: 18px;
  width: 24px;
}
.project-meta-value {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
  margin: 10px 0 0 36px;
}
.brief-paragraphs {
  margin-bottom: 24px;
}
.birdi-presentation-27 .brief-paragraphs p {
  font-size: 17px;
  line-height: 1.75;
  margin: 0 0 18px;
  text-align: center;
}
.brief-paragraphs p {
  font-size: 17px;
  line-height: 1.75;
  margin: 0 0 18px;

}
.brief-paragraphs p:last-child {
  margin-bottom: 0;
}
.brief-visual {
  margin: 0 auto;
  width: 100%;
  max-width: 480px;
  padding: 16px;
  background: #f6f7fa;
  border: 1px solid #e3e7ed;
  border-radius: 16px;
  box-shadow: none;
}
.brief-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(16,29,48,.08);
}
.brief-visual figcaption {
  font-size: 16px;
  line-height: 1.55;
  color: #6f6f6f;
  margin-top: 16px;
  padding-left: 16px;
  border-left: 2px solid #ee4865;
  text-align: left;
}
.wwb-visual-panel { max-width: 900px; margin: 32px auto; background: #f6f7fa; border: 1px solid #e3e7ed; border-radius: 16px; padding: 28px; }
.wwb-visual-panel img { display: block; width: 100%; height: auto; border-radius: 10px; box-shadow: 0 14px 30px rgba(16,29,48,.1); }
.wwb-visual-caption { font-size: 15px; color: #6f6f6f; margin: 16px 0 0; padding-left: 16px; border-left: 2px solid #ee4865; }
.birdi-secondary-cta { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; font-size: 16px; color: #101d30; padding: 14px 6px; background: none; border: 0; box-shadow: none; }
.birdi-secondary-cta i { color: #ee4865; transition: transform .2s; }
.birdi-secondary-cta:hover { color: #ee4865; }
.birdi-secondary-cta:hover i { transform: translateX(4px); }
.workflow-stage {
  padding: 0;
}
.workflow-screen {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 0;
}
.workflow-explainer {
  padding: 24px;
  max-width: 410px;
}
.response-heading {
  align-items: baseline;
  gap: 12px;
}
.response-heading i {
  font-size: 22px;
}
.problem-heading i {
  color: #c83232;
}
.case-study .outcome-light {
  --body: #6f6f6f;
  --heading: #101d30;
  background-color: #f0f0ff;
}
.outcome-light .outcome-pointer {
  color: #535d6c;
}
@media (max-width:700px) {
  .challenge-focus-pair h4,.response-heading i {
    font-size: 20px;
  }
  .workflow-stage {
    padding: 0;
    display: none !important;
  }
  .brief-visual img {
    height: auto;
  }
  .outcome-light {
    background-attachment: scroll !important;
  }
}
.project-details-grid {
  margin: 0;
  display: grid;
  border-top: 1px solid rgba(255,255,255,.18);
  border-left: 1px solid rgba(255,255,255,.18);
}
.project-detail {
  border-right: 1px solid rgba(255,255,255,.18);
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.project-detail dt {
  display: flex;
  align-items: center;
}
.project-detail dt i {
  color: #ff8299;
}
.challenge-stage {
  display: flex;
  flex-direction: column;
}
.challenge-stage>.comparison-heading {
  flex-shrink: 0;
}
.challenge-stage .comparison-heading .eyebrow {
  margin-bottom: 10px;
}
.challenge-stage .comparison-heading h2 {
  font-size: 34px;
  line-height: 1.14;
}
.challenge-stage .comparison-heading>p {
  font-size: 16px;
  line-height: 1.6;
}
.challenge-navigation,.challenge-segments {
  flex-shrink: 0;
}
.challenge-focus {
  overflow-y: auto;
}
.challenge-focus-heading {
  flex-shrink: 0;
}
.challenge-focus-pair {
  flex: 1 0 auto;
}
.challenge-focus-pair h4 {
  font-size: 28px;
  line-height: 1.25;
  margin-bottom: 16px;
}
@media (max-width:1000px) {
  .challenge-stage .comparison-heading h2 {
    font-size: 30px;
  }
}
@media (max-width:700px) {
  .challenge-stage>.comparison-heading {
    grid-template-columns: 1fr;
  }
  .challenge-stage .comparison-heading>p {
    display: none;
  }
  .challenge-stage .comparison-heading .eyebrow {
    margin-bottom: 6px;
  }
  .challenge-stage .comparison-heading h2 {
    font-size: 28px;
  }
  .challenge-focus {
    flex-basis: 440px;
  }
  .challenge-focus-pair h4 {
    font-size: 28px;
  }
}
.challenge-focus {
  border-radius: 20px;
  background: #fff;
  border: 1px solid #e1e5ec;
}
.challenge-focus-heading {
  padding: 16px 28px 22px;
  background: linear-gradient(135deg,#0e1d31,#18233a);
  border-bottom: 3px solid #ee4865;
}
.case-study .challenge-focus-heading h3 {
  line-height: 1.2;
  margin: 0;
  font-weight: 600;
}
.challenge-focus-problem,.challenge-focus-response {
  padding: 28px;
  justify-content: flex-start;
  background: #fff;
}
.challenge-focus-response {
  border-left: 1px solid #dfe3e9;
}
.challenge-focus-pair .response-heading {
  display: flex;
}
.challenge-focus-pair .response-heading i {
  display: block;
  line-height: 1;
}
.challenge-focus-pair .response-heading h4 {
  font-weight: 600;
  margin: 0;
}
.challenge-focus-pair p {
  margin: 0;
}
.case-study .problem-heading h4,.challenge-focus-pair .problem-heading i {
  color: #ce3335;
}
.case-study .challenge-focus-response h4,.challenge-focus-response .response-heading i {
  color: #16864b;
}
@media (max-width:700px) {
  .challenge-focus-heading {
    padding: 18px 22px;
  }
  .challenge-focus-problem,.challenge-focus-response {
    padding: 24px;
  }
  .challenge-focus-response {
    border-left: 0;
    border-top: 1px solid #dfe3e9;
  }
}
:root {
  --viewport-height: 100vh;
}
@supports (height:100svh) {
  :root {
    --viewport-height: 100svh;
  }
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.case-study * {
  min-width: 0;
}
.case-study p,.case-study dd,.case-study h2,.case-study h3 {
  overflow-wrap: break-word;
}
.hero-location {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 20px;
  margin: 0 0 22px;
  padding-left: 14px;
  border-left: 3px solid #ee4865;
}
.hero-country {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero-country img {
  width: 34px;
  height: auto;
  display: block;
  flex-shrink: 0;
  border: 1px solid #e0e4eb;
}
.hero-country span {
  font-size: 16px;
  line-height: 1.5;
  color: #c92145;
  font-weight: 500;
}
.hero-location strong {
  font-size: 18px;
  line-height: 1.5;
  color: #101d30;
  font-weight: 600;
}
.project-details-grid {
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 32px 36px;
  border: 0;
}
.project-detail {
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
}
.project-detail dt {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  gap: 10px;
  color: #b8cbe5;
}
.project-detail dt i {
  font-size: 18px;
  flex-shrink: 0;
}
.project-detail dd {
  margin: 12px 0 0;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
}
.flip-inner {
  -webkit-transform-style: preserve-3d;
}
.flip-front,.flip-back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.challenge-stage {
  position: -webkit-sticky;
  position: sticky;
}
@media (max-width:1000px) {
  .project-details-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 28px 32px;
  }
}
@media (max-width:620px) {
  .hero-location {
    display: block;
  }
  .hero-location strong {
    display: block;
    margin-top: 7px;
  }
  .project-details-grid {
    gap: 26px 22px;
  }
  .project-detail dd {
    font-size: 16px;
  }
  .project-detail dt {
    font-size: 16px;
  }
  .case-study a.contact-link {
    max-width: 100%;
  }
  .challenge-nav-actions {
    flex-shrink: 0;
  }
}
@media (max-width:380px) {
  .project-details-grid {
    grid-template-columns: 1fr;
  }
  .hero-country img {
    width: 30px;
  }
  .challenge-navigation {
    flex-wrap: wrap;
    gap: 8px;
  }
  .challenge-scroll-hint {
    max-width: none;
  }
  .feature-tab {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width:767px) {
  .hero-art {
    display: none !important;
  }
  .hero-layout,.brief-layout {
    grid-template-columns: minmax(0,1fr) !important;
  }

  .case-study>section {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .case-study .hero-section
  {
    padding-top: 80px !important;
  }
  .hero-section h1 {
    font-size: clamp(32px,7.5vw,44px) !important;
    line-height: 1.15 !important;
  }
  .case-study h2 {
    font-size: clamp(26px,6vw,32px) !important;
    line-height: 1.25 !important;
  }
  .hero-section p {
    font-size: 16px !important;
    line-height: 1.7 !important;
    max-width: 100% !important;
  }
  .hero-actions {
    gap: 12px !important;
  }
  .hero-actions a {
    min-height: 48px;
    justify-content: center;
  }
  .client-brief,.client-brief .brief-paragraphs p,.client-brief .brief-facts {
    text-align: center !important;
  }
  .client-brief .brief-paragraphs {
    max-width: 560px;
    margin: 0 auto 28px;
  }
  .client-brief .brief-paragraphs p {
    font-size: 16px;
    line-height: 1.75;
  }
  .brief-facts {
    grid-template-columns: minmax(0,1fr) !important;
    gap: 20px !important;
    max-width: 420px;
    margin: 0 auto;
  }
  .brief-visual {
    max-width: 300px;
    margin-top: 1rem;
  }
  .brief-visual figcaption {
    text-align: center;
    border-left: 0;
    padding-left: 0;
  }
  .brief-visual figcaption:before {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #ee4865;
    margin: 0 auto 12px;
  }
  .feature-tab {
    min-height: 48px;
  }
}
@media (max-width:480px) {
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-actions a {
    padding: 14px 18px !important;
    text-align: center;
  }
  .hero-section h1 {
    letter-spacing: -.025em !important;
  }
}
.birdi-gradient-label::after {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  margin: 12px auto 0;
  border-radius: 3px;
  background: linear-gradient(90deg,#ee4865 0%,#ff8299 48%,rgba(255,130,153,0) 100%);
}
.hero-location .hero-country {
  gap: 14px;
}
.hero-location .hero-country img {
  width: 38px;
}
.hero-location .hero-country span {
  font-size: 26px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: -.02em;
}
@media (max-width:767px) {
  .hero-location .hero-country img {
    width: 42px;
  }
  .hero-location .hero-country span {
    font-size: 23px;
  }
}
.client-brief .brief-visual {
  width: min(100%,420px);
  max-width: 420px;
}
.client-brief .brief-visual img {
  height: auto;
  object-fit: contain;
  box-shadow: 0 20px 44px rgba(16,29,48,.16),0 5px 12px rgba(16,29,48,.08);
}
.need-grid {
  grid-auto-rows: auto;
}
.need-grid .need-static {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 0;
  height: auto;
}
.need-grid .need-copy {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  row-gap: 0;
}
@media (max-width:620px) {
  .need-grid .need-static {
    display: block;
    grid-row: auto;
  }
  .need-grid .need-copy {
    display: block;
    grid-row: auto;
  }
  .client-brief .brief-visual img {
    box-shadow: 0 14px 28px rgba(16,29,48,.14),0 3px 8px rgba(16,29,48,.07);
  }
}
@media (max-width:767px) {
  .client-brief .brief-visual {
    width: min(100%,300px);
  }
}
.client-brief .brief-facts {
  display: grid !important;
  grid-template-columns: minmax(0,1fr) !important;
  gap: 0 !important;
  max-width: none;
  margin: 28px 0 0;
  padding: 6px 22px;
  background: #f6f7fa;
  border: 1px solid #e3e7ed;
  border-radius: 16px;
  text-align: left !important;
}
.brief-fact {
  display: grid;
  grid-template-columns: 36px minmax(0,1fr);
  gap: 14px;
  align-items: start;
  padding: 18px 0;
}
.brief-fact+.brief-fact {
  border-top: 1px solid #dfe4ec;
}
.brief-fact-icon {
  display: grid;
  place-items: center;
  height: 36px;
  border-radius: 10px;
  background: #fce7ed;
  color: #c92145;
  font-size: 17px;
}
.case-study .brief-fact h3 {
  font-size: 17px;
  line-height: 1.45;
  font-weight: 600;
  margin: 0 0 5px;
  color: #101d30;
}
.brief-fact p {
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
  color: #535d6c;
}
.challenge-mobile {
  display: none;
}
.challenge-focus {
  height: auto;
  min-height: 0;
  max-height: none;
  flex: 0 0 auto;
  overflow: hidden;
  box-shadow: none;
}
.challenge-stage {
  max-height: none;
}
.challenge-stage>.comparison-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  margin-bottom: 28px;
}
.challenge-stage>.comparison-heading>div {
  width: 100%;
}
.challenge-stage>.comparison-heading>p {
  max-width: 680px;
  margin: 0;
  color: #626b78;
  font-size: 16px;
  line-height: 1.7;
}
.challenge-stage>.comparison-heading .eyebrow {
  margin-bottom: 12px;
}
.challenge-navigation {
  margin-bottom: 20px;
}
.challenge-mobile-heading {
  text-align: center;
}
.challenge-mobile-description {
  max-width: 680px;
  margin: 16px auto 0;
  font-size: 16px;
  line-height: 1.7;
  color: #626b78;
}
.challenge-mobile-hint {
  font-size: 16px;
  line-height: 1.5;
  color: #626b78;
  margin: 0 0 16px;
}
.challenge-focus-pair {
  animation: none;
}
.challenge-focus-pair .response-heading {
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.challenge-focus-pair .response-heading i {
  font-size: 22px;
}
.challenge-focus-pair .response-heading h4 {
  font-size: 21px;
  line-height: 1.35;
}
.challenge-focus-pair p {
  font-size: 16px;
  line-height: 1.7;
  color: #535d6c;
}
.case-study .challenge-focus-heading h3 {
  font-size: 28px;
}
.related-section {
  background: #101d30;
  color: #f7f9fc;
  padding: clamp(48px,6vw,72px) 0;
}
.related-heading {
  max-width: 720px;
  margin-bottom: 28px;
}
.related-heading h2 {
  font-size: clamp(28px,3vw,38px);
  line-height: 1.25;
  margin: 0;
  color: #f7f9fc;
}
.related-heading h2 span {
  color: #ff8299;
}
.related-all-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  min-height: 44px;
  font-size: 16px;
  line-height: 1.4;
  color: #f7f9fc;
}
.related-all-link:hover { color: #ff8299; }
.related-all-link:focus-visible { outline: 3px solid #ff8299; outline-offset: 4px; }
.related-switcher {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 24px;
}
.related-switcher button {
  font: inherit;
  font-size: 16px;
  line-height: 1.4;
  min-height: 44px;
  min-width: 44px;
  border: 1px solid #4b596e;
  border-radius: 8px;
  color: #f7f9fc;
  background: transparent;
  padding: 10px 16px;
}
.related-switcher button[aria-pressed="true"] {
  background: #f7f9fc;
  color: #101d30;
  border-color: #f7f9fc;
}
.related-card {
  border: 1px solid #39475b;
  border-radius: 18px;
  background: #16253a;
  padding: 32px;
  min-width: 0;
}
.related-card-tag {
  color: #ff8299;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 12px;
}
.case-study .related-card h3 {
  font-size: clamp(24px,2.7vw,32px);
  line-height: 1.3;
  color: #f7f9fc;
  margin: 0 0 28px;
  max-width: 780px;
}
.related-comparison {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  gap: 32px;
}
.related-card h4 {
  font-size: 17px;
  line-height: 1.4;
  font-weight: 600;
  color: #f7f9fc;
  margin: 0 0 10px;
}
.related-card p {
  font-size: 16px;
  line-height: 1.75;
  overflow-wrap: anywhere;
}
.related-comparison p {
  color: #bdcbe0;
  margin: 0;
}
.related-result {
  margin-top: 28px;
  padding: 24px 0 0;
  border-top: 1px solid #3d4b60;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: end;
  gap: 28px;
}
.related-result p {
  color: #bdcbe0;
  margin: 0;
  max-width: 780px;
}
.related-result a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #f7f9fc;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 2px solid #ff8299;
  padding: 10px 0;
}
@media (max-width:899px),(max-height:650px) {
  .challenge-story {
    display: none;
  }
  .challenge-mobile {
    display: block;
  }
  .challenge-mobile-heading {
    margin-bottom: 24px;
  }
  .case-study .challenge-mobile-heading h2 {
    font-size: 30px;
    line-height: 1.25;
    margin: 0;
    color: #101d30;
  }
  .challenge-mobile-heading h2 span {
    color: #c92145;
  }
  .challenge-disclosures {
    display: grid;
    gap: 10px;
  }
  .challenge-disclosure {
    border: 1px solid #dce2eb;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
  }
  .challenge-disclosure summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    list-style: none;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    color: #101d30;
    cursor: pointer;
  }
  .challenge-disclosure summary::-webkit-details-marker {
    display: none;
  }
  .challenge-disclosure summary i {
    font-size: 16px;
    color: #c92145;
    flex-shrink: 0;
    transition: transform .18s;
  }
  .challenge-disclosure[open] summary {
    background: #101d30;
    color: #fff;
  }
  .challenge-disclosure[open] summary i {
    transform: rotate(180deg);
    color: #ff8299;
  }
  .challenge-disclosure-body {
    padding: 20px;
  }
  .challenge-disclosure-body>div+div {
    border-top: 1px solid #e2e6ed;
    padding-top: 18px;
    margin-top: 18px;
  }
  .challenge-disclosure h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 8px;
    color: #101d30;
  }
  .challenge-disclosure .mobile-response h3 {
    color: #c92145;
  }
  .challenge-disclosure p {
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
    color: #535d6c;
  }
}
@media (max-width:767px) {
  .client-brief .brief-paragraphs p {
    text-align: left !important;
  }
  .client-brief .brief-facts {
    text-align: left !important;
    padding: 4px 18px;
  }
  .brief-fact {
    grid-template-columns: 32px minmax(0,1fr);
    gap: 12px;
    padding: 17px 0;
  }
  .brief-fact-icon {
    height: 32px;
    font-size: 16px;
  }
  .related-card {
    padding: 22px;
    border-radius: 14px;
  }
  .related-comparison {
    grid-template-columns: minmax(0,1fr);
    gap: 22px;
  }
  .related-result {
    grid-template-columns: minmax(0,1fr);
    gap: 18px;
    margin-top: 22px;
    padding-top: 22px;
  }
  .case-study .related-card h3 {
    font-size: 25px;
    margin-bottom: 24px;
  }
  .related-result a {
    justify-self: start;
  }
  .related-switcher {
    gap: 8px;
  }
}
@media (prefers-reduced-motion:reduce) {
  .challenge-disclosure summary i {
    transition: none;
  }
}
.birdi-summary {
  background: radial-gradient(ellipse at 3% 100%,rgba(238,72,101,.25) 0%,rgba(238,72,101,.08) 34%,transparent 64%),radial-gradient(ellipse at 100% 0%,rgba(255,130,153,.17) 0%,transparent 58%),linear-gradient(115deg,#101d30 0%,#14243b 52%,#101d30 100%);
  color: #f6f8fc;
  padding: 40px 0;
}
.birdi-summary-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 48px;
  align-items: stretch;
}
.birdi-summary-identity {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.birdi-summary-client {
  display: flex;
  gap: 18px;
  align-items: center;
  width: 100%;
}
.birdi-summary .birdi-client-name {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.035em;
  margin: 0;
  color: #f6f8fc;
}
.birdi-summary-sector {
  font-size: 16px;
  color: #bdc8d9;
  border-left: 1px solid #445063;
  padding-left: 18px;
}
.birdi-summary .birdi-solution {
  font-size: 23px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: -.025em;
  max-width: 420px;
  margin: 20px 0 22px;
  color: #f6f8fc;
}
.birdi-summary-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 16px;
  line-height: 1.4;
  color: #f6f8fc;
  margin-top: auto;
}
.birdi-summary-status i {
  color: #ff8299;
  font-size: 16px;
}
.birdi-summary-facts {
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  column-gap: 32px;
  row-gap: 24px;
  margin: 0;
  padding: 3px 0 3px 40px;
  border-left: 1px solid #394558;
  align-content: space-between;
}
.birdi-summary-facts>div {
  min-width: 0;
}
.birdi-summary-facts dt {
  font-size: 16px;
  line-height: 1.4;
  color: #bdc8d9;
  margin: 0 0 8px;
  font-weight: 400;
}
.birdi-summary-facts dd {
  font-size: 18px;
  line-height: 1.5;
  color: #f6f8fc;
  font-weight: 500;
  margin: 0;
}
@media (max-width:1000px) {
  .birdi-summary-inner {
    gap: 28px;
    grid-template-columns: 1fr 1.25fr;
  }
  .birdi-summary-facts {
    padding-left: 28px;
    column-gap: 24px;
  }
  .birdi-summary .birdi-solution {
    font-size: 21px;
  }
}
@media (max-width:767px) {
  .birdi-summary {
    padding: 30px 0;
  }
  .birdi-summary-inner {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .birdi-summary .birdi-solution {
    font-size: 22px;
    max-width: 520px;
    margin: 16px 0 18px;
  }
  .birdi-summary-facts {
    border-left: 0;
    border-top: 1px solid #394558;
    padding: 24px 0 0;
    gap: 22px 24px;
    grid-template-columns: 1fr 1fr;
  }
  .birdi-summary-facts dd {
    font-size: 16px;
  }
  .birdi-summary .birdi-client-name {
    font-size: 30px;
  }
}
@media (max-width:359px) {
  .birdi-summary-facts {
    grid-template-columns: 1fr;
  }
}

/* Fixed presentation exported from the approved page. */
.case-study .birdi-presentation-1, .case-study.birdi-presentation-1 { font-family: Lexend, sans-serif; background: rgb(255, 255, 255); color: rgb(16, 29, 48); }
.case-study .birdi-presentation-2, .case-study.birdi-presentation-2 { background: rgb(255, 255, 255); padding: clamp(56px, 7vw, 84px) 0px; position: relative; overflow: hidden; }
/* .case-study .birdi-presentation-3, .case-study.birdi-presentation-3 { max-width: 1180px; margin: 0px auto; padding: 0px 24px; } */
.case-study .birdi-presentation-4, .case-study.birdi-presentation-4 { align-items: center; }
.case-study .birdi-presentation-5, .case-study.birdi-presentation-5 { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }
.case-study .birdi-presentation-6, .case-study.birdi-presentation-6 { height: 2px; width: 38px; background: linear-gradient(90deg, rgb(238, 72, 101), rgb(213, 31, 63)); }
.case-study .birdi-presentation-7, .case-study.birdi-presentation-7 { font-size: 16px; font-weight: 700; letter-spacing: 0.16em; color: rgb(238, 72, 101); }
.case-study .birdi-presentation-8, .case-study.birdi-presentation-8 { font-size: clamp(2.05rem, 4vw, 4rem); line-height: 1.06; font-weight: 700; margin: 0px 0px 22px; letter-spacing: -0.01em; }
.case-study .birdi-presentation-9, .case-study.birdi-presentation-9 { color: rgb(238, 72, 101); }
.case-study .birdi-presentation-10, .case-study.birdi-presentation-10 { font-size: 17px; line-height: 1.7; color: var(--body); margin: 0px 0px 30px; max-width: 470px; }
.case-study .birdi-presentation-11, .case-study.birdi-presentation-11 { display: flex; flex-wrap: wrap; gap: 14px; }
.case-study .birdi-presentation-12, .case-study.birdi-presentation-12 { display: inline-flex; align-items: center; gap: 10px; background: linear-gradient(135deg, rgb(238, 72, 101) 0%, rgb(213, 31, 63) 100%); color: rgb(255, 255, 255); font-weight: 600; font-size: 16px; padding: 15px 28px; border-radius: 10px; box-shadow: rgba(213, 31, 63, 0.26) 0px 12px 26px; transition: transform 0.25s, box-shadow 0.25s; }
.case-study .birdi-presentation-13, .case-study.birdi-presentation-13 { font-size: 16px; }
.case-study .birdi-presentation-14, .case-study.birdi-presentation-14 { position: relative; display: flex; justify-content: center; padding: 24px 0px; }
.case-study .birdi-presentation-15, .case-study.birdi-presentation-15 { position: absolute; inset: auto 12% 6%; height: 78%; background: rgb(243, 243, 243); border-radius: 16px; }
.case-study .birdi-presentation-16, .case-study.birdi-presentation-16 { position: relative; width: 100%; max-width: 262px; border-radius: 12px; overflow: hidden; box-shadow: rgba(16, 29, 48, 0.24) 0px 34px 74px, rgba(16, 29, 48, 0.1) 0px 6px 16px; }
.case-study .birdi-presentation-17, .case-study.birdi-presentation-17 { display: block; width: 100%; height: auto; }
.case-study .birdi-presentation-18, .case-study.birdi-presentation-18 { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 190px), 1fr)); gap: 24px; margin-top: clamp(36px, 5vw, 56px); padding-top: 28px; border-top: 1px solid rgba(16, 29, 48, 0.1); }
.case-study .birdi-presentation-19, .case-study.birdi-presentation-19 { display: flex; align-items: flex-start; gap: 12px; }
.case-study .birdi-presentation-20, .case-study.birdi-presentation-20 { color: rgb(238, 72, 101); font-size: 16px; margin-top: 4px; }
.case-study .birdi-presentation-21, .case-study.birdi-presentation-21 { font-size: 16px; font-weight: 700; margin-bottom: 3px; }
.case-study .birdi-presentation-22, .case-study.birdi-presentation-22 { font-size: 16px; color: var(--body); line-height: 1.45; }
.case-study .birdi-presentation-23, .case-study.birdi-presentation-23 { background: rgb(255, 255, 255); padding: clamp(56px, 7vw, 84px) 0px; }
.case-study .birdi-presentation-24, .case-study.birdi-presentation-24 { max-width: 720px; margin: 0px auto clamp(32px, 4vw, 48px); text-align: center; }
.case-study .birdi-presentation-25, .case-study.birdi-presentation-25 { font-size: 16px; text-transform: uppercase; letter-spacing: 0.16em; color: rgb(238, 72, 101); font-weight: 700; margin-bottom: 16px; }
.case-study .birdi-presentation-26, .case-study.birdi-presentation-26 { font-size: clamp(1.55rem, 2.4vw, 2.1rem); font-weight: 700; line-height: 1.25; margin: 0px; }
.case-study .birdi-presentation-27, .case-study.birdi-presentation-27 { background: rgb(243, 243, 243); padding: clamp(56px, 7vw, 84px) 0px; }
.case-study .birdi-presentation-28, .case-study.birdi-presentation-28 { max-width: 740px; margin: 0px auto clamp(32px, 4vw, 48px); text-align: center; }
.case-study .birdi-presentation-29, .case-study.birdi-presentation-29 { font-size: clamp(1.55rem, 2.4vw, 2.1rem); font-weight: 700; line-height: 1.25; margin: 0px 0px 18px; }
.case-study .birdi-presentation-30, .case-study.birdi-presentation-30 { font-size: 16px; line-height: 1.75; color: var(--body); margin: 0px; }
.case-study .birdi-presentation-31, .case-study.birdi-presentation-31 { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: clamp(32px, 5vw, 64px); align-items: center; margin-bottom: clamp(36px, 5vw, 56px); }
.case-study .birdi-presentation-32, .case-study.birdi-presentation-32 { font-size: 16px; text-transform: uppercase; letter-spacing: 0.16em; color: rgb(238, 72, 101); font-weight: 700; margin-bottom: 18px; }
.case-study .birdi-presentation-33, .case-study.birdi-presentation-33 { font-size: clamp(1.55rem, 2.4vw, 2.1rem); font-weight: 700; line-height: 1.25; margin: 0px 0px 20px; }
.case-study .birdi-presentation-34, .case-study.birdi-presentation-34 { font-size: 16px; line-height: 1.75; color: var(--body); margin: 0px 0px 14px; }
.case-study .birdi-presentation-35, .case-study.birdi-presentation-35 { display: flex; justify-content: center; gap: 16px; }
.case-study .birdi-presentation-36, .case-study.birdi-presentation-36 { width: 46%; max-width: 190px; border-radius: 12px; overflow: hidden; box-shadow: rgba(16, 29, 48, 0.18) 0px 24px 54px; align-self: flex-start; }
.case-study .birdi-presentation-37, .case-study.birdi-presentation-37 { width: 46%; max-width: 190px; border-radius: 12px; overflow: hidden; box-shadow: rgba(16, 29, 48, 0.18) 0px 24px 54px; align-self: flex-end; }
.case-study .birdi-presentation-38, .case-study.birdi-presentation-38 { width: 10%; }
.case-study .birdi-presentation-39, .case-study.birdi-presentation-39 { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: clamp(28px, 4vw, 52px); align-items: center; }
.case-study .birdi-presentation-40, .case-study.birdi-presentation-40 { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.case-study .birdi-presentation-41, .case-study.birdi-presentation-41 { width: 30px; height: 30px; border-radius: 50%; background: linear-gradient(135deg, rgb(238, 72, 101), rgb(213, 31, 63)); display: inline-flex; align-items: center; justify-content: center; }
.case-study .birdi-presentation-42, .case-study.birdi-presentation-42 { color: rgb(255, 255, 255); font-size: 16px; }
.case-study .birdi-presentation-43, .case-study.birdi-presentation-43 { font-size: 16px; text-transform: uppercase; letter-spacing: 0.14em; font-weight: 700; color: rgb(16, 29, 48); }
.case-study .birdi-presentation-44, .case-study.birdi-presentation-44 { font-size: 16px; line-height: 1.75; color: var(--body); margin: 0px 0px 26px; }
.case-study .birdi-presentation-45, .case-study.birdi-presentation-45 { display: flex; flex-direction: column; gap: 0px; }
.case-study .birdi-presentation-46, .case-study.birdi-presentation-46 { display: flex; gap: 16px; align-items: center; padding: 15px 0px; border-top: 1px solid rgba(16, 29, 48, 0.12); }
.case-study .birdi-presentation-47, .case-study.birdi-presentation-47 { font-size: 16px; font-weight: 700; color: rgb(238, 72, 101); min-width: 22px; }
.case-study .birdi-presentation-48, .case-study.birdi-presentation-48 { font-size: 16px; line-height: 1.55; color: rgb(16, 29, 48); }
.case-study .birdi-presentation-49, .case-study.birdi-presentation-49 { display: flex; justify-content: center; }
.case-study .birdi-presentation-50, .case-study.birdi-presentation-50 { width: 100%; max-width: 250px; border-radius: 12px; overflow: hidden; box-shadow: rgba(16, 29, 48, 0.22) 0px 28px 60px; }
.case-study .birdi-presentation-51, .case-study.birdi-presentation-51 { position: relative; overflow: hidden; background-image: linear-gradient(to right, rgba(255, 255, 255, 0.57), rgb(239, 239, 255)), url("../uploads/cs-chal-sol-bg.webp"); background-position: center center; background-attachment: fixed; background-repeat: no-repeat; background-size: cover; padding: clamp(56px, 7vw, 84px) 0px; color: rgb(16, 29, 48); }
.case-study .birdi-presentation-52, .case-study.birdi-presentation-52 { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: clamp(32px, 5vw, 64px); align-items: center; margin-bottom: clamp(40px, 5vw, 60px); }
.case-study .birdi-presentation-53, .case-study.birdi-presentation-53 { position: relative; display: flex; justify-content: center; }
.case-study .birdi-presentation-54, .case-study.birdi-presentation-54 { width: 100%; max-width: 236px; border-radius: 12px; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.42) 0px 30px 66px; }
.case-study .birdi-presentation-55, .case-study.birdi-presentation-55 { position: absolute; top: 12%; right: 0px; background: rgb(255, 255, 255); border-radius: 12px; box-shadow: rgba(0, 0, 0, 0.3) 0px 16px 34px; padding: 10px 15px; display: flex; align-items: center; gap: 9px; }
.case-study .birdi-presentation-56, .case-study.birdi-presentation-56 { width: 24px; height: 24px; border-radius: 50%; background: rgb(31, 158, 92); display: inline-flex; align-items: center; justify-content: center; }
.case-study .birdi-presentation-57, .case-study.birdi-presentation-57 { font-size: 16px; font-weight: 700; color: rgb(16, 29, 48); }
.case-study .birdi-presentation-58, .case-study.birdi-presentation-58 { display: flex; align-items: center; gap: 16px; margin-bottom: 8px; }
.case-study .birdi-presentation-59, .case-study.birdi-presentation-59 { font-size: 16px; text-transform: uppercase; letter-spacing: 0.14em; font-weight: 700; color: rgb(16, 29, 48); white-space: normal; }
.case-study .birdi-presentation-60, .case-study.birdi-presentation-60 { height: 1px; flex: 1 1 0%; background: rgba(16, 29, 48, 0.15); }
.case-study .birdi-presentation-61, .case-study.birdi-presentation-61 { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 0px 56px; }
.case-study .birdi-presentation-62, .case-study.birdi-presentation-62 { display: flex; gap: 16px; align-items: center; padding: 20px 0px; border-bottom: 1px solid rgba(16, 29, 48, 0.12); }
.case-study .birdi-presentation-63, .case-study.birdi-presentation-63 { color: rgb(238, 72, 101); font-size: 22px; width: 24px; flex-shrink: 0; }
.case-study .birdi-presentation-64, .case-study.birdi-presentation-64 { font-size: 16px; line-height: 1.7; color: rgb(83, 93, 108); font-weight: 300; }
.case-study .birdi-presentation-65, .case-study.birdi-presentation-65 { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 32px; align-items: end; margin-bottom: clamp(32px, 4vw, 44px); }
.case-study .birdi-presentation-66, .case-study.birdi-presentation-66 { max-width: 640px; margin-bottom: clamp(32px, 4vw, 44px); }
.case-study .birdi-presentation-67, .case-study.birdi-presentation-67 { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: 20px 40px; align-items: center; padding: 26px 0px; border-top: 1px solid rgba(16, 29, 48, 0.12); }
.case-study .birdi-presentation-68, .case-study.birdi-presentation-68 { display: flex; align-items: baseline; gap: 14px; }
.case-study .birdi-presentation-69, .case-study.birdi-presentation-69 { font-size: 16px; font-weight: 700; color: rgb(238, 72, 101); }
.case-study .birdi-presentation-70, .case-study.birdi-presentation-70 { font-size: 16.5px; font-weight: 700; line-height: 1.3; }
.case-study .birdi-presentation-71, .case-study.birdi-presentation-71 { display: flex; flex-wrap: wrap; gap: 10px; min-width: 0px; }
.case-study .birdi-presentation-72, .case-study.birdi-presentation-72 { display: flex; align-items: center; gap: 9px; background: rgb(243, 243, 243); border-radius: 8px; padding: 10px 16px; transition: background 0.3s, color 0.3s; }
.case-study .birdi-presentation-73, .case-study.birdi-presentation-73 { color: rgb(238, 72, 101); font-size: 16px; }
.case-study .birdi-presentation-74, .case-study.birdi-presentation-74 { font-size: 16px; font-weight: 600; }
.case-study .birdi-presentation-75, .case-study.birdi-presentation-75 { font-size: 16px; opacity: 1; }
.case-study .birdi-presentation-76, .case-study.birdi-presentation-76 { max-width: 1180px; margin: 0px auto; padding: 0px 24px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: clamp(32px, 5vw, 64px); align-items: center; }
.case-study .birdi-presentation-77, .case-study.birdi-presentation-77 { font-size: 16px; line-height: 1.75; color: var(--body); margin: 0px 0px 28px; max-width: 480px; }
.case-study .birdi-presentation-78, .case-study.birdi-presentation-78 { display: inline-flex; align-items: center; gap: 10px; background: linear-gradient(135deg, rgb(238, 72, 101), rgb(213, 31, 63)); color: rgb(255, 255, 255); font-weight: 600; font-size: 16px; padding: 16px 32px; border-radius: 10px; box-shadow: rgba(213, 31, 63, 0.26) 0px 14px 30px; transition: transform 0.25s, box-shadow 0.25s; }
.case-study .birdi-presentation-79, .case-study.birdi-presentation-79 { font-size: 16px; text-transform: uppercase; letter-spacing: 0.14em; color: rgb(16, 29, 48); font-weight: 700; margin-bottom: 6px; }
.case-study .birdi-presentation-80, .case-study.birdi-presentation-80 { display: flex; align-items: center; gap: 14px; padding: 16px 0px; border-bottom: 1px solid rgba(16, 29, 48, 0.12); }
.case-study .birdi-presentation-81, .case-study.birdi-presentation-81 { color: rgb(238, 72, 101); font-size: 16px; width: 20px; }
.case-study .birdi-presentation-82, .case-study.birdi-presentation-82 { font-size: 16px; font-weight: 500; }
/* .case-study .birdi-presentation-83, .case-study.birdi-presentation-83 { position: sticky; top: 70px; } */
.case-study .birdi-presentation-84, .case-study.birdi-presentation-84 { font-size: clamp(1.55rem, 2.4vw, 2.1rem); font-weight: 700; line-height: 1.25; margin: 0px 0px 16px; }
.case-study .birdi-presentation-85, .case-study.birdi-presentation-85 { font-size: 16px; line-height: 1.7; color: var(--body); margin: 0px; max-width: 330px; }

/* Shared additions for case studies extending the Birdi template */
.context-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(36px,6vw,72px); align-items: start; }
.context-facts { list-style: none; margin: 0; padding: 22px; background: #f6f7fa; border: 1px solid #e3e7ed; border-radius: 16px; display: grid; gap: 14px; }
.context-facts li { display: flex; gap: 10px; align-items: flex-start; font-size: 16px; line-height: 1.6; color: #6f6f6f; }
.context-facts li:before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #ee4865; margin-top: 8px; flex-shrink: 0; }
.note-box { background: #f6f7fa; border: 1px solid #e3e7ed; border-left: 3px solid #ee4865; border-radius: 12px; padding: 24px 26px; margin-top: 28px; }
.note-box h3 { font-size: 17px; margin: 0 0 10px; }
.note-box p,.note-box li { font-size: 16px; line-height: 1.7; color: #6f6f6f; margin: 0 0 8px; }
.note-box ul { margin: 0; padding-left: 18px; }
.spotlight-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px,6vw,72px); align-items: center; }
.spotlight-layout.image-left>.spotlight-image { order: -1; }
.spotlight-image { position: relative; }
.spotlight-image img { display: block; width: 100%; border-radius: 14px; box-shadow: 0 20px 44px rgba(16,29,48,.16),0 5px 12px rgba(16,29,48,.08); }
.master-data-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.master-data-item { background: #fff; border: 1px solid #e3e7ed; border-radius: 12px; padding: 18px 20px; display: flex; align-items: center; gap: 14px; font-weight: 600; color: #101d30; font-size: 16px; line-height: 1.4; transition: border-color .25s,box-shadow .25s,transform .25s; }
.master-data-item:hover { border-color: #ee4865; box-shadow: 0 14px 30px rgba(16,29,48,.08); transform: translateY(-2px); }
.master-data-item i { color: #ee4865; font-size: 18px; width: 22px; text-align: center; flex-shrink: 0; }
.hero-art-wide .birdi-presentation-15 { display: none; }
.hero-art-wide .birdi-presentation-16 { max-width: 100%; border-radius: 14px; box-shadow: 0 34px 64px rgba(16,29,48,.24),0 10px 26px rgba(16,29,48,.12); border: 1px solid rgba(16,29,48,.06); }
.browser-chrome { height: 30px; background: #e7eaf0; display: flex; align-items: center; gap: 7px; padding: 0 14px; }
.browser-chrome span { width: 9px; height: 9px; border-radius: 50%; background: #c7ccd6; }
.browser-chrome span:first-child { background: #ee4865; }
.birdi-presentation-67.stack-single { grid-template-columns: 200px minmax(0,1fr) !important; }
.stack-single .birdi-presentation-71 { display: grid; grid-template-columns: repeat(auto-fill,minmax(240px,1fr)); gap: 12px; }
.stack-single .birdi-presentation-72 { flex-direction: column; align-items: flex-start; gap: 6px; padding: 14px 18px; height: 100%; }
.stack-single .birdi-presentation-72 .birdi-presentation-73 { font-size: 20px; }
.status-tag { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; padding: 5px 12px; border-radius: 999px; }
.status-tag.is-delivered { background: #fce7ed; color: #c92145; }
.status-tag.is-architecture { background: #eef1f6; color: #47546b; }
.status-tag.is-planned { background: #fff4e5; color: #a15c00; }
.status-tag.is-verified { background: #e8f6ee; color: #178347; }
.illustrative-badge { position: absolute; top: 12px; right: 12px; background: rgba(16,29,48,.85); color: #fff; font-size: 12px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; padding: 5px 12px; border-radius: 999px; }
.boundary-pair { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; margin-top: 20px; }
.boundary-box { border-radius: 12px; padding: 22px 24px; border: 1px solid #e3e7ed; }
.boundary-box.is-delivered { background: #fff7f8; border-color: #fce0e6; }
.boundary-box.is-architecture { background: #f6f7fa; border-color: #e3e7ed; }
.boundary-box ul { margin: 14px 0 0; padding-left: 18px; }
.boundary-box li { font-size: 16px; line-height: 1.65; color: #6f6f6f; margin-bottom: 6px; }
.evidence-rows { display: grid; gap: 12px; margin-top: 12px; }
.evidence-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 22px; background: #fff; border: 1px solid #e3e7ed; border-radius: 12px; flex-wrap: wrap; }
.evidence-row strong { font-size: 16px; color: #101d30; }
.scope-compare { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.scope-compare-card { border-radius: 16px; padding: 26px 28px; border: 1px solid #e3e7ed; }
.scope-compare-card.is-delivered { background: #fff; }
.scope-compare-card.is-not-claimed { background: #f6f7fa; }
.scope-compare-card h3 { font-size: 18px; margin: 0 0 16px; }
.scope-compare-card ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.scope-compare-card li { display: flex; gap: 10px; align-items: flex-start; font-size: 16px; line-height: 1.6; color: #6f6f6f; }
.scope-compare-card li i { margin-top: 3px; flex-shrink: 0; }
.scope-compare-card.is-delivered li i { color: #178347; }
.scope-compare-card.is-not-claimed li i { color: #9aa3b2; }
.attendance-steps { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 14px; margin-top: 24px; }
.attendance-step { background: #fff; border: 1px solid #e3e7ed; border-radius: 12px; padding: 18px 16px; text-align: center; }
.attendance-step span { display: block; font-size: 13px; font-weight: 700; color: #ee4865; margin-bottom: 8px; }
.attendance-step p { font-size: 14px; line-height: 1.5; margin: 0; color: #6f6f6f; }
@media (max-width:900px) {
  .context-layout,.spotlight-layout,.boundary-pair,.scope-compare { grid-template-columns: 1fr; }
  .spotlight-layout.image-left>.spotlight-image { order: 0; }
  .attendance-steps { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width:700px) {
  .birdi-presentation-67.stack-single { grid-template-columns: 1fr !important; }
  .attendance-steps { grid-template-columns: 1fr; }
}
.case-study .hero-section
{
  padding-top:140px;
}
.case-study h2 { font-size: clamp(22px,2.1vw,30px) !important; line-height: 1.3 !important; }
.case-study .hero-section h1 { font-size: clamp(32px,4.2vw,46px); }
.scope-compare-card { position: relative; padding-top: 30px; box-shadow: 0 16px 40px rgba(16,29,48,.06); }
.scope-compare-card:before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 5px; border-radius: 16px 16px 0 0; }
.scope-compare-card.is-delivered:before { background: linear-gradient(90deg,#ee4865,#ff8299); }
.scope-compare-card.is-not-claimed:before { background: #c7ccd6; }
.scope-compare-card h3 { display: flex; align-items: center; gap: 10px; }
.scope-compare-card h3:before { font-family: "FontAwesome"; font-size: 15px; width: 30px; height: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.scope-compare-card.is-delivered h3:before { content: "\f00c"; background: #fce7ed; color: #c92145; }
.scope-compare-card.is-not-claimed h3:before { content: "\f00d"; background: #eceef2; color: #7c8494; }
.scope-compare-card li i { width: 18px; height: 18px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 10px; flex-shrink: 0; margin-top: 2px; }
.scope-compare-card.is-delivered li i { background: #e8f6ee; color: #178347; }
.scope-compare-card.is-not-claimed li i { background: #eceef2; color: #7c8494; }
.scope-manifest { max-width: 1000px; margin: 0 auto; background: #fff; border-radius: 22px; box-shadow: 0 30px 70px rgba(16,29,48,.14); overflow: hidden; }
.scope-manifest-header { background: linear-gradient(135deg,#0e1d31,#15233b); color: #fff; padding: 32px 40px; text-align: center; }
.scope-manifest-header .eyebrow { color: #ff8299; margin-bottom: 10px; }
.scope-manifest-header h2 { color: #fff !important; margin: 0; }
.scope-manifest-body { display: grid; grid-template-columns: 1.5fr auto 1fr; align-items: stretch; }
.scope-manifest-main { padding: 36px 40px; }
.scope-manifest-main h3 { display: flex; align-items: center; gap: 10px; font-size: 19px; margin: 0 0 18px; }
.scope-manifest-main h3 i { color: #178347; background: #e8f6ee; width: 30px; height: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0; }
.scope-manifest-main ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.scope-manifest-main li { display: flex; gap: 10px; font-size: 15.5px; line-height: 1.5; color: #333; }
.scope-manifest-main li i { color: #178347; margin-top: 3px; flex-shrink: 0; }
.scope-manifest-divider { position: relative; width: 0; border-left: 2px dashed #dfe3ea; margin: 0 2px; }
.scope-manifest-divider .notch { position: absolute; width: 26px; height: 26px; border-radius: 50%; background: #f0f0ff; left: -13px; }
.scope-manifest-divider .notch.top { top: -13px; }
.scope-manifest-divider .notch.bottom { bottom: -13px; }
.scope-manifest-stub { background: #fafbfc; padding: 36px 30px; }
.scope-manifest-stub h3 { display: flex; align-items: center; gap: 10px; font-size: 15px; color: #7c8494; margin: 0 0 18px; text-transform: uppercase; letter-spacing: .04em; }
.scope-manifest-stub h3 i { background: #eceef2; color: #9aa3b2; width: 26px; height: 26px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; flex-shrink: 0; }
.scope-manifest-stub ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.scope-manifest-stub li { font-size: 14px; line-height: 1.5; color: #a3abb8; text-decoration: line-through; text-decoration-color: #d7dce4; }
@media (max-width:800px) {
  .scope-manifest-body { grid-template-columns: 1fr; }
  .scope-manifest-divider { width: auto; height: 0; border-left: 0; border-top: 2px dashed #dfe3ea; margin: 0 30px; }
  .scope-manifest-divider .notch { top: -13px; }
  .scope-manifest-divider .notch.top { left: -13px; }
  .scope-manifest-divider .notch.bottom { left: auto; right: -13px; }
}
.attendance-flow { position: relative; display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 0; margin-top: 28px; }
.attendance-flow:before { content: ""; position: absolute; top: 22px; left: 40px; right: 40px; height: 2px; background: #e3e7ed; z-index: 0; }
.attendance-node { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 8px; }
.attendance-node .num { width: 44px; height: 44px; border-radius: 50%; background: #fff; border: 2px solid #ee4865; color: #c92145; font-weight: 700; font-size: 15px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.attendance-node p { font-size: 14px; line-height: 1.4; margin: 0; color: #6f6f6f; font-weight: 500; }
@media (max-width:700px) {
  .attendance-flow { grid-template-columns: 1fr; gap: 18px; }
  .attendance-flow:before { display: none; }
  .attendance-node { flex-direction: row; text-align: left; gap: 14px; }
  .attendance-node .num { margin-bottom: 0; flex-shrink: 0; }
}
.offline-stage-list { background: #f6f7fa; border: 1px solid #e3e7ed; border-radius: 16px; padding: 6px 22px; margin-top: 24px; }
.offline-stage-list .brief-fact { padding: 18px 0; }
.offline-stage-list .brief-fact + .brief-fact { border-top: 1px solid #dfe4ec; }
.offline-stage-list .brief-fact-icon { background: #fce7ed; color: #c92145; }
.spotlight-image-sticky { position: sticky; top: 110px; }
@media (max-width:900px) {
  .spotlight-image-sticky { position: static; }
}
.offline-hero-visual { max-width: 760px; margin: 40px auto 0; position: relative; }
.offline-hero-visual img { display: block; width: 100%; border-radius: 14px; box-shadow: 0 30px 60px rgba(16,29,48,.18),0 8px 20px rgba(16,29,48,.08); }
.offline-flow { display: grid; grid-template-columns: repeat(auto-fit,minmax(190px,1fr)); gap: 20px; margin-top: 44px; }
.offline-flow-card { background: #fff; border: 1px solid #e3e7ed; border-radius: 16px; padding: 26px 22px; position: relative; border-top: 3px solid #ee4865; }
.offline-flow-num { position: absolute; top: -14px; right: 18px; width: 30px; height: 30px; border-radius: 50%; background: #101d30; color: #fff; font-size: 13px; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.offline-flow-card i { font-size: 22px; color: #ee4865; margin-bottom: 14px; display: block; }
.offline-flow-card h3 { font-size: 16px; margin: 0 0 8px; }
.offline-flow-card p { font-size: 14.5px; line-height: 1.55; margin: 0; color: #6f6f6f; }
.not-claimed-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.not-claimed-chip { display: inline-flex; align-items: center; gap: 7px; background: #eceef2; color: #7c8494; padding: 9px 15px; border-radius: 999px; font-size: 14px; font-weight: 500; }
.not-claimed-chip i { font-size: 11px; }
.planned-banner { position: relative; display: flex; align-items: center; gap: 28px; background: linear-gradient(135deg,#fff7ec,#fffdf9); border: 1px solid #ffe3b8; border-radius: 18px; padding: clamp(24px,4vw,38px); overflow: hidden; max-width: 900px; margin: 0 auto; }
.planned-icon { width: 78px; height: 78px; border-radius: 50%; background: #fff1da; color: #d98a00; font-size: 32px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.planned-ribbon { position: absolute; top: 16px; right: -34px; background: #f5a623; color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; padding: 6px 42px; transform: rotate(35deg); box-shadow: 0 4px 10px rgba(213,138,0,.25); }
.planned-banner h3 { margin: 8px 0 8px; }
.planned-banner p { margin: 0; max-width: 520px; }
@media (max-width:700px) {
  .planned-banner { flex-direction: column; text-align: center; gap: 16px; }
  .planned-banner p { max-width: none; }
}

.case-study h2 { font-size: 2.5rem !important; line-height: 1.25 !important; }
.case-study .hero-section h1 { font-size: clamp(32px,4.2vw,46px); }
.case-study .birdi-solution { font-size: 18px !important; }
@media (max-width:900px) { .case-study h2 { font-size: 2rem !important; } }
@media (max-width:600px) { .case-study h2 { font-size: 1.7rem !important; } }
.pfc-section { background: #fff; padding: clamp(56px,7vw,96px) 0; }
.pfc-row { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px,5vw,64px); align-items: center; margin-top: 56px; }
.pfc-row.is-reversed .pfc-figure { order: 2; }
.pfc-figure { margin: 0; position: relative; padding: 18px; background: linear-gradient(160deg,#f7f8fb,#eef1f6); border: 1px solid #e3e7ed; border-radius: 18px; }
.pfc-figure img { display: block; width: 100%; height: auto; border-radius: 10px; box-shadow: 0 22px 48px rgba(16,29,48,.16); }
.pfc-figure figcaption { font-size: 14.5px; line-height: 1.55; color: #6f6f6f; margin-top: 16px; padding-left: 14px; border-left: 2px solid #ee4865; }
.pfc-index { display: inline-block; font-size: 26px; font-weight: 700; letter-spacing: .12em; color: #ee4865; margin-bottom: 12px; }
.pfc-copy h3 { font-size: 22px; line-height: 1.35; margin: 0 0 14px; color: #101d30; }
.pfc-copy p { font-size: 16px; line-height: 1.75; color: #4a4a4a; margin: 0 0 14px; }
.pfc-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.pfc-chips span { font-size: 13px; font-weight: 600; color: #c92145; background: #fdeef1; padding: 7px 14px; border-radius: 999px; }
@media (max-width:860px) {
  .pfc-row, .pfc-row.is-reversed { grid-template-columns: 1fr; }
  .pfc-row.is-reversed .pfc-figure { order: 0; }
}

.wwb-section { background: #f1f1f1; padding: clamp(56px,7vw,96px) 0; }
.wwb-figure { margin: 40px auto 0; max-width: 920px; }
.wwb-figure img { display: block; width: 100%; height: auto; border-radius: 12px; box-shadow: 0 26px 56px rgba(16,29,48,.14); }
.wwb-figure figcaption { font-size: 15px; line-height: 1.6; color: #6f6f6f; margin-top: 18px; padding-left: 16px; border-left: 2px solid #ee4865; max-width: 640px; }
.wwb-points-intro { max-width: 920px; margin: 48px auto 18px; font-size: 16px; font-weight: 600; color: #101d30; }
.wwb-points { list-style: none; max-width: 920px; margin: 0 auto; padding: 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); column-gap: 44px; }
.wwb-points li { display: flex; align-items: flex-start; gap: 12px; font-size: 16px; line-height: 1.6; color: #4a4a4a; padding: 13px 0; border-bottom: 1px solid #dfdfdf; }
.wwb-points li i { color: #ee4865; font-size: 13px; margin-top: 5px; flex-shrink: 0; }
.wwb-closing { max-width: 920px; margin: 32px auto 0; font-size: 16px; line-height: 1.75; color: #4a4a4a; }
.integrations-block { margin-top: 72px; }
.integrations-title { font-size: 24px; line-height: 1.35; margin: 0 0 8px; color: #101d30; }
.integration-row { display: grid; grid-template-columns: 280px minmax(0,1fr); gap: 32px; align-items: baseline; padding: 26px 0; border-bottom: 1px solid #e7ebf0; background-color: transparent;box-shadow:none;}
.integration-row:first-of-type { border-top: 1px solid #e7ebf0; margin-top: 24px; }
.integration-name { display: flex; align-items: center; gap: 12px; }
.integration-name i { color: #ee4865; font-size: 18px; width: 22px; text-align: center; }
.integration-name span { font-size: 19px; font-weight: 600; color: #101d30; }
.integration-row p { margin: 0; font-size: 16px; line-height: 1.7; color: #4a4a4a; }
@media (max-width:760px) {
  .wwb-points { grid-template-columns: 1fr; }
  .integration-row { grid-template-columns: 1fr; gap: 10px; }
}

.wwb-figure, .wwb-points-intro, .wwb-points, .wwb-closing { max-width: none; }
.wwb-points { column-gap: 64px; }
.achieved-list { list-style: none; margin: 44px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 64px; counter-reset: none; }
.achieved-list li { display: flex; align-items: baseline; gap: 18px; padding: 18px 0; border-bottom: 1px solid rgba(16,29,48,.1); font-size: 17px; line-height: 1.55; color: #1c2436; }
.achieved-num { font-size: 13px; font-weight: 700; letter-spacing: .08em; color: #ee4865; flex-shrink: 0; min-width: 26px; }
.achieved-closing { margin-top: 34px; font-size: 16px; line-height: 1.75; color: #4a4a4a; max-width: 720px; }
@media (max-width:760px) { .achieved-list { grid-template-columns: 1fr; } }

.feature-tabs.three-up { grid-template-columns: repeat(3,minmax(0,1fr)); }
@media (max-width:900px) { .feature-tabs.three-up { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width:560px) { .feature-tabs.three-up { grid-template-columns: 1fr; } }
@media (max-width:560px) {
  .integration-name span { font-size: 17px; }
  .pfc-copy h3 { font-size: 19px; }
  .wwb-figure figcaption, .wwb-closing, .achieved-closing { font-size: 15px; }
}
