@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,100..1000&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

div#align-tool-list {
    display: flex;
    gap: 5px;
    flex-direction: column;
    width: 264px;
}

:root {
  --up: #31543c;
  --up-bg: #EDF4F0;
  --down: #aa3e24;
  --down-bg: #faf0ed9c;
  --win-bg: #2D6A4F;
  --border: #E4E2DC;
  --bg: #F0F0F4;
  --phone-width: 270px;
  --phone-width-bigger: 400px;
  --carousel-max-w: 1100px;
  --max-w: 1500px;
  --text: #374151;
  --text-heading: #111827;
  --text-muted: #6b7280;
  --text-subtle: #9ca3af;
  --text-pro: #2d5a40;
  --text-con: #6b4035;
  --text-white: #ffffff;
  --text-success: #2e7d32;
  --fs-sm:   12px;
  --fs-md:   14px;
  --fs-base: 18px;
  --fs-body: 18px;
  --fs-lg:   20px;
  --fs-xl:   28px;
  --fs-2xl:  34px;
  --fs-3xl:  44px;
  --fs-4xl:  56px;
  --fs-display: 70px;
}

body {
  font-family: 'DM Sans', sans-serif;
  font-size: var(--fs-base);
  font-weight: 400;
  line-height: 1.6;
}

p {
}


h1 {
  font-size: var(--fs-3xl);
  font-weight: 800;
  color: var(--text-heading);
  line-height: 1.15;
  text-align: center;
  max-width: 680px;
  text-wrap: balance;
}

h2 {
  font-size: var(--fs-lg);
  font-weight: 700;
  color: var(--text-heading);
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-wrap: balance;
}

ul {
  margin-left: 1.5em;
}

li {
  margin: .5em 0;
}

.label {
  font-size: var(--fs-sm);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
}

img {
  height: auto;
}

/* LAYOUT */
.mw-760 {
  max-width: 700px;
  margin: 0 auto;
}


.page-wrap {
  width: 100%;
}

.slide {
  padding: 6em max(1.5rem, calc((100% - var(--carousel-max-w)) / 2));
  display: flex;
  flex-direction: column;
  gap: 3em;
  min-height: 50vh;
  box-sizing: border-box;
  position: relative;
  justify-content: space-around;
  align-items: flex-start;
}

section.slide.bg-designs {
    BACKGROUND-COLOR: #f0f0f4;
}

.proto-frame {
  width: 100%;
  aspect-ratio: 420 / 860;
  border: none;
  border-radius: 35px;
}

.slide.slide-flow {
  padding: 0px;
  width: 100vw;
  padding-inline: 0px;
}

.slide.center {
  align-items: center;
}

/* .slide:not(.blue-bg):not(.green-bg):not(.wide):not(:has(+ .slide-chapter)):after {
  width: 100px;
  height: 3px;
  display: block;
  margin: 0 auto;
  border-radius: 2px;
  content: " ";
  background: #0000000d;
  position: absolute;
  left: calc(50% - 50px);
  bottom: 0px;
} */


.slide.wide {
  padding-inline: max(4rem, calc((100% - 1500px) / 2));
  background: var(--bg);
}

.slide_100{
  padding: 6em 0;
  padding-inline: unset!important;
}

/* HEADER */
.header {
  display: flex;
  gap: 1.5em;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.header p {
  color: var(--text);
  text-align: center;
  max-width: 680px;
  text-wrap: balance;
}

.header p+p {
  margin-top: 4px;
}

.header--left {
  align-items: flex-start;
  text-align: left;
}

.header--left h1,
.header--left p {
  text-align: left;
}

/* COVER */
.blue-bg {
  background: #f0efeb;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1em;
  min-height: 50vh;
}

.blue-bg h1 {
  font-size: var(--fs-display);
  MARGIN-BOTTOM: .5EM;
}

.blue-bg h1 strong {
  font-weight: 700;
}

.slide-subtitle {
  font-size: var(--fs-2xl);
  font-weight: 500;
  line-height: 1.55;
}

.blue-bg .label {
  color: rgba(255, 255, 255, 0.55);
}

.blue-bg .header p {
  color: rgba(255, 255, 255, 0.8);
}

/* Cover meta row */
.cover-meta {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 0;
  margin-top: 2em;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 860px;
}

.cover-meta-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 0 2em;
}

