/* resources/help.blade.php icin harici stiller */
.rhl-hero-head { text-align:center; max-width:760px; margin:0 auto; }
.rhl-kick-badge { margin-bottom:18px; display:inline-block; }
.rhl-grid-4 { grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); gap:20px; }
.rhl-center { text-align:center; }
.rhl-justify-center { justify-content:center; }
.rhl-icon-green { background:#ecfdf5; color:#10b981; }
.rhl-stat-green { font-size:13px; color:#10b981; font-weight:700; }
.rhl-icon-blue { background:#eff6ff; color:#0b4482; }
.rhl-link-cookie { font-size:13px; color:var(--cookie); font-weight:700; text-decoration:none; }
.rhl-icon-amber { background:#fef3c7; color:#b45309; }
.rhl-stat-amber { font-size:13px; color:#b45309; font-weight:700; }
.rhl-icon-teal { background:#f5f3ff; color:#0EA5A4; }
.rhl-stat-teal { font-size:13px; color:#0EA5A4; font-weight:700; }
.rhl-topics-list { display:grid; grid-template-columns:repeat(auto-fill,minmax(280px,1fr)); gap:14px; list-style:none; padding:0; margin-top:32px; }
.rhl-topic-link { display:flex; align-items:center; gap:14px; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.1); border-radius:12px; padding:16px 20px; text-decoration:none; color:inherit; transition:border-color .25s,background .25s; }
.rhl-topic-icon { font-size:20px; color:var(--cookie); width:26px; text-align:center; flex-shrink:0; }
.rhl-topic-text { font-weight:600; flex:1; }
.rhl-topic-arrow { color:rgba(255,255,255,.35); font-size:12px; }
.rhl-grid-3 { grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:24px; }
.rhl-faded { opacity:.75; }
.rhl-icon-red { background:#fef2f2; color:var(--cookie); }
.rhl-badge-soon { font-size:12px; padding:4px 10px; border-radius:99px; }
.rhl-policy-box { max-width:760px; margin:0 auto; text-align:center; }
.rhl-policy-text { font-size:16px; line-height:1.85; opacity:.9; }
.rhl-policy-cta { margin-top:28px; }
