.page-hero{position:relative;height:45vh;min-height:300px;overflow:hidden;background:linear-gradient(135deg,rgba(8,112,150,.95) 0%,rgba(15,28,20,.98) 100%),url('https://images.unsplash.com/photo-1555066931-4365d14bab8c?w=1600&q=80') center/cover no-repeat;display:flex;align-items:center;justify-content:center}
.tech-section{padding:70px 0;background:var(--sand)}
.tech-header{text-align:center;margin-bottom:40px}
.tech-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}
.tech-tag:hover{background:var(--forest);color:var(--white);border-color:var(--forest)}
.process-section{padding:70px 0}
.process-header{text-align:center;margin-bottom:40px}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.process-card{text-align:center;background:var(--sand);border:1px solid var(--border);border-radius:14px;padding:24px 18px}
.process-icon{width:48px;height:48px;border-radius:50%;margin:0 auto 14px;background:linear-gradient(135deg,var(--forest),var(--canopy));display:flex;align-items:center;justify-content:center;font-size:1.3rem}
.process-card h4{font-family:'Inter',sans-serif;font-size:.9rem;font-weight:700;color:var(--forest);margin-bottom:6px}
.process-card p{font-size:.78rem;color:var(--warm-light);line-height:1.5}
@media(max-width:768px){.services-section,.tech-section,.process-section,.why-section,.cta-section{padding:50px 0}.page-hero{height:38vh;min-height:260px}}