@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600&family=Inter:wght@300;400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&display=swap";:root{--color-gold: #ff5e1a;--color-black: #000000;--color-dark: #0a0a0a;--color-gray: rgba(255, 255, 255, .7);--color-white: #ffffff;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;color-scheme:dark;color:var(--color-white);background-color:var(--color-black);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--color-black);overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Cormorant Garamond,Georgia,serif;font-weight:300}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#000000e6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:.5vw 4vw}.header-container{max-width:1600px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.logo{flex:1}.logo a{text-decoration:none;display:inline-block;cursor:pointer}.logo-image{display:block;height:60px;width:auto;object-fit:contain;vertical-align:middle;transition:opacity .3s ease}.logo a:hover .logo-image{opacity:.85}.nav{display:flex;align-items:center}.nav-links{display:flex;list-style:none;gap:2.5rem;margin:0;padding:0}.nav-links a{color:#fff;text-decoration:none;font-family:Cormorant Garamond,Georgia,serif;font-size:1.1rem;font-weight:300;letter-spacing:.02em;transition:color .3s ease;text-transform:none}.nav-links a:hover{color:#ff5e1a}.header-actions{display:flex;align-items:center;gap:2rem;flex:1;justify-content:flex-end}.social-icons{display:flex;gap:.75rem}.social-icons a{color:#fff;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:color .3s ease}.social-icons a:hover{color:#ff5e1a}.social-icons svg{width:18px;height:18px}.give-btn{background:transparent;color:#fff;border:1px solid #fff;padding:.5rem 1.5rem;text-decoration:none;font-size:.85rem;letter-spacing:.1em;transition:all .3s ease}.give-btn:hover{background:#fff;color:#000}.menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:5px}.menu-toggle span{width:25px;height:2px;background:#fff;transition:all .3s ease}@media(max-width:900px){.header{padding:.75rem 4vw}.nav{display:none}.nav.nav-open{display:flex;position:absolute;top:100%;left:0;right:0;background:#000000fa;padding:2rem;flex-direction:column;align-items:center}.nav.nav-open .nav-links{flex-direction:column;text-align:center;width:100%;gap:1.5rem}.nav.nav-open .nav-links a{font-size:1.1rem;padding:.5rem 0;display:block}.menu-toggle{display:flex;order:3}.logo-image{height:48px}.header-actions{gap:1rem}.social-icons{gap:.5rem}.give-btn{padding:.4rem 1rem;font-size:.75rem}}@media(max-width:600px){.header{padding:.5rem 3vw}.logo-image{height:40px}.social-icons{display:none}.header-actions{gap:.75rem}.give-btn{padding:.35rem .8rem;font-size:.7rem}.nav.nav-open{padding:1.5rem}}.footer{background:#000;padding:4rem 4vw;border-top:1px solid rgba(255,255,255,.1)}.footer-container{max-width:1600px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:2rem}.footer-info h3{font-size:1.2rem;font-weight:400;margin-bottom:1rem;color:#fff}.footer-info p{color:#ffffffb3;font-size:.9rem;margin:.5rem 0}.footer-info a{color:#ffffffb3;text-decoration:none;transition:color .3s ease}.footer-info a:hover{color:#ff5e1a}.footer-info .copyright{margin-top:1.5rem;font-size:.8rem}.footer-social{display:flex;gap:1rem}.footer-social a{color:#fff;width:36px;height:36px;border:1px solid rgba(255,255,255,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.footer-social a:hover{border-color:#ff5e1a;color:#ff5e1a}.footer-social svg{width:18px;height:18px}@media(max-width:768px){.footer{padding:3rem 4vw}.footer-container{flex-direction:column;text-align:center;align-items:center}.footer-social{margin-top:1rem}.footer-info h3{font-size:1.1rem}}@media(max-width:480px){.footer{padding:2rem 5vw}.footer-info p{font-size:.85rem}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8f9fa,#fff,#f8f9fa);padding:120px 4vw 80px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at top right,rgba(255,94,26,.05) 0%,transparent 50%);pointer-events:none}.hero-content{max-width:800px;text-align:center;position:relative;z-index:1;background:transparent;padding:0;border-radius:0;box-shadow:none}.hero-logo{display:block;max-width:320px;width:100%;height:auto;margin:0 auto 3rem;filter:drop-shadow(0 4px 20px rgba(0,0,0,.1))}.hero-content h1{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:400;line-height:1.5;color:#2d2d2d;letter-spacing:.01em;margin-bottom:2.5rem}.hero-content h1 span{color:#ff5e1a;font-weight:500}.hero-cta{display:inline-block;padding:16px 48px;background:#ff5e1a;color:#fff;text-decoration:none;font-size:.95rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;border-radius:4px;transition:all .3s ease;box-shadow:0 4px 15px #ff5e1a4d}.hero-cta:hover{background:#e54e0a;transform:translateY(-2px);box-shadow:0 6px 20px #ff5e1a66}@media(max-width:768px){.hero{padding:100px 6vw 60px;min-height:auto}.hero-logo{max-width:250px;margin-bottom:2rem}.hero-content h1{font-size:1.6rem;margin-bottom:2rem}.hero-cta{padding:14px 36px;font-size:.9rem}}@media(max-width:480px){.hero{padding:90px 5vw 50px}.hero-logo{max-width:200px;margin-bottom:1.5rem}.hero-content h1{font-size:1.4rem;line-height:1.6}.hero-cta{padding:12px 28px;width:100%;text-align:center}}.about{background:#f8f9fa;padding:100px 4vw}.about-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;background:#fff;padding:60px;border-radius:12px;box-shadow:0 4px 30px #00000014}.about-image img{width:100%;height:auto;border-radius:8px;box-shadow:0 10px 40px #0000001f;transition:transform .3s ease}.about-image img:hover{transform:scale(1.02)}.about-text h2{font-family:Cormorant Garamond,Georgia,serif;font-size:2.2rem;font-weight:500;color:#2d2d2d;margin-bottom:1.5rem;letter-spacing:.02em}.about-text p{font-size:1.05rem;line-height:1.9;color:#555;margin-bottom:1.5rem}.about-link{display:inline-block;padding:12px 32px;background:transparent;color:#ff5e1a;font-size:.9rem;font-weight:600;text-decoration:none;text-transform:uppercase;letter-spacing:.1em;border:2px solid #ff5e1a;border-radius:4px;transition:all .3s ease;margin-top:.5rem}.about-link:hover{background:#ff5e1a;color:#fff;transform:translateY(-2px)}.devotionals-section{max-width:1200px;margin:80px auto 0;text-align:center;background:#fff;padding:60px;border-radius:12px;box-shadow:0 4px 30px #00000014}.devotionals-section h3{font-family:Cormorant Garamond,Georgia,serif;font-size:2rem;font-weight:500;color:#2d2d2d;margin-bottom:.5rem;letter-spacing:.02em}.devotionals-subtext{font-size:1.05rem;color:#777;margin-bottom:2.5rem}.playlist-container{position:relative;width:100%;max-width:800px;margin:0 auto;aspect-ratio:16 / 9}.playlist-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px}.view-channel-link{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.5rem;color:#fff;font-size:1rem;text-decoration:none;transition:opacity .3s ease}.view-channel-link:hover{opacity:.8}.view-channel-link .youtube-icon{width:24px;height:24px}.social-header{font-size:.85rem;color:#888;margin-top:2.5rem;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.1em}.devotional-social-icons{display:flex;justify-content:center;gap:1.25rem}.devotional-social-icons a{color:#555;transition:color .3s ease,transform .3s ease}.devotional-social-icons a:hover{color:#ff5e1a;transform:translateY(-2px)}.devotional-social-icons svg{width:28px;height:28px}@media(max-width:900px){.about{padding:80px 4vw}.about-content{grid-template-columns:1fr;text-align:center;gap:40px;padding:40px 30px}.about-image{order:-1;max-width:400px;margin:0 auto}.about-text h2{font-size:1.8rem}.devotionals-section{margin-top:60px;padding:40px 30px}.devotionals-section h3{font-size:1.6rem}}@media(max-width:480px){.about{padding:60px 5vw}.about-content{padding:30px 20px}.about-image{max-width:100%}.about-text h2{font-size:1.5rem}.about-text p{font-size:1rem}.about-link{width:100%;text-align:center}.devotionals-section{padding:30px 20px}}.teachings{background:#fff;padding:100px 4vw;text-align:center}.teachings h2{font-family:Cormorant Garamond,Georgia,serif;font-size:2rem;letter-spacing:.05em;color:#2d2d2d;margin-bottom:60px;font-weight:500}.teachings-carousel{max-width:1400px;margin:0 auto;display:flex;align-items:center;gap:20px}.carousel-btn{background:transparent;border:1px solid #ddd;width:50px;height:50px;border-radius:50%;color:#555;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0}.carousel-btn:hover{border-color:#ff5e1a;color:#ff5e1a}.carousel-btn svg{width:24px;height:24px}.teachings-track{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;flex:1}.teaching-card{text-align:center;padding:20px}.teaching-image{margin-bottom:20px;border-radius:8px;overflow:hidden;aspect-ratio:1}.teaching-img{width:100%;height:100%;object-fit:cover;border-radius:8px;transition:transform .3s ease,opacity .3s ease}.teaching-img.clickable{cursor:pointer}.teaching-img.clickable:hover{transform:scale(1.05);opacity:.9}.teaching-placeholder{width:100%;padding-bottom:100%;background:linear-gradient(135deg,#f0f0f0,#e5e5e5);border-radius:8px}.teaching-card h3{font-size:1.3rem;font-weight:500;color:#2d2d2d;margin-bottom:10px}.teaching-card p{font-size:.95rem;color:#777;margin-bottom:15px}.teaching-link{color:#ff5e1a;text-decoration:none;font-size:.9rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;transition:opacity .3s ease}.teaching-link:hover{opacity:.7}@media(max-width:1000px){.teachings-track{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.teachings{padding:60px 4vw}.teachings h2{margin-bottom:40px}.teachings-track{grid-template-columns:1fr;gap:20px}.carousel-btn{display:none}.teachings-carousel{flex-direction:column}.teaching-card{padding:15px}.teaching-card h3{font-size:1.2rem}.teaching-card p{font-size:.9rem}}.view-all-btn{display:inline-block;margin-top:40px;padding:1rem 2.5rem;background:linear-gradient(135deg,#ff5e1a,#ff7a3d);color:#fff;text-decoration:none;font-size:1.1rem;font-weight:600;border-radius:50px;transition:all .3s ease;box-shadow:0 4px 15px #ff5e1a4d}.view-all-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff5e1a66;background:linear-gradient(135deg,#ff7a3d,#ff5e1a)}@media(max-width:700px){.view-all-btn{margin-top:30px;padding:.875rem 2rem;font-size:1rem}}.salvation{background:#f8f9fa;padding:100px 4vw}.salvation-content{max-width:800px;margin:0 auto;text-align:center;background:#fff;padding:60px;border-radius:12px;box-shadow:0 4px 30px #00000014}.salvation h2{font-family:Cormorant Garamond,Georgia,serif;font-size:2.2rem;font-weight:500;color:#2d2d2d;margin-bottom:2rem}.salvation h3{font-family:Cormorant Garamond,Georgia,serif;font-size:1.6rem;font-weight:500;color:#ff5e1a;margin:3rem 0 1.5rem}.salvation p{font-size:1.05rem;line-height:1.9;color:#555;margin-bottom:1.5rem}.salvation blockquote{font-size:1.05rem;font-style:italic;color:#ff5e1a;padding:1rem 2rem;margin:1.5rem 0;border-left:3px solid #ff5e1a;text-align:left;background:#ff5e1a0d;border-radius:0 8px 8px 0}.prayer-box{background:#f8f9fa;border:2px solid #ff5e1a;border-radius:8px;padding:2rem;margin:2rem 0}.prayer-box p{font-style:italic;color:#2d2d2d;margin:0}.saved-message{font-weight:600;color:#ff5e1a!important}.saved-btn{display:inline-block;background:#ff5e1a;color:#fff;border:none;padding:14px 40px;font-size:.95rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;border-radius:4px;transition:all .3s ease;margin-top:1rem;box-shadow:0 4px 15px #ff5e1a4d}.saved-btn:hover{background:#e54e0a;transform:translateY(-2px);box-shadow:0 6px 20px #ff5e1a66}@media(max-width:768px){.salvation-content{padding:40px 30px}.salvation h2{font-size:1.8rem}.salvation h3{font-size:1.4rem}.salvation blockquote{padding:1rem}.prayer-box{padding:1.5rem}}@media(max-width:480px){.salvation-content{padding:30px 20px}.saved-btn{width:100%;text-align:center}}.prayer-page{padding-top:100px;min-height:100vh;background:#fff}.prayer-container{max-width:800px;margin:0 auto;padding:60px 20px;text-align:center}.prayer-container h1{font-family:Cormorant Garamond,Georgia,serif;font-size:2.5rem;font-weight:400;color:#333;margin-bottom:1.5rem}.prayer-intro{font-size:1rem;line-height:1.8;color:#555;margin-bottom:2rem}.prayer-form{text-align:left}@media(max-width:600px){.name-fields{grid-template-columns:1fr}.prayer-container h1{font-size:2rem}.prayer-container{padding:40px 15px}.prayer-page{padding-top:80px}.form-label{font-size:1rem}input[type=text],input[type=email],textarea{padding:14px 12px;font-size:16px}.submit-btn{width:100%;padding:14px 30px}}.form-status{margin-top:1rem;padding:1rem;border-radius:8px;text-align:center;font-size:1rem}.form-status.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.form-status.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.saved-page{padding-top:100px;min-height:100vh;background:#fff}.saved-container{max-width:800px;margin:0 auto;padding:60px 20px}.saved-container h1{font-family:Cormorant Garamond,Georgia,serif;font-size:2.5rem;font-weight:400;color:#333;margin-bottom:2rem;text-align:center}.form-section,.content-section{margin-bottom:3rem}.saved-container h2{font-family:Cormorant Garamond,Georgia,serif;font-size:1.8rem;font-weight:400;color:#1a5f7a;margin-bottom:1.5rem}.saved-container h3{font-family:Cormorant Garamond,Georgia,serif;font-size:1.4rem;font-weight:500;color:#333;margin:2rem 0 1rem}.intro-text{font-size:1rem;line-height:1.8;color:#555;margin-bottom:2rem}.saved-form{text-align:left}input[type=text],input[type=email],textarea{width:100%;padding:12px 15px;border:none;background:#e8e8e8;color:#333;font-size:1rem;font-family:inherit;border-radius:0;box-sizing:border-box}input[type=text]:focus,input[type=email]:focus,textarea:focus{outline:2px solid #1a5f7a;background:#fff}.checkbox-group{margin:1.5rem 0}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;color:#1a5f7a;font-size:1rem}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.success-message{text-align:center;padding:2rem;background:#f8f9fa;border-radius:12px}.success-message h3{color:#1a5f7a;margin-bottom:.5rem}.success-message p{color:#555}.content-section p{font-size:1rem;line-height:1.8;color:#555;margin-bottom:1rem}.resource-list{list-style:none;padding:0;margin:1.5rem 0}.resource-list li{margin-bottom:1.5rem}.resource-list li a{font-size:1.1rem;font-weight:600;color:#1a5f7a;text-decoration:none;transition:color .3s ease}.resource-list li a:hover{color:#f26522;text-decoration:underline}.resource-list li p{margin-top:.5rem;font-size:.95rem}.tips-list{padding-left:1.5rem;margin:1rem 0}.tips-list li{margin-bottom:1rem;line-height:1.7;color:#555}.tips-list li strong{color:#333}.tips-list li ul{margin-top:.5rem;padding-left:1.5rem}.tips-list li ul li{margin-bottom:.5rem}.closing-text{margin-top:2rem}.closing-text.highlight{font-weight:500;color:#333;font-style:italic}@media(max-width:600px){.name-fields{grid-template-columns:1fr}.saved-container h1{font-size:2rem}.saved-container h2{font-size:1.5rem}.saved-container{padding:40px 15px}.saved-page{padding-top:80px}input[type=text],input[type=email],textarea{padding:14px 12px;font-size:16px}.submit-btn{width:100%;padding:14px 30px}.resource-list li a{font-size:1rem}.tips-list{padding-left:1rem}}.aboutus-page{padding-top:100px;min-height:100vh;background:#fff}.aboutus-container{max-width:900px;margin:0 auto;padding:60px 20px}.aboutus-container h1{font-family:Cormorant Garamond,Georgia,serif;font-size:2.5rem;font-weight:400;color:#333;margin-bottom:2rem;text-align:center}.founders-section{text-align:center;margin-bottom:4rem}.founders-image{margin-bottom:2rem}.founders-image img{max-width:100%;width:600px;height:auto;border-radius:8px}.founders-section h2{font-family:Cormorant Garamond,Georgia,serif;font-size:1.8rem;font-weight:500;color:#1a5f7a;margin-bottom:1.5rem}.founders-section p{font-size:1rem;line-height:1.8;color:#555;margin-bottom:1.5rem;text-align:left}.healing-link{color:#ff5e1a;text-decoration:underline;transition:opacity .3s ease}.healing-link:hover{opacity:.7}.about-each-section{margin-bottom:3rem}.about-each-section h2{font-family:Cormorant Garamond,Georgia,serif;font-size:1.8rem;font-weight:500;color:#333;margin-bottom:2rem;text-align:center}.person-card{display:flex;gap:2rem;margin-bottom:3rem;align-items:flex-start}.person-card:nth-child(odd){flex-direction:row}.person-card:nth-child(2n){flex-direction:row-reverse}.person-image{flex-shrink:0}.person-image img{width:280px;height:auto;border-radius:8px;object-fit:cover}.person-content{flex:1}.person-content h3{font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;font-weight:500;color:#1a5f7a;margin-bottom:1rem}.person-content p{font-size:1rem;line-height:1.8;color:#555;margin-bottom:1rem}.invite-cta{text-align:center;margin-top:3rem}.invite-btn{display:inline-block;padding:15px 40px;background:#f26522;color:#fff;text-decoration:none;border-radius:25px;font-size:1rem;font-weight:600;letter-spacing:.05em;transition:background .3s ease}.invite-btn:hover{background:#d9541a}@media(max-width:768px){.person-card,.person-card:nth-child(odd),.person-card:nth-child(2n){flex-direction:column;align-items:center;text-align:center}.person-image img{width:250px}.aboutus-container h1{font-size:2rem}.founders-section h2,.about-each-section h2{font-size:1.5rem}.aboutus-container{padding:40px 15px}.aboutus-page{padding-top:80px}}@media(max-width:480px){.person-image img{width:200px}.founders-image img{width:100%}.person-content h3{font-size:1.3rem}.invite-btn{width:100%;padding:14px 30px}}.invite-page{padding-top:100px;min-height:100vh;background:#fff}.invite-container{max-width:800px;margin:0 auto;padding:60px 20px}.invite-container h1{font-family:Cormorant Garamond,Georgia,serif;font-size:2.5rem;font-weight:400;color:#333;margin-bottom:1.5rem;text-align:center}.invite-intro{font-size:1rem;line-height:1.8;color:#555;text-align:center;margin-bottom:1rem}.invite-intro:last-of-type{margin-bottom:3rem}.invite-form{text-align:left}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-size:1.1rem;color:#1a5f7a;margin-bottom:.5rem}.form-label .required{font-size:.85rem;color:#888;font-weight:400}.name-fields{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.field{display:flex;flex-direction:column}.field-label{font-size:.95rem;color:#333;margin-bottom:.5rem;font-weight:500}input[type=text],input[type=email],input[type=tel],input[type=date],textarea{width:100%;padding:12px 15px;border:none;background:#e8e8e8;color:#333;font-size:1rem;font-family:inherit;border-radius:0;box-sizing:border-box}input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus,input[type=date]:focus,textarea:focus{outline:2px solid #1a5f7a;background:#fff}.website-input{display:flex;align-items:stretch}.website-prefix{display:flex;align-items:center;padding:12px 15px;background:#d0d0d0;color:#555;font-size:1rem;border:none}.website-input input{flex:1;border-radius:0}.full-width{width:100%}textarea{resize:vertical;min-height:150px}.submit-btn{display:block;margin:2rem auto 0;padding:12px 40px;background:#f26522;color:#fff;border:none;border-radius:25px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .3s ease}.submit-btn:hover{background:#d9541a}.submit-btn:disabled{background:#ccc;cursor:not-allowed}.success-message{text-align:center;padding:3rem 2rem;background:#f8f9fa;border-radius:12px;margin-top:2rem}.success-message h2{font-family:Cormorant Garamond,Georgia,serif;font-size:2rem;color:#1a5f7a;margin-bottom:1rem}.success-message p{font-size:1.1rem;color:#555;line-height:1.6}@media(max-width:600px){.name-fields{grid-template-columns:1fr}.invite-container h1{font-size:2rem}.invite-container{padding:40px 15px}.invite-page{padding-top:80px}.website-input{flex-direction:column}.website-prefix{width:100%;justify-content:flex-start}input[type=text],input[type=email],input[type=tel],input[type=date],textarea{padding:14px 12px;font-size:16px}.submit-btn{width:100%;padding:14px 30px}}.google-form-container{display:flex;justify-content:center;width:100%}.google-form-container iframe{max-width:100%;border:none;border-radius:8px;overflow:hidden}.back-to-top-btn{display:block;margin:2rem auto 0;padding:.75rem 1.5rem;background:linear-gradient(135deg,#ff5e1a,#ff7a3d);color:#fff;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ff5e1a4d}.back-to-top-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff5e1a66}.mission-page{padding-top:100px;min-height:100vh;background:#fff}.mission-container{max-width:800px;margin:0 auto;padding:60px 20px}.mission-container h1{font-family:Cormorant Garamond,Georgia,serif;font-size:2.5rem;font-weight:400;color:#333;margin-bottom:2rem;text-align:center}.mission-statement{font-family:Cormorant Garamond,Georgia,serif;font-size:1.8rem;font-style:italic;color:#1a5f7a;text-align:center;padding:2.5rem;margin:0 0 3rem;border-left:none;background:#f8f9fa;border-radius:8px;line-height:1.6}.mission-content{text-align:left}.mission-content p{font-size:1rem;line-height:1.8;color:#555;margin-bottom:1.5rem}.mission-content h2{font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;font-weight:500;color:#333;margin:2rem 0 1.5rem}.partnership-list{list-style:none;padding:0;margin:0 0 2rem}.partnership-list li{padding:1rem 0 1rem 1.5rem;position:relative;font-size:1rem;line-height:1.8;color:#555;border-bottom:1px solid #eee}.partnership-list li:last-child{border-bottom:none}.partnership-list li:before{content:"•";position:absolute;left:0;color:#f26522;font-size:1.2rem;font-weight:700}.partnership-list li strong{color:#1a5f7a}.partner-cta{text-align:center;margin-top:3rem}@media(max-width:600px){.mission-container h1{font-size:2rem}.mission-statement{font-size:1.2rem;padding:1.5rem}.mission-container{padding:40px 15px}.mission-page{padding-top:80px}.partner-btn{width:100%;padding:14px 30px;display:block;text-align:center}.partnership-list li{padding:.75rem 0 .75rem 1.25rem}}.blog-content .key-point{background:linear-gradient(135deg,#fff8e6,#fff3d6);padding:1.5rem;border-radius:8px;border-left:4px solid #f26522;margin:2rem 0}.testimony-list{list-style:none;padding:0}.testimony-list li{padding:.5rem 0 .5rem 1.5rem;position:relative;font-style:italic;color:#1a5f7a}.testimony-list li:before{content:'"';position:absolute;left:0;color:#f26522;font-size:1.5rem;font-weight:700}.salvation-prayer{background:#f8f9fa;padding:2rem;border-radius:12px;text-align:center;margin:2rem 0;border:2px solid #f26522}.salvation-prayer h3{color:#f26522;margin-bottom:1rem}.salvation-prayer p{font-size:1.15rem;color:#333}.partner-btn{display:inline-block;padding:15px 40px;background:#f26522;color:#fff;text-decoration:none;border-radius:25px;font-size:1.1rem;font-weight:600;letter-spacing:.05em;transition:background .3s ease}.partner-btn:hover{background:#d9541a}@media(max-width:768px){.blog-header h1{font-size:2rem}.blog-subtitle{font-size:1.2rem}.blog-container{padding:40px 15px}.blog-page{padding-top:80px}.blog-content h2{font-size:1.5rem}.blog-content blockquote{padding:1rem 1.5rem}.prayer-box{padding:1.5rem}.blog-content p{font-size:1rem}.partner-btn{width:100%;display:block;text-align:center}.share-buttons{gap:10px}.share-btn{padding:8px 14px;font-size:.9rem}.share-btn svg{width:16px;height:16px}}.privacy-page{padding-top:100px;min-height:100vh;background:#fff}.privacy-container{max-width:800px;margin:0 auto;padding:60px 20px}.privacy-container h1{font-family:Cormorant Garamond,Georgia,serif;font-size:2.5rem;font-weight:400;color:#333;margin-bottom:2rem;text-align:center}.policy-section{margin-bottom:2.5rem}.policy-section h2{font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;font-weight:500;color:#1a5f7a;margin-bottom:1rem}.policy-section p{font-size:1rem;line-height:1.8;color:#555;margin-bottom:1rem}.policy-section ul{margin:1rem 0 1.5rem;padding-left:1.5rem}.policy-section li{font-size:1rem;line-height:1.8;color:#555;margin-bottom:.75rem}.policy-section li strong{color:#333}.policy-section a{color:#1a5f7a;text-decoration:none;transition:color .3s ease}.policy-section a:hover{color:#f26522;text-decoration:underline}.contact-section .contact-info{background:#f8f9fa;padding:1.5rem;border-radius:8px;margin-top:1rem}.contact-section address{font-style:normal;line-height:1.8;color:#555}.last-updated{font-size:.9rem;color:#888;text-align:center;margin-top:3rem;margin-bottom:.5rem}.privacy-container .copyright{font-size:.9rem;color:#888;text-align:center}@media(max-width:600px){.privacy-container h1{font-size:2rem}.privacy-container{padding:40px 15px}.privacy-page{padding-top:80px}.policy-section h2{font-size:1.3rem}.policy-section ul{padding-left:1rem}}.giving-page{padding-top:100px;min-height:100vh;background:#fff}.giving-container{max-width:800px;margin:0 auto;padding:60px 20px}.giving-container h1{font-family:Cormorant Garamond,Georgia,serif;font-size:2.2rem;font-weight:400;color:#333;margin-bottom:3rem;text-align:center;line-height:1.4}.thankyou-image img{max-width:100%;width:400px;height:auto;border-radius:12px}.ways-to-give{margin-bottom:3rem}.ways-to-give h2{font-family:Cormorant Garamond,Georgia,serif;font-size:1.8rem;font-weight:500;color:#1a5f7a;margin-bottom:2rem;text-align:center}.give-options{display:flex;flex-direction:column;align-items:center;gap:2rem}.give-option{background:#f8f9fa;padding:2rem;border-radius:12px;text-align:center;max-width:500px;width:100%}.give-option h3{font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;font-weight:500;color:#333;margin-bottom:1.5rem}.give-option p{font-size:1rem;line-height:1.6;color:#555;margin-bottom:1rem}.give-option address{font-style:normal;font-size:1rem;line-height:1.8;color:#333;margin-bottom:1rem}.check-note{font-size:.9rem;color:#666;font-style:italic}.tithe-btn{display:inline-block;padding:15px 40px;background:#f26522;color:#fff;text-decoration:none;border-radius:25px;font-size:1.1rem;font-weight:600;letter-spacing:.05em;transition:background .3s ease}.tithe-btn:hover{background:#d9541a}.partner-section{margin-bottom:3rem;padding:2rem;background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:12px;border-left:4px solid #1a5f7a}.partner-section h2{font-family:Cormorant Garamond,Georgia,serif;font-size:1.8rem;font-weight:500;color:#1a5f7a;margin-bottom:1.5rem;text-align:center}.partner-content{display:flex;gap:2rem;align-items:flex-start}.partner-image{flex:0 0 280px}.partner-image img{width:100%;border-radius:12px;box-shadow:0 4px 15px #0000001a}.partner-text{flex:1}.partner-section .intro-text{font-size:1.1rem;line-height:1.8;color:#444;margin-bottom:1.5rem}.partner-section p{font-size:1rem;line-height:1.8;color:#555;margin-bottom:1rem}.impact-list{list-style:none;padding:0;margin:0}.impact-list li{display:flex;flex-direction:column;gap:.5rem;padding:1.25rem 0;border-bottom:1px solid #eee}.impact-list li strong{font-family:Cormorant Garamond,Georgia,serif;font-size:1.2rem;font-weight:600;color:#ff5e1a}.impact-list li span{font-size:1rem;line-height:1.7;color:#555}.prayer-cta{text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,#1a5f7a,#2a7f9a);border-radius:12px;color:#fff}.prayer-cta h3{font-family:Cormorant Garamond,Georgia,serif;font-size:1.8rem;font-weight:400;color:#fff;margin-bottom:.5rem}.prayer-cta p{font-size:1.1rem;color:#ffffffe6;margin-bottom:1.5rem}.prayer-btn{display:inline-block;padding:15px 40px;background:#fff;color:#1a5f7a;text-decoration:none;border-radius:25px;font-size:1rem;font-weight:600;letter-spacing:.1em;transition:all .3s ease}.prayer-btn:hover{background:#f26522;color:#fff}@media(max-width:768px){.give-options{grid-template-columns:1fr}.giving-container h1{font-size:1.8rem}.giving-container{padding:40px 15px}.giving-page{padding-top:80px}.ways-to-give h2,.partner-section h2{font-size:1.5rem}.give-option,.partner-section{padding:1.5rem}.partner-content{flex-direction:column;align-items:center}.partner-image{flex:0 0 auto;max-width:300px}.thankyou-image img{width:300px}.prayer-cta{padding:2rem 1.5rem}.prayer-cta h3{font-size:1.5rem}}@media(max-width:480px){.giving-container h1{font-size:1.5rem}.tithe-btn,.prayer-btn{width:100%;padding:14px 30px}}.blog-content blockquote{margin:2rem 0;padding:1.5rem 2rem;background:#f8f9fa;border-left:4px solid #1a5f7a;border-radius:0 8px 8px 0}.blog-content blockquote p{font-style:italic;font-size:1.1rem;color:#333;margin-bottom:.5rem}.blog-content blockquote cite{display:block;font-size:.9rem;color:#666;font-style:normal;margin-top:.5rem}.blog-content .key-point{background:linear-gradient(135deg,#fff8e6,#fff3d6);padding:1.5rem;border-radius:8px;border-left:4px solid #ff5e1a;margin:2rem 0}.blog-content ul{margin:1.5rem 0;padding-left:1.5rem}.blog-content li strong{color:#1a5f7a}.prayer-box{background:linear-gradient(135deg,#1a5f7a,#2a7f9a);color:#fff;padding:2rem;border-radius:12px;margin:2rem 0}.prayer-box h3{color:#fff;margin-bottom:1rem;margin-top:0}.prayer-box p{color:#fff;margin-bottom:1rem}.prayer-box p:last-child{margin-bottom:0}.resource-box{background:#f8f9fa;padding:2rem;border-radius:12px;margin:2rem 0;border:2px dashed #ddd}.resource-box h3{color:#1a5f7a;margin-bottom:1rem;margin-top:0}.resource-box p{margin-bottom:1rem}.resource-link{display:inline-block;padding:10px 25px;background:#1a5f7a;color:#fff;text-decoration:none;border-radius:20px;font-weight:600;transition:background .3s ease}.resource-link:hover{background:#ff5e1a}.salvation-prayer{background:#f8f9fa;padding:2rem;border-radius:12px;text-align:center;margin:2rem 0;border:2px solid #ff5e1a}.salvation-prayer h3{color:#ff5e1a;margin-bottom:1rem}.salvation-prayer p{font-size:1.05rem;color:#333}.salvation-prayer a{color:#1a5f7a;font-weight:600}.salvation-prayer a:hover{color:#ff5e1a}.closing{text-align:center;padding:2rem;background:#f8f9fa;border-radius:12px;margin-top:3rem}.closing p{margin-bottom:.5rem}.blog-footer{margin-top:4rem;padding-top:2rem;border-top:1px solid #eee;text-align:center}.share-section{margin-bottom:2rem}.cta-section{margin-top:2rem}.partner-btn{display:inline-block;padding:15px 40px;background:#ff5e1a;color:#fff;text-decoration:none;border-radius:25px;font-size:1.1rem;font-weight:600;letter-spacing:.05em;transition:background .3s ease}.partner-btn:hover{background:#e54d0d}@media(max-width:768px){.blog-header h1{font-size:2rem}.blog-subtitle{font-size:1.2rem}.blog-container{padding:40px 15px}.blog-page{padding-top:80px}.blog-content h2{font-size:1.5rem}.blog-content blockquote{padding:1rem 1.5rem}.prayer-box,.resource-box{padding:1.5rem}.blog-content p{font-size:1rem}.partner-btn{width:100%;display:block;text-align:center}.share-buttons{gap:10px}.share-btn{padding:8px 14px;font-size:.9rem}.share-btn svg{width:16px;height:16px}}@media(max-width:480px){.blog-header h1{font-size:1.6rem}.blog-subtitle{font-size:1rem}.blog-meta{font-size:.8rem}.blog-meta .divider{display:none}.blog-meta span{display:block;margin:.25rem 0}.blog-content .key-point{padding:1rem}.salvation-prayer,.closing{padding:1.5rem}}@media(max-width:768px){.blog-page{padding-top:80px}.blog-container{padding:40px 16px}.blog-header h1{font-size:2rem}.blog-subtitle{font-size:1.1rem}.blog-content h2{font-size:1.5rem}.blog-content blockquote{padding:1rem 1.25rem}.blog-content blockquote p{font-size:1.1rem}.prayer-section{padding:1.5rem}.prayer-section h3{font-size:1.4rem}.closing-message,.blog-cta{padding:1.5rem}.blog-cta h3{font-size:1.5rem}}.summary-box{background:linear-gradient(135deg,#f0f7fa,#fff);border:2px solid #1a5f7a;padding:2rem;border-radius:12px;margin:3rem 0}.summary-box h3{font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;color:#1a5f7a;margin-bottom:1.5rem;text-align:center}.summary-box ol{margin:0;padding-left:1.5rem}.summary-box li{margin-bottom:1rem;line-height:1.7}.summary-box li:last-child{margin-bottom:0}.prayer-section{background:linear-gradient(135deg,#1a5f7a,#0d3d4d);color:#fff;padding:2.5rem;border-radius:12px;margin:3rem 0}.prayer-section h3{font-family:Cormorant Garamond,Georgia,serif;font-size:1.6rem;color:#fff;margin-bottom:1.5rem;text-align:center}.prayer-text{font-style:italic;line-height:1.9;color:#fffffff2;margin-bottom:1rem}.prayer-text:last-child{margin-bottom:0}@media(max-width:768px){.blog-page{padding-top:80px}.blog-container{padding:40px 16px}.blog-header h1{font-size:2rem}.blog-subtitle{font-size:1.1rem}.blog-content h2{font-size:1.5rem}.blog-content blockquote{padding:1rem 1.25rem}.blog-content blockquote p{font-size:1.1rem}.summary-box,.prayer-section{padding:1.5rem}.prayer-section h3{font-size:1.4rem}.closing-message,.blog-cta{padding:1.5rem}.blog-cta h3{font-size:1.5rem}}.blog-page{padding-top:100px;min-height:100vh;background:#fff}.blog-container{max-width:800px;margin:0 auto;padding:60px 20px}.blog-post{line-height:1.8}.blog-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #eee}.blog-header h1{font-family:Cormorant Garamond,Georgia,serif;font-size:2.8rem;font-weight:400;color:#333;margin-bottom:.5rem}.blog-subtitle{font-family:Cormorant Garamond,Georgia,serif;font-size:1.4rem;color:#1a5f7a;font-style:italic;margin-bottom:1rem}.blog-meta{font-size:.9rem;color:#888}.blog-meta .divider{margin:0 .75rem}.video-embed{position:relative;width:100%;padding-bottom:56.25%;margin-bottom:3rem;background:#000;border-radius:8px;overflow:hidden}.video-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%}.blog-content{color:#444}.blog-content .intro{font-size:1.15rem;color:#333;margin-bottom:2rem}.blog-content p{margin-bottom:1.5rem;font-size:1.05rem}.blog-content h2{font-family:Cormorant Garamond,Georgia,serif;font-size:1.8rem;font-weight:500;color:#1a5f7a;margin:3rem 0 1.5rem;padding-top:1rem;border-top:1px solid #eee}.blog-content h3{font-family:Cormorant Garamond,Georgia,serif;font-size:1.4rem;font-weight:500;color:#333;margin:2rem 0 1rem}.blog-content blockquote{background:linear-gradient(135deg,#f8f9fa,#fff);border-left:4px solid #ff5e1a;padding:1.5rem 2rem;margin:2rem 0;border-radius:0 8px 8px 0}.blog-content blockquote p{font-family:Cormorant Garamond,Georgia,serif;font-size:1.2rem;font-style:italic;color:#333;margin:0}.blog-content ul,.blog-content ol{margin-bottom:1.5rem;padding-left:2rem}.blog-content li{margin-bottom:.75rem;font-size:1.05rem}.blessings-box{background:linear-gradient(135deg,#f0f7fa,#fff);border:2px solid #1a5f7a;padding:2rem;border-radius:12px;margin:3rem 0}.blessings-box h3{font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;color:#1a5f7a;margin-bottom:1.5rem;text-align:center}.blessings-box ol{margin:0;padding-left:1.5rem}.blessings-box li{margin-bottom:1.25rem;line-height:1.7}.blessings-box li:last-child{margin-bottom:0}.closing-message{background:#f8f9fa;padding:2rem;border-radius:12px;margin:3rem 0;text-align:center}.closing-message p{margin-bottom:1rem}.closing-message .signature{font-family:Cormorant Garamond,Georgia,serif;font-size:1.2rem;font-style:italic;color:#1a5f7a;margin-top:1.5rem;margin-bottom:0}.share-section{margin:3rem 0;text-align:center;padding:2rem;background:#f8f9fa;border-radius:12px}.share-section h3{font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;color:#333;margin-bottom:.5rem}.blog-cta{background:linear-gradient(135deg,#ff5e1a,#ff7a3d);color:#fff;padding:2.5rem;border-radius:12px;text-align:center;margin:3rem 0}.blog-cta h3{font-family:Cormorant Garamond,Georgia,serif;font-size:1.8rem;color:#fff;margin-bottom:1rem}.blog-cta p{color:#fffffff2;margin-bottom:1.5rem}.cta-button{display:inline-block;background:#fff;color:#ff5e1a;padding:14px 32px;border-radius:50px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease}.cta-button:hover{background:#333;color:#fff;transform:translateY(-2px)}.blog-navigation{margin-top:3rem;padding-top:2rem;border-top:1px solid #eee}.back-link{color:#1a5f7a;text-decoration:none;font-weight:500;transition:color .3s ease}.back-link:hover{color:#ff5e1a}@media(max-width:768px){.blog-page{padding-top:80px}.blog-container{padding:40px 16px}.blog-header h1{font-size:2rem}.blog-subtitle{font-size:1.1rem}.blog-content h2{font-size:1.5rem}.blog-content blockquote{padding:1rem 1.25rem}.blog-content blockquote p{font-size:1.1rem}.blessings-box,.closing-message,.blog-cta{padding:1.5rem}.blog-cta h3{font-size:1.5rem}}@media(max-width:480px){.blog-header h1{font-size:1.75rem}.blog-meta{display:flex;flex-direction:column;gap:.25rem}.blog-meta .divider{display:none}.blog-content p,.blog-content li{font-size:1rem}}.word2026-page{min-height:100vh;display:flex;flex-direction:column;background-color:#fff}.word2026-content{flex:1;padding:120px 20px 60px;max-width:900px;margin:0 auto;width:100%}.word2026-article h1{font-size:2.8rem;color:#1a1a1a;margin-bottom:.5rem;text-align:center;line-height:1.2}.word2026-subtitle{font-size:1.3rem;color:#666;text-align:center;margin-bottom:2rem;font-style:italic}.video-container{position:relative;width:100%;padding-bottom:56.25%;margin-bottom:2.5rem;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #00000026}.word2026-section{margin-bottom:2.5rem}.word2026-section h2{font-size:1.8rem;color:#ff5e1a;margin-bottom:1rem;border-bottom:2px solid #ff5e1a;padding-bottom:.5rem}.word2026-section h3{font-size:1.3rem;color:#1a1a1a;margin-bottom:1rem}.word2026-section p{font-size:1.1rem;line-height:1.8;color:#333;margin-bottom:1rem}.highlight-box{background:linear-gradient(135deg,#fff8f5,#fff0eb);padding:2rem;border-radius:12px;border-left:4px solid #ff5e1a}.prophetic-word{font-size:1.15rem;color:#444}.main-theme{font-size:1.4rem;text-align:center;color:#ff5e1a;margin-top:1.5rem;margin-bottom:0}.scripture-quote{font-size:1.2rem;font-style:italic;color:#444;border-left:4px solid #ff5e1a;padding-left:1.5rem;margin:1.5rem 0;line-height:1.9;background:#fafafa;padding:1.5rem;border-radius:0 8px 8px 0}.key-points{background:#f8f9fa;padding:1.5rem 2rem;border-radius:12px;margin-top:1.5rem}.key-points ul{list-style:none;padding:0;margin:0}.key-points li{font-size:1.1rem;color:#333;border-bottom:1px solid #e0e0e0;padding:.75rem 0 .75rem 1.5rem;position:relative}.key-points li:last-child{border-bottom:none}.key-points li:before{content:"→";color:#ff5e1a;position:absolute;left:0;font-weight:700}.key-points li strong{color:#ff5e1a}.cta-section{background:linear-gradient(135deg,#1a5f7a,#134a5f);color:#fff;padding:2rem;border-radius:12px;text-align:center}.cta-section h2{color:#fff;border-bottom-color:#ffffff4d}.cta-section p{color:#fffffff2}@media(max-width:768px){.word2026-content{padding:100px 15px 40px}.word2026-article h1{font-size:2rem}.word2026-subtitle{font-size:1.1rem}.word2026-section h2{font-size:1.5rem}.word2026-section p{font-size:1rem}.main-theme{font-size:1.2rem}.scripture-quote{font-size:1.05rem;padding:1rem}.highlight-box{padding:1.5rem}.key-points{padding:1rem 1.5rem}.key-points li{font-size:1rem}.cta-section{padding:1.5rem}}.share-section{margin:2.5rem 0;text-align:center;padding:2rem;background:#f8f9fa;border-radius:12px}.share-section h3{font-size:1.5rem;color:#333;margin-bottom:.5rem}.share-section p{color:#666;margin-bottom:1.5rem}.share-buttons{display:flex;justify-content:center;flex-wrap:wrap;gap:12px}.share-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border-radius:25px;text-decoration:none;font-size:.95rem;font-weight:500;transition:transform .2s ease,box-shadow .2s ease;border:none;cursor:pointer}.share-btn svg{width:18px;height:18px}.share-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.share-btn.facebook{background:#1877f2;color:#fff}.share-btn.twitter{background:#000;color:#fff}.share-btn.whatsapp{background:#25d366;color:#fff}.share-btn.email{background:#ea4335;color:#fff}.share-btn.copy-link{background:#6c757d;color:#fff}.partner-cta{text-align:center;margin-top:2.5rem;padding-top:2rem}.partner-button{display:inline-block;background:linear-gradient(135deg,#ff5e1a,#ff7a3d);color:#fff;padding:1rem 2.5rem;font-size:1.2rem;font-weight:600;text-decoration:none;border-radius:50px;transition:all .3s ease;box-shadow:0 4px 15px #ff5e1a4d}.partner-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff5e1a66;background:linear-gradient(135deg,#ff7a3d,#ff5e1a)}@media(max-width:768px){.partner-button{padding:.875rem 2rem;font-size:1.1rem}.share-buttons{gap:10px}.share-btn{padding:8px 14px;font-size:.9rem}.share-btn svg{width:16px;height:16px}}.whatishealing-page{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(180deg,#fff,#fff5f0,#ffe8dd);position:relative;overflow-x:hidden}.whatishealing-page:before{content:"💚";position:fixed;top:15%;left:5%;font-size:3rem;animation:float 4s ease-in-out infinite;z-index:0}.whatishealing-page:after{content:"🙏";position:fixed;top:25%;right:8%;font-size:2.5rem;animation:bounce 3s ease-in-out infinite;z-index:0}.whatishealing-page .floating-decorations{position:fixed;width:100%;height:100%;pointer-events:none;z-index:0}.whatishealing-page .floating-item{position:absolute;font-size:2rem;animation:float 5s ease-in-out infinite}.whatishealing-page .floating-item:nth-child(1){top:40%;left:3%;animation-delay:0s}.whatishealing-page .floating-item:nth-child(2){top:60%;right:5%;animation-delay:1s}.whatishealing-page .floating-item:nth-child(3){top:75%;left:8%;animation-delay:2s}.whatishealing-page .floating-item:nth-child(4){top:30%;right:3%;animation-delay:.5s}.whatishealing-page .floating-item:nth-child(5){top:85%;right:10%;animation-delay:1.5s}.whatishealing-page .character{position:fixed;font-size:4rem;z-index:0;filter:drop-shadow(3px 3px 0 #000)}.whatishealing-page .character-1{bottom:10%;left:2%;animation:bounce 2.5s ease-in-out infinite}.whatishealing-page .character-2{bottom:15%;right:2%;animation:bounce 3s ease-in-out infinite .5s}.whatishealing-content{flex:1;padding:120px 20px 60px;max-width:900px;margin:0 auto;width:100%;position:relative;z-index:1}.whatishealing-article{animation:slideIn .8s ease-out}.whatishealing-article h1{font-size:3rem;color:#ff5e1a;margin-bottom:.5rem;text-align:center;font-weight:900;text-transform:uppercase;letter-spacing:2px;text-shadow:3px 3px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000;animation:wiggle 2s ease-in-out infinite;-webkit-text-stroke:2px #000}.whatishealing-subtitle{font-size:1.4rem;color:#333;text-align:center;margin-bottom:.5rem;font-weight:700;font-style:normal}.hosts{font-size:1rem;color:#666;text-align:center;margin-bottom:2rem;font-weight:600}.whatishealing-page .video-container{position:relative;width:100%;padding-bottom:56.25%;margin-bottom:2.5rem;border-radius:20px;overflow:hidden;border:4px solid #ff5e1a;box-shadow:8px 8px #ff5e1a,0 10px 30px #ff5e1a33}.whatishealing-page .video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}.whatishealing-section{background:#fff;padding:25px 30px;border-radius:20px;margin-bottom:2rem;border:3px solid #ff5e1a;box-shadow:6px 6px #ff5e1a,0 5px 15px #ff5e1a26;transition:transform .3s ease}.whatishealing-section:hover{transform:translateY(-5px)}.whatishealing-section h2{font-size:1.6rem;color:#222;margin-bottom:1rem;font-weight:800;text-transform:uppercase;letter-spacing:1px;border-bottom:none;padding-bottom:0}.whatishealing-section p{font-size:1.1rem;color:#444;line-height:1.8;margin-bottom:1rem;font-weight:500}.steps-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:1.5rem}.step-card{background:linear-gradient(135deg,#fff5f0,#ffe8dd);padding:20px;border-radius:15px;border:2px solid #ff5e1a;text-align:center;transition:all .3s ease;box-shadow:4px 4px #ff5e1a}.step-card:hover{transform:translateY(-5px) rotate(-2deg);box-shadow:6px 6px #ff5e1a}.step-number{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;background:linear-gradient(135deg,#ff5e1a,#ff8c00);color:#fff;font-size:1.5rem;font-weight:900;border-radius:50%;border:3px solid #000;margin-bottom:10px}.step-card h3{font-size:1rem;color:#222;margin-bottom:8px;font-weight:700}.step-card p{font-size:.9rem;color:#555;margin:0;line-height:1.5}.whatishealing-section.highlight-box{background:linear-gradient(135deg,#fff5f0,#ffe8dd);border-color:#e54d0d;border-left:4px solid #ff5e1a}.fun-story-box{display:flex;align-items:flex-start;gap:20px;background:linear-gradient(135deg,#fff5f0,#ffe8dd);padding:20px;border-radius:15px;border:2px solid #ff5e1a;margin-top:1.5rem;box-shadow:4px 4px #ff5e1a}.story-icon{font-size:3rem;animation:bounce 3s ease-in-out infinite;flex-shrink:0}.story-content h3{font-size:1.2rem;color:#ff5e1a;margin-bottom:8px;font-weight:800}.story-content p{margin:0}.prayer-section{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border-color:#4caf50;box-shadow:6px 6px #4caf50,0 5px 15px #4caf5026}.prayer-section h2{color:#2e7d32}.healing-prayer,.salvation-prayer{font-size:1.1rem;font-style:italic;color:#333;border-left:4px solid #ff5e1a;padding:1.5rem;margin:1.5rem 0;line-height:1.9;background:#fff;border-radius:15px;box-shadow:4px 4px #0000001a;font-weight:500}.salvation-section{background:linear-gradient(135deg,#e3f2fd,#bbdefb);border-color:#2196f3;box-shadow:6px 6px #2196f3,0 5px 15px #2196f326}.salvation-section h2{color:#1565c0}.salvation-section .salvation-prayer{background:#fff;border-left-color:#ff5e1a;color:#333}.saved-link{text-align:center;margin-top:1.5rem}.saved-link a{color:#ff5e1a;font-weight:700;text-decoration:none;background:#fff;padding:10px 20px;border-radius:50px;border:2px solid #ff5e1a;display:inline-block;transition:all .3s ease}.saved-link a:hover{background:#ff5e1a;color:#fff;transform:scale(1.05)}.closing-section{text-align:center;background:linear-gradient(135deg,#ff5e1a,#ff8c00);border-color:#000;box-shadow:6px 6px #000;animation:pulse 2s ease-in-out infinite}.closing-section h2{color:#fff;border-bottom:none;padding-bottom:0}.closing-section p{color:#fff}.whatishealing-page .quiz-section{background:linear-gradient(135deg,#fff,#fff5f0)}.whatishealing-page .quiz-container{display:flex;flex-direction:column;gap:20px;margin-top:1.5rem}.whatishealing-page .quiz-card{background:#fff;border-radius:15px;border:3px solid #ff5e1a;overflow:hidden;box-shadow:5px 5px #ff5e1a;transition:transform .3s ease}.whatishealing-page .quiz-card:hover{transform:translate(5px)}.whatishealing-page .quiz-question{background:linear-gradient(135deg,#ff5e1a,#ff8c00);padding:15px 20px;display:flex;align-items:center;gap:15px}.whatishealing-page .question-number{background:#fff;color:#ff5e1a;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:1.3rem;border:2px solid #000;flex-shrink:0}.whatishealing-page .quiz-question p{color:#fff;margin:0;font-size:1.1rem}.whatishealing-page .reveal-btn{width:100%;padding:15px 20px;background:linear-gradient(135deg,#4caf50,#66bb6a);color:#fff;border:none;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;border-top:3px dashed rgba(0,0,0,.2)}.whatishealing-page .reveal-btn:hover{background:linear-gradient(135deg,#43a047,#4caf50);transform:scale(1.02)}.whatishealing-page .reveal-btn:active{transform:scale(.98)}.whatishealing-page .quiz-card.revealed .quiz-answer{animation:revealAnswer .4s ease-out}.whatishealing-page .quiz-answer{padding:15px 20px;background:linear-gradient(135deg,#e8f5e9,#c8e6c9)}.whatishealing-page .quiz-answer p{margin:0;font-size:1.1rem;color:#2e7d32;font-weight:600}@media(max-width:768px){.whatishealing-page:before,.whatishealing-page:after,.whatishealing-page .floating-item,.whatishealing-page .character{display:none}.whatishealing-content{padding:100px 15px 40px}.whatishealing-article h1{font-size:2rem;-webkit-text-stroke:1px #000}.whatishealing-subtitle{font-size:1.1rem}.hosts{font-size:.95rem}.whatishealing-section{padding:20px}.whatishealing-section h2{font-size:1.3rem}.whatishealing-section p{font-size:1rem}.steps-cards{grid-template-columns:1fr}.fun-story-box{flex-direction:column;text-align:center}.healing-prayer,.salvation-prayer{font-size:1rem;padding:1rem}}.teachings-page{min-height:100vh;display:flex;flex-direction:column;background:#fff;padding-top:100px}.teachings-page-content{flex:1;padding:60px 20px;max-width:1400px;margin:0 auto;width:100%}.teachings-page-content h1{font-family:Cormorant Garamond,Georgia,serif;font-size:2.5rem;color:#333;margin-bottom:1rem;text-align:center;font-weight:400}.teachings-intro{font-size:1.1rem;color:#555;text-align:center;max-width:800px;margin:0 auto 3rem;line-height:1.8}.teachings-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.teachings-page .teaching-card{text-align:center;padding:20px;background:#f8f9fa;border-radius:12px;transition:transform .3s ease,box-shadow .3s ease}.teachings-page .teaching-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001a}.teachings-page .teaching-image{margin-bottom:20px;border-radius:8px;overflow:hidden;aspect-ratio:1}.teachings-page .teaching-img{width:100%;height:100%;object-fit:cover;border-radius:8px;transition:transform .3s ease,opacity .3s ease}.teachings-page .teaching-img.clickable{cursor:pointer}.teachings-page .teaching-img.clickable:hover{transform:scale(1.05);opacity:.9}.teachings-page .teaching-card h3{font-family:Cormorant Garamond,Georgia,serif;font-size:1.3rem;font-weight:500;color:#333;margin-bottom:10px}.teachings-page .teaching-card p{font-size:.95rem;color:#555;margin-bottom:15px}.teachings-page .teaching-link{color:#ff5e1a;text-decoration:none;font-size:.9rem;letter-spacing:.05em;transition:opacity .3s ease}.teachings-page .teaching-link:hover{opacity:.7}.teachings-page .teaching-link.coming-soon{color:#999}@media(max-width:1000px){.teachings-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.teachings-page-content{padding:40px 15px}.teachings-page-content h1{font-size:2rem}.teachings-intro{font-size:1rem}.teachings-grid{grid-template-columns:1fr;gap:20px}.teachings-page .teaching-card{padding:15px}.teachings-page .teaching-card h3{font-size:1.2rem}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes moveShape{0%,to{transform:translateY(0) translate(0) rotate(0)}25%{transform:translateY(-30px) translate(20px) rotate(90deg)}50%{transform:translateY(-10px) translate(-10px) rotate(180deg)}75%{transform:translateY(-40px) translate(15px) rotate(270deg)}}.kids-page{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(180deg,#1a1a2e,#16213e,#0f3460);position:relative;overflow:hidden}.bg-shapes{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:hidden}.shape{position:absolute;opacity:.15}.shape-1{width:400px;height:400px;background:linear-gradient(135deg,#ff5e1a,#ff9a3c);border-radius:30% 70% 70% 30%/30% 30% 70% 70%;top:-100px;right:-100px;animation:moveShape 20s ease-in-out infinite}.shape-2{width:300px;height:300px;background:linear-gradient(135deg,#00d9ff,#09c);border-radius:60% 40% 30% 70%/60% 30% 70% 40%;bottom:-50px;left:-50px;animation:moveShape 15s ease-in-out infinite reverse}.shape-3{width:200px;height:200px;background:linear-gradient(135deg,#ff5e1a,#fc0);border-radius:50% 50% 30% 70%/50% 70% 30% 50%;top:40%;left:5%;animation:moveShape 18s ease-in-out infinite 2s}.shape-4{width:250px;height:250px;background:linear-gradient(135deg,#9b59b6,#8e44ad);border-radius:40% 60% 60% 40%/70% 30%;top:15%;right:15%;animation:moveShape 22s ease-in-out infinite 1s}.shape-5{width:150px;height:150px;background:linear-gradient(135deg,#2ecc71,#27ae60);border-radius:70% 30% 50% 50%/30% 70%;bottom:25%;right:8%;animation:moveShape 16s ease-in-out infinite 3s}.floating-decorations{position:fixed;width:100%;height:100%;pointer-events:none;z-index:1}.floating-item{position:absolute;font-size:2.5rem;animation:float 5s ease-in-out infinite;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.3))}.floating-item:nth-child(1){top:15%;left:5%;animation-delay:0s}.floating-item:nth-child(2){top:25%;right:8%;animation-delay:1s}.floating-item:nth-child(3){top:45%;left:3%;animation-delay:2s}.floating-item:nth-child(4){top:60%;right:5%;animation-delay:.5s}.floating-item:nth-child(5){top:75%;left:8%;animation-delay:1.5s}.floating-item:nth-child(6){top:35%;right:3%;animation-delay:2.5s}.floating-item:nth-child(7){top:85%;right:12%;animation-delay:3s}.kids-landing-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:140px 20px 80px;position:relative;z-index:2;text-align:center}.kids-hero{margin-bottom:3rem;animation:slideIn .8s ease-out}.kids-logo-main{max-width:450px;width:100%;height:auto;margin-bottom:1.5rem;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.15))}.kids-tagline{font-size:1.5rem;color:#ffffffe6;font-weight:700;max-width:600px;line-height:1.6;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.age-buttons-container{display:flex;gap:30px;justify-content:center;align-items:flex-start;flex-wrap:wrap;margin-bottom:2rem;animation:slideIn .8s ease-out .3s both}.age-button-wrapper{display:flex;flex-direction:column;align-items:center;gap:10px}.age-button{display:flex;flex-direction:column;align-items:center;justify-content:center;width:180px;height:180px;border-radius:20px;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;cursor:pointer}.age-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.age-button:hover:before{left:100%}.age-5-8{background:linear-gradient(135deg,#ff5e1a,#ff9a3c);border:4px solid #fff;box-shadow:0 0 20px #ff5e1a99,0 10px 30px #0000004d}.age-5-8:hover{transform:translateY(-8px) scale(1.05);box-shadow:0 0 40px #ff5e1acc,0 15px 40px #0006}.age-9-12{background:linear-gradient(135deg,#00d9ff,#09c);border:4px solid #fff;box-shadow:0 0 20px #00d9ff99,0 10px 30px #0000004d}.age-9-12:hover{transform:translateY(-8px) scale(1.05);box-shadow:0 0 40px #00d9ffcc,0 15px 40px #0006}.age-teens{background:linear-gradient(135deg,#9b59b6,#8e44ad);border:4px solid #fff;box-shadow:0 0 20px #9b59b699,0 10px 30px #0000004d}.age-teens:hover{transform:translateY(-8px) scale(1.05);box-shadow:0 0 40px #9b59b6cc,0 15px 40px #0006}.age-title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.4rem;font-weight:800;color:#fff;text-transform:uppercase;letter-spacing:2px;text-shadow:2px 2px 4px rgba(0,0,0,.3);margin-bottom:5px}.age-range{font-size:1rem;font-weight:600;color:#ffffffd9;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.coming-badge{font-size:.8rem;font-weight:800;color:#fffc;letter-spacing:1px}.age-emoji{font-size:5rem;margin-bottom:.5rem;animation:bounce 2s ease-in-out infinite}.age-subtitle{font-size:1rem;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:1px}.coming-soon-note{font-size:1.2rem;color:#ffffffb3;font-weight:600;animation:slideIn .8s ease-out .5s both}@media(max-width:768px){.floating-item{display:none}.shape{opacity:.1}.kids-landing-content{padding:120px 20px 60px}.kids-logo-main{max-width:300px}.kids-tagline{font-size:1.2rem}.age-buttons-container{gap:20px}.age-button{width:150px;height:150px;border-radius:15px}.age-range{font-size:2rem}.coming-badge{font-size:.6rem;padding:3px 8px}}@media(max-width:480px){.kids-landing-content{padding:100px 15px 40px}.kids-logo-main{max-width:250px}.kids-tagline{font-size:1.1rem}.age-button{width:130px;height:130px;border-width:3px}.age-range{font-size:1.6rem}.coming-badge{font-size:.55rem}}.kids-level-page{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(180deg,#fff,#fff5f0,#ffe8dd);position:relative;overflow-x:hidden;font-family:Fredoka,sans-serif}.kids-level-page:before{content:"⭐";position:fixed;top:15%;left:5%;font-size:3rem;animation:float 4s ease-in-out infinite;z-index:0}.kids-level-page:after{content:"🎮";position:fixed;top:25%;right:8%;font-size:2.5rem;animation:bounce 3s ease-in-out infinite;z-index:0}.floating-decorations{position:fixed;width:100%;height:100%;pointer-events:none;z-index:0}.floating-item{position:absolute;font-size:2rem;animation:float 5s ease-in-out infinite}.floating-item:nth-child(1){top:40%;left:3%;animation-delay:0s}.floating-item:nth-child(2){top:60%;right:5%;animation-delay:1s}.floating-item:nth-child(3){top:75%;left:8%;animation-delay:2s}.floating-item:nth-child(4){top:30%;right:3%;animation-delay:.5s}.floating-item:nth-child(5){top:85%;right:10%;animation-delay:1.5s}.kids-level-content{flex:1;padding:120px 20px 60px;max-width:1400px;margin:0 auto;width:100%;position:relative;z-index:1}.back-btn{display:inline-block;padding:10px 20px;background:#fff;color:#ff5e1a;text-decoration:none;border-radius:25px;font-weight:700;font-size:1rem;border:3px solid #ff5e1a;margin-bottom:1.5rem;transition:all .3s ease}.back-btn:hover{background:#ff5e1a;color:#fff}.kids-level-page .kids-logo{display:block;max-width:400px;width:100%;height:auto;margin:0 auto 1rem;animation:slideIn .8s ease-out}.age-badge{text-align:center;font-family:Cormorant Garamond,Georgia,serif;font-size:2rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#ff5e1a,#ff8c00);padding:.5rem 2rem;border-radius:50px;display:inline-block;margin:0 auto 1.5rem;width:fit-content;border:4px solid #000;box-shadow:4px 4px #000;animation:slideIn .8s ease-out .1s both}.kids-level-content{text-align:center}.kids-level-page .kids-intro{font-size:1.2rem;color:#333;text-align:center;max-width:800px;margin:0 auto 2rem;line-height:1.8;font-weight:600;animation:slideIn .8s ease-out .2s both}.kids-level-page .section-title{font-family:Fredoka,sans-serif;font-size:2.2rem;font-weight:700;color:#ff5e1a;text-align:center;margin:2.5rem 0 1.5rem;text-shadow:2px 2px 0 rgba(0,0,0,.1)}.kids-level-page .kids-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;max-width:900px;margin:0 auto 2rem}.kids-level-page .kids-card{text-align:center;padding:25px;background:#fff;border-radius:20px;border:4px solid #ff5e1a;box-shadow:8px 8px #ff5e1a,0 10px 30px #ff5e1a33;transition:all .3s cubic-bezier(.175,.885,.32,1.275);animation:slideIn .8s ease-out .4s both;position:relative;overflow:visible;text-decoration:none;display:block;cursor:pointer}.kids-level-page .kids-card:before{content:"✨";position:absolute;top:-15px;right:-15px;font-size:2rem;animation:sparkle 2s ease-in-out infinite}.kids-level-page .kids-card:hover{transform:translateY(-10px) rotate(-2deg) scale(1.02);box-shadow:12px 12px #ff5e1a,0 20px 40px #ff5e1a4d;border-color:#e54d0d}.kids-level-page .kids-image{width:100%;aspect-ratio:16/9;overflow:hidden;border-radius:15px;margin-bottom:15px;border:3px solid #333;box-shadow:4px 4px #333;position:relative}.kids-level-page .kids-image:after{content:"▶";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:3rem;color:#fff;background:#ff5e1ae6;width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding-left:5px;opacity:0;transition:all .3s ease;box-shadow:0 5px 20px #0000004d}.kids-level-page .kids-card:hover .kids-image:after{opacity:1;transform:translate(-50%,-50%) scale(1.1)}.kids-level-page .kids-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.175,.885,.32,1.275)}.kids-level-page .kids-card:hover .kids-image img{transform:scale(1.1)}.kids-level-page .kids-card h3{font-family:Fredoka,sans-serif;font-size:1.4rem;color:#222;margin-bottom:8px;font-weight:600;text-transform:none;letter-spacing:0}.kids-level-page .kids-card p{font-family:Fredoka,sans-serif;font-size:1rem;color:#666;margin-bottom:20px;font-weight:400}.kids-level-page .watch-btn{font-family:Fredoka,sans-serif;display:inline-block;padding:15px 35px;background:linear-gradient(135deg,#ff5e1a,#ff8c00);color:#fff;text-decoration:none;border-radius:50px;font-weight:600;font-size:1.1rem;text-transform:none;letter-spacing:0;border:3px solid #000;box-shadow:4px 4px #000;transition:all .2s ease;position:relative;overflow:hidden}.kids-level-page .watch-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s ease}.kids-level-page .watch-btn:hover:before{left:100%}.kids-level-page .watch-btn:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #000;background:linear-gradient(135deg,#ff8c00,#ff5e1a)}.kids-level-page .coming-soon-card{opacity:.85;cursor:default;border-color:#ccc;box-shadow:8px 8px #ccc,0 10px 30px #0000001a;background:linear-gradient(135deg,#f8f8f8,#fff)}.kids-level-page .coming-soon-card:hover{transform:none;box-shadow:8px 8px #ccc,0 10px 30px #0000001a}.kids-level-page .coming-soon-card:before{display:none}.kids-level-page .coming-soon-image{background:linear-gradient(135deg,#ffe8dd,#fff5f0);display:flex;align-items:center;justify-content:center}.kids-level-page .coming-soon-icon{font-size:4rem;animation:wiggle 2s ease-in-out infinite}.kids-level-page .coming-soon-badge{display:inline-block;padding:12px 30px;background:linear-gradient(135deg,#999,#bbb);color:#fff;border-radius:50px;font-weight:700;font-size:1rem;text-transform:uppercase;letter-spacing:1px;border:3px solid #888}@media(max-width:1024px){.kids-level-page:before,.kids-level-page:after,.floating-item{display:none}}@media(max-width:700px){.kids-level-content{padding:100px 15px 40px}.kids-level-page .kids-logo{max-width:280px}.age-badge{font-size:1.5rem;padding:.4rem 1.5rem}.kids-level-page .kids-intro{font-size:1rem}.kids-level-page .kids-grid{grid-template-columns:1fr;gap:25px}.kids-level-page .kids-card h3{font-size:1.2rem}.kids-level-page .kids-card{box-shadow:5px 5px #ff5e1a,0 5px 15px #ff5e1a33}.kids-level-page .watch-btn{padding:12px 25px;font-size:1rem}.kids-level-page .coming-soon-card{box-shadow:5px 5px #ccc,0 5px 15px #0000001a}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-15px) rotate(5deg)}}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.8}}@keyframes sparkle{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}@keyframes speedLines{0%{background-position:0% 50%}to{background-position:100% 50%}}@keyframes glowPulse{0%,to{box-shadow:0 0 20px #00d9ff80}50%{box-shadow:0 0 40px #00d9ffcc,0 0 60px #00d9ff66}}.kids-level-two-page{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#0d0d0d,#1a1a2e 40%,#16213e);position:relative;overflow-x:hidden}.speed-lines{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;opacity:.1;background:repeating-linear-gradient(90deg,transparent,transparent 50px,rgba(0,217,255,.1) 50px,rgba(0,217,255,.1) 51px),repeating-linear-gradient(0deg,transparent,transparent 50px,rgba(255,94,26,.05) 50px,rgba(255,94,26,.05) 51px)}.anime-decorations{position:fixed;width:100%;height:100%;pointer-events:none;z-index:1}.anime-star{position:absolute;color:#00d9ff;font-size:2rem;animation:sparkle 2s ease-in-out infinite;text-shadow:0 0 10px currentColor}.star-1{top:15%;left:10%;animation-delay:0s;color:#00d9ff}.star-2{top:25%;right:15%;animation-delay:.4s;color:#ff5e1a;font-size:1.5rem}.star-3{top:50%;left:5%;animation-delay:.8s;color:#fc0}.star-4{top:70%;right:8%;animation-delay:1.2s;color:#00d9ff;font-size:2.5rem}.star-5{top:85%;left:15%;animation-delay:1.6s;color:#ff5e1a;font-size:1.8rem}.kids-level-two-content{flex:1;padding:120px 20px 60px;max-width:1400px;margin:0 auto;width:100%;position:relative;z-index:2;text-align:center}.kids-level-two-page .back-btn{display:inline-block;padding:10px 25px;background:transparent;color:#00d9ff;text-decoration:none;border-radius:25px;font-weight:700;font-size:1rem;border:2px solid #00d9ff;margin-bottom:1.5rem;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.kids-level-two-page .back-btn:hover{background:#00d9ff;color:#0a0a1a;box-shadow:0 0 20px #00d9ff80}.kids-level-two-page .kids-logo{display:block;max-width:350px;width:100%;height:auto;margin:0 auto 1rem;animation:slideIn .8s ease-out;filter:drop-shadow(0 0 20px rgba(0,217,255,.3))}.kids-level-two-page .age-badge{display:inline-block;margin-bottom:1.5rem;animation:slideIn .8s ease-out .1s both}.badge-text{font-family:Cormorant Garamond,Georgia,serif;font-size:2rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#00d9ff,#09c);padding:.5rem 2.5rem;border-radius:5px;display:inline-block;text-transform:uppercase;letter-spacing:3px;border:3px solid #fff;box-shadow:0 0 20px #00d9ff80,inset 0 0 20px #ffffff1a;animation:glowPulse 2s ease-in-out infinite}.kids-level-two-page .kids-intro{font-size:1.4rem;color:#fffffff2;text-align:center;max-width:700px;margin:0 auto 3rem;line-height:1.6;font-weight:600;letter-spacing:.5px;animation:slideIn .8s ease-out .2s both;text-shadow:0 2px 15px rgba(0,217,255,.3)}.lessons-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px;max-width:800px;margin:0 auto;animation:slideIn .8s ease-out .3s both}.lesson-card{display:flex;flex-direction:column;background:linear-gradient(135deg,#00d9ff1a,#0006);border:2px solid rgba(0,217,255,.4);border-radius:15px;padding:2rem;text-decoration:none;transition:all .4s ease;cursor:pointer;position:relative;overflow:hidden;box-shadow:0 0 30px #00d9ff1a,inset 0 0 20px #00d9ff08}.lesson-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,217,255,.2),transparent);transition:left .5s ease}.lesson-card:hover:before{left:100%}.lesson-card:hover{transform:translateY(-8px) scale(1.02);border-color:#00d9ff;box-shadow:0 0 50px #00d9ff66,inset 0 0 30px #00d9ff1a}.lesson-badge{display:inline-block;background:linear-gradient(135deg,#00d9ff,#09c);color:#fff;padding:.3rem 1rem;border-radius:15px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;width:fit-content}.lesson-card h3{font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;color:#fff;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:1px;text-shadow:0 0 10px rgba(0,217,255,.5)}.lesson-card p{font-size:1rem;color:#fffc;line-height:1.6;flex-grow:1;margin-bottom:1.5rem}.lesson-cta{display:inline-block;color:#00d9ff;font-weight:700;font-size:1rem;text-transform:uppercase;letter-spacing:2px;transition:all .3s ease}.lesson-card:hover .lesson-cta{transform:translate(5px);text-shadow:0 0 10px rgba(0,217,255,.8)}.lesson-cta.disabled{color:#ffffff80;cursor:default}.coming-soon-card-inline{opacity:.6;cursor:default;pointer-events:none}.coming-soon-card-inline .lesson-badge{background:linear-gradient(135deg,#666,#444)}.kids-level-two-page .kids-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;max-width:900px;margin:0 auto}.kids-level-two-page .kids-card{text-align:center;padding:25px;background:linear-gradient(135deg,#00d9ff1a,#0000004d);border-radius:15px;border:2px solid rgba(0,217,255,.3);box-shadow:0 0 30px #00d9ff33,inset 0 0 30px #00d9ff0d;transition:all .3s ease;animation:slideIn .8s ease-out .4s both;position:relative;overflow:visible}.kids-level-two-page .kids-card:before{content:"✦";position:absolute;top:-10px;right:-10px;font-size:1.5rem;color:#00d9ff;animation:sparkle 1.5s ease-in-out infinite}.kids-level-two-page .kids-card:hover{transform:translateY(-10px) scale(1.02);border-color:#00d9ff;box-shadow:0 0 50px #00d9ff66,inset 0 0 30px #00d9ff1a}.kids-level-two-page .kids-image{width:100%;aspect-ratio:16/9;overflow:hidden;border-radius:10px;margin-bottom:15px;border:2px solid rgba(0,217,255,.5);position:relative}.kids-level-two-page .kids-image:after{content:"▶";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:2.5rem;color:#fff;background:#00d9ffe6;width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding-left:5px;opacity:0;transition:all .3s ease;box-shadow:0 0 30px #00d9ffcc}.kids-level-two-page .kids-card:hover .kids-image:after{opacity:1;transform:translate(-50%,-50%) scale(1.1)}.kids-level-two-page .kids-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.kids-level-two-page .kids-card:hover .kids-image img{transform:scale(1.1)}.kids-level-two-page .kids-card h3{font-size:1.4rem;color:#fff;margin-bottom:8px;font-weight:700;text-transform:uppercase;letter-spacing:1px;text-shadow:0 0 10px rgba(0,217,255,.5)}.kids-level-two-page .kids-card p{font-size:1rem;color:#ffffffb3;margin-bottom:20px}.kids-level-two-page .watch-btn{display:inline-block;padding:12px 30px;background:linear-gradient(135deg,#00d9ff,#09c);color:#fff;text-decoration:none;border-radius:5px;font-weight:700;font-size:1rem;text-transform:uppercase;letter-spacing:2px;border:2px solid #fff;transition:all .3s ease;position:relative;overflow:hidden}.kids-level-two-page .watch-btn:hover{transform:translateY(-3px);box-shadow:0 0 30px #00d9ffcc}.coming-soon-container{display:flex;justify-content:center;animation:slideIn .8s ease-out .4s both}.coming-soon-card{background:linear-gradient(135deg,#00d9ff1a,#0000004d);border:2px solid rgba(0,217,255,.3);border-radius:20px;padding:3rem 4rem;text-align:center;max-width:500px;box-shadow:0 0 40px #00d9ff33,inset 0 0 40px #00d9ff0d}.coming-soon-icon{font-size:4rem;display:block;margin-bottom:1rem;animation:float 3s ease-in-out infinite}.coming-soon-card h3{font-family:Cormorant Garamond,Georgia,serif;font-size:1.8rem;color:#00d9ff;margin-bottom:1rem;text-transform:uppercase;letter-spacing:2px;text-shadow:0 0 20px rgba(0,217,255,.5)}.coming-soon-card p{font-size:1.1rem;color:#fffc;line-height:1.6}.lesson-container{background:linear-gradient(135deg,#00d9ff14,#0006);border:2px solid rgba(0,217,255,.3);border-radius:20px;padding:2.5rem;max-width:900px;margin:0 auto;box-shadow:0 0 40px #00d9ff26,inset 0 0 30px #00d9ff08;animation:slideIn .8s ease-out .3s both}.lesson-header{text-align:center;margin-bottom:2rem}.lesson-number{display:inline-block;background:linear-gradient(135deg,#00d9ff,#09c);color:#fff;padding:.3rem 1.5rem;border-radius:20px;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;margin-bottom:.75rem}.lesson-header h2{font-family:Cormorant Garamond,Georgia,serif;font-size:2.2rem;color:#fff;text-transform:uppercase;letter-spacing:2px;text-shadow:0 0 20px rgba(0,217,255,.4)}.video-container{position:relative;width:100%;padding-bottom:56.25%;margin-bottom:2rem;border-radius:15px;overflow:hidden;border:3px solid rgba(0,217,255,.5);box-shadow:0 0 30px #00d9ff4d}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}.lesson-content{margin-bottom:2rem}.lesson-content h3{font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;color:#00d9ff;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.lesson-content p{font-size:1.1rem;color:#ffffffe6;line-height:1.8;margin-bottom:1rem}.quiz-section{background:linear-gradient(180deg,#1a3a5c,#0f2847,#1a3a5c)!important;border-radius:24px;padding:2.5rem;border:none;box-shadow:0 10px 40px #00000080,inset 0 1px #ffffff1a;position:relative;overflow:hidden}.quiz-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 10% 20%,rgba(0,217,255,.15) 0%,transparent 25%),radial-gradient(circle at 85% 30%,rgba(255,100,150,.1) 0%,transparent 20%),radial-gradient(circle at 70% 80%,rgba(0,217,255,.1) 0%,transparent 25%),radial-gradient(circle at 20% 70%,rgba(180,100,255,.08) 0%,transparent 20%);pointer-events:none}.quiz-section h3{font-family:Cormorant Garamond,Georgia,serif;font-size:1.8rem;color:#fff;text-align:center;margin-bottom:.5rem;position:relative;z-index:1}.quiz-intro{text-align:center;padding:2rem 0;position:relative;z-index:1}.quiz-intro p{color:#fff!important;font-size:1.2rem;margin-bottom:2rem}.start-quiz-btn,.retry-quiz-btn{background:linear-gradient(135deg,#00d9ff,#09c);color:#fff;border:none;padding:18px 50px;border-radius:16px;font-size:1.1rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;cursor:pointer;transition:all .2s ease;box-shadow:0 6px #006d99}.start-quiz-btn:hover,.retry-quiz-btn:hover{transform:translateY(-2px);box-shadow:0 8px #006d99}.start-quiz-btn:active,.retry-quiz-btn:active{transform:translateY(4px);box-shadow:0 2px #006d99}.quiz-active{text-align:center;position:relative;z-index:1}.quiz-progress{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:2rem;flex-wrap:wrap}.progress-step{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;font-size:.9rem;font-weight:700;transition:all .2s ease}.progress-step.completed{background:#00d9ff4d;color:#00d9ff;border:2px solid #00d9ff}.progress-step.current{background:#00d9ff;color:#0a1628;border:2px solid #00d9ff;box-shadow:0 0 10px #00d9ff80}.progress-step.upcoming{background:transparent;color:#ffffff80;border:2px solid rgba(255,255,255,.3)}.quiz-question{background:#fffffff2;border-radius:16px;padding:2rem;max-width:600px;margin:0 auto 1.5rem;box-shadow:0 8px 30px #0000004d}.quiz-question p{font-size:1.2rem;color:#1a1a2e!important;margin-bottom:1.5rem;line-height:1.5;font-weight:600;text-align:left}.quiz-options{display:flex;flex-direction:column;gap:12px;width:100%}.quiz-option{display:flex;align-items:center;gap:12px;background:#fff;border:2px solid #e0e0e0;color:#1a1a2e;padding:16px 20px;border-radius:12px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .15s ease;text-align:left;position:relative;box-shadow:none}.quiz-option:before{content:"";width:22px;height:22px;border-radius:50%;border:2px solid #ccc;flex-shrink:0;transition:all .15s ease}.quiz-option:hover{border-color:#00d9ff;background:#f0fbff;transform:none;box-shadow:none}.quiz-option:hover:before{border-color:#00d9ff}.quiz-option:active{transform:none;box-shadow:none}.quiz-option.selected{border-color:#00d9ff;background:#e6faff}.quiz-option.selected:before{border-color:#00d9ff;background:#00d9ff;box-shadow:inset 0 0 0 4px #fff}.quiz-navigation{display:flex;justify-content:space-between;align-items:center;max-width:600px;margin:0 auto;gap:1rem}.quiz-nav-btn{padding:14px 32px;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:1px}.quiz-nav-btn.prev-btn{background:transparent;border:2px solid rgba(255,255,255,.5);color:#fffc}.quiz-nav-btn.prev-btn:hover:not(:disabled){border-color:#fff;color:#fff}.quiz-nav-btn.prev-btn:disabled{opacity:.3;cursor:not-allowed}.quiz-nav-btn.next-btn{background:linear-gradient(135deg,#00d9ff,#09c);border:none;color:#fff;box-shadow:0 4px #006d99}.quiz-nav-btn.next-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px #006d99}.quiz-nav-btn.next-btn:active:not(:disabled){transform:translateY(2px);box-shadow:0 2px #006d99}.quiz-nav-btn.next-btn:disabled{background:#fff3;color:#ffffff80;box-shadow:none;cursor:not-allowed}.quiz-results{text-align:center}.score-display{display:flex;flex-direction:column;align-items:center;margin-bottom:1.5rem}.score-number{font-size:4rem;font-weight:900;color:#00d9ff;text-shadow:0 0 30px rgba(0,217,255,.6);line-height:1}.score-label{font-size:1rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:2px}.score-message{font-size:1.2rem;color:#ffffffe6;margin-bottom:2rem;line-height:1.6}@keyframes celebrate{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes bounce-in{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #00d9ff66}50%{box-shadow:0 0 50px #00d9ffcc,0 0 80px #00d9ff66}}.celebration-icons{font-size:3rem;margin-bottom:1rem;animation:celebrate 1s ease-in-out infinite}.congrats-title{font-family:Cormorant Garamond,Georgia,serif;font-size:2.5rem;color:#00d9ff;text-transform:uppercase;letter-spacing:4px;margin-bottom:1.5rem;text-shadow:0 0 20px rgba(0,217,255,.8),0 0 40px rgba(0,217,255,.4);animation:bounce-in .6s ease-out}.prize-box{background:linear-gradient(135deg,#ffd70033,#ff8c0026);border:3px solid rgba(255,215,0,.6);border-radius:20px;padding:1.5rem 2rem;margin:2rem auto;max-width:500px;animation:pulse-glow 2s ease-in-out infinite;box-shadow:0 0 30px #ffd7004d}.prize-icon{font-size:3rem;display:block;margin-bottom:.5rem;animation:celebrate 1.5s ease-in-out infinite}.prize-box h3{font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;color:gold;text-transform:uppercase;letter-spacing:2px;margin-bottom:.75rem;text-shadow:0 0 10px rgba(255,215,0,.5)}.prize-box p{font-size:1rem;color:#ffffffe6;line-height:1.6}.prize-box a{color:#00d9ff;text-decoration:none;font-weight:700;transition:all .3s ease}.prize-box a:hover{color:#fff;text-shadow:0 0 10px rgba(0,217,255,.8)}.courses-section,.lessons-section{width:100%;max-width:1000px;margin:0 auto 3rem}.section-title{font-family:Cormorant Garamond,Georgia,serif;font-size:2rem;color:#fff;text-align:center;margin-bottom:2rem;text-transform:uppercase;letter-spacing:3px;text-shadow:0 0 20px rgba(0,217,255,.5)}.courses-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;padding:0 20px}.course-card{display:flex;flex-direction:column;background:linear-gradient(135deg,#00d9ff1a,#0006);border:2px solid rgba(0,217,255,.4);border-radius:20px;overflow:hidden;text-decoration:none;transition:all .4s ease;cursor:pointer;box-shadow:0 0 30px #00d9ff1a,inset 0 0 20px #00d9ff08}.course-card:hover{transform:translateY(-10px) scale(1.02);border-color:#00d9ff;box-shadow:0 0 50px #00d9ff66,inset 0 0 30px #00d9ff1a}.course-image{width:100%;aspect-ratio:16/10;overflow:hidden;position:relative}.course-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.course-card:hover .course-image img{transform:scale(1.1)}.course-info{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.course-badge-tag{display:inline-block;background:linear-gradient(135deg,#00d9ff,#09c);color:#fff;padding:.3rem 1rem;border-radius:15px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:.75rem;width:fit-content}.course-info h3{font-family:Cormorant Garamond,Georgia,serif;font-size:1.6rem;color:#fff;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:1px;text-shadow:0 0 10px rgba(0,217,255,.5)}.course-info p{font-size:1rem;color:#fffc;line-height:1.6;flex-grow:1;margin-bottom:1rem}.course-cta{display:inline-block;color:#00d9ff;font-weight:700;font-size:1rem;text-transform:uppercase;letter-spacing:2px;transition:all .3s ease}.course-card:hover .course-cta{transform:translate(5px);text-shadow:0 0 10px rgba(0,217,255,.8)}.course-cta.disabled{color:#ffffff80}.coming-soon-course{opacity:.6;cursor:default;pointer-events:none}.coming-soon-course .course-badge-tag{background:linear-gradient(135deg,#666,#444)}.coming-soon-image{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#00d9ff0d,#0000004d)}.coming-soon-image .coming-soon-icon{font-size:4rem;opacity:.5}.course-badge{display:inline-block;background:linear-gradient(135deg,#ff5e1a,#ff8c00);color:#fff;padding:.4rem 1.2rem;border-radius:20px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem}.key-points,.action-steps{background:linear-gradient(135deg,#00d9ff1a,#0000004d);border:1px solid rgba(0,217,255,.3);border-radius:15px;padding:1.5rem;margin:1.5rem 0}.key-points h4,.action-steps h4{font-family:Cormorant Garamond,Georgia,serif;font-size:1.3rem;color:#00d9ff;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.key-points ul,.action-steps ul,.action-steps ol{list-style:none;padding:0;margin:0}.key-points li,.action-steps li{color:#ffffffe6;font-size:1.05rem;line-height:1.6;padding:.5rem 0 .5rem 1.5rem;position:relative}.key-points li:before{content:"⚡";position:absolute;left:0}.action-steps ol{counter-reset:step-counter}.action-steps ol li{counter-increment:step-counter}.action-steps ol li:before{content:counter(step-counter) ".";position:absolute;left:0;color:#00d9ff;font-weight:700}.action-steps ul li:before{content:"→";position:absolute;left:0;color:#00d9ff}.power-quote{background:linear-gradient(135deg,#ffd7001a,#0000004d);border:2px solid rgba(255,215,0,.4);border-radius:15px;padding:1.5rem;margin:2rem 0;text-align:center}.quote-icon{font-size:2rem;display:block;margin-bottom:.5rem}.power-quote blockquote{font-size:1.1rem;color:#fffffff2;line-height:1.8;font-style:italic;margin:0}.stats-highlight{background:linear-gradient(135deg,#00d9ff26,#0000004d);border:2px solid rgba(0,217,255,.4);border-radius:15px;padding:1.5rem;margin:2rem 0;text-align:center}.stats-highlight h4{font-family:Cormorant Garamond,Georgia,serif;font-size:1.3rem;color:#00d9ff;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:1px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.stat-item{display:flex;flex-direction:column;align-items:center}.stat-number{font-family:Cormorant Garamond,Georgia,serif;font-size:2rem;font-weight:700;color:gold;text-shadow:0 0 10px rgba(255,215,0,.5)}.stat-label{font-size:.85rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:1px}.answer-review-section{margin:2rem 0;text-align:left}.answer-review-section h4{font-family:Cormorant Garamond,Georgia,serif;font-size:1.3rem;color:#00d9ff;margin-bottom:1rem;text-align:center}.answer-review-item{background:#0000004d;border-radius:10px;padding:1rem;margin-bottom:1rem;border-left:4px solid}.answer-review-item.correct{border-color:#0f8}.answer-review-item.incorrect{border-color:#f44}.review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.review-number{font-weight:700;color:#00d9ff}.review-icon{font-size:1.2rem}.review-question{font-size:1rem;color:#ffffffe6;margin-bottom:.5rem}.your-answer{font-size:.9rem;color:#ff6b6b;margin-bottom:.25rem}.correct-answer{font-size:.9rem;color:#0f8}.quiz-actions{margin-top:2rem;text-align:center}.next-lesson-btn{display:inline-block;padding:18px 50px;background:#00d9ff!important;color:#fff!important;text-decoration:none;border-radius:16px!important;font-weight:700;font-size:1.1rem;text-transform:uppercase;letter-spacing:2px;border:none;transition:all .2s ease;box-shadow:0 6px #09c!important}.next-lesson-btn:hover{transform:translateY(-2px);box-shadow:0 8px #09c!important}.next-lesson-btn:active{transform:translateY(4px);box-shadow:0 2px #09c!important}.back-to-course-btn{display:inline-block;padding:15px 40px;background:linear-gradient(135deg,#00d9ff,#09c);color:#fff;text-decoration:none;border-radius:30px;font-weight:700;font-size:1.1rem;text-transform:uppercase;letter-spacing:2px;border:3px solid #fff;transition:all .3s ease;box-shadow:0 0 20px #00d9ff80}.back-to-course-btn:hover{transform:translateY(-3px);box-shadow:0 0 40px #00d9ffcc}.completion-message{background:linear-gradient(135deg,#00ff881a,#0000004d);border:2px solid rgba(0,255,136,.4);border-radius:15px;padding:1.5rem;margin:1.5rem 0;text-align:left}.completion-message p{font-size:1.1rem;color:#0f8;margin-bottom:1rem;text-align:center}.completion-message ul{list-style:none;padding:0;margin:0}.completion-message li{padding:.5rem 0;color:#ffffffe6;font-size:1rem}@media(max-width:1024px){.anime-star{display:none}}@media(max-width:700px){.kids-level-two-content{padding:100px 15px 40px}.kids-level-two-page .kids-logo{max-width:250px}.badge-text{font-size:1.5rem;padding:.4rem 1.5rem}.kids-level-two-page .kids-intro{font-size:1.1rem}.kids-level-two-page .kids-grid{grid-template-columns:1fr;gap:25px}.lessons-grid{grid-template-columns:1fr;gap:20px;padding:0 10px}.lesson-card{padding:1.5rem}.lesson-card h3{font-size:1.3rem}.kids-level-two-page .kids-card h3{font-size:1.2rem}.kids-level-two-page .watch-btn{padding:10px 25px;font-size:.9rem}.coming-soon-card{padding:2rem;margin:0 15px}.coming-soon-icon{font-size:3rem}.coming-soon-card h3{font-size:1.4rem}.lesson-container{padding:1.5rem;margin:0 10px}.lesson-header h2{font-size:1.6rem}.lesson-content h3{font-size:1.3rem}.lesson-content p{font-size:1rem}.quiz-section{padding:1.25rem;border-radius:16px}.quiz-section h3{font-size:1.4rem}.quiz-progress{gap:.35rem}.progress-step{width:26px;height:26px;font-size:.75rem;border-radius:4px}.quiz-question{padding:1.25rem;border-radius:12px}.quiz-question p{font-size:1rem;margin-bottom:1rem}.quiz-options{gap:10px}.quiz-option{padding:14px 16px;font-size:.9rem;border-radius:10px}.quiz-option:before{width:18px;height:18px}.quiz-navigation{flex-direction:column;gap:.75rem}.quiz-nav-btn{width:100%;padding:12px 24px;font-size:.9rem}.score-number{font-size:3rem}.start-quiz-btn,.retry-quiz-btn{padding:14px 28px;font-size:.95rem;width:100%;max-width:280px}.celebration-icons{font-size:2rem}.congrats-title{font-size:1.8rem;letter-spacing:2px}.prize-box{padding:1.25rem 1.5rem;margin:1.5rem 10px}.prize-icon{font-size:2.5rem}.prize-box h3{font-size:1.2rem}.prize-box p{font-size:.95rem}.courses-grid{grid-template-columns:1fr;gap:20px;padding:0 10px}.section-title{font-size:1.6rem}.course-info h3{font-size:1.4rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:20px}.stat-number{font-size:1.6rem}.next-lesson-btn,.back-to-course-btn{padding:12px 30px;font-size:1rem}}@keyframes glowPulse{0%,to{box-shadow:0 0 20px #9b59b680}50%{box-shadow:0 0 40px #9b59b6cc,0 0 60px #9b59b666}}@keyframes particleFloat{0%,to{transform:translateY(0) translate(0);opacity:.3}50%{transform:translateY(-100px) translate(20px);opacity:.8}}.kids-level-three-page{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#1a0a2e,#2d1b4e,#1a0a2e 60%,#0f0518);position:relative;overflow-x:hidden}.legacy-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at 20% 20%,rgba(155,89,182,.15) 0%,transparent 50%),radial-gradient(ellipse at 80% 80%,rgba(255,94,26,.1) 0%,transparent 50%);pointer-events:none;z-index:0}.particle-container{position:fixed;width:100%;height:100%;pointer-events:none;z-index:0}.particle{position:absolute;width:6px;height:6px;background:#9b59b699;border-radius:50%;animation:particleFloat 8s ease-in-out infinite}.particle-1{top:20%;left:10%;animation-delay:0s}.particle-2{top:40%;right:15%;animation-delay:2s;background:#ff5e1a80}.particle-3{top:60%;left:20%;animation-delay:4s}.particle-4{top:30%;right:25%;animation-delay:1s;background:#ff5e1a80}.particle-5{top:70%;right:10%;animation-delay:3s}.kids-level-three-content{flex:1;padding:120px 20px 60px;max-width:1000px;margin:0 auto;width:100%;position:relative;z-index:1;text-align:center}.kids-level-three-page .back-btn{display:inline-block;padding:10px 25px;background:transparent;color:#9b59b6;text-decoration:none;border-radius:25px;font-weight:700;font-size:1rem;border:2px solid #9b59b6;margin-bottom:1.5rem;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.kids-level-three-page .back-btn:hover{background:#9b59b6;color:#fff;box-shadow:0 0 20px #9b59b680}.kids-level-three-page .kids-logo{display:block;max-width:350px;width:100%;height:auto;margin:0 auto 1rem;animation:slideIn .8s ease-out;filter:drop-shadow(0 0 20px rgba(155,89,182,.3))}.legacy-badge{display:inline-block;margin-bottom:1.5rem;animation:slideIn .8s ease-out .1s both}.badge-title{font-family:Cormorant Garamond,Georgia,serif;font-size:2rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#9b59b6,#8e44ad);padding:.5rem 2.5rem;border-radius:5px;display:inline-block;text-transform:uppercase;letter-spacing:3px;border:3px solid rgba(255,255,255,.3);box-shadow:0 0 20px #9b59b680,inset 0 0 20px #ffffff1a;animation:glowPulse 3s ease-in-out infinite}.kids-level-three-page .kids-intro{font-size:1.4rem;color:#fffffff2;text-align:center;max-width:700px;margin:0 auto 3rem;line-height:1.6;font-weight:600;letter-spacing:.5px;animation:slideIn .8s ease-out .2s both;text-shadow:0 2px 15px rgba(155,89,182,.3)}.kids-level-three-page .lessons-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px;max-width:800px;margin:0 auto;animation:slideIn .8s ease-out .3s both}.kids-level-three-page .lesson-card{display:flex;flex-direction:column;align-items:center;background:linear-gradient(135deg,#9b59b626,#0006);border:2px solid rgba(155,89,182,.4);border-radius:15px;padding:2rem;text-decoration:none;transition:all .4s ease;cursor:pointer;position:relative;overflow:hidden;box-shadow:0 0 30px #9b59b61a,inset 0 0 20px #9b59b608}.kids-level-three-page .lesson-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(155,89,182,.2),transparent);transition:left .5s ease}.kids-level-three-page .lesson-card:hover:before{left:100%}.kids-level-three-page .lesson-card:hover{transform:translateY(-8px) scale(1.02);border-color:#9b59b6;box-shadow:0 0 50px #9b59b666,inset 0 0 30px #9b59b61a}.lesson-icon{font-size:3rem;margin-bottom:1rem}.kids-level-three-page .lesson-badge{display:inline-block;background:linear-gradient(135deg,#9b59b6,#8e44ad);color:#fff;padding:.3rem 1rem;border-radius:15px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem}.kids-level-three-page .lesson-card h3{font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;color:#fff;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:1px;text-shadow:0 0 10px rgba(155,89,182,.5)}.kids-level-three-page .lesson-card p{font-size:1rem;color:#fffc;line-height:1.6;flex-grow:1;margin-bottom:1.5rem;text-align:center}.kids-level-three-page .lesson-cta{display:inline-block;color:#9b59b6;font-weight:700;font-size:1rem;text-transform:uppercase;letter-spacing:2px;transition:all .3s ease}.kids-level-three-page .lesson-card:hover .lesson-cta{transform:translate(5px);text-shadow:0 0 10px rgba(155,89,182,.8);color:#c39bd3}.kids-level-three-page .lesson-cta.disabled{color:#ffffff80;cursor:default}.kids-level-three-page .coming-soon-card-inline{opacity:.6;cursor:default;pointer-events:none}.kids-level-three-page .coming-soon-card-inline .lesson-badge{background:linear-gradient(135deg,#666,#444)}@media(max-width:1024px){.particle{display:none}}@media(max-width:700px){.kids-level-three-content{padding:100px 15px 40px}.kids-level-three-page .kids-logo{max-width:250px}.badge-title{font-size:1.5rem;padding:.4rem 1.5rem}.kids-level-three-page .kids-intro{font-size:1.1rem}.kids-level-three-page .lessons-grid{grid-template-columns:1fr;gap:20px;padding:0 10px}.kids-level-three-page .lesson-card{padding:1.5rem}.kids-level-three-page .lesson-card h3{font-size:1.3rem}}.legacy-lesson{background:linear-gradient(135deg,#9b59b61a,#00000080);border:2px solid rgba(155,89,182,.4);border-radius:20px;padding:2.5rem;max-width:900px;margin:0 auto;box-shadow:0 0 40px #9b59b633,inset 0 0 30px #9b59b60d;animation:slideIn .8s ease-out .3s both}.legacy-lesson .lesson-header{text-align:center;margin-bottom:2rem}.legacy-lesson .lesson-number{display:inline-block;background:linear-gradient(135deg,#9b59b6,#8e44ad);color:#fff;padding:.3rem 1.5rem;border-radius:20px;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;margin-bottom:.75rem}.legacy-lesson .lesson-header h2{font-family:Cormorant Garamond,Georgia,serif;font-size:2.2rem;color:#fff;text-transform:uppercase;letter-spacing:2px;text-shadow:0 0 20px rgba(155,89,182,.4)}.legacy-lesson .video-container{position:relative;width:100%;padding-bottom:56.25%;margin-bottom:2rem;border-radius:15px;overflow:hidden;border:3px solid rgba(155,89,182,.5);box-shadow:0 0 30px #9b59b64d}.legacy-lesson .video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}.legacy-lesson .lesson-content{margin-bottom:2rem;text-align:left}.legacy-lesson .lesson-content h3{font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;color:#c39bd3;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.legacy-lesson .lesson-content p{font-size:1.1rem;color:#ffffffe6;line-height:1.8;margin-bottom:1rem}.scripture-list{list-style:none;padding:0;margin:1.5rem 0}.scripture-list li{background:#9b59b61a;border-left:4px solid #9b59b6;padding:1rem 1.5rem;margin-bottom:.75rem;border-radius:0 10px 10px 0;color:#ffffffe6;font-size:1rem;line-height:1.6}.scripture-list li strong{color:#c39bd3}.legacy-quiz{background:linear-gradient(180deg,#1e1e32f2,#141423fa);border-radius:24px;padding:2.5rem;border:none;box-shadow:0 10px 40px #00000080,inset 0 1px #ffffff1a}.legacy-quiz h3{font-family:Cormorant Garamond,Georgia,serif;font-size:1.8rem;color:#c39bd3;text-align:center;margin-bottom:.5rem}.quiz-difficulty{text-align:center;color:#c39bd3;font-weight:700;font-size:.85rem;text-transform:uppercase;letter-spacing:2px;margin-bottom:1.5rem}.legacy-quiz .quiz-intro{text-align:center;padding:2rem 0}.legacy-quiz .quiz-intro p{color:#fffc;font-size:1.2rem;margin-bottom:2rem}.legacy-quiz .start-quiz-btn,.legacy-quiz .retry-quiz-btn{background:linear-gradient(135deg,#9b59b6,#8e44ad);color:#fff;border:none;padding:18px 50px;border-radius:16px;font-size:1.1rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;cursor:pointer;transition:all .2s ease;box-shadow:0 6px #6c3483}.legacy-quiz .start-quiz-btn:hover,.legacy-quiz .retry-quiz-btn:hover{transform:translateY(-2px);box-shadow:0 8px #6c3483}.legacy-quiz .start-quiz-btn:active,.legacy-quiz .retry-quiz-btn:active{transform:translateY(4px);box-shadow:0 2px #6c3483}.legacy-quiz .quiz-active{text-align:center}.legacy-quiz .quiz-progress{display:flex;align-items:center;gap:1rem;margin-bottom:2.5rem}.quiz-progress-bar{flex:1;height:20px;background:#9b59b626;border-radius:12px;overflow:hidden;box-shadow:inset 0 2px 4px #0003}.quiz-progress-fill{height:100%;background:linear-gradient(90deg,#9b59b6,#c39bd3);border-radius:12px;transition:width .5s cubic-bezier(.4,0,.2,1);box-shadow:0 0 15px #9b59b680}.quiz-progress-text{color:#ffffffe6;font-size:1rem;font-weight:700;min-width:55px;text-align:right}.legacy-quiz .quiz-question{background:transparent!important;padding:0!important;display:block!important;width:100%}.legacy-quiz .quiz-question p{font-size:1.5rem;color:#1a1a1a!important;margin-bottom:2.5rem;line-height:1.5;font-weight:600;max-width:700px;margin-left:auto;margin-right:auto;text-align:center}.legacy-quiz .quiz-options{display:grid!important;grid-template-columns:repeat(2,1fr)!important;flex-direction:unset!important;gap:16px;max-width:700px;margin:0 auto;width:100%}.legacy-quiz .quiz-option{background:#9b59b626;border:3px solid rgba(155,89,182,.5);color:#2d2d2d!important;padding:22px 20px;border-radius:16px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .15s ease;text-align:center;position:relative;box-shadow:0 5px #9b59b666;transform:none!important}.legacy-quiz .quiz-option:hover{background:#9b59b640;border-color:#9b59b6;transform:translateY(-3px);box-shadow:0 8px #9b59b680}.legacy-quiz .quiz-option:active{transform:translateY(3px);box-shadow:0 2px #9b59b666}@media(max-width:600px){.legacy-quiz .quiz-options{grid-template-columns:1fr!important;display:grid!important;flex-direction:unset!important;gap:12px;width:100%;max-width:100%}.legacy-quiz .quiz-question{width:100%;text-align:center}.legacy-quiz .quiz-question p{font-size:1.1rem;margin-bottom:1.5rem;padding:0 .5rem;text-align:center;width:100%}.legacy-quiz{padding:1.25rem;border-radius:16px}.legacy-quiz h3{font-size:1.4rem}.legacy-quiz .quiz-option{padding:16px 14px;font-size:.95rem;border-radius:12px;box-shadow:0 4px #9b59b666;width:100%;transform:none!important}.legacy-quiz .quiz-option:hover{transform:translateY(-2px)!important}.legacy-quiz .quiz-active{width:100%;display:flex;flex-direction:column;align-items:center}.legacy-quiz .quiz-progress{gap:.75rem;margin-bottom:1.5rem;width:100%}.quiz-progress-bar{height:14px}.quiz-progress-text{font-size:.9rem;min-width:45px}.legacy-quiz .start-quiz-btn,.legacy-quiz .retry-quiz-btn{padding:14px 28px;font-size:.95rem;width:100%;max-width:280px}.legacy-quiz .score-number{font-size:3rem}.legacy-quiz .score-label{font-size:.9rem}.legacy-quiz .score-message{font-size:1rem;padding:0 .5rem}.legacy-quiz .congrats-title{font-size:1.5rem;letter-spacing:2px}.quiz-difficulty{font-size:.75rem;letter-spacing:1px}.prize-box{padding:1.25rem;margin:1.5rem 0}.prize-box h3{font-size:1.1rem}.prize-box p{font-size:.9rem}.prize-icon{font-size:2rem}}.legacy-quiz .quiz-results{text-align:center}.legacy-quiz .score-display{display:flex;flex-direction:column;align-items:center;margin-bottom:1.5rem}.legacy-quiz .score-number{font-size:4rem;font-weight:900;color:#9b59b6;text-shadow:0 0 30px rgba(155,89,182,.6);line-height:1}.legacy-quiz .score-label{font-size:1rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:2px}.legacy-quiz .score-message{font-size:1.2rem;color:#ffffffe6;margin-bottom:2rem;line-height:1.6}.legacy-quiz .celebration-icons{font-size:3rem;margin-bottom:1rem;animation:celebrate 1s ease-in-out infinite}.legacy-quiz .congrats-title{font-family:Cormorant Garamond,Georgia,serif;font-size:2.5rem;color:#9b59b6;text-transform:uppercase;letter-spacing:4px;margin-bottom:1.5rem;text-shadow:0 0 20px rgba(155,89,182,.8),0 0 40px rgba(155,89,182,.4);animation:bounce-in .6s ease-out}.legacy-prize{background:linear-gradient(135deg,#9b59b633,#8e44ad26);border:3px solid rgba(155,89,182,.6);box-shadow:0 0 30px #9b59b64d;animation:pulse-glow-purple 2s ease-in-out infinite}@keyframes pulse-glow-purple{0%,to{box-shadow:0 0 20px #9b59b666}50%{box-shadow:0 0 50px #9b59b6cc,0 0 80px #9b59b666}}.legacy-prize h3{color:#c39bd3!important;text-shadow:0 0 10px rgba(155,89,182,.5)!important}.legacy-prize a{color:#9b59b6!important}.legacy-prize a:hover{color:#c39bd3!important;text-shadow:0 0 10px rgba(155,89,182,.8)!important}.next-lesson-box{background:linear-gradient(135deg,#9b59b626,#0000004d);border:2px solid rgba(155,89,182,.4);border-radius:15px;padding:1.5rem 2rem;margin-top:2rem;text-align:center}.next-lesson-box h3{font-family:Cormorant Garamond,Georgia,serif;font-size:1.3rem;color:#fffc;margin-bottom:1rem;text-transform:uppercase;letter-spacing:2px}.next-lesson-btn{display:inline-block;background:linear-gradient(135deg,#9b59b6,#8e44ad);color:#fff;text-decoration:none;padding:12px 30px;border-radius:25px;font-weight:700;font-size:1rem;text-transform:uppercase;letter-spacing:2px;transition:all .3s ease;box-shadow:0 0 20px #9b59b666}.next-lesson-btn:hover{transform:translateY(-3px);box-shadow:0 0 40px #9b59b699}@media(max-width:700px){.legacy-lesson{padding:1.5rem;margin:0 10px}.legacy-lesson .lesson-header h2{font-size:1.6rem}.legacy-lesson .lesson-content h3{font-size:1.3rem}.legacy-lesson .lesson-content p{font-size:1rem}.scripture-list li{padding:.75rem 1rem;font-size:.95rem}}.lesson-navigation{display:flex;justify-content:space-between;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:2px solid rgba(155,89,182,.3)}.lesson-navigation .prev-lesson-btn,.lesson-navigation .next-lesson-btn{display:inline-flex;align-items:center;gap:.5rem;padding:12px 24px;background:linear-gradient(135deg,#9b59b6,#8e44ad);color:#fff;text-decoration:none;border-radius:50px;font-weight:700;font-size:.95rem;transition:all .3s ease;box-shadow:0 4px 15px #9b59b64d}.lesson-navigation .prev-lesson-btn:hover,.lesson-navigation .next-lesson-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #9b59b680}.lesson-navigation .prev-lesson-btn{background:#9b59b64d;border:2px solid #9b59b6}.lesson-navigation .prev-lesson-btn:hover{background:#9b59b680}.series-complete{background:linear-gradient(135deg,#9b59b633,#8e44ad4d);border:3px solid #9b59b6;border-radius:15px;padding:2rem;margin-top:2rem;text-align:center;animation:celebratePulse 2s infinite}@keyframes celebratePulse{0%,to{box-shadow:0 0 20px #9b59b666}50%{box-shadow:0 0 40px #9b59b6b3}}.series-complete h3{font-family:Cormorant Garamond,Georgia,serif;font-size:2rem;color:#fff;margin-bottom:1rem}.series-complete p{font-size:1.1rem;color:#ffffffe6;line-height:1.8}.lesson-instructor{font-size:1.1rem;color:#ffffffb3;font-style:italic;margin-top:.5rem}@media(max-width:600px){.lesson-navigation{flex-direction:column}.lesson-navigation .prev-lesson-btn,.lesson-navigation .next-lesson-btn{text-align:center;justify-content:center}}.answer-key{margin-top:2rem;padding-top:2rem;border-top:2px solid rgba(155,89,182,.3);text-align:left}.answer-key h3{font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;color:#c39bd3;margin-bottom:1.5rem;text-align:center}.answer-item{background:#0000004d;border-radius:12px;padding:1rem 1.25rem;margin-bottom:1rem;border-left:4px solid}.answer-item.correct{border-left-color:#2ecc71;background:#2ecc711a}.answer-item.incorrect{border-left-color:#e74c3c;background:#e74c3c1a}.answer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.answer-number{font-weight:700;font-size:.9rem;color:#9b59b6;background:#9b59b633;padding:.25rem .75rem;border-radius:20px}.answer-status{font-size:1.2rem}.answer-question{font-size:1rem;color:#1a1a1a;margin-bottom:.75rem;line-height:1.5}.your-answer{font-size:.95rem;color:#c0392b;margin-bottom:.5rem}.your-answer span{font-weight:600}.correct-answer{font-size:.95rem;color:#27ae60}.correct-answer span{font-weight:600}.answer-item.correct .correct-answer{color:#1a1a1a}.final-exam-quiz .quiz-difficulty{display:inline-block;background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff;padding:.3rem 1rem;border-radius:15px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem}.quiz-section-label{display:inline-block;background:#9b59b64d;color:#c39bd3;padding:.25rem .75rem;border-radius:10px;font-size:.85rem;font-weight:600;margin-bottom:.75rem;border:1px solid rgba(155,89,182,.4)}.answer-section-tag{display:inline-block;background:#9b59b633;color:#9b59b6;padding:.2rem .5rem;border-radius:8px;font-size:.75rem;font-weight:600;margin-left:.5rem}.exam-info{background:#9b59b626;border:2px solid rgba(155,89,182,.3);border-radius:15px;padding:1.5rem;margin:1.5rem 0}.exam-info h3{margin-bottom:.75rem;color:#c39bd3}.exam-warning{background:#e74c3c26;border:2px solid rgba(231,76,60,.3);border-radius:10px;padding:1rem;color:#e74c3c;font-weight:600}.celebration-icons{font-size:2.5rem;margin-bottom:.5rem}.congrats-title{font-family:Cormorant Garamond,Georgia,serif;font-size:2rem;color:#f1c40f!important;text-transform:uppercase;letter-spacing:3px;margin-bottom:1rem;text-shadow:0 0 20px rgba(241,196,15,.4)}@media(max-width:600px){.answer-key h3{font-size:1.2rem}.answer-item{padding:.75rem .85rem}.answer-header{flex-wrap:wrap;gap:.5rem}.answer-number{font-size:.8rem;padding:.2rem .6rem}.answer-section-tag{font-size:.7rem;padding:.15rem .4rem}.answer-question{font-size:.9rem}.your-answer,.correct-answer{font-size:.85rem}.answer-section-tag{display:block;margin-left:0;margin-top:.25rem}.congrats-title{font-size:1.5rem}}.series-curriculum{background:#0000004d;border:2px solid rgba(155,89,182,.3);border-radius:15px;padding:1.5rem;margin:2rem 0}.series-curriculum h3{font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;color:#c39bd3;text-align:center;margin-bottom:1rem}.curriculum-list{display:flex;flex-direction:column;gap:.5rem}.curriculum-item{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:#9b59b61a;border-radius:10px;transition:all .3s ease;text-decoration:none}a.curriculum-item:hover{background:#9b59b640;transform:translate(5px)}.curriculum-item.current{background:#9b59b64d;border:2px solid rgba(155,89,182,.5)}.curriculum-item.final-exam{background:linear-gradient(135deg,#f1c40f26,#9b59b626);border:2px solid rgba(241,196,15,.4)}.curriculum-item.final-exam:hover{background:linear-gradient(135deg,#f1c40f40,#9b59b640)}.curriculum-number{display:flex;align-items:center;justify-content:center;min-width:50px;width:50px;height:32px;padding:0 .5rem;background:linear-gradient(135deg,#9b59b6,#8e44ad);color:#fff;border-radius:20px;font-weight:700;font-size:.85rem;flex-shrink:0}.curriculum-item.final-exam .curriculum-number{background:linear-gradient(135deg,#f1c40f,#f39c12);font-size:1rem}.curriculum-title{flex:1;color:#ffffffe6;font-weight:500}.curriculum-status{color:#c39bd3;font-size:.85rem;font-weight:600;flex-shrink:0}.curriculum-arrow{color:#9b59b6;font-weight:700;flex-shrink:0}@media(max-width:600px){.series-curriculum{padding:1rem}.curriculum-item{padding:.6rem .75rem;gap:.75rem}.curriculum-number{width:28px;height:28px;font-size:.8rem}.curriculum-title{font-size:.9rem}.curriculum-status{font-size:.75rem}}.next-lesson-container{margin-top:2.5rem;text-align:center}.next-lesson-btn-large{display:inline-block;background:linear-gradient(135deg,#9b59b6,#8e44ad);color:#fff;text-decoration:none;padding:20px 40px;border-radius:16px;font-size:1.15rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;transition:all .2s ease;box-shadow:0 6px #6c3483}.next-lesson-btn-large:hover{transform:translateY(-3px);box-shadow:0 9px #6c3483}.next-lesson-btn-large:active{transform:translateY(4px);box-shadow:0 2px #6c3483}.next-lesson-btn-large.final-exam-btn{background:linear-gradient(135deg,#f1c40f,#f39c12);box-shadow:0 6px #c27c0e}.next-lesson-btn-large.final-exam-btn:hover{box-shadow:0 9px #c27c0e}.next-lesson-btn-large.final-exam-btn:active{box-shadow:0 2px #c27c0e}@media(max-width:600px){.next-lesson-btn-large{display:block;padding:16px 20px;font-size:.9rem;letter-spacing:.5px;text-align:center;box-shadow:0 5px #6c3483}.next-lesson-btn-large.final-exam-btn{box-shadow:0 5px #c27c0e}.next-lesson-container{margin-top:1.5rem;padding:0 .5rem}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(5deg)}}@keyframes bounce{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-15px) scale(1.1)}}@keyframes wiggle{0%,to{transform:rotate(-3deg)}50%{transform:rotate(3deg)}}@keyframes slideIn{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes sparkle{0%,to{opacity:0;transform:scale(0) rotate(0)}50%{opacity:1;transform:scale(1) rotate(180deg)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.tithe-kids-page{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(180deg,#fff,#fff5f0,#ffe8dd);position:relative;overflow-x:hidden}.tithe-kids-page:before{content:"💰";position:fixed;top:15%;left:5%;font-size:3rem;animation:float 4s ease-in-out infinite;z-index:0}.tithe-kids-page:after{content:"🎁";position:fixed;top:25%;right:8%;font-size:2.5rem;animation:bounce 3s ease-in-out infinite;z-index:0}.tithe-kids-page .floating-decorations{position:fixed;width:100%;height:100%;pointer-events:none;z-index:0}.tithe-kids-page .floating-item{position:absolute;font-size:2rem;animation:float 5s ease-in-out infinite}.tithe-kids-page .floating-item:nth-child(1){top:40%;left:3%;animation-delay:0s}.tithe-kids-page .floating-item:nth-child(2){top:60%;right:5%;animation-delay:1s}.tithe-kids-page .floating-item:nth-child(3){top:75%;left:8%;animation-delay:2s}.tithe-kids-page .floating-item:nth-child(4){top:30%;right:3%;animation-delay:.5s}.tithe-kids-page .floating-item:nth-child(5){top:85%;right:10%;animation-delay:1.5s}.tithe-kids-page .character{position:fixed;font-size:4rem;z-index:0;filter:drop-shadow(3px 3px 0 #000)}.tithe-kids-page .character-1{bottom:10%;left:2%;animation:bounce 2.5s ease-in-out infinite}.tithe-kids-page .character-2{bottom:15%;right:2%;animation:bounce 3s ease-in-out infinite .5s}.tithe-kids-content{flex:1;padding:120px 20px 60px;max-width:900px;margin:0 auto;width:100%;position:relative;z-index:1}.tithe-kids-article{animation:slideIn .8s ease-out}.tithe-kids-article h1{font-size:3rem;color:#ff5e1a;margin-bottom:.5rem;text-align:center;font-weight:900;text-transform:uppercase;letter-spacing:2px;text-shadow:3px 3px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000;animation:wiggle 2s ease-in-out infinite;-webkit-text-stroke:2px #000}.tithe-kids-subtitle{font-size:1.4rem;color:#333;text-align:center;margin-bottom:.5rem;font-weight:700}.tithe-kids-article .hosts{font-size:1rem;color:#666;text-align:center;margin-bottom:2rem;font-weight:600}.tithe-kids-page .video-container{position:relative;width:100%;padding-bottom:56.25%;margin-bottom:2.5rem;border-radius:20px;overflow:hidden;border:4px solid #ff5e1a;box-shadow:8px 8px #ff5e1a,0 10px 30px #ff5e1a33}.tithe-kids-page .video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}.tithe-kids-section{background:#fff;padding:25px 30px;border-radius:20px;margin-bottom:2rem;border:3px solid #ff5e1a;box-shadow:6px 6px #ff5e1a,0 5px 15px #ff5e1a26;transition:transform .3s ease}.tithe-kids-section:hover{transform:translateY(-5px)}.tithe-kids-section h2{font-size:1.6rem;color:#222;margin-bottom:1rem;font-weight:800;text-transform:uppercase;letter-spacing:1px}.tithe-kids-section p{font-size:1.1rem;color:#444;line-height:1.8;margin-bottom:1rem;font-weight:500}.tithe-kids-section.highlight-box{background:linear-gradient(135deg,#fff5f0,#ffe8dd);border-color:#e54d0d}.fun-list{list-style:none;padding:0;margin:1.5rem 0}.fun-list li{font-size:1.1rem;color:#333;padding:12px 15px;margin-bottom:10px;background:#ff5e1a1a;border-radius:12px;border-left:4px solid #ff5e1a;font-weight:500;transition:transform .2s ease}.fun-list li:hover{transform:translate(10px)}.promise-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;margin-top:1.5rem}.promise-card{background:#fff;padding:20px;border-radius:15px;border:2px solid #ff5e1a;text-align:center;transition:all .3s ease;box-shadow:4px 4px #ff5e1a}.promise-card:hover{transform:translateY(-5px) rotate(-2deg);box-shadow:6px 6px #ff5e1a}.promise-icon{font-size:2.5rem;display:block;margin-bottom:10px;animation:bounce 3s ease-in-out infinite}.promise-card p{font-size:.95rem;margin:0}.calculator-section{background:linear-gradient(135deg,#e3f2fd,#bbdefb);border-color:#2196f3;box-shadow:6px 6px #2196f3,0 5px 15px #2196f326}.calculator-section h2{color:#1565c0}.calculator-box{background:#fff;padding:25px;border-radius:15px;border:3px solid #2196f3;box-shadow:4px 4px #2196f3;margin-top:1.5rem}.calculator-input-group{margin-bottom:1.5rem}.calculator-input-group label{display:block;font-size:1.1rem;font-weight:700;color:#333;margin-bottom:10px}.input-wrapper{display:flex;align-items:center;background:#f5f5f5;border:3px solid #333;border-radius:12px;overflow:hidden;box-shadow:3px 3px #333}.dollar-sign{background:linear-gradient(135deg,#4caf50,#66bb6a);color:#fff;font-size:1.5rem;font-weight:900;padding:15px 20px}.calculator-input-group input{flex:1;border:none;padding:15px 20px;font-size:1.5rem;font-weight:700;color:#333;background:transparent;outline:none}.calculator-input-group input::placeholder{color:#999;font-weight:500}.calculator-buttons{display:flex;gap:15px;margin-bottom:1.5rem}.calculate-btn{flex:1;padding:15px 25px;background:linear-gradient(135deg,#ff5e1a,#ff8c00);color:#fff;border:3px solid #000;border-radius:50px;font-size:1.1rem;font-weight:800;cursor:pointer;box-shadow:4px 4px #000;transition:all .2s ease}.calculate-btn:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #000}.calculate-btn:active{transform:translate(2px,2px);box-shadow:2px 2px #000}.reset-btn{padding:15px 25px;background:#f5f5f5;color:#666;border:3px solid #999;border-radius:50px;font-size:1rem;font-weight:700;cursor:pointer;box-shadow:3px 3px #999;transition:all .2s ease}.reset-btn:hover{background:#eee;transform:translate(-1px,-1px);box-shadow:4px 4px #999}.calculator-result{animation:slideIn .5s ease-out}.result-card{display:flex;align-items:center;gap:15px;padding:20px;border-radius:15px;margin-bottom:15px;border:3px solid}.result-card.gods-share{background:linear-gradient(135deg,#fff3e0,#ffe0b2);border-color:#ff9800;box-shadow:4px 4px #ff9800}.result-card.your-share{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border-color:#4caf50;box-shadow:4px 4px #4caf50}.result-icon{font-size:2.5rem;animation:bounce 2s ease-in-out infinite}.result-info{flex:1}.result-label{font-size:.9rem;color:#666;margin:0 0 5px;font-weight:600}.result-amount{font-size:2rem;font-weight:900;color:#333;margin:0}.result-message{background:linear-gradient(135deg,#fff5f0,#ffe8dd);padding:15px 20px;border-radius:12px;border:2px dashed #ff5e1a;text-align:center;font-size:1rem;color:#333;margin-top:15px}.hero-message{background:linear-gradient(135deg,#ff5e1a,#ff8c00);color:#fff!important;padding:20px;border-radius:15px;text-align:center;font-size:1.2rem!important;margin-top:1rem;border:3px solid #000;box-shadow:4px 4px #000;animation:pulse 2s ease-in-out infinite}.think-about{background:linear-gradient(135deg,#ff5e1a,#ff8c00);color:#fff!important;padding:20px;border-radius:15px;text-align:center;border:3px solid #000;box-shadow:4px 4px #000}.quiz-section{background:linear-gradient(135deg,#fff,#fff5f0)}.quiz-container{display:flex;flex-direction:column;gap:20px;margin-top:1.5rem}.quiz-card{background:#fff;border-radius:15px;border:3px solid #ff5e1a;overflow:hidden;box-shadow:5px 5px #ff5e1a;transition:transform .3s ease}.quiz-card:hover{transform:translate(5px)}.quiz-question{background:linear-gradient(135deg,#ff5e1a,#ff8c00);padding:15px 20px;display:flex;align-items:center;gap:15px}.question-number{background:#fff;color:#ff5e1a;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:1.3rem;border:2px solid #000;flex-shrink:0}.quiz-question p{color:#fff;margin:0;font-size:1.1rem}.reveal-btn{width:100%;padding:15px 20px;background:linear-gradient(135deg,#4caf50,#66bb6a);color:#fff;border:none;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;border-top:3px dashed rgba(0,0,0,.2)}.reveal-btn:hover{background:linear-gradient(135deg,#43a047,#4caf50);transform:scale(1.02)}.reveal-btn:active{transform:scale(.98)}.quiz-card.revealed .quiz-answer{animation:revealAnswer .4s ease-out}@keyframes revealAnswer{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.quiz-answer{padding:15px 20px;background:linear-gradient(135deg,#e8f5e9,#c8e6c9)}.quiz-answer p{margin:0;font-size:1.1rem;color:#2e7d32;font-weight:600}.back-link{text-align:center;margin-top:2rem}.back-link a{display:inline-block;padding:15px 35px;background:linear-gradient(135deg,#ff5e1a,#ff8c00);color:#fff;text-decoration:none;border-radius:50px;font-weight:800;font-size:1.1rem;text-transform:uppercase;letter-spacing:2px;border:3px solid #000;box-shadow:4px 4px #000;transition:all .2s ease}.back-link a:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #000}.back-link a:active{transform:translate(2px,2px);box-shadow:2px 2px #000}@media(max-width:768px){.tithe-kids-page:before,.tithe-kids-page:after,.tithe-kids-page .floating-item,.tithe-kids-page .character{display:none}.tithe-kids-content{padding:100px 15px 40px}.tithe-kids-article h1{font-size:2rem;-webkit-text-stroke:1px #000}.tithe-kids-subtitle{font-size:1.1rem}.tithe-kids-section{padding:20px}.tithe-kids-section h2{font-size:1.3rem}.tithe-kids-section p{font-size:1rem}.promise-cards{grid-template-columns:1fr}.fun-list li{font-size:1rem}.quiz-question{padding:12px 15px}.question-number{width:35px;height:35px;font-size:1.1rem}.calculator-box{padding:15px}.calculator-buttons{flex-direction:column}.calculate-btn,.reset-btn{width:100%}.dollar-sign{padding:12px 15px;font-size:1.3rem}.calculator-input-group input{padding:12px 15px;font-size:1.2rem}.result-amount{font-size:1.5rem}.result-card{padding:15px}}.givingtuesday-page{min-height:100vh;background:#fff;padding-top:100px}.givingtuesday-container{max-width:900px;margin:0 auto;padding:40px 20px 60px}.thankyou-image{text-align:center;margin-bottom:2rem}.thankyou-image img{max-width:100%;width:500px;height:auto;border-radius:12px}.hero-section{text-align:center;padding:60px 20px;background:linear-gradient(135deg,#0a0a0a,#1a1a1a);border-radius:12px;margin-bottom:3rem}.hero-section h1{font-family:Cormorant Garamond,Georgia,serif;font-size:3.5rem;font-weight:400;color:#ff5e1a;margin-bottom:1rem;letter-spacing:2px}.hero-subtitle{font-size:1.3rem;color:#ffffffe6;font-weight:300}.mission-section{margin-bottom:3rem;text-align:center}.mission-section h2{font-family:Cormorant Garamond,Georgia,serif;font-size:2rem;font-weight:400;color:#333;margin-bottom:1.5rem}.mission-quote{font-family:Cormorant Garamond,Georgia,serif;font-size:1.6rem!important;font-style:italic;font-weight:500;color:#1a5f7a!important;padding:2.5rem 3rem;background:#f8f9fa;border-radius:8px;margin:0 auto 2rem;line-height:1.5;text-align:center!important;max-width:100%}.mission-section p:not(.mission-quote){font-size:1rem;line-height:1.8;color:#555;margin-bottom:1rem;text-align:left}.partnership-section{margin-bottom:3rem;padding:2rem;background:#f8f9fa;border-radius:12px}.partnership-section h2{font-family:Cormorant Garamond,Georgia,serif;font-size:2rem;font-weight:400;color:#333;margin-bottom:1.5rem;text-align:center}.partnership-section p{font-size:1rem;line-height:1.8;color:#555;margin-bottom:1rem}.impact-list{list-style:none;padding:0;margin:1.5rem 0}.impact-list li{font-size:1.1rem;color:#333;padding:.75rem 0;border-bottom:1px solid rgba(0,0,0,.1);display:flex;align-items:center;gap:.5rem}.impact-list li:last-child{border-bottom:none}.impact-list li strong{color:#ff5e1a;font-size:1.2rem}.giving-highlight{font-size:1.1rem;color:#333;padding:1.5rem;background:linear-gradient(135deg,#ff5e1a1a,#ff5e1a0d);border-left:4px solid #ff5e1a;border-radius:0 8px 8px 0;margin:1.5rem 0}.giving-highlight strong{color:#ff5e1a;font-size:1.3rem}.give-section{text-align:center;margin-bottom:3rem;padding:2rem;background:#f8f9fa;border-radius:12px}.give-section h2{font-family:Cormorant Garamond,Georgia,serif;font-size:2rem;font-weight:400;color:#333;margin-bottom:1rem}.give-section>p{color:#555;margin-bottom:1.5rem}.tithely-container{margin:2rem 0}.give-button{background-color:#ff5e1a;font-family:inherit;font-weight:700;font-size:19px;padding:15px 70px;border-radius:4px;cursor:pointer;color:#fff;text-decoration:none;display:inline-block;transition:background-color .3s ease,transform .3s ease}.give-button:hover{background-color:#e54d0d;transform:translateY(-2px)}.give-note{font-size:.9rem;color:#777;font-style:italic}.other-ways-section{margin-bottom:3rem;padding:2rem;background:#f8f9fa;border-radius:12px;text-align:center}.other-ways-section h2{font-family:Cormorant Garamond,Georgia,serif;font-size:2rem;font-weight:400;color:#333;margin-bottom:2rem}.mail-giving,.special-gifts{margin-bottom:2rem}.mail-giving:last-child,.special-gifts:last-child{margin-bottom:0}.other-ways-section h3{font-family:Cormorant Garamond,Georgia,serif;font-size:1.4rem;font-weight:500;color:#1a5f7a;margin-bottom:.75rem}.other-ways-section p{font-size:1rem;color:#555;line-height:1.6;margin-bottom:.5rem}.other-ways-section address{font-style:normal;font-size:1rem;color:#333;line-height:1.8;margin:.75rem 0}.check-note{font-size:.9rem;color:#777;font-style:italic;margin-top:.5rem}.special-gifts a{color:#ff5e1a;text-decoration:none;font-weight:500}.special-gifts a:hover{text-decoration:underline}.closing-section{text-align:center;padding:2rem}.closing-section h2{font-family:Cormorant Garamond,Georgia,serif;font-size:2rem;font-weight:400;color:#333;margin-bottom:1rem}.closing-section p{color:#555;line-height:1.8;margin-bottom:1rem}.scripture{font-family:Cormorant Garamond,Georgia,serif;font-size:1.2rem;font-style:italic;color:#1a5f7a;padding:1.5rem;background:#f8f9fa;border-radius:8px;margin-top:1.5rem}@media(max-width:768px){.hero-section h1{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.impact-results{grid-template-columns:1fr;gap:1rem}.calculator-container{padding:1.5rem}.impact-card{padding:1.25rem}.tithely-give-btn{padding:15px 50px;font-size:17px}}@media(max-width:480px){.givingtuesday-container{padding:20px 15px 40px}.hero-section{padding:40px 15px}.hero-section h1{font-size:2rem}.mission-quote{font-size:1.5rem;padding:1.5rem}.partnership-section,.give-section{padding:1.5rem}}.juniors-seed-faith-page{background:linear-gradient(180deg,#fff,#fff5f0,#ffe8dd);font-family:Fredoka,sans-serif}.juniors-seed-faith-page .course-header{text-align:center;margin-bottom:2.5rem}.juniors-seed-faith-page .course-title{font-family:Fredoka,sans-serif;font-size:2.5rem;font-weight:700;color:#ff5e1a;margin-bottom:1rem;text-shadow:2px 2px 0 rgba(0,0,0,.1)}.juniors-seed-faith-page .course-description{font-family:Fredoka,sans-serif;font-size:1.2rem;color:#444;max-width:700px;margin:0 auto;line-height:1.8;font-weight:400}.juniors-seed-faith-page .lessons-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;max-width:900px;margin:0 auto}.juniors-seed-faith-page .lesson-card{text-align:center;padding:30px 25px;background:#fff;border-radius:20px;border:4px solid #ff5e1a;box-shadow:8px 8px #ff5e1a,0 10px 30px #ff5e1a33;transition:all .3s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:visible;text-decoration:none;display:block;cursor:pointer}.juniors-seed-faith-page .lesson-card:hover{transform:translateY(-10px) rotate(-1deg) scale(1.02);box-shadow:12px 12px #ff5e1a,0 20px 40px #ff5e1a4d}.juniors-seed-faith-page .lesson-number-badge{position:absolute;top:-15px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#ff5e1a,#ff8c00);color:#fff;padding:8px 20px;border-radius:20px;font-weight:800;font-size:.9rem;text-transform:uppercase;border:3px solid #000;box-shadow:3px 3px #000}.juniors-seed-faith-page .lesson-card h3{font-size:1.4rem;color:#222;margin:20px 0 10px;font-weight:800}.juniors-seed-faith-page .lesson-card p{font-size:1rem;color:#666;margin-bottom:20px;font-weight:500}.juniors-seed-faith-page .coming-soon-card{opacity:.7;cursor:default;border-color:#ccc;box-shadow:8px 8px #ccc,0 10px 30px #0000001a}.juniors-seed-faith-page .coming-soon-card:hover{transform:none;box-shadow:8px 8px #ccc,0 10px 30px #0000001a}.juniors-seed-faith-page .coming-soon-card .lesson-number-badge{background:linear-gradient(135deg,#999,#bbb)}.juniors-seed-faith-page .coming-soon-badge{display:inline-block;padding:10px 25px;background:#eee;color:#888;border-radius:50px;font-weight:700;font-size:1rem}@media(max-width:700px){.juniors-seed-faith-page .course-title{font-size:1.8rem}.juniors-seed-faith-page .course-description{font-size:1rem}.juniors-seed-faith-page .lessons-grid{grid-template-columns:1fr;gap:35px}.juniors-seed-faith-page .lesson-card{padding:25px 20px}.juniors-seed-faith-page .lesson-card h3{font-size:1.2rem}}.juniors-lesson-page{background:linear-gradient(180deg,#fff,#fff5f0,#ffe8dd);font-family:Fredoka,sans-serif}.juniors-lesson-container{max-width:900px;margin:0 auto}.juniors-lesson-container .lesson-header-box{text-align:center;background:#fff;border-radius:25px;padding:30px;margin-bottom:2rem;border:4px solid #ff5e1a;box-shadow:8px 8px #ff5e1a}.juniors-lesson-container .lesson-tag{font-family:Fredoka,sans-serif;display:inline-block;background:linear-gradient(135deg,#ff5e1a,#ff8c00);color:#fff;padding:8px 20px;border-radius:20px;font-weight:600;font-size:.9rem;margin-bottom:15px}.juniors-lesson-container .lesson-header-box h1{font-family:Fredoka,sans-serif;font-size:2.8rem;font-weight:700;color:#ff5e1a;margin-bottom:10px}.juniors-lesson-container .lesson-subtitle{font-family:Fredoka,sans-serif;font-size:1.5rem;color:#666;font-weight:500}.juniors-lesson-container .video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:20px;border:4px solid #ff5e1a;box-shadow:8px 8px #ff5e1a;margin-bottom:2rem;background:#000}.juniors-lesson-container .video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.juniors-lesson-container .lesson-summary{background:#fff;border-radius:25px;padding:30px;margin-bottom:2rem;border:4px solid #ff5e1a;box-shadow:8px 8px #ff5e1a}.juniors-lesson-container .lesson-summary h2{text-align:center;font-size:2.2rem;color:#ff5e1a;margin-bottom:1.5rem}.juniors-lesson-container .lesson-summary p{font-size:1.4rem;color:#444;line-height:1.9;margin-bottom:1.2rem}.juniors-lesson-container .key-points{background:linear-gradient(135deg,#fff5f0,#ffe8dd);border-radius:20px;padding:25px;margin:1.5rem 0}.juniors-lesson-container .key-points h3{font-size:1.8rem;color:#ff5e1a;margin-bottom:1rem;text-align:center}.juniors-lesson-container .key-points ul{list-style:none;padding:0;margin:0}.juniors-lesson-container .key-points li{font-size:1.3rem;color:#333;padding:12px 0;border-bottom:2px dashed rgba(255,94,26,.2)}.juniors-lesson-container .key-points li:last-child{border-bottom:none}.juniors-lesson-container .big-question{background:linear-gradient(135deg,#ff5e1a,#ff8c00);border-radius:20px;padding:25px;text-align:center;margin-top:1.5rem}.juniors-lesson-container .big-question h3{font-size:1.8rem;color:#fff;margin-bottom:.5rem}.juniors-lesson-container .big-question p{font-size:1.6rem;color:#fff;font-weight:700;margin:0}.juniors-quiz-section{background:#fff;border-radius:25px;padding:30px;border:4px solid #ff5e1a;box-shadow:8px 8px #ff5e1a;text-align:center}.juniors-quiz-section h3{font-size:2.2rem;color:#ff5e1a;margin-bottom:.5rem}.juniors-quiz-section .quiz-count{font-size:1.2rem;color:#666;margin-bottom:1.5rem}.juniors-quiz-section .quiz-start p{font-size:1.4rem;color:#444;margin-bottom:1.5rem}.juniors-quiz-section .start-btn{padding:18px 50px;background:linear-gradient(135deg,#ff5e1a,#ff8c00);color:#fff;border:4px solid #000;border-radius:50px;font-size:1.5rem;font-weight:800;cursor:pointer;box-shadow:4px 4px #000;transition:all .2s ease}.juniors-quiz-section .start-btn:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #000}.juniors-quiz-section .progress-bar-container{margin-bottom:1.5rem}.juniors-quiz-section .progress-bar{height:20px;background:#eee;border-radius:10px;overflow:hidden;border:3px solid #ff5e1a;margin-bottom:.5rem}.juniors-quiz-section .progress-fill{height:100%;background:linear-gradient(135deg,#ff5e1a,#ff8c00);transition:width .3s ease}.juniors-quiz-section .progress-text{font-size:1.2rem;color:#666;font-weight:600}.juniors-quiz-section .question-box{background:linear-gradient(135deg,#fff5f0,#ffe8dd);border-radius:20px;padding:25px}.juniors-quiz-section .question-text{font-size:1.6rem;color:#333;font-weight:600;margin-bottom:1.5rem;line-height:1.6}.juniors-quiz-section .answers-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.juniors-quiz-section .answer-btn{padding:18px 24px;background:#fff;color:#333;border:3px solid #ff5e1a;border-radius:15px;font-size:1.25rem;font-weight:600;cursor:pointer;transition:all .2s ease}.juniors-quiz-section .answer-btn:hover{background:#ff5e1a;color:#fff;transform:scale(1.02)}.juniors-quiz-section .quiz-results{padding:20px 0}.juniors-quiz-section .result-emoji{font-size:5rem;margin-bottom:1rem}.juniors-quiz-section .result-title{font-size:2.5rem;color:#ff5e1a;margin-bottom:1rem}.juniors-quiz-section .score-circle{width:140px;height:140px;border-radius:50%;background:linear-gradient(135deg,#4caf50,#8bc34a);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;border:4px solid #000;box-shadow:4px 4px #000}.juniors-quiz-section .score-circle.low-score{background:linear-gradient(135deg,#ff5e1a,#ff8c00)}.juniors-quiz-section .score-number{font-size:2.5rem;font-weight:800;color:#fff}.juniors-quiz-section .result-message{font-size:1.4rem;color:#444;max-width:500px;margin:0 auto 2rem;line-height:1.7}.juniors-quiz-section .answer-key-section{background:#f9f9f9;border-radius:20px;padding:25px;margin:2rem 0;text-align:left}.juniors-quiz-section .answer-key-section h3{text-align:center;color:#333;margin-bottom:1.5rem}.juniors-quiz-section .answer-review{background:#fff;border-radius:15px;padding:15px;margin-bottom:15px;border-left:5px solid #ccc}.juniors-quiz-section .answer-review.correct{border-left-color:#4caf50}.juniors-quiz-section .answer-review.incorrect{border-left-color:#ff5e1a}.juniors-quiz-section .answer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.juniors-quiz-section .q-number{background:#ff5e1a;color:#fff;padding:5px 12px;border-radius:10px;font-weight:700;font-size:.9rem}.juniors-quiz-section .answer-icon{font-size:1.5rem}.juniors-quiz-section .q-text{font-size:1rem;color:#333;font-weight:600;margin-bottom:10px}.juniors-quiz-section .wrong-answer{font-size:.95rem;color:#d32f2f;margin-bottom:5px}.juniors-quiz-section .right-answer{font-size:.95rem;color:#388e3c;font-weight:600}.juniors-quiz-section .try-again-btn{padding:15px 40px;background:linear-gradient(135deg,#ff5e1a,#ff8c00);color:#fff;border:4px solid #000;border-radius:50px;font-size:1.2rem;font-weight:800;cursor:pointer;box-shadow:4px 4px #000;transition:all .2s ease}.juniors-quiz-section .try-again-btn:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #000}.juniors-quiz-section .next-lesson-message{margin-top:2rem}.juniors-quiz-section .next-lesson-message p{font-size:1.3rem;color:#ff5e1a;font-weight:700;margin-bottom:1rem}.juniors-quiz-section .back-to-lessons-btn{display:inline-block;padding:15px 35px;background:linear-gradient(135deg,#ff5e1a,#ff8c00);color:#fff;text-decoration:none;border-radius:50px;font-weight:800;font-size:1.1rem;border:4px solid #000;box-shadow:4px 4px #000;transition:all .2s ease}.juniors-quiz-section .back-to-lessons-btn:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #000}@media(max-width:700px){.juniors-lesson-container .lesson-header-box{padding:20px}.juniors-lesson-container .lesson-header-box h1{font-size:1.6rem}.juniors-lesson-container .lesson-summary{padding:20px}.juniors-lesson-container .lesson-summary h2{font-size:1.4rem}.juniors-lesson-container .lesson-summary p{font-size:1rem}.juniors-lesson-container .key-points h3{font-size:1.2rem}.juniors-lesson-container .key-points li{font-size:1rem}.juniors-lesson-container .big-question h3{font-size:1.2rem}.juniors-lesson-container .big-question p{font-size:1.1rem}.juniors-quiz-section{padding:20px}.juniors-quiz-section h3{font-size:1.4rem}.juniors-quiz-section .question-text{font-size:1.1rem}.juniors-quiz-section .answers-grid{grid-template-columns:1fr;gap:12px}.juniors-quiz-section .answer-btn{padding:12px 15px;font-size:.95rem}.juniors-quiz-section .result-title{font-size:1.6rem}.juniors-quiz-section .score-circle{width:100px;height:100px}.juniors-quiz-section .score-number{font-size:1.6rem}}.juniors-quiz-section .next-lesson-btn{display:inline-block;padding:15px 35px;background:linear-gradient(135deg,#4caf50,#8bc34a);color:#fff;text-decoration:none;border-radius:50px;font-family:Fredoka,sans-serif;font-weight:600;font-size:1.1rem;border:4px solid #000;box-shadow:4px 4px #000;transition:all .2s ease;margin-top:1rem}.juniors-quiz-section .next-lesson-btn:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #000}.juniors-quiz-section .course-complete{margin-top:2rem;text-align:center}.juniors-quiz-section .completion-badge{display:inline-block;padding:15px 30px;background:linear-gradient(135deg,gold,orange);color:#333;border-radius:50px;font-family:Fredoka,sans-serif;font-weight:700;font-size:1.3rem;border:4px solid #000;box-shadow:4px 4px #000;margin-bottom:1rem}.juniors-quiz-section .course-complete p{font-size:1.1rem;color:#444;margin-bottom:1.5rem}.juniors-quiz-section .back-to-course-btn{display:inline-block;padding:15px 35px;background:linear-gradient(135deg,#ff5e1a,#ff8c00);color:#fff;text-decoration:none;border-radius:50px;font-family:Fredoka,sans-serif;font-weight:600;font-size:1.1rem;border:4px solid #000;box-shadow:4px 4px #000;transition:all .2s ease}.juniors-quiz-section .back-to-course-btn:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #000}#root{width:100%}
