
:root{--ring:0 0% 0%}
.navlink{position:relative}
.navlink:hover{color:#4338ca}
.button{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,.08);border-radius:0.75rem;padding:.625rem 1rem;font-weight:600}
.button-primary{background-image:linear-gradient(135deg,#4f46e5,#0ea5e9);color:#fff;border-color:transparent}
.button-ghost{background:#fff;color:#111}
.card{background:#fff;border:1px solid rgba(0,0,0,.08);padding:1rem;border-radius:1rem}
.card-title{font-weight:700;margin-bottom:.25rem}
.card-desc{color:#4b5563}
.link{text-decoration:underline}
.industry{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:1rem;overflow:hidden}
.industry-img{width:100%;height:180px;object-fit:cover}
.industry-title{font-weight:700;margin:.75rem 1rem .25rem}
.industry p{color:#4b5563;margin:0 1rem 1rem}
.plan{background:#fff;border:1px solid rgba(0,0,0,.08);padding:1.25rem;border-radius:1rem;position:relative}
.plan .plan-name{font-weight:700}
.plan .plan-price{font-size:1.5rem;font-weight:800;margin:.25rem 0 .75rem}
.plan.highlight{box-shadow:0 10px 30px -10px rgba(79,70,229,.35)}
.plan .badge{position:absolute;top:.75rem;right:.75rem;background:#111;color:#fff;font-size:.75rem;padding:.25rem .5rem;border-radius:.5rem}
.addon{display:flex;align-items:center;gap:.5rem;background:#fff;border:1px dashed rgba(0,0,0,.2);padding:.75rem 1rem;border-radius:.75rem}
.thumb{border-radius:1rem;overflow:hidden;border:1px solid rgba(0,0,0,.08);background:#fff}
.thumb img{width:100%;height:220px;object-fit:cover;display:block}
