@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400&family=Inter:wght@400;500;600;700&display=swap");
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #1a1a2e;
  -webkit-font-smoothing: antialiased;
  margin: 0;
}

main[role=main] {
  flex: 1 0 auto;
}

.region-content,
.region-sidebar-first,
.region-sidebar-second,
.region-footer {
  padding: 0;
}

footer {
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Barlow Condensed", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0.02em;
}

p {
  line-height: 1.7;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.csu-navbar {
  background: #0081a8 !important;
  border-bottom: none;
  z-index: 500;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 64px;
}
.csu-navbar__brand {
  font-family: "Barlow Condensed", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1.6rem;
  color: #ffffff !important;
  letter-spacing: 0.06em;
  text-decoration: none;
  line-height: 64px;
}
.csu-navbar .nav-link {
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.35rem 0.9rem !important;
  border-radius: 0.375rem;
  transition: color 0.15s, background 0.15s;
  line-height: 64px;
}
.csu-navbar .nav-link:hover {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.1);
}
.csu-navbar .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.3);
}
.csu-navbar .navbar-toggler .navbar-toggler-icon {
  filter: invert(1);
}

.csu-hero {
  display: grid;
  grid-template-columns: 42% 58%;
  min-height: 80vh;
}
@media (max-width: 767px) {
  .csu-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }
}
.csu-hero__illustration {
  position: relative;
  overflow: hidden;
  background: #0081a8;
  min-height: 400px;
}
.csu-hero__illustration img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.csu-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 4rem 4rem 3.5rem;
  background: #0081a8;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .csu-hero__content {
    padding: 3rem 2.5rem;
  }
}
@media (max-width: 767px) {
  .csu-hero__content {
    padding: 2.5rem 1.5rem;
  }
}
.csu-hero__eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #60c3da;
  margin-bottom: 1rem;
}
.csu-hero__title {
  font-family: "Barlow Condensed", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(2.5rem, 4.5vw, 4.25rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin-bottom: 1rem;
  max-width: 520px;
}
.csu-hero__hashtag {
  font-family: "Barlow Condensed", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #60c3da;
  margin-bottom: 0.75rem;
}
.csu-hero__subtitle {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.8);
  max-width: 400px;
  margin-bottom: 1.75rem;
  line-height: 1.65;
}
.csu-hero__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

h1, .h1 {
  font-family: "Barlow Condensed", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 300;
  font-size: clamp(3rem, 7vw, 5.5rem);
  line-height: 0.93;
  letter-spacing: 0;
  text-transform: uppercase;
}

h2, .h2 {
  font-family: "Barlow Condensed", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.csu-section {
  padding: 5rem 0;
}
@media (max-width: 767px) {
  .csu-section {
    padding: 3rem 0;
  }
}
.csu-section--white {
  background: #ffffff;
}
.csu-section--grey {
  background: #f0ede6;
}
.csu-section--navy {
  background: #0081a8;
  color: #ffffff;
}
.csu-section--red {
  background: #ee6f68;
  color: #ffffff;
}
.csu-section--dark {
  background: #1a1a2e;
  color: #ffffff;
}
.csu-section--peach {
  background: #fcd8b6;
}
.csu-section--yellow {
  background: #fbd769;
}
.csu-section--lavender {
  background: #f0ede6;
}
.csu-section__title {
  font-family: "Barlow Condensed", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.05;
  margin-bottom: 1.25rem;
  color: #161b55;
}
.csu-section--dark .csu-section__title, .csu-section--navy .csu-section__title {
  color: #ffffff;
}
.csu-section--red .csu-section__title {
  color: #ffffff;
}
.csu-section__body {
  font-size: 0.9375rem;
  line-height: 1.75;
  color: #444;
}
.csu-section--dark .csu-section__body, .csu-section--navy .csu-section__body {
  color: rgba(255, 255, 255, 0.82);
}
.csu-section__body p {
  margin-bottom: 1rem;
}
.csu-section__body a {
  color: #ee6f68;
  font-weight: 600;
  text-decoration: none;
}
.csu-section__body a:hover {
  text-decoration: underline;
}
.csu-section__image {
  overflow: hidden;
}
.csu-section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.csu-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8b8fa8;
  margin-bottom: 0.5rem;
}

