
/*
Theme Name: C POWER Engineering
Theme URI: https://example.com/
Author: C POWER Engineering
Description: Professional electrical engineering and LV panel solutions WordPress theme.
Version: 1.0
*/
:root{--red:#ed1c24;--dark:#111;--gray:#777;--light:#f5f5f5}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#222;background:#fff;line-height:1.6}
a{text-decoration:none;color:inherit}.container{width:min(1120px,92%);margin:auto}
.site-header{background:#050505;color:#fff;position:sticky;top:0;z-index:20;border-bottom:2px solid var(--red)}
.nav{display:flex;align-items:center;justify-content:space-between;min-height:76px}.brand img{width:190px;height:auto;display:block}
.menu{display:flex;gap:24px;align-items:center}.menu a{font-weight:700}.menu a:hover{color:var(--red)}
.hero{background:linear-gradient(120deg,#050505 0%,#151515 55%,#2b2b2b 100%);color:#fff;padding:100px 0}
.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:center}.hero h1{font-size:52px;line-height:1.08;margin:0 0 18px}.hero h1 span{color:var(--red)}.hero p{font-size:20px;color:#ddd;max-width:650px}
.btn{display:inline-block;padding:13px 22px;border-radius:4px;font-weight:700;margin:8px 8px 0 0}.btn-red{background:var(--red);color:#fff}.btn-outline{border:1px solid #fff;color:#fff}.btn:hover{opacity:.88}
.hero-logo{width:100%;max-width:430px;background:#000;border-radius:8px;padding:22px}
.section{padding:75px 0}.section.gray{background:var(--light)}.section-title{text-align:center;margin-bottom:45px}.section-title h2{font-size:36px;margin:0 0 8px}.section-title span{color:var(--red);font-weight:800}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:28px;box-shadow:0 5px 18px rgba(0,0,0,.06)}.card h3{margin-top:0}.icon{font-size:30px;color:var(--red)}
.about{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.about h2{font-size:38px}.about-image{background:#050505;padding:20px;border-radius:8px}.about-image img{width:100%;display:block}
.projects{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.project{padding:25px;background:#111;color:#fff;border-left:5px solid var(--red);border-radius:6px}.project h3{margin-top:0}
.cta{background:var(--red);color:#fff;text-align:center;padding:55px 0}.cta h2{font-size:36px;margin:0 0 10px}.cta .btn{border-color:#fff}
.contact{display:grid;grid-template-columns:1fr 1fr;gap:35px}.contact-box{background:#111;color:#fff;padding:32px;border-radius:8px}.contact-box h3{color:#fff}.contact-item{padding:12px 0;border-bottom:1px solid #333}.contact-item strong{color:#fff}.contact-form input,.contact-form textarea{width:100%;padding:13px;margin:0 0 14px;border:1px solid #ddd;border-radius:4px;font:inherit}.contact-form textarea{min-height:150px}
.footer{background:#050505;color:#aaa;padding:35px 0;text-align:center}.footer strong{color:#fff}.footer .red{color:var(--red)}
.whatsapp{position:fixed;right:18px;bottom:18px;background:#25D366;color:#fff;padding:14px 18px;border-radius:30px;font-weight:800;z-index:30;box-shadow:0 5px 15px rgba(0,0,0,.25)}
@media(max-width:800px){.menu{display:none}.hero{padding:65px 0}.hero-grid,.about,.contact{grid-template-columns:1fr}.hero h1{font-size:40px}.cards,.projects{grid-template-columns:1fr}.section{padding:55px 0}}
