.home .wp-site-blocks {
  background: #ececec;
}

.home main.wp-block-group {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.paklau-site-header .paklau-site-header__inner {
  max-width: 940px;
}

.paklau-site-header .wp-block-site-title {
  margin: 0 0 0.45rem;
  font-size: clamp(1.6rem, 2.8vw, 2.15rem);
  font-weight: 400;
  letter-spacing: 0.01em;
  text-align: center;
}

.paklau-site-header .wp-block-navigation {
  justify-content: center;
}

.paklau-site-header .wp-block-navigation a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.paklau-site-footer .paklau-site-footer__inner {
  max-width: 940px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  column-gap: 18px;
}

.paklau-site-footer p,
.paklau-site-footer .wp-block-navigation a {
  color: #8a8a8a;
  font-size: 13px;
  line-height: 1.4;
}

.paklau-site-footer p {
  margin: 0;
}

.paklau-site-footer .wp-block-navigation {
  justify-content: flex-end;
}

.paklau-home-shell {
  max-width: 940px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 16px 18px 24px;
}

.paklau-hero {
  margin: 0 0 20px;
  width: 100%;
}

.paklau-hero__slides {
  position: relative;
  min-height: clamp(300px, 39vw, 372px);
  overflow: hidden;
  border: 1px solid #e2e2e2;
  background: #f1f1f1;
}

.paklau-hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 500ms ease;
  display: grid;
  grid-template-columns: minmax(0, 63%) minmax(0, 37%);
  background: #f3f3f3;
}

.paklau-hero__slide.is-active {
  opacity: 1;
}

.paklau-hero__media {
  position: relative;
  overflow: hidden;
}

.paklau-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.paklau-hero__slide--clients .paklau-hero__media img {
  object-position: 50% 44%;
}

.paklau-hero__slide--training .paklau-hero__media img {
  object-position: 54% 45%;
}

.paklau-hero__slide--partnership .paklau-hero__media img {
  object-position: 50% 50%;
}

.paklau-hero__content {
  position: relative;
  color: #9c9c9c;
  background: linear-gradient(180deg, #f7f7f7 0%, #ededed 100%);
  padding: clamp(1.3rem, 2.1vw, 1.9rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.paklau-hero__content h2 {
  margin: 0 0 0.9rem;
  color: #7f7f7f;
  font-size: clamp(2.1rem, 3.2vw, 3.05rem);
  font-weight: 400;
  line-height: 1.12;
}

.paklau-hero__content p {
  margin: 0 0 1.4rem;
  color: #989898;
  font-size: 1.02rem;
  line-height: 1.55;
}

.paklau-hero__cta {
  display: inline-block;
  width: fit-content;
  background: linear-gradient(180deg, #4d4d4d 0%, #242424 100%);
  color: #fff;
  text-decoration: none;
  border: 1px solid #1d1d1d;
  border-radius: 2px;
  padding: 0.72rem 1.5rem;
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.paklau-hero__cta:hover {
  background: linear-gradient(180deg, #3f3f3f 0%, #1f1f1f 100%);
  color: #fff;
}

.paklau-hero__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: #1f2937;
  cursor: pointer;
  display: none;
}

.paklau-hero__nav--prev {
  left: 10px;
}

.paklau-hero__nav--next {
  right: 10px;
}

.paklau-hero__dots {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 10px;
  display: flex;
  justify-content: center;
  gap: 5px;
}

.paklau-hero__dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  background: #d2d2d2;
  cursor: pointer;
}

.paklau-hero__dot.is-active {
  background: #a3a3a3;
}

.paklau-home-intro {
  margin-top: 20px;
  padding-top: 14px;
  border-top: 1px solid #ececec;
}

.paklau-home-intro p {
  margin: 0;
  color: #444;
  font-size: 15px;
  line-height: 1.58;
}

.paklau-accent {
  color: #ef8c21;
  font-weight: 600;
}

.paklau-home-widgets {
  margin-top: 28px;
  padding: 20px 18px;
  border: 1px solid #e2e2e2;
  background: linear-gradient(180deg, #fafafa 0%, #f1f1f1 100%);
  display: grid;
  grid-template-columns: minmax(160px, 1fr) minmax(260px, 1.45fr) minmax(190px, 1fr);
  gap: 24px;
  align-items: center;
}

.paklau-home-widgets__menu a {
  display: block;
  color: #46a9c9;
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 1.35;
}

.paklau-home-widgets__menu a:hover {
  color: #33839e;
}

.paklau-home-widgets__logo {
  display: flex;
  justify-content: center;
}

.paklau-home-widgets__logo img {
  display: block;
  width: 100%;
  max-width: 360px;
  height: auto;
  margin: 0 auto;
}

.paklau-home-widgets__poster img {
  display: block;
  width: 100%;
  max-width: 235px;
  height: auto;
  margin-left: auto;
}

@media (max-width: 900px) {
  .paklau-site-footer .paklau-site-footer__inner {
    grid-template-columns: 1fr;
    justify-items: center;
    row-gap: 8px;
  }

  .paklau-site-footer .wp-block-navigation {
    justify-content: center;
  }

  .paklau-home-shell {
    padding: 14px 14px 20px;
  }

  .paklau-home-widgets {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 16px;
  }

  .paklau-home-widgets__menu {
    text-align: center;
  }

  .paklau-home-widgets__logo img,
  .paklau-home-widgets__poster img {
    margin: 0;
  }
}

@media (max-width: 780px) {
  .paklau-hero__slides {
    min-height: 420px;
  }

  .paklau-hero__slide {
    display: block;
  }

  .paklau-hero__media {
    position: absolute;
    inset: 0;
  }

  .paklau-hero__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    min-width: 0;
    max-width: none;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6));
    color: #fff;
    justify-content: flex-end;
  }

  .paklau-hero__content h2,
  .paklau-hero__content p {
    color: #fff;
  }

  .paklau-hero__nav {
    display: none;
  }
}
