/* HOMEPAGE STYLES */

/* General */
.home-page--2026 {
  background-color: #f9f9f9;
  font-family: "SimplerPro", sans-serif;
}

/* Helpers */
.container {
  max-width: var(--container-desktop);
  margin-inline: auto;
}

/* Hero Section */
.home #page .ast-container {
  background: white !important;
}
#hp-hero {
  width: 100%;
  /* background: linear-gradient(#dff0ff 10%, #fff 50%); 
  margin-bottom: 50px;*/
}

.home-page--2026 .hp-hero-container {
  display: flex;
  max-width: var(--container-width);
  margin-inline: auto;
  gap: 10%;
  padding: 5rem 0;
  justify-content: space-between;
  align-items: center;
}

.home-page--2026 .hp-hero-container > div {
  flex: 1 0 40%;
}

.home-page--2026 h1 {
  font-size: 58px;
  line-height: 1.05;
  color: black;
  font-weight: bold;
  max-width: 15ch;
}

.hero-content-subtitle {
  font-size: 20px;
  line-height: 1.4;
  color: #87868e;
}

.chat-widget-wrapper {
  padding: 16px;
  background-color: white;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
  min-height: 170px;
}

/* Quick-link pills under the chat box (ACF repeater: search_quick_links). */
.hero-quick-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.hero-quick-link {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: #c5c9ff33;
  color: var(--accent-color);
  font-family:
    "Heebo",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition:
    background 150ms ease,
    border-color 150ms ease,
    color 150ms ease;
}
.hero-quick-link:hover {
  background: #5a68ff;
  color: #ffffff;
  text-decoration: none;
}

.hp-hero-upper {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: stretch;
  width: 100%;
  min-height: 303px;
  position: relative;
}

.left-graphics,
.right-graphics {
  /*position: relative;*/
  z-index: 100;
}

.blue-baloon svg {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 3;
}

.light-blue-baloon svg {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 2;
}

.yellow-baloon svg {
  position: absolute;
  top: 180px;
  left: 90px;
  z-index: 3;
}

.big-baloon svg {
  position: absolute;
  bottom: 116px;
  right: -20px;
  color: #ffcb00;
}

.microphone svg {
  position: absolute;
  bottom: 25px;
  right: 40px;
}

.small-baloon svg {
  position: absolute;
  bottom: 65px;
  right: 165px;
  color: #009aff;
}

.center-heading {
  text-align: center;
  position: relative;
  user-select: none;
  padding-top: 50px;
  z-index: 200;
}

.website-title {
  font-family: Heebo;
  font-size: 44px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0;
  color: #323338;
}

.website-subtitle-block-mobile {
  display: none;
}

.website-subtitle-block-desktop {
  display: block;
}
.website-subtitle-block-desktop svg {
  position: absolute;
  right: -15px;
  bottom: -30px;
}

.website-subtitle {
  font-family: Heebo;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0;
  color: #323338;
  margin-top: -5px;
}

