/* ===== TIKSHORET — press / "מה כתבו עלינו" (dark) ===== */
.tik { --h: 610; background: var(--green-900); }
.tik__track { display: contents; }   /* desktop: cards stay absolutely positioned */
.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 0;
    display: flex; flex-direction: column;
  }
  .tik__title { position: relative; top: 0; left: 0; transform: none; font-size: 26px; margin-bottom: 4px; padding: 0 16px; }
  /* mobile: 2-column grid (2 / 2 / 1) */
  .tik__track {
    display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
    margin-top: 18px; padding: 0 16px; align-items: stretch;
  }
  .pcard {
    position: relative !important; top: 0 !important; left: 0 !important;
    flex: none; width: auto; height: auto; min-height: 230px;
    margin: 0; padding: 20px 12px 66px;
  }
  .pcard__logo { position: relative; top: 0; left: 0; transform: none; margin: 0 auto 12px; display: block; width: 104px; height: 38px; }
  .pcard__text { position: relative; top: 0; left: 0; right: 0; font-size: 14px; line-height: 1.35; }
  .pcard__link { left: 12px; right: 12px; bottom: 14px; height: 40px; }
  .pcard__ic { width: 36px; height: 36px; }
  .pcard__ic img { width: 18px; height: 18px; }
  .pcard__txt { font-size: 13px; right: 6px; }
}