.cover-meta-label {
  font-size: var(--fs-sm);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cover-meta-value {
}

.cover-divider {
  width: 1px;
  background: rgba(255, 255, 255, 0.18);
  align-self: stretch;
  margin: 4px 0;
}

@media (max-width: 680px) {
  .cover-meta {
    grid-template-columns: 1fr 1fr;
    gap: 0px;
    border-radius: 12px;
    overflow: hidden;
    width: 90%;
    max-width: none;
  }

  .cover-divider {
    display: none;
  }

  .cover-meta-item {
    padding: 20px 16px;
  }

  .cover-meta:nth-child(1n) {
    border-bottom: 1px solid white;
  }

  .cover-meta-label {
    display: block;
  }
}

/* SUMMARY GRID */
.summary-grid {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.summary-row {
  grid-template-columns: 140px 1fr;
  padding: 34px 0;
  border-bottom: 1px solid var(--border);
  flex-direction: column;
}

.summary-row:last-child {
  border-bottom: none;
}

.summary-grid p,
.discovery-prose-block p {
  font-size: var(--fs-body);
  line-height: 1.6;
  color: var(--text-heading);
  margin: 0;
  max-width: none;
}


/* CONTEXT / INSIGHT CARDS */
.context-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 33px;
  align-items: start;
  width: 80%;
  margin: 0 auto;
}

.context-col h2 {
  margin-top: 0;
  margin-bottom: 20px;
  display: block;
  text-align: center;
}

.context-col p+p {
  margin-top: 14px;
}

.context-cards {
  display: flex;
  flex-direction: column;
  gap: 22px;
  justify-content: flex-end;
  align-content: space-around;
}

.insight {
  background: var(--down-bg);
  border-radius: 14px;
  padding: 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.insight.insight--up {
  background: var(--up-bg);
}

.insight.insight--up .insight-title {
  color: var(--up);
}

.insight.insight--up p {
  color: #020503;
  max-width: none;
}

.insight-title {
  font-size: var(--fs-body);
  font-weight: 700;
  color: var(--down);
  display: flex;
  align-items: center;
  gap: 10px;
}


/* STATEMENT SLIDE (big centered quote) */
.slide-statement {
  justify-content: center;
}

.slide-statement h1 {
  font-size: var(--fs-2xl);
  max-width: 700px;
  line-height: 1.3;
  font-weight: 700;
}


.exp-tag {
  display: inline-block;
  font-size: var(--fs-md);
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding:6px 8px;
  background: var(--up-bg);
  color: var(--up);
  margin-top: 4px;
  width: fit-content;
}

.exp-tag.decision {
  background: #eff6ff;
  color: #1d4ed8;
}



/* DRAFT GRID */
.draft-grid {
  display: flex;
  gap: 2em;
  justify-content: space-around;
  align-items: stretch;
  padding: 2em 0;
  overflow: visible;
  max-width: 100vw;
  white-space: nowrap;
  align-content: space-between;
  
  
  
  
  
  
  
  
  
  

  .draft-item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-basis: 0;
    gap: 2em;
    align-items: flex-start;
  }

  &.grid-2 {
    gap: 4em;
  }

  &.grid-2 .draft-item {
    gap: .5em !important;
  }

  &.grid-2 .draft-item .phone {
    margin: 3em 0 6em;
    position: relative;
  }


  .draft-item>img {
    width: 322px;
   
  }

  .draft-item p {
    font-size: var(--fs-md);
    line-height: 1.5;
    color: var(--text);
    white-space: normal;
    text-align: left;
  }

  .draft-item .phone {
    min-height: calc(var(--phone-width) * 2);
    margin-bottom: 6.2em;
  }

  .metric-placeholder {
    display: none;
  }

  .toggle-btn {
    font-size: var(--fs-sm);
    font-weight: 600;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }

  .toggle-btn.active {
    background: #111827;
    color: var(--text-white);
  }

  .show-all {
    --phone-width: 220px;
  }

  .show-all .slider-track-outer {
    overflow: visible;
  }

  .show-all .slider-track {
    display: flex !important;
    gap: 20px;
  }

  .show-all .card {
    grid-area: auto;
    flex: 1 1 0;
    min-width: 0 !important;
    flex-direction: column;
    align-items: center;
    opacity: 1 !important;
    pointer-events: auto !important;
    justify-content: flex-start;
    gap: 12px;
  }

  .show-all .card .card-label:first-child {
    display: none;
  }

  .show-all .card .card-label:last-child {
    width: 78%;
    text-align: center;
    text-transform: none;
    letter-spacing: 0;
    color: var(--text-heading);
    margin-top: 3em;
  }

  .show-all .card .card-label:last-child>*:not(.card-title) {
    display: none;
  }

  .show-all p.card-title {
    font-size: var(--fs-md);
  }

  .show-all .card .phone {
    transform: none !important;
    background: #ffffff !important;
    box-shadow:
      0 0 0 6px rgba(255, 255, 255, 0.5),
      0 8px 24px rgba(0, 0, 0, 0.07),
      0 24px 56px rgba(0, 0, 0, 0.07) !important;
  }

  .all-details {
    display: none !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 24px 0 16px;
    border-top: 1px solid var(--border);
    margin-top: 16px;
  }

  .all-detail-col p {
    max-width: none;
    font-size: var(--fs-md);
    line-height: 1.55;
    color: var(--text-muted);
  }

  .all-detail-col p+p {
    margin-top: 1em;
  }

  .all-detail-col .metrics {
    margin-top: 16px;
  }

  .all-detail-col .metric-block {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  p.title {
    font-weight: 800;
    color: var(--text-heading);
    font-size: var(--fs-lg);
  }

  .proto-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 14px;
    border: 1.5px solid var(--border);
    border-radius: 20px;
    font-size: var(--fs-md);
    font-weight: 500;
    color: var(--text-muted);
    text-decoration: none;
    transition: border-color 0.15s, color 0.15s;
  }

  .proto-btn:hover {
    border-color: var(--text-heading);
    color: var(--text-heading);
  }

  .draft-grid.w50-50 .draft-item {
    max-width: 320px;
  }

  .grid-2 .draft-item {
    gap: 0;
  }
}

.draft-placeholder {
  width: 100%;
  aspect-ratio: 9 / 16;
  background: #e8e8e5;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
}

.draft-placeholder span {
  font-size: var(--fs-sm);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-subtle);
}

