
/*
Theme Name: Excellence Media Pro
Author: OpenAI
Version: 3.0
Description: Ultra Premium WordPress Theme for AI, Marketing, Branding & Automation Agency
*/

:root{
--green:#00A63E;
--light:#ffffff;
--dark:#111111;
--gray:#f5f7f9;
}

*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:Arial,sans-serif;
background:#fff;
color:#111;
line-height:1.7;
}

header{
background:#fff;
padding:18px 60px;
display:flex;
justify-content:space-between;
align-items:center;
position:sticky;
top:0;
z-index:999;
box-shadow:0 2px 20px rgba(0,0,0,.06);
}

.logo{
font-size:34px;
font-weight:800;
color:var(--green);
}

nav ul{
display:flex;
list-style:none;
gap:25px;
}

nav a{
text-decoration:none;
color:#111;
font-weight:600;
}

.hero{
padding:120px 70px;
display:grid;
grid-template-columns:1fr 1fr;
align-items:center;
gap:40px;
background:linear-gradient(to right,#fff,#f3fff7);
}

.hero h1{
font-size:64px;
line-height:1.1;
margin-bottom:25px;
}

.hero span{
color:var(--green);
}

.hero p{
font-size:20px;
margin-bottom:30px;
}

.btn{
display:inline-block;
padding:16px 32px;
background:var(--green);
color:#fff;
text-decoration:none;
border-radius:12px;
font-weight:bold;
}

.section{
padding:100px 70px;
}

.title{
font-size:46px;
text-align:center;
margin-bottom:60px;
}

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

.card{
background:#fff;
padding:35px;
border-radius:22px;
box-shadow:0 5px 30px rgba(0,0,0,.08);
transition:.3s;
border:1px solid #eee;
}

.card:hover{
transform:translateY(-8px);
}

.card h3{
color:var(--green);
margin-bottom:18px;
font-size:28px;
}

.stats{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
gap:25px;
margin-top:40px;
}

.stat{
background:#fff;
padding:35px;
text-align:center;
border-radius:18px;
box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.stat h2{
color:var(--green);
font-size:52px;
}

.service-detail{
background:var(--gray);
padding:50px;
border-radius:24px;
margin-bottom:30px;
}

footer{
background:#0d0d0d;
color:#fff;
padding:70px;
}

.footer-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
gap:40px;
}

.footer-grid h3{
margin-bottom:18px;
color:#00A63E;
}

.footer-grid ul{
list-style:none;
}

.footer-grid li{
margin-bottom:10px;
}

.footer-grid a{
color:#ddd;
text-decoration:none;
}

.copyright{
margin-top:40px;
text-align:center;
opacity:.8;
}

@media(max-width:900px){
.hero{
grid-template-columns:1fr;
text-align:center;
}
.hero h1{
font-size:44px;
}
header{
padding:20px;
flex-direction:column;
gap:15px;
}
.section{
padding:70px 25px;
}
}
