
body{margin:0;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:#222;background:#fff;line-height:1.7}
.wrap{max-width:900px;margin:0 auto;padding:40px 24px}
header{border-bottom:1px solid #ddd}
.brand{display:flex;align-items:center;gap:16px}
.brand img{height:56px}
.brand strong{font-size:22px;font-weight:700;letter-spacing:0.02em}
h1{font-size:32px;margin:0 0 8px;font-weight:700;letter-spacing:-0.01em}
h2{margin:44px 0 14px;font-size:22px;font-weight:600}
p{line-height:1.75;color:#333;font-size:16px}
.intro{font-size:18px;line-height:1.8;color:#222}
.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.card{border:1px solid #ddd;border-radius:6px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:18px 12px 14px;min-height:90px;text-decoration:none;color:#222;transition:box-shadow 0.15s ease, border-color 0.15s ease}
.card:hover{border-color:#aaa;box-shadow:0 2px 8px rgba(0,0,0,0.08)}
.card img{max-width:100%;max-height:50px;margin-bottom:8px}
.card .company-name{font-size:13px;font-weight:600;text-align:center;color:#444}
.focus-areas{margin:20px 0}
.focus-area{margin-bottom:14px}
.focus-area strong{font-size:16px}
footer{border-top:1px solid #ddd;color:#666;font-size:14px}
@media(max-width:680px){.grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:681px) and (max-width:860px){.grid{grid-template-columns:repeat(3,1fr)}}
