/* Hero Korepetycje - Lovable-aligned overrides */
.hero-korepetycje.hero-tutoring {
  position: relative;
  overflow: hidden;
  padding:12rem 0px 3rem !important;
  background: linear-gradient(135deg, #f6eef6 0%, #efe4f1 48%, #ece5f6 100%);
}

.hero-korepetycje.hero-tutoring::before,
.hero-korepetycje.hero-tutoring::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(32px);
  opacity: 0.75;
  pointer-events: none;
}

.hero-korepetycje.hero-tutoring::before {
  top: 3rem;
  left: -6rem;
  width: 18rem;
  height: 18rem;
  background: rgba(229, 93, 99, 0.17);
}

.hero-korepetycje.hero-tutoring::after {
  top: 6rem;
  right: -7rem;
  width: 24rem;
  height: 24rem;
  background: rgba(145, 124, 183, 0.18);
}

.hero-korepetycje.hero-tutoring .container {
  position: relative;
  z-index: 1;
}

.hero-korepetycje.hero-tutoring .hero-tutoring__grid {
  row-gap: 2.5rem;
}

.hero-korepetycje.hero-tutoring .hero-tutoring__content {
  max-width: 38rem;
}

.hero-korepetycje.hero-tutoring .hero-tutoring__brand {
  display: inline-flex;
  align-items: center;
  margin: 0 0 1rem;
  padding: 0.45rem 0.9rem;
  border: 1px solid rgba(145, 124, 183, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #6e4d8e;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 16px 32px -22px rgba(70, 42, 93, 0.25);
}

.hero-korepetycje.hero-tutoring .hero-tutoring__title {
  max-width: 12ch;
  margin: 0;
  color: #4f3792;
  font-size: clamp(2.75rem, 4vw, 4.25rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.hero-korepetycje.hero-tutoring .hero-tutoring__title strong,
.hero-korepetycje.hero-tutoring .hero-tutoring__title em {
  color: #4f3792;
}

.hero-korepetycje.hero-tutoring .hero-tutoring__description {
  max-width: 36rem;
  margin-top: 1.5rem;
  color: rgba(35, 24, 47, 0.78);
  font-size: clamp(1rem, 1.2vw, 1.125rem);
  line-height: 1.72;
}

.hero-korepetycje.hero-tutoring .hero-tutoring__description p {
  margin: 0;
}

.hero-korepetycje.hero-tutoring .hero-tutoring__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  margin-top: 2rem;
}

.hero-korepetycje.hero-tutoring .hero-tutoring__actions .btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.75rem;
  padding: 0.95rem 1.75rem;
  margin-left: 0;
  margin-right: 0;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  letter-spacing: 0;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

@keyframes hero-tutoring-cta-pulse {
  0%,
  100% {
    box-shadow: 0 18px 35px -18px rgba(229, 93, 99, 0.85), 0 0 0 0 rgba(229, 93, 99, 0.34);
  }

  50% {
    box-shadow: 0 18px 35px -18px rgba(229, 93, 99, 0.85), 0 0 0 12px rgba(229, 93, 99, 0);
  }
}

.hero-korepetycje.hero-tutoring .hero-tutoring__primary-cta {
  border: 1px solid #e55d63 !important;
  background: #e55d63 !important;
  color: #ffffff !important;
  padding-right: 4.7rem;
  box-shadow: 0 18px 35px -18px rgba(229, 93, 99, 0.85);
  animation: hero-tutoring-cta-pulse 2.6s ease infinite;
}

.hero-korepetycje.hero-tutoring .hero-tutoring__primary-cta.btn_head::before {
  content: none;
  display: none;
}

.hero-korepetycje.hero-tutoring .hero-tutoring__primary-cta::after {
  content: "\2192";
  position: absolute;
  top: 50%;
  right: 0.55rem;
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  margin-top: -1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 0;
  padding-bottom: 3px;
  transition: transform 0.25s ease, background-color 0.25s ease;
}

.hero-korepetycje.hero-tutoring .hero-tutoring__primary-cta:hover,
.hero-korepetycje.hero-tutoring .hero-tutoring__primary-cta:focus {
  color: #ffffff !important;
  background-color: #cf4f59 !important;
  border-color: #cf4f59 !important;
  box-shadow: 0 22px 38px -20px rgba(207, 79, 89, 0.9) !important;
  transform: translateY(-2px);
}

.hero-korepetycje.hero-tutoring .hero-tutoring__primary-cta:hover::after,
.hero-korepetycje.hero-tutoring .hero-tutoring__primary-cta:focus::after {
  background: rgba(255, 255, 255, 0.24);
  transform: translateX(2px);
}

.hero-korepetycje.hero-tutoring .hero-tutoring__secondary-cta {
  border: 1px solid rgba(90, 63, 120, 0.16) !important;
  background: rgba(255, 255, 255, 0.86) !important;
  color: #4d3566 !important;
  box-shadow: 0 16px 34px -24px rgba(58, 36, 81, 0.32);
}

.hero-korepetycje.hero-tutoring .hero-tutoring__secondary-cta:hover,
.hero-korepetycje.hero-tutoring .hero-tutoring__secondary-cta:focus {
  color: #41285c !important;
  background-color: rgba(255, 245, 246, 0.96) !important;
  border-color: rgba(229, 93, 99, 0.42) !important;
  box-shadow: 0 18px 30px -24px rgba(58, 36, 81, 0.45) !important;
  transform: translateY(-2px);
}

.hero-korepetycje.hero-tutoring .hero-tutoring__actions .btn:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 4px rgba(145, 124, 183, 0.16);
}

/* Header menu CTA - aligned with hero primary button */
.navbar-nav > li.menu-item-870 > a,
.navbar-nav > li.menu-item-69 > a {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 3rem;
  padding: 0.8rem 3.95rem 0.8rem 1.65rem !important;
  border: 1px solid #e55d63 !important;
  border-radius: 999px !important;
  background: #e55d63 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  text-align: center !important;
  text-decoration: none !important;
  box-shadow: 0 18px 35px -18px rgba(229, 93, 99, 0.85) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, border-color 0.25s ease !important;
  animation: header-menu-cta-wink 4.4s ease-in-out infinite;
}

@keyframes header-menu-cta-wink {
  0%,
  72%,
  100% {
    background-color: #e55d63;
    border-color: #e55d63;
    box-shadow: 0 18px 35px -18px rgba(229, 93, 99, 0.85), 0 0 0 0 rgba(229, 93, 99, 0.24);
  }

  78% {
    background-color: #eb6d74;
    border-color: #eb6d74;
    box-shadow: 0 24px 42px -20px rgba(229, 93, 99, 0.92), 0 0 0 6px rgba(229, 93, 99, 0.14);
  }

  86% {
    background-color: #cf4f59;
    border-color: #cf4f59;
    box-shadow: 0 28px 48px -20px rgba(207, 79, 89, 0.96), 0 0 0 14px rgba(229, 93, 99, 0);
  }

  90% {
    background-color: #e96870;
    border-color: #e96870;
    box-shadow: 0 22px 40px -18px rgba(229, 93, 99, 0.9), 0 0 0 4px rgba(229, 93, 99, 0);
  }
}

.navbar-nav > li.menu-item-870 > a::before,
.navbar-nav > li.menu-item-69 > a::before {
  content: none !important;
  display: none !important;
}

.navbar-nav > li.menu-item-870 > a::after,
.navbar-nav > li.menu-item-69 > a::after {
  content: "\2192";
  position: absolute;
  top: 50%;
  right: -0.8rem;
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  transform: translate3d(0, -50%, 0);
  border-radius: 999px;
  background: rgba(255, 255, 255);
  color: #cf4f59;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 0;
  padding-bottom: 3px;
  transition: transform 0.25s ease, background-color 0.25s ease;
  //animation: header-menu-cta-arrow-wink 4.4s ease-in-out infinite;
  will-change: transform;
}

@keyframes header-menu-cta-arrow-wink {
  0%,
  78%,
  100% {
    background: rgba(255, 255, 255, 0.16);
  }

  82% {
    background: rgba(255, 255, 255, 0.24);
  }

  90% {
    background: rgba(255, 255, 255, 0.34);
  }
}

.navbar-nav > li.menu-item-870 > a:hover,
.navbar-nav > li.menu-item-870 > a:focus,
.navbar-nav > li.menu-item-69 > a:hover,
.navbar-nav > li.menu-item-69 > a:focus {
  color: #ffffff !important;
  background-color: #cf4f59 !important;
  border-color: #cf4f59 !important;
  box-shadow: 0 22px 38px -20px rgba(207, 79, 89, 0.9) !important;
  transform: translateY(-2px);
}

.navbar-nav > li.menu-item-870 > a:hover::after,
.navbar-nav > li.menu-item-870 > a:focus::after,
.navbar-nav > li.menu-item-69 > a:hover::after,
.navbar-nav > li.menu-item-69 > a:focus::after {
  background: rgba(255, 255, 255);
}

.navbar-nav > li.menu-item-870.current-menu-item > a,
.navbar-nav > li.menu-item-870.current-menu-parent > a,
.navbar-nav > li.menu-item-69.current-menu-item > a,
.navbar-nav > li.menu-item-69.current-menu-parent > a {
  color: #ffffff !important;
}

.navbar-nav > li.menu-item-870 > a:focus-visible,
.navbar-nav > li.menu-item-69 > a:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 4px rgba(145, 124, 183, 0.16), 0 18px 35px -18px rgba(229, 93, 99, 0.85) !important;
}

@media (min-width: 1200px) {
  .navbar-collapse.collapse {
    top: 0;
  }

  .navbar-default .navbar-nav.navbar-right {
    align-items: center !important;
    gap: 0.1rem;
    margin-top: -8px;
    margin-bottom: 8px;
  }

  .navbar-default .navbar-nav.navbar-right > li {
    display: flex;
    align-items: center;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .navbar-default .navbar-nav.navbar-right > li:not(.wpml-ls-item) > a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center;
    min-height: 3rem;
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
    line-height: 1.1 !important;
  }

  #menu-main_pl > li.menu-item-has-children:nth-child(2) > a,
  #menu-main_en > li.menu-item-has-children:nth-child(2) > a,
  .navbar-nav > li.menu-item-870 > a,
  .navbar-nav > li.menu-item-69 > a {
    min-height: 3rem;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  #menu-main_pl > li.menu-item-has-children:nth-child(2) > a,
  #menu-main_en > li.menu-item-has-children:nth-child(2) > a {
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
  }

  .wpml-ls-item {
    display: flex;
    align-items: center;
  }

  .wpml-ls-item a {
    top: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    min-height: 3rem;
  }

  .social_menu {
    display: flex;
    align-items: center;
    margin-top: -8px;
    margin-bottom: 8px;
    transform: none;
  }
}

