| 1234567891011121314151617181920212223242526272829303132333435363738 |
- <svg width="1200" height="640" viewBox="0 0 1200 640" fill="none" xmlns="http://www.w3.org/2000/svg">
- <defs>
- <linearGradient id="bg" x1="100" y1="60" x2="1100" y2="580" gradientUnits="userSpaceOnUse">
- <stop stop-color="#EFF6FF"/>
- <stop offset="1" stop-color="#FFFFFF"/>
- </linearGradient>
- <linearGradient id="line" x1="250" y1="420" x2="950" y2="220" gradientUnits="userSpaceOnUse">
- <stop stop-color="#1D4ED8" stop-opacity="0.20"/>
- <stop offset="0.5" stop-color="#38BDF8" stop-opacity="0.35"/>
- <stop offset="1" stop-color="#1D4ED8" stop-opacity="0.20"/>
- </linearGradient>
- </defs>
- <rect x="0" y="0" width="1200" height="640" rx="40" fill="url(#bg)"/>
- <g opacity="0.9">
- <rect x="120" y="120" width="360" height="400" rx="26" fill="#FFFFFF" stroke="#E2E8F0"/>
- <rect x="160" y="160" width="220" height="16" rx="8" fill="#0F172A" opacity="0.82"/>
- <rect x="160" y="192" width="280" height="12" rx="6" fill="#94A3B8" opacity="0.70"/>
- <rect x="160" y="222" width="250" height="12" rx="6" fill="#94A3B8" opacity="0.55"/>
- <rect x="160" y="282" width="280" height="12" rx="6" fill="#94A3B8" opacity="0.52"/>
- <rect x="160" y="312" width="240" height="12" rx="6" fill="#94A3B8" opacity="0.45"/>
- <rect x="160" y="342" width="260" height="12" rx="6" fill="#94A3B8" opacity="0.40"/>
- <rect x="160" y="402" width="190" height="42" rx="14" fill="#DBEAFE"/>
- <rect x="360" y="402" width="80" height="42" rx="14" fill="#1D4ED8" opacity="0.18"/>
- </g>
- <g>
- <rect x="540" y="140" width="540" height="140" rx="26" fill="#FFFFFF" stroke="#E2E8F0"/>
- <rect x="580" y="178" width="240" height="16" rx="8" fill="#0F172A" opacity="0.82"/>
- <rect x="580" y="210" width="420" height="12" rx="6" fill="#94A3B8" opacity="0.65"/>
- <rect x="540" y="310" width="540" height="210" rx="26" fill="#FFFFFF" stroke="#E2E8F0"/>
- <rect x="580" y="350" width="260" height="16" rx="8" fill="#0F172A" opacity="0.82"/>
- <path d="M590 470 C680 420, 740 410, 820 370 C890 336, 950 320, 1030 290" stroke="url(#line)" stroke-width="12" stroke-linecap="round" opacity="1"/>
- <circle cx="590" cy="470" r="12" fill="#1D4ED8"/>
- <circle cx="820" cy="370" r="12" fill="#38BDF8"/>
- <circle cx="1030" cy="290" r="12" fill="#1D4ED8"/>
- </g>
- </svg>
|