/* REFLECTION */
.reflection-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
}

.reflection-item {
  padding: 28px 0;
  border-bottom: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.reflection-item:last-child {
  border-bottom: none;
}

.reflection-title {
  font-size: var(--fs-base);
  font-weight: 700;
  color: var(--text-heading);
}

.reflection-item p {
  font-size: var(--fs-base);
  color: var(--text-muted);
  max-width: none;
  margin: 0;
  TEXT-WRAP: unset;
}

/* COLLAB */


/* CHAPTER DIVIDER */
.slide-chapter {
  background: #FFC757;
  min-height: 25em !important;
  font-size: var(--fs-body);
  line-height: 1.6;
  gap: .8em !important;
  margin: 3em auto;
  padding: 6em !important;
  display: flex;
  align-items: center;
  display: none;
  justify-content: center;
}

.slider-chapter, .slider-chapter h2{
  COLOR: #333457!important;
}

.slide-chapter>* {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  text-wrap: balance;
}

.slide-chapter:after {
  display: none;
}

.chapter-eyebrow {
  font-size: var(--fs-sm);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  display: none;
}

.chapter-title {
  font-size: var(--fs-4xl);
  font-weight: 800;
  line-height: 1.15;
  margin: 0;
}

.chapter-desc {
  font-size: var(--fs-base);
  line-height: 1.65;
  margin-top: 0.4em;
}

.chapter-meta {
  display: none;
  gap: 2.5em;
  margin-top: 1.4em;
  flex-wrap: wrap;
  padding-top: 1.4em;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  max-width: 560px;
}

.chapter-meta-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.chapter-meta-label {
  font-size: var(--fs-sm);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
}

/* SCROLL ANIMATIONS */
.slide .header .label,
.slide .slide-subtitle {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.slide .header h1,
.slide.blue-bg h1 {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.55s ease 0.12s, transform 0.55s ease 0.12s;
  /*; */
}

.slide.blue-bg h1 {
   MAX-WIDTH: UNSET
}

.slide .header>p {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.5s ease 0.22s, transform 0.5s ease 0.22s;
}

.slide.in-view .header .label,
.slide.in-view .slide-subtitle {
  opacity: 1;
  transform: translateY(0);
  font-size: 14px;
}

.slide.in-view .header h1,
.slide.blue-bg.in-view h1 {
  opacity: 1;
  transform: translateY(0);
}

.slide.in-view .header>p {
  opacity: 1;
  transform: translateY(0);
}

/* Body elements ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â only when anim-all is active */
body.anim-all .slide .context-layout,
body.anim-all .slide .slider-section {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease 0.4s, transform 0.6s ease 0.4s;
}

body.anim-all .slide.in-view .context-layout,
body.anim-all .slide.in-view .slider-section {
  opacity: 1;
  transform: translateY(0);
}

/* EXP-STEP STAGGER */


/* ANIM TOGGLE */
.anim-control {
  position: fixed;
  bottom: 28px;
  right: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 8px 12px 8px 16px;
  font-size: var(--fs-sm);
  font-weight: 500;
  color: var(--text);
  backdrop-filter: blur(8px);
  z-index: 200;
  cursor: pointer;
  user-select: none;
  font-family: 'DM Sans', sans-serif;
}

.anim-switch {
  position: relative;
  width: 32px;
  height: 18px;
  flex-shrink: 0;
}

.anim-switch input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.anim-track {
  position: absolute;
  inset: 0;
  background: var(--border);
  border-radius: 9px;
  transition: background 0.2s;
  cursor: pointer;
}

.anim-track::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: white;
  border-radius: 50%;
  top: 3px;
  left: 3px;
  transition: transform 0.2s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.anim-switch input:checked+.anim-track {
  background: #374151;
}

.anim-switch input:checked+.anim-track::after {
  transform: translateX(14px);
}

/* CONTAINER */
.container {
  display: flex;
  width: 100%;
  gap: 27px;
  flex-wrap: nowrap;
  margin: 0 auto;
}

.container img {
  border-radius: 8px;
  width: auto;
}

/* SLIDER SECTION */

.slider-section {
  position: relative;
}

/* Right gradient affordance */
.slider-section::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
  height: 100%;
  background: linear-gradient(to left, #f7f7f5 0%, transparent 100%);
  pointer-events: none;
  z-index: 10;
  display: none;
}

.slider-track-outer {
  cursor: grab;
}

.slider-track-outer:active {
  cursor: grabbing;
}

.slider-track {
  display: grid;
  padding: 62px 0px 24px;
}

/* CARD */
.card {
  grid-area: 1 / 1;
  display: flex;
  flex-direction: row-reverse;
  gap: 5em;
  position: relative;
  transition: opacity 0.45s ease;
  align-items: flex-start;
}

.card.inactive {
  opacity: 0;
  pointer-events: none;
}

/* PHONE */
.phone-wrap {
  position: relative;
}

.phone {
  width: var(--phone-width);
  /* min-height: calc(var(--phone-width) * 2); */
  border-radius: 24px;
  border: 0px solid #3d3d3d;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.55s cubic-bezier(0.65, 0, 0.15, 1),
    box-shadow 0.55s cubic-bezier(0.65, 0, 0.15, 1);
  margin-bottom: 3.5em;
  background: #ffffff;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.9), 0 12px 32px rgba(0, 0, 0, 0.10), 0 0px 40px rgb(0 0 0 / 3%);
}

.phone-bigger {
  width: var(--phone-width-bigger);
  min-height: calc(var(--phone-width-bigger) * 2);
}

.phone-notch {
  width: 88px;
  height: 24px;
  background: #f9f9f9;
  border-radius: 0 0 14px 14px;
  margin: 0 auto;
  flex-shrink: 0;
}

.phone-status {
  display: flex;
  justify-content: space-between;
  padding: 6px 20px 0;
  font-size: var(--fs-sm);
  color: var(--text-subtle);
  font-weight: 500;
  flex-shrink: 0;
  position: absolute;
  width: 96%;
  margin: 0 2%;
  top: 1%;
}

.phone-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px;
  text-align: center;
}

.phone-screen-label {
  font-size: var(--fs-sm);
  font-weight: 600;
  color: var(--text-subtle);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}


.phone-home {
  width: 96px;
  height: 4px;
  background: var(--border);
  border-radius: 2px;
  margin: 0 auto 14px;
  flex-shrink: 0;
}

/* WIN BADGE */
.win-badge {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%) scale(0.7);
  background: var(--win-bg);
  color: var(--text-white);
  font-size: var(--fs-sm);
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 5px 13px;
  border-radius: 20px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  z-index: 20;
}

