.service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:2rem}.service-card{border:1px solid rgba(255,255,255,.13);padding:1.5rem;background:#102228}.service-card h3{font-family:Georgia,serif;font-size:1.45rem;font-weight:400;margin:.35rem 0}.service-card p{color:#b8c4c8;margin:0}.training-list{display:grid;gap:.75rem;margin-top:1.3rem}.training-item{background:#fff;border:1px solid #d6dcda;padding:1rem 1.15rem;color:#48575e}.project-highlight{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:3rem;align-items:center}.project-highlight .project-box{background:#102228;border:1px solid rgba(255,255,255,.13);padding:2rem}.project-highlight .project-box h3{font-family:Georgia,serif;font-size:2rem;font-weight:400;margin:.4rem 0}.project-highlight .project-box p{color:#b8c4c8}.contact-actions{display:flex;gap:.8rem;flex-wrap:wrap;justify-content:flex-end}@media(max-width:900px){.service-grid,.project-highlight{grid-template-columns:1fr}.contact-actions{justify-content:flex-start}}
