/* Extracted from: /index.htm */
.seo-block2-wrap {
                            margin: 40px 0 0 0;
                            display: grid;
                            grid-template-columns: 1fr 340px;
                            gap: 32px;
                            align-items: end;
                        }
                        .seo-block2-left .seo-block-header {
                            display: flex;
                            align-items: center;
                            gap: 10px;
                            margin-bottom: 14px;
                        }
                        .seo-block2-left .seo-block-header span {
                            font-size: 1rem;
                            font-weight: 700;
                            color: var(--text-main, #1e293b);
                        }
                        .seo-block2-left .seo-block-header i {
                            color: var(--primary-color, #1c51bc);
                        }
                        .seo-scroll-box2 {
                            background: #fff;
                            border: 1px solid #e5e7eb;
                            border-radius: 16px;
                            padding: 26px 30px;
                            max-height: 420px;
                            overflow-y: auto;
                            scrollbar-width: thin;
                            scrollbar-color: #d1d5db #fff;
                            line-height: 1.85;
                            color: #4b5563;
                            font-size: 0.93rem;
                        }
                        .seo-scroll-box2::-webkit-scrollbar { width: 5px; }
                        .seo-scroll-box2::-webkit-scrollbar-track { background: #f8fafc; border-radius: 10px; }
                        .seo-scroll-box2::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 10px; }
                        .seo-scroll-box2 h4 {
                            font-size: 1.05rem;
                            font-weight: 700;
                            color: #1e293b;
                            margin: 22px 0 7px 0;
                            border-left: 3px solid var(--primary-color, #1c51bc);
                            padding-left: 10px;
                        }
                        .seo-scroll-box2 h4:first-child { margin-top: 0; }
                        .seo-scroll-box2 h5 { font-size: 0.9rem; font-weight: 600; color: #374151; margin: 14px 0 4px 0; }
                        .seo-scroll-box2 p { margin: 0 0 8px 0; color: #6b7280; }
                        .seo-scroll-box2 a { color: var(--primary-color, #1c51bc); text-decoration: none; font-weight: 600; }
                        .seo-scroll-box2 a:hover { text-decoration: underline; }
                        .seo-scroll-box2 .kw-tag {
                            display: inline-block;
                            background: #fff7ed;
                            color: #c2410c;
                            font-size: 0.78rem;
                            font-weight: 600;
                            padding: 2px 8px;
                            border-radius: 6px;
                            margin: 2px 2px 2px 0;
                            border: 1px solid #fed7aa;
                        }

                        /* Sağ: Görsel kutusu */
                        .seo-block2-right {
                            position: relative;
                            display: flex;
                            flex-direction: column;
                            align-items: center;
                        }
                        .seo-block2-right img {
                            display: block;
                            width: 100%;
                            max-width: 340px;
                            height: auto;
                            border-radius: 16px 16px 0 0;
                            position: relative;
                            z-index: 1;
                        }
                        /* Zemin çizgisi — resim üstünde duruyor etkisi */
                        .seo-img-ground {
                            width: 100%;
                            max-width: 340px;
                            height: 18px;
                            background: linear-gradient(to right, transparent 0%, #e2e8f0 15%, #cbd5e1 50%, #e2e8f0 85%, transparent 100%);
                            border-radius: 0 0 8px 8px;
                            position: relative;
                            z-index: 2;
                            box-shadow: 0 6px 20px rgba(0,0,0,0.08);
                        }

                        @media (max-width: 900px) {
                            .seo-block2-wrap {
                                grid-template-columns: 1fr;
                            }
                            .seo-block2-right {
                                display: none; /* mobilde gizle - içerik öncelikli */
                            }
                        }