.win-badge.pop {
  animation: badgePop 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes badgePop {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(8px) scale(0.6);
  }

  55% {
    opacity: 1;
    transform: translateX(-50%) translateY(-4px) scale(1.1);
  }

  75% {
    transform: translateX(-50%) translateY(1px) scale(0.96);
  }

  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1);
  }
}

/* CARD LABEL */
.card-label {
  font-size: var(--fs-md);
  letter-spacing: 0.03em;
  transition: color 0.4s;
  line-height: 1.3em;
  flex-grow: 0;
  width: 365px;
}

.card-label p {
  font-size: var(--fs-base);
  line-height: 1.5em;
  text-transform: none;
  margin-bottom: .8em
}

p.card-title {
  font-size: var(--fs-lg);
  font-weight: 800;
  letter-spacing: 0;
}

.card-label .num {
  font-weight: 700;
}

/* METRICS */
.metrics {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.metric-block {
  display: flex;
  flex-direction: column;
  gap: 2px;
  opacity: 0;
  transform: translateY(12px);
}

.metric-block:nth-child(1) {
  transition: opacity 0.4s 0.08s ease, transform 0.4s 0.08s ease;
}

.metric-block:nth-child(2) {
  transition: opacity 0.38s 0.18s ease, transform 0.38s 0.18s ease;
}

.metric-block:nth-child(3) {
  transition: opacity 0.38s 0.28s ease, transform 0.38s 0.28s ease;
}

.card.active .metric-block {
  opacity: 1;
  transform: translateY(0);
  width: 100%;
}

.metric-block .mlabel {
  font-size: var(--fs-sm);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-subtle);
}

