.eyebrow { color: #b45309; font-size: .7rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.trust-icon { display: inline-flex; height: 2.25rem; width: 2.25rem; flex: none; align-items: center; justify-content: center; border-radius: 999px; background: #fff1df; color: #c06324; font-size: 1.15rem; font-weight: 700; }
.home-actions { margin-top: 1.75rem; }
.home-trust { display: flex; margin-top: 2.25rem; justify-content: center; flex-wrap: wrap; gap: 0; padding: .8rem .25rem; }
.home-trust .trust-icon { display: none; }
.home-trust-item { display: block; padding: 0 .95rem; text-align: center; }
.home-trust-item + .home-trust-item { border-left: 1px solid rgb(28 25 23 / 12%); }
.home-trust-item strong { display: block; color: #57534e; font-size: .68rem; font-weight: 700; letter-spacing: .02em; line-height: 1.2; }
.home-trust-item::before { margin-right: .35rem; font-size: .8rem; } .home-trust-item:nth-child(1)::before { content: '🔄'; } .home-trust-item:nth-child(2)::before { content: '🚫'; } .home-trust-item:nth-child(3)::before { content: '💎'; }
.home-trust-item small { display: block; margin-top: .2rem; color: #78716c; font-size: .68rem; line-height: 1.2; }
@media (max-width: 639px) { .home-trust { margin-top: 2.4rem; padding: .7rem .1rem; row-gap: .55rem; } .home-trust-item { padding: 0 .55rem; } .home-trust-item strong { font-size: .62rem; white-space: nowrap; } }
.category-tile { display: flex; min-height: 9.5rem; flex-direction: column; justify-content: flex-end; border-radius: 1.25rem; border: 1px solid rgb(28 25 23 / 8%); background: linear-gradient(145deg, color-mix(in srgb, var(--category-color) 10%, white), white); padding: 1rem; transition: transform .2s ease, box-shadow .2s ease; }
.category-tile:hover { transform: translateY(-3px); box-shadow: 0 12px 25px rgb(28 25 23 / 10%); }
.category-mark { display: flex; height: 3rem; width: 3rem; align-items: center; justify-content: center; margin-bottom: auto; border-radius: 1rem; background: color-mix(in srgb, var(--category-color) 16%, white); color: var(--category-color); font-size: 1.65rem; }
.category-mark .bx { font-size: 1.8rem; font-weight: 700; }
.category-tile strong { margin-top: .9rem; font-size: .95rem; color: #1c1917; }
.category-tile small { margin-top: .2rem; color: #78716c; font-size: .72rem; }
.list-tile { display: flex; align-items: center; gap: 1rem; min-height: 6.5rem; overflow: hidden; border-radius: 1.25rem; border: 1px solid rgb(28 25 23 / 8%); background: white; padding: .75rem; transition: transform .2s ease, box-shadow .2s ease; }
.list-tile:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgb(28 25 23 / 10%); }
.list-tile-image { height: 5rem; width: 5rem; flex: none; overflow: hidden; border-radius: .9rem; background: #f5f5f4; }
.list-tile-image img { height: 100%; width: 100%; object-fit: cover; }
.list-tile strong { display: block; font-family: Lora, serif; font-size: 1rem; line-height: 1.2; color: #1c1917; }
.list-tile span { display: block; margin-top: .45rem; color: #b45309; font-size: .75rem; font-weight: 700; }
