.navbar{position:sticky;top:0;width:100%;background:#1a1a2ed9;-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);z-index:999;box-shadow:0 2px 10px #0000004d}.navbar .container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{color:#e94560;font-weight:700;font-size:1.8rem;cursor:pointer;-webkit-user-select:none;user-select:none}.nav-links{list-style:none;display:flex;gap:2rem;margin:0;padding:0}.nav-links li button{background:none;border:none;color:#f5f5f5;font-size:1rem;font-weight:600;cursor:pointer;transition:color .3s ease;padding:0}.nav-links li button:hover{color:#e94560}@media (max-width: 768px){.navbar .container{padding:1rem}.logo{font-size:1.5rem}.nav-links{gap:1rem}.nav-links li button{font-size:.9rem}}@media (max-width: 640px){.navbar .container{padding:.8rem 1rem}.logo{font-size:1.3rem}.nav-links{gap:.8rem}.nav-links li button{font-size:.85rem;padding:.5rem .8rem}}@media (max-width: 480px){.navbar .container{padding:.8rem .5rem;flex-wrap:wrap}.logo{font-size:1.2rem}.nav-links{gap:.5rem;width:100%;justify-content:center;margin-top:.5rem}.nav-links li button{font-size:.8rem;padding:.4rem .6rem}}.home-content{display:flex;align-items:center;justify-content:flex-start;gap:4rem;padding:3rem 2rem;max-width:1100px;margin:0 auto;text-align:left}.image-area{flex-shrink:0}.profile-image{width:320px;height:320px;border-radius:50%;object-fit:cover;box-shadow:0 0 30px #e94560cc;border:6px solid #e94560;transition:transform .3s ease}.profile-image:hover{transform:scale(1.05)}.text-area{max-width:600px}.text-area h1{font-size:3.2rem;margin-bottom:.5rem;color:#e94560;line-height:1.1;font-weight:700}.text-area h2{font-size:2rem;margin-bottom:.8rem;color:#f5f5f5;line-height:1.2;font-weight:600}.text-area p{font-size:1.1rem;color:#ccc;margin-bottom:1.8rem;line-height:1.5;font-weight:400}.scroll-down{font-size:2.2rem;color:#e94560;cursor:pointer;animation:bounce 2s infinite;-webkit-user-select:none;user-select:none}@media (max-width: 768px){.home-content{flex-direction:column;text-align:center;justify-content:center;gap:2rem}.profile-image{width:280px;height:280px;border-width:5px}.text-area{max-width:100%}.text-area h1{font-size:2.5rem;margin-bottom:.4rem}.text-area h2{font-size:1.6rem;margin-bottom:.6rem}.text-area p{font-size:1rem;line-height:1.4}}.about-section{background-color:#0d1117;color:#fff;min-height:100vh;padding:4rem 1rem;display:flex;align-items:center;justify-content:center}.about-container{max-width:800px;margin:0 auto}.about-title{font-size:2.5rem;font-weight:700;margin-bottom:2rem;border-bottom:2px solid #ec4899;display:inline-block}.about-content{font-size:1.125rem;line-height:1.75rem}.about-content p{margin-bottom:1.5rem}@media (max-width: 768px){.about-section{padding:3rem 1rem;min-height:auto}.about-container{max-width:100%}.about-title{font-size:2rem;margin-bottom:1.5rem}.about-content{font-size:1rem;line-height:1.6rem}.about-content p{margin-bottom:1rem}}@media (max-width: 480px){.about-section{padding:2rem .5rem}.about-title{font-size:1.8rem;margin-bottom:1rem}.about-content{font-size:.95rem;line-height:1.5rem}}.projects-container{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}.project-card{background-color:#1a1a2e;padding:2rem;border-radius:1rem;box-shadow:0 0 25px #0f3460;color:#f5f5f5;display:flex;flex-direction:column;gap:2rem;transition:transform .3s ease;min-height:200px}.project-card:hover{transform:translateY(-10px);box-shadow:0 10px 30px #e94560aa}.project-content{flex:1}.project-card h3{color:#e94560;margin-bottom:1rem;font-size:1.3rem;line-height:1.4}.project-card p{color:#ccc;margin-bottom:1.5rem;font-size:1rem;line-height:1.6;text-align:justify}.project-actions{display:flex;justify-content:flex-end;align-items:center;flex-shrink:0;margin-top:auto}.playstore-link{display:inline-flex;align-items:center;color:#3ddc84;font-weight:600;text-decoration:none;border:2px solid #3ddc84;padding:.5rem 1rem;border-radius:.7rem;transition:background-color .3s ease,color .3s ease;width:fit-content;white-space:nowrap}.playstore-link:hover{background-color:#3ddc84;color:#0f0f1a}@media (max-width: 768px){.project-card{gap:1.5rem}.project-actions{justify-content:flex-end}.project-card h3{font-size:1.2rem}.project-card p{font-size:.95rem}}.contact-container{max-width:1200px;margin:0 auto;padding:0 2rem}.contact-header{text-align:center;margin-bottom:4rem}.contact-header h1{font-size:3rem;color:#e94560;margin-bottom:1rem;font-weight:700}.contact-subtitle{font-size:1.2rem;color:#ccc;line-height:1.6;max-width:600px;margin:0 auto}.contact-content{display:grid;grid-template-columns:1fr;gap:4rem}.contact-info-section h2,.social-section h2{font-size:2rem;color:#f5f5f5;margin-bottom:1rem;text-align:center}.contact-info-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.contact-info-card{background:linear-gradient(135deg,#1a1a2e,#16213e);padding:2rem;border-radius:1rem;display:flex;align-items:flex-start;gap:1.5rem;box-shadow:0 10px 30px #0f34604d;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(233,69,96,.1)}.contact-info-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #e9456033}.contact-icon{font-size:2rem;color:#e94560;background:#e945601a;padding:1rem;border-radius:50%;display:flex;align-items:center;justify-content:center;min-width:60px;height:60px}.contact-details h3{color:#f5f5f5;font-size:1.3rem;margin-bottom:.5rem;font-weight:600}.contact-link{color:#e94560;text-decoration:none;font-weight:600;font-size:1.1rem;transition:color .3s ease}.contact-link:hover{color:#ff6f91;text-decoration:underline}.contact-value{color:#e94560;font-weight:600;font-size:1.1rem}.contact-description{color:#aaa;font-size:.95rem;margin-top:.5rem;line-height:1.4}.social-section{text-align:center}.social-subtitle{color:#ccc;font-size:1.1rem;margin-bottom:2rem}.social-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.social-link{background:linear-gradient(135deg,#1a1a2e,#16213e);padding:1.5rem;border-radius:1rem;display:flex;align-items:center;gap:1rem;text-decoration:none;transition:all .3s ease;border:1px solid rgba(233,69,96,.1);box-shadow:0 5px 15px #0f346033}.social-link:hover{transform:translateY(-3px);box-shadow:0 15px 30px #e945604d;border-color:#e945604d}.social-icon{font-size:2rem;color:#e94560;background:#e945601a;padding:.8rem;border-radius:50%;display:flex;align-items:center;justify-content:center;min-width:50px;height:50px}.social-content{display:flex;flex-direction:column;align-items:flex-start}.social-name{color:#f5f5f5;font-weight:600;font-size:1.1rem}.social-description{color:#aaa;font-size:.9rem}.cta-section{text-align:center}.cta-card{background:linear-gradient(135deg,#e94560,#ff6f91);padding:3rem 2rem;border-radius:2rem;color:#fff;box-shadow:0 20px 40px #e945604d}.cta-card h3{font-size:2rem;margin-bottom:1rem;font-weight:700}.cta-card p{font-size:1.1rem;line-height:1.6;margin-bottom:2rem;opacity:.95}.cta-button{display:inline-flex;align-items:center;background:#fff;color:#e94560;padding:1rem 2rem;border-radius:3rem;text-decoration:none;font-weight:700;font-size:1.1rem;transition:all .3s ease;box-shadow:0 5px 15px #0003}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0000004d;background:#f8f8f8}@media (max-width: 768px){.contact-container{padding:0 1rem}.contact-header h1{font-size:2.5rem}.contact-subtitle{font-size:1.1rem}.contact-content{gap:3rem}.contact-info-cards,.social-links{grid-template-columns:1fr}.cta-card{padding:2rem 1.5rem}.cta-card h3{font-size:1.7rem}}@media (max-width: 480px){.contact-info-card{flex-direction:column;text-align:center}.contact-details{text-align:center}}*{box-sizing:border-box}body{margin:0;font-family:Outfit,sans-serif;background-color:#0f0f1a;color:#f5f5f5;scroll-behavior:smooth}.section{min-height:100vh;padding:4rem 2rem;display:flex;flex-direction:column;justify-content:center;max-width:900px;margin:0 auto;opacity:0;transform:translateY(50px);transition:opacity .8s ease,transform .8s ease}.section.visible{opacity:1;transform:translateY(0)}.home-section{display:flex;flex-direction:column;align-items:center;text-align:center}.home-section h1{font-size:3.5rem;margin-bottom:1rem;color:#e94560}.home-section p{font-size:1.3rem;margin-bottom:2rem;max-width:600px;color:#ccc}.scroll-down{font-size:2rem;color:#e94560;cursor:pointer;animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}.footer{text-align:center;padding:1rem 0;background:#1a1a2e;color:#888;font-size:.9rem;margin-top:2rem}@media (max-width: 768px){.section{padding:3rem 1rem;min-height:auto}.home-section h1{font-size:2.5rem}.home-section p{font-size:1.1rem;margin-bottom:1.5rem}.scroll-down{font-size:1.8rem}}@media (max-width: 480px){.section{padding:2rem 1rem}.home-section h1{font-size:2rem}.home-section p{font-size:1rem}.scroll-down{font-size:1.5rem}}body{margin:0;font-family:Outfit,sans-serif;background-color:#0f0f1a;color:#f5f5f5}h1{font-size:2rem;margin-bottom:1rem;color:#e94560}p{line-height:1.6;color:#ccc}.container{max-width:900px;margin:2rem auto;padding:0 1rem}@media (max-width: 768px){h1{font-size:1.8rem}.container{margin:1rem auto;padding:0 1rem}}@media (max-width: 480px){h1{font-size:1.5rem}.container{padding:0 .5rem}}
