.tecfar-hub{margin:48px 0 0;padding:40px 0 0;border-top:1px solid rgb(15 31 46 / .08)}.tecfar-hub__header{margin:0 0 24px;text-align:center}.tecfar-hub__title{margin:0 0 6px;font-size:24px;font-weight:800;color:#0f1f2e;letter-spacing:-.01em}.tecfar-hub__subtitle{margin:0;font-size:15px;color:#4a5a6c;font-weight:400}.tecfar-hub__grid{display:grid;grid-template-columns:1fr;gap:18px;margin-top:20px}.tecfar-hub__card{position:relative;padding:28px 24px;border:1px solid rgb(15 31 46 / .08);border-radius:14px;background:#fff;box-shadow:0 2px 12px rgb(0 0 0 / .04);transition:border-color 200ms ease,box-shadow 200ms ease,transform 200ms ease;display:flex;flex-direction:column;overflow:hidden}.tecfar-hub__card::before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:48px;height:3px;background:#2563eb;border-radius:0 0 2px 2px}.tecfar-hub__card:hover{border-color:rgb(37 99 235 / .18);box-shadow:0 8px 28px rgb(37 99 235 / .08);transform:translateY(-3px)}.tecfar-hub__icon{width:44px;height:44px;margin-bottom:14px;border-radius:10px;background:rgb(37 99 235 / .08);display:inline-flex;align-items:center;justify-content:center}.tecfar-hub__icon svg{width:22px;height:22px;fill:#2563eb}.tecfar-hub__card-title{margin:0 0 8px;font-size:18px;font-weight:700;color:#0f1f2e}.tecfar-hub__card-title a{text-decoration:none;color:#0f1f2e;transition:color 200ms ease}.tecfar-hub__card-title a:hover{color:#2563eb}.tecfar-hub__card-excerpt{margin:0 0 16px;font-size:14px;line-height:1.6;color:#4a5a6c;flex:1}.tecfar-hub__card-link{display:inline-flex;align-items:center;gap:6px;text-decoration:none;padding:8px 18px;border-radius:999px;border:1.5px solid #2563eb;background:#fff0;color:#2563eb;font-weight:700;font-size:13px;line-height:1;transition:background 200ms ease,color 200ms ease,box-shadow 200ms ease;align-self:flex-start}.tecfar-hub__card-link:hover,.tecfar-hub__card-link:focus{background:#2563eb;color:#fff;box-shadow:0 4px 12px rgb(37 99 235 / .25)}@media (min-width:768px){.tecfar-hub__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1100px){.tecfar-hub__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:767px){.tecfar-hub__card{padding:24px 20px}}