/* ── Page Layout (page.blade.php) ── */
.page-banner { background:linear-gradient(135deg,#1967d2 0%,#0d47a1 100%); padding:140px 0 60px; color:#fff; text-align:center; margin-bottom:50px; }
.page-banner h1 { font-size:38px; font-weight:700; margin-bottom:10px; color:#fff; }
.page-banner .crumb { font-size:14px; color:rgba(255,255,255,.85); }
.page-banner .crumb a { color:#ffd54f; text-decoration:none; }
.page-content { padding-bottom:80px; }
.content-card { background:#fff; border-radius:12px; box-shadow:0 6px 20px rgba(0,0,0,.06); padding:40px; }
.content-card h2 { font-size:24px; font-weight:700; color:#1f2937; margin-bottom:16px; margin-top:24px; }
.content-card h2:first-child { margin-top:0; }
.content-card h3 { font-size:18px; font-weight:600; color:#374151; margin-bottom:10px; margin-top:20px; }
.content-card p { color:#4b5563; line-height:1.75; margin-bottom:14px; }
.content-card ul { color:#4b5563; line-height:1.85; }

/* ── User Strip (userbar.blade.php) ── */
.user-strip { background:#fff; border-bottom:1px solid #eef0f4; padding:12px 0; font-size:14px; }
.user-strip a { color:#374151; margin-right:18px; font-weight:500; text-decoration:none; }
.user-strip a:hover { color:#1967d2; }
.user-strip .right { float:right; }
.user-strip .right a.cta { background:#1967d2; color:#fff; padding:6px 14px; border-radius:6px; }
.user-strip .right a.cta:hover { color:#fff; opacity:.9; }
