*{box-sizing:border-box;margin:0;padding:0}body{font-family:Verdana,Geneva,Tahoma,sans-serif}.home-page{flex-direction:column;align-items:center;padding:2rem 1rem;display:flex}h1{text-align:center;text-shadow:2px 2px 4px #00000080;margin-bottom:1rem;font-size:2.5rem}.subtitle{color:#e66a00;margin-bottom:.25rem;padding:.25rem;font-weight:700}.sub-heading{text-align:center;color:#fff;background-color:#e66a00;border-radius:5px;padding:.5rem .25rem}.search-bar-container{width:100%;max-width:800px;margin-top:2rem}.cards-container{flex-direction:column;gap:2rem;max-width:700px;margin:0 auto;padding:2rem 1rem;display:flex}.card{background:#fff;border-radius:16px;flex-direction:column;gap:1rem;padding:1.5rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 12px 30px #0000002e}.card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0000001a}.card h3{color:#222;font-size:1.3rem;font-weight:600}.card p{color:#555;line-height:1.5}.card a{color:#fff;background:#ff7a00;border-radius:999px;align-self:flex-start;padding:.6rem 1.2rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:background .2s,transform .1s}.card a:hover{background:#e66a00;transform:scale(1.05)}