/* Header dropdown refinement */
@media (min-width: 992px) {
  #menu-main_pl > li.menu-item-has-children,
  #menu-main_en > li.menu-item-has-children {
    position: relative;
  }

  #menu-main_pl > li.menu-item-has-children > .sub-menu,
  #menu-main_en > li.menu-item-has-children > .sub-menu {
    position: absolute;
    top: calc(100% - 0.15rem);
    left: 50%;
    display: none;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    z-index: 1002;
    width: max-content;
    min-width: 12rem;
    padding: 0.55rem 0.65rem !important;
    border-top-left-radius: 0.45rem;
    border-top-right-radius: 0.45rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 42px -30px rgba(67, 37, 95, 0.28);
    transform: translateX(-50%) translateY(0.2rem);
    transition: opacity 0.2s ease, transform 0.2s ease;
    overflow: visible;
  }

  #menu-main_pl > li.menu-item-has-children > .sub-menu > li,
  #menu-main_en > li.menu-item-has-children > .sub-menu > li {
    margin: 0;
    padding: 0;
  }

  #menu-main_pl > li.menu-item-has-children > .sub-menu > li + li,
  #menu-main_en > li.menu-item-has-children > .sub-menu > li + li {
    margin-top: 0.12rem;
  }

  #menu-main_pl > li.menu-item-has-children > .sub-menu > li > a,
  #menu-main_en > li.menu-item-has-children > .sub-menu > li > a {
    display: block;
    padding: 0.42rem 0.62rem !important;
    border-radius: 0.75rem;
    font-size: 0.97rem;
    line-height: 1.35;
    white-space: nowrap;
  }

  #menu-main_pl > li.menu-item-has-children > .sub-menu > li.menu-item-has-children,
  #menu-main_en > li.menu-item-has-children > .sub-menu > li.menu-item-has-children {
    position: relative;
  }

  #menu-main_pl > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu,
  #menu-main_en > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu {
    display: none;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    z-index: 1003;
    left: calc(100% - 0.2rem);
    top: 0;
    min-width: 12rem;
    padding: 0.55rem 0.65rem !important;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 42px -30px rgba(67, 37, 95, 0.28);
    transform: translateY(0.15rem);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  #menu-main_pl > li.menu-item-has-children:nth-child(1) > a,
  #menu-main_en > li.menu-item-has-children:nth-child(1) > a,
  #menu-main_pl > li.menu-item-has-children:nth-child(2) > a,
  #menu-main_en > li.menu-item-has-children:nth-child(2) > a {
    /*padding: 0.42rem 1.35rem !important;*/
    border-radius: 999px !important;
    font-size: 1rem !important;
    line-height: 1.1 !important;
    white-space: nowrap;
	font-weight:800
  }

  #menu-main_pl > li.menu-item-has-children:nth-child(2):hover > a,
  #menu-main_pl > li.menu-item-has-children:nth-child(2).open_menu_sub > a,
  #menu-main_pl > li.menu-item-has-children:nth-child(2).open > a,
  #menu-main_en > li.menu-item-has-children:nth-child(2):hover > a,
  #menu-main_en > li.menu-item-has-children:nth-child(2).open_menu_sub > a,
  #menu-main_en > li.menu-item-has-children:nth-child(2).open > a {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important; 
	border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
  }

  #menu-main_pl > li.menu-item-has-children:nth-child(2):hover > .sub-menu,
  #menu-main_pl > li.menu-item-has-children:nth-child(2).open_menu_sub > .sub-menu,
  #menu-main_pl > li.menu-item-has-children:nth-child(2).open > .sub-menu,
  #menu-main_pl > li.menu-item-has-children:hover > .sub-menu,
  #menu-main_en > li.menu-item-has-children:nth-child(2):hover > .sub-menu,
  #menu-main_en > li.menu-item-has-children:nth-child(2).open_menu_sub > .sub-menu,
  #menu-main_en > li.menu-item-has-children:nth-child(2).open > .sub-menu,
  #menu-main_en > li.menu-item-has-children:hover > .sub-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    margin-top: 0;
    transform: translateX(-50%) translateY(0);
  }

  #menu-main_pl > li.menu-item-has-children > .sub-menu > li.menu-item-has-children:hover > .sub-menu,
  #menu-main_en > li.menu-item-has-children > .sub-menu > li.menu-item-has-children:hover > .sub-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
}

@media (max-width: 991px) {
  #menu-main_pl .sub-menu,
  #menu-main_en .sub-menu {
    display: none;
  }

  #menu-main_pl .sub-menu.d-block,
  #menu-main_en .sub-menu.d-block {
    display: block !important;
  }

  #menu-main_pl .menu-item-has-children.open > a::after,
  #menu-main_en .menu-item-has-children.open > a::after {
    content: "\25BE";
    font-size: 0.7em;
  }
}

@media (max-width: 1199px) {
  #menu-main_pl .menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu.d-block,
  #menu-main_en .menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu.d-block {
    display: block !important;
  }

  #menu-main_pl .sub-menu .sub-menu,
  #menu-main_en .sub-menu .sub-menu {
    margin-top: 0.35rem;
  }
}

.hero-korepetycje.hero-tutoring .hero-tutoring__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: 42rem;
  margin: 2.4rem 0 0;
}

.hero-korepetycje.hero-tutoring .hero-tutoring__stat {
  padding: 1rem 1rem 0 0;
  border-top: 1px solid rgba(90, 63, 120, 0.14);
  text-align: center;
}

.hero-korepetycje.hero-tutoring .hero-tutoring__stat-value {
  margin: 0;
  color: #e55d63;
  font-size: clamp(1.8rem, 2.2vw, 2.15rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  text-align:center;
}

.hero-korepetycje.hero-tutoring .hero-tutoring__stat-label {
  margin: 0.55rem 0 0;
  color: rgba(35, 24, 47, 0.66);
  font-size: 0.84rem;
  line-height: 1.5;
  text-align:center;
}

.hero-korepetycje.hero-tutoring .hero-tutoring__media {
  position: relative;
  width: 100%;
  max-width: 45rem;
  margin-left: auto;
}

.hero-korepetycje.hero-tutoring .hero-tutoring__image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 28px 42px rgba(113, 45, 88, 0.17));
}

@media (max-width: 1199px) {
  .hero-korepetycje.hero-tutoring .hero-tutoring__title {
    max-width: 13ch;
    font-size: clamp(2.45rem, 4vw, 3.7rem);
  }

  .hero-korepetycje.hero-tutoring .hero-tutoring__media {
    max-width: 38rem;
  }
}

@media (max-width: 991px) {
  .hero-korepetycje.hero-tutoring {
    padding-top: 4.5rem;
    padding-bottom: 3rem;
  }

  .hero-korepetycje.hero-tutoring .hero-tutoring__content {
    max-width: none;
  }

  .hero-korepetycje.hero-tutoring .hero-tutoring__title,
  .hero-korepetycje.hero-tutoring .hero-tutoring__description,
  .hero-korepetycje.hero-tutoring .hero-tutoring__stats {
    max-width: none;
  }

  .hero-korepetycje.hero-tutoring .hero-tutoring__media {
    max-width: 34rem;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
	
	
  .hero-korepetycje.hero-tutoring::before {
    top: 2rem;
    left: -8rem;
  }

  .hero-korepetycje.hero-tutoring::after {
    top: auto;
    right: -9rem;
    bottom: -2rem;
  }

  .hero-korepetycje.hero-tutoring .hero-tutoring__brand {
    margin-bottom: 0.75rem;
  }
  .hero-korepetycje.hero-tutoring .hero-tutoring__grid {
    row-gap: 0.5rem;}

  .hero-korepetycje.hero-tutoring .hero-tutoring__title {
    max-width: 10ch;
    font-size: clamp(2.2rem, 9vw, 3rem);
  }

  .hero-korepetycje.hero-tutoring .hero-tutoring__description {
    margin-top: 1rem;
    font-size: 1rem;
  }

  .hero-korepetycje.hero-tutoring .hero-tutoring__actions {
    margin-top: 1rem;
  }

  .hero-korepetycje.hero-tutoring .hero-tutoring__stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.85rem;
	 margin: 1.25rem 0 0;
  }

  .hero-korepetycje.hero-tutoring .hero-tutoring__stat:last-child {
    grid-column: 1 / -1;
  }
  .hero-korepetycje.hero-tutoring .hero-tutoring__stat-value {font-size: clamp(1.25rem, 2.2vw, 2.15rem);}
  .hero-korepetycje.hero-tutoring .hero-tutoring__stat-label {font-size: 0.75rem;}
  .hero-korepetycje.hero-tutoring {padding: 8rem 0px 2rem !important}
  .navbar-header {justify-content: flex-end;right: 10px !important;}
}

@media (max-width: 575px) {
  .hero-korepetycje.hero-tutoring .hero-tutoring__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 0.75rem;
  }
  
  .hero-korepetycje.hero-tutoring .hero-tutoring__actions .btn {

  padding: 0.95rem 1rem;

  font-size: 0.75rem;}


  .hero-korepetycje.hero-tutoring .hero-tutoring__actions .btn {
    width: 100%;
  }

  .hero-korepetycje.hero-tutoring .hero-tutoring__stats {
   grid-template-columns: repeat(3, 1fr);
    gap: 0.85rem;
  }

  .hero-korepetycje.hero-tutoring .hero-tutoring__stat:last-child {
    grid-column: auto;
  }
}

/* Founders strip block */
.kadra-zalozyciele.founders-strip {
  padding: clamp(2rem, 4vw, 3.5rem) 0 !important;
  text-align: left !important;
}

.kadra-zalozyciele.founders-strip .founders-strip__shell {
  padding: clamp(2rem, 4vw, 3.75rem);
  border: 1px solid rgba(133, 112, 183, 0.14);
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 60px -42px rgba(71, 43, 97, 0.22);
}

.kadra-zalozyciele.founders-strip .founders-strip__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
  align-items: center;
  gap: 2.5rem;
}

.kadra-zalozyciele.founders-strip .founders-strip__content {
  min-width: 0;
  text-align: left;
}

.kadra-zalozyciele.founders-strip .founders-strip__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: #fff2f3;
  color: #ef5b60;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.kadra-zalozyciele.founders-strip .founders-strip__badge-icon {
  width: 0.95rem;
  height: 0.95rem;
  flex: 0 0 auto;
}

.kadra-zalozyciele.founders-strip .founders-strip__title {
  max-width: 11ch;
  margin: 1.35rem 0 0;
  color: #4f3792;
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.kadra-zalozyciele.founders-strip .founders-strip__accent {
  color: #ea5d63;
}

.kadra-zalozyciele.founders-strip .founders-strip__description {
  max-width: 34rem;
  margin-top: 1.6rem;
}

.kadra-zalozyciele.founders-strip .founders-strip__description p {
  margin: 0;
  color: rgba(55, 37, 83, 0.82);
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  line-height: 1.8;
  text-align: justify;
}

.kadra-zalozyciele.founders-strip .founders-strip__description p + p {
  margin-top: 1rem;
}

.kadra-zalozyciele.founders-strip .founders-strip__more {
  margin-top: 1rem;
}

.kadra-zalozyciele.founders-strip .founders-strip__more-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.25rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ea5d63;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}

.kadra-zalozyciele.founders-strip .founders-strip__more-toggle::-webkit-details-marker {
  display: none;
}

.kadra-zalozyciele.founders-strip .founders-strip__more-toggle::after {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 999px;
  background: rgba(234, 93, 99, 0.12);
  font-size: 1rem;
  line-height: 1;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.kadra-zalozyciele.founders-strip .founders-strip__more[open] .founders-strip__more-toggle::after {
  content: "-";
  background: rgba(234, 93, 99, 0.18);
}

.kadra-zalozyciele.founders-strip .founders-strip__more-label--open {
  display: none;
}

.kadra-zalozyciele.founders-strip .founders-strip__more[open] .founders-strip__more-label--closed {
  display: none;
}

.kadra-zalozyciele.founders-strip .founders-strip__more[open] .founders-strip__more-label--open {
  display: inline;
}

.kadra-zalozyciele.founders-strip .founders-strip__more-content {
  padding-top: 1rem;
}

.kadra-zalozyciele.founders-strip.founders-strip--subpage .founders-strip__grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(22rem, 1fr);
  align-items: start;
}

.kadra-zalozyciele.founders-strip.founders-strip--subpage .founders-strip__content {
  max-width: 46rem;
}

.kadra-zalozyciele.founders-strip.founders-strip--subpage .founders-strip__title {
  max-width: none;
}

.kadra-zalozyciele.founders-strip.founders-strip--subpage .founders-strip__description {
  max-width: 42rem;
}

.kadra-zalozyciele.founders-strip.founders-strip--subpage .founders-strip__more {
  margin-top: 1.25rem;
}

.kadra-zalozyciele.founders-strip.founders-strip--subpage .founders-strip__more-toggle {
  margin-top: 0;
}

.kadra-zalozyciele.founders-strip.founders-strip--subpage .founders-strip__more-content {
  max-width: 42rem;
}

.kadra-zalozyciele.founders-strip .founders-strip__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 2.25rem;
  padding: 0.9rem 1.45rem;
  border: 1px solid rgba(234, 93, 99, 0.38) !important;
  border-radius: 999px;
  background: #ffffff !important;
  color: #ea5d63 !important;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 16px 28px -26px rgba(58, 36, 81, 0.35);
}

.kadra-zalozyciele.founders-strip .founders-strip__cta:hover,
.kadra-zalozyciele.founders-strip .founders-strip__cta:focus {
  background: #ea5d63 !important;
  border-color: #ea5d63 !important;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 18px 36px -22px rgba(234, 93, 99, 0.56) !important;
}

.kadra-zalozyciele.founders-strip .founders-strip__cta-icon {
  font-size: 1rem;
  line-height: 1;
}

.kadra-zalozyciele.founders-strip .founders-strip__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.kadra-zalozyciele.founders-strip .founders-strip__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  padding: 0rem;
  
 
  text-align: center;
}

.kadra-zalozyciele.founders-strip .founders-strip__avatar-wrap {
  display: grid;
  place-items: center;
  width: 10.4rem;
  height: 10.4rem;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 198, 215, 0.9), rgba(210, 165, 228, 0.72) 58%, rgba(255, 255, 255, 0.16) 100%);
}

