:root{--primary-color: #FF6B6B;--secondary-color: #4ECDC4;--accent-color: #FFE66D;--purple: #A663CC;--orange: #FF9F1C;--blue: #4A90E2;--green: #95E77E;--dark: #2C3E50;--light: #F7F9FC;--gradient-1: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--gradient-2: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);--gradient-3: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);--shadow-soft: 0 4px 15px rgba(0,0,0,0.1);--shadow-hover: 0 8px 25px rgba(0,0,0,0.15);--border-radius: 20px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Nunito', sans-serif;background:linear-gradient(180deg, #E8F8FF 0%, #FFF5F5 50%, #F0E6FF 100%);color:var(--dark);line-height:1.6;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{background:white;box-shadow:var(--shadow-soft);position:sticky;top:0;z-index:1000;padding:15px 0}.navbar .container{display:flex;justify-content:space-between;align-items:center}.navbar .nav-brand{display:flex;align-items:center;gap:10px}.navbar .nav-brand .logo{font-size:32px;animation:bounce 2s infinite}.navbar .nav-brand .brand-name{font-family:'Fredoka', cursive;font-size:24px;font-weight:600;background:var(--gradient-1);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.navbar .nav-links{display:flex;align-items:center;gap:30px}.navbar .nav-links .nav-link{color:var(--dark);text-decoration:none;font-weight:600;transition:all 0.3s;position:relative}.navbar .nav-links .nav-link:hover{color:var(--primary-color);transform:translateY(-2px)}.navbar .nav-links .nav-link::after{content:'';position:absolute;bottom:-5px;left:0;width:0;height:3px;background:var(--primary-color);transition:width 0.3s}.navbar .nav-links .nav-link:hover::after{width:100%}.cta-button{background:var(--gradient-2);color:white;border:none;padding:12px 30px;border-radius:50px;font-size:16px;font-weight:700;cursor:pointer;transition:all 0.3s;box-shadow:var(--shadow-soft);position:relative;overflow:hidden}.cta-button::before{content:'';position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:rgba(255,255,255,0.3);transform:translate(-50%, -50%);transition:width 0.5s, height 0.5s}.cta-button:hover{transform:translateY(-3px);box-shadow:var(--shadow-hover)}.cta-button:hover::before{width:300px;height:300px}.hero{padding:80px 0;position:relative}.hero .hero-content{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hero .hero-title{font-family:'Fredoka', cursive;font-size:48px;font-weight:700;color:var(--dark);margin-bottom:20px;line-height:1.2}.hero .hero-title .title-icon{display:inline-block;animation:wiggle 2s ease-in-out infinite}.hero .hero-subtitle{font-size:20px;color:#6c757d;margin-bottom:30px}.hero .hero-buttons{display:flex;gap:20px;margin-bottom:30px}.hero .hero-buttons .hero-cta{font-size:18px;padding:15px 35px}.hero .hero-buttons .secondary-button{background:white;color:var(--primary-color);border:2px solid var(--primary-color);padding:13px 30px;border-radius:50px;font-size:16px;font-weight:700;text-decoration:none;transition:all 0.3s}.hero .hero-buttons .secondary-button:hover{background:var(--primary-color);color:white;transform:translateY(-3px)}.hero .hero-badges{display:flex;gap:15px}.hero .hero-badges .badge{background:white;padding:8px 16px;border-radius:25px;box-shadow:var(--shadow-soft);font-weight:600;animation:float 3s ease-in-out infinite}.hero .hero-badges .badge:nth-child(2){animation-delay:0.5s}.hero .hero-badges .badge:nth-child(3){animation-delay:1s}.hero .hero-image{position:relative}.hero .hero-image .treasure-map{width:100%;height:400px;background:linear-gradient(135deg, #FFEAA7 0%, #FDCB6E 100%);border-radius:var(--border-radius);position:relative;box-shadow:var(--shadow-hover);overflow:hidden}.hero .hero-image .treasure-map::before{content:'';position:absolute;top:20%;left:10%;width:60%;height:60%;border:3px dashed rgba(255,255,255,0.5);border-radius:50%}.hero .hero-image .treasure-map .map-element{position:absolute;font-size:48px;animation:float 4s ease-in-out infinite}.hero .hero-image .treasure-map .map-element.chest{top:20%;right:20%;animation-delay:0.5s}.hero .hero-image .treasure-map .map-element.star{bottom:30%;left:25%;animation-delay:1s}.hero .hero-image .treasure-map .map-element.coin{top:50%;right:40%;animation-delay:1.5s}.hero .hero-image .treasure-map .character{position:absolute;font-size:64px;animation:bounce 2s ease-in-out infinite}.hero .hero-image .treasure-map .character.pirate{bottom:20%;right:15%}.hero .hero-image .treasure-map .character.unicorn{top:15%;left:15%;animation-delay:0.7s}.hero .hero-image .treasure-map .character.dragon{bottom:25%;left:40%;animation-delay:1.3s}.intro-section{padding:60px 0}.intro-section .intro-card{background:white;border-radius:var(--border-radius);padding:40px;box-shadow:var(--shadow-soft);text-align:center;position:relative;overflow:hidden}.intro-section .intro-card::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:var(--gradient-3)}.intro-section .intro-card h2{font-family:'Fredoka', cursive;font-size:36px;margin-bottom:20px;color:var(--dark)}.intro-section .intro-card p{font-size:18px;color:#6c757d;max-width:800px;margin:0 auto}.features{padding:80px 0}.features .section-title{font-family:'Fredoka', cursive;font-size:42px;text-align:center;margin-bottom:60px;color:var(--dark)}.features .section-title .title-decoration{display:inline-block;animation:sparkle 2s ease-in-out infinite}.features .features-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(350px, 1fr));gap:30px}.features .features-grid .feature-card{background:white;border-radius:var(--border-radius);padding:35px;box-shadow:var(--shadow-soft);transition:all 0.3s;position:relative;overflow:hidden}.features .features-grid .feature-card::before{content:'';position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle, rgba(78,205,196,0.1) 0%, transparent 70%);transition:all 0.5s}.features .features-grid .feature-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-hover)}.features .features-grid .feature-card:hover::before{top:-25%;right:-25%}.features .features-grid .feature-card:hover .feature-icon{transform:rotate(360deg) scale(1.1)}.features .features-grid .feature-card.featured{grid-column:span 2;background:var(--gradient-3);color:white}.features .features-grid .feature-card.featured h3,.features .features-grid .feature-card.featured p{color:white}.features .features-grid .feature-card .feature-icon{font-size:48px;margin-bottom:20px;display:inline-block;transition:all 0.5s}.features .features-grid .feature-card h3{font-family:'Fredoka', cursive;font-size:24px;margin-bottom:15px;color:var(--dark)}.features .features-grid .feature-card p{color:#6c757d;line-height:1.8}.features .features-grid .feature-card .feature-reward{margin-top:20px}.features .features-grid .feature-card .feature-reward .reward-badge{background:var(--accent-color);color:var(--dark);padding:5px 15px;border-radius:20px;font-weight:700;font-size:14px}.how-it-works{padding:80px 0;background:white}.how-it-works .info-box{background:linear-gradient(135deg, #E8F8FF 0%, #F0E6FF 100%);border-radius:var(--border-radius);padding:40px;text-align:center;margin-bottom:60px}.how-it-works .info-box p{font-size:18px;max-width:800px;margin:0 auto}.how-it-works .steps-container{display:grid;grid-template-columns:repeat(3, 1fr);gap:40px}.how-it-works .steps-container .step{text-align:center;position:relative}.how-it-works .steps-container .step .step-number{position:absolute;top:-20px;left:50%;transform:translateX(-50%);width:40px;height:40px;background:var(--gradient-2);color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px}.how-it-works .steps-container .step .step-icon{font-size:64px;margin-bottom:20px;display:inline-block;animation:pulse 2s ease-in-out infinite}.how-it-works .steps-container .step h3{font-family:'Fredoka', cursive;font-size:24px;margin-bottom:10px;color:var(--dark)}.how-it-works .steps-container .step p{color:#6c757d}.rewards-section{padding:80px 0}.rewards-section .rewards-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:30px}.rewards-section .rewards-grid .reward-card{background:white;border-radius:var(--border-radius);padding:30px;text-align:center;box-shadow:var(--shadow-soft);transition:all 0.3s;position:relative}.rewards-section .rewards-grid .reward-card::after{content:'✨';position:absolute;top:10px;right:10px;font-size:20px;opacity:0;transition:opacity 0.3s}.rewards-section .rewards-grid .reward-card:hover{transform:translateY(-10px) rotate(2deg);box-shadow:var(--shadow-hover)}.rewards-section .rewards-grid .reward-card:hover::after{opacity:1}.rewards-section .rewards-grid .reward-card:hover .reward-icon{animation:spin 0.5s ease-in-out}.rewards-section .rewards-grid .reward-card .reward-icon{font-size:48px;margin-bottom:15px}.rewards-section .rewards-grid .reward-card h3{font-family:'Fredoka', cursive;font-size:20px;margin-bottom:10px;color:var(--dark)}.rewards-section .rewards-grid .reward-card p{color:#6c757d;font-size:14px}.families-section{padding:80px 0;background:white}.families-section .content-box{max-width:800px;margin:0 auto;text-align:center}.families-section .content-box p{font-size:18px;line-height:1.8;margin-bottom:20px;color:#6c757d}.cta-section{padding:100px 0;background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);position:relative;overflow:hidden}.cta-section::before{content:'⭐';position:absolute;top:10%;left:5%;font-size:48px;opacity:0.3;animation:float 4s ease-in-out infinite}.cta-section::after{content:'🏆';position:absolute;bottom:10%;right:5%;font-size:48px;opacity:0.3;animation:float 4s ease-in-out infinite;animation-delay:2s}.cta-section .cta-box{background:white;border-radius:var(--border-radius);padding:60px;text-align:center;box-shadow:0 20px 60px rgba(0,0,0,0.2);position:relative}.cta-section .cta-box h2{font-family:'Fredoka', cursive;font-size:42px;margin-bottom:30px;color:var(--dark)}.cta-section .cta-box p{font-size:18px;line-height:1.8;margin-bottom:20px;color:#6c757d;max-width:800px;margin-left:auto;margin-right:auto}.cta-section .cta-box .cta-highlight{font-size:20px;font-weight:600;color:var(--primary-color);margin:30px 0}.cta-section .cta-box .cta-buttons{margin:40px 0}.cta-section .cta-box .cta-buttons .main-cta{font-size:20px;padding:18px 45px}.cta-section .cta-box .cta-buttons .main-cta .cta-icon{display:inline-block;margin-right:10px}.cta-section .cta-box .cta-badges{display:flex;justify-content:center;gap:20px}.cta-section .cta-box .cta-badges .trust-badge{background:var(--green);color:var(--dark);padding:8px 20px;border-radius:25px;font-weight:600}.footer{background:var(--dark);color:white;padding:60px 0 20px}.footer .footer-content{display:grid;grid-template-columns:repeat(3, 1fr);gap:40px;margin-bottom:40px}.footer .footer-content .footer-section h3,.footer .footer-content .footer-section h4{font-family:'Fredoka', cursive;margin-bottom:20px}.footer .footer-content .footer-section h3{font-size:24px}.footer .footer-content .footer-section h4{font-size:18px}.footer .footer-content .footer-section p{color:#b8c1cc;line-height:1.8}.footer .footer-content .footer-section ul{list-style:none}.footer .footer-content .footer-section ul li{margin-bottom:10px}.footer .footer-content .footer-section ul li a{color:#b8c1cc;text-decoration:none;transition:color 0.3s}.footer .footer-content .footer-section ul li a:hover{color:var(--accent-color)}.footer .footer-content .footer-section .footer-cta{margin-top:20px}.footer .footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:20px;text-align:center}.footer .footer-bottom p{color:#b8c1cc}@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes wiggle{0%,100%{transform:rotate(0deg)}25%{transform:rotate(-10deg)}75%{transform:rotate(10deg)}}@keyframes sparkle{0%,100%{opacity:1;transform:scale(1)}50%{opacity:0.8;transform:scale(1.2)}}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@media (max-width: 768px){.hero-content{grid-template-columns:1fr !important}.features-grid{grid-template-columns:1fr !important}.features-grid .feature-card.featured{grid-column:span 1}.steps-container{grid-template-columns:1fr !important}.rewards-grid{grid-template-columns:repeat(2, 1fr) !important}.footer-content{grid-template-columns:1fr !important}.nav-links{display:none !important}.hero-title{font-size:32px !important}.section-title{font-size:28px !important}}

/*# sourceMappingURL=main.css.map */