/* Explore Puncak Hub UI Standard v1 — typography reset to original component scale */
.ep-hub-service-nav{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin:0 0 30px}
.ep-hub-service-card{display:flex;min-height:112px;flex-direction:column;align-items:center;justify-content:center;padding:14px;border:1px solid #dde8e1;border-radius:12px;background:#fff;box-shadow:0 7px 22px rgba(18,62,44,.035);text-align:center;transition:.18s ease}
.ep-hub-service-card:hover{transform:translateY(-2px);border-color:#b8d0c1}
.ep-hub-service-card.is-active{background:#edf7ee;border-color:#cfe5d3}
.ep-hub-service-card svg{width:24px;height:24px;margin-bottom:8px;fill:currentColor;color:#0b6044}
.ep-hub-service-card strong{color:#173d30;font:800 15px/1.2 Calibri,"Segoe UI",Arial,sans-serif}
.ep-hub-service-card span{margin-top:4px;color:#6c7b73;font:500 12px/1.3 Calibri,"Segoe UI",Arial,sans-serif}
.ep-hub-area-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.ep-hub-area-card{display:grid;grid-template-columns:150px minmax(0,1fr) 28px;align-items:center;gap:16px;min-height:138px;padding:12px;border:1px solid #dde8e1;border-radius:12px;background:#fff;box-shadow:0 7px 22px rgba(18,62,44,.04);transition:.18s ease}
.ep-hub-area-card:hover{transform:translateY(-2px);border-color:#b8d0c1}
.ep-hub-area-card img{width:150px;height:112px;border-radius:9px;object-fit:cover}
.ep-hub-area-card strong{display:block;color:#153d30;font:800 17px/1.2 Calibri,"Segoe UI",Arial,sans-serif}
.ep-hub-area-card small{display:block;margin-top:5px;color:#6c7b73;font:500 13px/1.45 Calibri,"Segoe UI",Arial,sans-serif}
.ep-hub-area-card b{color:#0b6848;font:800 22px/1 Calibri,"Segoe UI",Arial,sans-serif}
@media(max-width:1050px){.ep-hub-service-nav{grid-template-columns:repeat(3,1fr)}.ep-hub-area-grid{grid-template-columns:1fr 1fr}.ep-hub-area-card{grid-template-columns:130px 1fr 24px}.ep-hub-area-card img{width:130px;height:100px}}
@media(max-width:700px){.ep-hub-service-nav{grid-template-columns:repeat(2,1fr);gap:8px}.ep-hub-service-card{min-height:94px}.ep-hub-area-grid{grid-template-columns:1fr}.ep-hub-area-card{grid-template-columns:108px 1fr 22px;min-height:116px;gap:12px}.ep-hub-area-card img{width:108px;height:92px}.ep-hub-area-card strong{font-size:16px}.ep-hub-area-card small{font-size:12px}}
