@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");.exp-cards{--exp-radius:16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;padding:20px;-webkit-font-smoothing:antialiased}.exp-cards__container{margin:0 auto;max-width:1200px}.exp-cards__header{margin:0 auto clamp(32px,5vw,56px);max-width:720px;text-align:center}.exp-cards__title{color:var(--exp-title-color);font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;letter-spacing:-.02em;line-height:1.15;margin:0 0 16px}.exp-cards__subtitle{color:var(--exp-title-color);font-size:clamp(1rem,1.6vw,1.125rem);font-weight:400;line-height:1.6;margin:0;opacity:.8}.exp-cards__grid{display:flex;flex-wrap:wrap;gap:30px;justify-content:center;list-style:none;margin:0;padding:0}.exp-card{background:var(--exp-card-bg);border:1px solid rgba(16,24,40,.05);border-radius:var(--exp-radius);box-shadow:0 1px 2px rgba(16,24,40,.04),0 4px 16px rgba(16,24,40,.06);color:var(--exp-card-text);display:flex;flex:1 1 320px;flex-direction:column;max-width:480px;padding:32px 28px;position:relative;transition:transform .28s cubic-bezier(.16,1,.3,1),box-shadow .28s cubic-bezier(.16,1,.3,1),border-color .28s ease;will-change:transform}.exp-card--linked:hover{border-color:rgba(16,24,40,.08);box-shadow:0 4px 8px rgba(16,24,40,.06),0 20px 40px rgba(16,24,40,.12);transform:translateY(-6px)}.exp-card__icon{align-items:center;background:rgba(0,87,184,.08);border-radius:12px;display:inline-flex;height:56px;justify-content:center;margin-bottom:20px;width:56px}.exp-card__icon img,.exp-card__icon svg{fill:var(--exp-accent);height:32px;object-fit:contain;width:32px}.exp-card__title{color:var(--exp-card-text);font-size:1.25rem;font-weight:600;letter-spacing:-.01em;line-height:1.3;margin:0 0 12px;transition:color .2s ease}.exp-card__title a{color:inherit;text-decoration:none}.exp-card--linked:hover .exp-card__title{color:var(--exp-accent)}.exp-card__stretched-link:after{border-radius:var(--exp-radius);content:"";inset:0;position:absolute;z-index:1}.exp-card__stretched-link:focus-visible{outline:none}.exp-card__stretched-link:focus-visible:after{outline:2px solid var(--exp-accent);outline-offset:2px}.exp-card__description{color:var(--exp-card-text);font-size:.9375rem;line-height:1.6;margin:0 0 20px;opacity:.75}.exp-card__description :where(p){margin:0 0 8px}.exp-card__description :where(p):last-child{margin-bottom:0}.exp-card__description :where(ul,ol){margin:8px 0;padding-left:1.25em}.exp-card__description :where(ul){list-style:none;padding-left:0}.exp-card__description :where(ul) li{margin-bottom:6px;padding-left:1.4em;position:relative}.exp-card__description :where(ul) li:before{background:var(--exp-bullet);border-radius:50%;content:"";height:7px;left:0;position:absolute;top:.5em;width:7px}.exp-card__cta{align-items:center;color:var(--exp-cta);display:inline-flex;font-size:.875rem;font-weight:600;gap:6px;margin-top:auto}.exp-card__arrow{height:18px;transition:transform .25s ease;width:18px}.exp-card--linked:hover .exp-card__arrow{transform:translateX(4px)}@media (prefers-reduced-motion:reduce){.exp-card,.exp-card__arrow{transition:none}.exp-card--linked:hover{transform:none}}