.center-heading.non-logged {
  padding-top: 122px;
  padding-bottom: 55px;
}
.center-heading.non-logged .website-logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.center-heading.non-logged .website-logo {
  max-width: 301px;
  height: auto;
}
.center-heading.non-logged .website-title {
  font-family: Heebo;
  font-weight: 400;
  font-size: 38px;
  line-height: 50px;
  letter-spacing: -0.05px;
  text-align: center;
  color: #323338;
  margin-top: 8px;
}
.center-heading.non-logged .website-subtitle-block-desktop {
  margin-top: 40px;
}
.center-heading.non-logged .website-subtitle {
  font-family: Heebo;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.05px;
  text-align: center;
  color: #323338;
  margin-top: 0;
}
.center-heading.non-logged .website-button-register-wrapper {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.center-heading.non-logged .website-button-register {
  border: none;
  border-radius: 8px;
  background-color: #104468;
  padding: 11px 32px;
  margin: 0 auto;
}
.center-heading.non-logged .website-button-register-label {
  font-family: Heebo;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #fff;
}
.center-heading.non-logged .website-title-underline {
  position: relative;
}
.center-heading.non-logged .website-title-underline-text {
  position: relative;
  z-index: 1;
}
.center-heading.non-logged .website-title-underline-line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.center-heading.non-logged .website-login-wrapper {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.center-heading.non-logged .website-login-label {
  font-family: Heebo;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
  color: #323338;
}

@media (max-width: 1441px) {
  .home-page--2026 .hp-hero-container {
    padding-inline: 24px;
  }
}
@media (max-width: 992px) {
  .home-page--2026 .hp-hero-container {
    flex-direction: column;
    justify-content: flex-start;
    padding-block: 24px;
    text-align: center;
  }
  .home-page--2026 .hp-hero-container > div {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .home-page--2026 h1 {
    font-size: 48px;
    line-height: 1.05;
  }
  .hero-content-subtitle {
    font-size: 18px;
    line-height: 1.4;
    margin: 0;
  }

  .chat-widget-wrapper {
    margin-top: 1.5rem;
    margin-bottom: 3rem;
  }

  .center-heading.non-logged .website-login-wrapper {
    margin-top: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .center-heading.non-logged .website-login-label {
    font-family: Heebo;
    font-weight: 400;
    font-size: 12px;
    line-height: 26px;
    text-decoration: underline;
    color: #323338;
  }
}
.interest-section__wrapper {
  padding-bottom: 22px;
  padding-top: 22px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
body:has(.banner-no-interests)
  .strip--stage_experience:not(
    .strip--stage_experience ~ .strip--stage_experience
  ) {
  order: 0 !important;
}

/* Icons Strip */

.hp-hero-icons-strip {
  padding: 20px 0 0;
}

.icons-strip-title {
  font-family: Heebo;
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -0.005em;
  text-align: center;
  color: #323338;
  margin-bottom: 25px;
  user-select: none;
}

.icons-strip-block {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 25px;
}

.strip-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.strip-icon-title {
  font-family: Heebo;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.005em;
  text-align: center;
  color: #000;
  max-width: 120px;
}

.strip-icon-link {
  min-width: 120px;
}

.strip-icon-link:hover,
.strip-icon-link:focus,
.strip-icon-link:visited {
  outline: none !important;
}

.strip-icon-link:hover {
  text-decoration: none;
  color: #000;
}

.strip-icon-link:hover .not-hovered {
  display: none;
}

.strip-icon-link .hovered {
  display: none;
  width: 81px;
  height: 72px;
}

.strip-icon-link:hover .hovered {
  display: block;
}

.hp-hero-image-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 157px;
  gap: 20px;
  width: 100%;
  max-width: 540px;
  margin-inline-start: auto;
}

.image-grid__item {
  overflow: hidden;
  border-radius: 22px;
}

.image-grid__item--small {
  grid-column: span 1;
}

.image-grid__item--large {
  grid-column: span 2;
}

.image-grid__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Hero slideshow (ACF gallery on hero_image_2).
   With a single image nothing is stacked — it renders in normal flow exactly
   as a plain image did. With two or more, PHP adds .is-animated and the
   slides are stacked and crossfaded by home-page-2026.js. */
.hero-slideshow {
  width: 100%;
  height: 100%;
}
.hero-slideshow.is-animated {
  position: relative;
}
.hero-slideshow.is-animated .hero-slideshow__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 900ms ease-in-out;
}
.hero-slideshow.is-animated .hero-slideshow__slide.is-active {
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .hero-slideshow.is-animated .hero-slideshow__slide {
    transition: none;
  }
}

/* Optional mobile layout */
@media (max-width: 992px) {
  .hp-hero-image-grid {
    display: flex;
  }
  .image-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 140px;
    gap: 12px;
  }

  .image-grid__item--large {
    display: none;
  }
  .image-grid__item--small {
    grid-column: span 1;
  }

  .image-grid__item {
    border-radius: 16px;
    width: 110px;
    aspect-ratio: 1;
  }
}

@media (max-width: 992px) {
  /* Hero Section */
  body {
    padding-top: 47px !important;
  }
  body.logged-out {
    padding-top: 48px !important;
  }
  .hp-hero-container {
    padding: 0;
  }
  .hp-hero-upper {
    height: 280px;
  }
  .hp-hero-container.non-logged .hp-hero-upper {
    height: auto;
  }

  /*.blue-baloon svg {*/
  /*    top: -230px;*/
  /*    left: -5vw;*/
  /*    width: 22vw;*/
  /*    transform: rotate(13deg);*/
  /*    max-width: 120px;*/
  /*}*/

  /*.light-blue-baloon svg{*/
  /*    top: -137px;*/
  /*    left: -4vw;*/
  /*    width: 16vw;*/
  /*    z-index: 1;*/
  /*    max-width: 75px;*/
  /*}*/

  /*.yellow-baloon svg{*/
  /*    top: -120px;*/
  /*    left: 3vw;*/
  /*    width: 9vw;*/
  /*    z-index: 3;*/
  /*    max-width: 50px;*/
  /*}*/

  /*.big-baloon svg{*/
  /*    top: -156px;*/
  /*    width: 33vw;*/
  /*    right: -9vw;*/
  /*    z-index: 0;*/
  /*    transform: rotate(15deg);*/
  /*    max-width: 170px;*/
  /*    color: #DFF0FF;*/
  /*}*/

  /*.microphone svg{*/
  /*    top: -6px;*/
  /*    right: 10px;*/
  /*    width: 44px;*/
  /*}*/

  /*.small-baloon svg{*/
  /*    top: 8vw;*/
  /*    width: 6vw;*/
  /*    right: calc(116px - 1vw);*/
  /*    max-width: 30px;*/
  /*    color: #009aff;*/
  /*}*/

  /*.center-heading {*/
  /*    top: -50px;*/
  /*}*/

  .website-title {
    font-family: Heebo;
    font-size: 30px;
    font-weight: 700;
    line-height: 115px;
    letter-spacing: -0.005em;
    text-align: center;
  }
  .website-title.big_size {
    font-size: 30px;
  }
  .website-title.mid_size {
    font-size: 20px;
  }
  .website-title.small_size {
    font-size: 18px;
  }

  .website-subtitle-block-mobile {
    display: flex;
    justify-content: center;
    position: relative;
  }

  .website-subtitle-block-mobile svg {
    position: absolute;
    bottom: -8px;
    right: 50%;
    transform: translateX(50%);
  }

  .website-subtitle-block-desktop {
    display: none;
  }

  .website-subtitle {
    font-family: Heebo;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.005em;
    color: #323338;
    position: relative;
    z-index: 2;
    max-width: 290px;
    margin-right: 10px;
    margin-top: 10px;
  }

  /* Icons Strip */

  .hp-hero-icons-strip {
    padding: 0;
    margin-top: -30px;
  }

  .icons-strip-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .icons-strip-block {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    padding: 0 8vw;
  }

  .strip-icon-link {
    margin-bottom: 20px;
    min-width: 80px;
  }

  .strip-icon-title {
    font-size: 12px;
    max-width: 80px;
  }

  .strip-icon img {
    max-width: 48px;
  }

  .force-two-lines {
    max-width: 50px;
  }

  .strip-icon-link .hovered {
    height: unset;
  }

  .icons-strip-block a[data-order="1"] {
    order: 1;
  }
  .icons-strip-block a[data-order="2"] {
    order: 2;
  }
  .icons-strip-block a[data-order="3"] {
    order: 3;
  }
  .icons-strip-block a[data-order="4"] {
    order: 4;
  }
  .icons-strip-block a[data-order="5"] {
    order: 5;
  }
  .icons-strip-block a[data-order="6"] {
    order: 6;
  }
  .icons-strip-block a[data-order="7"] {
    order: 7;
  }
}

@media (max-width: 750px) {
  .small-baloon svg {
    top: 11vw;
    width: 6vw;
    right: calc(120px - 1vw);
  }

  .light-blue-baloon svg {
    left: -4vw;
  }

  .yellow-baloon svg {
    left: 5vw;
  }
}

@media (max-width: 600px) {
  .small-baloon svg {
    top: 11vw;
    width: 6vw;
    right: calc(130px);
  }
}

@media (max-width: 450px) {
  .small-baloon svg {
    top: 11vw;
    width: 6vw;
    right: 26vw;
  }

  .strip-icon img {
    max-width: 70px;
  }
}

@media (max-width: 390px) {
  .icons-strip-block {
    padding: 0;
  }
}

.strip {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 43px;
  padding-bottom: 52px;
}

.strip.strip_bg-blue {
  background-color: #dff0ff;
}
.strip-initiatives {
  max-width: var(--container-width);
  margin-inline: auto;
  padding-top: 23px;
  padding-bottom: 26px;
}
.strip .scard .scard__content,
.strip .scard-mv .scard-mv__content {
  background-color: #dff0ff;
  color: #323338;
}
.strip .scard .scard__content .scard__duration,
.strip .scard .scard__content .scard__author,
.strip .scard .scard__content .scard__title,
.strip .scard-mv .scard-mv__content .scard-mv__title {
  color: #323338;
}
.strip.strip_bg-blue .scard .scard__content,
.strip.strip_bg-blue .scard-mv .scard-mv__content {
  background-color: #0f4568;
  color: #ffffff;
}
.strip .scard .scard__top span:not(:first-child)::after {
  background: #323338;
}
.strip.strip_bg-blue .scard .scard__top span:not(:first-child)::after {
  background: #fff;
}
.strip.strip_bg-blue .scard .scard__content .scard__duration,
.strip.strip_bg-blue .scard .scard__content .scard__author,
.strip.strip_bg-blue .scard .scard__content .scard__title,
.strip.strip_bg-blue .scard-mv .scard-mv__content .scard-mv__title {
  color: #ffffff;
}

.strip__filters,
.strip__header,
.strip__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  max-width: var(--container-width);
  width: 100%;
  margin: 0 auto 10px;
}
.strip__filters {
  justify-content: start;
  align-items: start;
  gap: 12px;
}
.strip__tag-links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 110px;
  max-width: var(--container-width);
  width: 100%;
  margin: 0 auto 10px;
  gap: 6px;
  flex-wrap: wrap;
}
.tag-link {
  padding: 2px 14px;
  border: 1px solid #dff0ff;
  background-color: rgba(1, 154, 255, 0.15);
  border-radius: 100px;

  .tag-label {
    font-family: Heebo, sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: -0.2px;
    color: #019aff;
    line-height: 14px;
  }

  &:hover {
    background-color: #019aff;
    text-decoration: none;

    .tag-label {
      color: #ffffff;
    }
  }
}
.fs-checkbox-input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.fs-checkbox-label {
  display: inline-flex;
  align-items: center;
  position: relative;

  padding: 7px 14px;
  border: 1px solid #dff0ff;
  background-color: rgba(1, 154, 255, 0.15);
  border-radius: 100px;

  cursor: pointer;
  user-select: none;
  transition: all 0.2s ease;

  font-family: Heebo, sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: -0.2px;
  color: #019aff;
  line-height: 16px;
}
@media (max-width: 767px) {
  .strip {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .strip__slider .strip__item:last-child {
    padding-bottom: 0;
  }
}
/*.fs-checkbox-label:hover {*/
/*  background-color: #019aff;*/
/*  border-color: #019aff;*/
/*  color: #ffffff;*/
/*}*/

/*.fs-checkbox-input:focus + .fs-checkbox-label {*/
/*  box-shadow: 0 0 0 2px rgba(1, 154, 255, 0.5);*/
/*  border-color: #019aff;*/
/*}*/

.fs-checkbox-input:checked + .fs-checkbox-label {
  background-color: #019aff;
  border-color: #019aff;
  color: #ffffff;
}

.fs-checkbox-input:disabled + .fs-checkbox-label {
  opacity: 0.6;
  cursor: not-allowed;
  background-color: #f0f0f0;
  border-color: #ccc;
  color: #999;
  box-shadow: none;
}
.strip__footer {
  margin-top: 40px;
  justify-content: end;

  .strip__button {
    display: none;
  }
}

@media (max-width: 767px) {
  .strip__filters {
    flex-direction: row;
    overflow-x: scroll;
    min-height: 36px;
    padding-bottom: 10px;
  }
  .strip__footer {
    justify-content: center;
    margin-top: 22px;

    &:has(.strip__footer__btn-wrapper) {
      justify-content: flex-end;
    }
    .strip__button {
      display: flex;
    }
  }

  .strip__filter-section .strip__footer {
    justify-content: end;
  }
}

.strip__title {
  font-size: 32px;
  margin: 0;
  padding: 0;
  font-family: Heebo, sans-serif;
  font-weight: 700;
  flex: 1 0 100%;
}

.strip__dots {
  text-align: center;
  margin: 0 10px 20px;
  display: flex;
  justify-content: flex-start;
  gap: 4px;
}
.strip__most-visited-section .strip__dots {
  display: none;
}

@media (max-width: 767px) {
  .strip__dots {
    display: none;
  }
  .strip__title {
    flex: 1 0 auto;
    font-size: 24px;
  }
}

@media (max-width: 1540px) {
  .strip__inner-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .strip__inner-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.strip__footer__btn-wrapper {
  display: flex;
  justify-content: end;
}
.strip__button {
  background-color: transparent;
  color: #000;
  border-bottom: 1px solid #000;
  padding: 1px 2px;
  border-radius: 0;
  cursor: pointer;
  font-family: Heebo;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
  transition: padding 400ms ease-in-out;
}
.strip__button:hover {
  color: var(--accent-color);
  text-decoration: none;
  border-color: var(--accent-color);
}

.strip__slider-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 100;
  max-width: var(--container-width);
  margin-inline: auto;
  padding: 0;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .strip__slider-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .strip__slider-wrapper {
    padding-left: 0px;
    padding-right: 0px;
    margin-inline-end: -3rem;
  }
  .strip__footer__btn-wrapper {
    display: none;
  }
}
.strip__slider {
  display: flex;
  transition: opacity 0.3s linear 1s;
}
.strip__slider.loading {
  opacity: 0.7;
}
.strip__slider .slick-list {
  overflow: visible;
  /*width: calc(100% + 131px);*/
  /*min-width: calc(100% + 131px);*/
  padding: 0 3px;
}
.strip__slider .slick-list .slick-track {
  margin: 0;
}
.strip__slider.slick-initialized .slick-list .strip-item {
  display: block;
  /*width: 262px;*/
  /*min-width: 262px;*/
  /*max-width: 262px;*/
}
@media (max-width: 767px) {
}
.strip__item {
  /*width: 100%;*/
  /* padding: 00px 8px; */
  scroll-snap-align: center;
  /* margin: 0 10px; */
}

/*.strip__slider {*/
/*	overflow-x: auto;*/
/*    scroll-snap-type: x mandatory;*/
/*}*/

.strip__slider::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}

