.home{display:flex;align-items:center;justify-content:center;gap:40px;padding:40px}.home-content{max-width:400px}.home-content h2{margin-bottom:16px}.home-content p{line-height:1.5}.home-image img{max-width:400px;height:auto}@media(max-width:600px){.home{flex-direction:column;gap:24px;padding:16px}.home-content{max-width:100%;text-align:center}.home-image img{max-width:90vw;height:auto}}*{box-sizing:border-box}body{margin:0;font-family:system-ui,sans-serif;background:#99b5a7;color:#222}.nav{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:#fff;border-bottom:1px solid #eee}.nav-links a{margin-left:1rem;text-decoration:none;color:#555}.nav-links a.active{color:#8e44ad;font-weight:500}main{max-width:900px;margin:3rem auto;padding:0 1rem}.footer{text-align:center;padding:2rem;font-size:.9rem;color:#777}.cards-container{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.card{background:#fff;border-radius:16px;box-shadow:0 2px 8px #00000014;padding:2rem 5rem;display:flex;align-items:center;justify-content:center;min-height:56px;transition:box-shadow .2s,transform .2s;text-decoration:none;color:#222;font-size:1.1rem;font-weight:500;gap:.75rem}.card:hover{transform:translateY(-4px) scale(1.03);box-shadow:0 6px 20px #00000026}.card h3{margin:0;line-height:1.2;font-size:1.1em}.card-icon{display:flex;align-items:center;font-size:1.3em}@media(max-width:600px){.cards-container{flex-direction:column}}.footer{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;font-size:.9rem}.footer__links{display:flex;gap:1rem}.footer__links a{text-decoration:none}.footer__links a:hover{text-decoration:underline}
