.experts-section.section{width:min(var(--container),calc(100% - 48px));margin-inline:auto;padding:96px 0;position:relative;border-top:0;scroll-margin-top:92px;overflow:hidden}.experts-section .section-header{max-width:820px;margin-bottom:18px}.experts-section .section-header--split{max-width:none;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);grid-gap:56px;gap:56px;align-items:flex-end}.experts-section .section-header h2{margin-bottom:0}.expert-section-lead{max-width:760px;margin:0 0 38px}.expert-heading-actions{display:flex;justify-content:flex-end;align-items:center;gap:14px}.summary-text-link{min-height:44px;display:inline-flex;align-items:center;gap:4px;color:var(--violet);text-decoration:none;font-size:.72rem;font-weight:800}.summary-text-link:hover{color:var(--gold-soft)}.summary-text-link svg{width:16px}.carousel-controls{display:flex;gap:9px;justify-content:flex-end}.experts-section .icon-button{width:44px;height:44px;display:inline-grid;place-items:center;border:1px solid var(--line);border-radius:11px;background:var(--surface);color:var(--text);cursor:pointer}.experts-section .icon-button:hover{background:var(--surface-3);border-color:var(--line-strong)}.experts-section .expert-carousel{display:flex;gap:14px;padding:4px 4px 22px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-color:var(--line-strong) transparent}.experts-section .expert-card{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 30px) / 4);min-width:calc((100% - 30px) / 4);min-height:390px;display:flex;flex-direction:column;padding:16px;scroll-snap-align:start;border:1px solid var(--line);border-radius:14px;color:var(--text);background:linear-gradient(145deg,color-mix(in srgb,var(--surface) 91%,var(--violet) 9%),var(--surface));box-shadow:0 1px 0 rgba(255,255,255,.025);transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.experts-section .expert-card:hover{border-color:var(--violet);transform:translateY(-1px)}.expert-card__link{width:100%;flex:1 1;display:grid;grid-template-rows:auto minmax(112px,auto) auto;justify-items:center;align-content:start;grid-gap:11px;gap:11px;padding:0;color:inherit;text-align:center;text-decoration:none}.experts-section .expert-avatar{width:112px;aspect-ratio:4/5;position:relative;display:grid;place-items:center;overflow:hidden;border-radius:16px;color:#171019;background:linear-gradient(145deg,var(--gold),var(--violet));font-weight:800}.experts-section .expert-avatar:after{content:"";position:absolute;inset:auto 0 0;height:36%;background:linear-gradient(transparent,rgba(8,7,11,.5));pointer-events:none}.experts-section .expert-avatar img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.experts-section .expert-avatar b{position:relative;z-index:1}.experts-section .expert-avatar img+b{opacity:0}.experts-section .expert-avatar img[hidden]+b{opacity:1}.experts-section .expert-card__copy{width:100%;display:grid;align-content:start;grid-gap:7px;gap:7px}.experts-section .expert-card__copy strong{font-size:.9rem}.experts-section .expert-card__copy>span{display:-webkit-box;min-height:3.9em;overflow:hidden;color:var(--muted);font-size:.66rem;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:3}.experts-section .expert-card__action{width:100%;min-height:44px;display:flex;justify-content:center;align-items:center;gap:5px;margin-top:auto;padding:10px 12px;border-radius:10px;color:var(--surface);background:var(--violet);font-size:.7rem;font-weight:800;box-shadow:0 10px 22px color-mix(in srgb,var(--violet) 22%,transparent)}.experts-section .expert-card__action svg{width:15px}.expert-card__page{min-height:44px;display:flex;align-items:center;justify-content:center;margin-top:6px;color:var(--gold-strong);font-size:.7rem;font-weight:750}.experts-section a:focus-visible,.experts-section button:focus-visible{outline:2px solid var(--gold-soft);outline-offset:2px}@media (max-width:1100px){.experts-section .expert-card{flex-basis:calc((100% - 10px) / 2);min-width:calc((100% - 10px) / 2)}}@media (max-width:780px){.experts-section.section{width:min(100% - 28px,var(--container));padding:78px 0}.experts-section .section-header--split{grid-template-columns:1fr;gap:14px}.expert-heading-actions{justify-content:space-between}}@media (max-width:520px){.experts-section .expert-card{flex-basis:100%;min-width:100%}.experts-section .expert-avatar{width:128px}}@media (prefers-reduced-motion:reduce){.experts-section .expert-card{transition:none}}