/* Blog Thumbnail Background Images — Abstract SVG illustrations (no humans) */
/* Used as CSS backgrounds on .blog-thumb elements via data-category */

.blog-thumb {
    width: 100%;
    height: 160px;
    display: block;
    background-size: cover;
    background-position: center;
    border-radius: 1rem 1rem 0 0;
    position: relative;
}

/* Thumbnail Design — camera/frame composition */
.blog-thumb[data-cat="Thumbnail Design"] {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 30%, #fbbf24 100%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 400'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0' stop-color='%23fef3c7'/%3E%3Cstop offset='1' stop-color='%23f59e0b'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='800' height='400'/%3E%3Crect x='180' y='60' width='440' height='280' rx='24' fill='none' stroke='%23fff' stroke-width='6' opacity='.5'/%3E%3Ccircle cx='400' cy='200' r='70' fill='none' stroke='%23fff' stroke-width='4' opacity='.4'/%3E%3Ccircle cx='400' cy='200' r='45' fill='%23fff' opacity='.15'/%3E%3Crect x='260' y='80' width='280' height='4' rx='2' fill='%23fff' opacity='.25'/%3E%3Crect x='260' y='316' width='280' height='4' rx='2' fill='%23fff' opacity='.25'/%3E%3Ccircle cx='640' cy='100' r='50' fill='%23fff' opacity='.08'/%3E%3Ccircle cx='160' cy='320' r='40' fill='%23fff' opacity='.08'/%3E%3Cpath d='M350 180l30 40h40l-20-25 10-15z' fill='%23fff' opacity='.3'/%3E%3C/svg%3E");
}

