body {
margin:0;
font-family:Arial, sans-serif;
background:#0A0A1A;
color:white;
text-align:center;
}

header {
position:fixed;
top:0;
left:0;
padding:20px;
}

.ccu-logo {
height:50px;
}

.hero {
height:100vh;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
background:linear-gradient(135deg,#0A0A1A,#1A1A2E);
}

.hero-crest {
max-width:300px;
margin-bottom:20px;
}

.tagline-small {
color:#aaa;
letter-spacing:2px;
}

.tagline-main {
color:#FFD700;
margin-bottom:30px;
}

.cta-button {
background:#FFD700;
color:#0A0A1A;
padding:15px 30px;
text-decoration:none;
border-radius:5px;
font-weight:bold;
}

section {
padding:100px 20px;
max-width:900px;
margin:auto;
}

footer {
padding:20px;
}
