@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap";:root{--sand-50:#f9f7f4;--sand-200:#e6e1d6;--sand-950:#1c1a17;--brand-purple:#9d6cff;--brand-lime:#dbdd8a;--brand-blue:#2b4570;--font-heading:"Outfit", sans-serif;--font-text:"Plus Jakarta Sans", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-text);background-color:var(--sand-50);color:var(--sand-950);-webkit-font-smoothing:antialiased;min-height:100vh;position:relative;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.2}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.app-container{z-index:10;max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative}.bg-noise{z-index:0;opacity:.03;pointer-events:none;background-image:url("data:image/svg+xml;utf8,%3Csvg viewBox=\"0 0 200 200\" xmlns=\"http://www.w3.org/2000/svg\"%3E%3Cfilter id=\"noiseFilter\"%3E%3CfeTurbulence type=\"fractalNoise\" baseFrequency=\"0.85\" numOctaves=\"3\" stitchTiles=\"stitch\"/%3E%3C/filter%3E%3Crect width=\"100%25\" height=\"100%25\" filter=\"url(%23noiseFilter)\"/%3E%3C/svg%3E");width:100%;height:100%;position:fixed;top:0;left:0}@keyframes blob-bounce{0%{transform:translate(0)scale(1)}33%{transform:translate(30px,-50px)scale(1.1)}66%{transform:translate(-20px,20px)scale(.9)}to{transform:translate(0)scale(1)}}.blob-1{background:var(--brand-purple);filter:blur(120px);opacity:.2;z-index:0;pointer-events:none;border-radius:50%;width:400px;height:400px;animation:15s ease-in-out infinite blob-bounce;position:absolute;top:-100px;right:-100px}.blob-2{background:var(--brand-lime);filter:blur(120px);opacity:.2;z-index:0;pointer-events:none;border-radius:50%;width:450px;height:450px;animation:18s ease-in-out infinite reverse blob-bounce;position:absolute;top:40%;left:-100px}.hero{text-align:center;margin-bottom:4rem;padding-top:4rem}.title-wrapper{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.hero-logo{object-fit:contain;filter:drop-shadow(0 0 20px #9d6cff33);height:80px}@keyframes gradient-shift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.title{background:linear-gradient(135deg, var(--brand-purple), var(--brand-blue), var(--brand-lime));-webkit-text-fill-color:transparent;color:var(--brand-purple);letter-spacing:-.02em;background-size:200% 200%;-webkit-background-clip:text;font-size:clamp(3rem,10vw,5rem);font-weight:800;animation:8s infinite gradient-shift}.hero-tagline{max-width:900px;color:var(--brand-blue);opacity:.9;margin:0 auto;font-size:clamp(1.25rem,3vw,2.25rem);font-weight:700;line-height:1.2}.bento-grid{grid-template-rows:repeat(2,auto);grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1200px;margin-bottom:8rem;margin-left:auto;margin-right:auto;display:grid}.bento-item{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fff9;border:1px solid #fffc;border-radius:2.5rem;flex-direction:column;gap:1rem;padding:2.5rem;transition:all .3s;display:flex;box-shadow:0 10px 30px #00000005}.bento-item:hover{background:#fff;transform:translateY(-5px);box-shadow:0 20px 40px #0000000d}.bento-main{grid-area:span 2/span 2;justify-content:center}.bento-directions{grid-column:span 2}.bento-method,.bento-info{grid-column:span 1}.bento-icon{background:#fff;border-radius:1rem;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:.5rem;display:flex;box-shadow:0 5px 15px #0000000d}.bento-item h3{color:var(--brand-blue);font-size:1.5rem;font-weight:700}.bento-item p{color:var(--sand-950);opacity:.8;font-size:1.05rem;line-height:1.6}.bento-item ul{flex-wrap:wrap;gap:.75rem;list-style:none;display:flex}.bento-item li{background:var(--sand-50);color:var(--brand-purple);border:1px solid var(--sand-200);border-radius:2rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600}.text-purple{color:var(--brand-purple)}.text-blue{color:var(--brand-blue)}.text-lime{color:#8a9d1c}.section-heading{text-align:center;color:var(--brand-blue);margin-bottom:3rem;font-size:2.5rem;font-weight:800}.projects-grid-section{margin-bottom:8rem}.projects-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.project-card{background:#fff;border:1px solid #e6e1d680;border-radius:2rem;flex-direction:column;height:100%;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.project-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000000d}.project-card:hover .project-image{transform:scale(1.05)}.project-image{object-fit:cover;background:var(--sand-200);width:100%;height:240px;transition:transform .5s}.project-image-placeholder{background:linear-gradient(135deg, var(--sand-200), var(--sand-50));width:100%;height:240px;color:var(--sand-950);opacity:.5;justify-content:center;align-items:center;font-weight:600;display:flex}.project-content{flex-direction:column;flex-grow:1;padding:2rem;display:flex}.project-title{margin-bottom:1rem;font-size:1.5rem;font-weight:700}.project-desc{color:var(--sand-950);opacity:.7;flex-grow:1;margin-bottom:2rem;line-height:1.6}.project-btn{background:var(--sand-950);color:#fff;border-radius:1rem;justify-content:center;align-items:center;gap:.5rem;margin-top:auto;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.project-btn--disabled{background:var(--sand-200);color:var(--sand-950);opacity:.5;cursor:not-allowed}.project-btn:hover:not(.project-btn--disabled){background:var(--brand-purple);transform:scale(1.02)}.footer{background:var(--sand-950);color:#fff;border-radius:2rem 2rem 0 0;margin-top:auto;padding:4rem 2rem}.footer-content{text-align:center;max-width:1200px;margin:0 auto}.footer-title{margin-bottom:2rem;font-size:1.5rem;font-weight:600}.partners{background:#fff;border-radius:1.5rem;flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;padding:2rem;display:flex}.partner-logo{object-fit:contain;filter:grayscale();opacity:.8;height:60px;transition:filter .3s}.partner-logo:hover{filter:grayscale(0%);opacity:1}.footer-bottom{text-align:center;opacity:.6;border-top:1px solid #ffffff1a;margin-top:3rem;padding-top:1.5rem;font-size:.875rem}.info-sections{padding-bottom:6rem}.section-title{color:var(--brand-blue);margin-bottom:2rem;font-size:2rem;font-weight:700}.text-center{text-align:center}.info-columns{grid-template-columns:repeat(2,1fr);gap:3rem;margin-bottom:6rem;display:grid}.info-text{color:var(--sand-950);flex-direction:column;gap:1.25rem;font-size:1.125rem;line-height:1.7;display:flex}.info-text p{opacity:.85}.audience-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff6;border:1px solid #ffffff80;border-radius:3rem;padding:4rem 3rem}.audience-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:3rem;display:grid}.audience-card{text-align:center;border:1px solid var(--sand-200);background:#fff;border-radius:2rem;flex-direction:column;align-items:center;gap:1.25rem;padding:2rem;display:flex;box-shadow:0 10px 25px #00000005}.audience-icon{background:var(--sand-50);width:56px;height:56px;color:var(--brand-purple);border-radius:1rem;justify-content:center;align-items:center;display:flex}.audience-card p{color:var(--brand-blue);font-size:1rem;font-weight:500;line-height:1.4}@media (width<=1024px){.projects-grid{grid-template-columns:repeat(2,1fr)}.info-columns{grid-template-columns:1fr;gap:3rem}}@media (width<=768px){.title{font-size:2.5rem}.hero-card,.audience-section{padding:2.5rem 1.5rem}}@media (width<=640px){.projects-grid,.audience-grid{grid-template-columns:1fr}}
