.rg-section{background:#f8fafc;padding:5rem 2rem;position:relative;overflow:hidden}.rg-section:after,.rg-section:before{content:"";position:absolute;border-radius:50%;pointer-events:none}.rg-section:before{width:500px;height:500px;top:-170px;left:-150px;border:55px solid rgba(0,166,162,.07)}.rg-section:after{width:380px;height:380px;bottom:-120px;right:-100px;background:radial-gradient(circle,rgba(12,46,80,.05) 0,transparent 70%)}.rg-bg-dots{position:absolute;inset:0;pointer-events:none;background-image:radial-gradient(circle,rgba(0,166,162,.3) 1.5px,transparent 0);background-size:28px 28px;mask-image:linear-gradient(to top right,transparent 30%,rgba(0,0,0,.9) 60%,transparent 90%);-webkit-mask-image:linear-gradient(to top right,transparent 30%,rgba(0,0,0,.9) 60%,transparent 90%)}.rg-inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:2.5rem;position:relative;z-index:1}.rg-header{text-align:center}.rg-label{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgb(0,166,162);margin-bottom:.5rem}.rg-title{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;color:#0c2c54;margin:0;line-height:1.2}.rg-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.rg-card{background:#fff;border:2px solid transparent;border-radius:14px;padding:1.5rem 1.25rem;text-align:left;cursor:pointer;display:flex;flex-direction:column;gap:.6rem;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;box-shadow:0 2px 8px rgba(12,44,84,.06)}.rg-card:hover{border-color:rgba(0,166,162,.4);box-shadow:0 4px 16px rgba(12,44,84,.1)}.rg-card--active{border-color:rgb(0,166,162);background:#e6f7f7;box-shadow:0 4px 20px rgba(0,166,162,.15)}.rg-card-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:rgba(12,44,84,.07);color:#0c2c54;flex-shrink:0;transition:background .18s ease,color .18s ease}.rg-card--active .rg-card-icon{background:rgba(0,166,162,.15);color:rgb(0,166,162)}.rg-card-role{font-size:.95rem;font-weight:700;color:#0c2c54;margin:0;line-height:1.3}.rg-detail{background:#fff;border-radius:16px;border:1px solid rgba(12,44,84,.1);box-shadow:0 4px 24px rgba(12,44,84,.08);overflow:hidden}.rg-detail-section{display:grid;grid-template-columns:1fr 420px;gap:0}.rg-detail-content{padding:2.5rem;display:flex;flex-direction:column;gap:.5rem}.rg-detail-title{font-size:clamp(1.4rem,2.5vw,2rem);font-weight:700;color:#0c2c54;margin:0 0 .75rem;line-height:1.2}.rg-detail-body{display:flex;flex-direction:column;gap:.85rem}.rg-detail-para{font-size:1rem;font-weight:500;line-height:1.8;color:#444;margin:0}.rg-detail-image-wrap{overflow:hidden;background:#f0f4f8;min-height:260px}.rg-detail-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;opacity:0;transition:opacity .25s ease}.rg-detail-image.rg-detail-image--loaded{opacity:1}@media (max-width:1024px){.rg-grid{grid-template-columns:repeat(4,1fr)}.rg-detail-section{grid-template-columns:1fr}.rg-detail-image-wrap{min-height:240px}}@media (max-width:768px){.rg-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.rg-section{padding:3.5rem 0 3.5rem 1.25rem}.rg-detail,.rg-header{margin-right:1.25rem}.rg-grid{grid-template-columns:repeat(4,calc(44% - .375rem));grid-template-rows:repeat(2,auto);grid-auto-flow:column;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:.75rem;padding-right:1.25rem}.rg-grid::-webkit-scrollbar{display:none}.rg-card:nth-child(odd){scroll-snap-align:start}.rg-card{padding:1.1rem 1rem}}