/* ============ TELANGOR (تلنگر) ============ */
.tlg-cats{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:40px}
.tlg-cat{display:inline-flex;align-items:center;gap:9px;font-family:var(--font-fa);font-size:14.5px;font-weight:600;padding:11px 20px;border-radius:999px;border:1px solid var(--line-2);background:#fff;color:var(--muted);cursor:pointer;transition:all .22s}
.tlg-cat .dotc{width:9px;height:9px;border-radius:50%;background:var(--cc);flex:0 0 9px;transition:transform .22s}
.tlg-cat:hover{border-color:var(--cc);color:var(--petrol-900);transform:translateY(-2px)}
.tlg-cat[aria-selected="true"]{background:var(--cc-wash);border-color:var(--cc);color:var(--cc-ink);font-weight:700}
.tlg-cat[aria-selected="true"] .dotc{transform:scale(1.3)}
/* per-category theming via CSS vars */
.tlg-cat.c-sec{--cc:#E4572E;--cc-ink:#B23A18;--cc-wash:#FDEEEA}
.tlg-cat.c-fin{--cc:#024E75;--cc-ink:#023A58;--cc-wash:#E9F2F8}
.tlg-cat.c-ai{--cc:#7C5CDB;--cc-ink:#5B3FB0;--cc-wash:#F0ECFB}

@keyframes fu{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
.tlg-panel{display:none;animation:fu .4s ease}
.tlg-panel[data-on="1"]{display:grid}
.tlg-panel{grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:20px}

/* category color context on the panel */
.tlg-panel.c-sec{--cc:#E4572E;--cc-ink:#B23A18;--cc-wash:#FDEEEA}
.tlg-panel.c-fin{--cc:#024E75;--cc-ink:#023A58;--cc-wash:#E9F2F8}
.tlg-panel.c-ai{--cc:#7C5CDB;--cc-ink:#5B3FB0;--cc-wash:#F0ECFB}

.tcard{position:relative;background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;display:flex;transition:transform .24s,box-shadow .24s,border-color .24s}
.tcard::before{content:"";position:absolute;inset-inline-start:0;top:0;bottom:0;width:5px;background:var(--cc);z-index:2}
.tcard:hover{transform:translateY(-5px);box-shadow:var(--sh);border-color:#D8E1E8}
/* featured = big card spanning the left column (both rows) */
.tcard.feat{grid-row:1/3;grid-column:1;flex-direction:column}
.tcard.feat .pic{aspect-ratio:16/10;width:100%}
.tcard.feat .tbody{padding:26px}
.tcard.feat h3{font-size:21px;line-height:1.5}
.tcard.feat .insight{font-size:14.5px}
/* the two small cards stack in the right column */
.tcard.sm{grid-column:2;flex-direction:row-reverse}
.tcard.sm:nth-of-type(2){grid-row:1}
.tcard.sm:nth-of-type(3){grid-row:2}
.tcard.sm .pic{flex:0 0 40%;aspect-ratio:auto}
.tcard.sm .tbody{padding:20px;flex:1}
.tcard.sm h3{font-size:16px;line-height:1.55}
.tcard.sm .insight{display:none}
.tcard.sm .act{padding:9px 12px;font-size:12.5px}

.tcard .pic{position:relative;background:
  repeating-linear-gradient(45deg,var(--cc-wash) 0 14px,#fff 14px 28px);overflow:hidden}
.tcard .pic .pic-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1}
.tcard .pic .ph{position:absolute;inset:0;display:grid;place-items:center;color:var(--cc-ink);opacity:.5}
.tcard .pic .ph svg{width:40px;height:40px;stroke:currentColor;fill:none;stroke-width:1.3}
.tcard .cat-badge{position:absolute;top:12px;inset-inline-end:12px;z-index:3;display:inline-flex;align-items:center;gap:6px;background:var(--cc);color:#fff;font-size:11.5px;font-weight:600;padding:5px 12px;border-radius:999px}

.tbody{display:flex;flex-direction:column}
.ttags{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:11px}
.ttag{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:600;padding:4px 9px;border-radius:6px;background:var(--wash-2);color:var(--muted)}
.ttag svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:2}
.ttag.type{background:var(--cc-wash);color:var(--cc-ink)}
.tcard h3{color:var(--petrol-900);margin-bottom:9px;font-weight:700}
.insight{font-size:13.5px;color:var(--muted);line-height:1.8;margin-bottom:14px}
.act{background:var(--cc-wash);border:1px solid transparent;border-radius:12px;padding:12px 15px;margin-bottom:14px}
.act .lbl{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:700;color:var(--cc-ink);margin-bottom:4px}
.act .lbl svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2.2}
.act p{font-size:13px;color:var(--text);line-height:1.7}
.tmeta{margin-top:auto;padding-top:12px;border-top:1px solid var(--line);display:flex;align-items:center;gap:10px;font-size:12px;color:var(--muted-2);flex-wrap:wrap}
.tmeta .src{display:inline-flex;align-items:center;gap:5px;margin-inline-start:auto;color:var(--cc-ink);font-weight:600}
.tmeta .src svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2}
.tmeta .dot{width:3px;height:3px;border-radius:50%;background:var(--muted-2)}

.tlg-foot{text-align:center;margin-top:44px}
.tlg-eyebrow{font-family:var(--font-en);direction:ltr;letter-spacing:.26em;font-size:11px;font-weight:600;color:var(--muted-2);text-transform:uppercase}


/* --- subscribe bar --- */
.tlg-join{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;
  background:linear-gradient(120deg,#023A58,#012A3F);border-radius:var(--r-lg);padding:26px 30px;margin-bottom:44px;overflow:hidden}
.tlg-join .tj-glow{position:absolute;inset:auto -80px -120px auto;width:300px;height:300px;border-radius:50%;
  background:radial-gradient(rgba(102,194,230,.25),transparent 70%);pointer-events:none}
.tj-ic{position:relative;width:58px;height:58px;border-radius:18px;flex:0 0 58px;display:grid;place-items:center;
  background:linear-gradient(150deg,#1596C4,#0A6E9B);box-shadow:0 12px 28px -14px rgba(21,150,196,.9)}
.tj-ic svg{width:28px;height:28px;stroke:#fff}
.tj-tx{position:relative}
.tj-tx h3{color:#fff;font-size:19px;margin-bottom:5px}
.tj-tx p{color:#B8D4E4;font-size:14px;line-height:1.7}
.tj-act{position:relative;display:flex;flex-direction:column;gap:12px;align-items:flex-end}
.tj-go{white-space:nowrap;transition:opacity .2s,filter .2s}
.tj-go.is-off{opacity:.42;filter:grayscale(.4);pointer-events:none}
.tj-hint{font-size:12.5px;color:#A9C6D6;line-height:1.7;text-align:end;margin-top:-4px}

/* --- subscribe modal --- */
@keyframes tjmFade{from{opacity:0}to{opacity:1}}
@keyframes tjmPop{from{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:none}}
@media (prefers-reduced-motion:reduce){}



/* subscribe-bar multi-select chips */
.tj-prefs{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.tj-pref{position:relative;display:inline-flex;align-items:center;gap:7px;font-family:var(--font-fa);font-size:13px;font-weight:600;
  padding:8px 15px;border-radius:999px;cursor:pointer;color:#CFE0EA;
  background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.16);transition:all .2s}
.tj-pref .dotc{width:8px;height:8px;border-radius:50%;background:var(--cc,#66C2E6);flex:0 0 8px}
.tj-pref .ck{width:0;height:14px;overflow:hidden;display:inline-flex;align-items:center;transition:width .2s;opacity:0}
.tj-pref .ck svg{width:14px;height:14px;stroke:var(--petrol-900)}
.tj-pref.c-sec{--cc:#E4572E}.tj-pref.c-fin{--cc:#66C2E6}.tj-pref.c-ai{--cc:#B49BF0}.tj-pref.c-all{--cc:#9FE0C4}
.tj-pref:hover{border-color:rgba(255,255,255,.42);color:#fff}
.tj-pref.is-on{background:#fff;color:var(--petrol-900);border-color:#fff;font-weight:700}
.tj-pref.is-on .ck{width:14px;opacity:1}
.tj-pref.is-on .dotc{background:var(--cc)}
.tj-go{white-space:nowrap}

/* --- slim card meta (read-more) --- */
.tcard{cursor:pointer}
.tmeta .rd{display:inline-flex;align-items:center;gap:5px;margin-inline-start:auto;color:var(--cc-ink);font-weight:700}
.tmeta .rd svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2.3;transition:transform .2s}
.tcard:hover .tmeta .rd svg{transform:translateX(-4px)}
.pic-label{position:absolute;inset-inline-start:12px;bottom:12px;z-index:3;font-size:11px;color:var(--cc-ink);
  background:rgba(255,255,255,.75);border-radius:6px;padding:3px 8px;font-weight:600}
.tcard.feat h3{font-size:20px}
.tcard.sm h3{font-size:15.5px}
.tcard .tbody{justify-content:space-between}

@media (max-width:1080px){
  .tlg-panel{grid-template-columns:1fr}
  .tcard.feat{grid-row:auto;grid-column:auto}
  .tcard.sm{grid-column:auto}
  .tcard.sm:nth-of-type(2),.tcard.sm:nth-of-type(3){grid-row:auto}
}
@media (max-width:900px){
  .tlg-join{grid-template-columns:auto 1fr;gap:18px;padding:22px}
  .tj-act{grid-column:1/3;flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:wrap}
  }
@media (max-width:620px){
  .tlg-join{grid-template-columns:1fr;text-align:center}
  .tj-ic{margin:0 auto}
    .tj-go{align-self:stretch;justify-content:center}
}
@media (max-width:720px){
  .tcard.sm{flex-direction:column}
  .tcard.sm .pic{flex:none;width:100%;aspect-ratio:16/9}
  .tcard.sm .insight{display:block}
}