.metric-block .mrow {
  align-items: center;
  gap: 3px;
}

.mval-lg {
  font-size: var(--fs-xl);
  font-weight: 800;
  color: var(--text-heading);
  line-height: 1;
}

.mval-sm {
  font-size: var(--fs-lg);
  font-weight: 700;
  color: var(--text-heading);
  line-height: 1;
}

.arr {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: var(--fs-sm);
  font-weight: 600;
  padding: 3px 7px;
  border-radius: 6px;
}

.arr.up {
  display: none;
}

.arr.down {
  color: var(--down);
  background: var(--down-bg);
}

.arr svg {
  width: 7px;
  height: 7px;
  display: none;
}

/* CONTROLS */
.controls {
  display: flex;
  gap: 28px;
  padding-bottom: 3em;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: space-around;
  justify-content: center;
}

.controls .nav-btn {
  display: block;
  padding: 4px 24px;
  height: 40px;
  border-radius: 22px;
  border: 0px solid var(--border);
  background: #ffffffe3;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s, box-shadow 0.2s;
  color: var(--text-heading);
}

.controls div {
  display: inline-block;
  text-align: center;
  width: 130px;
}

.nav-btn:hover:not(:disabled) {
  border-color: var(--text-heading);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.nav-btn:disabled {
  opacity: 0.25;
  cursor: default;
}

.nav-btn svg {
  width: 15px;
  height: 16px;
}


.mrow>span {
  display: block;
  margin: 0 auto;
}

.inactive div#winBadge {
  opacity: .3 !important;
}

/* SIDE-BY-SIDE LAYOUTS */

.w50-50 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  width: 100%;
}


/* SUMMARY LABEL */
.summary-label {
  font-size: var(--fs-md);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}

.slide-summary .summary-grid p {
  font-size: var(--fs-base);
  line-height: 1.6;
  color: var(--text-heading);
  margin: 0;
}



.phone{
        width: 400px;
  }

