.brand-full{display:block;width:min(280px,80%);height:auto;margin:0 auto 1rem;object-fit:contain}
.brand-heading{display:flex;align-items:center;gap:.65rem}
.brand-mark{display:block;width:40px;height:40px;object-fit:contain}
.brand-symbol-slot{display:block;background:url("/assets/branding/throsai-logo-mark.png") center/contain no-repeat}
.product-grid .card[data-service-ready]{display:flex;flex-direction:column;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}
.product-grid .card[data-service-ready]:hover{border-color:#8e83e5;box-shadow:0 12px 28px #3e337326;transform:translateY(-2px)}
.product-grid .card[data-service-ready]:focus-visible{outline:3px solid #b8b0ff;outline-offset:3px;border-color:#5848d8}
.service-action{align-self:flex-start;min-height:44px;margin-top:auto;padding:.65rem .9rem;background:#5848d8;color:#fff;border:1px solid #5848d8;border-radius:9px;cursor:pointer;font-weight:700}
.service-action:hover{background:#4738c4;border-color:#4738c4}
.service-action:focus-visible{outline:3px solid #b8b0ff;outline-offset:2px}
.service-notice{margin-top:1rem;border-color:#b8b0ff;background:#f5f3ff;color:#352c7f}
@media(max-width:620px){.brand-mark,.brand-symbol-slot{width:30px;height:30px}.brand-full{width:min(230px,75%)}.service-action{width:100%}}
