.services-page{background:var(--black);color:var(--white);padding-bottom:6rem}.services-hero{text-align:center;padding:6rem 2rem 4rem}.services-hero h1{margin-bottom:1.5rem;font-size:2.8rem}.services-hero p{color:#aaa;max-width:600px;margin:auto;line-height:1.6}.services-grid-section{width:90%;max-width:1200px;margin:auto;padding:3rem 0 5rem}.services-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.service-card-large{background:#0f0f0f;border:1px solid #1a1a1a;padding:2rem;transition:all .3s}.service-card-large:hover{border-color:var(--yellow);transform:translateY(-5px)}.service-card-large h3{color:var(--yellow);margin-bottom:1rem}.service-card-large p{color:#bbb;line-height:1.6}.highlight{border-color:var(--yellow)}.process-section{text-align:center;background:#0a0a0a;padding:5rem 2rem}.process-section h2{margin-bottom:3rem}.process-grid{grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1100px;margin:auto;display:grid}.process-step span{color:var(--yellow);font-size:1.5rem}.process-step h4{margin:1rem 0}.tech-section{text-align:center;padding:5rem 2rem}.tech-grid{grid-template-columns:repeat(6,1fr);gap:1.5rem;max-width:1000px;margin-top:3rem;margin-left:auto;margin-right:auto;display:grid}.tech-grid div{background:#111;border:1px solid #1a1a1a;padding:1rem;transition:all .3s}.tech-grid div:hover{border-color:var(--yellow)}.services-cta{text-align:center;padding:6rem 2rem}.services-cta h2{margin-bottom:20px}@media (max-width:992px){.services-grid,.process-grid{grid-template-columns:1fr}.tech-grid{grid-template-columns:repeat(2,1fr)}.services-hero h1{font-size:2.2rem}}
