.expert-cards{width:100%}.expert-cards__header{margin-bottom:2.5rem;text-align:center}.expert-cards__title{color:var(--color-text);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;line-height:1.2;margin:0 0 .75rem}.expert-cards__summary{color:var(--color-text-muted);font-size:1.125rem;line-height:1.6;margin:0 auto;max-width:42rem}.expert-cards__summary p{margin:0}.expert-cards__grid{display:grid;grid-template-columns:1fr;min-width:0}.expert-cards__card{align-items:center;background:#fff;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.08);display:flex;flex-direction:column;gap:.75rem;height:100%;min-width:0;padding:2rem 1.5rem;text-align:center}.expert-cards__photo{border:4px solid #fff;border-radius:50%;box-shadow:0 0 0 1px rgba(78,42,132,.08);flex-shrink:0;height:clamp(7rem,18vw,8.75rem);overflow:hidden;width:clamp(7rem,18vw,8.75rem)}.expert-cards__photo img{display:block;height:100%;object-fit:cover;width:100%}.expert-cards__name{color:var(--color-text);font-size:1.0625rem;font-weight:700;line-height:1.35;margin:.25rem 0 0}.expert-cards__role{color:var(--color-primary,#6058a5);font-size:.9375rem;font-weight:600;line-height:1.45;margin:0}.expert-cards__bio{color:var(--color-text-muted);font-size:.875rem;line-height:1.6;margin-top:.25rem}.expert-cards__bio p{margin:0}.expert-cards__card-link{margin-top:auto;padding-top:.5rem}.expert-cards__card-link .button{text-decoration:none}.expert-cards__card .button--ghost{background-color:transparent;color:var(--color-primary,#4e2a84)}.expert-cards__card .button--ghost:focus-visible,.expert-cards__card .button--ghost:hover{background-color:rgba(78,42,132,.08);border-color:transparent;color:var(--color-primary-hover,#3d2168);opacity:1;text-decoration:none}.expert-cards__card .button--standard{background-color:var(--color-primary,#4e2a84);border-color:var(--color-primary,#4e2a84);color:#fff;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease,color .2s ease}.expert-cards__card .button--standard:focus-visible,.expert-cards__card .button--standard:hover{background-color:var(--color-primary-hover,#3d2168);border-color:var(--color-primary-hover,#3d2168);box-shadow:0 4px 14px rgba(78,42,132,.28);color:#fff;text-decoration:none;transform:translateY(-1px)}.expert-cards__card .button--standard:active{box-shadow:0 2px 6px rgba(78,42,132,.2);transform:translateY(0)}.expert-cards__card .button--inverted{background-color:#fff;border-color:#fff;color:var(--color-primary,#4e2a84)}.expert-cards__card .button--inverted:focus-visible,.expert-cards__card .button--inverted:hover{background-color:var(--color-primary,#4e2a84);border-color:#fff;color:#fff}@media (min-width:48rem){.expert-cards__header{margin-bottom:3rem}.expert-cards__card{padding:2.25rem 1.75rem}}@media (max-width:29.99rem){.expert-cards__grid{gap:1.25rem}}