/* resources/guides.blade.php icin harici stiller */
.rgu-hero-sec { padding-top:90px; padding-bottom:70px; background:linear-gradient(135deg,var(--bg2,#f0f4f9) 0%,var(--bg3,#e5e7eb) 100%); }
.rgu-center { text-align:center; }
.rgu-kick-badge { display:inline-block; margin-bottom:18px; background:#10b981; color:#fff; border-radius:99px; padding:6px 16px; font-size:12px; font-weight:700; letter-spacing:1.5px; text-transform:uppercase; }
.rgu-hero-title { font-size:clamp(32px,5vw,48px); line-height:1.15; margin-bottom:18px; font-weight:800; }
.rgu-hero-desc { font-size:18px; max-width:760px; margin:0 auto 32px; line-height:1.7; color:var(--mut); }
.rgu-spec-row { display:flex; gap:10px; justify-content:center; flex-wrap:wrap; font-size:13px; }
.rgu-spec-badge { padding:6px 16px; border-radius:99px; }
.rgu-filter-sec { padding-top:50px; padding-bottom:20px; }
.rgu-filter-row { display:flex; gap:10px; justify-content:center; flex-wrap:wrap; }
.rgu-list-sec { padding-top:40px; padding-bottom:80px; }
.rgu-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(300px,1fr)); gap:20px; }
.rgu-card { background:var(--bg2,#fff); border:1px solid var(--bdr,#e5e7eb); border-radius:14px; display:flex; flex-direction:column; overflow:hidden; transition:transform .25s,box-shadow .25s; }
.rgu-card-body { padding:28px; flex:1; display:flex; flex-direction:column; }
.rgu-card-tags { display:flex; align-items:center; gap:8px; margin-bottom:14px; }
.rgu-tag { padding:4px 10px; border-radius:99px; font-size:11px; font-weight:700; letter-spacing:1px; }
.rgu-badge-soon { display:inline-block; background:var(--warn-bg,#fef3c7); color:var(--warn-fg,#92400e); padding:4px 10px; border-radius:99px; font-size:11px; font-weight:700; }
.rgu-card-title { font-size:18px; font-weight:700; margin-bottom:10px; color:var(--ink,#0F172A); line-height:1.4; }
.rgu-card-desc { color:var(--mut); font-size:14px; line-height:1.7; margin-bottom:18px; flex:1; }
.rgu-card-footer { display:flex; align-items:center; justify-content:space-between; padding-top:14px; border-top:1px solid var(--bdr,#f3f4f6); }
.rgu-card-meta { display:flex; gap:14px; font-size:12px; color:var(--mut); }
.rgu-svg-inline { vertical-align:-1px; }
.rgu-card-link { color:var(--cookie,#3D5AFE); font-weight:700; font-size:13px; text-decoration:none; }
.rgu-mt-40 { margin-top:40px; }
.rgu-suggest-box { background:var(--cookie-bg2,#fef2f2); border:1px solid var(--cookie-bdr,#fecaca); border-radius:20px; padding:40px; display:flex; align-items:center; gap:30px; flex-wrap:wrap; }
.rgu-suggest-icon { flex:0 1 64px; text-align:center; }
.rgu-suggest-body { flex:1 1 400px; }
.rgu-suggest-title { font-size:22px; font-weight:800; color:var(--ink,#0F172A); margin-bottom:8px; }
.rgu-suggest-desc { color:var(--mut); font-size:14px; line-height:1.7; margin:0; }
.rgu-faq-sec { background:var(--bg2,#fafafa); }
.rgu-faq-wrap { max-width:880px; margin:0 auto; }
