*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:linear-gradient(135deg,#ffd1dc,#ffb6c1);color:#333;font-family:'Poppins',sans-serif}main{width:100%}.header{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem}h1{font-size:clamp(2rem,8vw,5rem);font-weight:700;margin-bottom:1rem;color:#ff69b4}p{font-size:1.2rem;color:#ff1493}.showcase{padding:4rem 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.item{background:rgba(255,255,255,.7);padding:3rem 2rem;border-radius:20px;font-size:1.3rem;font-weight:600;text-align:center;transition:all .3s;animation:pop .6s cubic-bezier(.68,.55,.265,1.55) forwards;opacity:0;backdrop-filter:blur(10px)}@keyframes pop{from{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.item:nth-child(1){animation-delay:.1s}.item:nth-child(2){animation-delay:.2s}.item:nth-child(3){animation-delay:.3s}.item:hover{background:rgba(255,255,255,.9);transform:scale(1.1)}.about{padding:4rem 2rem;text-align:center;background:rgba(255,255,255,.5)}h2{font-size:2rem;color:#ff69b4;margin-bottom:1rem}
