/* Role guidance follows the same public-page system as the feature catalog. */
body[data-landing-view="solutions"] { background: #fff; }
body[data-landing-view="solutions"] .landing-background { display: none; }
body.landing-fullscreen[data-landing-view="solutions"] .landing-fullscreen-main { height: calc(100dvh - 88px); padding: 0; }
body.landing-fullscreen .role-page.is-active { display: block; width: 100%; max-width: none; height: 100%; min-height: 0; margin: 0; padding: 36px 48px 48px; overflow: auto; color: #183442; background: #fff; font-family: Arial, sans-serif; }
.role-page *, .role-page *::before, .role-page *::after { box-sizing: border-box; letter-spacing: 0; }
.role-container { width: 100%; max-width: 1280px; margin: 0 auto; }
.role-page :is(h1,h2,h3,p) { margin: 0; font-family: Arial, sans-serif; }
.role-page :is(a,button):focus-visible { outline: 3px solid #13b6bc; outline-offset: 4px; }
body .role-page h1 { font-size: 36px; line-height: 1.2; color: #183442; margin: 8px 0 12px; }
.role-header > p:last-child { font-size: 17px; line-height: 1.6; color: #526674; }
.role-selector { display: flex; flex-wrap: wrap; gap: 8px; padding: 28px 0 20px; border-bottom: 1px solid #dce6ea; }
.role-selector button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 20px; border: 1px solid #dce6ea; border-radius: 6px; font: 600 15px/1.4 Arial,sans-serif; background: #fff; color: #365361; box-shadow: none; cursor: pointer; }
.role-selector button:hover { background: #f1f8f8; border-color: #087f8c; }
.role-selector button[aria-pressed="true"] { color: #fff; background: #087f8c; border-color: #087f8c; }
.role-intro { padding: 24px 0 20px; }
body .role-intro h2 { margin: 8px 0; font-size: 28px; line-height: 1.3; color: #183442; }
.role-intro > p:last-child { max-width: 780px; color: #526674; font-size: 16px; line-height: 1.6; }
.role-benefits { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.role-benefit { --catalog-accent: #087f8c; --catalog-tint: #edf8f8; display: flex; flex-direction: column; align-items: start; min-width: 0; padding: 24px; border: 1px solid #dce6ea; border-radius: 8px; background: #fafcfd; text-decoration: none; color: #183442; }
.role-benefit:nth-child(2) { --catalog-accent: #3567a7; --catalog-tint: #f0f5fd; }
.role-benefit:nth-child(3) { --catalog-accent: #42795b; --catalog-tint: #f0f7f1; }
.role-benefit:hover { border-color: var(--catalog-accent); background: #fff; }
.role-benefit .catalog-icon { margin-bottom: 16px; }
.role-benefit h3 { color: #183442; font-size: 20px; line-height: 1.4; }
.role-benefit p { margin: 10px 0 24px; color: #526674; font-size: 15px; line-height: 1.6; }
.role-benefit-link { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; margin-top: auto; min-height: 28px; color: var(--catalog-accent); font-size: 14px; font-weight: 700; line-height: 1.5; }
.role-benefit-link > span { font-size: 22px; }
.role-footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px 28px; margin-top: 28px; padding-top: 24px; border-top: 1px solid #dce6ea; }
.role-footer h2 { font-size: 20px; line-height: 1.4; }
.role-footer p { margin-top: 6px; color: #526674; font-size: 15px; line-height: 1.5; }
.role-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.role-actions > a:not(.home-button) { display: inline-flex; gap: 10px; align-items: center; min-height: 44px; color: #006c7a; font-size: 14px; font-weight: 700; }
.role-footer small { flex-basis: 100%; color: #526674; font-size: 12px; line-height: 1.6; }
@media (max-width: 1000px) {
  .role-benefits { gap: 12px; }
  .role-benefit { padding: 20px; }
}
@media (max-width: 760px) {
  body.landing-fullscreen[data-landing-view="solutions"] .landing-fullscreen-main { height: auto; overflow: visible; }
  body.landing-fullscreen .role-page.is-active { height: auto; overflow: visible; padding: 24px 20px 36px; }
  body .role-page h1 { font-size: 30px; }
  .role-selector { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; padding-top: 24px; }
  .role-selector button { padding: 12px 8px; }
  .role-selector button:last-child { grid-column: 1 / -1; }
  .role-benefits { grid-template-columns: 1fr; }
  body .role-intro h2 { font-size: 24px; }
  .role-benefit { display: grid; grid-template-columns: 48px minmax(0,1fr); gap: 8px 16px; }
  .role-benefit .catalog-icon { grid-row: 1 / 4; margin: 0; }
  .role-benefit h3 { font-size: 18px; }
  .role-benefit p { margin: 0; }
  .role-benefit-link { grid-column: 2; padding-top: 8px; }
  .role-actions { gap: 16px; }
}
