.kids-page{min-height:100vh;background:linear-gradient(135deg,#fef3c7,#fcd34d,#fbbf24);position:relative;overflow:hidden}.kids-hero{padding:8rem 2rem 6rem;position:relative}.kids-hero-content{max-width:1200px;margin:0 auto;position:relative;z-index:2}.floating-stars{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none}.star{position:absolute;color:#fbbf24;opacity:.3;animation:float 3s ease-in-out infinite}.star-1{top:10%;left:10%;animation-delay:0s}.star-2{top:20%;right:15%;animation-delay:.5s}.star-3{top:60%;left:5%;animation-delay:1s}.star-4{bottom:20%;right:10%;animation-delay:1.5s}.star-5{top:40%;right:25%;animation-delay:2s}.kids-icon-wrapper{position:relative;display:inline-block;margin-bottom:2rem}.kids-icon-circle{width:140px;height:140px;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;z-index:2;animation:bounce 2s ease-in-out infinite;box-shadow:0 10px 30px #f59e0b4d}.rocket-icon{color:#fff;animation:rocketShake 3s ease-in-out infinite}.sparkle{position:absolute;color:#fbbf24;animation:sparkleRotate 2s linear infinite}.sparkle-1{top:-10px;right:10px}.sparkle-2{bottom:0;left:-10px;animation-delay:.5s}.sparkle-3{top:50%;right:-20px;animation-delay:1s}.kids-title{font-size:3.5rem;font-weight:900;text-align:center;margin-bottom:1.5rem;line-height:1.2;color:#78350f}.kids-title-gradient{background:linear-gradient(135deg,#f59e0b,#d97706);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.kids-subtitle{font-size:1.5rem;text-align:center;color:#78350f;margin-bottom:4rem;max-width:700px;margin-left:auto;margin-right:auto}.kids-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:5rem}.kids-feature-card{background:#fff;border-radius:20px;padding:2rem;text-align:center;box-shadow:0 8px 20px #00000014;transition:all .3s ease;border:3px solid transparent}.kids-feature-card:hover{transform:translateY(-8px);border-color:#f59e0b;box-shadow:0 12px 30px #f59e0b33}.feature-icon-wrapper{width:60px;height:60px;background:linear-gradient(135deg,#fef3c7,#fcd34d);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#d97706}.kids-feature-card h3{font-size:1.5rem;font-weight:700;color:#78350f;margin-bottom:.5rem}.kids-feature-card p{color:#92400e;font-size:1rem}.kids-dreams-section{background:#fff;border-radius:30px;padding:3rem;margin-bottom:4rem;box-shadow:0 10px 40px #0000001a}.kids-section-title{font-size:2.5rem;font-weight:800;color:#78350f;text-align:center;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;gap:1rem}.kids-section-title svg{color:#f59e0b}.kids-section-subtitle{text-align:center;color:#92400e;font-size:1.125rem;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.kids-dreams-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1.5rem}.dream-card{background:linear-gradient(135deg,#fff,#fef3c7);border:3px solid var(--card-color, #f59e0b);border-radius:16px;padding:1.5rem 1rem;text-align:center;transition:all .3s ease;cursor:pointer}.dream-card:hover{transform:scale(1.05) rotate(2deg);box-shadow:0 8px 20px #f59e0b33}.dream-icon{font-size:3rem;display:block;margin-bottom:.5rem;animation:bounce 2s ease-in-out infinite}.dream-card:hover .dream-icon{animation:spin .5s ease}.dream-title{font-size:1rem;font-weight:600;color:#78350f;display:block}.kids-cta{background:#fff;border-radius:30px;padding:3rem;margin-bottom:3rem;box-shadow:0 10px 40px #0000001a;text-align:center}.kids-cta-content h3{font-size:2rem;font-weight:800;color:#78350f;margin-bottom:1rem}.kids-cta-content p{font-size:1.125rem;color:#92400e;margin-bottom:2rem;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.7}.kids-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.kids-btn{padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;border:none;cursor:pointer}.kids-btn-primary{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;box-shadow:0 4px 15px #f59e0b4d}.kids-btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 25px #f59e0b66}.kids-btn-secondary{background:#fff;color:#d97706;border:2px solid #f59e0b}.kids-btn-secondary:hover{background:#fef3c7;transform:translateY(-3px)}.kids-bottom-message{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border-radius:20px;padding:2rem;text-align:center;display:flex;align-items:center;justify-content:center;gap:1rem;box-shadow:0 8px 25px #f59e0b4d}.message-icon{font-size:2rem;animation:pulse 2s ease-in-out infinite}.kids-bottom-message p{font-size:1.125rem;margin:0;max-width:600px}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(5deg)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes rocketShake{0%,to{transform:rotate(-5deg)}50%{transform:rotate(5deg)}}@keyframes sparkleRotate{0%{transform:rotate(0) scale(1);opacity:1}50%{transform:rotate(180deg) scale(1.2);opacity:.7}to{transform:rotate(360deg) scale(1);opacity:1}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes spin{0%{transform:rotate(0) scale(1)}50%{transform:rotate(180deg) scale(1.2)}to{transform:rotate(360deg) scale(1)}}@media(max-width:768px){.kids-hero{padding:6rem 1.5rem 4rem}.kids-title{font-size:2.5rem}.kids-subtitle{font-size:1.125rem}.kids-features{grid-template-columns:1fr}.kids-dreams-section{padding:2rem 1.5rem}.kids-section-title{font-size:1.75rem;flex-direction:column}.kids-dreams-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:1rem}.dream-icon{font-size:2rem}.kids-cta{padding:2rem 1.5rem}.kids-cta-buttons{flex-direction:column}.kids-btn{width:100%;justify-content:center}.kids-bottom-message{flex-direction:column;padding:1.5rem}}
