.project-card{background:rgba(60,42,33,.3);border:1px solid rgba(222,184,135,.2);border-radius:1rem;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{cursor:pointer;transform:translateY(-5px);box-shadow:0 8px 16px rgba(0,0,0,.2)}.project-image-container{width:100%;height:200px;position:relative}.project-content{padding:.5rem 1.5rem 1.5rem}.project-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:white}.project-description{color:rgba(255,255,255,.8);margin-bottom:1.5rem;line-height:1.5}.project-links{display:flex;gap:1rem}.store-link{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:rgba(255,255,255,.1);border-radius:.5rem;color:white;text-decoration:none;transition:background .3s ease}.store-link:hover{background:rgba(255,255,255,.2)}.store-icon{filter:brightness(0) invert(1)}.social-links{width:100%}.link-card{transition:all .3s;justify-content:center;box-sizing:border-box}.link-icon{font-size:1.5rem}.link-card{width:100%;padding:1rem;margin-bottom:1rem;border-radius:.5rem;transition:all .3s ease;background-color:rgba(60,42,33,.3);border:1px solid rgba(222,184,135,.2);cursor:pointer;display:flex;align-items:center;text-decoration:none;color:white;font-weight:700}.link-card:hover{background-color:rgba(60,42,33,.5);transform:scale(1.05);box-shadow:0 4px 12px rgba(0,0,0,.2)}.link-icon{margin-right:1rem;filter:brightness(0) invert(1)}.link-title{font-size:1.125rem}.projects-section{width:100%;margin:2rem auto}.section-title{font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center;color:white}.projects-grid{display:flex;flex-direction:column;gap:2rem}.thanks-section{width:100%;max-width:28rem;margin:3rem auto 2rem;text-align:center;padding:0 1rem}.thanks-text{font-size:1.25rem;font-weight:700;color:white;margin-bottom:.5rem}.journey-text{color:rgba(255,255,255,.8);margin-bottom:1rem}.cta-button{display:inline-block;padding:.75rem 1.5rem;background:rgba(255,255,255,.1);border:1px solid rgba(222,184,135,.2);border-radius:.5rem;color:white;text-decoration:none;font-weight:700;transition:all .3s ease}.cta-button:hover{background:rgba(255,255,255,.2);border-color:rgba(222,184,135,.4);transform:translateY(-2px)}