.strip__item .scard {
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2);
}

.strip__item .startup-grid-card,
.strip__item .si-design-partner {
  width: 275px;
  height: 429px;
  box-shadow: 0px 2.62px 26.23px -4.37px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.strip__item .template {
  width: 264px;
  max-width: 300px;
  height: 356px;
  box-shadow: 0px 2.62px 26.23px -4.37px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.slick-dots {
  display: flex;
  gap: 4px;
  list-style: none;
  margin: 0;
}
#slick-slide-control00 {
  height: 10px;
  width: 10px;
}
.slick-dots > li > button {
  height: 10px;
  width: 10px;
  padding: 0;
  text-indent: -999px;
  overflow: hidden;
  margin: 0;
  background-color: #323338;
  border: none;
}
.slick-dots > li {
}
.slick-active {
}
.slick-dots > li.slick-active > button {
  background-color: #009aff;
  border-color: #009aff;
}
.strip__dots .owl-dot {
  height: 10px;
  width: 10px;
  padding: 0;
  text-indent: -999px;
  overflow: hidden;
  margin: 0;
  background-color: #323338;
  border: none;
  border-radius: 50px;
}
.strip__dots .owl-dot.active {
  background-color: #009aff;
  border-color: #009aff;
}
.owl-carousel .owl-stage-outer {
  /* overflow: visible; */
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .strip__slider {
    margin-right: 7px;
    overflow-x: auto;
    padding-left: 20px;
  }
}

.scard {
  width: 342px;
  height: 283px;
  background-color: #fff;
  border-radius: 4px;
  transition:
    transform 0.3s,
    box-shadow 0.3s,
    width 0.3s,
    height 0.3s;
  position: relative;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media (max-width: 560px) {
  .scard {
    width: 216px;
  }
}

/*.scard:hover {*/
/*    overflow: visible;*/
/*}*/
.scard__inner-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
}
/*.scard:hover .scard__inner-wrapper {*/
/*    bottom: unset;*/
/*}*/

.owl-carousel .owl-item .scard .scard__image img {
  height: 100%;
  width: 100%;
  max-height: unset;
}
.scard__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.scard__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  min-height: 147px;
}

.scard__content {
  padding: 10px 18px;
  max-height: 150px;
  overflow: hidden;
  transition: max-height 0.3s;
  /*position: relative;*/
  z-index: 10;
  margin-top: 200px;
  border-radius: 12px 12px 4px 4px;
}

@media (max-width: 560px) {
  .scard__image img {
    min-height: 149px;
    max-height: 240px;
  }
}

