:root{--rh-blue:#129cb8;--rh-blue-dark:#0d7185;--rh-ink:#17212b;--rh-muted:#64707c;--rh-border:#e3e8ec;--rh-soft:#f5f8fa;--rh-white:#ffffff;--rh-radius:16px;--rh-shadow:0 10px 30px rgba(23, 33, 43, 0.08)}.rh-news-page,.rh-article-page{background:var(--rh-white)}.rh-news-container{width:min(1180px, calc(100% - 40px));margin:0 auto}.rh-news-hero{padding:clamp(42px, 6vw, 76px) 0;background:linear-gradient(135deg,#eff9fb 0%,#ffffff 62%,#f5f8fa 100%);border-bottom:1px solid var(--rh-border)}.rh-news-hero--compact{padding-block:clamp(34px, 5vw, 58px)}.rh-news-eyebrow{margin:0 0 8px;color:var(--rh-blue-dark);font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:.82rem}.rh-news-hero h1{margin:0;color:var(--rh-ink);font-size:clamp(2rem, 5vw, 3.4rem);line-height:1.08;letter-spacing:-.035em}.rh-news-intro{max-width:720px;margin:16px 0 0;color:var(--rh-muted);font-size:clamp(1rem, 2vw, 1.15rem);line-height:1.7}.rh-news-content{padding:clamp(40px, 6vw, 76px) 0}.rh-news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;align-items:stretch}.rh-news-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;margin:0;background:var(--rh-white);border:1px solid var(--rh-border);border-radius:var(--rh-radius);box-shadow:var(--rh-shadow);transition:transform .2s ease,box-shadow .2s ease}.rh-news-card:hover{transform:translateY(-4px);box-shadow:0 16px 38px rgb(23 33 43 / .12)}.rh-news-card__image{display:block;aspect-ratio:16 / 9;overflow:hidden;background:var(--rh-soft)}.rh-news-card__image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s ease}.rh-news-card:hover .rh-news-card__image img{transform:scale(1.025)}.rh-news-card__placeholder{display:grid;width:100%;height:100%;place-items:center;background:linear-gradient(135deg,var(--rh-blue),var(--rh-blue-dark));color:var(--rh-white);font-weight:800;font-size:1.2rem;letter-spacing:.02em}.rh-news-card__body{display:flex;flex:1;flex-direction:column;padding:24px}.rh-news-card__meta,.rh-article__meta{display:flex;flex-wrap:wrap;gap:7px;align-items:center;color:var(--rh-muted);font-size:.83rem;line-height:1.4}.rh-news-card__meta a,.rh-article__meta a{color:var(--rh-blue-dark);text-decoration:none;font-weight:650}.rh-news-card__title{margin:12px 0 10px;font-size:clamp(1.2rem, 2vw, 1.48rem);line-height:1.28;letter-spacing:-.015em}.rh-news-card__title a{color:var(--rh-ink);text-decoration:none}.rh-news-card__title a:hover{color:var(--rh-blue-dark)}.rh-news-card__excerpt{margin:0 0 20px;color:var(--rh-muted);line-height:1.65}.rh-news-card__button{align-self:flex-start;margin-top:auto;color:var(--rh-blue-dark);font-weight:750;text-decoration:none}.rh-news-card__button:hover{color:var(--rh-blue)}.rh-news-pagination{margin-top:46px}.rh-news-pagination .nav-links{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.rh-news-pagination .page-numbers{display:inline-flex;min-width:42px;min-height:42px;align-items:center;justify-content:center;padding:8px 13px;border:1px solid var(--rh-border);border-radius:10px;color:var(--rh-ink);background:var(--rh-white);text-decoration:none}.rh-news-pagination .page-numbers.current,.rh-news-pagination a.page-numbers:hover{border-color:var(--rh-blue);background:var(--rh-blue);color:var(--rh-white)}.rh-news-empty{padding:40px;text-align:center;background:var(--rh-soft);border-radius:var(--rh-radius)}.rh-article__header{padding:clamp(42px, 6vw, 76px) 0 32px;background:linear-gradient(180deg,#f2fafb 0%,#ffffff 100%)}.rh-article__narrow{width:min(820px, calc(100% - 40px));margin-inline:auto}.rh-article__back{display:inline-block;margin-bottom:22px;color:var(--rh-blue-dark);font-weight:700;text-decoration:none}.rh-article__header h1{margin:14px 0 0;color:var(--rh-ink);font-size:clamp(2rem, 5vw, 3.6rem);line-height:1.08;letter-spacing:-.04em}.rh-article__lead{margin:20px 0 0;color:var(--rh-muted);font-size:clamp(1.08rem, 2vw, 1.28rem);line-height:1.65}.rh-article__featured{margin-top:26px}.rh-article__featured img{display:block;width:100%;max-height:660px;object-fit:cover;border-radius:var(--rh-radius);box-shadow:var(--rh-shadow)}.rh-article__content{padding-top:clamp(34px, 5vw, 58px);color:#26313b;font-size:1.04rem;line-height:1.8}.rh-article__content>*:first-child{margin-top:0}.rh-article__content h2,.rh-article__content h3,.rh-article__content h4{color:var(--rh-ink);line-height:1.25;letter-spacing:-.02em}.rh-article__content h2{margin-top:2em;font-size:clamp(1.55rem, 3vw, 2.05rem)}.rh-article__content a{color:var(--rh-blue-dark);text-decoration-thickness:1px;text-underline-offset:3px}.rh-article__content img{border-radius:12px}.rh-article__content blockquote{margin:30px 0;padding:18px 22px;border-left:4px solid var(--rh-blue);background:var(--rh-soft);color:var(--rh-ink)}.rh-article__footer{display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px;align-items:center;margin-top:36px;margin-bottom:clamp(48px, 7vw, 84px);padding-top:28px;border-top:1px solid var(--rh-border)}.rh-article__tags{color:var(--rh-muted)}.rh-article__cta{display:inline-flex;min-height:44px;align-items:center;padding:10px 18px;border-radius:10px;background:var(--rh-blue);color:var(--rh-white);font-weight:750;text-decoration:none}.rh-article__cta:hover{background:var(--rh-blue-dark);color:var(--rh-white)}@media (max-width:980px){.rh-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.rh-news-container,.rh-article__narrow{width:min(100% - 28px, 1180px)}.rh-news-grid{grid-template-columns:1fr;gap:20px}.rh-news-card__body{padding:20px}.rh-article__footer{align-items:flex-start;flex-direction:column}}.rolandhelpt-news-single .rh-article-page,.rolandhelpt-news-single .rh-article,.rolandhelpt-news-single .rh-article__header{width:100%;max-width:none}.rolandhelpt-news-single .rh-article__narrow,.rolandhelpt-news-single .rh-article__featured{box-sizing:border-box;width:calc(100% - 40px)!important;max-width:980px!important;margin-left:auto!important;margin-right:auto!important;float:none!important;clear:both}.rolandhelpt-news-single .rh-article__featured{margin-top:26px!important}.rolandhelpt-news-single .rh-article__content{display:block;padding-left:0!important;padding-right:0!important}.rolandhelpt-news-single .rh-article__content>p,.rolandhelpt-news-single .rh-article__content>ul,.rolandhelpt-news-single .rh-article__content>ol,.rolandhelpt-news-single .rh-article__content>h2,.rolandhelpt-news-single .rh-article__content>h3,.rolandhelpt-news-single .rh-article__content>h4{max-width:none;margin-left:0;margin-right:0}@media (max-width:640px){.rolandhelpt-news-single .rh-article__narrow,.rolandhelpt-news-single .rh-article__featured{width:calc(100% - 28px)!important}}.rolandhelpt-news-single .rh-article__featured{box-sizing:border-box;width:calc(100% - 40px)!important;max-width:1500px!important;margin:30px auto 0!important;overflow:hidden;border-radius:20px;float:none!important;clear:both}.rolandhelpt-news-single .rh-article__featured img{display:block;width:100%!important;height:clamp(340px, 30vw, 410px)!important;max-height:none!important;object-fit:cover;object-position:center center;border-radius:20px}@media (max-width:980px){.rolandhelpt-news-single .rh-article__featured img{height:320px!important}}@media (max-width:640px){.rolandhelpt-news-single .rh-article__featured{width:calc(100% - 28px)!important;border-radius:14px}.rolandhelpt-news-single .rh-article__featured img{height:220px!important;border-radius:14px}}