.kadra-zalozyciele.founders-strip .founders-strip__avatar {
  display: block;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  object-fit: cover;
}

.kadra-zalozyciele.founders-strip .founders-strip__name {
  margin: 1.3rem 0 0;
  color: #4f3792;
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.35;
}

.kadra-zalozyciele.founders-strip .founders-strip__role {
  margin: 0.55rem 0 0;
  color: rgba(64, 44, 90, 0.72);
  font-size: 0.92rem;
  line-height: 1.5;
}

@media (max-width: 1199px) {
  .kadra-zalozyciele.founders-strip .founders-strip__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .kadra-zalozyciele.founders-strip.founders-strip--subpage .founders-strip__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .kadra-zalozyciele.founders-strip .founders-strip__title,
  .kadra-zalozyciele.founders-strip .founders-strip__description {
    max-width: none;
  }

  .kadra-zalozyciele.founders-strip.founders-strip--subpage .founders-strip__content,
  .kadra-zalozyciele.founders-strip.founders-strip--subpage .founders-strip__cards {
    max-width: 100%;
    min-width: 0;
  }
}

@media (max-width: 767px) {
  .kadra-zalozyciele.founders-strip .founders-strip__cards {
    grid-template-columns: 1fr;
  }

  .kadra-zalozyciele.founders-strip .founders-strip__shell {
    padding: 1.6rem 1.2rem;
    border-radius: 1.6rem;
  }

  .kadra-zalozyciele.founders-strip .founders-strip__title {
    max-width: 12ch;
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .kadra-zalozyciele.founders-strip .founders-strip__cta {
    width: 100%;
    justify-content: center;
  }

  .kadra-zalozyciele.founders-strip.founders-strip--subpage .founders-strip__grid {
    gap: 1.75rem;
  }

  .kadra-zalozyciele.founders-strip.founders-strip--subpage .founders-strip__cards {
    width: 100%;
  }

  .kadra-zalozyciele.founders-strip.founders-strip--subpage .founders-strip__card {
    width: 100%;
  }

  .kadra-zalozyciele.founders-strip.founders-strip--subpage .founders-strip__avatar-wrap {
    width: min(10.4rem, 72vw);
    height: min(10.4rem, 72vw);
    margin: 0 auto;
  }

  .kadra-zalozyciele.founders-strip.founders-strip--subpage .founders-strip__avatar {
    width: calc(min(10.4rem, 72vw) - 0.4rem);
    height: calc(min(10.4rem, 72vw) - 0.4rem);
  }
}

/* Reviews showcase block */
.opinie-sekcja.reviews-showcase {
  padding: clamp(3rem, 6vw, 5rem) 0;
  background: #ffffff;
}

.opinie-sekcja.reviews-showcase .reviews-showcase__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
}

.opinie-sekcja.reviews-showcase .reviews-showcase__intro {
  max-width: 46rem;
}

.opinie-sekcja.reviews-showcase .reviews-showcase__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: #fff1f3;
  color: #ef5b60;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.opinie-sekcja.reviews-showcase .reviews-showcase__title {
  max-width: 12ch;
  margin: 1.2rem 0 0;
  color: #4f3792;
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.opinie-sekcja.reviews-showcase .reviews-showcase__description {
  max-width: 38rem;
  margin-top: 1.15rem;
  color: rgba(55, 37, 83, 0.78);
  font-size: 1rem;
  line-height: 1.75;
}

.opinie-sekcja.reviews-showcase .reviews-showcase__description p {
  margin: 0;
}

.opinie-sekcja.reviews-showcase .reviews-showcase__description a {
  color: #6a48b5;
  text-decoration: none;
}

.opinie-sekcja.reviews-showcase .reviews-showcase__description a:hover,
.opinie-sekcja.reviews-showcase .reviews-showcase__description a:focus {
  color: #4f3792;
}

.opinie-sekcja.reviews-showcase .reviews-showcase__summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem;
  margin-top: 1.45rem;
}

.opinie-sekcja.reviews-showcase .reviews-showcase__stars {
  display: inline-flex;
  align-items: center;
  gap: 0.12rem;
}

.opinie-sekcja.reviews-showcase .reviews-showcase__star {
  color: rgba(243, 171, 29, 0.32);
  font-size: 1.05rem;
  line-height: 1;
}

.opinie-sekcja.reviews-showcase .reviews-showcase__star.is-filled {
  color: #f3ab1d;
}

.opinie-sekcja.reviews-showcase .reviews-showcase__summary-score {
  color: #2e2150;
  font-size: 1.05rem;
  font-weight: 700;
}

.opinie-sekcja.reviews-showcase .reviews-showcase__summary-count {
  color: rgba(55, 37, 83, 0.72);
  font-size: 1rem;
}

.opinie-sekcja.reviews-showcase .reviews-showcase__nav {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-shrink: 0;
}

.opinie-sekcja.reviews-showcase.reviews-showcase--static .reviews-showcase__nav {
  display: none;
}

.opinie-sekcja.reviews-showcase .reviews-showcase__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.15rem;
  height: 3.15rem;
  border: 1px solid rgba(133, 112, 183, 0.18);
  border-radius: 50%;
  background: #ffffff;
  color: #7d63b0;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 18px 30px -28px rgba(71, 43, 97, 0.45);
}

.opinie-sekcja.reviews-showcase .reviews-showcase__arrow svg {
  width: 1rem;
  height: 1rem;
}

.opinie-sekcja.reviews-showcase .reviews-showcase__arrow:hover,
.opinie-sekcja.reviews-showcase .reviews-showcase__arrow:focus {
  border-color: #7d63b0;
  background: #f7f3ff;
  color: #5a3fa5;
  transform: translateY(-1px);
}

.opinie-sekcja.reviews-showcase .reviews-showcase__arrow[disabled] {
  opacity: 0.45;
  box-shadow: none;
  pointer-events: none;
}

.opinie-sekcja.reviews-showcase .reviews-showcase__slider {
  overflow: hidden;
  padding: 0.35rem 0 0.5rem;
}

.opinie-sekcja.reviews-showcase .reviews-showcase__track {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: stretch;
}

.opinie-sekcja.reviews-showcase .reviews-showcase__card {
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 100%;
  padding: 1.5rem 1.5rem 1.6rem;
  border: 1px solid rgba(133, 112, 183, 0.14);
  border-radius: 1.85rem;
  background: #ffffff;
  box-shadow: 0 28px 52px -42px rgba(71, 43, 97, 0.25);
}

.opinie-sekcja.reviews-showcase .reviews-showcase__card.swiper-slide {
  height: auto;
  flex-shrink: 0;
}

.opinie-sekcja.reviews-showcase .reviews-showcase__card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.opinie-sekcja.reviews-showcase .reviews-showcase__identity {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
}

.opinie-sekcja.reviews-showcase .reviews-showcase__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #7a51bf 0%, #6a48b5 100%);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  flex: 0 0 auto;
}

.opinie-sekcja.reviews-showcase .reviews-showcase__person {
  min-width: 0;
}

.opinie-sekcja.reviews-showcase .reviews-showcase__name {
  margin: 0;
  color: #2e2150;
  font-size: 1.42rem;
  font-weight: 700;
  line-height: 1.15;
}

.opinie-sekcja.reviews-showcase .reviews-showcase__meta {
  margin: 0.3rem 0 0;
  color: rgba(55, 37, 83, 0.68);
  font-size: 0.95rem;
  line-height: 1.35;
}

.opinie-sekcja.reviews-showcase .reviews-showcase__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #f7f2ff;
  color: #7d63b0;
  flex: 0 0 auto;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.opinie-sekcja.reviews-showcase .reviews-showcase__link svg {
  width: 0.95rem;
  height: 0.95rem;
}

.opinie-sekcja.reviews-showcase .reviews-showcase__link:hover,
.opinie-sekcja.reviews-showcase .reviews-showcase__link:focus {
  background: #7d63b0;
  color: #ffffff;
  transform: translateY(-1px);
}

.opinie-sekcja.reviews-showcase .reviews-showcase__rating-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem;
  margin-top: 1.25rem;
}

.opinie-sekcja.reviews-showcase .reviews-showcase__source {
  color: rgba(55, 37, 83, 0.7);
  font-size: 0.95rem;
  line-height: 1.4;
}

.opinie-sekcja.reviews-showcase .reviews-showcase__text {
  margin-top: 1rem;
}

.opinie-sekcja.reviews-showcase .reviews-showcase__text p {
  margin: 0;
  color: #40305f;
  font-size: 1rem;
  line-height: 1.75;
}

.opinie-sekcja.reviews-showcase .reviews-showcase__read-more {
  display: inline-flex;
  margin-top: 0.9rem;
  color: #6a48b5;
  font-size: 0.96rem;
  font-weight: 600;
  text-decoration: none;
}

.opinie-sekcja.reviews-showcase .reviews-showcase__read-more:hover,
.opinie-sekcja.reviews-showcase .reviews-showcase__read-more:focus {
  color: #4f3792;
}

.opinie-sekcja.reviews-showcase .reviews-showcase__note {
  max-width: 54rem;
  margin: 2rem auto 0;
  color: rgba(78, 70, 122, 0.62);
  font-size: 0.92rem;
  line-height: 1.65;
  text-align: center;
}