.csu-section--hairline {
  border-top: 1px solid rgba(22, 27, 85, 0.1);
}

.csu-section--intro {
  padding: 3.5rem 0;
  text-align: center;
}
.csu-section--intro .csu-section__title {
  font-family: "Barlow Condensed", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 300;
  font-size: clamp(2rem, 5vw, 3.875rem);
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #1a1a2e;
}
.csu-section--intro .csu-section__intro-body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.75rem;
  letter-spacing: 0;
  text-align: center;
  max-width: 700px;
  margin: 1.5rem auto 0;
  color: #1a1a2e;
}
.csu-section--intro .csu-section__intro-body p {
  margin: 0;
}

.csu-bridge {
  padding: 5rem 0;
  text-align: center;
  background: #f0ede6;
}
.csu-bridge__title {
  font-family: "Barlow Condensed", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(2rem, 5vw, 3.875rem);
  line-height: 1;
  color: #1a1a2e;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.1;
}

.csu-symptom {
  display: grid;
  grid-template-columns: 50% 50%;
  min-height: 56vh;
  position: sticky;
  top: 64px;
}
@media (max-width: 767px) {
  .csu-symptom {
    grid-template-columns: 1fr;
    min-height: auto;
    position: static;
  }
}
.csu-symptom__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 3rem 4rem 5vw;
}
@media (max-width: 1024px) {
  .csu-symptom__content {
    padding: 3rem 2rem;
  }
}
.csu-symptom__icon {
  margin-bottom: 1.25rem;
  opacity: 0.85;
  flex-shrink: 0;
}
.csu-symptom__title {
  font-family: "Barlow Condensed", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 300;
  font-size: clamp(2rem, 5vw, 3.875rem);
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}
.csu-symptom__subtitle {
  font-family: "Barlow Condensed", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 300;
  font-size: clamp(1.5rem, 3.5vw, 3rem);
  line-height: 62px;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0.25rem;
}
.csu-symptom__subtitle p {
  margin: 0;
}
.csu-symptom__image {
  position: relative;
  overflow: hidden;
  min-height: 300px;
}
.csu-symptom__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.csu-symptom--grey .csu-symptom__content, .csu-symptom--peach .csu-symptom__content {
  background: #fcd8b6;
}
.csu-symptom--grey .csu-symptom__title, .csu-symptom--peach .csu-symptom__title {
  color: #1a1a2e;
}
.csu-symptom--grey .csu-symptom__icon, .csu-symptom--peach .csu-symptom__icon {
  color: #1a1a2e;
}
.csu-symptom--grey .csu-symptom__image, .csu-symptom--peach .csu-symptom__image {
  background: rgb(250.3894736842, 195.0631578947, 142.8105263158);
}
.csu-symptom--navy .csu-symptom__content, .csu-symptom--coral .csu-symptom__content {
  background: #ee6f68;
}
.csu-symptom--navy .csu-symptom__title, .csu-symptom--coral .csu-symptom__title {
  color: #ffffff;
}
.csu-symptom--navy .csu-symptom__icon, .csu-symptom--coral .csu-symptom__icon {
  color: #ffffff;
}
.csu-symptom--navy .csu-symptom__image, .csu-symptom--coral .csu-symptom__image {
  background: #c94f49;
}
.csu-symptom--red .csu-symptom__content {
  background: #ee6f68;
}
.csu-symptom--red .csu-symptom__title {
  color: #ffffff;
}
.csu-symptom--red .csu-symptom__icon {
  color: #ffffff;
}
.csu-symptom--red .csu-symptom__image {
  background: #c94f49;
}
.csu-symptom:nth-child(1) {
  z-index: 1;
}
.csu-symptom:nth-child(2) {
  z-index: 2;
}
.csu-symptom:nth-child(3) {
  z-index: 3;
}

