@charset "UTF-8";.hp-resources-hero{background:linear-gradient(135deg,var(--hp-primary) 0,var(--hp-dark) 100%)}.hp-resource-card{background-color:var(--hp-white);border:1px solid var(--hp-gray-200);border-radius:var(--hp-radius-lg);padding:28px;height:100%;transition:border-color var(--hp-transition),box-shadow var(--hp-transition)}.hp-resource-card:hover{border-color:var(--hp-secondary);box-shadow:var(--hp-shadow-md)}.hp-resource-card h3{font-size:1.15rem;margin-bottom:12px;padding-bottom:10px;border-bottom:2px solid var(--hp-secondary)}.hp-resource-card>p{font-size:.9rem;color:var(--hp-gray-600);line-height:1.6;margin-bottom:16px}.hp-resource-list{list-style:none;padding:0;margin:0 0 16px}.hp-resource-list li{padding:8px 0 8px 20px;font-size:.88rem;color:var(--hp-gray-700);border-bottom:1px solid var(--hp-gray-100);position:relative}.hp-resource-list li:last-child{border-bottom:none}.hp-resource-list li::before{content:"";position:absolute;left:0;top:14px;width:8px;height:8px;border:2px solid var(--hp-secondary);border-radius:50%}.hp-resource-note{font-size:.82rem;color:var(--hp-gray-500);background-color:var(--hp-gray-100);padding:12px 16px;border-radius:var(--hp-radius);border-left:3px solid var(--hp-secondary);margin-bottom:0;line-height:1.5}@media (max-width:767.98px){.hp-resource-card{padding:20px}}