/*
Theme Name: Xtreme PC Theme V6.5 Expanded
Version: 6.5
Description: Premium one-page WordPress theme for Xtreme PC Solutions.
*/

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

.topbar{
position:fixed;
top:0;
width:100%;
display:flex;
justify-content:space-between;
align-items:center;
padding:10px 28px;
background:rgba(10,10,10,.75);
z-index:999;
box-sizing:border-box;
}

.top-left img,
.top-right img{
max-height:58px;
width:auto!important;
}

.top-center{
font-size:30px;
font-weight:800;
}

.top-center a{
color:#fff;
text-decoration:none;
}

.container{
max-width:980px;
margin:auto;
}

.hero{
min-height:58vh;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
background-size:cover;
background-position:center;
padding:90px 20px 25px;
}

h1{
font-size:52px;
margin-bottom:14px;
line-height:1.1;
}

.hero p,
.section-text{
color:#b0b0b0;
font-size:18px;
}

section{
padding:32px 20px;
}

h2{
font-size:34px;
margin-bottom:10px;
text-align:center;
}

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

.card{
background:#111;
padding:24px;
border-radius:16px;
text-align:center;
border:1px solid rgba(255,255,255,.08);
}

.highlight{
background:#101010;
border-left:4px solid #c40000;
padding:28px;
border-radius:16px;
margin-top:20px;
}

.cta{
text-align:center;
padding-bottom:35px;
}

.cta a{
display:inline-block;
padding:16px 34px;
background:#b30000;
color:#fff;
text-decoration:none;
border-radius:14px;
font-size:26px;
font-weight:800;
}

@media(max-width:768px){
.top-center{
font-size:20px;
}
.top-left img,
.top-right img{
max-height:42px;
}
h1{
font-size:34px;
}
}