.tal{
  text-align: left!important;
}

.mb-0{
  margin-bottom: 0!important;
}

#4A7FF8 ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â· #FF7648 ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â· #FFC757 ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â· #F0EFEB ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â· #FFFFFF ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â· #202020

.mt-0 {
  margin-top: 0 !important;
}

.h55vh{
  min-height: 55vh;
}

.rounded_shadows{
  border-radius: 8px;
  box-shadow: 0px 1px 1px rgb(185 191 201 / 6%), 0px 6px 5px rgba(185 191 201 / 0.11), 0px 12px 11px rgba(185 191 201 / 0.17), 0px 22px 19px rgba(185 191 201 / 0.22);
}

.gradient-color{
  background: linear-gradient(to bottom, #f0f0f4, #ffffff);
  min-height: 55vh;
  background: #f0f0f4;
}
img {
  user-select: none;
  pointer-events: none;
  /* add this only if you don't need click events */
  -webkit-user-drag: none;
  background: white;
}

div#last_num {
  height: 21px;
}

div#last_num::before {
  display: none;
}

.light-bg{
  background: #f0f0f4;
}

/* Impact grid (metric-card style) */
.impact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  background: #f5f5f8;
}

.impact-cell {
  padding: 28px 28px;
  border-bottom: 1px solid #d8d8df;
  border-right: 1px solid #d8d8df;
  background: #ececf9;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.impact-cell:nth-last-child(-n+3) {
  border-bottom: none;
}

.impact-cell-label {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 16px;
  line-height: 1.4;
}

.impact-cell-val {
  font-size: 36px;
  font-weight: 700;
  color: #333458;
  line-height: 1;
}

.impact-cell-val.positive {
  color: #333458;
}

.impact-cell-val.pending {
  color: var(--text-subtle);
  font-size: var(--fs-lg);
  font-weight: 600;
}

.impact-cell p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1px;
  color: var(--text);
  max-width: none;
  margin-top: 8px;
}

/* Case study framework */
.exp-steps {
  gap: 4em;
  margin: 0 auto;
  display: grid;
  padding: 2em 0;
  align-items: start;
  justify-content: start;
}

.exp-step {
  display: grid;
  grid-template-columns: 60px 1fr 400px;
  align-items: center;
  gap: 3em;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.exp-steps-wide .exp-step {
  grid-template-columns: 60px 1fr 400px !important;
}

.exp-step.seen {
  opacity: 1;
  transform: translateY(0);
}

.exp-steps .exp-step:nth-child(1).seen {transition-delay: 0.08s;width: 100%;}
.exp-steps .exp-step:nth-child(2).seen { transition-delay: 0.2s; }
.exp-steps .exp-step:nth-child(3).seen { transition-delay: 0.32s; }
.exp-steps .exp-step:nth-child(4).seen { transition-delay: 0.44s; }
.exp-steps .exp-step:nth-child(5).seen { transition-delay: 0.56s; }

.exp-step-num {
  font-size: var(--fs-lg);
  font-weight: 700;
  color: var(--text-subtle);
  position: relative;
  min-width: 24px;
  text-align: center;
}

.exp-step-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 90%;
  margin-right: 22px;
}

.exp-step-title {
  font-size: var(--fs-lg);
  font-weight: 700;
  line-height: 140%;
  color: var(--text-heading);
}

.exp-step-body p+p {
  margin-top: 0.8em;
}

/* Arc 2 flow comparison Ã¢â‚¬â€ scoped so it doesn't affect the other .exp-step blocks */
.exp-steps-compare .exp-step {
  grid-template-columns: 24px 1fr;
  grid-template-areas:
    "num body"
    "img img";
  gap: 1em;
}

.exp-steps-compare .exp-step-num {
  grid-area: num;
  text-align: left;
}

.exp-steps-compare .exp-step-body {
  grid-area: body;
  margin-right: 0;
}

.exp-steps-compare .flow_container {
  grid-area: img;
}

.exp-steps-compare .flow_container img {
  max-width: 100%;
  width: auto;
}

.exp-steps.exp-steps-compare {
    /* MAX-WIDTH: 600PX; */
    max-width: 680px;
}

section.slide.foundation {
    background: #f0f0f46b;
}