/*
Theme Name: Armstrong Hand & Wrist Surgery
Theme URI: https://handprocedures.com
Author: Dan Armstrong
Description: Custom medical consultant theme based on approved design.
Version: 1.0
*/
:root{--teal:#086b68;--dark:#14212b;--light:#f3f7f6;--text:#1b2730}
body{margin:0;font-family:Arial,sans-serif;color:var(--text);line-height:1.6}a{color:var(--teal)}
.container{max-width:1200px;margin:auto;padding:40px 24px}.hero{background:var(--light);padding:80px 0}.btn{background:var(--teal);color:#fff;padding:14px 22px;border-radius:28px;text-decoration:none;display:inline-block}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.card{background:#fff;border:1px solid #e5eceb;border-radius:16px;padding:24px}.footer{background:var(--dark);color:#fff;padding:50px 0}.conditions{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}@media(max-width:900px){.grid,.conditions{grid-template-columns:1fr 1fr}}
