*{margin:0;padding:0;box-sizing:border-box}html{overflow-x:hidden;max-width:100vw;scroll-behavior:smooth}body{font-family:'Khula',sans-serif;color:#000;background:#fff;overflow-x:hidden;max-width:100vw;line-height:1.6}nav{position:fixed;top:0;left:0;right:0;width:100%;max-width:100vw!important;background:rgb(255 255 255 / .98);backdrop-filter:blur(10px);z-index:9999;padding:1.5rem 5%;box-shadow:0 2px 20px rgb(0 0 0 / .05)}.nav-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo img{height:47px;width:auto;max-width:320px;display:block}.burger-menu{display:flex;flex-direction:column;gap:5px;cursor:pointer;z-index:10001;padding:10px}.burger-line{width:28px;height:3px;background:#000;border-radius:3px;transition:all 0.3s ease}.burger-menu.active .burger-line:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.burger-menu.active .burger-line:nth-child(2){opacity:0}.burger-menu.active .burger-line:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}.menu-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgb(0 0 0 / .6);backdrop-filter:blur(3px);z-index:9999;opacity:0;visibility:hidden;transition:all 0.3s}.menu-overlay.active{opacity:1;visibility:visible}.mobile-menu{position:fixed;top:0;right:-100%;width:85%;max-width:400px;height:100vh;background:#fff;box-shadow:-10px 0 40px rgb(0 0 0 / .2);z-index:10000;transition:right 0.4s cubic-bezier(.68,-.55,.265,1.55);overflow-y:auto}.mobile-menu.active{right:0}.mobile-menu-header{padding:2rem;border-bottom:2px solid #f8f8f8;border-top:5px solid #FCD21D;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;background:#fff;z-index:100}.mobile-menu-header img{height:33px;width:auto;max-width:240px;display:block}.close-menu{background:none;border:none;font-size:2.5rem;color:#000;cursor:pointer;width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all 0.3s}.close-menu:hover{color:#FCD21D;background:rgb(252 210 29 / .1)}.nav-links,.mobile-menu ul,.mobile-menu .menu{list-style:none;padding:1rem 0;margin:0}.nav-links li,.mobile-menu ul li,.mobile-menu .menu li{border-bottom:1px solid #f8f8f8}.nav-links a,.mobile-menu ul li a,.mobile-menu .menu a{display:block;padding:1.5rem 2rem;text-decoration:none;color:#000;font-weight:600;font-size:1.1rem;transition:all 0.3s}.nav-links a:hover,.nav-links a.current-menu-item,.mobile-menu .menu a:hover{color:#FCD21D;padding-left:3rem;background:linear-gradient(90deg,rgb(252 210 29 / .1) 0%,transparent 100%)}body.menu-open{overflow:hidden}.site-content{margin-top:80px;overflow-x:hidden!important;max-width:100vw!important}.hero{background:linear-gradient(135deg,#000 0%,#1a1a1a 100%);padding:8rem 5% 6rem;text-align:center;color:#fff;overflow-x:hidden!important}.hero-content{max-width:1000px;margin:0 auto}.hero h1{font-size:5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.highlight{color:#FCD21D}.hero p{font-size:1.5rem;color:#ccc;margin-bottom:3rem;line-height:1.6}.hero-ctas{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.btn{padding:1.2rem 3rem;border-radius:50px;font-weight:700;font-size:1.1rem;text-decoration:none;transition:all 0.3s;display:inline-block}.btn-primary{background:#FCD21D;color:#000;box-shadow:0 12px 35px rgb(252 210 29 / .4)}.btn-primary:hover{background:#E6C01A;transform:translateY(-3px);box-shadow:0 16px 45px rgb(252 210 29 / .5)}.btn-secondary{background:#fff0;color:#fff;border:2px solid #fff}.btn-secondary:hover{background:#fff;color:#000}.stats-bar{background:#f8f8f8;padding:4rem 5%}.stats-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:3rem;text-align:center}.stat-item h3{font-size:3.5rem;font-weight:800;color:#FCD21D;margin-bottom:.5rem}.stat-item p{font-size:1.2rem;color:#666;font-weight:600}.difference{padding:8rem 5%;background:#fff}.difference-content{max-width:1400px;margin:0 auto}.section-tag{display:inline-block;background:#FCD21D;color:#000;padding:.6rem 1.8rem;border-radius:50px;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:2rem}.difference h2{font-size:3.5rem;font-weight:800;margin-bottom:1rem}.difference .subtitle{font-size:1.3rem;color:#666;margin-bottom:4rem}.comparison-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}.comparison-card{background:#f8f8f8;padding:3rem;border-radius:20px;border-top:5px solid}.old-way{border-color:#e74c3c}.lab-way{border-color:#FCD21D}.comparison-card h3{font-size:2rem;margin-bottom:1.5rem}.comparison-card ul{list-style:none}.comparison-card li{padding:.8rem 0;font-size:1.1rem;font-weight:600}.old-way li{color:#e74c3c}.lab-way li{color:#27ae60}.services-preview{padding:8rem 5%;background:#f8f8f8}.services-preview-content{max-width:1400px;margin:0 auto;text-align:center}.services-preview h2{font-size:3.5rem;font-weight:800;margin-bottom:1rem}.services-preview .subtitle{font-size:1.3rem;color:#666;margin-bottom:4rem}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:3rem}.service-card{background:#fff;padding:3rem;border-radius:20px;transition:all 0.3s;border:2px solid #fff0}.service-card:hover{transform:translateY(-8px);border-color:#FCD21D;box-shadow:0 20px 60px rgb(252 210 29 / .15)}.service-icon{font-size:4rem;margin-bottom:1.5rem}.service-card h3{font-size:1.8rem;font-weight:700;margin-bottom:1rem}.service-card p{color:#666;line-height:1.8;font-size:1.1rem}.service-spotlight{max-width:980px;margin:0 auto 4rem;padding:3rem;background:#fff;border-radius:20px;border:2px solid #fff0;transition:all 0.3s}.service-spotlight:hover{transform:translateY(-8px);border-color:#FCD21D;box-shadow:0 20px 60px rgb(252 210 29 / .15)}.service-spotlight .service-icon{font-size:4rem;margin-bottom:1.5rem}.service-spotlight h3{font-size:1.8rem;line-height:1.2;margin-bottom:1rem}.service-spotlight-aka{font-size:1.05rem;font-weight:700;color:#666;margin-bottom:1rem}.service-spotlight p{color:#666;line-height:1.8;font-size:1.1rem}.services-grid-secondary{margin-top:0}.services-preview-home .service-spotlight-home{max-width:420px;margin:0 auto 2.5rem}.services-grid-home{margin-top:0}.cta-section{background:linear-gradient(135deg,#000 0%,#1a1a1a 100%);padding:6rem 5%;text-align:center;color:#fff}.cta-content{max-width:800px;margin:0 auto}.cta-section h2{font-size:3rem;font-weight:700;margin-bottom:1.5rem}.cta-section p{font-size:1.3rem;color:#ccc;margin-bottom:2.5rem}footer{background:#000;padding:4rem 5% 2rem;color:#ccc}.footer-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:3rem}.footer-brand img{height:50px;margin-bottom:1rem;filter:brightness(0) invert(1)}.footer-brand p{color:#999;line-height:1.8}.footer-section h4{font-size:1.2rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.footer-links{list-style:none}.footer-links li{margin-bottom:.8rem}.footer-links a{color:#999;text-decoration:none;transition:color 0.3s}.footer-links a:hover{color:#FCD21D}.footer-bottom{max-width:1400px;margin:0 auto;padding-top:2rem;border-top:1px solid #333;text-align:center;color:#666}@media (max-width:767px){nav{padding:1rem 4%}.logo img{height:46px;max-width:240px}.mobile-menu{width:90%;max-width:100%}.hero{padding:5rem 5% 4rem}.hero h1{font-size:2.2rem}.hero p{font-size:1.1rem}.hero-ctas{flex-direction:column;align-items:center;justify-content:center;width:100%}.btn{width:100%;max-width:300px}.hero-ctas .btn{display:block;margin-left:auto;margin-right:auto}.stats-grid{grid-template-columns:1fr;gap:2rem}.stat-item h3{font-size:2.5rem}.difference{padding:4rem 5%}.difference h2{font-size:2rem}.difference .subtitle{font-size:1.1rem}.comparison-grid{grid-template-columns:1fr;gap:2rem}.comparison-card{padding:2rem}.comparison-card h3{font-size:1.5rem}.comparison-card li{font-size:.95rem}.services-preview{padding:4rem 5%}.services-preview h2{font-size:2rem}.services-grid{grid-template-columns:1fr;gap:2rem}.service-card{padding:2rem}.service-icon{font-size:3rem}.service-card h3{font-size:1.5rem}.service-spotlight{padding:2rem;margin-bottom:2rem}.service-spotlight h3{font-size:1.5rem}.service-spotlight-aka{font-size:1rem}.services-preview-home .service-spotlight-home{max-width:100%;margin-bottom:2rem}.cta-section{padding:4rem 5%}.cta-section h2{font-size:2rem}.cta-section p{font-size:1.1rem}.footer-content{grid-template-columns:1fr;gap:2rem}.site-content{margin-top:70px}}@media (min-width:768px) and (max-width:1024px){.hero h1{font-size:3.5rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.services-grid{grid-template-columns:repeat(2,1fr)}.footer-content{grid-template-columns:1fr 1fr}}.elementor-section{max-width:100%;overflow-x:hidden}.about-hero{min-height:420px;display:flex;align-items:center;justify-content:center;padding-top:7rem;padding-bottom:7rem}.about-hero-content h1{margin-bottom:1rem}.about-hero-content p{max-width:760px;margin:0 auto}.about-foundation,.about-network{background:#f3f4f6;padding:6rem 5%}.about-wrap{max-width:1400px;margin:0 auto}.about-heading{text-align:center;margin-bottom:4rem}.about-heading h2{font-size:3.4rem;font-weight:700;line-height:1.15;margin-bottom:1rem}.about-heading p{font-size:1.3rem;color:#5f6f85}.principles-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3.5rem 4rem}.principle-item{text-align:center;padding:.5rem 1rem}.principle-icon{width:80px;height:80px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:2rem;margin-bottom:1.5rem}.principle-icon-blue{background:#ecf3ff;color:#3b82f6}.principle-icon-yellow{background:#fff7dc;color:#f5bf00}.principle-item h3{font-size:2rem;margin-bottom:1rem}.principle-item p{color:#5f6f85;font-size:1.15rem;line-height:1.7}.partners-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.8rem}.partner-card{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:2rem 1.5rem;min-height:360px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;text-decoration:none;color:#111827;transition:transform 0.25s ease,box-shadow 0.25s ease,border-color 0.25s ease}.partner-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgb(0 0 0 / .08)}.partner-logo{width:150px;height:90px;border-radius:.5rem;background:#fff;display:inline-flex;align-items:center;justify-content:center;margin-bottom:1.5rem;overflow:hidden}.partner-logo img{width:100%;height:100%;object-fit:contain;display:block}.partner-card h3{font-size:1.95rem;line-height:1.25;margin-bottom:.6rem}.partner-card p{color:#5f6f85;font-size:1.1rem;line-height:1.45}.partner-card-invite{border:2px dashed #d1d5db}.partner-card-invite:hover{border-color:#FCD21D}.partner-plus{width:76px;height:76px;border-radius:999px;background:#FCD21D;display:inline-flex;align-items:center;justify-content:center;font-size:2.8rem;line-height:1;color:#000;margin-bottom:1.2rem}.about-cta{padding-top:6rem;padding-bottom:6rem}.site-footer{background:#f3f4f6;color:#1f2937;padding:4.5rem 5% 2rem}.site-footer-inner{max-width:1400px;margin:0 auto 2.5rem;display:grid;grid-template-columns:1.15fr 1fr 1fr 1fr;gap:2rem 3rem}.site-footer .footer-logo img{height:67px;width:auto;margin-bottom:1rem;filter:none;opacity:1}.site-footer .footer-tagline{color:#e5ad00;font-size:1.2rem;font-weight:700;margin-bottom:1rem}.footer-social{display:flex;gap:.7rem}.footer-social a{width:34px;height:34px;border-radius:6px;background:#dfe3e8;display:inline-flex;align-items:center;justify-content:center}.footer-social a svg{width:18px;height:18px;fill:#374151}.site-footer .footer-column h4{color:#e5ad00;font-size:1.6rem;margin-bottom:1rem}.site-footer .footer-links{list-style:none;margin:0;padding:0}.site-footer .footer-links li{margin:0 0 .55rem;color:#5f6f85;font-size:1.05rem;line-height:1.5}.site-footer .footer-links a{color:#5f6f85;text-decoration:none}.site-footer .footer-links a:hover{color:#111827}.site-footer .footer-bottom{max-width:1400px;margin:0 auto;border-top:1px solid #d5dbe3;padding-top:1.25rem;text-align:center;color:#6b7280;font-size:.95rem}.contact-cards-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:3rem}.contact-form-wrap{max-width:680px;margin:4rem auto;padding:3rem;background:#f8f8f8;border-radius:20px}.contact-form-wrap h3{margin-bottom:1.25rem;font-size:2rem;text-align:center}.contact-message-form{display:grid;gap:.9rem}.contact-message-form label{font-weight:700;color:#1f2937}.contact-message-form input,.contact-message-form textarea{width:100%;border:1px solid #d1d5db;border-radius:12px;padding:.95rem 1rem;font:inherit;background:#fff}.contact-message-form textarea{resize:vertical;min-height:140px}.contact-message-form .btn{margin-top:.65rem;justify-self:center}.contact-form-message{border-radius:12px;padding:.85rem 1rem;margin:0 0 1rem;font-weight:600}.contact-form-message.is-success{background:#eaf9ee;border:1px solid #86d29a;color:#17622d}.contact-form-message.is-error{background:#fff0f0;border:1px solid #ef9a9a;color:#8f1d1d}@media (max-width:1024px){.about-heading h2{font-size:2.7rem}.about-heading p{font-size:1.15rem}.principle-item h3{font-size:1.65rem}.principle-item p{font-size:1.05rem}.partners-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767px){.about-hero{min-height:300px;padding-top:4.5rem;padding-bottom:4.5rem}.about-foundation,.about-network{padding-top:4rem;padding-bottom:4rem}.about-heading h2{font-size:2.2rem}.about-heading p{font-size:1.1rem}.principles-grid,.partners-grid,.site-footer-inner{grid-template-columns:1fr}.partner-card{min-height:300px}.logo img,.site-footer .footer-logo img,.mobile-menu-header img{height:43px;width:auto;max-width:240px;opacity:1;filter:none}.hero-content,.stats-grid,.difference-content,.services-preview-content,.cta-content{text-align:center}.contact-cards-grid{grid-template-columns:1fr;gap:1.4rem}.contact-cards-grid .service-card{max-width:360px;margin-left:auto;margin-right:auto}.contact-form-wrap{margin:2.5rem auto;padding:2rem 1.2rem}.contact-form-wrap h3{font-size:1.75rem}}