@media (max-width: 1199px) {
  .opinie-sekcja.reviews-showcase .reviews-showcase__title {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .opinie-sekcja.reviews-showcase .reviews-showcase__top {
    align-items: flex-start;
    flex-direction: column;
  }

  .opinie-sekcja.reviews-showcase .reviews-showcase__title {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .opinie-sekcja.reviews-showcase .reviews-showcase__nav {
    gap: 0.65rem;
  }

  .opinie-sekcja.reviews-showcase .reviews-showcase__arrow {
    width: 2.85rem;
    height: 2.85rem;
  }

  .opinie-sekcja.reviews-showcase .reviews-showcase__card {
    padding: 1.35rem 1.25rem 1.45rem;
  }

  .opinie-sekcja.reviews-showcase .reviews-showcase__name {
    font-size: 1.2rem;
  }
}

/* FAQ showcase block */
.faq-section-block.faq-showcase {
  padding: clamp(3rem, 6vw, 2rem) 0 !important;
  text-align: left !important;
}

.faq-section-block.faq-showcase .faq-showcase__shell {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid rgba(133, 112, 183, 0.14);
  border-radius: 2rem;
  background: linear-gradient(180deg, #ffffff 0%, #fffafc 100%);
  box-shadow: 0 28px 60px -42px rgba(71, 43, 97, 0.22);
}

.faq-section-block.faq-showcase .faq-showcase__shell::before,
.faq-section-block.faq-showcase .faq-showcase__shell::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.faq-section-block.faq-showcase .faq-showcase__shell::before {
  top: -7rem;
  left: -6rem;
  width: 17rem;
  height: 17rem;
  background: radial-gradient(circle, rgba(122, 81, 191, 0.12) 0%, rgba(122, 81, 191, 0) 72%);
}

.faq-section-block.faq-showcase .faq-showcase__shell::after {
  right: -8rem;
  bottom: -9rem;
  width: 20rem;
  height: 20rem;
  background: radial-gradient(circle, rgba(234, 93, 99, 0.14) 0%, rgba(234, 93, 99, 0) 74%);
}

.faq-section-block.faq-showcase .faq-showcase__main {
  position: relative;
  z-index: 1;
  max-width: 58rem;
  margin: 0 auto;
}

.faq-section-block.faq-showcase .faq-showcase__intro {
  text-align: center;
}

.faq-section-block.faq-showcase .faq-showcase__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: #fff2f3;
  color: #ef5b60;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.faq-section-block.faq-showcase .faq-showcase__title {
  max-width: 12ch;
  margin: 1.3rem auto 0;
  color: #4f3792;
  font-size: clamp(2.5rem, 4.3vw, 4rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.faq-section-block.faq-showcase .faq-showcase__description {
  max-width: 39rem;
  margin: 1.2rem auto 0;
}

.faq-section-block.faq-showcase .faq-showcase__description p {
  margin: 0;
  color: rgba(55, 37, 83, 0.76);
  font-size: clamp(1rem, 1.15vw, 1.08rem);
  line-height: 1.8;
}

.faq-section-block.faq-showcase .faq-showcase__preview-note {
  margin: 1rem auto 0;
  color: rgba(78, 70, 122, 0.72);
  font-size: 0.95rem;
  line-height: 1.6;
}

.faq-section-block.faq-showcase .faq-showcase__list {
  display: grid;
  gap: 0.95rem;
  margin-top: 2.5rem;
}

.faq-section-block.faq-showcase .faq-showcase__item {
  padding: 0 1.5rem;
  border: 1px solid rgba(120, 97, 171, 0.14);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 34px -28px rgba(71, 43, 97, 0.18);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.faq-section-block.faq-showcase .faq-showcase__item.is-open {
  border-color: rgba(234, 93, 99, 0.26);
  box-shadow: 0 26px 44px -32px rgba(79, 55, 146, 0.24);
}

.faq-section-block.faq-showcase .faq-showcase__trigger {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 1.3rem 0;
  border: 0;
  background: transparent;
  text-align: left;
}

.faq-section-block.faq-showcase .faq-showcase__question {
  flex: 1 1 auto;
  color: #372553;
  font-size: clamp(1.08rem, 1.45vw, 1.34rem);
  font-weight: 700;
  line-height: 1.45;
  transition: color 0.25s ease;
}

.faq-section-block.faq-showcase .faq-showcase__trigger:hover .faq-showcase__question,
.faq-section-block.faq-showcase .faq-showcase__trigger:focus .faq-showcase__question,
.faq-section-block.faq-showcase .faq-showcase__item.is-open .faq-showcase__question {
  color: #4f3792;
}

.faq-section-block.faq-showcase .faq-showcase__trigger:focus-visible {
  outline: 0;
}

.faq-section-block.faq-showcase .faq-showcase__toggle {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 2.9rem;
  height: 2.9rem;
  border: 1px solid rgba(106, 72, 181, 0.2);
  border-radius: 50%;
  background: #f8f3ff;
  color: #6a48b5;
  flex: 0 0 auto;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.faq-section-block.faq-showcase .faq-showcase__toggle-line {
  position: absolute;
  width: 0.95rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.faq-section-block.faq-showcase .faq-showcase__toggle-line--vertical {
  transform: rotate(90deg);
}

.faq-section-block.faq-showcase .faq-showcase__item.is-open .faq-showcase__toggle {
  border-color: #4f3792;
  background: #4f3792;
  color: #ffffff;
  box-shadow: 0 18px 30px -24px rgba(79, 55, 146, 0.6);
  transform: rotate(180deg);
}

.faq-section-block.faq-showcase .faq-showcase__item.is-open .faq-showcase__toggle-line--vertical {
  opacity: 0;
  transform: rotate(90deg) scaleX(0);
}

.faq-section-block.faq-showcase .faq-showcase__panel {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 0.35s ease, opacity 0.25s ease, padding-bottom 0.25s ease;
}

.faq-section-block.faq-showcase .faq-showcase__item.is-open .faq-showcase__panel {
  grid-template-rows: 1fr;
  opacity: 1;
  padding-bottom: 1.35rem;
}

.faq-section-block.faq-showcase .faq-showcase__panel-inner {
  min-height: 0;
}

.faq-section-block.faq-showcase .faq-showcase__answer {
  max-width: 44rem;
}

.faq-section-block.faq-showcase .faq-showcase__answer > *:first-child {
  margin-top: 0;
}

.faq-section-block.faq-showcase .faq-showcase__answer > *:last-child {
  margin-bottom: 0;
}

.faq-section-block.faq-showcase .faq-showcase__answer p,
.faq-section-block.faq-showcase .faq-showcase__answer li {
  color: rgba(55, 37, 83, 0.82);
  font-size: 1rem;
  line-height: 1.78;
}

.faq-section-block.faq-showcase .faq-showcase__answer ul,
.faq-section-block.faq-showcase .faq-showcase__answer ol {
  margin: 0.9rem 0 0;
  padding-left: 1.2rem;
}

.faq-section-block.faq-showcase .faq-showcase__answer a {
  color: #6a48b5;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.faq-section-block.faq-showcase .faq-showcase__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 2rem;
  padding: 1.5rem 1.6rem;
  border: 1px solid rgba(234, 93, 99, 0.16);
  border-radius: 1.6rem;
  background: linear-gradient(135deg, rgba(255, 242, 243, 0.92), rgba(250, 245, 255, 0.96));
}

.faq-section-block.faq-showcase .faq-showcase__footer-copy {
  min-width: 0;
}

.faq-section-block.faq-showcase .faq-showcase__footer-title {
  margin: 0;
  color: #4f3792;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.2;
}

.faq-section-block.faq-showcase .faq-showcase__footer-text {
  margin: 0.45rem 0 0;
  color: rgba(64, 44, 90, 0.72);
  font-size: 0.98rem;
  line-height: 1.65;
}

.faq-section-block.faq-showcase .faq-showcase__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.95rem 1.45rem;
  border: 1px solid rgba(234, 93, 99, 0.38) !important;
  border-radius: 999px;
  background: #ffffff !important;
  color: #ea5d63 !important;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 16px 28px -26px rgba(58, 36, 81, 0.35);
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.faq-section-block.faq-showcase .faq-showcase__cta:hover,
.faq-section-block.faq-showcase .faq-showcase__cta:focus {
  border-color: #ea5d63 !important;
  background: #ea5d63 !important;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 18px 36px -22px rgba(234, 93, 99, 0.56) !important;
}

.faq-section-block.faq-showcase .faq-showcase__cta-icon {
  font-size: 1rem;
  line-height: 1;
}

@media (max-width: 991px) {
  .faq-section-block.faq-showcase .faq-showcase__title,
  .faq-section-block.faq-showcase .faq-showcase__description {
    max-width: none;
  }

  .faq-section-block.faq-showcase .faq-showcase__footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .faq-section-block.faq-showcase .faq-showcase__shell {
    padding: 1.6rem 1.2rem;
    border-radius: 1.6rem;
  }

  .faq-section-block.faq-showcase .faq-showcase__title {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .faq-section-block.faq-showcase .faq-showcase__item {
    padding: 0 1rem;
  }

  .faq-section-block.faq-showcase .faq-showcase__trigger {
    gap: 0.8rem;
    padding: 1.1rem 0;
  }

  .faq-section-block.faq-showcase .faq-showcase__toggle {
    width: 2.65rem;
    height: 2.65rem;
  }

  .faq-section-block.faq-showcase .faq-showcase__footer {
    padding: 1.3rem 1.15rem;
  }

  .faq-section-block.faq-showcase .faq-showcase__cta {
    width: 100%;
  }
}

/* Team directory block */
.kadra-team-directory.team-directory-showcase {
  padding: clamp(0rem, 6vw, 0rem) 0 !important;
  text-align: left !important;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__header {
  max-width: 62rem;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: #fff2f3;
  color: #ef5b60;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__title {
  width: fit-content;
  max-width: 100%;
  margin: 1.25rem auto 0;
  color: #4f3792;
  font-size: clamp(2.65rem, 4.4vw, 4.2rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__description {
  max-width: 52rem;
  margin: 1.15rem auto 0;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__description p {
  margin: 0;
  color: rgba(55, 37, 83, 0.76);
  font-size: clamp(1rem, 1.15vw, 1.08rem);
  line-height: 1.8;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__preview-note {
  margin: 1rem auto 0;
  color: rgba(78, 70, 122, 0.72);
  font-size: 0.95rem;
  line-height: 1.6;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 18rem) minmax(0, 1fr);
  align-items: start;
  gap: 2rem;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__backdrop {
  display: none;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__aside {
  position: sticky;
  top: 12.5rem;
  z-index: 3;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__filter-shell {
  position: relative;
  overflow: hidden;
  padding: 1.4rem;
  border: 1px solid rgba(122, 97, 171, 0.14);
  border-radius: 1.75rem;
  background: linear-gradient(180deg, #ffffff 0%, #fffbfd 100%);
  box-shadow: 0 22px 48px -36px rgba(71, 43, 97, 0.22);
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__filter-shell::before {
  content: "";
  position: absolute;
  top: -5rem;
  right: -4rem;
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(122, 81, 191, 0.12) 0%, rgba(122, 81, 191, 0) 74%);
  pointer-events: none;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__filter-top,
.kadra-team-directory.team-directory-showcase .team-directory-showcase__filter-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__filter-top {
  position: relative;
  z-index: 1;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(122, 97, 171, 0.12);
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__filter-title {
  margin: 0;
  color: #4f3792;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.15;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__reset {
  border: 0;
  background: transparent;
  color: #ef5b60;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__reset:hover,
.kadra-team-directory.team-directory-showcase .team-directory-showcase__reset:focus {
  color: #cf454b;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__close {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  border-radius: 50%;
  background: #f7f2ff;
  color: #4f3792;
  font-size: 1.55rem;
  line-height: 1;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__filter-group {
  position: relative;
  z-index: 1;
  margin-top: 1.35rem;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__filter-label,
.kadra-team-directory.team-directory-showcase .team-directory-showcase__meta-label {
  margin: 0 0 0.75rem;
  color: #372553;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__search {
  position: relative;
  display: block;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__search input {
  width: 100%;
  padding: 0.8rem 1rem 0.8rem 2.65rem;
  border: 1px solid rgba(122, 97, 171, 0.16);
  border-radius: 999px;
  background: #ffffff;
  color: #372553;
  font-size: 0.94rem;
  line-height: 1.4;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__search input:focus {
  border-color: rgba(239, 91, 96, 0.38);
  box-shadow: 0 0 0 4px rgba(239, 91, 96, 0.12);
  outline: 0;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__search-icon {
  position: absolute;
  top: 50%;
  left: 0.95rem;
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  color: rgba(78, 70, 122, 0.68);
  transform: translateY(-50%);
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__search-icon svg,
.kadra-team-directory.team-directory-showcase .team-directory-showcase__open-icon svg,
.kadra-team-directory.team-directory-showcase .team-directory-showcase__empty-icon svg {
  width: 100%;
  height: 100%;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__helper,
.kadra-team-directory.team-directory-showcase .team-directory-showcase__no-match {
  margin: 0.85rem 0 0;
  color: rgba(78, 70, 122, 0.68);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__no-match {
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.86rem;
  font-weight: 600;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.85rem;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.45rem;
  border: 1px solid rgba(122, 97, 171, 0.14);
  border-radius: 999px;
  background: #ffffff;
  color: #372553;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  transition: border-color 0.25s ease, background-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__chip:hover,
.kadra-team-directory.team-directory-showcase .team-directory-showcase__chip:focus {
  border-color: rgba(239, 91, 96, 0.34);
  background: #fff4f4;
  color: #cf454b;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__chip.is-active {
  border-color: #ef5b60;
  background: linear-gradient(135deg, #ef5b60 0%, #e84f7e 100%);
  color: #ffffff;
  box-shadow: 0 16px 28px -22px rgba(239, 91, 96, 0.58);
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__chip.is-disabled {
  opacity: 0.38;
  cursor: default;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__chip--muted {
  background: #fbf8ff;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__content {
  min-width: 0;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__mobile-bar {
  display: none;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__results-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__results-copy,
.kadra-team-directory.team-directory-showcase .team-directory-showcase__mobile-count {
  margin: 0;
  color: rgba(55, 37, 83, 0.76);
  font-size: 0.96rem;
  line-height: 1.5;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__grid.is-empty {
  display: none;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.3rem;
  border: 1px solid rgba(122, 97, 171, 0.12);
  border-radius: 1.75rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 251, 253, 0.96) 100%);
  box-shadow: 0 18px 40px -32px rgba(71, 43, 97, 0.2);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__card:hover {
  transform: translateY(-4px);
  border-color: rgba(79, 55, 146, 0.24);
  box-shadow: 0 28px 52px -34px rgba(71, 43, 97, 0.24);
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__card.is-hidden {
  display: none;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__card-head {
  display: block !important;

  overflow-y: auto;
  padding-right: 6px;
  position: relative;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__card-head::after {
  content: "";
  display: table;
  clear: both;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__card-head::-webkit-scrollbar {
  width: 3px;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__card-head::-webkit-scrollbar-track {
  background: transparent;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__card-head::-webkit-scrollbar-thumb {
  background: rgba(122, 97, 171, 0.2);
  border-radius: 10px;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__avatar-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.75rem;
  height: 6.75rem;
  border-radius: 1.5rem;
  background: radial-gradient(circle at 30% 30%, rgba(255, 198, 215, 0.88), rgba(210, 165, 228, 0.7) 58%, rgba(255, 255, 255, 0.12) 100%);
  overflow: hidden;
  float: left !important;
  margin-right: 1.2rem;
  margin-bottom: 0.4rem;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__avatar {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__avatar-fallback {
  color: #4f3792;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__name {
  margin: 0;
  display: inline !important;
  color: #2e2150;
  font-size: 1.28rem;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__summary {
  margin: 0.45rem 0 0;
  display: block !important;
  color: rgba(55, 37, 83, 0.74);
  font-size: 0.94rem;
  line-height: 1.7;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__meta-row {
  margin-top: 1rem;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__meta-row--subjects {
  min-height: 5rem;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__meta-row--levels {
  min-height: 5rem;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.42rem 0.7rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.2;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__tag--subject {
  background: #fff0f1;
  color: #df5964;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__tag--level {
  border: 1px solid rgba(122, 97, 171, 0.12);
  background: #ffffff;
  color: rgba(64, 44, 90, 0.74);
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__card-cta,
.kadra-team-directory.team-directory-showcase .team-directory-showcase__empty-cta,
.kadra-team-directory.team-directory-showcase .team-directory-showcase__open {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border-radius: 999px;
  text-decoration: none;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__card-actions {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.8rem;
  margin-top: auto;
  padding-top: 1.25rem;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__card-cta {
  align-self: auto;
  margin-top: 0;
  padding: 0.88rem 1.2rem;
  border: 1px solid rgba(234, 93, 99, 0.34) !important;
  background: #ffffff !important;
  color: #ea5d63 !important;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 14px 28px -24px rgba(58, 36, 81, 0.34);
  min-height: 3rem;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__card-actions .team-directory-showcase__card-cta {
  flex: 0 1 auto;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__card-cta--primary {
  border-color: #ea5d63 !important;
  background: #ea5d63 !important;
  color: #ffffff !important;
  box-shadow: 0 18px 32px -24px rgba(234, 93, 99, 0.56);
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__card-cta:hover,
.kadra-team-directory.team-directory-showcase .team-directory-showcase__card-cta:focus {
  border-color: #ea5d63 !important;
  background: #ea5d63 !important;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 18px 34px -22px rgba(234, 93, 99, 0.5) !important;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__card-cta--primary:hover,
.kadra-team-directory.team-directory-showcase .team-directory-showcase__card-cta--primary:focus {
  border-color: #d84f59 !important;
  background: #d84f59 !important;
  color: #ffffff !important;
  box-shadow: 0 20px 36px -22px rgba(216, 79, 89, 0.62) !important;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__card-cta-icon {
  font-size: 0.98rem;
  line-height: 1;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__card-cta--secondary .team-directory-showcase__card-cta-icon {
  font-size: 0;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__card-cta--secondary .team-directory-showcase__card-cta-icon::before {
  content: "\2197";
  display: inline-block;
  font-size: 0.98rem;
  line-height: 1;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__empty {
  display: none;
  padding: 2.25rem 1.5rem;
  border: 1px dashed rgba(122, 97, 171, 0.2);
  border-radius: 1.9rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(250, 245, 255, 0.9) 100%);
  text-align: center;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__empty.is-visible {
  display: block;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__empty-icon {
  display: grid;
  place-items: center;
  width: 3.4rem;
  height: 3.4rem;
  margin: 0 auto;
  border-radius: 50%;
  background: #ffffff;
  color: #4f3792;
  box-shadow: 0 14px 26px -22px rgba(71, 43, 97, 0.32);
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__empty-title {
  margin: 1rem 0 0;
  color: #4f3792;
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1.15;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__empty-text {
  max-width: 34rem;
  margin: 0.8rem auto 0;
  color: rgba(55, 37, 83, 0.74);
  font-size: 1rem;
  line-height: 1.75;
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__empty-cta {
  margin-top: 1.35rem;
  padding: 0.95rem 1.45rem;
  border: 1px solid rgba(234, 93, 99, 0.38) !important;
  background: #ffffff !important;
  color: #ea5d63 !important;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 16px 28px -26px rgba(58, 36, 81, 0.35);
}

.kadra-team-directory.team-directory-showcase .team-directory-showcase__empty-cta:hover,
.kadra-team-directory.team-directory-showcase .team-directory-showcase__empty-cta:focus {
  border-color: #ea5d63 !important;
  background: #ea5d63 !important;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 18px 36px -22px rgba(234, 93, 99, 0.56) !important;
}

/* Blog archive list */
.blog-archive__layout {
  align-items: flex-start;
}

.blog-archive__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.blog-archive__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(122, 97, 171, 0.14);
  border-radius: 1.5rem;
  background: #ffffff;
  box-shadow: 0 22px 48px -38px rgba(71, 43, 97, 0.22);
}

.blog-archive__thumb {
  aspect-ratio: 2 / 1;
  overflow: hidden;
}

.blog-archive__thumb a {
  display: block;
  width: 100%;
  height: 100%;
}

.blog-archive__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-archive__card .article_box {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1.35rem;
}

.blog-archive__card hr {
  width: 100%;
  margin-top: auto;
}

.blog-archive__navigation {
  margin-top: 2rem;
}

.blog-archive__sidebar {
  order: 2;
}

.blog-archive__sidebar .widget-area {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 992px) {
  .blog-archive__sidebar {
    padding-left: 0.75rem;
  }
}

@media (max-width: 991px) {
  .blog-archive__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .blog-archive__thumb {
    aspect-ratio: 16 / 9;
  }

  .blog-archive__sidebar {
    order: 3;
  }
}

@media (max-width: 1199px) {
  .kadra-team-directory.team-directory-showcase .team-directory-showcase__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1023px) {
  .kadra-team-directory.team-directory-showcase .team-directory-showcase__layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .kadra-team-directory.team-directory-showcase .team-directory-showcase__backdrop {
    position: fixed;
    inset: 0;
    display: block;
    background: rgba(46, 33, 80, 0.42);
    backdrop-filter: blur(6px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
    z-index: 20;
  }

  .kadra-team-directory.team-directory-showcase.team-directory-showcase--filters-open .team-directory-showcase__backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  .kadra-team-directory.team-directory-showcase .team-directory-showcase__aside {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    top: auto;
    z-index: 21;
    padding: 0 0.7rem 0.7rem;
    transform: translateY(104%);
    transition: transform 0.3s ease;
  }

  .kadra-team-directory.team-directory-showcase.team-directory-showcase--filters-open .team-directory-showcase__aside {
    transform: translateY(0);
  }

  .kadra-team-directory.team-directory-showcase .team-directory-showcase__filter-shell {
    max-height: min(80vh, 46rem);
    overflow-y: auto;
    padding: 1.1rem 1.1rem 1.25rem;
    border-radius: 1.75rem 1.75rem 0 0;
  }

  .kadra-team-directory.team-directory-showcase .team-directory-showcase__close {
    display: inline-flex;
  }

  .kadra-team-directory.team-directory-showcase .team-directory-showcase__mobile-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
  }

  .kadra-team-directory.team-directory-showcase .team-directory-showcase__open {
    padding: 0.82rem 1rem;
    border: 1px solid rgba(122, 97, 171, 0.22);
    background: #ffffff;
    color: #4f3792;
    font-size: 0.94rem;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 12px 24px -22px rgba(71, 43, 97, 0.26);
  }

  .kadra-team-directory.team-directory-showcase .team-directory-showcase__open-badge {
    display: inline-grid;
    place-items: center;
    min-width: 1.35rem;
    height: 1.35rem;
    padding: 0 0.22rem;
    border-radius: 999px;
    background: #ef5b60;
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 800;
  }

  .kadra-team-directory.team-directory-showcase .team-directory-showcase__open-icon {
    display: inline-flex;
    width: 0.95rem;
    height: 0.95rem;
  }

  .kadra-team-directory.team-directory-showcase .team-directory-showcase__results-bar {
    display: none;
  }
}

@media (max-width: 767px) {
  .kadra-team-directory.team-directory-showcase .team-directory-showcase__title,
  .kadra-team-directory.team-directory-showcase .team-directory-showcase__description {
    max-width: none;
  }

  .kadra-team-directory.team-directory-showcase .team-directory-showcase__title {
    font-size: clamp(2.1rem, 10vw, 3.1rem);
  }

  .kadra-team-directory.team-directory-showcase .team-directory-showcase__grid {
    grid-template-columns: 1fr;
  }

  .kadra-team-directory.team-directory-showcase .team-directory-showcase__card {
    padding: 1.15rem;
    border-radius: 1.45rem;
  }

  .kadra-team-directory.team-directory-showcase .team-directory-showcase__avatar-wrap {
    width: 4.7rem;
    height: 4.7rem;
    border-radius: 1.25rem;
    float: none;
    margin: 0 0 1rem 0;
  }

  .kadra-team-directory.team-directory-showcase .team-directory-showcase__name {
    font-size: 1.14rem;
  }

  .kadra-team-directory.team-directory-showcase .team-directory-showcase__card-cta,
  .kadra-team-directory.team-directory-showcase .team-directory-showcase__empty-cta {
    width: 100%;
  }

  .kadra-team-directory.team-directory-showcase .team-directory-showcase__filter-shell {
    border-radius: 1.45rem 1.45rem 0 0;
  }

  .kadra-team-directory.team-directory-showcase .team-directory-showcase__card-head,
  .kadra-team-directory.team-directory-showcase .team-directory-showcase__summary,
  .kadra-team-directory.team-directory-showcase .team-directory-showcase__name {
    min-height: 0;
    max-height: none;
    overflow-y: visible;
    display: block !important;
  }
  .kadra-team-directory.team-directory-showcase .team-directory-showcase__meta-row--subjects,
  .kadra-team-directory.team-directory-showcase .team-directory-showcase__meta-row--levels {
    min-height: 0;
  }

  .kadra-team-directory.team-directory-showcase .team-directory-showcase__card-actions {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0.72rem;
    padding-top: 1.25rem;
  }

  .kadra-team-directory.team-directory-showcase .team-directory-showcase__card-actions .team-directory-showcase__card-cta {
    width: 100%;
  }
}

/* Blog single - Loveable-inspired article view */
.blog-single-showcase {
  --blog-surface: #f9f4fa;
  --blog-card: rgba(255, 255, 255, 0.92);
  --blog-card-strong: #ffffff;
  --blog-border: rgba(118, 92, 162, 0.16);
  --blog-primary: #43255f;
  --blog-secondary: #63507f;
  --blog-muted: rgba(67, 37, 95, 0.72);
  --blog-accent: #ef5b60;
  --blog-accent-deep: #db4b55;
  --blog-accent-soft: rgba(239, 91, 96, 0.12);
  --blog-violet-soft: rgba(113, 84, 163, 0.1);
  --blog-shadow: 0 28px 60px -42px rgba(66, 41, 97, 0.42);
  position: relative;
  overflow: hidden;
  padding: 2.2rem 0 1.25rem;
  background:
    radial-gradient(circle at top left, rgba(239, 91, 96, 0.14), transparent 32%),
    radial-gradient(circle at 88% 10%, rgba(113, 84, 163, 0.12), transparent 26%),
    linear-gradient(180deg, #fcf8fd 0%, var(--blog-surface) 44%, #f7f2fb 100%);
  color: var(--blog-primary);
}

.blog-single-showcase::before,
.blog-single-showcase::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(22px);
  opacity: 0.8;
}

.blog-single-showcase::before {
  top: 8rem;
  left: -6rem;
  width: 16rem;
  height: 16rem;
  background: rgba(239, 91, 96, 0.14);
}

.blog-single-showcase::after {
  right: -7rem;
  bottom: 8rem;
  width: 19rem;
  height: 19rem;
  background: rgba(113, 84, 163, 0.14);
}

.blog-single-showcase .container {
  position: relative;
  z-index: 1;
}

.blog-single-showcase__hero {
  margin-bottom: 2.4rem;
}

.single .tuteer-breadcrumbs-wrapper {margin-bottom: 1rem;border-radius:15px}
.single .blog-single-showcase__hero {
  margin-bottom: 1rem;
}

.single.single-post .tuteer-breadcrumbs-wrapper nav {    background: transparent}

.blog-single-showcase__hero-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  margin-bottom: 1.65rem;
}

.blog-single-showcase__back-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.85rem 1.25rem;
  border: 1px solid rgba(113, 84, 163, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--blog-primary);
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 18px 34px -28px rgba(66, 41, 97, 0.32);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, color 0.24s ease;
}

.blog-single-showcase__back-link:hover,
.blog-single-showcase__back-link:focus {
  color: var(--blog-accent);
  border-color: rgba(239, 91, 96, 0.28);
  box-shadow: 0 22px 42px -28px rgba(66, 41, 97, 0.32);
  transform: translateY(-1px);
}

.blog-single-showcase__hero-grid {
  display: grid;
  
  align-items: stretch;
  margin-top: 6rem;
}

.blog-single-showcase__hero-copy,
.blog-single-showcase__hero-media {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 2rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.84));
  box-shadow: var(--blog-shadow);
}

.blog-single-showcase__hero-copy {
  padding: clamp(1.6rem, 2vw, 2.4rem);
}

.blog-single-showcase__hero-copy::before,
.blog-single-showcase__hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(239, 91, 96, 0.11), transparent 32%),
    radial-gradient(circle at 88% 12%, rgba(113, 84, 163, 0.12), transparent 28%);
  pointer-events: none;
}

.blog-single-showcase__pills {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1.15rem;
}

.blog-single-showcase__pill {
  display: inline-flex;
  align-items: center;
  min-height: 2.15rem;
  padding: 0.48rem 0.85rem;
  border: 1px solid rgba(239, 91, 96, 0.14);
  border-radius: 999px;
  background: rgba(239, 91, 96, 0.08);
  color: var(--blog-accent-deep);
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.24s ease, border-color 0.24s ease, color 0.24s ease;
}

.blog-single-showcase__pill:hover,
.blog-single-showcase__pill:focus {
  border-color: rgba(239, 91, 96, 0.28);
  background: rgba(239, 91, 96, 0.12);
  color: var(--blog-accent-deep);
}

.blog-single-showcase__title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--blog-primary);
  font-size: clamp(2.35rem, 4.1vw, 4.1rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.blog-single-showcase__excerpt {
  position: relative;
  z-index: 1;
 
  margin-top: 1.3rem;
  color: var(--blog-muted);
  font-size: clamp(1.02rem, 1.28vw, 1.16rem);
  line-height: 1.76;
}

.blog-single-showcase__excerpt p {
  margin: 0;
}

.blog-single-showcase__hero-meta {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 1rem;
  margin-top: 1.8rem;
}

.blog-single-showcase__author-card {
  display: inline-flex;
  align-items: center;
  align-self: stretch;
  gap: 0.9rem;
  padding: 0.8rem 1rem 0.8rem 0.8rem;
  border: 1px solid rgba(113, 84, 163, 0.12);
  border-radius: 1.3rem;
  background: rgba(255, 255, 255, 0.84);
}

.blog-single-showcase__author-avatar {
  flex: 0 0 auto;
  width: 3.85rem;
  height: 3.85rem;
  border-radius: 1.15rem;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(239, 91, 96, 0.18), rgba(113, 84, 163, 0.14));
  box-shadow: 0 18px 32px -24px rgba(66, 41, 97, 0.36);
}

.blog-single-showcase__author-avatar-image,
.blog-single-showcase__author-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-single-showcase__author-initials {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: var(--blog-primary);
  font-size: 1.2rem;
  font-weight: 800;
}

.blog-single-showcase__author-copy {
  display: grid;
  gap: 0.18rem;
}

.blog-single-showcase__author-name {
  color: var(--blog-primary);
  font-size: 1.04rem;
  font-weight: 700;
  line-height: 1.3;
}

.blog-single-showcase__author-role,
.blog-single-showcase__meta-label,
.blog-single-showcase__meta-value {
  font-size: 0.88rem;
  line-height: 1.45;
}

.blog-single-showcase__author-role,
.blog-single-showcase__meta-label {
  color: rgba(67, 37, 95, 0.56);
}

.blog-single-showcase__meta-list {
  display: flex;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: stretch;
  gap: 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-single-showcase__meta-list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 9.75rem;
  padding: 0.78rem 0.95rem;
  border: 1px solid rgba(113, 84, 163, 0.12);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.78);
}

.blog-single-showcase__meta-value {
  display: block;
  margin-top: 0.18rem;
  color: var(--blog-primary);
  font-weight: 700;
}

.blog-single-showcase__hero-media {
  display: flex;
  align-items: stretch;
  min-height: 100%;
  padding: 0;
}

.blog-single-showcase__hero-media > img,
.blog-single-showcase__hero-placeholder {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  min-height: 100%;
}

.blog-single-showcase__hero-media > img {
  object-fit: cover;
}

.blog-single-showcase__hero-placeholder {
  display: grid;
  place-items: center;
  min-height: 24rem;
  background:
    radial-gradient(circle at 18% 18%, rgba(239, 91, 96, 0.26), transparent 24%),
    radial-gradient(circle at 82% 24%, rgba(113, 84, 163, 0.2), transparent 22%),
    linear-gradient(135deg, #fef7f9 0%, #f4eafb 100%);
}

.blog-single-showcase__hero-placeholder span {
  color: rgba(67, 37, 95, 0.34);
  font-size: clamp(4rem, 8vw, 7rem);
  font-weight: 800;
  line-height: 1;
}

.blog-single-showcase__hero-badge {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  display: grid;
  gap: 0.12rem;
  min-width: 11rem;
  padding: 0.8rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 1.2rem;
  background: rgba(67, 37, 95, 0.78);
  color: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(10px);
}

.blog-single-showcase__hero-badge span {
  font-size: 0.82rem;
}

.blog-single-showcase__hero-badge strong {
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 700;
}

.blog-single-showcase__body {
  position: relative;
}

.blog-single-showcase__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 22rem);
  gap: 2rem;
  align-items: start;
}

.blog-single-showcase__main {
  display: grid;
  gap: 1.35rem;
}

.blog-single-showcase__sidebar {
  position: relative;
  align-self: start;
}

.blog-single-showcase__sidebar-stack {
  display: grid;
  gap: 1rem;
}

.blog-single-showcase__toc--desktop {
  position: sticky;
  top: 5rem;
  align-self: start;
  z-index: 3;
  max-height: calc(100vh - 6rem);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(113, 84, 163, 0.24) transparent;
}

.blog-single-showcase__toc--desktop::-webkit-scrollbar {
  width: 6px;
}

.blog-single-showcase__toc--desktop::-webkit-scrollbar-track {
  background: transparent;
}

.blog-single-showcase__toc--desktop::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(113, 84, 163, 0.24);
}

.blog-single-showcase__toc,
.blog-single-showcase__summary,
.blog-single-showcase__content-card,
.blog-single-showcase__share-bar,
.blog-single-showcase__pager-card,
.blog-single-showcase__sidebar-card,
.blog-single-showcase__related-card {
  border: 1px solid var(--blog-border);
  border-radius: 1.75rem;
  background: var(--blog-card);
  box-shadow: var(--blog-shadow);
  backdrop-filter: blur(10px);
}

.blog-single-showcase__toc,
.blog-single-showcase__summary,
.blog-single-showcase__share-bar,
.blog-single-showcase__sidebar-card {
  padding: 1.2rem 1.25rem;
}

.blog-single-showcase__sidebar-label {
  display: inline-flex;
  align-items: center;
  min-height: 1.95rem;
  padding: 0.42rem 0.78rem;
  border-radius: 999px;
  background: rgba(239, 91, 96, 0.09);
  color: var(--blog-accent-deep);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-single-showcase__toc-list,
.blog-single-showcase__summary-list,
.blog-single-showcase__sidebar-posts {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-single-showcase__toc-list {
  display: grid;
  gap: 0.35rem;
  margin-top: 1rem;
}

.blog-single-showcase__toc-item--level-3 {
  padding-left: 0.9rem;
}

.blog-single-showcase__toc-link {
  display: block;
  padding: 0.65rem 0.75rem;
  border-left: 2px solid transparent;
  border-radius: 0.9rem;
  color: var(--blog-muted);
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.45;
  text-decoration: none;
  transition: background-color 0.24s ease, border-color 0.24s ease, color 0.24s ease;
}

.blog-single-showcase__toc-link:hover,
.blog-single-showcase__toc-link:focus,
.blog-single-showcase__toc-link.is-active {
  border-color: var(--blog-accent);
  background: rgba(239, 91, 96, 0.08);
  color: var(--blog-primary);
}

.blog-single-showcase__toc--mobile {
  display: none;
}

.blog-single-showcase__summary-list {
  display: grid;
  gap: 0.68rem;
  margin-top: 1rem;
}

.blog-single-showcase__summary-list li {
  position: relative;
  padding-left: 1rem;
}

.blog-single-showcase__summary-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: var(--blog-accent);
}

.blog-single-showcase__summary-list a {
  color: var(--blog-primary);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.56;
  text-decoration: none;
}

.blog-single-showcase__summary-list a:hover,
.blog-single-showcase__summary-list a:focus {
  color: var(--blog-accent-deep);
}

.blog-single-showcase__content-card {
  padding: clamp(1.35rem, 2vw, 2rem);
}

.blog-single-showcase__content {
  color: var(--blog-secondary);
  font-size: 1.03rem;
  line-height: 1.8;
}

.blog-single-showcase__content > * {
  max-width: 100%;
}

.blog-single-showcase__content > *:first-child {
  margin-top: 0;
}

.blog-single-showcase__content > *:last-child {
  margin-bottom: 0;
}

.blog-single-showcase__content p,
.blog-single-showcase__content li,
.blog-single-showcase__content figcaption,
.blog-single-showcase__content td,
.blog-single-showcase__content th {
  color: var(--blog-secondary);
}

.blog-single-showcase__content p,
.blog-single-showcase__content ul,
.blog-single-showcase__content ol,
.blog-single-showcase__content figure,
.blog-single-showcase__content blockquote,
.blog-single-showcase__content .wp-block-group,
.blog-single-showcase__content .wp-block-image,
.blog-single-showcase__content .wp-block-embed,
.blog-single-showcase__content .wp-block-table,
.blog-single-showcase__content .wp-block-cover,
.blog-single-showcase__content pre {
  margin: 1.25rem 0;
}

.blog-single-showcase__content h2,
.blog-single-showcase__content h3 {
  margin: 2.15rem 0 0.85rem;
  color: var(--blog-primary);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: -0.03em;
  scroll-margin-top: 8rem;
}

.blog-single-showcase__content h2 {
  font-size: clamp(1.7rem, 2.3vw, 2.45rem);
}

.blog-single-showcase__content h3 {
  font-size: clamp(1.28rem, 1.8vw, 1.68rem);
}

.blog-single-showcase__content a {
  color: var(--blog-accent-deep);
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.blog-single-showcase__content a:hover,
.blog-single-showcase__content a:focus {
  color: var(--blog-primary);
}

.blog-single-showcase__content ul,
.blog-single-showcase__content ol {
  padding-left: 1.28rem;
}

.blog-single-showcase__content li {
  padding-left: 0.2rem;
}

.blog-single-showcase__content blockquote {
  padding: 1.35rem 1.5rem;
  border-left: 4px solid var(--blog-accent);
  border-radius: 1.35rem;
  background: rgba(239, 91, 96, 0.08);
  color: var(--blog-primary);
  font-size: 1.08rem;
  font-weight: 600;
}

.blog-single-showcase__content blockquote p:last-child {
  margin-bottom: 0;
}

.blog-single-showcase__content .wp-block-group.is-style-post-intro,
.blog-single-showcase__content .wp-block-group.has-background {
  padding: 1.3rem 1.35rem;
  border: 1px solid rgba(113, 84, 163, 0.14);
  border-radius: 1.45rem;
  background: rgba(113, 84, 163, 0.06);
}

.blog-single-showcase__content img,
.blog-single-showcase__content video,
.blog-single-showcase__content iframe,
.blog-single-showcase__content .wp-block-cover,
.blog-single-showcase__content .wp-block-image img {
  max-width: 100%;
  border-radius: 1.45rem;
}

.blog-single-showcase__content table {
  width: 100%;
  border-collapse: collapse;
}

.blog-single-showcase__content th,
.blog-single-showcase__content td {
  padding: 0.9rem 1rem;
  border: 1px solid rgba(113, 84, 163, 0.14);
}

.blog-single-showcase__content pre {
  overflow-x: auto;
  padding: 1rem 1.15rem;
  border-radius: 1.2rem;
  background: #281b37;
  color: #f7f1ff;
}

.blog-single-showcase__share-bar {
  display: grid;
  gap: 0.9rem;
}

.blog-single-showcase__share-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.blog-single-showcase__share-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0.72rem 1rem;
  border: 1px solid rgba(113, 84, 163, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--blog-primary);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.24s ease, border-color 0.24s ease, color 0.24s ease, box-shadow 0.24s ease;
  cursor: pointer;
}

.blog-single-showcase__share-button:hover,
.blog-single-showcase__share-button:focus {
  color: var(--blog-accent-deep);
  border-color: rgba(239, 91, 96, 0.24);
  box-shadow: 0 18px 28px -24px rgba(66, 41, 97, 0.34);
  transform: translateY(-1px);
}

.blog-single-showcase__cta-banner {
  position: relative;
  overflow: hidden;
  padding: clamp(1.45rem, 2vw, 2rem);
  border-radius: 1.9rem;
  background: linear-gradient(135deg, #43255f 0%, #5a3478 58%, #6b4991 100%);
  color: #ffffff;
  box-shadow: 0 32px 56px -36px rgba(66, 41, 97, 0.58);
}

.blog-single-showcase__cta-banner::before,
.blog-single-showcase__cta-banner::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.blog-single-showcase__cta-banner::before {
  top: -4rem;
  right: -2rem;
  width: 12rem;
  height: 12rem;
  background: rgba(255, 255, 255, 0.08);
}

.blog-single-showcase__cta-banner::after {
  bottom: -4rem;
  left: -3rem;
  width: 10rem;
  height: 10rem;
  background: rgba(239, 91, 96, 0.2);
}

.blog-single-showcase__cta-badge,
.blog-single-showcase__cta-title,
.blog-single-showcase__cta-text,
.blog-single-showcase__cta-actions {
  position: relative;
  z-index: 1;
}

.blog-single-showcase__cta-badge {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.42rem 0.78rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-single-showcase__cta-title {
  margin: 1rem 0 0;
  color: #ffffff;
  font-size: clamp(1.55rem, 2.1vw, 2.2rem);
  font-weight: 800;
  line-height: 1.15;
}

.blog-single-showcase__cta-text {
 
  margin: 0.8rem 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  line-height: 1.72;
}

.blog-single-showcase__cta-actions,
.blog-single-showcase__sidebar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.2rem;
}

.blog-single-showcase__cta-primary,
.blog-single-showcase__cta-secondary,
.blog-single-showcase__sidebar-primary,
.blog-single-showcase__sidebar-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.1rem;
  padding: 0.85rem 1rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease;
}

.blog-single-showcase__cta-primary,
.blog-single-showcase__sidebar-primary {
  border: 1px solid var(--blog-accent);
  background: var(--blog-accent);
  color: #ffffff;
  box-shadow: 0 18px 32px -22px rgba(239, 91, 96, 0.54);
}

.blog-single-showcase__cta-primary:hover,
.blog-single-showcase__cta-primary:focus,
.blog-single-showcase__sidebar-primary:hover,
.blog-single-showcase__sidebar-primary:focus {
  color: #ffffff;
  background: var(--blog-accent-deep);
  border-color: var(--blog-accent-deep);
  transform: translateY(-1px);
}

.blog-single-showcase__cta-secondary,
.blog-single-showcase__sidebar-secondary {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.blog-single-showcase__sidebar-secondary {
  border-color: rgba(113, 84, 163, 0.16);
  background: rgba(255, 255, 255, 0.82);
  color: var(--blog-primary);
}

.blog-single-showcase__cta-secondary:hover,
.blog-single-showcase__cta-secondary:focus {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-1px);
}

.blog-single-showcase__sidebar-secondary:hover,
.blog-single-showcase__sidebar-secondary:focus {
  color: var(--blog-accent-deep);
  border-color: rgba(239, 91, 96, 0.24);
  background: rgba(255, 255, 255, 0.96);
  transform: translateY(-1px);
}

.blog-single-showcase__pager-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.blog-single-showcase__pager-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.42rem;
  min-height: 100%;
  padding: 1.15rem 1.2rem;
  color: var(--blog-primary);
  text-decoration: none;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.blog-single-showcase__pager-card strong {
  color: var(--blog-primary);
  font-size: 1.03rem;
  font-weight: 700;
  line-height: 1.4;
}

.blog-single-showcase__pager-card:hover,
.blog-single-showcase__pager-card:focus {
  border-color: rgba(239, 91, 96, 0.2);
  box-shadow: 0 30px 56px -40px rgba(66, 41, 97, 0.4);
  transform: translateY(-2px);
}

.blog-single-showcase__pager-card--empty:hover,
.blog-single-showcase__pager-card--empty:focus {
  transform: none;
  border-color: var(--blog-border);
  box-shadow: var(--blog-shadow);
}

.blog-single-showcase__pager-label,
.blog-single-showcase__pager-meta {
  color: rgba(67, 37, 95, 0.58);
  font-size: 0.84rem;
  line-height: 1.4;
}

.blog-single-showcase__pager-card--center {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(113, 84, 163, 0.06));
}

.blog-single-showcase__sidebar-card--cta {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88));
}

.blog-single-showcase__sidebar-title {
  margin: 0.95rem 0 0;
  color: var(--blog-primary);
  font-size: 1.42rem;
  font-weight: 800;
  line-height: 1.2;
}

.blog-single-showcase__sidebar-text {
  margin: 0.72rem 0 0;
  color: var(--blog-muted);
  font-size: 0.98rem;
  line-height: 1.7;
}

.blog-single-showcase__contact-list {
  display: grid;
  gap: 0.72rem;
  margin-top: 1rem;
}

.blog-single-showcase__contact-item {
  display: block;
  padding: 0.9rem 0.95rem;
  border: 1px solid rgba(113, 84, 163, 0.12);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.84);
  text-decoration: none;
  transition: border-color 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease;
}

.blog-single-showcase__contact-item:hover,
.blog-single-showcase__contact-item:focus {
  border-color: rgba(239, 91, 96, 0.22);
  box-shadow: 0 18px 30px -26px rgba(66, 41, 97, 0.34);
  transform: translateY(-1px);
}

.blog-single-showcase__contact-copy {
  display: grid;
  gap: 0.18rem;
}

.blog-single-showcase__contact-copy small {
  color: rgba(67, 37, 95, 0.56);
  font-size: 0.78rem;
}

.blog-single-showcase__contact-copy strong {
  color: var(--blog-primary);
  font-size: 0.98rem;
  font-weight: 700;
}

.blog-single-showcase__sidebar-posts {
  display: grid;
  gap: 0.7rem;
  margin-top: 1rem;
}

.blog-single-showcase__sidebar-post-link {
  display: grid;
  gap: 0.2rem;
  padding: 0.75rem 0.85rem;
  border-radius: 1rem;
  color: var(--blog-primary);
  text-decoration: none;
  transition: background-color 0.24s ease, color 0.24s ease;
}

.blog-single-showcase__sidebar-post-link:hover,
.blog-single-showcase__sidebar-post-link:focus {
  background: rgba(239, 91, 96, 0.08);
  color: var(--blog-accent-deep);
}

.blog-single-showcase__sidebar-post-link span {
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.45;
}

.blog-single-showcase__sidebar-post-link small {
  color: rgba(67, 37, 95, 0.56);
  font-size: 0.78rem;
}

.blog-single-showcase__category-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1rem;
}

.blog-single-showcase__category-pill {
  display: inline-flex;
  align-items: center;
  min-height: 2.05rem;
  padding: 0.46rem 0.8rem;
  border: 1px solid rgba(113, 84, 163, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--blog-primary);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: border-color 0.24s ease, color 0.24s ease, background-color 0.24s ease;
}

.blog-single-showcase__category-pill:hover,
.blog-single-showcase__category-pill:focus {
  border-color: rgba(239, 91, 96, 0.24);
  background: rgba(239, 91, 96, 0.08);
  color: var(--blog-accent-deep);
}

.blog-single-showcase__related {
  margin-top: 2.5rem;
}

.blog-single-showcase__related-header {
  display: flex;
  align-items: flex-end;
  //justify-content: space-between;
  gap: 1rem 2rem;
  margin-bottom: 1.2rem;
}

.blog-single-showcase__related-title {
  margin: 0.8rem 0 0;
  color: var(--blog-primary);
  font-size: clamp(1.85rem, 2.6vw, 2.7rem);
  font-weight: 800;
  line-height: 1.08;
}

.blog-single-showcase__related-description {
  margin: 0;
  color: var(--blog-muted);
  font-size: 0.98rem;
  line-height: 1.7;
}

.blog-single-showcase__related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.blog-single-showcase__related-card {
  overflow: hidden;
}

.blog-single-showcase__related-media {
  display: block;
  aspect-ratio: 1.35 / 1;
  background: linear-gradient(135deg, rgba(239, 91, 96, 0.16), rgba(113, 84, 163, 0.12));
}

.blog-single-showcase__related-media img,
.blog-single-showcase__related-placeholder {
  display: block;
  width: 100%;
  height: 100%;
}

.blog-single-showcase__related-media img {
  object-fit: cover;
}

.blog-single-showcase__related-placeholder {
  display: grid;
  place-items: center;
  color: rgba(67, 37, 95, 0.34);
  font-size: 3rem;
  font-weight: 800;
}

.blog-single-showcase__related-copy {
  display: grid;
  gap: 0.72rem;
  padding: 1.15rem 1.2rem 1.25rem;
}

.blog-single-showcase__related-category {
  color: var(--blog-accent-deep);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-single-showcase__related-card-title {
  margin: 0;
  color: var(--blog-primary);
  font-size: 1.16rem;
  font-weight: 800;
  line-height: 1.35;
}

.blog-single-showcase__related-card-title a {
  color: inherit;
  text-decoration: none;
}

.blog-single-showcase__related-card-title a:hover,
.blog-single-showcase__related-card-title a:focus {
  color: var(--blog-accent-deep);
}

.blog-single-showcase__related-excerpt {
  margin: 0;
  color: var(--blog-muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

.blog-single-showcase__related-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: var(--blog-primary);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.blog-single-showcase__related-link:hover,
.blog-single-showcase__related-link:focus {
  color: var(--blog-accent-deep);
}

@media (max-width: 1199px) {
  .blog-single-showcase__hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.7fr);
  }

  .blog-single-showcase__layout {
    grid-template-columns: minmax(0, 1fr) minmax(17rem, 20rem);
  }
}

@media (max-width: 991px) {
  .blog-single-showcase {
    padding-top: 1.7rem;
  }

  .single-post .tuteer-breadcrumbs-wrapper {
    margin-top: 0 !important;
  }

  .blog-single-showcase__hero-actions,
  .blog-single-showcase__related-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-single-showcase__hero-grid,
  .blog-single-showcase__layout,
  .blog-single-showcase__related-grid {
    grid-template-columns: 1fr;
  }

  .blog-single-showcase__toc--desktop {
    display: none;
  }

  .blog-single-showcase__toc--mobile {
    display: block;
  }

  .blog-single-showcase__sidebar-stack {
    position: static;
  }

  .blog-single-showcase__hero-media {
    min-height: 22rem;
  }

  .blog-single-showcase__related-description {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .blog-single-showcase {
    padding-bottom: 4rem;
  }

  .blog-single-showcase__hero-copy,
  .blog-single-showcase__content-card,
  .blog-single-showcase__cta-banner,
  .blog-single-showcase__toc,
  .blog-single-showcase__summary,
  .blog-single-showcase__share-bar,
  .blog-single-showcase__sidebar-card,
  .blog-single-showcase__pager-card {
    border-radius: 1.45rem;
  }

  .blog-single-showcase__title {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .blog-single-showcase__hero-meta,
  .blog-single-showcase__meta-list,
  .blog-single-showcase__cta-actions,
  .blog-single-showcase__sidebar-actions,
  .blog-single-showcase__share-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .blog-single-showcase__meta-list li,
  .blog-single-showcase__share-button,
  .blog-single-showcase__cta-primary,
  .blog-single-showcase__cta-secondary,
  .blog-single-showcase__sidebar-primary,
  .blog-single-showcase__sidebar-secondary {
    width: 100%;
  }

  .blog-single-showcase__pager-grid {
    grid-template-columns: 1fr;
  }

  .blog-single-showcase__hero-media {
    min-height: 18.5rem;
  }
}



.gform_heading{  display: none !important;}

/* Formularze kontaktowe - jasne tlo jak FAQ */
.tuteer-form-layout.tuteer-hero-wash {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(133, 112, 183, 0.14);
  border-radius: 2rem !important;
  background: linear-gradient(180deg, #ffffff 0%, #fffafc 100%) !important;
  box-shadow: 0 28px 60px -42px rgba(71, 43, 97, 0.22);
}

.tuteer-form-layout.tuteer-hero-wash::before,
.tuteer-form-layout.tuteer-hero-wash::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.tuteer-form-layout.tuteer-hero-wash::before {
  top: -7rem;
  left: -6rem;
  width: 17rem;
  height: 17rem;
  background: radial-gradient(circle, rgba(122, 81, 191, 0.12) 0%, rgba(122, 81, 191, 0) 72%);
}

.tuteer-form-layout.tuteer-hero-wash::after {
  right: -8rem;
  bottom: -9rem;
  width: 20rem;
  height: 20rem;
  background: radial-gradient(circle, rgba(234, 93, 99, 0.14) 0%, rgba(234, 93, 99, 0) 74%);
}

.tuteer-form-layout.tuteer-hero-wash > * {
  position: relative;
}

.tuteer-form-layout.tuteer-hero-wash .gform_wrapper.gravity-theme input:not([type="submit"]):not([type="button"]):not([type="image"]):not([type="checkbox"]):not([type="radio"]),
.tuteer-form-layout.tuteer-hero-wash .gform_wrapper.gravity-theme select,
.tuteer-form-layout.tuteer-hero-wash .gform_wrapper.gravity-theme textarea {
  background: rgba(255, 255, 255, 0.86) !important;
  border: 1px solid rgba(133, 112, 183, 0.16) !important;
  border-radius: 1.35rem !important;
  box-shadow: inset 0 1px 1px rgba(71, 43, 97, 0.04), 0 16px 32px -28px rgba(71, 43, 97, 0.18) !important;
  color: #63507f !important;
}

.tuteer-form-layout.tuteer-hero-wash .gform_wrapper.gravity-theme input::placeholder,
.tuteer-form-layout.tuteer-hero-wash .gform_wrapper.gravity-theme textarea::placeholder {
  color: rgba(99, 80, 127, 0.62) !important;
}

.tuteer-form-layout.tuteer-hero-wash .gform_wrapper.gravity-theme input:focus,
.tuteer-form-layout.tuteer-hero-wash .gform_wrapper.gravity-theme select:focus,
.tuteer-form-layout.tuteer-hero-wash .gform_wrapper.gravity-theme textarea:focus {
  border-color: rgba(133, 112, 183, 0.28) !important;
  box-shadow: 0 0 0 0.22rem rgba(133, 112, 183, 0.12) !important;
  outline: none;
}

.page-id-1064 .tuteer-breadcrumbs-wrapper,
.page-id-129 .tuteer-breadcrumbs-wrapper,
.page-template-page-content .tuteer-breadcrumbs-wrapper{/*background:transparent; */   padding: 12px 0;  /*  border-bottom: 1px solid #ebebeb; */   margin-top: 12rem;    position: relative;    z-index: 10;border-radius:15px;max-width: 1160px;
    margin-left: auto;
    margin-right: auto;}


/* Centrowanie ostatniego, niepełnego rzędu w ofercie */
.oferta-blok {
  justify-content: center;
}

.row.g-4.oferta-blok {
  justify-content: center !important;
}

.tuteer-cta-team-directory-profile-pl,
.tuteer-cta-team-directory-profile-en{margin-top:1rem !important}



.clp-search-trigger{    top: 5px !important}

@media (min-width:1024px){
.clp-search-trigger {
    background: transparent;
    padding: 0px;
    position: relative !important;
    right: initial !important;
    top: -7px !important;
    order: 1;
}
}

.blog-single-showcase__pager-card--center strong {
 margin-top: auto;
 margin-bottom: auto;
}


 .blog-single-showcase__pager-card--center strong,
.blog-single-showcase__pager-card--empty strong {
   margin-top: auto;
   margin-bottom: auto;
 }


/* Thank you page shortcode */
.tuteer-thankyou-page {
  margin: clamp(2.5rem, 6vw, 4rem) 0 clamp(3rem, 7vw, 5rem);
}

.tuteer-thankyou-page__wash {
  position: relative;
  isolation: isolate;
  padding: 0;
}

.tuteer-thankyou-page__wash::before,
.tuteer-thankyou-page__wash::after {
  content: none;
}

.tuteer-thankyou-page__card {
  width: min(100%, 42rem);
  margin: 0 auto;
  border: 1px solid rgba(133, 112, 183, 0.14);
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.95);
  padding: clamp(2rem, 5vw, 3.25rem);
  text-align: center;
  box-shadow: 0 20px 60px -20px rgba(229, 93, 99, 0.25);
  backdrop-filter: blur(10px);
}

.tuteer-thankyou-page__icon {
  display: grid;
  place-items: center;
  width: 4.25rem;
  height: 4.25rem;
  margin: 0 auto;
  border-radius: 50%;
  background: #e55d63;
  color: #fff;
  box-shadow: 0 14px 34px -14px rgba(229, 93, 99, 0.6);
}

.tuteer-thankyou-page__icon svg {
  width: 2rem;
  height: 2rem;
  display: block;
}

.tuteer-thankyou-page__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.1rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  background: rgba(229, 93, 99, 0.1);
  color: #e55d63;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tuteer-thankyou-page__title {
  margin: 1rem 0 0;
  color: #e55d63;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  text-wrap: balance;
}

.tuteer-thankyou-page__description {
  max-width: 36rem;
  margin: 1rem auto 0;
  color: #6f5d8f;
  font-size: 1.0625rem;
  line-height: 1.75;
  text-align: center;
  text-wrap: balance;
}

.tuteer-thankyou-page__contact {
  margin-top: 1.75rem;
  padding: 1.1rem 1.2rem;
  border: 1px solid rgba(133, 112, 183, 0.14);
  border-radius: 1.25rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 245, 255, 0.95) 100%);
  text-align: left;
}

.tuteer-thankyou-page__contact-title {
  margin-bottom: 0.75rem;
  color: #4b2f6b;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tuteer-thankyou-page__contact-row {
  display: grid;
  gap: 0.2rem;
}

.tuteer-thankyou-page__contact-row + .tuteer-thankyou-page__contact-row {
  margin-top: 0.8rem;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(133, 112, 183, 0.12);
}

.tuteer-thankyou-page__contact-label {
  color: rgba(75, 47, 107, 0.7);
  font-size: 0.85rem;
  font-weight: 600;
}

.tuteer-thankyou-page__contact-value {
  color: #4b2f6b;
  font-size: 1rem;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.tuteer-thankyou-page__note {
  max-width: 31rem;
  margin: 1.25rem auto 0;
  color: #6f5d8f;
  font-size: 0.98rem;
  line-height: 1.7;
}

.tuteer-thankyou-page__note p:last-child {
  margin-bottom: 0;
}

.tuteer-thankyou-page__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem;
  margin-top: 2rem;
}

.tuteer-thankyou-page__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 13.5rem;
  min-height: 3.7rem;
  padding: 0.95rem 1.6rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.tuteer-thankyou-page__button:hover,
.tuteer-thankyou-page__button:focus {
  transform: translateY(-1px);
  text-decoration: none !important;
}

.tuteer-thankyou-page__button--primary {
  background: #e55d63;
  color: #fff !important;
  box-shadow: 0 16px 36px -16px rgba(229, 93, 99, 0.62);
}

.tuteer-thankyou-page__button--primary:hover,
.tuteer-thankyou-page__button--primary:focus {
  background: #df4d54;
  color: #fff !important;
  box-shadow: 0 22px 42px -18px rgba(229, 93, 99, 0.58);
}

.tuteer-thankyou-page__button--secondary {
  border-color: rgba(133, 112, 183, 0.2);
  background: #fff;
  color: #4b2f6b !important;
  box-shadow: 0 16px 34px -24px rgba(75, 47, 107, 0.28);
}

.tuteer-thankyou-page__button--secondary:hover,
.tuteer-thankyou-page__button--secondary:focus {
  border-color: rgba(133, 112, 183, 0.35);
  background: #faf7ff;
  color: #4b2f6b !important;
}

@media (max-width: 767px) {
  .tuteer-thankyou-page__wash {
    padding: 0;
  }

  .tuteer-thankyou-page__card {
    border-radius: 1.5rem;
    padding: 1.75rem 1.2rem;
  }

  .tuteer-thankyou-page__description {
    font-size: 1rem;
    line-height: 1.65;
  }

  .tuteer-thankyou-page__actions {
    flex-direction: column;
  }

  .tuteer-thankyou-page__button {
    width: 100%;
    min-width: 0;
  }
}

/* Algolia search */
.algolia-search-page__toolbar {
  margin-bottom: 1.5rem;
}

.algolia-search-box-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  padding: 1.25rem;
  border: 1px solid rgba(122, 97, 171, 0.14);
  border-radius: 1.5rem;
  background: #ffffff;
  box-shadow: 0 22px 48px -38px rgba(71, 43, 97, 0.22);
}

.algolia-search-page .ais-Hits-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.algolia-search-page .ais-Hits-item {
  margin: 0;
  padding: 0;
}

.algolia-search-page .algolia-search-card {
  height: 100%;
}

.algolia-search-page .ais-SearchBox-form {
  position: relative;
}

.algolia-search-page .ais-SearchBox-input {
  width: 100%;
  min-height: 3.5rem;
  padding: 0.95rem 1.15rem;
  border: 1px solid rgba(122, 97, 171, 0.18);
  border-radius: 1rem;
  background: #fff;
  color: #2f1f50;
  font-size: 1rem;
  box-shadow: none;
}

.algolia-search-page .ais-SearchBox-input:focus {
  border-color: rgba(122, 97, 171, 0.4);
  outline: none;
  box-shadow: 0 0 0 3px rgba(122, 97, 171, 0.12);
}

.algolia-search-page .ais-SearchBox-submit,
.algolia-search-page .ais-SearchBox-reset,
.algolia-search-page .ais-SearchBox-loadingIndicator {
  display: none !important;
}

.algolia-search-page__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  align-items: center;
  justify-content: space-between;
  color: #6d6491;
  font-size: 0.92rem;
}

.algolia-search-page__sidebar .widget-area {
  gap: 1rem;
}

.algolia-search-widget {
  padding: 1.25rem;
  border: 1px solid rgba(122, 97, 171, 0.14);
  border-radius: 1.5rem;
  background: #ffffff;
  box-shadow: 0 22px 48px -38px rgba(71, 43, 97, 0.22);
}

.algolia-search-widget .widget-title {
  margin: 0 0 1rem;
  color: #2f1f50;
  font-size: 1rem;
  font-weight: 700;
}

.algolia-search-page .ais-Menu-list,
.algolia-search-page .ais-RefinementList-list,
.algolia-search-page .ais-HierarchicalMenu-list,
.algolia-search-page .ais-Pagination-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.algolia-search-page .ais-Menu-item,
.algolia-search-page .ais-RefinementList-item,
.algolia-search-page .ais-HierarchicalMenu-item {
  margin: 0;
  padding: 0.35rem 0;
  color: #6d6491;
}

.algolia-search-page .ais-Menu-link,
.algolia-search-page .ais-RefinementList-label,
.algolia-search-page .ais-HierarchicalMenu-link {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  color: inherit;
  text-decoration: none;
  font-size: 0.95rem;
  line-height: 1.5;
}

.algolia-search-page .ais-RefinementList-checkbox {
  margin: 0;
}

.algolia-search-page .ais-RefinementList-count,
.algolia-search-page .ais-Menu-count,
.algolia-search-page .ais-HierarchicalMenu-count {
  margin-left: auto;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  background: rgba(122, 97, 171, 0.08);
  color: #7a61ab;
  font-size: 0.75rem;
}

.algolia-search-page .ais-Menu-item--selected,
.algolia-search-page .ais-RefinementList-item--selected,
.algolia-search-page .ais-HierarchicalMenu-item--selected,
.algolia-search-page .ais-HierarchicalMenu-item--selected > div > a {
  color: #2f1f50;
  font-weight: 700;
}

.algolia-search-page .ais-Pagination {
  margin-top: 2rem;
}

.algolia-search-page .ais-Pagination-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
}

.algolia-search-page .ais-Pagination-link {
  display: inline-flex;
  min-width: 2.6rem;
  height: 2.6rem;
  align-items: center;
  justify-content: center;
  padding: 0 0.9rem;
  border: 1px solid rgba(122, 97, 171, 0.18);
  border-radius: 999px;
  background: #ffffff;
  color: #7a61ab;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 14px 28px -24px rgba(71, 43, 97, 0.22);
}

.algolia-search-page .ais-Pagination-item--selected .ais-Pagination-link,
.algolia-search-page .ais-Pagination-link:hover,
.algolia-search-page .ais-Pagination-link:focus {
  border-color: #ea5d63;
  background: #ea5d63;
  color: #ffffff;
}

.algolia-search-page__empty {
  grid-column: 1 / -1;
  padding: 1.25rem;
  border: 1px dashed rgba(122, 97, 171, 0.22);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.9);
  color: #6d6491;
}

@media (max-width: 991px) {
  .algolia-search-page .ais-Hits-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .algolia-search-page__stats {
    align-items: flex-start;
    flex-direction: column;
  }
}
