.footer{display:flex;justify-content:center;.footer-content{max-width:1200px;margin:0 24px 48px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e5e5e5;gap:12px;padding:12px 24px}.footer-content,.footer-links{width:100%;flex-direction:column}.footer-links{gap:16px;text-align:center}.social-link{text-decoration:none;transition:color .2s ease}.social-link,.social-link:hover{color:#ff6464}.footer-legal{display:flex;flex-direction:column}.privacy-link{color:#a6adba;text-decoration:none;transition:color .2s ease}.privacy-link:hover{color:#ff6464}.heart-icon{width:20px;height:20px;vertical-align:middle;margin-bottom:5px}}body{margin:0;font-family:Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#242933;color:#a6adba}.main-content{max-width:1200px;margin:0 auto;padding:48px 24px;display:flex;flex-wrap:wrap;gap:48px;min-height:calc(100vh - 180px)}.about-section{background-color:#2a303c;border-radius:12px;padding:32px;flex:1 1;height:-moz-fit-content;height:fit-content;min-width:320px;.profile-card{text-align:center}.profile-image{margin-bottom:24px}.profile-image img{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid #ff6464}.full-name{font-size:28px;font-weight:600;margin:0 0 8px}.title{font-size:16px;color:#ff6464;font-weight:500;margin:0 0 16px}.description{font-size:14px;line-height:1.5;margin:0 0 24px}.social-links{display:flex;justify-content:center;gap:16px}.social-link{color:#a6adba;transition:color .2s ease}.social-link:hover{color:#ff6464}}.project-section{flex:2 1;min-width:320px;background-color:#2a303c;border-radius:12px;padding:32px;height:-moz-fit-content;height:fit-content;.project-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex-wrap:wrap;gap:16px}.project-title{font-size:32px;font-weight:600;margin:0}.project-status{background-color:#ff6464;color:white;padding:4px 12px;border-radius:16px;font-size:12px;font-weight:500;white-space:nowrap}.project-description{font-size:16px;line-height:1.6;margin:0 0 32px}}.project-screenshots{display:flex;overflow:scroll;gap:16px;margin-bottom:32px}.project-screenshot{position:relative;flex:1 1;min-width:220px;min-height:500px;border-radius:12px;overflow:hidden}.project-screenshot img{width:100%;height:100%;object-fit:contain}.project-actions{margin-top:32px;display:flex;justify-content:center;.app-store-link{display:flex;align-items:center;gap:8px;background-color:#000000;color:white;padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:500;transition:background-color .2s ease}.app-store-link:hover{background-color:#333333}}@media screen and (max-width:768px){.main-content{grid-template-columns:1fr;gap:32px;padding:32px 20px}.about-section,.project-section{padding:24px}.project-title{font-size:24px}.project-screenshot img{height:250px}}@media screen and (max-width:425px){.main-content{padding:24px 16px}.about-section,.project-section{min-width:260px;padding:16px}.full-name{font-size:24px}.project-title{font-size:20px}.project-screenshot img{height:200px}}