.pr-cards{--pr-cols:4;--pr-max-w:1280px;--pr-margin-y:70px;--pr-gap:26px;--pr-radius:20px;--pr-border:#e6edf5;--pr-min-h:300px;--pr-pad:40px 28px 32px;--pr-justify:flex-start;--pr-icon-size:88px;--pr-icon-mb:26px;--pr-icon-font:34px;--pr-title-size:25px;--pr-title-mb:16px;--pr-title-minh:0px;--pr-text-size:16px;--pr-text-lh:1.7;--pr-text-maxw:none;--pr-lift:-4px;--pr-shadow:0 16px 38px rgba(13, 43, 74, .06);--pr-shadow-hover:0 20px 48px rgba(13, 43, 74, .10);--pr-navy:#08284a;--pr-body:#183a5a;--pr-accent:#0b63f6;max-width:var(--pr-max-w);margin:var(--pr-margin-y) auto;padding:0 20px;font-family:'Mulish',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;box-sizing:border-box}.pr-cards *,.pr-cards *::before,.pr-cards *::after{box-sizing:border-box}.pr-cards--cols-2{--pr-cols:2}.pr-cards--cols-3{--pr-cols:3}.pr-cards--cols-4{--pr-cols:4}.pr-cards--compact{--pr-max-w:1220px;--pr-margin-y:60px;--pr-gap:26px;--pr-radius:18px;--pr-min-h:270px;--pr-pad:38px 28px;--pr-icon-size:88px;--pr-icon-mb:26px;--pr-icon-font:34px;--pr-title-size:24px;--pr-title-mb:16px;--pr-title-minh:58px;--pr-text-size:16px;--pr-text-lh:1.7}.pr-cards--tall{--pr-max-w:1280px;--pr-margin-y:70px;--pr-gap:26px;--pr-radius:22px;--pr-border:#e8eef5;--pr-min-h:360px;--pr-pad:42px 28px 32px;--pr-icon-size:88px;--pr-icon-mb:28px;--pr-icon-font:38px;--pr-title-size:25px;--pr-title-mb:16px;--pr-text-size:15px;--pr-text-lh:1.75;--pr-lift:-5px;--pr-shadow-hover:0 22px 50px rgba(13, 43, 74, .10)}.pr-cards--arrow{--pr-max-w:1220px;--pr-margin-y:60px;--pr-gap:30px;--pr-radius:18px;--pr-min-h:360px;--pr-pad:54px 42px 38px;--pr-justify:center;--pr-icon-size:112px;--pr-icon-mb:30px;--pr-icon-font:42px;--pr-title-size:28px;--pr-title-mb:18px;--pr-text-size:16px;--pr-text-lh:1.8;--pr-text-maxw:320px}.pr-cards--flush{margin:0 auto}.pr-cards__grid{display:grid!important;grid-template-columns:repeat(var(--pr-cols),minmax(0,1fr))!important;gap:var(--pr-gap)!important}.pr-card{position:relative;min-height:var(--pr-min-h);padding:var(--pr-pad);background:#ffffff!important;border:1px solid var(--pr-border);border-radius:var(--pr-radius);box-shadow:var(--pr-shadow);text-align:center;color:var(--pr-navy)!important;text-decoration:none!important;transition:transform .25s ease,box-shadow .25s ease;display:flex!important;flex-direction:column;align-items:center;justify-content:var(--pr-justify)}a.pr-card:hover{transform:translateY(var(--pr-lift));box-shadow:var(--pr-shadow-hover);text-decoration:none!important}a.pr-card:hover .pr-card__title{color:var(--pr-accent)!important}a.pr-card:hover .pr-card__link{text-decoration:underline}.pr-card__icon{width:var(--pr-icon-size);height:var(--pr-icon-size);margin-bottom:var(--pr-icon-mb);border-radius:50%;display:flex!important;align-items:center;justify-content:center;flex-shrink:0;font-size:var(--pr-icon-font);line-height:1}.pr-card__icon i{font-size:var(--pr-icon-font)}.pr-i-blue{background:#eef5ff;color:#0b63f6}.pr-i-green{background:#edf9f1;color:#17a34a}.pr-i-purple{background:#f4efff;color:#7b4dff}.pr-i-orange{background:#fff4e8;color:#ff8a00}.pr-i-yellow{background:#fff9e8;color:#d89b00}.pr-i-darkblue{background:#eef3ff;color:#304ffe}.pr-i-cyan{background:#eafcff;color:#00a3c4}.pr-i-red{background:#fff1f1;color:#dc2626}.pr-i-grey{background:#f1f4f8;color:#5b7591}.pr-card__title{margin:0 0 var(--pr-title-mb);color:var(--pr-navy)!important;font-size:var(--pr-title-size);line-height:1.25;font-weight:800;width:100%}.pr-cards--compact .pr-card__title{min-height:var(--pr-title-minh);display:flex;align-items:center;justify-content:center}.pr-card__text{margin:0;max-width:var(--pr-text-maxw);color:var(--pr-body)!important;font-size:var(--pr-text-size);line-height:var(--pr-text-lh)}.pr-card__link{margin-top:auto;padding-top:28px;color:var(--pr-accent);font-size:14px;line-height:1.4;font-weight:800}.pr-cards--arrow a.pr-card::after{content:"→";position:absolute;right:34px;bottom:30px;color:var(--pr-accent);font-size:32px;line-height:1;transition:transform .25s ease}.pr-cards--arrow a.pr-card:hover::after{transform:translateX(5px)}@media (max-width:1100px){.pr-cards--compact .pr-cards__grid,.pr-cards--tall .pr-cards__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:640px){.pr-cards--compact .pr-cards__grid,.pr-cards--tall .pr-cards__grid{grid-template-columns:1fr!important}.pr-cards--compact .pr-card,.pr-cards--tall .pr-card{min-height:auto;padding:34px 24px 30px}.pr-cards--compact .pr-card__title,.pr-cards--tall .pr-card__title{font-size:22px}.pr-cards--compact .pr-card__title{min-height:auto}.pr-cards--tall .pr-card__title{font-size:23px}.pr-cards--compact .pr-card__text,.pr-cards--tall .pr-card__text{font-size:15px}}@media (max-width:980px){.pr-cards--arrow .pr-cards__grid{grid-template-columns:1fr!important}.pr-cards--arrow{--pr-min-h:auto;--pr-pad:44px 28px 38px;--pr-title-size:25px;--pr-text-size:15px}}