#page .scard-mv__card-wrapper .pav2_button-save,
#page .scard__content .pav2_button-save {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1000;
  height: 35px;
  width: 35px;
  background: white !important;
}
.pav2_button.pav2_button-save.saved svg path {
  fill: #848484;
}
.scard--dark .scard__content {
  background-color: #0f4568;
  color: #fff;
}
.scard__top {
  display: flex;
  align-items: center;
  gap: 4px;
}
.scard__tag {
  font-family: Heebo;
  color: #009aff;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.02px;
}
.scard__author,
.scard__duration {
  font-family: Heebo;
  font-weight: 400;
  font-size: 12px;
  line-height: 11px;
  letter-spacing: -0.02px;
  color: #fff;
}
.scard__top span:not(:first-child) {
  /*display: none;*/
  padding-right: 17px;
  position: relative;
}
/*.scard:hover .scard__top span:not(:first-child) {*/
/*    display: initial;*/
/*}*/
.scard__top span:not(:first-child):after {
  content: "\A";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
}
.scard__middle {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.scard__title {
  font-family: Heebo;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.02px;
  color: #dff0ff;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 100%;
  white-space: wrap;
}
/*.scard:hover .scard__title {*/
/*    display: block;*/
/*}*/

.scard__text {
  font-family: Heebo;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.02px;
  color: #fff;
  display: none;
}

/*.scard:hover .scard__text {*/
/*    display: -webkit-box;*/
/*    overflow: hidden !important;*/
/*    text-overflow: ellipsis;*/
/*    -webkit-line-clamp: 2;*/
/*    -webkit-box-orient: vertical;*/
/*    max-width: 100%;*/
/*    white-space: wrap;*/
/*}*/

.scard__info {
  display: none;
  gap: 10px;
  flex-wrap: wrap;
}
/*.scard:hover .scard__info {*/
/*    display: flex;*/
/*}*/

.scard__info-item {
  background-color: #dff0ff;
  padding: 2px 8px;
  border-radius: 14px;
  color: #009aff;
  font-family: Heebo;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.02px;
}

/*.scard:hover .scard__content {*/
/*    max-height: 1000px;*/
/*}*/
.scard__bottom {
  /*display: none;*/
  margin-top: 14px;
  justify-content: space-between;
}
/*.scard:hover .scard__bottom {*/
/*    display: flex;*/
/*}*/
.scard__button {
  background-color: #009aff;
  padding: 6px 16px;
  border-radius: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  text-decoration: none;
}
.scard__button:hover {
  background-color: #0189e2;
  text-decoration: none;
}
.scard__button__icon-wrapper {
  display: flex;
  align-items: center;
}
.scard__button__label-wrapper {
  display: flex;
  align-items: center;
}
.scard__button__label {
  font-family: "Heebo";
  font-size: 11px;
  font-weight: 600;
  line-height: 13px;
  color: #ffffff;
}

.strip-banner {
  text-align: center;
  max-width: 856px;
  margin: 55px auto 80px;
  position: relative;
  z-index: 50;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  width: 642px;
  min-height: 250px;
  display: grid;
  box-shadow: 0px 2.62px 26.23px -4.37px #0000001a;
}
.strip-banner picture {
  max-width: 600px;
}
@media (max-width: 1024px) {
  .strip-banner {
    margin-top: 25px;
    width: 640px;
    min-height: 250px;
  }
}
@media (max-width: 767px) {
  .strip-banner {
    margin-top: 25px;
    width: 328px;
    min-height: 278px;
    margin-bottom: 50px;
  }
}
.strip-banner__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
.strip-banner__bg_tablet,
.strip-banner__bg_mobile {
  display: none;
}
.strip-banner__bg_desktop {
  display: grid;
}
@media (max-width: 1024px) {
  .strip-banner__bg_desktop,
  .strip-banner__bg_mobile {
    display: none;
  }
  .strip-banner__bg_tablet {
    display: grid;
  }
}
@media (max-width: 767px) {
  .strip-banner__bg_desktop,
  .strip-banner__bg_tablet {
    display: none;
  }
  .strip-banner__bg_mobile {
    display: grid;
  }
}

.strip-banner__content {
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.strip-banner__title {
  font-family: Heebo;
  font-size: 24px;
  line-height: 20px;
  letter-spacing: -0.02px;
  max-width: 480px;
  margin: auto;
}

.strip-banner__text {
  font-family: Heebo;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  max-width: 480px;
  margin: auto;
}

.strip-banner__inner-wrapper {
  position: relative;
  padding: 20px;
  display: grid;
  align-items: center;
}
.strip-banner__footer {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  margin-top: auto;
}
.strip .strip-banner picture {
  margin-bottom: 20px;
  display: block;
}
.strip .strip-banner .strip-banner__button {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px 24px;
  width: fit-content;
  height: 33px;
  border: 1px solid #0f4468;
  border-radius: 20px;
  background-color: #0f4468;
  color: #ffffff;
}
.strip .strip-banner .strip-banner__button:hover {
  text-decoration: none;
  border-color: #0c3552;
  background-color: #0c3552;
  color: #ffffff;
}
.strip__item-mv {
  padding-left: 10px;
  padding-right: 10px;
}
.scard-mv {
  /*width: 388px;*/
  /*height: 283px;*/
  overflow: visible;
  background-color: transparent;
}
@media (max-width: 560px) {
  .scard-mv {
    /*width: 340px;*/
  }
}
.scard-mv__card-wrapper {
  position: relative;
  box-shadow: 0px 2px 7.4px 0px #00000014;
  border-radius: 4px;
  overflow: hidden;
  width: 342px;
  display: flex;
  background-color: #fff;
}
/*.owl-item:nth-child(n+10) .scard-mv__card-wrapper {*/
/*    min-width: 343px !important;*/
/*}*/
/*.owl-item:nth-child(n+10) .scard-mv__inner-wrapper {*/
/*    min-width: 470px !important;*/
/*}*/

@media (max-width: 560px) {
  .scard-mv__card-wrapper {
    width: 246px;
  }
}
.scard-mv__save-button.scard__save-button {
  position: absolute;
  left: 12px;
  top: 12px;
  border: none;
  padding: 0 1px 0 0;
  height: 32px;
  width: 32px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 100;
}
.scard-mv__save-button.scard__save-button .scard__save-button__icon path {
  fill: #323338;
}
.scard-mv__save-button.scard__save-button.saved .scard__save-button__icon path {
  fill: #009aff;
}
.scard-mv__inner-wrapper {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  /*width: 342px;*/
  height: 283px;
}
.scard-mv__number {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 96px;
  line-height: 76px;
  font-weight: 700;
  -webkit-text-stroke: 4px #009aff;
  color: transparent;
}
.scard-mv__number-wrapper {
  margin-right: -10px;
  display: flex;
  flex-direction: row-reverse;
  gap: 6px;
}
.scard-mv__number-wrapper svg {
  max-height: 86px;
  width: auto;
}
.scard-mv__img {
  width: 343px;
  height: 227px;
  object-fit: cover;
  object-position: center;
}
.scard-mv__img {
  width: 343px;
  height: 227px;
  object-fit: cover;
  object-position: center;
}
.scard-mv__img-wrapper {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.scard-mv__content {
  position: relative;
  z-index: 100;
  margin-top: auto;
  border-radius: 12px 12px 4px 4px;
  background-color: #dff0ff;
  padding: 16px 16px 0 16px;
  flex: 1 0 100%;
  height: 84px;
}

.scard-mv__top {
  display: flex;
}
.scard-mv__tag {
  font-family: Heebo;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.02px;
  color: #009aff;
}

.scard-mv__title-link {
  font-family: Heebo;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.02px;
}
.scard-mv__title-link:hover {
  text-decoration: none;
}
.scard-mv__title-link:hover .scard-mv__title {
  color: #323338;
}
.scard-mv__title {
  font-family: Heebo;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.02px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.scard-mv__duration {
  position: absolute;
  top: -40px;
  right: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  padding: 2px;
  font-family: Heebo;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  min-width: 50px;
  text-align: center;
}
@media (max-width: 560px) {
  .scard-mv__inner-wrapper {
    height: 220px;
  }
  .scard-mv__img {
    height: 147px;
  }
}
.slick-list {
  padding-left: 342px;
}
.strip-initiatives__list {
  display: grid;
  padding: 15px 100px 30px 0;
  gap: 28px;
  grid-auto-flow: column;
  grid-auto-columns: 275px;
  overflow-x: auto;
  white-space: nowrap;
  overflow-y: visible;
}
.strip-initiatives__list.strip-initiatives__list_design-partners {
  grid-auto-columns: 275px;
  grid-auto-rows: 390px;
}
.strip-initiatives__list.strip-initiatives__list_templates {
  grid-auto-columns: 264px;
  grid-auto-rows: 356px;
}
.strip-initiatives__list.strip-initiatives__list_templates
  .template
  .template__inner-wrapper
  .template__body
  .template__body-wrapper
  .template__body__bottom
  .template__download-wrapper
  .template__download__link
  .template__download__label {
  font-size: 14px;
  padding: 0 5px;
}

@media (max-width: 1024px) {
  .strip-initiatives__list {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .strip-initiatives__list {
    padding-left: 24px;
    padding-right: 24px;
    margin-right: -24px;
    margin-left: -24px;
  }
  .strip-initiatives__list.strip-initiatives__list_events {
    grid-template-columns: calc(100% - 64px);
    grid-auto-flow: row;
    overflow: visible;
    padding: 0 24px;
    place-items: center;
    place-content: center;
    margin-top: 18px;
  }
  .strip-initiatives__list.strip-initiatives__list_events
    .si-event:nth-child(n + 3) {
    display: none;
  }
}
.si-card {
  width: 275px;
  height: 429px;
  border-radius: 10px;
  box-shadow: 0px 2.62px 26.23px -4.37px #0000001a;
  position: relative;
  display: grid;
  align-content: space-between;
  grid-template-columns: 100%;
  overflow: hidden;
}
.si-card.si-cta-card {
  align-content: initial;
}
.si-card.job-row-cards-wrap {
  padding: 32px 24px;
}
.si-card.job-row-cards-wrap .job-row-cards-wrap-btn a {
  padding-top: 11px;
  padding-bottom: 11px;
}
.si-card.job-row-cards-wrap .job-row-cards-wrap-btn a:hover {
  text-decoration: none;
  color: white;
  background-color: #0189e2;
}
.si-cta-card__bg-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.si-cta-card__bg {
  height: 100%;
}
.si-cta-card__content-wrapper {
  position: relative;
  z-index: 10;
  display: grid;
  padding: 72px 27px 32px;
  justify-content: center;
  grid-template-columns: 100%;
}
.si-cta-card__title {
  font-family: Heebo;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.02px;
  color: #323338;
  margin: 0;
  padding: 0;
  text-align: center;
  white-space: break-spaces;
}
.si-cta-card__description {
  font-family: Heebo;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #212529;
  white-space: break-spaces;
}
.si-cta-card__button {
  margin: auto auto 0;
  border-radius: 20px;
  background-color: #0f4468;
  min-width: 139px;
  text-align: center;
  color: white;
  padding: 11px 24px;
  font-family: Heebo;
  font-weight: 600;
  font-size: 16px;
  line-height: 14px;
}
.si-cta-card__button:hover {
  text-decoration: none;
  color: white;
  background-color: #0a2d44;
}

.strip__item_job .si-card {
  width: 275px;
  height: 429px;
}
.strip__item_startup .si-card {
  width: 275px;
  height: 429px;
}
.strip__item_template .si-card {
  height: 356px;
  width: 264px;
  max-width: 300px;
}
.strip__item_design-partner .si-design-partner,
.strip__item_design-partner .si-card {
  width: 275px;
  height: 429px;
}
.strip-events .strip-initiatives__list {
  gap: 34px;
  grid-auto-columns: 410px;
}

section.strip .si-card:hover,
section.strip .scard-mv:hover,
section.strip .scard:hover,
section.strip .si-event:hover,
section.strip .startup-grid-card:hover,
section.strip .template:hover,
section.strip .si-design-partner:hover {
  scale: 1.05;
  transition: 0.3s;
}
section.strip .si-card,
section.strip .scard-mv,
section.strip .scard,
section.strip .si-event,
section.strip .startup-grid-card,
section.strip .template,
section.strip .si-design-partner {
  transition: 0.3s;
}

.hp-hero-banner {
  text-align: center;
}
.hp-hero-banner h2 {
  font-family: Heebo;
  font-size: 20px;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
  margin-bottom: 45px;
  color: #000;
}
.hp-hero-banner p {
  font-family: Heebo;
  font-size: 18px;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
  margin-top: 35px;
  color: #000;
}
.hp-hero-banner a {
  font-family: Heebo;
  font-size: 18px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: -0.02px;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  background-color: #009aff;
  padding: 9px 27px;
}

.hp-hero-banner a:hover {
  color: #323338;
}

@media (max-width: 767px) {
  .hp-hero-banner h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    width: 268px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .hp-hero-banner p {
    font-size: 15px;
    font-weight: 400;
    line-height: 14px;
    margin-top: 25px;
  }
  .hp-hero-banner a {
    font-size: 16px;
    padding: 9px 97px;
  }
}
.strip__item-post .si-card {
  height: 323px;
  width: 274px;
}
.strip-initiatives-post .strip__filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 110px;
  width: 100%;
  margin: 0 auto 10px;
  justify-content: start;
  align-items: start;
  gap: 12px;
  flex-direction: row;
}
.strip-initiatives-post .filter {
  font-family: Heebo;
  font-size: 16.15px;
  font-weight: 400;
  line-height: 20.77px;
  border-radius: 23px;
  padding: 5px 19px;
  cursor: pointer;
  text-wrap: nowrap;
  border: 1px solid #323338;
  color: #323338;
  background-color: unset;
}
.strip-initiatives-post .filter.active {
  color: #fff;
  border: solid 1px #009aff;
  background-color: #009aff;
}
.strip-initiatives-post .si-cta-card__content-wrapper {
  padding: 100px 23px 61px;
}
.strip-initiatives-post .si-cta-card__title span {
  font-family: Poppins;
}

@media (max-width: 767px) {
  .strip:has(.strip__initiatives-wrapper) .strip__content-wrapper {
    padding-bottom: 22px;
  }

  .strip-initiatives-post .filter {
    font-size: 14px;
    padding: 8px 12px;
    line-height: 1;
  }
}

.strip-initiatives-post {
  padding-top: 43px;
  margin-inline: auto;
  max-width: var(--container-width);
}

.home-page--2026 .strip-initiatives-post .strip__title {
  flex: 1 0 auto;
}
@media (max-width: 992px) {
  .strip-initiatives-post {
    padding-top: 0;
  }
  .strip__header,
  .strip__footer {
    margin-bottom: 0;
    display: flex;
  }
  .strip__header {
    margin-bottom: 1.5rem;
  }
  .strip:has(.section-stages) {
    padding-bottom: 0;
  }
  .strip:not(:has(.strip__content-wrapper))
    .strip__initiatives-wrapper
    .strip-initiatives {
    padding-top: 0;
  }
  .strip__initiatives-wrapper .strip-initiatives:not(:last-child) {
    padding-bottom: 22px;
  }
  .strip-events .si-event {
    width: 100%;
  }
  .strip-initiatives {
    padding-bottom: 0;
  }
  .strip__content-wrapper {
    /*padding-bottom: 30px;*/
  }
}

.strip_bg-blue + .strip_bg-blue .strip-initiatives-post {
  padding-top: 0;
}

/* ─── sfs-card content-card design (homepage 2026) ─────────────── */
.home-page--2026 {
  /* Optional 4-up grid when a strip renders as a grid rather than a slider */
  .sfs-cards-row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
    padding-block: 12px;
  }

  /* Slider items fill the width owl carousel calculates from `items` count
     (4 on desktop, 2 on tablet, 1.3 on mobile) — no hardcoded 275px width
     since that would fight the responsive item sizing and cause peaking. */
  .strip__slider .strip__item {
    width: 100%;
  }
  .strip__item-mv {
    width: auto;
  }

  /* Card wrapper */
  .sfs-card {
    --sfs-card-poster: #c5c9ff;
    --sfs-card-chip: #5a68ff;
    --sfs-card-title: #191919;
    --sfs-card-meta: #87868e;
    --sfs-card-tag-bg: rgba(236, 236, 236, 0.5);

    height: 100%;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.04);
    border: 1px solid transparent;
    overflow: hidden;
    transition:
      box-shadow 200ms ease,
      border 200ms ease;
    font-family:
      "Heebo",
      -apple-system,
      BlinkMacSystemFont,
      sans-serif;
  }
  .sfs-card:hover {
    box-shadow: 0 10px 16px rgba(0, 0, 0, 0.08);
    border-color: #cdcdcd;
  }
  .sfs-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 12px 12px 16px;
    color: inherit;
    text-decoration: none;
    outline: none;
  }
  .sfs-card__link:hover {
    text-decoration: none;
    color: inherit;
  }
  .sfs-card__link:focus-visible {
    outline: 2px solid var(--sfs-card-chip);
    outline-offset: 2px;
  }

  .section-investors .sfs-card {
    background-color: #4d4e53;
    color: white;
  }

  .section-investors .sfs-card__title {
    color: white;
  }

  .section-investors .sfs-card__meta,
  .section-investors .sfs-card__tag {
    --sfs-card-meta: #c5c5c5;
    --sfs-card-tag-bg: #3d3d41;
  }

  /* Per-format accent palette */
  .sfs-card--video {
    --sfs-card-poster: #f4b6c3;
    --sfs-card-chip: #a96bff;
    --sfs-card-chip-bg: #f6efff;
  }
  .sfs-card--podcast {
    --sfs-card-poster: #c5c9ff;
    --sfs-card-chip: #5a68ff;
  }
  .sfs-card--article {
    --sfs-card-poster: #f4b6c3;
    --sfs-card-chip: #d14c6a;
  }
  .sfs-card--course {
    --sfs-card-poster: #c1d6ff;
    --sfs-card-chip: #0f8b6a;
    --sfs-card-chip-bg: #beffde80;
  }
  .sfs-card--template {
    --sfs-card-poster: #e5e5e5;
    --sfs-card-chip: #87868e;
  }

  .section-investors .sfs-card--article .sfs-card__format {
    background: #ff426b4d;
  }

  .section-investors .sfs-card--video .sfs-card__format {
    --sfs-card-chip: #e2caff;
    --sfs-card-chip-bg: #a96bff66;
  }

  .section-investors .sfs-card--article {
    --sfs-card-chip: #ffdde4;
  }

  .section-investors .sfs-card {
    --sfs-card-chip: #c5c9ff;
  }

  /* Poster */
  .sfs-card__poster {
    position: relative;
    width: 100%;
    aspect-ratio: 241 / 184;
    background-color: var(--sfs-card-poster);
    background-image: var(--sfs-card-decoration, none);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 23px;
  }
  /* Inset the thumbnail so the decoration frames it on all sides. */
  .sfs-card__image {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 8px;
    filter: grayscale(1);
  }

  /* Blog (CPT: blog -> variant "article"): no card background/decoration.
     The featured image fills the poster and is clipped by the 3-arch mask
     instead of being framed by a decoration. */
  .sfs-card--article .sfs-card__poster {
    background-color: #ffdde4;
    background-image: none;
    padding: 18px 24px;
  }
  .sfs-card--article .sfs-card__image {
    border-radius: 0;
    /* Shape is picked at random per card in content.php. */
    -webkit-mask-image: var(--sfs-card-mask, none);
    mask-image: var(--sfs-card-mask, none);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
  }

  /* A card with no featured image falls back to a placeholder, which is shown
     on its own — no colour behind it, no decoration frame, no clip shape. */
  .sfs-card--fallback .sfs-card__poster {
    background-color: transparent;
    background-image: none;
    padding: 0;
  }
  .sfs-card--fallback .sfs-card__image {
    border-radius: 0;
    -webkit-mask-image: none;
    mask-image: none;
  }

  /* Video and course: no card background/decoration either. */
  .sfs-card--video .sfs-card__poster,
  .sfs-card--course .sfs-card__poster {
    background-color: transparent;
    background-image: none;
    padding: 0;
  }
  .sfs-card--video .sfs-card__image,
  .sfs-card--course .sfs-card__image {
    border-radius: 0;
  }

  /* Colour overlay on the featured image. Figma exports this as
     `background-blend-mode: color`, which only applies when the photo is a
     background layer. The photo here is an <img>, so the equivalent is an
     overlay with `mix-blend-mode: color` — hue + saturation from the colour,
     luminosity from the (already grayscale) photo. z-index 1 keeps it above
     the image but below the bookmark button (z-index 2). */
  .sfs-card--course .sfs-card__poster::after,
  .sfs-card--video .sfs-card__poster::after {
    content: "";
    position: absolute;
    mix-blend-mode: color;
    pointer-events: none;
    z-index: 1;
  }
  /* Neither has padding, so each overlay covers the whole poster. */
  .sfs-card--course .sfs-card__poster::after {
    inset: 0;
    background: #beffde;
  }
  .sfs-card--video .sfs-card__poster::after {
    inset: 0;
    background: #c5c9ff;
  }

  .sfs-card__bookmark {
    position: absolute;
    top: 8px;
    inset-inline-end: 8px;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    color: #87868e;
    cursor: pointer;
    z-index: 2;
    padding: 0;
  }
  .sfs-card__bookmark:hover {
    color: #191919;
  }
  .sfs-card__bookmark.saved {
    color: var(--sfs-card-chip);
  }

  /* Content block */
  .sfs-card__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 20px 10px 0;
  }

  /* Format chip */
  .sfs-card__chip-row {
    display: flex;
    justify-content: flex-start;
  }
  .sfs-card__format {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    font-family: var(--secondary-font);
    font-size: 14px;
    line-height: 1.05;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: var(--sfs-card-chip);
    background: var(
      --sfs-card-chip-bg,
      color-mix(in srgb, var(--sfs-card-chip) 20%, transparent)
    );
  }

  /* Posts tagged "פרודקטיבי" — fixed chip colours (the decoration is pinned
     to card-decoration-05 in content.php). */
  .sfs-card--productive {
    --sfs-card-chip: #7eaf00;
    --sfs-card-chip-bg: #f1ffce;
  }

  /* Title */
  .sfs-card__title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--sfs-card-title);
    text-align: right;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  /* Meta line: duration | author */
  .sfs-card__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: var(--sfs-card-meta);
  }
  .sfs-card__meta-divider {
    display: inline-block;
    width: 1px;
    height: 12px;
    background: var(--sfs-card-meta);
  }

  /* Tag row: single line, +N overflow chip stays visible */
  .sfs-card__tags {
    margin-top: auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 6px;
    overflow: hidden;
    padding-top: 4px;
  }
  .sfs-card__tag {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    padding: 2px 10px;
    border-radius: 999px;
    background: var(--sfs-card-tag-bg);
    color: var(--sfs-card-meta);
    font-family: var(--secondary-font);
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-shrink: 1;
  }
  .sfs-card__tag--count {
    flex-shrink: 0;
  }

  /* Most-visited variant: number sidebar next to card */
  .sfs-card-mv {
    display: flex;
    align-items: stretch;
    gap: 12px;
  }
  .sfs-card-mv__number {
    display: flex;
    align-items: flex-start;
    flex-shrink: 0;
  }
  .sfs-card-mv > .sfs-card {
    flex: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page--2026 .sfs-card {
    transition: none;
  }
}

