:root{--bg-dark:#121212;--bg-card:#1e1e1e;--text-light:#f5f5f5;--text-muted:#a0a0a0;--accent-yellow:#facc15;--accent-orange:#f97316;--accent-green:#22c55e;--border-color:#333;--font-family:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-dark);color:var(--text-light);font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}h1,h2,h3,h4,h5,h6{margin-bottom:1rem;font-weight:700;line-height:1.2}a{color:var(--accent-yellow);text-decoration:none;transition:color .3s}a:hover{color:var(--text-light)}button{cursor:pointer;font-family:var(--font-family)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.8s ease-out forwards fadeIn}.hero-section{background-position:50%;background-size:cover;background-attachment:fixed;align-items:center;min-height:100vh;display:flex;position:relative}.hero-overlay{z-index:1;background:linear-gradient(90deg,#121212e6 0%,#12121266 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:2;max-width:800px;position:relative}.hero-title{color:var(--accent-yellow);text-transform:uppercase;letter-spacing:2px;margin-bottom:.5rem;font-size:5rem;font-weight:900}.hero-subtitle{color:var(--text-light);margin-bottom:1.5rem;font-size:2rem;font-weight:600}.hero-description{color:var(--text-muted);max-width:600px;margin-bottom:2rem;font-size:1.2rem}.hero-actions{gap:1rem;display:flex}.btn{text-align:center;text-transform:uppercase;letter-spacing:1px;border:2px solid #0000;border-radius:4px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:inline-block}.btn-primary{background-color:var(--accent-yellow);color:var(--bg-dark)}.btn-primary:hover{color:var(--accent-yellow);border-color:var(--accent-yellow);background-color:#0000}.btn-secondary{color:var(--text-light);border-color:var(--text-light);background-color:#0000}.btn-secondary:hover{background-color:var(--text-light);color:var(--bg-dark)}@media (width<=768px){.hero-title{font-size:3.5rem}.hero-subtitle{font-size:1.5rem}.hero-actions{flex-direction:column}}.services-section{background-color:var(--bg-dark);padding:6rem 0}.section-title{text-align:center;color:var(--text-light);text-transform:uppercase;letter-spacing:2px;margin-bottom:4rem;font-size:3rem}.section-title:after{content:"";background-color:var(--accent-yellow);width:80px;height:4px;margin:1rem auto 0;display:block}.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.service-card{background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:8px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 4px 6px #0000004d}.service-card:hover{border-color:var(--accent-yellow);transform:translateY(-10px);box-shadow:0 10px 20px #00000080}.service-image{background-position:50%;background-size:cover;height:250px}.service-content{padding:2rem}.service-content h3{color:var(--accent-yellow);margin-bottom:1rem;font-size:1.5rem}.service-content p{color:var(--text-muted)}.contact-section{border-top:1px solid var(--border-color);background-color:#0a0a0a;padding:6rem 0}.contact-wrapper{flex-wrap:wrap;gap:4rem;display:flex}.contact-info{flex:1;min-width:300px}.contact-info .section-title:after{margin:1rem 0 0}.contact-desc{color:var(--text-muted);margin-bottom:2rem;font-size:1.1rem}.contact-details{flex-direction:column;gap:1.5rem;display:flex}.contact-item{align-items:center;gap:1rem;font-size:1.2rem;display:flex}.contact-item .icon{font-size:1.5rem}.contact-item a{color:var(--text-light)}.contact-item a:hover{color:var(--accent-yellow)}.contact-form-placeholder{background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:8px;flex:1;min-width:300px;padding:3rem}.contact-form-placeholder h3{color:var(--accent-yellow);text-transform:uppercase;margin-bottom:1.5rem}.contact-form{flex-direction:column;gap:1rem;display:flex}.contact-form input,.contact-form textarea{background-color:var(--bg-dark);border:1px solid var(--border-color);width:100%;color:var(--text-light);font-family:var(--font-family);border-radius:4px;padding:1rem}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--accent-yellow);outline:none}.footer{background-color:var(--bg-card);border-top:1px solid var(--border-color);padding:4rem 0 2rem}.footer-content{flex-wrap:wrap;justify-content:space-between;gap:2rem;margin-bottom:3rem;display:flex}.footer-brand h2{color:var(--accent-yellow);margin-bottom:.5rem;font-size:2rem}.footer-brand p{color:var(--text-light)}.footer-tagline{margin-top:1rem;color:var(--text-muted)!important}.footer-links h3{color:var(--text-light);margin-bottom:1rem}.footer-links ul{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-bottom{text-align:center;border-top:1px solid var(--border-color);color:var(--text-muted);padding-top:2rem}
