:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{box-sizing:border-box}.main-content{display:flex;flex-direction:column;gap:0;position:relative;z-index:1}body,#root{position:relative;z-index:0}.about-section,.testimonials-section,.contact-section,.footer{position:relative;z-index:100}.video-overlay{pointer-events:auto}.about-section,.testimonials-section,.contact-section,.footer{pointer-events:none}body.modal-open .about-section,body.modal-open .testimonials-section,body.modal-open .contact-section,body.modal-open .footer{visibility:hidden;pointer-events:none}.mission-wrapper{display:flex;justify-content:center;position:relative;z-index:1}section{scroll-margin-top:100px;scroll-margin-bottom:100px;position:relative;z-index:2}.navbar{position:fixed;top:0;left:0;right:0;z-index:1100;display:flex;justify-content:space-between;align-items:center;padding:0 3rem;background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;height:80px;box-shadow:0 4px 12px #0000004d;transition:all .3s ease}.logo-container{display:flex;flex-direction:column;align-items:flex-start}.logo{font-size:2rem;font-weight:700;letter-spacing:1.5px;background:linear-gradient(90deg,#f39c12,#e67e22);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.logo-subtext{font-size:.9rem;color:#b0b0b0;font-weight:300}.nav-links{display:flex;list-style:none;gap:2rem}.nav-link{position:relative;color:#fff;text-decoration:none;font-size:1.1rem;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.nav-link:hover{color:#f39c12;transform:translateY(-2px)}.nav-link:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:3px;transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.nav-link:hover:after{transform:scaleX(1);transform-origin:left}.login-btn{background:linear-gradient(90deg,#f39c12,#e67e22);border-radius:25px;padding:.5rem 1.5rem;color:#fff;font-weight:600;transition:transform .3s ease,box-shadow .3s ease}.login-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #f39c1280;color:#00f}.hamburger{display:none;flex-direction:column;justify-content:space-around;width:2rem;height:2rem;background:transparent;border:none;cursor:pointer;padding:0;z-index:10}.hamburger-line{width:2rem;height:.25rem;background:#fff;border-radius:10px;transition:all .3s ease}.hamburger-line.open:nth-child(1){transform:rotate(45deg) translate(.5rem,.5rem)}.hamburger-line.open:nth-child(2){opacity:0}.hamburger-line.open:nth-child(3){transform:rotate(-45deg) translate(.5rem,-.5rem)}@media (max-width: 412px){.navbar{height:65px;padding:.5rem 1rem;flex-direction:row;justify-content:space-between;align-items:center;background:#1a1a2e}.logo-container{flex-direction:column;align-items:flex-start;justify-content:center}.logo{font-size:1.2rem;line-height:1.2}.logo-subtext{font-size:.7rem;color:#ccc}.nav-links{position:absolute;top:65px;left:0;right:0;background:#1a1a2e;flex-direction:column;align-items:center;display:none;padding:1rem .5rem;z-index:998}.nav-links.open{display:flex}.nav-link{font-size:.9rem;padding:.5rem;width:100%;text-align:center}.hamburger{display:flex;width:1.5rem;height:1.5rem;border-radius:0%}.login-btn{font-size:.8rem;padding:.4rem .8rem;border-radius:20px;margin-top:.5rem}}.footer{position:fixed;bottom:0;left:0;right:0;z-index:1100;display:flex;justify-content:space-between;align-items:center;padding:0 3rem;background:linear-gradient(135deg,#1a1a2e,#16213e);color:#1e029b;height:300px;box-shadow:0 -4px 12px #0000004d;transition:all .3s ease}.footer-content{display:flex;justify-content:space-between;width:100%;gap:2rem}.footer-column{flex:1;display:flex;flex-direction:column;color:#fff}.footer-column :hover{color:#f39c12}.footer-column h4{margin-bottom:.5rem;color:#f39c12;font-size:1.1rem}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#fff;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#f39c12}.footer-description{font-size:.9rem;color:#b0b0b0;margin-top:.5rem}.footer-bottom{position:absolute;bottom:8px;left:50%;transform:translate(-50%);font-size:.8rem;color:#b0b0b0}.footer.hidden{transform:translateY(100%);opacity:0;pointer-events:none}@media (max-width: 400px){.footer{flex-direction:column;align-items:flex-start;padding:1.5rem;height:auto;box-shadow:0 -2px 8px #0003}.footer-content{flex-direction:column;gap:1.5rem;width:100%}.footer-column{width:100%}.footer-column h4{font-size:1rem;margin-bottom:.3rem}.footer-links li{margin-bottom:.4rem}.footer-description{font-size:.85rem;margin-top:.3rem}.footer-bottom{position:static;transform:none;margin-top:1rem;font-size:.75rem;text-align:center;width:100%}.footer.hidden{transform:translateY(100%);opacity:0;pointer-events:none}}.hero{position:relative;top:0;height:50vh;background:linear-gradient(135deg,#fff 0% 100%);color:#000;display:flex;align-items:center;justify-content:center;text-align:center;padding:0 1rem;overflow:hidden;z-index:1}.hero:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,rgba(243,156,18,.2) 0%,transparent 70%);z-index:0}.hero-content{max-width:100%;z-index:1}.hero-title{font-size:3.5rem;font-weight:700;letter-spacing:1.5px;background:linear-gradient(90deg,#1237f3,#e67e22);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1.5rem;transform:translateY(20px);opacity:0;animation:fadeInUp .8s ease forwards}.hero-subtitle{font-size:1.3rem;color:#000;font-weight:300;margin-bottom:2rem;line-height:1.6;transform:translateY(20px);opacity:0;animation:fadeInUp .8s ease .2s forwards}.hero-cta{display:inline-block;background:linear-gradient(90deg,#f39c12,#e67e22);color:#fff;text-decoration:none;font-size:1.2rem;font-weight:600;padding:.8rem 2rem;border-radius:25px;transition:transform .3s ease,box-shadow .3s ease;transform:translateY(20px);opacity:0;animation:fadeInUp .8s ease .4s forwards}.hero-cta:hover{transform:translateY(-5px);box-shadow:0 6px 16px #f39c1280}@keyframes fadeInUp{to{transform:translateY(0);opacity:1}}@media (max-width: 412px){.hero{position:relative;top:65px;height:calc(100vh - 65px);padding:1rem;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.hero-title{font-size:clamp(1.8rem,6vw,2.2rem);margin-bottom:1rem;max-width:90%;word-break:break-word}.hero-subtitle{font-size:.95rem;line-height:1.4;margin-bottom:1.5rem;max-width:95%}.hero-cta{font-size:.9rem;padding:.6rem 1.2rem;border-radius:20px}}.pricing-section{padding:4rem 2rem;background:linear-gradient(135deg,#fff 0% 100%);color:#000;text-align:center}.pricing-heading{font-size:2rem;margin-bottom:2rem;color:#010035}.pricing-container{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.pricing-card{background:#fff;color:#010035;border-radius:12px;padding:2rem;width:400px;transform-style:preserve-3d;box-shadow:0 4px 12px #0006;transition:transform .3s ease;perspective:1000px;position:relative;height:520px;overflow:hidden}.card-inner{position:relative;width:100%;min-height:100%;height:100%;transition:transform .8s;transform-style:preserve-3d}.card-inner.flipped{transform:rotateY(180deg)}.card-front,.card-back{position:absolute;width:100%;backface-visibility:hidden;border-radius:12px;padding:2rem;box-shadow:0 4px 12px #0006}.card-front{background:#fff;z-index:2}.card-back{background:#fefefe;transform:rotateY(180deg);z-index:1}.pricing-card:hover{transform:translateY(-5px);box-shadow:#00f}.plan-title{font-size:1.5rem;margin-bottom:.5rem;color:#010035}.plan-price{font-size:1.8rem;font-weight:700;margin:.5rem 0}.plan-frequency{font-size:.9rem;color:#080e86;margin-bottom:1rem}.plan-features{list-style:none;padding:0;margin-bottom:1.5rem;text-align:left}.plan-features li{margin-bottom:.5rem;font-size:.95rem;color:#010035}.plan-button{background:linear-gradient(90deg,#f39c12,#e67e22);border:none;border-radius:25px;padding:.6rem 1.5rem;color:#fff;font-weight:600;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.plan-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #f39c1280}@media (max-width: 412px){.pricing-section{padding:1.5rem 1rem}.pricing-card{height:auto;min-height:480px;width:100%;max-width:360px}.card-front,.card-back{padding:1rem}.plan-title{font-size:1.3rem}.plan-price{font-size:1.5rem}.plan-features li{font-size:.9rem}.plan-button{font-size:.95rem;padding:.6rem 1.2rem}}.purchase-overlay{position:fixed;inset:230px 0 0;background:#fffffff2;display:flex;justify-content:center;align-items:center;z-index:1200;pointer-events:auto}.purchase-modal{position:relative;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 8px 24px #0000004d;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;z-index:1201;animation:fadeInCenter .4s ease-out}body.modal-open{overflow:hidden;height:100%;position:fixed;width:100%}.purchase-modal h2{color:#f39c12;margin-bottom:1rem}.purchase-modal p{margin:.5rem 0;font-size:1rem;color:#333}.purchase-modal input{width:100%;padding:.8rem;margin:.5rem 0;border:1px solid #ccc;border-radius:8px;font-size:1rem}.send-btn,.mpesa-btn{width:100%;padding:.8rem;margin-top:1rem;border:none;border-radius:25px;font-weight:600;cursor:pointer}.send-btn{background:linear-gradient(90deg,#25d366,#128c7e);color:#fff}.mpesa-btn{background:linear-gradient(90deg,#00e676,#00c853);color:#fff}.close-btn:hover{background:#e67e22;transform:scale(1.05)}@keyframes fadeInCenter{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.purchase-modal{animation:fadeInCenter .4s ease-out}@media (max-width: 412px){.purchase-modal{padding:1rem;border-radius:10px;font-size:.9rem;max-height:669px;width:95%}.purchase-modal input{font-size:.9rem;padding:.6rem;margin-bottom:1rem;border-radius:8px}.send-btn,.mpesa-btn{font-size:.9rem;padding:.6rem 1.2rem;border-radius:20px;margin-top:1rem}.close-btn{position:sticky;top:.5rem;right:.5rem;z-index:10;font-size:1rem;padding:.3rem .6rem}}.about-section{padding:4rem 2rem;background:#fff;color:#000;text-align:center}.about-heading{font-size:2rem;margin-bottom:2rem;color:#f39c12}.about-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;position:relative;z-index:10}.about-card{position:relative;height:250px;background-size:cover;background-position:center;border-radius:12px;overflow:hidden;cursor:pointer;transition:transform .3s ease}.about-card:hover{position:relatve;transform:scale(1.08);z-index:10;box-shadow:0 8px 24px #0000004d}.card-overlay{position:absolute;inset:0;background:#fffffff2;color:#000;padding:1rem;opacity:0;transition:opacity .3s ease;overflow-y:auto}.about-card:hover .card-overlay{opacity:1}.card-overlay h3{margin-top:0;font-size:1.2rem;color:#f39c12}.card-overlay p{font-size:.9rem;line-height:1.5;margin-top:.5rem}.modal-backdrop{position:fixed;inset:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:100}.modal-content{background:#fff;color:#000;padding:2rem;border-radius:12px;max-width:600px;max-height:80vh;overflow-y:auto;box-shadow:0 8px 24px #0006;position:relative}.modal-content h3{color:#f39c12;margin-top:0}.modal-close{position:absolute;top:1rem;right:1rem;background:#f39c12;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 412px){.about-section{padding:1rem .5rem;height:669px;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-start}.about-heading{font-size:1.4rem;margin-bottom:.8rem}.about-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);gap:.5rem;flex-grow:1;height:100%}.about-card{height:auto;aspect-ratio:1 / 1;border-radius:8px;background-size:cover;background-position:center;overflow:hidden;position:relative}.slide-visible{animation:slideUp .6s ease forwards}.about-card:nth-child(1) .card-overlay{animation-delay:.1s}.about-card:nth-child(2) .card-overlay{animation-delay:.2s}.about-card:nth-child(3) .card-overlay{animation-delay:.3s}.about-card:nth-child(4) .card-overlay{animation-delay:.4s}.about-card:nth-child(5) .card-overlay{animation-delay:.5s}.about-card:nth-child(6) .card-overlay{animation-delay:.6s}.about-card:nth-child(7) .card-overlay{animation-delay:.7s}.about-card:nth-child(8) .card-overlay{animation-delay:.8s}.about-card:nth-child(9) .card-overlay{animation-delay:.9s}.card-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#f39c1266,#fffffff2);color:#000;padding:.5rem;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;animation:slideUp 1s ease forwards;opacity:0}.card-overlay h3{font-size:.85rem;margin-bottom:.3rem}.card-overlay p{font-size:.7rem;line-height:1.3;margin:0}.modal-content{max-width:90%;max-height:85vh;padding:1rem;font-size:.85rem}.modal-close{font-size:.8rem;padding:.3rem .6rem}}.testimonials-section{padding:4rem 2rem;background:linear-gradient(135deg,#fff 0% 100%);color:#fff;text-align:center;z-index:1}.testimonials-heading{font-size:2rem;margin-bottom:2rem;color:#f39c12}.testimonial-card{max-width:600px;margin:0 auto;background:#1f2235;border-radius:16px;padding:2rem;box-shadow:0 8px 24px #0006;position:relative;transition:all .5s ease}.testimonial-avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;margin-bottom:1rem;border:3px solid #f39c12}.testimonial-message{font-size:1rem;font-style:italic;line-height:1.6;margin-bottom:1rem;color:#e0e0e0}.testimonial-name{font-size:1.2rem;font-weight:600;margin-bottom:.3rem;color:#f39c12}.testimonial-role{font-size:.9rem;color:#b0b0b0}.testimonial-dots{margin-top:1.5rem;display:flex;justify-content:center;gap:.5rem}.dot{width:12px;height:12px;border-radius:50%;background:#555;cursor:pointer;transition:background .3s ease}.dot.active{background:#f39c12}@media (max-width: 768px){.testimonials-section{padding:2rem 1rem}.testimonials-heading{font-size:1.6rem;margin-bottom:1.5rem}.testimonial-card{padding:1.5rem;border-radius:12px;box-shadow:0 6px 18px #0000004d}.testimonial-avatar{width:60px;height:60px;margin-bottom:.8rem;border-width:2px}.testimonial-message{font-size:.95rem;line-height:1.5;margin-bottom:.8rem}.testimonial-name{font-size:1.1rem;margin-bottom:.2rem}.testimonial-role{font-size:.85rem}.testimonial-dots{margin-top:1.2rem;gap:.4rem}.dot{width:10px;height:10px}}@media (max-width: 480px){.testimonials-heading{font-size:1.4rem}.testimonial-card{padding:1.2rem}.testimonial-message{font-size:.9rem}.testimonial-name{font-size:1rem}.testimonial-role{font-size:.8rem}.dot{width:8px;height:8px}}.contact-section{padding:4rem 2rem;padding-bottom:350px;background:#f9f9f9;color:#000;text-align:center;position:relative;z-index:1}.contact-heading{font-size:2rem;margin-bottom:2rem;color:#f39c12}.contact-form{max-width:500px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 8px 24px #0000001a}.contact-form label{display:flex;justify-content:left;flex-direction:column;font-weight:600;color:#333}.contact-form input,.contact-form select{margin-top:.5rem;padding:.8rem;border:1px solid #ccc;border-radius:8px;font-size:1rem;transition:border .3s ease}.contact-form input:focus,.contact-form select:focus{border-color:#f39c12;outline:none}.submit-btn{background:linear-gradient(90deg,#f39c12,#e67e22);color:#fff;border:none;padding:.8rem 1.5rem;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #f39c124d}@media (max-width: 400px){.contact-section{padding:2rem 1rem;padding-bottom:200px}.contact-heading{font-size:1.6rem;margin-bottom:1.5rem}.contact-form{width:100%;padding:1.5rem;gap:1.2rem;border-radius:10px;box-shadow:0 6px 18px #00000014}.contact-form label{font-size:.95rem}.contact-form input,.contact-form select{padding:.7rem;font-size:.95rem;border-radius:6px}.submit-btn{padding:.7rem 1.2rem;font-size:.95rem;border-radius:20px}}.services-section{padding:4rem 2rem;background:linear-gradient(135deg,#fff 0% 100%);color:#000;text-align:center;position:relative;z-index:1}.services-heading{font-size:2rem;margin-bottom:2rem;color:#f39c12}.services-grid{display:grid;width:60%;height:150%;margin:auto;grid-template-columns:repeat(3,1fr);gap:5rem}.service-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 8px 24px #0006;transition:transform .3s ease,box-shadow .3s ease;text-align:center}.service-card:hover{transform:translateY(-5px);box-shadow:0 12px 32px #f39c124d}.service-icon{width:60px;height:60px;margin-bottom:1rem}.service-card h3{font-size:1.3rem;color:#00157c;margin-bottom:.5rem}.service-card p{font-size:.95rem;color:#000;line-height:1.6}@media (max-width: 768px){.services-section{padding:2rem 1rem}.services-heading{font-size:1.6rem;margin-bottom:1.5rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:1.5rem;border-radius:10px;box-shadow:0 6px 18px #0000004d}.service-icon{width:50px;height:50px;margin-bottom:.8rem}.service-card h3{font-size:1.2rem;margin-bottom:.4rem}.service-card p{font-size:.9rem;line-height:1.5}}@media (max-width: 480px){.services-heading{font-size:1.4rem}.service-card{padding:1.2rem}.service-card h3{font-size:1.1rem}.service-card p{font-size:.85rem}.service-icon{width:45px;height:45px}}.login-section{padding:4rem 2rem;background:#f9f9f9;color:#000;text-align:center;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.login-heading{font-size:2rem;margin-bottom:2rem;color:#f39c12}.login-form{max-width:400px;width:100%;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 8px 24px #0000001a;display:flex;flex-direction:column;gap:1.5rem}.login-form label{display:flex;flex-direction:column;font-weight:600;color:#333}.login-form input{margin-top:.5rem;padding:.8rem;border:1px solid #ccc;border-radius:8px;font-size:1rem}.login-btn{background:linear-gradient(90deg,#f39c12,#e67e22);color:#fff;border:none;padding:.8rem 1.5rem;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.login-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #f39c124d}.live-section{padding:2rem 1rem;margin:auto;background:#fff;color:#000;text-align:center;justify-content:center;height:600px;width:160vh}.live-heading{font-size:1.8rem;color:#f39c12;margin-bottom:1rem}.carousel-container{display:flex;align-items:center;justify-content:center;position:relative;height:600px;width:100%}.video-frame{width:45%;height:60%;border-radius:12px;background:#fefefe;box-shadow:0 4px 12px #0003;padding:1rem;display:flex;flex-direction:column;align-items:center;justify-content:space-between;animation:fadeIn .6s ease forwards}.video-thumb{width:45%;border-radius:8px;height:80%}.video-title{font-size:1rem;margin:.5rem 0}.play-btn{background:linear-gradient(90deg,#f39c12,#e67e22);color:#fff;border:none;padding:.6rem 1rem;border-radius:50px;font-size:1rem;cursor:pointer}.carousel-btn{background:none;border:none;font-size:2rem;color:#f39c12;cursor:pointer;padding:0 1rem}.video-overlay{position:fixed;inset:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:9999;pointer-events:auto}.video-modal{position:relative;z-index:9998;background:#fff;padding:1rem;border-radius:12px;width:90%;max-width:90%;height:60vh;max-height:80vh;overflow:hidden}.video-modal iframe{width:100%;height:100%;border-radius:8px}.close-btn{position:absolute;top:.5rem;right:.5rem;background:#f39c12;color:#fff;border:none;padding:.4rem .8rem;border-radius:6px;cursor:pointer}@keyframes fadeIn{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@media (max-width: 412px){.live-section{height:669px}.carousel-container{height:569px}.video-frame{height:469px}.video-modal{width:95%;height:60vh;max-height:669px;padding:.5rem;border-radius:10px;position:relative;z-index:1201}.video-modal iframe{border-radius:6px}.close-btn{font-size:.8rem;padding:.3rem .6rem}}
