.feature-card.svelte-1mapala{display:flex;flex-direction:column;gap:20px;padding:32px;background-color:var(--surface);border-radius:20px;border:1px solid var(--border-primary);transition:all .25s ease;height:100%}.feature-card.svelte-1mapala:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:var(--brand-muted)}.feature-card.svelte-1mapala.horizontal{flex-direction:row;align-items:flex-start}@media(max-width:480px){.feature-card.svelte-1mapala.horizontal{flex-direction:column}}.feature-card.svelte-1mapala .icon-box:where(.svelte-1mapala){width:56px;height:56px;flex-shrink:0;background-color:var(--brand-muted);color:var(--brand-primary);border-radius:16px;display:flex;align-items:center;justify-content:center}.feature-card.svelte-1mapala .text:where(.svelte-1mapala) h3:where(.svelte-1mapala){font-size:1.15rem;font-weight:800;color:var(--text-primary);margin-bottom:8px}.feature-card.svelte-1mapala .text:where(.svelte-1mapala) p:where(.svelte-1mapala){font-size:.95rem;color:var(--text-secondary);line-height:1.6}