.csu-about-placeholder {
  background: linear-gradient(135deg, #161b55 0%, #1e2466 60%, #ee6f68 100%);
  min-height: 380px;
  border-radius: 0.625rem;
}

.csu-stats-section__title {
  font-family: "Barlow Condensed", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 300;
  font-size: clamp(2rem, 5vw, 3.875rem);
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
  color: #1a1a2e;
  margin-bottom: 0;
}

.csu-stats-section__subtitle {
  font-family: "Barlow Condensed", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 300;
  font-size: clamp(1rem, 2vw, 1.625rem);
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  color: #161b55;
  margin-top: 0.75rem;
  margin-bottom: 0;
}

.csu-stats-section__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
}
@media (max-width: 1024px) {
  .csu-stats-section__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .csu-stats-section__grid {
    grid-template-columns: 1fr;
  }
}
.csu-stats-section__grid .field, .csu-stats-section__grid .field__items, .csu-stats-section__grid .field__item {
  display: contents;
}

.csu-flip-card {
  perspective: 1000px;
  height: 260px;
  cursor: pointer;
}
.csu-flip-card__inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}
.csu-flip-card:hover .csu-flip-card__inner, .csu-flip-card.is-flipped .csu-flip-card__inner {
  transform: rotateY(180deg);
}
.csu-flip-card__front, .csu-flip-card__back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  border-radius: 0.625rem;
  padding: 1.75rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.csu-flip-card__front {
  background: #ffffff;
  border: 1px solid rgba(22, 27, 85, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.csu-flip-card__back {
  background: #0081a8;
  color: #ffffff;
  transform: rotateY(180deg);
}
.csu-flip-card__icon {
  color: #ee6f68;
  margin-bottom: 0.75rem;
  flex-shrink: 0;
}
.csu-flip-card__front-text {
  font-family: "Barlow Condensed", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(1.1rem, 1.8vw, 1.4rem);
  color: #161b55;
  line-height: 1.2;
  flex: 1;
  margin: 0;
}
.csu-flip-card__hint {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ee6f68;
  margin: 0;
}
.csu-flip-card__stat {
  font-size: clamp(0.875rem, 1.3vw, 1rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
  flex: 1;
  display: flex;
  align-items: center;
}

.csu-section--impact .csu-section__title {
  font-weight: 300;
  font-size: clamp(2rem, 5vw, 3.875rem);
  line-height: 1;
}

.csu-impact-placeholder {
  background: #0081a8;
  min-height: 340px;
  border-radius: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.csu-resources-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 1.5rem;
}
@media (max-width: 900px) {
  .csu-resources-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .csu-resources-grid {
    grid-template-columns: 1fr;
  }
}

.csu-resource-card {
  border: 1px solid rgba(22, 27, 85, 0.1);
  border-radius: 0.625rem;
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
  background: #ffffff;
}
.csu-resource-card:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.14);
  transform: translateY(-3px);
}
.csu-resource-card__img {
  height: 200px;
  overflow: hidden;
  position: relative;
}
.csu-resource-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.csu-resource-card__img--see-it {
  background: linear-gradient(135deg, #dde2f0 0%, #b8c0d8 100%);
}
.csu-resource-card__img--feel-it {
  background: linear-gradient(135deg, #fde8ec 0%, #f5b8c0 100%);
}
.csu-resource-card__img--act {
  background: linear-gradient(135deg, #161b55 0%, #2a3180 100%);
}
.csu-resource-card__body {
  padding: 1.5rem;
}
.csu-resource-card__label, .csu-resource-card__tag {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8b8fa8;
  margin-bottom: 0.4rem;
}
.csu-resource-card__title {
  font-family: "Barlow Condensed", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1.5rem;
  color: #161b55;
  margin-bottom: 0.5rem;
  line-height: 1.1;
  letter-spacing: 0.02em;
}
.csu-resource-card__desc {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.65;
  margin-bottom: 1.25rem;
}
.csu-resource-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #ee6f68;
  text-decoration: none;
  transition: gap 0.15s;
}
.csu-resource-card__link:hover {
  gap: 0.75rem;
  color: #c94f49;
}

.csu-citations {
  background: #ffffff;
}
.csu-citations__heading {
  font-family: "Barlow Condensed", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 2rem;
  color: #161b55;
  margin-bottom: 1.5rem;
  letter-spacing: 0.02em;
}
.csu-citations__list ol {
  font-size: 0.8rem;
  line-height: 1.75;
  color: #777;
  padding-left: 1.25rem;
  margin: 0;
}
.csu-citations__list ol li {
  margin-bottom: 0.4rem;
}

sup {
  font-size: 0.65em;
  color: #ee6f68;
  cursor: help;
}

.csu-footer {
  overflow: hidden;
  flex-shrink: 0;
}
.csu-footer__cta {
  background: #0081a8;
  padding: 5rem 0;
}
@media (max-width: 767px) {
  .csu-footer__cta {
    padding: 3rem 0;
  }
}
.csu-footer__cta-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 3rem;
}
@media (max-width: 900px) {
  .csu-footer__cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.csu-footer__cta-text {
  font-family: "Barlow Condensed", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(2.25rem, 4.5vw, 4rem);
  color: #ffffff;
  line-height: 1.05;
  letter-spacing: 0.01em;
  margin: 0;
  max-width: 640px;
}
.csu-footer__cta-text em {
  font-style: normal;
  color: rgba(255, 255, 255, 0.65);
}
.csu-footer__illustration {
  width: 220px;
  flex-shrink: 0;
  align-self: flex-end;
}
@media (max-width: 900px) {
  .csu-footer__illustration {
    display: none;
  }
}
.csu-footer__illustration img {
  width: 100%;
}
.csu-footer__illustration-placeholder {
  width: 220px;
  height: 280px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 8px 8px 0 0;
}
.csu-footer__bottom {
  background: #ee6f68;
  padding: 2.5rem 0;
}
.csu-footer__bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
}
.csu-footer__legal-col {
  max-width: 480px;
}
.csu-footer__legal {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.65;
  margin: 0 0 0.5rem;
}
.csu-footer__disclaimer {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.6;
  margin: 0;
}
.csu-footer__links-col {
  flex-shrink: 0;
}
.csu-footer__links-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.5rem;
}
.csu-footer__links a {
  font-size: 0.85rem;
  color: #ffffff;
  text-decoration: none;
  display: block;
  margin-bottom: 0.3rem;
}
.csu-footer__links a:hover {
  color: rgba(255, 255, 255, 0.75);
}
.csu-footer__brand {
  flex-shrink: 0;
  text-align: right;
}
.csu-footer__supported {
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.25rem;
}
.csu-footer__novartis {
  font-family: "Barlow Condensed", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.14em;
  color: #ffffff;
}
.csu-footer__copyright {
  background: #ee6f68;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.85rem 0;
}
.csu-footer__copyright-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.csu-footer__copyright-text {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.45);
  margin: 0;
}
.csu-footer__copyright .list-inline {
  margin: 0;
}
.csu-footer__copyright .list-inline a {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
}
.csu-footer__copyright .list-inline a:hover {
  color: #ffffff;
}
.csu-footer__copyright .list-inline .list-inline-item + .list-inline-item::before {
  content: "·";
  margin-right: 0.4rem;
  color: rgba(255, 255, 255, 0.25);
}

