| 1 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720" width="1280" height="720"> |
| 2 | <defs> |
| 3 | <linearGradient id="coverOverlay" x1="0%" y1="0%" x2="100%" y2="100%"> |
| 4 | <stop offset="0%" stop-color="#1A3A5C" stop-opacity="0.85"/> |
| 5 | <stop offset="100%" stop-color="#0D1F33" stop-opacity="0.92"/> |
| 6 | </linearGradient> |
| 7 | <linearGradient id="accentLine" x1="0%" y1="0%" x2="100%" y2="0%"> |
| 8 | <stop offset="0%" stop-color="#E8A838"/> |
| 9 | <stop offset="100%" stop-color="#2D8A4E"/> |
| 10 | </linearGradient> |
| 11 | <filter id="shadowSm"> |
| 12 | <feGaussianBlur in="SourceAlpha" stdDeviation="3"/> |
| 13 | <feOffset dx="0" dy="2"/> |
| 14 | <feComponentTransfer><feFuncA type="linear" slope="0.15"/></feComponentTransfer> |
| 15 | <feMerge><feMergeNode/><feMergeNode in="SourceGraphic"/></feMerge> |
| 16 | </filter> |
| 17 | </defs> |
| 18 | |
| 19 | <!-- Background image --> |
| 20 | <image href="../images/cover_bg.png" x="0" y="0" width="1280" height="720" preserveAspectRatio="xMidYMid slice"/> |
| 21 | |
| 22 | <!-- Dark overlay --> |
| 23 | <rect x="0" y="0" width="1280" height="720" fill="url(#coverOverlay)"/> |
| 24 | |
| 25 | <!-- Top accent bar --> |
| 26 | <rect x="0" y="0" width="1280" height="6" fill="url(#accentLine)"/> |
| 27 | |
| 28 | <!-- Left decorative vertical line --> |
| 29 | <rect x="80" y="180" width="4" height="280" fill="#E8A838" fill-opacity="0.8"/> |
| 30 | |
| 31 | <!-- Main title --> |
| 32 | <text x="110" y="270" font-family="'Helvetica Neue', Arial, sans-serif" font-size="54" font-weight="bold" fill="#FFFFFF" letter-spacing="-0.5"> |
| 33 | <tspan x="110" dy="0">Kimsoong Customer</tspan> |
| 34 | <tspan x="110" dy="64">Loyalty Programme</tspan> |
| 35 | </text> |
| 36 | |
| 37 | <!-- Subtitle --> |
| 38 | <text x="110" y="410" font-family="'Helvetica Neue', Arial, sans-serif" font-size="24" fill="#FFFFFF" fill-opacity="0.85"> |
| 39 | Strategic Framework for Customer Retention & Growth |
| 40 | </text> |
| 41 | |
| 42 | <!-- Accent underline --> |
| 43 | <rect x="110" y="430" width="520" height="3" fill="url(#accentLine)"/> |
| 44 | |
| 45 | <!-- Bottom info bar --> |
| 46 | <rect x="0" y="640" width="1280" height="80" fill="#0D1F33" fill-opacity="0.5"/> |
| 47 | |
| 48 | <!-- Info items --> |
| 49 | <text x="110" y="680" font-family="'Helvetica Neue', Arial, sans-serif" font-size="14" fill="#FFFFFF" fill-opacity="0.7"> |
| 50 | <tspan>European Headquarters</tspan> |
| 51 | <tspan dx="40">|</tspan> |
| 52 | <tspan dx="40">Strategic Proposal</tspan> |
| 53 | <tspan dx="40">|</tspan> |
| 54 | <tspan dx="40">April 2026</tspan> |
| 55 | </text> |
| 56 | |
| 57 | <!-- Car icon placeholder --> |
| 58 | <use data-icon="tabler-filled/car" x="1140" y="660" width="36" height="36" fill="#E8A838"/> |
| 59 | |
| 60 | <!-- CONFIDENTIAL marking --> |
| 61 | <text x="1200" y="680" font-family="'Helvetica Neue', Arial, sans-serif" font-size="10" fill="#FFFFFF" fill-opacity="0.4" text-anchor="end">CONFIDENTIAL</text> |
| 62 | </svg> |
| 63 |