@media (max-width: 1441px) {
  .home-page--2026 .sfs-card__poster {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .home-page--2026 .sfs-card__poster {
    padding: 16px;
  }
}

/* ─── Event card 2026 ──────────────────────────────────────────── */
.home-page--2026 .hp2026-event-card {
  --hp2026-event-bg: #eaeaea;
  /* Text colour travels with the background — the fallback presets in
     single-initiative-event.php set both together so a dark card gets
     light text. */
  --hp2026-event-fg: #191919;
  --hp2026-event-icon-bg: color-mix(in srgb, var(--hp2026-event-bg) 55%, #000);

  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 220px;
  padding: 20px;
  background: var(--hp2026-event-bg);
  border-radius: 24px;
  color: var(--hp2026-event-fg);
  font-family:
    "Heebo",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  transition:
    transform 200ms ease,
    box-shadow 200ms ease;
}
.home-page--2026 .hp2026-event-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

/* Body: icon (fixed square, top-right in RTL) + text-and-button (fills rest).
   DOM order [icon, text] + RTL grid puts icon in col 1 (visual RIGHT),
   text in col 2 (visual LEFT). align-items: flex-start keeps the icon at the
   top instead of stretching to the row's full height. */
.home-page--2026 .hp2026-event-card__body {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 16px;
  align-items: flex-start;
  flex: 1;
  min-width: 0;
}
.home-page--2026 .hp2026-event-card__icon {
  background: var(--hp2026-event-icon-bg);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  aspect-ratio: 1;
}
.home-page--2026 .hp2026-event-card__icon-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  filter: grayscale(1);
  border-radius: 12px;
}

.home-page--2026 .hp2026-event-card--has-icon .hp2026-event-card__icon-img {
  filter: grayscale(1);
  border-radius: 12px;
}

.home-page--2026 .hp2026-event-card__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
  padding: 4px 4px 0;
}
.home-page--2026 .hp2026-event-card__title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--hp2026-event-fg);
  text-align: right;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home-page--2026 .hp2026-event-card__description {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: color-mix(in srgb, var(--hp2026-event-fg) 72%, transparent);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* Footer: full-width row spanning the whole card. DOM order [meta, button]
   places meta at the RTL start (visual RIGHT) and button at the RTL end
   (visual LEFT), matching the design. */
.home-page--2026 .hp2026-event-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 4px;
  width: 100%;
}
.home-page--2026 .hp2026-event-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 20px;
  background: #ffffff;
  color: #191919;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition:
    background 150ms ease,
    color 150ms ease;
}
.home-page--2026 .hp2026-event-card__button:hover {
  background: #191919;
  color: #ffffff;
  text-decoration: none;
}

