*{box-sizing:border-box;margin:0;padding:0}body{background:#0a0a0a;color:#e5e5e5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;overflow-x:hidden}html{scroll-behavior:smooth}main{margin:0 auto;max-width:1400px;padding:0 2rem}.hero{align-items:center;animation:fadeInUp 1s ease forwards;display:flex;flex-direction:column;justify-content:center;min-height:100vh;opacity:0;padding:2rem 0;text-align:center}.hero h1{background:linear-gradient(135deg,#fff,#a0a0a0);-webkit-background-clip:text;font-size:clamp(3rem,8vw,6rem);font-weight:700;margin-bottom:1rem;-webkit-text-fill-color:transparent;background-clip:text}.hero .subtitle{color:#8a8a8a;font-size:clamp(1.2rem,3vw,1.8rem);font-weight:300;margin-bottom:1rem}.hero .description{color:#6a6a6a;font-size:clamp(1rem,2vw,1.2rem);line-height:1.8;margin:0 auto 3rem;max-width:700px}.cta-button{background:#fff;border-radius:50px;box-shadow:0 4px 20px hsla(0,0%,100%,.1);color:#0a0a0a;display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 3rem;text-decoration:none;transition:all .3s ease}.cta-button:hover{box-shadow:0 6px 30px hsla(0,0%,100%,.2);transform:scale(1.05)}section{opacity:0;padding:2rem 0;transform:translateY(50px);transition:all .8s cubic-bezier(.4,0,.2,1)}section.visible{opacity:1;transform:translateY(0)}.section-title{background:linear-gradient(135deg,#fff,#8a8a8a);-webkit-background-clip:text;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;margin-bottom:4rem;text-align:center;-webkit-text-fill-color:transparent;background-clip:text}.tech-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin:0 auto;max-width:1000px}.tech-card{backdrop-filter:blur(10px);background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);border-radius:20px;padding:2rem;text-align:center;transition:all .3s ease}.tech-card:hover{background:hsla(0,0%,100%,.06);border-color:hsla(0,0%,100%,.15);transform:translateY(-5px)}.tech-icon{font-size:3rem;margin-bottom:1rem}.tech-card h3{color:#fff;font-size:1.2rem;margin-bottom:.5rem}.tech-card p{color:#8a8a8a;font-size:.9rem}.projects-grid{display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:4rem}.project-card{backdrop-filter:blur(10px);background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);border-radius:24px;overflow:hidden;transition:all .4s ease}.project-card:hover{border-color:hsla(0,0%,100%,.2);box-shadow:0 20px 60px rgba(0,0,0,.5);transform:translateY(-10px)}.project-image{align-items:center;background:linear-gradient(135deg,#1a1a1a,#2a2a2a);border-bottom:1px solid hsla(0,0%,100%,.08);display:flex;font-size:4rem;height:250px;justify-content:center;padding:1rem;width:100%}.project-image img{max-height:100%;max-width:100%;object-fit:contain}.project-content{padding:2rem}.project-card h3{color:#fff;font-size:1.8rem;margin-bottom:1rem}.project-card p{color:#8a8a8a;line-height:1.7;margin-bottom:1.5rem}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tag{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.15);border-radius:20px;color:#e5e5e5;font-size:.85rem;padding:.4rem 1rem}.contact-container{margin:0 auto;max-width:700px}.contact-description{color:#8a8a8a;font-size:1.2rem;line-height:1.8;margin-bottom:3rem;text-align:center}.contact-form{backdrop-filter:blur(10px);background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);border-radius:24px;padding:3rem}.form-group{margin-bottom:2rem}.form-group label{color:#e5e5e5;display:block;font-size:1rem;font-weight:500;margin-bottom:.75rem}.contact-form input,.contact-form textarea{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;color:#e5e5e5;font-family:inherit;font-size:1rem;padding:1rem 1.25rem;transition:all .3s ease;width:100%}.contact-form input:focus,.contact-form textarea:focus{background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.3);outline:none}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#5a5a5a}.contact-form textarea{min-height:150px;resize:vertical}.submit-button{background:#fff;border:none;border-radius:12px;box-shadow:0 4px 20px hsla(0,0%,100%,.1);color:#0a0a0a;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1.25rem;transition:all .3s ease;width:100%}.submit-button:hover{box-shadow:0 6px 30px hsla(0,0%,100%,.2);transform:translateY(-2px)}.submit-button:active{transform:translateY(0)}@media (max-width:768px){.contact-form{padding:2rem}.projects-grid{grid-template-columns:1fr}section{padding:4rem 0}.hero{padding:2rem 0}}.thank-you-container{animation:fadeInUp 1s ease forwards;margin:0 auto;max-width:700px;opacity:0;padding:2rem;text-align:center}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}0%{opacity:0;transform:translateY(30px)}}.checkmark-container{align-items:center;animation:scaleIn .5s ease .3s backwards;background:hsla(0,0%,100%,.05);border:2px solid hsla(0,0%,100%,.15);border-radius:50%;display:flex;height:120px;justify-content:center;margin:0 auto 2rem;width:120px}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.checkmark{animation:drawCheck .8s ease .5s forwards;fill:none;height:60px;stroke:#fff;stroke-dasharray:100;stroke-dashoffset:100;stroke-width:3;width:60px}@keyframes drawCheck{to{stroke-dashoffset:0}}h1{background:linear-gradient(135deg,#fff,#a0a0a0);-webkit-background-clip:text;font-size:clamp(2.5rem,6vw,4rem);font-weight:700;margin-bottom:1.5rem;-webkit-text-fill-color:transparent;background-clip:text}.message{color:#8a8a8a;font-size:clamp(1.1rem,2.5vw,1.4rem);line-height:1.8;margin-bottom:1rem}.submessage{color:#6a6a6a;font-size:clamp(1rem,2vw,1.2rem);line-height:1.8;margin-bottom:3rem}.button-group{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn{border-radius:50px;display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 2.5rem;text-decoration:none;transition:all .3s ease}.btn-primary{background:#fff;box-shadow:0 4px 20px hsla(0,0%,100%,.1);color:#0a0a0a}.btn-primary:hover{box-shadow:0 6px 30px hsla(0,0%,100%,.2);transform:scale(1.05)}.btn-secondary{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.15);color:#e5e5e5}.btn-secondary:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.3);transform:translateY(-2px)}.info-card{backdrop-filter:blur(10px);background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);border-radius:20px;margin-top:3rem;padding:2rem}.info-card h3{color:#fff;font-size:1.3rem;margin-bottom:1rem}.info-card p{color:#8a8a8a;font-size:1rem;line-height:1.7}@media (max-width:768px){.button-group{align-items:stretch;flex-direction:column}.btn{width:100%}}