:root{
 --rh-bg:#f5f7fb;--rh-paper:#fff;--rh-ink:#081427;--rh-muted:#64748b;--rh-navy:#031020;--rh-navy2:#071a31;
 --rh-purple:#7c3aed;--rh-blue:#2563eb;--rh-cyan:#06b6d4;--rh-green:#34d399;--rh-lime:#a3e635;
 --rh-grad:linear-gradient(100deg,var(--rh-purple),var(--rh-blue) 34%,var(--rh-cyan) 65%,var(--rh-lime));
 --rh-line:rgba(15,23,42,.1);--rh-dark-line:rgba(255,255,255,.12);--rh-radius:28px;--rh-shadow:0 24px 70px rgba(6,20,38,.12);
 --rh-font-fa:"IRANSansXFaNum","IRANSansX","Vazirmatn",Tahoma,sans-serif;--rh-font-en:Inter,Manrope,Arial,sans-serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--rh-bg);color:var(--rh-ink);font-family:var(--rh-font-en);line-height:1.8;overflow-x:hidden}body.rh-lang-fa{font-family:var(--rh-font-fa)}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}svg{width:1.25em;height:1.25em;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}button,input,textarea,select{font:inherit}.rh-shell{width:min(1240px,calc(100% - 48px));margin-inline:auto}.rh-section{padding:92px 0}.rh-dark-section{background:var(--rh-navy);color:#fff}.rh-center{text-align:center;margin-top:38px}.rh-skip-link{position:fixed;inset-block-start:8px;inset-inline-start:8px;transform:translateY(-150%);z-index:9999;background:#fff;color:#000;padding:8px 14px;border-radius:8px}.rh-skip-link:focus{transform:none}
.rh-header{position:sticky;top:0;z-index:100;background:rgba(3,16,32,.92);color:#fff;border-bottom:1px solid rgba(255,255,255,.07);backdrop-filter:blur(16px)}.rh-header__inner{min-height:82px;display:flex;align-items:center;gap:28px}.rh-brand{display:flex;align-items:center;gap:12px;min-width:max-content}.rh-brand img{width:54px;height:54px;object-fit:contain}.rh-brand span{display:flex;flex-direction:column;line-height:1.35}.rh-brand strong{font-size:19px}.rh-brand small{font-size:11px;color:#94a3b8}.rh-nav{margin-inline:auto}.rh-nav__list{list-style:none;display:flex;align-items:center;gap:24px;margin:0;padding:0}.rh-nav__list a{font-size:14px;color:#dbe6f3;transition:.2s}.rh-nav__list a:hover,.rh-nav__list .current-menu-item>a{color:var(--rh-green)}.rh-header__actions{display:flex;align-items:center;gap:10px}.rh-lang-switcher{display:flex;align-items:center;padding:4px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.05)}.rh-lang-switcher a,.rh-lang-switcher span{display:flex;min-width:34px;height:30px;align-items:center;justify-content:center;border-radius:999px;font-size:12px;color:#dbe6f3}.rh-lang-switcher .is-active{background:#fff;color:#071426}.rh-lang-fallback{font-weight:700;font-size:12px}.rh-menu-toggle{display:none;border:0;background:transparent;padding:6px}.rh-menu-toggle span{display:block;width:22px;height:2px;background:#fff;margin:4px}
.rh-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:50px;padding:0 23px;border-radius:14px;border:1px solid transparent;background:var(--rh-grad);color:#fff;font-weight:800;box-shadow:0 10px 30px rgba(37,99,235,.2);transition:.2s}.rh-btn:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(37,99,235,.25)}.rh-btn--ghost{background:transparent;border-color:rgba(255,255,255,.28);box-shadow:none}.rh-btn--outline{background:#fff;color:var(--rh-ink);border-color:var(--rh-line);box-shadow:none}.rh-btn--compact{min-height:42px;padding-inline:16px;font-size:12px}.rh-btn--small{min-height:42px;padding-inline:16px;font-size:13px}.rh-actions{display:flex;gap:12px;flex-wrap:wrap}.rh-text-link{display:inline-flex;align-items:center;gap:7px;font-weight:800;color:#0ea5a8}.rh-text-link svg{width:16px;height:16px}.rh-kicker{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:800;letter-spacing:.11em;color:#59f3c1;text-transform:uppercase}.rh-kicker:before{content:"";width:22px;height:1px;background:currentColor}.rh-kicker--light{color:#0e9f8d}.rh-section-head{text-align:center;max-width:820px;margin:0 auto 44px}.rh-section-head>span{font-size:13px;color:#0f9f93;font-weight:800}.rh-section-head h2{font-size:clamp(28px,3.2vw,44px);line-height:1.25;margin:7px 0 11px}.rh-section-head p{margin:0;color:var(--rh-muted)}.rh-section-head--light h2,.rh-section-head--light p{color:#fff}.rh-section-head--light p{color:#a8b5c7}.rh-section-head--row{max-width:none;display:flex;align-items:end;justify-content:space-between;text-align:initial}.rh-section-head--row>div{max-width:760px}
.rh-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.rh-card{background:#fff;border:1px solid var(--rh-line);border-radius:22px;overflow:hidden;box-shadow:0 10px 30px rgba(15,23,42,.05);transition:.25s}.rh-card:hover{transform:translateY(-5px);box-shadow:var(--rh-shadow)}.rh-card__media{position:relative;display:block;aspect-ratio:16/10;overflow:hidden;background:#dbe3ec}.rh-card__media img{width:100%;height:100%;object-fit:cover;transition:.4s}.rh-card:hover .rh-card__media img{transform:scale(1.045)}.rh-card__placeholder{display:block;width:100%;height:100%;background:linear-gradient(135deg,#0d1e35,#263f62)}.rh-card__body{padding:21px}.rh-card__body h2{font-size:19px;line-height:1.45;margin:5px 0 10px}.rh-card__body p{font-size:13px;color:var(--rh-muted);margin:0 0 14px}.rh-card__meta{display:flex;gap:12px;color:#7b8a9d;font-size:11px}.rh-pagination{margin-top:42px}.rh-pagination .nav-links{display:flex;justify-content:center;gap:8px}.rh-pagination a,.rh-pagination span{min-width:38px;height:38px;border:1px solid var(--rh-line);background:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center}.rh-pagination .current{background:var(--rh-navy);color:#fff}
.rh-footer{position:relative;overflow:hidden;background:#031020;color:#fff;padding:78px 0 22px}.rh-footer__glow{position:absolute;width:520px;height:520px;border-radius:50%;filter:blur(110px);background:rgba(37,99,235,.16);inset-inline-end:-180px;inset-block-start:100px}.rh-footer__cta{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;gap:40px;padding:35px 40px;border:1px solid rgba(255,255,255,.12);border-radius:28px;background:linear-gradient(120deg,rgba(124,58,237,.15),rgba(6,182,212,.08));margin-bottom:58px}.rh-footer__cta>div:first-child{max-width:720px}.rh-footer__cta span{font-size:12px;color:#5ee9c5;font-weight:800}.rh-footer__cta h2{font-size:30px;line-height:1.35;margin:5px 0}.rh-footer__cta p{margin:0;color:#a8b5c7}.rh-footer__cta-actions{display:flex;gap:10px;flex-wrap:wrap}.rh-footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:44px}.rh-footer h3{font-size:15px;margin:0 0 16px}.rh-footer p,.rh-footer li,.rh-footer a{color:#a8b5c7;font-size:13px}.rh-footer ul{list-style:none;padding:0;margin:0}.rh-footer li{margin:7px 0}.rh-brand--footer img{width:62px;height:62px}.rh-footer__about p{max-width:330px}.rh-footer__bottom{border-top:1px solid rgba(255,255,255,.09);margin-top:48px;padding-top:20px;display:flex;justify-content:space-between;color:#77869a;font-size:11px}