/* Meta: full-width row at the bottom of the card, spanning icon + text
   columns. DOM order is [date, dot, time, dot, type] so in RTL the date
   naturally lands at the visual RIGHT (reading start). */
.home-page--2026 .hp2026-event-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--hp2026-event-fg);
  min-width: 0;
}
.home-page--2026 .hp2026-event-card__meta-item {
  white-space: nowrap;
}
.home-page--2026 .hp2026-event-card__meta-dot {
  opacity: 0.6;
  font-weight: 700;
}

/* Events strip: landscape 2-column grid, contained with the same horizontal
   padding as .strip__slider-wrapper (0 100px → 50px @1024 → 0 @767) so it
   aligns with all the other strips on the page. */
.home-page--2026 .strip-initiatives__list_events {
  grid-auto-columns: minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: row;
  gap: 24px;
  padding: 20px 0 0;
  margin: 0;
  overflow: visible;
  white-space: normal;
  max-width: var(--container-width);
  width: 100%;
  margin: 0 auto 10px;
}
@media (max-width: 1024px) {
  .home-page--2026 .strip-initiatives__list_events {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .home-page--2026 .strip-initiatives__list_events {
    padding-left: 24px;
    padding-right: 24px;
    margin: 0;
    grid-template-columns: 1fr;
  }
  .home-page--2026 .hp2026-event-card {
    min-height: 180px;
    padding: 16px;
    gap: 12px;
  }
  .home-page--2026 .hp2026-event-card__body {
    grid-template-columns: 96px 1fr;
    gap: 12px;
  }
  .home-page--2026 .hp2026-event-card__icon {
    width: 96px;
    height: 96px;
    padding: 12px;
  }
  .home-page--2026 .hp2026-event-card__title {
    font-size: 18px;
  }
}

/* Events strip layout: static poster (montly_events_image) on the left, the
   events stacked in a single column on the right. RTL puts the first grid
   column on the right, so the list is column 1 and the poster column 2.
   The wrapper now owns the container width / padding that the list used to. */
.home-page--2026 .hp2026-events-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  gap: 24px;
  max-width: var(--container-width);
  width: 100%;
  margin: 0 auto 10px;
  padding: 20px 0 0;
}
.home-page--2026 .hp2026-events-layout--no-image {
  grid-template-columns: minmax(0, 1fr);
}
.home-page--2026 .hp2026-events-layout .strip-initiatives__list_events {
  grid-template-columns: minmax(0, 1fr);
  max-width: none;
  width: auto;
  margin: 0;
  padding: 0;
}
.home-page--2026 .hp2026-events-poster {
  grid-column: 2;
}
.home-page--2026 .hp2026-events-poster__link {
  display: block;
  cursor: zoom-in;
  border-radius: 16px;
  overflow: hidden;
}
.home-page--2026 .hp2026-events-poster__link:focus-visible {
  outline: 2px solid var(--accent-color, #5a68ff);
  outline-offset: 3px;
}
.home-page--2026 .hp2026-events-poster__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  transition: transform 0.3s ease;
}
.home-page--2026 .hp2026-events-poster__link:hover .hp2026-events-poster__img {
  transform: scale(1.02);
}

