.rs-section{background:#fff;padding:88px 0 96px}.rs-header{margin-bottom:48px}.rs-header__title{color:var(--oxford-blue);margin-bottom:12px}.rs-header__title span{color:var(--azure)}.rs-header__desc{color:var(--oxford-blue);line-height:1.7;max-width:520px}.rs-bento{display:grid;gap:28px;grid-template-columns:1.1fr 1fr;grid-template-rows:auto auto}.rs-card{border-radius:var(--radius-lg);color:inherit;display:flex;flex-direction:column;overflow:hidden;position:relative;text-decoration:none!important;transition:transform var(--transition),box-shadow var(--transition)}.rs-card:hover{box-shadow:0 20px 48px rgba(9,21,64,.12);transform:translateY(-4px)}.rs-card__tag{align-items:center;align-self:flex-start;border-radius:var(--radius-md);display:inline-flex;font-size:.625rem;font-weight:700;letter-spacing:.1em;margin-bottom:14px;padding:5px 14px;text-transform:uppercase}.rs-card--featured{background:var(--oxford-blue);grid-column:1;grid-row:1/3;justify-content:space-between;padding:40px}.rs-card--featured .rs-card__tag{background:rgba(255,180,0,.15);color:var(--honey-yellow)}.rs-card--featured .rs-card__title{color:#fff;font-size:clamp(20px,2.5vw,28px);margin-bottom:12px}.rs-card--featured .rs-card__desc{color:hsla(0,0%,100%,.75);font-size:.9375rem;line-height:1.7;margin-bottom:0;max-width:420px}.rs-card--featured .rs-card__image{align-items:center;display:flex;flex-shrink:0;height:540px;justify-content:center;margin:28px 0;width:100%}.rs-card--featured .rs-card__image img{filter:drop-shadow(0 8px 24px rgba(0,0,0,.3));max-height:100%;max-width:100%;object-fit:contain;width:auto}.rs-card--featured .rs-card__cta{align-items:center;color:var(--honey-yellow);display:inline-flex;font-size:.875rem;font-weight:600;gap:8px;text-decoration:none!important;transition:color var(--transition)}.rs-card--featured .rs-card__cta:hover{color:#fff}.rs-card--featured .rs-card__cta svg{height:14px;transition:transform var(--transition);width:14px}.rs-card--featured .rs-card__cta:hover svg{transform:translateX(3px)}.rs-card--small{background:#fff;border:1px solid var(--baby-blue-20);box-shadow:0 2px 12px rgba(9,21,64,.04)}.rs-card--small:hover{border-color:rgba(0,127,255,.2)}.rs-card--small .rs-card__visual{background:var(--baby-blue-10);flex-shrink:0;height:180px;overflow:hidden;width:100%}.rs-card--small .rs-card__visual img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.rs-card:hover .rs-card__visual img{transform:scale(1.05)}.rs-card--small .rs-card__body{display:flex;flex:1;flex-direction:column;padding:28px}.rs-card--small .rs-card__tag{background:var(--baby-blue-10);color:var(--azure)}.rs-card--small .rs-card__title{color:var(--oxford-blue);font-size:clamp(16px,2vw,20px);margin-bottom:8px}.rs-card--small .rs-card__desc{color:var(--oxford-blue);font-size:.875rem;line-height:1.65;margin-bottom:20px}.rs-card--small .rs-card__cta{align-items:center;color:var(--azure);display:inline-flex;font-size:.875rem;font-weight:600;gap:6px;margin-top:auto;text-decoration:none!important;transition:color var(--transition)}.rs-card--small .rs-card__cta:hover{color:var(--oxford-blue)}.rs-card--small .rs-card__cta svg{height:14px;transition:transform var(--transition);width:14px}.rs-card--small .rs-card__cta:hover svg{transform:translateX(3px)}@media (max-width:1024px){.rs-bento{gap:24px}.rs-card--featured{padding:32px}.rs-card--small .rs-card__visual{height:160px}.rs-card--small .rs-card__body{padding:24px}.rs-card--featured .rs-card__image{height:200px}}@media (max-width:768px){.rs-section{padding:64px 0 72px}.rs-bento{grid-template-columns:1fr;grid-template-rows:auto}.rs-card--featured{grid-column:auto;grid-row:auto;padding:32px}.rs-card--featured .rs-card__image{height:200px}.rs-card--small .rs-card__visual{height:160px}.rs-card--small:nth-child(2),.rs-card--small:nth-child(3){grid-column:auto;grid-row:auto}}@media (max-width:480px){.rs-card--featured{padding:24px}.rs-card--featured .rs-card__image{height:180px}.rs-card--small .rs-card__visual{height:140px}.rs-card--small .rs-card__body{padding:20px}}