.content-wrapper{position:relative;overflow:hidden;padding:1rem}.image-container{width:100%;max-width:300px;margin:0 auto 2rem;display:flex;justify-content:center}.article-image{width:75%;height:auto;border-radius:8px}@media(min-width:1024px){.image-container{float:left;max-width:350px;margin:0 2rem 1rem 0;clear:left}.article-image{width:100%}.content-wrapper h2:first-child,.content-wrapper h1:first-child{margin-top:0}}@media(max-width:1023px){.image-container{float:none;margin:0 auto 2rem}}@media(max-width:768px){.image-container{max-width:250px}}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin:2rem 0;clear:both}.card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:all .3s ease}.card:hover{box-shadow:0 4px 12px rgba(0,0,0,.15);transform:translateY(-2px)}.card h4{margin:0 0 1rem;color:var(--dkz-mint);font-size:1.25rem;font-weight:600}.card p{margin:0 0 1rem;color:#6b7280;line-height:1.6}.card-link{display:inline-block;color:var(--dkz-mint);text-decoration:none;font-weight:500;margin-right:1rem;margin-bottom:.5rem;transition:color .2s ease}.card-link:hover{color:var(--dkz-secondary);text-decoration:underline}@media(min-width:1200px){}@media(min-width:1024px){.content-wrapper{overflow:hidden}.content h2:first-child{margin-top:0}}@media(max-width:1023px){}@media(max-width:768px){.cards{grid-template-columns:1fr;gap:1rem}.card{padding:1rem}}