/* Lightbox for the monthly events poster. Appended to <body> by
   home-page-2026.js, so these selectors are deliberately unscoped. */
body.hp2026-lightbox-open {
  overflow: hidden;
}
.hp2026-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background: rgba(0, 0, 0, 0.8);
  cursor: zoom-out;
}
/* The image is panned/zoomed by JS via a transform, so the container clips it
   and touch gestures are handled in JS rather than by the browser. */
.hp2026-lightbox {
  overflow: hidden;
  touch-action: none;
}
.hp2026-lightbox__img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  cursor: zoom-in;
  transform-origin: center center;
  will-change: transform;
  user-select: none;
  -webkit-user-drag: none;
}
.hp2026-lightbox.is-zoomed .hp2026-lightbox__img {
  cursor: grab;
  border-radius: 0;
}
.hp2026-lightbox.is-zoomed .hp2026-lightbox__img:active {
  cursor: grabbing;
}
.hp2026-lightbox__tools {
  position: absolute;
  top: 16px;
  inset-inline-end: 16px;
  z-index: 1;
  display: flex;
  gap: 8px;
}
.hp2026-lightbox__btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #191919;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.hp2026-lightbox__close {
  font-size: 28px;
}
.hp2026-lightbox__btn:hover {
  background: #fff;
}
@media (max-width: 767px) {
  .hp2026-lightbox {
    padding: 16px;
  }
}
@media (max-width: 1024px) {
  .home-page--2026 .hp2026-events-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 300px);
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .home-page--2026 .hp2026-events-layout {
    grid-template-columns: minmax(0, 1fr);
    padding-left: 24px;
    padding-right: 24px;
    margin: 0;
  }
  /* Single column on mobile — the poster is decorative, so it drops below. */
  .home-page--2026 .hp2026-events-poster {
    grid-column: 1;
  }
}

/* ─── Slider navigation arrows ─────────────────────────────────── */
/* When the nav is present (class added via JS), cluster title + button at the
   inline-start (RIGHT in RTL) and let the nav's auto margin push it to the
   inline-end (LEFT). Class-based instead of :has() for reliability. */
.home-page--2026 .strip__header.has-slider-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.home-page--2026 .hp2026-slider-nav {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  flex-shrink: 0;
  margin-inline-start: auto !important;
}
.home-page--2026 .hp2026-slider-nav__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: #3d3d41;
  cursor: pointer;
  transition:
    background 150ms ease,
    color 150ms ease,
    opacity 150ms ease;
}
.home-page--2026 .hp2026-slider-nav__btn:hover {
  background: rgba(0, 0, 0, 0.06);
}
.home-page--2026 .hp2026-slider-nav__btn.is-disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}
.home-page--2026 .hp2026-slider-nav__btn svg {
  display: block;
}
/* The SVG asset points left by default; mirror it for the "next" (right) arrow. */
.home-page--2026 .hp2026-slider-nav__btn--next svg {
  transform: scaleX(-1);
}

@media (max-width: 992px) {
  .home-page--2026 .hp2026-slider-nav {
    display: none !important;
  }
}

/* ─── Hero CTA buttons ─────────────────────────────────────────── */
.home-page--2026 .hero-ctas {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 12px;
}
.home-page--2026 .hero-ctas .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border-radius: 999px;
  font-family:
    "Heebo",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition:
    background 150ms ease,
    color 150ms ease,
    border-color 150ms ease;
  white-space: nowrap;
}
.home-page--2026 .hero-ctas .btn-primary {
  background: #3d3d41;
  color: #ffffff;
  border-color: #3d3d41;
}
.home-page--2026 .hero-ctas .btn-primary:hover,
.home-page--2026 .hero-ctas .btn-primary:focus {
  background: #333333;
  border-color: #333333;
  color: #ffffff;
  text-decoration: none;
}
.home-page--2026 .hero-ctas .btn-secondary {
  background: #ffffff;
  color: #191919;
  border-color: #d9d9d9;
}
.home-page--2026 .hero-ctas .btn-secondary:hover,
.home-page--2026 .hero-ctas .btn-secondary:focus {
  background: #f5f5f5;
  color: #191919;
  border-color: #191919;
  text-decoration: none;
}
@media (max-width: 992px) {
  .home-page--2026 .hero-ctas {
    justify-content: center;
  }
  .home-page--2026 .hero-ctas .btn {
    font-size: 14px;
    padding: 8px 16px;
  }
}

/* ─── Newsletter signup 2026 ───────────────────────────────────── */
.home-page--2026 .hp2026-newsletter {
  padding: 0;
  max-width: var(--container-width);
  margin-inline: auto;
}

.home-page--2026 .hp2026-newsletter__wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family:
    "Heebo",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  /* Fallback background if the SVG fails to load */
  background: radial-gradient(circle at center, #5a68ff 0%, #c5c9ff 100%);
}
.home-page--2026 .hp2026-newsletter__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.home-page--2026 .hp2026-newsletter__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.home-page--2026 .hp2026-newsletter__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 560px;
  padding: 48px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.home-page--2026 .hp2026-newsletter__title {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.15;
  color: #ffffff;
}
.home-page--2026 .hp2026-newsletter__description {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}
.home-page--2026 .hp2026-newsletter__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  margin-top: 8px;
}
.home-page--2026 .hp2026-newsletter__input-wrapper {
  width: 100%;
  max-width: 320px;
}
.home-page--2026 .hp2026-newsletter__input {
  width: 100%;
  padding: 8px 4px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  outline: none;
  font-family: inherit;
}
.home-page--2026 .hp2026-newsletter__input::placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.home-page--2026 .hp2026-newsletter__input:focus {
  border-bottom-color: #ffffff;
}
.home-page--2026 .hp2026-newsletter__submit-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.home-page--2026 .hp2026-newsletter__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  background: #ffffff;
  color: #191919;
  border: 0;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition:
    background 150ms ease,
    color 150ms ease,
    transform 150ms ease;
  font-family: inherit;
}
.home-page--2026 .hp2026-newsletter__button:hover {
  background: #191919;
  color: #ffffff;
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  .home-page--2026 .hp2026-newsletter__wrapper {
    min-height: 260px;
  }
  .home-page--2026 .hp2026-newsletter__content {
    padding: 32px 20px;
  }
  .home-page--2026 .hp2026-newsletter__title {
    font-size: 26px;
  }
}

/* ─── Investors strip (section-investors) ──────────────────────── */
.home-page--2026 .strip.section-investors {
  background: #282828;
  color: #ffffff;
  border-radius: 32px;
  margin: 22px 100px;
  max-width: calc(100% - 2rem);
  padding: 120px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .home-page--2026 .strip.section-investors {
    margin-inline: 50px;
    padding: 32px 24px;
  }
}
@media (max-width: 767px) {
  .home-page--2026 .strip.section-investors {
    margin-inline: 16px;
    border-radius: 20px;
    padding: 24px 16px;
  }
}

/* Inside the dark strip, override all the strip-scoped rules that expect a
   light background. Padding baked into the section already, so drop the
   inner-wrapper's inherited horizontal padding to keep alignment tight. */
.home-page--2026 .strip.section-investors .strip__inner-wrapper {
  padding: 0;
}
.home-page--2026 .strip.section-investors .strip__header,
.home-page--2026 .strip.section-investors .strip__slider-wrapper,
.home-page--2026 .strip.section-investors .strip-initiatives__list {
  padding-inline: 0;
}

