.hero-container{padding:4rem 2rem;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.1);overflow:hidden;position:relative;margin:120px 2rem 2rem;background-color:white}.hero-content{display:flex;flex-direction:column;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;gap:3rem}.hero-text{flex:1 1;z-index:2;text-align:center}.hero-title{font-size:3rem;font-weight:800;color:#3a4a6d;margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;color:#4a5568;margin-bottom:2rem;max-width:500px}.hero-emoji{font-size:1.5rem;vertical-align:middle}.hero-cta-container{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.hero-cta-button{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;background:linear-gradient(90deg,#6a11cb,#2575fc);color:white;border-radius:50px;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px rgba(106,17,203,.3);width:-moz-fit-content;width:fit-content;border:none;cursor:pointer;font-size:1rem}.hero-cta-button:hover{transform:translateY(-3px);box-shadow:0 7px 20px rgba(106,17,203,.4)}.hero-button-icon{margin-left:.5rem;font-size:1.2rem}.hero-scroll-prompt{display:flex;align-items:center;gap:.5rem;color:#718096;font-size:.9rem;font-weight:500}.hero-scroll-arrow{animation:bounce 2s infinite;font-size:1rem;font-weight:700}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.hero-image{position:relative;flex:1 1;min-height:300px;width:100%}.hero-cute-character{position:absolute;width:180px;height:180px;background:#ff9e9e;border-radius:50% 50% 50% 50%/60% 60% 40% 40%;right:20%;top:50%;transform:translateY(-50%);z-index:1;box-shadow:0 10px 20px rgba(0,0,0,.1);opacity:1;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.hero-cute-character:before{content:"";position:absolute;width:40px;height:15px;background:#3a4a6d;border-radius:50%;top:40%;left:30%;box-shadow:50px 0 #3a4a6d}.hero-cute-character:after{content:"";position:absolute;width:60px;height:20px;border-top:4px solid #3a4a6d;border-radius:50% 50% 0 0;top:65%;left:50%;transform:translateX(-50%);transition:all .3s ease}.hero-cute-character.hover{transform:translateY(-50%) scale(1.15);background:#ff8a8a;box-shadow:0 15px 30px rgba(255,158,158,.3)}.hero-cute-character.hover:before{height:20px}.hero-cute-character.hover:after{border-top:none;border-bottom:4px solid #3a4a6d;border-radius:0 0 50% 50%;top:60%;width:80px}@keyframes float{0%,to{transform:translateY(-50%) translateY(0)}50%{transform:translateY(-50%) translateY(-10px)}}.hero-cute-character.hover{animation:float 3s ease-in-out infinite}.sparkle{position:absolute;width:100%;height:100%;pointer-events:none;opacity:0;transition:opacity .3s ease}.hero-cute-character.hover .sparkle{opacity:1}.sparkle:after,.sparkle:before{content:"✨";position:absolute;font-size:1.2rem;animation:sparkle 2s linear infinite;pointer-events:none}.sparkle:before{top:10%;left:20%;animation-delay:0s}.sparkle:after{top:20%;left:70%;animation-delay:.5s}.blush{position:absolute;width:20px;height:10px;background:rgba(255,150,150,.3);border-radius:50%;top:50%;pointer-events:none;transition:all .3s ease}.hero-cute-character.hover .blush{background:rgba(255,150,150,.6)}.blush.left{left:25%}.blush.right{right:25%}.hero-book-stack{position:absolute;width:120px;height:150px;background:#ffd166;right:10%;bottom:10%;border-radius:5px;z-index:0;box-shadow:0 -5px 0 rgba(0,0,0,.1),0 5px 0 rgba(0,0,0,.1),5px 0 0 #ff9e9e,10px 0 0 #a0e7e5,15px 0 0 #b5ead7}.hero-stars{position:absolute;width:100%;height:100%}.hero-stars:after,.hero-stars:before{content:"★";position:absolute;color:#ffd166;font-size:1.2rem}.hero-stars:before{top:20%;left:15%;animation:twinkle 3s infinite}.hero-stars:after{top:30%;right:25%;animation:twinkle 4s 1s infinite}@keyframes twinkle{0%,to{opacity:.2;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.hero-wrapper{position:relative;width:100%;height:100vh;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50%;background-repeat:no-repeat;z-index:-1}@media (min-width:768px){.hero-content{flex-direction:row}.hero-text{text-align:left}.hero-cta-container{align-items:flex-start}.hero-title{font-size:3.5rem}}