.fe-wh-section{padding:48px 0;background:#fafaf8}
.fe-wh-container{max-width:80rem;margin:0 auto;padding:0 16px}
.fe-wh-header{text-align:center;max-width:42rem;margin:0 auto 40px}
.fe-wh-eyebrow{color:#c9a227;font-size:.75rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase}
.fe-wh-title{font-size:1.875rem;font-weight:300;color:#1a3a2f;margin-top:12px;line-height:1.2}
.fe-wh-title strong{font-weight:600}
.fe-wh-desc{color:#4b5563;margin-top:16px;font-size:1rem;line-height:1.6}
.fe-wh-grid{display:grid;grid-template-columns:1fr;gap:16px}
.fe-wh-card{display:flex;flex-direction:column;gap:12px;padding:16px;background:#fff;border-radius:1rem;border:1px solid #f3f4f6;text-decoration:none;transition:border-color .2s,box-shadow .2s}
.fe-wh-card:hover{border-color:#c9a227;box-shadow:0 10px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)}
.fe-wh-icon{width:40px;height:40px;background:#1a3a2f;border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background-color .2s}
.fe-wh-card:hover .fe-wh-icon{background:#c9a227}
.fe-wh-icon svg{width:18px;height:18px;color:#fff}
.fe-wh-name{font-size:.9375rem;color:#1a3a2f;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.fe-wh-region{font-size:.8125rem;color:#6b7280;margin-top:2px}
.fe-wh-role{font-size:.75rem;color:#9ca3af;margin-top:2px}
.fe-wh-phone-row{display:flex;align-items:center;gap:8px;padding-top:8px;border-top:1px solid #f3f4f6}
.fe-wh-phone-row svg{width:14px;height:14px;color:#c9a227;flex-shrink:0}
.fe-wh-phone{font-size:.8125rem;color:#1a3a2f;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
@media(min-width:640px){
  .fe-wh-section{padding:64px 0}
  .fe-wh-container{padding:0 24px}
  .fe-wh-title{font-size:2.25rem}
  .fe-wh-grid{grid-template-columns:1fr 1fr;gap:24px}
  .fe-wh-card{padding:20px}
  .fe-wh-name{font-size:1rem}
}
@media(min-width:768px){
  .fe-wh-container{padding:0 48px}
}
@media(min-width:1024px){
  .fe-wh-section{padding:96px 0}
  .fe-wh-title{font-size:3rem}
  .fe-wh-grid{grid-template-columns:1fr 1fr 1fr 1fr}
}
