/* externalized inline style v84 | source: resources/views/partials/homepage-guides-boost.blade.php | style-id: no-id-1 | generated 20260728-080417 */
.dv-home-guides{
            direction:rtl;
            background:#fff;
            padding:30px 14px;
        }

        .dv-home-guides-inner{
            max-width:1180px;
            margin:0 auto;
        }

        .dv-home-guides-head{
            display:flex;
            justify-content:space-between;
            align-items:flex-start;
            gap:16px;
            flex-wrap:wrap;
            margin-bottom:16px;
        }

        .dv-home-guides-head h2{
            margin:0 0 8px;
            font-size:27px;
            line-height:1.6;
            color:#0f172a;
        }

        .dv-home-guides-head p{
            margin:0;
            color:#64748b;
            line-height:2.1;
            max-width:760px;
        }

        .dv-home-guides-grid{
            display:grid;
            grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
            gap:14px;
        }

        .dv-home-guide-card{
            background:#f8fafc;
            border:1px solid #e5e7eb;
            border-radius:22px;
            padding:18px;
            text-decoration:none;
            color:inherit;
            transition:.18s ease;
            display:block;
        }

        .dv-home-guide-card:hover{
            background:#eff6ff;
            border-color:#bfdbfe;
            transform:translateY(-2px);
        }

        .dv-home-guide-card span{
            display:inline-flex;
            margin-bottom:10px;
            font-size:12px;
            color:#475569;
            background:#fff;
            border:1px solid #e5e7eb;
            border-radius:999px;
            padding:6px 10px;
        }

        .dv-home-guide-card h3{
            margin:0 0 8px;
            color:#0f172a;
            font-size:17px;
            line-height:1.8;
        }

        .dv-home-guide-card p{
            margin:0;
            color:#64748b;
            line-height:2;
            font-size:14px;
        }

        .dv-home-guides-actions{
            display:flex;
            gap:10px;
            flex-wrap:wrap;
            margin-top:16px;
        }
