body{
font-family:Arial, sans-serif;
margin:0;
color:#222;
line-height:1.6;
}

.container{
max-width:1100px;
margin:auto;
padding:40px 20px;
}

.hero{
background:#f6f8fb;
}

.hero-content{
display:flex;
align-items:center;
justify-content:space-between;
gap:40px;
}

.hero-text{
flex:1;
}

.hero-image img{
width:260px;
border-radius:8px;
}

h1{
font-size:38px;
margin-bottom:20px;
}

.subtitle{
font-size:20px;
}

.progress-box{
margin:25px 0;
}

.progress-bar{
background:#e5e5e5;
height:14px;
border-radius:7px;
overflow:hidden;
}

.progress-fill{
background:#003366;
height:100%;
}

.cta-button{
display:inline-block;
background:#003366;
color:white;
padding:14px 26px;
border-radius:6px;
text-decoration:none;
font-weight:bold;
margin-top:20px;
}

.cta-button.large{
font-size:20px;
padding:18px 34px;
}

.press{
text-align:center;
background:white;
}

.press-strip{
max-width:800px;
opacity:0.8;
margin-top:20px;
}

.video-container{
position:relative;
padding-bottom:56%;
height:0;
overflow:hidden;
}

.video-container iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

.eligibility{
background:#f6f8fb;
text-align:center;
}

.eligibility-list{
list-style:none;
padding:0;
}

.eligibility-list li{
margin:10px 0;
}

.steps{
display:flex;
gap:40px;
text-align:center;
}

.step h3{
font-size:32px;
color:#003366;
}

.deadline{
background:#003366;
color:white;
text-align:center;
}

.about-grid{
display:grid;
grid-template-columns:300px 1fr;
gap:40px;
align-items:center;
}

.about-photo{
width:100%;
border-radius:8px;
}

.final-cta{
text-align:center;
background:#f6f8fb;
}

.email{
font-weight:bold;
font-size:18px;
}

footer{
background:#222;
color:white;
text-align:center;
padding:30px 20px;
}

.small{
font-size:12px;
opacity:0.8;
}