@import "https://fonts.googleapis.com/css2?family=Fredoka:wght@300;400;500;600;700&family=Quicksand:wght@300;400;500;600;700&display=swap";
:root{--primary-pink:#ff75a0;--primary-pink-hover:#e63e6d;--soft-pink:#ffdae8;--primary-yellow:#ffe66d;--soft-yellow:#fff9e6;--white:#fff;--background:#fffafc;--foreground:#2d3436;--card-bg:#fffc;--glass-bg:#fff9;--border-radius:20px;--shadow:0 10px 30px #ff75a026;--shadow-lg:0 20px 40px #ff75a033}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;scroll-behavior:smooth;font-family:Fredoka,Quicksand,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul{list-style:none}img{max-width:100%;height:auto}.glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid #ffffff4d}.bg-gradient{background:linear-gradient(135deg,#ffdae8 0%,#fff9e6 100%)}.text-gradient{background:linear-gradient(135deg, var(--primary-pink) 0%, #ffb6c1 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.container{max-width:1200px;margin:0 auto;padding:0 24px}.section-padding{padding:80px 0}@media (max-width:768px){.section-padding{padding:60px 0}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--soft-pink)}::-webkit-scrollbar-thumb{background:var(--primary-pink);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--primary-pink-hover)}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.flex-col{flex-direction:column}.grid{display:grid}.gap-4{gap:1rem}.gap-8{gap:2rem}.w-full{width:100%}.relative{position:relative}.absolute{position:absolute}.hidden{display:none}
