.categories-container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.c-l{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.categories-title{text-align:center;grid-column:1/-1;margin-bottom:1.5rem;font-size:2rem;font-weight:700}.c-l a{background-color:var(--bg-color,#fff);color:inherit;border:1px solid #eaeaea;border-radius:12px;padding:1.5rem;text-decoration:none;transition:transform .2s,box-shadow .3s;display:block;box-shadow:0 4px 12px #0000000d}.c-l a:hover{transform:translateY(-5px);box-shadow:0 8px 18px #00000014}.project-image{object-fit:cover;border-radius:8px;width:100%;height:auto;margin-bottom:1rem}.c-l h2{margin:1rem 0 .5rem;font-size:1.3rem;font-weight:600}.c-l p{margin-bottom:1rem;font-size:1rem;line-height:1.6}.ct-button{color:#fff;cursor:pointer;background-color:#ff6303;border:none;border-radius:8px;margin-top:.5rem;padding:.75rem 1.5rem;font-size:1rem;transition:background-color .3s;display:inline-block}.ct-button:hover{background-color:#d53500}@media (prefers-color-scheme:dark){.c-l a{background-color:#1a1a1a;border-color:#333}.ct-button{background-color:#ff6303}.ct-button:hover{background-color:#d62e00}}.blog-posts-container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.blog-title{text-align:center;margin-bottom:2rem;font-size:2rem;font-weight:700}.posts-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.post-card{background-color:var(--bg-color,#fff);border:1px solid #eaeaea;border-radius:12px;flex-direction:column;text-decoration:none;transition:transform .2s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 6px 12px #0000000d}.post-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001a}.post-image{width:100%;height:auto}.project-image{object-fit:cover;width:100%;height:auto;display:block}.post-content{flex-direction:column;gap:.75rem;padding:1.25rem;display:flex}.post-title{margin:0;font-size:1.25rem;font-weight:600}.post-date{color:#888;font-size:.9rem}.post-description{font-size:1rem;line-height:1.6}.post-button{color:#fff;cursor:pointer;background-color:#ff6303;border-radius:8px;align-self:flex-start;margin-top:auto;padding:.6rem 1.2rem;font-size:.95rem;transition:background-color .3s}.post-button:hover{background-color:#ff2503}@media (prefers-color-scheme:dark){.post-card{background-color:#1a1a1a;border-color:#333}.post-date{color:#aaa}.post-button{background-color:#ff6303}.post-button:hover{background-color:#d61500}}
