/* ===== TIKSHORET — press / "מה כתבו עלינו" (dark) ===== */
.tik { --h: 610; background: var(--green-900); }
.tik__title {
  position: absolute; top: 121px; left: 50%; transform: translate(-50%, -50%);
  text-align: center; font-size: 38px; line-height: 48px; font-weight: 400; color: #fff; white-space: nowrap;
}
.pcard {
  position: absolute; top: 158px; width: 241px; height: 343px;
  border: 1px solid rgba(229,195,139,.45); border-radius: 2px;
}
.pcard__logo {
  position: absolute; top: 34px; left: 50%; transform: translateX(-50%);
  width: 178px; height: 64px; object-fit: contain;
}
.pcard__text {
  position: absolute; top: 122px; left: 20px; right: 20px;
  font-size: 21px; font-weight: 600; line-height: 25.3px; text-align: center; color: #fff;
}
.pcard__link { position: absolute; bottom: 26px; left: 18px; right: 18px; height: 50px; }
.pcard__ic {
  position: absolute; left: 0; top: 0; width: 50px; height: 50px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.4); display: flex; align-items: center; justify-content: center;
}
.pcard__ic img { width: 22px; height: 22px; }
.pcard__txt { position: absolute; right: 8px; top: 50%; transform: translateY(-50%); font-weight: 700; font-size: 20px; color: #fff; }

@media (max-width: 1024px) {
  .tik { --h: auto; height: auto; }
  .tik .stage {
    position: static; width: 100%; height: auto; transform: none; padding: 40px 16px;
    display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-items: start;
  }
  .tik__title { position: relative; top: 0; left: 0; transform: none; font-size: 26px; grid-column: 1 / -1; margin-bottom: 8px; }
  .pcard {
    position: relative !important; top: 0 !important; left: 0 !important; width: auto; height: auto; margin: 0; padding: 22px 14px 74px;
  }
  .pcard__logo { position: relative; top: 0; left: 0; transform: none; margin: 0 auto 14px; display: block; width: 130px; height: 46px; }
  .pcard__text { position: relative; top: 0; left: 0; right: 0; font-size: 15px; line-height: 1.4; }
  .pcard__link { left: 14px; right: 14px; bottom: 18px; }
  .pcard__ic { width: 40px; height: 40px; }
  .pcard__txt { font-size: 15px; }
}
