.texti-c-case,.texti-c-product-card { color:inherit; text-decoration:none; }
.texti-c-case,.texti-c-product-card { position:relative; }
.texti-card-hitarea { position:absolute; inset:0; z-index:2; display:block; }
.texti-card-hitarea:focus-visible { outline:3px solid var(--yellow); outline-offset:4px; }
.texti-c-case > p:empty, .texti-c-product-card > p:empty { display:none; }
.texti-c-case:focus-visible,.texti-c-product-card:focus-visible { outline:3px solid var(--yellow); outline-offset:4px; }
.texti-c-product-card { display:grid; grid-template-columns:auto 1fr; align-items:center; gap:18px; padding:22px 24px; border:1px solid #c8d2d3; background:#fff; transition:transform .18s ease, box-shadow .18s ease; }
.texti-c-product-card:hover { transform:translateY(-2px); box-shadow:0 8px 18px #26384218; }
.texti-c-product-card h3 { margin:0; font-size:22px; }.texti-c-product-card p { margin:2px 0 0; font-size:16px; }
.texti-c-case:hover { box-shadow:0 8px 18px #26384218; }
@media (max-width:700px) { .texti-c-product-card { grid-template-columns:auto 1fr; padding:18px; }.texti-c-product-card p { font-size:15px; } }
