.gw-programs {
  box-sizing: border-box;
  width: 1440px;
  padding: 18px 0 48px;
  background: #fff;
  color: #252321;
  letter-spacing: 0;
}
.gw-programs *, .gw-programs *::before, .gw-programs *::after { box-sizing: border-box; }
.gw-programs__heading { text-align: center; }
.gw-programs__eyebrow {
  margin: 0;
  color: #65bec0;
  font: italic 30px/38px 'Playfair Display', serif;
}
.gw-programs__title {
  margin: 0;
  font: 600 44px/58px 'Playfair Display', serif;
  letter-spacing: 0;
}
.gw-programs__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 410px));
  align-items: start;
  justify-content: center;
  gap: 48px 90px;
  margin: 0 auto;
  width: 910px;
}
.gw-program { min-width: 0; }
.gw-program__preview {
  display: block;
  position: relative;
  isolation: isolate;
  width: 410px;
  height: 500px;
  outline-offset: 6px;
}
.gw-program__paper {
  position: absolute;
  left: -45px;
  top: -6px;
  width: 500px;
  height: 540px;
  max-width: none;
  pointer-events: none;
}
.gw-program__cover {
  position: absolute;
  top: 35px;
  left: 18px;
  width: 370px;
  height: 438px;
  max-width: none;
  object-fit: contain;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.gw-program__title {
  position: relative;
  margin: 19px 0 0;
  font: 400 28px/36px 'Playfair Display', serif;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}
.gw-program__subtitle {
  margin: 6px 0 0;
  min-height: 24px;
  color: #727274;
  font: 400 16px/24px 'Inter', sans-serif;
}
.gw-program__actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 22px;
}
.gw-program__open {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  min-height: 46px;
  padding: 10px 22px;
  background: #5db7b9;
  color: #fff;
  font: 600 14px/22px 'Inter', sans-serif;
  text-decoration: none;
  transition: background-color .15s ease;
}
.gw-program__open:hover { background: #428e91; color: #fff; }
.gw-program__download {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-height: 46px;
  color: #399da3;
  font: 500 14px/22px 'Inter', sans-serif;
  text-decoration: none;
}
.gw-program__download img { display: block; flex: 0 0 30px; }
.gw-program__download:hover { color: #246b6f; text-decoration: underline; text-underline-offset: 4px; }
.gw-programs a:focus-visible { outline: 2px solid #287a7e; outline-offset: 5px; }
.gw-programs--mobile { width: 320px; padding: 26px 16px 44px; }
.gw-programs--mobile .gw-programs__eyebrow { font-size: 23px; line-height: 30px; }
.gw-programs--mobile .gw-programs__title { font-size: 26px; line-height: 32px; }
.gw-programs--mobile .gw-programs__list { width: 288px; grid-template-columns: minmax(0, 1fr); gap: 38px; margin-top: 16px; }
.gw-programs--mobile .gw-program__preview { width: 288px; height: 356px; }
.gw-programs--mobile .gw-program__paper { left: -31px; top: -4px; width: 352px; height: 382px; }
.gw-programs--mobile .gw-program__cover { top: 25px; left: 13px; width: 261px; height: 310px; }
.gw-programs--mobile .gw-program__title { font-size: 22px; line-height: 29px; margin-top: 13px; }
.gw-programs--mobile .gw-program__subtitle { font-size: 14px; line-height: 21px; min-height: 21px; }
.gw-programs--mobile .gw-program__actions { margin-top: 16px; gap: 22px; }
.gw-programs--mobile .gw-program__open { min-width: 145px; min-height: 44px; padding: 10px 18px; }
.gw-programs--mobile .gw-program__download { min-height: 44px; gap: 10px; }
.gw-programs--mobile .gw-program__download img { width: 26px; height: 26px; flex-basis: 26px; }
@media (prefers-reduced-motion: reduce) { .gw-program__open { transition: none; } }
