<!DOCTYPE html>
<html lang=”en”>
<head>
<meta charset=”UTF-8″>
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″>
<title>Netflix Gift Card Rewards</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: ‘Helvetica Neue’, Arial, sans-serif;
}
body {
background-color: #000;
color: #fff;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
}
header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 0;
border-bottom: 1px solid #333;
}
.logo {
color: #E50914;
font-size: 32px;
font-weight: bold;
}
.hero {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
padding: 60px 0;
background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 100%), url(“/api/placeholder/1200/500”) ce