
/*
Theme Name: Poley Corporation Impact Theme
Author: OpenAI for Poley Corporation Pty Ltd
Description: WordPress theme for Poley Corporation Pty Ltd
Version: 4.0
*/

body{
margin:0;
font-family:Arial, Helvetica, sans-serif;
background:#07111f;
color:#e9f4ff;
}

.container{
width:min(1180px, calc(100% - 32px));
margin:auto;
}

header{
background:#000;
padding:16px 0;
}

.brand{
display:flex;
align-items:center;
gap:14px;
}

.brand img{
width:60px;
}

nav{
margin-left:auto;
}

nav a{
color:#76d6ff;
margin-left:20px;
text-decoration:none;
font-weight:bold;
}

.hero{
background:url('https://images.unsplash.com/photo-1509391366360-2e959784a276?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
padding:120px 20px;
text-align:center;
}

.hero h1{
font-size:48px;
margin-bottom:20px;
}

.section{
padding:70px 20px;
}

.services{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:20px;
}

.card{
background:#0f1f35;
padding:25px;
border-radius:10px;
}

footer{
background:#000;
padding:30px;
text-align:center;
margin-top:40px;
}