.btn-csu-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: linear-gradient(180deg, rgba(238, 111, 104, 0) 0%, #ee6f68 100%);
  border: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.65rem 1.75rem;
  border-radius: 50px;
  text-decoration: none;
  cursor: pointer;
  transition: filter 0.2s;
  letter-spacing: 0.02em;
}
.btn-csu-primary:hover {
  filter: brightness(1.08);
  color: #ffffff;
}

.btn-csu-outline-white {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.65rem 1.75rem;
  border-radius: 50px;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}
.btn-csu-outline-white:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

*:focus-visible {
  outline: 3px solid #ee6f68;
  outline-offset: 2px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  z-index: 9999;
  padding: 0.75rem 1.5rem;
  background: #0081a8;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
}
.skip-link:focus {
  left: 1rem;
  top: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
.csu-hero--see-it-hero {
  min-height: 56vh;
  background: #0081a8;
}
.csu-hero--see-it-hero .csu-hero__illustration--see-it {
  background: #0081a8;
  overflow: visible;
  min-height: 300px;
}
.csu-hero--see-it-hero .csu-hero__illustration--see-it::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 85%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50% 50% 50% 50%/60% 60% 40% 40%;
  background: rgba(34.5831775701, 42.4429906542, 133.6168224299, 0.6);
  pointer-events: none;
}
.csu-hero--see-it-hero .csu-hero__content {
  background: #0081a8;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.csu-hero--see-it-hero .csu-hero__title {
  font-size: clamp(3rem, 6vw, 5rem);
  max-width: none;
  margin-bottom: 1.25rem;
}
.csu-hero--see-it-hero .csu-hero__subtitle {
  max-width: 500px;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
}
@media (max-width: 767px) {
  .csu-hero--see-it-hero {
    grid-template-columns: 1fr;
  }
  .csu-hero--see-it-hero .csu-hero__illustration--see-it {
    min-height: 260px;
  }
}

