
.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:700}
.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:800;margin-bottom:.25rem}
.card-desc{color:#4b5563}
.plan{background:#fff;border:1px solid rgba(0,0,0,.08);padding:1.25rem;border-radius:1rem;position:relative}
.plan .plan-name{font-weight:800}
.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}
.link{text-decoration:underline}
.thumb{border-radius:1rem;overflow:hidden;border:1px solid rgba(0,0,0,.08);background:#fff;height:420px;object-fit:cover;width:100%}
.tile{display:flex;flex-direction:column;gap:.5rem}
.tile-img{width:100%;height:520px;object-fit:cover;border-radius:1rem;border:1px solid rgba(0,0,0,.08);background:#fff;box-shadow:0 10px 30px -15px rgba(0,0,0,.2)}
.tile-cap{text-align:center;font-weight:700}
.placeholder .ph{height:520px;border-radius:1rem;border:1px dashed rgba(0,0,0,.25);display:grid;place-items:center;color:#6b7280;background:linear-gradient(135deg,#f8fafc,#eef2ff)}
