.hd-grid{display:grid;gap:16px;width:100%}.hd-grid--cols-1{grid-template-columns:repeat(1,1fr)}.hd-grid--cols-2{grid-template-columns:repeat(2,1fr)}.hd-grid--cols-3{grid-template-columns:repeat(3,1fr)}.hd-grid--cols-4{grid-template-columns:repeat(4,1fr)}.hd-grid--attached{gap:0}.hd-grid--attached .hd-card{border-radius:0!important;--hd-divider:rgba(255, 255, 255, 0.15)}.hd-grid--attached .hd-card+.hd-card{border-inline-start:1px solid var(--hd-divider)}.hd-grid--cols-2.hd-grid--attached .hd-card:nth-child(n+3),.hd-grid--cols-3.hd-grid--attached .hd-card:nth-child(n+4),.hd-grid--cols-4.hd-grid--attached .hd-card:nth-child(n+5){border-block-start:1px solid var(--hd-divider)}.hd-grid--cols-2.hd-grid--attached .hd-card:nth-child(2n+1),.hd-grid--cols-3.hd-grid--attached .hd-card:nth-child(3n+1),.hd-grid--cols-4.hd-grid--attached .hd-card:nth-child(4n+1){border-inline-start:none}.hd-card{position:relative;overflow:hidden;border-radius:16px;min-height:200px;display:flex;flex-direction:row;align-items:stretch;background:linear-gradient(135deg,#3a5a8c 0%,#1e3a5f 100%);transition:transform 0.25s ease,box-shadow 0.25s ease}.hd-card:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgb(0 0 0 / .2)}.hd-grid--attached .hd-card:hover{transform:none;box-shadow:inset 0 0 0 2px rgb(255 255 255 / .15);z-index:1}.hd-card__deco{flex-shrink:0;display:flex;align-items:flex-end;justify-content:center;overflow:hidden;width:var(--hd-deco-width,160px);pointer-events:none}.hd-card__deco img{display:block;width:100%;height:auto;max-width:100%;object-fit:contain;object-position:bottom center}.hd-card--deco-end{flex-direction:row}.hd-card--deco-end .hd-card__body{order:1}.hd-card--deco-end .hd-card__deco{order:2}.hd-card--deco-start{flex-direction:row}.hd-card--deco-start .hd-card__deco{order:1}.hd-card--deco-start .hd-card__body{order:2}@media (max-width:767px){.hd-card__deco--desktop{display:none}}@media (min-width:768px){.hd-card__deco--mobile{display:none}}.hd-card__body{flex:1;min-width:0;position:relative;z-index:2;padding:24px;display:flex;flex-direction:column;justify-content:space-between;gap:20px}.hd-card__header{display:flex;align-items:flex-start;gap:10px}.hd-card__flag{flex-shrink:0;line-height:0}.hd-card__flag img{width:25px;height:25px;object-fit:cover;border-radius:4px;display:block}.hd-card__titles{display:flex;flex-direction:column;gap:2px}.hd-card__title-fa,.hd-card__title-en{margin:0;padding:0;line-height:1.3}.hd-card__title-fa{font-size:1.1rem;font-weight:700;color:#fff}.hd-card__title-en{font-size:.85rem;font-weight:400;color:rgb(255 255 255 / .7);letter-spacing:.02em}.hd-card__actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.hd-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;text-decoration:none;padding:8px 16px;border-radius:8px;font-size:.82rem;font-weight:500;color:#fff;background-color:rgb(255 255 255 / .18);border:1px solid rgb(255 255 255 / .25);backdrop-filter:blur(6px);transition:background-color 0.2s ease,border-color 0.2s ease,transform 0.15s ease;white-space:nowrap}.hd-btn:hover{background-color:rgb(255 255 255 / .32);border-color:rgb(255 255 255 / .5);color:#fff;text-decoration:none;transform:translateY(-1px)}.hd-btn--arrow{gap:6px}.hd-btn--arrow:not(:has(.hd-btn__text)){padding:8px 10px}.hd-btn--arrow svg{flex-shrink:0;width:14px;height:14px;fill:currentColor;display:block}@media (max-width:1023px){.hd-grid--cols-4{grid-template-columns:repeat(2,1fr)}.hd-grid--cols-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.hd-grid--cols-2,.hd-grid--cols-3,.hd-grid--cols-4{grid-template-columns:1fr}.hd-grid--attached .hd-card+.hd-card{border-inline-start:none;border-block-start:1px solid var(--hd-divider)}.hd-card{flex-direction:column!important}.hd-card__deco{order:10!important;width:100%!important;max-height:120px;justify-content:flex-end}.hd-card__deco img{max-height:120px;width:auto;margin:0 auto}.hd-card__body{padding:18px}.hd-card__title-fa{font-size:1rem}.hd-btn{font-size:.78rem;padding:7px 12px}}