.home-page--2026 .strip.section-investors .strip__title,
.home-page--2026 .strip.section-investors .strip__header * {
  color: #ffffff;
}
.home-page--2026 .strip.section-investors .strip__button {
  color: #ffffff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.35);
}
.home-page--2026 .strip.section-investors .strip__button:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}
.home-page--2026 .strip.section-investors .hp2026-slider-nav__btn {
  color: #ffffff;
}
.home-page--2026 .strip.section-investors .hp2026-slider-nav__btn:hover {
  background: rgba(255, 255, 255, 0.08);
}

/* Footer: 2-column grid — sponsors card on one side, CTA on the other. */
.section-investors__footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin-top: 40px;
  max-width: var(--container-width);
  margin-inline: auto;
}
.section-investors__sponsors {
  background: #ffffff;
  border-radius: 20px;
  padding: 32px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-investors__sponsors picture,
.section-investors__sponsors-img {
  display: block;
  max-width: 100%;
  height: auto;
}
.section-investors__cta {
  padding: 8px 16px;
  color: #ffffff;
}
.section-investors__cta-title {
  margin: 0 0 12px;
  font-family:
    "Heebo",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
}
.section-investors__cta-desc {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
  max-width: 42ch;
}
.section-investors__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
  transition:
    background 150ms ease,
    border-color 150ms ease;
}
.section-investors__cta-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.7);
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 992px) {
  .home-page--2026 .strip.section-investors .strip__header {
    display: block;
  }
  .section-investors__footer {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 0;
  }
  .section-investors__sponsors {
    padding: 24px;
  }
  .section-investors__cta-title {
    font-size: 36px;
  }
}

/* ─── Initiatives posts strip (grid, not slider) ───────────────── */
/* Header: title on the inline-start (RIGHT in RTL), filters on the
   inline-end (LEFT in RTL), space-between. */
.home-page--2026 .strip-initiatives-post .strip__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}
.home-page--2026 .strip-initiatives-post .strip__filters {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  margin: 0;
  width: auto;
  flex-wrap: wrap;
  overflow: visible;
  min-height: 0;
}

/* Grid: 4 columns desktop, 2 columns mobile. */
.home-page--2026 .strip-initiatives-post__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .home-page--2026 .strip-initiatives-post__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}

/* Reset the base .strip__item slider spacing for cards inside this grid —
   they're grid cells now, not slider items. */
.home-page--2026 .strip-initiatives-post__grid .strip__item {
  width: auto;
  padding: 0;
  margin: 0;
  scroll-snap-align: unset;
  height: 100%;
}

/* Initiatives-post card — icon top-right, centered title/desc/link below. */
.home-page--2026 .initiatives-post-card {
  position: relative;
  height: 100%;
  min-height: 280px;
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #191919;
  font-family:
    "Heebo",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  transition:
    box-shadow 200ms ease,
    transform 200ms ease;
}
.home-page--2026 .initiatives-post-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.home-page--2026 .initiatives-post-card__icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-page--2026 .initiatives-post-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.home-page--2026 .initiatives-post-card__title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  color: #191919;
}
.home-page--2026 .initiatives-post-card__description {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #666666;
  flex-grow: 1;
}
.home-page--2026 .initiatives-post-card__link {
  margin-top: auto;
  font-size: 14px;
  font-weight: 600;
  color: #191919;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.home-page--2026 .initiatives-post-card__link:hover {
  color: #191919;
  text-decoration: none;
}

@media (max-width: 992px) {
  .home-page--2026 .initiatives-post-card {
    padding: 16px;
  }
  .home-page--2026 .initiatives-post-card__icon {
    width: 28px;
    height: 28px;
  }
}

/* ─── Jobs strip: vertical list of rows (not cards) ────────────── */
.home-page--2026 .strip.section-jobs {
  background-color: white;
  max-width: calc(100% - 2rem);
  padding: 75px;
  border-radius: 32px;
  margin-inline: auto;
}

.home-page--2026 .strip-jobs .strip__header {
  padding: 0;
  margin-bottom: 16px;
  text-align: center;
}
.home-page--2026 .hp2026-jobs-list {
  padding: 0;
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .home-page--2026 .strip.section-jobs {
    padding: 50px 0px;
    max-width: 100%;
    border-radius: 0;
  }
}

/* Each row: [tags | description | info | logo] in RTL — DOM order lands
   tags on the visual RIGHT and logo on the visual LEFT. */
.home-page--2026 .hp2026-job-row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
  color: #191919;
  text-decoration: none;
  transition: background 150ms ease;
  font-family:
    "Heebo",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
}
.home-page--2026 .hp2026-job-row:last-child {
  border-bottom: 0;
}
.home-page--2026 .hp2026-job-row:hover {
  background: rgba(0, 0, 0, 0.02);
  color: #191919;
  text-decoration: none;
}

.home-page--2026 .hp2026-job-row__logo {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  overflow: hidden;
  background: #f2f2f5;
  flex-shrink: 0;
  grid-column: 12;
}
.home-page--2026 .hp2026-job-row__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-page--2026 .hp2026-job-row__info {
  display: flex;
  flex-direction: column;
  min-width: 0;
  grid-column: 10 / span 2;
}
.home-page--2026 .hp2026-job-row__company {
  font-size: 14px;
  font-weight: 700;
  color: #191919;
  line-height: 1.3;
}
.home-page--2026 .hp2026-job-row__title {
  font-size: 16px;
  font-weight: 700;
  color: #191919;
  line-height: 1.3;
  margin-top: 2px;
}
.home-page--2026 .hp2026-job-row__time {
  font-size: 12px;
  color: #999;
  margin-top: 8px;
}

.home-page--2026 .hp2026-job-row__description {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(0, 0, 0, 0.7);
  min-width: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  grid-column: 4 / span 6;
}
.home-page--2026 .hp2026-job-row__description * {
  margin: 0;
}

.home-page--2026 .hp2026-job-row__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  grid-column: span 3;
}
.home-page--2026 .hp2026-job-row__tag {
  display: inline-flex;
  padding: 4px 10px;
  background: #f2f2f5;
  color: #191919;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

/* Bottom "כל המשרות" pill */
.home-page--2026 .strip-jobs .strip__footer {
  padding: 24px 100px 0;
  display: flex;
  justify-content: center;
}
.home-page--2026 .strip-jobs .strip__footer .strip__button {
  display: inline-flex;
  align-items: center;
  padding: 12px 28px;
  background: #191919;
  color: #ffffff;
  border-radius: 999px;
  border: 0;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.home-page--2026 .strip-jobs .strip__footer .strip__button:hover {
  background: #333333;
  color: #ffffff;
  text-decoration: none;
}

/* Responsive: below 900px the row collapses to a 2-line layout. */
@media (max-width: 900px) {
  .home-page--2026 .hp2026-job-row {
    grid-template-columns: 56px 1fr;
    grid-template-areas:
      "logo info"
      "logo description"
      "tags tags";
    row-gap: 8px;
    column-gap: 12px;
  }
  .home-page--2026 .hp2026-job-row__logo {
    grid-area: logo;
    align-self: start;
    width: 56px;
    height: 56px;
  }
  .home-page--2026 .hp2026-job-row__info {
    grid-area: info;
  }
  .home-page--2026 .hp2026-job-row__description {
    grid-area: description;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  .home-page--2026 .hp2026-job-row__tags {
    grid-area: tags;
  }
}

/* ─── Mobile carousels: native scroll-snap (owl is skipped <768px) ── */
@media (max-width: 767px) {
  .home-page--2026 .strip__slider {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-padding-inline-start: 24px;
    /* Neutralise the base slider offsets that fight the flex layout. */
    margin: 0;
    padding: 4px 0px 12px 3rem;
  }
  .home-page--2026 .strip__slider::-webkit-scrollbar {
    display: none;
  }
  .home-page--2026 .strip__slider {
    scrollbar-width: none;
  }
  /* 1 card + ~15% peek of the next: 100% of the row minus the peek and gap. */
  .home-page--2026 .strip__slider > .strip__item {
    flex: 0 0 auto;
    width: calc(100% - 24px - 15% - 10px);
    margin: 0;
    padding: 0;
    scroll-snap-align: start;
  }
  /* The last item needs trailing room so it can snap fully into view. */
  .home-page--2026 .strip__slider > .strip__item:last-child {
    padding-left: 0;
    margin-inline-end: 0;
  }
}