.csu-page-nav {
  background: #ffffff;
  border-bottom: 1px solid rgba(26, 26, 46, 0.1);
  position: sticky;
  top: 64px;
  z-index: 490;
}
.csu-page-nav .container {
  display: flex;
  justify-content: center;
}
.csu-page-nav__list {
  display: flex;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.csu-page-nav__link {
  display: block;
  padding: 1rem 1.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(26, 26, 46, 0.55);
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 2.5px solid transparent;
  transition: color 0.15s, border-color 0.15s;
}
.csu-page-nav__link:hover, .csu-page-nav__link.is-active {
  color: #ee6f68;
  border-bottom-color: #ee6f68;
}

.csu-section--lavender {
  background: #f0ede6;
}

.csu-overview {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.csu-overview__heading {
  font-family: "Barlow Condensed", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  color: #1a1a2e;
  line-height: 1;
  margin: 0;
}
.csu-overview__intro p {
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(26, 26, 46, 0.8);
  margin-bottom: 1rem;
}
.csu-overview__intro p:last-child {
  margin-bottom: 0;
}

.csu-timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
@media (max-width: 767px) {
  .csu-timeline {
    grid-template-columns: 1fr;
  }
}
.csu-timeline__card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(26, 26, 46, 0.07);
}
.csu-timeline__image-wrap {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.csu-timeline__image-placeholder {
  width: 100%;
  height: 100%;
  background: #f5f0ee;
}
.csu-timeline__image-placeholder--week1 {
  background: linear-gradient(160deg, #f9ede8 0%, #f0d8d0 100%);
}
.csu-timeline__image-placeholder--week2 {
  background: linear-gradient(160deg, #f5ede8 0%, #ead8d0 100%);
}
.csu-timeline__image-placeholder--week3 {
  background: linear-gradient(160deg, #f9ede8 0%, #f0d8d0 100%);
}
.csu-timeline__info {
  padding: 1.25rem 1rem 1.5rem;
  text-align: center;
}
.csu-timeline__week {
  font-family: "Barlow Condensed", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  color: #161b55;
  margin: 0 0 0.4rem;
}
.csu-timeline__week sup {
  font-size: 0.6em;
  vertical-align: super;
}
.csu-timeline__label {
  font-size: 0.9rem;
  color: rgba(26, 26, 46, 0.75);
  line-height: 1.5;
  margin: 0;
}

.csu-key-facts .csu-section__title {
  font-family: "Barlow Condensed", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 300;
  font-size: clamp(2rem, 5vw, 3.875rem);
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #1a1a2e;
}
.csu-key-facts__chart-placeholder {
  background: #f0ede6;
  border-radius: 10px;
  border: 1px solid rgba(26, 26, 46, 0.08);
  padding: 2rem 1.5rem;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.csu-key-facts__chart-label {
  font-family: "Barlow Condensed", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 300;
  font-size: 1.625rem;
  line-height: 2rem;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
  color: #1a1a2e;
  margin: 0;
}
.csu-key-facts__chart-subtitle {
  font-size: 0.75rem;
  color: rgba(26, 26, 46, 0.6);
  margin: 0;
  line-height: 1.5;
}

.csu-facts-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.csu-facts-list__item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.csu-facts-list__item p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.65;
}
.csu-facts-list__icon {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-top: 0.35rem;
}
.csu-facts-list__icon--red {
  background: #ee6f68;
}
.csu-facts-list__icon--navy {
  background: #0081a8;
}

.csu-symptoms-overview {
  padding: 5rem 0;
}

.csu-symptoms-layout__left {
  position: sticky;
  top: 128px;
}
.csu-symptoms-layout__title {
  font-family: "Barlow Condensed", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  color: #1a1a2e;
  line-height: 1;
  margin-bottom: 1.25rem;
}
.csu-symptoms-layout__body p {
  font-size: 0.95rem;
  line-height: 1.75;
  color: rgba(26, 26, 46, 0.8);
  margin: 0;
}

.csu-symptom-hcard {
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid rgba(26, 26, 46, 0.08);
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.csu-symptom-hcard__circle {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #fce8df;
}
.csu-symptom-hcard__text {
  flex: 1;
}
.csu-symptom-hcard__title {
  font-family: "Barlow Condensed", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  color: #1a1a2e;
  margin: 0 0 0.3rem;
  line-height: 1.2;
}
.csu-symptom-hcard__sub {
  font-size: 0.875rem;
  color: rgba(26, 26, 46, 0.65);
  margin: 0;
  line-height: 1.5;
}

.csu-section--mid-blue {
  background: #0081a8;
}
.csu-section--mid-blue .csu-section__title {
  color: #ffffff;
}

.csu-act {
  padding: 5rem 0;
}
.csu-act__subtitle {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 0.5rem;
}
.csu-act__tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  counter-reset: tile-counter;
}
@media (max-width: 767px) {
  .csu-act__tiles {
    grid-template-columns: 1fr;
  }
}
.csu-act__tile {
  background: #ffffff;
  border-radius: 14px;
  padding: 1.5rem 1.75rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  border: none;
  counter-increment: tile-counter;
}
.csu-act__tile--red {
  background: #ffffff;
}
.csu-act__tile--red .csu-act__tile-num {
  background: #ee6f68;
  color: #ffffff;
  border-color: #ee6f68;
}
.csu-act__tile--red .csu-act__tile-label {
  color: #1a1a2e;
}
.csu-act__tile-num {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid rgba(26, 26, 46, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Barlow Condensed", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1.3rem;
  color: #1a1a2e;
  background: transparent;
}
.csu-act__tile-num::before {
  content: counter(tile-counter);
}
.csu-act__tile-label {
  font-family: "Barlow Condensed", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  color: #1a1a2e;
  line-height: 1.2;
}

.csu-section__body--light {
  color: rgba(255, 255, 255, 0.85);
}
.csu-section__body--light p {
  margin-bottom: 0.75rem;
}
.csu-section__body--light p:last-child {
  margin-bottom: 0;
}

.csu-appointments__illustration {
  border-radius: 16px;
  min-height: 380px;
  background: #0081a8;
  background-image: radial-gradient(ellipse 60% 80% at 40% 70%, rgba(32.4859813084, 39.8691588785, 125.5140186916, 0.8) 0%, transparent 60%), radial-gradient(ellipse 40% 50% at 70% 40%, rgba(0, 129, 168, 0.3) 0%, transparent 60%);
}

.csu-checklist {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.csu-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.9rem;
  color: rgba(26, 26, 46, 0.85);
}
.csu-checklist li::before {
  content: "✓";
  flex-shrink: 0;
  color: #ee6f68;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

.csu-after-diagnosis {
  padding: 5rem 0;
}
.csu-after-diagnosis__title {
  font-family: "Barlow Condensed", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  color: #1a1a2e;
  line-height: 1.05;
  margin: 0;
}
.csu-after-diagnosis__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin: 2.5rem 0 1.5rem;
}
@media (max-width: 575px) {
  .csu-after-diagnosis__grid {
    grid-template-columns: 1fr;
  }
}
.csu-after-diagnosis__body {
  max-width: 100%;
}

.csu-explore-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .csu-explore-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .csu-explore-cards {
    grid-template-columns: 1fr;
  }
}

.csu-explore-card {
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid rgba(26, 26, 46, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.csu-explore-card__illustration {
  width: 100%;
  aspect-ratio: 4/3;
  background: rgb(232.35, 227.82, 217.25);
}
.csu-explore-card__illustration--begin {
  background: linear-gradient(160deg, #fef3e8 0%, #fde5c4 100%);
}
.csu-explore-card__illustration--unwell {
  background: linear-gradient(160deg, #f0f0f8 0%, #e0e0f0 100%);
}
.csu-explore-card__illustration--control {
  background: linear-gradient(160deg, #eef4f0 0%, #d8ead8 100%);
}
.csu-explore-card__content {
  padding: 1.25rem 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  flex: 1;
}
.csu-explore-card__title {
  font-family: "Barlow Condensed", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  color: #1a1a2e;
  margin: 0;
  line-height: 1.15;
}
.csu-explore-card__body {
  font-size: 0.85rem;
  color: rgba(26, 26, 46, 0.72);
  line-height: 1.65;
  margin: 0;
}

.csu-ask-again {
  text-align: center;
  font-size: 0.95rem;
  color: rgba(26, 26, 46, 0.8);
  margin: 1.5rem 0 0;
}
.csu-ask-again strong {
  color: #1a1a2e;
}

.csu-citations__table {
  border: 1px solid rgba(26, 26, 46, 0.12);
  border-radius: 10px;
  background: #ffffff;
  overflow: hidden;
}
.csu-citations__table ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.csu-citations__table li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  padding: 0.9rem 1.5rem;
  border-bottom: 1px solid rgba(26, 26, 46, 0.08);
  font-size: 0.875rem;
  color: rgba(26, 26, 46, 0.8);
  line-height: 1.5;
}
.csu-citations__table li:last-child {
  border-bottom: none;
}
.csu-citations__table[data-citations] li:nth-child(n+11) {
  display: none;
}
.csu-citations__table[data-citations-expanded] li:nth-child(n+11) {
  display: flex;
}

.csu-hero--feel-it-hero {
  min-height: 56vh;
  background: #0081a8;
}
.csu-hero--feel-it-hero .csu-hero__illustration--feel-it {
  background: #0081a8;
  background-image: radial-gradient(ellipse 55% 70% at 30% 80%, rgba(238, 111, 104, 0.25) 0%, transparent 55%), radial-gradient(ellipse 35% 55% at 65% 75%, rgba(107, 126, 196, 0.2) 0%, transparent 55%), linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, transparent 100%);
  min-height: 300px;
}
.csu-hero--feel-it-hero .csu-hero__illustration--feel-it::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15%;
  width: 38%;
  height: 85%;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 50% 50% 0 0/30% 30% 0 0;
}
.csu-hero--feel-it-hero .csu-hero__illustration--feel-it::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 48%;
  width: 32%;
  height: 72%;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50% 50% 0 0/30% 30% 0 0;
}
.csu-hero--feel-it-hero .csu-hero__content {
  background: #0081a8;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.csu-hero--feel-it-hero .csu-hero__eyebrow {
  color: rgba(255, 255, 255, 0.6);
}
.csu-hero--feel-it-hero .csu-hero__title {
  font-size: clamp(3rem, 6vw, 5rem);
  max-width: none;
  margin-bottom: 1.25rem;
}
.csu-hero--feel-it-hero .csu-hero__subtitle {
  max-width: 500px;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
}

.csu-story-card {
  position: relative;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.csu-story-card__image-wrap {
  height: 240px;
  flex-shrink: 0;
  overflow: hidden;
}
.csu-story-card__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.csu-story-card__image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 240px;
  background: linear-gradient(135deg, #f0ede6 0%, rgb(224.7, 218.64, 204.5) 100%);
}
.csu-story-card__body {
  padding: 1.25rem 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}
.csu-story-card__type {
  font-weight: 700;
  font-size: 1rem;
  color: #ee6f68;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0;
}
.csu-story-card__title {
  font-family: "Barlow Condensed", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.15;
  color: #1a1a2e;
  margin: 0;
}
.csu-story-card__excerpt {
  font-size: 0.95rem;
  color: rgba(26, 26, 46, 0.72);
  line-height: 1.65;
}
.csu-story-card__excerpt p {
  margin: 0;
}
.csu-story-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: auto;
  padding-top: 0.75rem;
}
.csu-story-card__tag {
  border: 1px solid rgba(26, 26, 46, 0.4);
  border-radius: 40px;
  padding: 0.2rem 0.85rem;
  font-size: 0.8rem;
  color: #1a1a2e;
  white-space: nowrap;
}
.csu-story-card__stretch-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.csu-story-card__stretch-link:focus-visible {
  outline: 3px solid #0081a8;
  outline-offset: 2px;
}
.csu-story-card--featured {
  flex-direction: row;
  background: transparent;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .csu-story-card--featured {
    flex-direction: column;
  }
}
.csu-story-card--featured .csu-story-card__image-wrap {
  width: 49%;
  flex-shrink: 0;
  height: auto;
  min-height: 380px;
  border-radius: 10px 0 0 10px;
}
@media (max-width: 767px) {
  .csu-story-card--featured .csu-story-card__image-wrap {
    width: 100%;
    min-height: 240px;
    border-radius: 10px 10px 0 0;
  }
}
.csu-story-card--featured .csu-story-card__body {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0 10px 10px 0;
  padding: 2rem 2.5rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .csu-story-card--featured .csu-story-card__body {
    border-radius: 0 0 10px 10px;
  }
}
.csu-story-card--featured .csu-story-card__title {
  font-size: 2rem;
}
.csu-story-card__read-more {
  display: inline-block;
  margin-top: 1rem;
  color: #1a1a2e;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  letter-spacing: 0.03em;
}
.csu-story-card__read-more:hover {
  color: #ee6f68;
}

.csu-featured-story {
  padding: 5rem 0;
}
.csu-featured-story__heading {
  font-family: "Barlow Condensed", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(2.5rem, 5vw, 3.875rem);
  font-weight: 300;
  text-transform: uppercase;
  color: #1a1a2e;
  letter-spacing: 0.02em;
  margin: 0 0 2rem;
}

.csu-stories-section {
  padding: 5rem 0;
}
.csu-stories-section__heading {
  font-family: "Barlow Condensed", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: clamp(2.5rem, 5vw, 3.875rem);
  font-weight: 300;
  text-transform: uppercase;
  color: #1a1a2e;
  letter-spacing: 0.02em;
  margin: 0 0 2rem;
}
.csu-stories-section__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-bottom: 2.5rem;
}
.csu-stories-section__filter-pill {
  border: 1px solid #1a1a2e;
  border-radius: 40px;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  color: #1a1a2e;
  white-space: nowrap;
  cursor: default;
}
.csu-stories-section__load-more {
  text-align: center;
  margin-top: 3rem;
}

.csu-stories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 991px) {
  .csu-stories-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .csu-stories-grid {
    grid-template-columns: 1fr;
  }
}
.csu-stories-grid .field, .csu-stories-grid .field__items, .csu-stories-grid .field__item {
  display: contents;
}
.csu-stories-grid .field__item:nth-child(n+4) .csu-story-card {
  display: none;
}
.csu-stories-grid[data-stories-expanded] .field__item:nth-child(n+4) .csu-story-card {
  display: flex;
}

.btn-csu-load-more {
  display: inline-block;
  background: #ee6f68;
  color: #ffffff;
  border: none;
  border-radius: 40px;
  padding: 0.875rem 2.5rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: opacity 0.2s;
}
.btn-csu-load-more:hover {
  opacity: 0.88;
}
.btn-csu-load-more:focus-visible {
  outline: 3px solid #1a1a2e;
  outline-offset: 2px;
}
.btn-csu-load-more[data-all-visible] {
  display: none;
}

.ls-wide {
  letter-spacing: 0.1em;
}