/* YouTube SEO — chart/graph rising */
.blog-thumb[data-cat="YouTube SEO"] {
    background: linear-gradient(135deg, #dbeafe 0%, #93c5fd 50%, #3b82f6 100%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 400'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0' stop-color='%23dbeafe'/%3E%3Cstop offset='1' stop-color='%233b82f6'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='800' height='400'/%3E%3Cpath d='M100 320 L250 260 L380 280 L500 180 L620 150 L740 80' stroke='%23fff' stroke-width='5' fill='none' stroke-linecap='round' opacity='.6'/%3E%3Ccircle cx='250' cy='260' r='6' fill='%23fff' opacity='.8'/%3E%3Ccircle cx='500' cy='180' r='6' fill='%23fff' opacity='.8'/%3E%3Ccircle cx='740' cy='80' r='6' fill='%23fff' opacity='.8'/%3E%3Crect x='140' y='280' width='40' height='60' rx='6' fill='%23fff' opacity='.15'/%3E%3Crect x='260' y='240' width='40' height='100' rx='6' fill='%23fff' opacity='.15'/%3E%3Crect x='380' y='220' width='40' height='120' rx='6' fill='%23fff' opacity='.15'/%3E%3Crect x='500' y='180' width='40' height='160' rx='6' fill='%23fff' opacity='.15'/%3E%3Crect x='620' y='140' width='40' height='200' rx='6' fill='%23fff' opacity='.15'/%3E%3Ccircle cx='680' cy='80' r='60' fill='%23fff' opacity='.06'/%3E%3Ccircle cx='120' cy='100' r='80' fill='%23fff' opacity='.06'/%3E%3C/svg%3E");
}

/* Tag Research — tags/labels */
.blog-thumb[data-cat="Tag Research"] {
    background: linear-gradient(135deg, #f3e8ff 0%, #c084fc 50%, #7c3aed 100%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 400'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0' stop-color='%23f3e8ff'/%3E%3Cstop offset='1' stop-color='%237c3aed'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='800' height='400'/%3E%3Crect x='200' y='100' width='160' height='50' rx='25' fill='%23fff' opacity='.2'/%3E%3Crect x='400' y='80' width='200' height='50' rx='25' fill='%23fff' opacity='.15'/%3E%3Crect x='150' y='180' width='220' height='50' rx='25' fill='%23fff' opacity='.18'/%3E%3Crect x='420' y='170' width='180' height='50' rx='25' fill='%23fff' opacity='.12'/%3E%3Crect x='250' y='260' width='140' height='50' rx='25' fill='%23fff' opacity='.2'/%3E%3Crect x='440' y='250' width='200' height='50' rx='25' fill='%23fff' opacity='.14'/%3E%3Ccircle cx='140' cy='120' r='8' fill='%23fff' opacity='.4'/%3E%3Ccircle cx='680' cy='300' r='8' fill='%23fff' opacity='.4'/%3E%3Ccircle cx='700' cy='100' r='60' fill='%23fff' opacity='.06'/%3E%3Ccircle cx='100' cy='320' r='50' fill='%23fff' opacity='.06'/%3E%3C/svg%3E");
}

/* Creator Tools — gear/wrench */
.blog-thumb[data-cat="Creator Tools"] {
    background: linear-gradient(135deg, #ecfdf5 0%, #6ee7b7 50%, #059669 100%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 400'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0' stop-color='%23ecfdf5'/%3E%3Cstop offset='1' stop-color='%23059669'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='800' height='400'/%3E%3Ccircle cx='400' cy='200' r='90' fill='none' stroke='%23fff' stroke-width='5' opacity='.25'/%3E%3Ccircle cx='400' cy='200' r='35' fill='%23fff' opacity='.15'/%3E%3Cpath d='M400 110v-30M400 320v-30M310 200h-30M520 200h-30' stroke='%23fff' stroke-width='8' stroke-linecap='round' opacity='.2'/%3E%3Cpath d='M463 137l21-21M316 284l21-21M463 263l21 21M316 116l21 21' stroke='%23fff' stroke-width='8' stroke-linecap='round' opacity='.2'/%3E%3Crect x='130' y='260' width='120' height='12' rx='6' fill='%23fff' opacity='.12'/%3E%3Crect x='130' y='290' width='80' height='12' rx='6' fill='%23fff' opacity='.08'/%3E%3Crect x='560' y='100' width='120' height='12' rx='6' fill='%23fff' opacity='.12'/%3E%3Crect x='560' y='130' width='80' height='12' rx='6' fill='%23fff' opacity='.08'/%3E%3Ccircle cx='680' cy='320' r='50' fill='%23fff' opacity='.06'/%3E%3Ccircle cx='120' cy='80' r='60' fill='%23fff' opacity='.06'/%3E%3C/svg%3E");
}

/* Creator Growth — rocket/upward */
.blog-thumb[data-cat="Creator Growth"] {
    background: linear-gradient(135deg, #fff7ed 0%, #fdba74 50%, #ea580c 100%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 400'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0' stop-color='%23fff7ed'/%3E%3Cstop offset='1' stop-color='%23ea580c'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='800' height='400'/%3E%3Cpath d='M400 60 L400 340' stroke='%23fff' stroke-width='3' opacity='.15' stroke-dasharray='8 6'/%3E%3Cpath d='M370 120 L400 60 L430 120 Z' fill='%23fff' opacity='.3'/%3E%3Crect x='385' y='120' width='30' height='120' rx='4' fill='%23fff' opacity='.15'/%3E%3Cpath d='M360 240 Q400 200 440 240' fill='none' stroke='%23fff' stroke-width='4' opacity='.2'/%3E%3Ccircle cx='400' cy='300' r='20' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='400' cy='300' r='35' fill='none' stroke='%23fff' stroke-width='2' opacity='.1'/%3E%3Ccircle cx='400' cy='300' r='55' fill='none' stroke='%23fff' stroke-width='2' opacity='.06'/%3E%3Ccircle cx='200' cy='150' r='4' fill='%23fff' opacity='.3'/%3E%3Ccircle cx='600' cy='100' r='3' fill='%23fff' opacity='.3'/%3E%3Ccircle cx='250' cy='300' r='3' fill='%23fff' opacity='.25'/%3E%3Ccircle cx='650' cy='250' r='4' fill='%23fff' opacity='.25'/%3E%3Ccircle cx='550' cy='320' r='2' fill='%23fff' opacity='.3'/%3E%3Ccircle cx='700' cy='80' r='60' fill='%23fff' opacity='.06'/%3E%3Ccircle cx='100' cy='340' r='50' fill='%23fff' opacity='.06'/%3E%3C/svg%3E");
}

/* Creator Wellness — moon/zen circles */
.blog-thumb[data-cat="Creator Wellness"] {
    background: linear-gradient(135deg, #f0fdf4 0%, #86efac 50%, #16a34a 100%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 400'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0' stop-color='%23f0fdf4'/%3E%3Cstop offset='1' stop-color='%2316a34a'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='800' height='400'/%3E%3Ccircle cx='400' cy='180' r='80' fill='none' stroke='%23fff' stroke-width='3' opacity='.25'/%3E%3Ccircle cx='430' cy='170' r='65' fill='%23fff' opacity='.08'/%3E%3Cpath d='M300 320 Q350 280 400 320 Q450 360 500 320' stroke='%23fff' stroke-width='3' fill='none' opacity='.2'/%3E%3Cpath d='M250 340 Q300 300 350 340 Q400 380 450 340 Q500 300 550 340' stroke='%23fff' stroke-width='2' fill='none' opacity='.12'/%3E%3Ccircle cx='200' cy='100' r='3' fill='%23fff' opacity='.35'/%3E%3Ccircle cx='600' cy='80' r='2' fill='%23fff' opacity='.35'/%3E%3Ccircle cx='650' cy='200' r='4' fill='%23fff' opacity='.25'/%3E%3Ccircle cx='150' cy='250' r='3' fill='%23fff' opacity='.25'/%3E%3Ccircle cx='700' cy='100' r='50' fill='%23fff' opacity='.06'/%3E%3C/svg%3E");
}

/* Image Tips — image layers/frame */
.blog-thumb[data-cat="Image Tips"] {
    background: linear-gradient(135deg, #ecfeff 0%, #67e8f9 50%, #0891b2 100%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 400'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0' stop-color='%23ecfeff'/%3E%3Cstop offset='1' stop-color='%230891b2'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='800' height='400'/%3E%3Crect x='220' y='80' width='240' height='180' rx='16' fill='%23fff' opacity='.15' transform='rotate(-6 340 170)'/%3E%3Crect x='300' y='100' width='240' height='180' rx='16' fill='%23fff' opacity='.2' transform='rotate(3 420 190)'/%3E%3Ccircle cx='380' cy='160' r='30' fill='%23fff' opacity='.15'/%3E%3Cpath d='M300 250 L350 200 L420 240 L460 210 L540 260' stroke='%23fff' stroke-width='3' fill='none' opacity='.3'/%3E%3Ccircle cx='680' cy='80' r='50' fill='%23fff' opacity='.06'/%3E%3Ccircle cx='120' cy='340' r='60' fill='%23fff' opacity='.06'/%3E%3C/svg%3E");
}

/* PDF Tips — stacked pages */
.blog-thumb[data-cat="PDF Tips"] {
    background: linear-gradient(135deg, #fef2f2 0%, #fca5a5 50%, #dc2626 100%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 400'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0' stop-color='%23fef2f2'/%3E%3Cstop offset='1' stop-color='%23dc2626'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='800' height='400'/%3E%3Crect x='280' y='50' width='200' height='260' rx='12' fill='%23fff' opacity='.12' transform='rotate(-5 380 180)'/%3E%3Crect x='310' y='60' width='200' height='260' rx='12' fill='%23fff' opacity='.18' transform='rotate(2 410 190)'/%3E%3Crect x='340' y='100' width='140' height='8' rx='4' fill='%23fff' opacity='.2'/%3E%3Crect x='340' y='125' width='160' height='6' rx='3' fill='%23fff' opacity='.12'/%3E%3Crect x='340' y='145' width='120' height='6' rx='3' fill='%23fff' opacity='.12'/%3E%3Crect x='340' y='165' width='150' height='6' rx='3' fill='%23fff' opacity='.12'/%3E%3Crect x='340' y='205' width='100' height='8' rx='4' fill='%23fff' opacity='.2'/%3E%3Crect x='340' y='230' width='160' height='6' rx='3' fill='%23fff' opacity='.12'/%3E%3Crect x='340' y='250' width='130' height='6' rx='3' fill='%23fff' opacity='.12'/%3E%3Ccircle cx='680' cy='320' r='60' fill='%23fff' opacity='.06'/%3E%3Ccircle cx='120' cy='80' r='50' fill='%23fff' opacity='.06'/%3E%3C/svg%3E");
}

/* Design — color palette/swatches */
.blog-thumb[data-cat="Design"] {
    background: linear-gradient(135deg, #fdf4ff 0%, #e879f9 50%, #a21caf 100%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 400'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0' stop-color='%23fdf4ff'/%3E%3Cstop offset='1' stop-color='%23a21caf'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='800' height='400'/%3E%3Ccircle cx='300' cy='180' r='60' fill='%23fff' opacity='.15'/%3E%3Ccircle cx='400' cy='160' r='60' fill='%23fff' opacity='.12'/%3E%3Ccircle cx='500' cy='180' r='60' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='350' cy='240' r='60' fill='%23fff' opacity='.08'/%3E%3Ccircle cx='450' cy='240' r='60' fill='%23fff' opacity='.1'/%3E%3Crect x='200' y='100' width='30' height='30' rx='8' fill='%23fff' opacity='.2'/%3E%3Crect x='570' y='280' width='30' height='30' rx='8' fill='%23fff' opacity='.2'/%3E%3Ccircle cx='680' cy='80' r='50' fill='%23fff' opacity='.06'/%3E%3Ccircle cx='120' cy='340' r='50' fill='%23fff' opacity='.06'/%3E%3C/svg%3E");
}

/* Creative — brush strokes */
.blog-thumb[data-cat="Creative"] {
    background: linear-gradient(135deg, #fefce8 0%, #fde047 50%, #ca8a04 100%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 400'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0' stop-color='%23fefce8'/%3E%3Cstop offset='1' stop-color='%23ca8a04'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='800' height='400'/%3E%3Cpath d='M150 300 Q250 200 350 250 Q450 300 550 180 Q650 60 720 120' stroke='%23fff' stroke-width='20' fill='none' opacity='.15' stroke-linecap='round'/%3E%3Cpath d='M100 200 Q200 150 300 180 Q400 210 500 130 Q600 50 700 100' stroke='%23fff' stroke-width='8' fill='none' opacity='.2' stroke-linecap='round'/%3E%3Ccircle cx='200' cy='120' r='20' fill='%23fff' opacity='.12'/%3E%3Ccircle cx='600' cy='300' r='25' fill='%23fff' opacity='.1'/%3E%3Ccircle cx='400' cy='100' r='15' fill='%23fff' opacity='.15'/%3E%3Ccircle cx='680' cy='80' r='50' fill='%23fff' opacity='.06'/%3E%3C/svg%3E");
}

/* Utility — conversion arrows / calculator */
.blog-thumb[data-cat="Utility"] {
    background: linear-gradient(135deg, #f5f3ff 0%, #a78bfa 50%, #6d28d9 100%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 400'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0' stop-color='%23f5f3ff'/%3E%3Cstop offset='1' stop-color='%236d28d9'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='800' height='400'/%3E%3Cpath d='M250 200 L380 200' stroke='%23fff' stroke-width='5' opacity='.3' stroke-linecap='round'/%3E%3Cpath d='M360 180 L380 200 L360 220' stroke='%23fff' stroke-width='5' fill='none' opacity='.3' stroke-linecap='round'/%3E%3Cpath d='M550 200 L420 200' stroke='%23fff' stroke-width='5' opacity='.3' stroke-linecap='round'/%3E%3Cpath d='M440 180 L420 200 L440 220' stroke='%23fff' stroke-width='5' fill='none' opacity='.3' stroke-linecap='round'/%3E%3Crect x='160' y='130' width='100' height='140' rx='16' fill='%23fff' opacity='.12'/%3E%3Crect x='540' y='130' width='100' height='140' rx='16' fill='%23fff' opacity='.12'/%3E%3Ccircle cx='680' cy='80' r='50' fill='%23fff' opacity='.06'/%3E%3Ccircle cx='120' cy='340' r='50' fill='%23fff' opacity='.06'/%3E%3C/svg%3E");
}

/* Productivity — clock/checklist */
.blog-thumb[data-cat="Productivity"] {
    background: linear-gradient(135deg, #eff6ff 0%, #60a5fa 50%, #2563eb 100%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 400'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0' stop-color='%23eff6ff'/%3E%3Cstop offset='1' stop-color='%232563eb'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='800' height='400'/%3E%3Ccircle cx='400' cy='200' r='100' fill='none' stroke='%23fff' stroke-width='5' opacity='.2'/%3E%3Ccircle cx='400' cy='200' r='5' fill='%23fff' opacity='.4'/%3E%3Cpath d='M400 200 L400 130' stroke='%23fff' stroke-width='5' stroke-linecap='round' opacity='.35'/%3E%3Cpath d='M400 200 L460 220' stroke='%23fff' stroke-width='4' stroke-linecap='round' opacity='.25'/%3E%3Crect x='560' y='120' width='24' height='24' rx='6' fill='%23fff' opacity='.18'/%3E%3Crect x='600' y='126' width='80' height='12' rx='4' fill='%23fff' opacity='.12'/%3E%3Crect x='560' y='160' width='24' height='24' rx='6' fill='%23fff' opacity='.18'/%3E%3Crect x='600' y='166' width='60' height='12' rx='4' fill='%23fff' opacity='.12'/%3E%3Crect x='560' y='200' width='24' height='24' rx='6' fill='%23fff' opacity='.18'/%3E%3Crect x='600' y='206' width='90' height='12' rx='4' fill='%23fff' opacity='.12'/%3E%3C/svg%3E");
}

/* Resources — bookshelf/folders */
.blog-thumb[data-cat="Resources"] {
    background: linear-gradient(135deg, #fef3c7 0%, #fbbf24 50%, #b45309 100%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 400'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0' stop-color='%23fef3c7'/%3E%3Cstop offset='1' stop-color='%23b45309'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='800' height='400'/%3E%3Crect x='200' y='100' width='60' height='200' rx='8' fill='%23fff' opacity='.15'/%3E%3Crect x='280' y='130' width='50' height='170' rx='8' fill='%23fff' opacity='.12'/%3E%3Crect x='350' y='80' width='55' height='220' rx='8' fill='%23fff' opacity='.18'/%3E%3Crect x='425' y='110' width='45' height='190' rx='8' fill='%23fff' opacity='.14'/%3E%3Crect x='490' y='90' width='60' height='210' rx='8' fill='%23fff' opacity='.16'/%3E%3Crect x='570' y='120' width='50' height='180' rx='8' fill='%23fff' opacity='.12'/%3E%3Crect x='180' y='300' width='460' height='8' rx='4' fill='%23fff' opacity='.2'/%3E%3Ccircle cx='680' cy='80' r='50' fill='%23fff' opacity='.06'/%3E%3Ccircle cx='120' cy='340' r='50' fill='%23fff' opacity='.06'/%3E%3C/svg%3E");
}

/* Privacy — shield */
.blog-thumb[data-cat="Privacy"] {
    background: linear-gradient(135deg, #f0fdf4 0%, #4ade80 50%, #15803d 100%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 400'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0' stop-color='%23f0fdf4'/%3E%3Cstop offset='1' stop-color='%2315803d'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='800' height='400'/%3E%3Cpath d='M400 60 L500 110 L500 230 Q500 310 400 350 Q300 310 300 230 L300 110 Z' fill='none' stroke='%23fff' stroke-width='5' opacity='.2'/%3E%3Cpath d='M400 80 L480 120 L480 230 Q480 295 400 330 Q320 295 320 230 L320 120 Z' fill='%23fff' opacity='.06'/%3E%3Cpath d='M365 200 L390 225 L440 175' stroke='%23fff' stroke-width='6' fill='none' stroke-linecap='round' stroke-linejoin='round' opacity='.35'/%3E%3Ccircle cx='680' cy='80' r='50' fill='%23fff' opacity='.06'/%3E%3Ccircle cx='120' cy='340' r='50' fill='%23fff' opacity='.06'/%3E%3C/svg%3E");
}
