:root{--text:#5c5670;--text-h:#2d2640;--bg:#fff;--theme-pink:#f5c4d8;--theme-pink-soft:#fcecf2;--theme-pink-deep:#e8a8c0;--theme-green:#c5e8cc;--theme-green-soft:#eaf6ed;--theme-green-deep:#5a9e72;--theme-purple:#d4c8ef;--theme-purple-soft:#f0ebfa;--theme-purple-deep:#8a79b8;--theme-purple-dark:#6f5fa0;--theme-blue:#c5dff5;--theme-blue-soft:#e8f2fb;--theme-blue-deep:#6ba3d6;--app-purple:var(--theme-purple-deep);--app-purple-dark:var(--theme-purple-dark);--app-purple-light:var(--theme-purple);--app-green:var(--theme-green);--app-green-dark:var(--theme-green-deep);--app-card:var(--theme-purple-soft);--app-bg-soft:#faf8ff;--app-mint:var(--theme-green);--app-yellow:#ffffc5;--app-lavender:var(--theme-purple);--cream:var(--theme-pink-soft);--lavender:var(--theme-purple);--lavender-deep:var(--theme-purple-deep);--sky:var(--theme-blue-soft);--sky-deep:var(--theme-blue);--lime:var(--theme-green);--lime-deep:var(--theme-green-deep);--accent:var(--theme-purple-deep);--accent-dark:var(--theme-purple-dark);--purple:var(--theme-purple-deep);--navy:#5a4d7a;--border:#e5e0f0;--card-bg:var(--app-card);--shadow:#5a4d7a1a 0 8px 30px;--shadow-lg:#5a4d7a24 0 20px 50px;--navbar-height:64px;--sans:"Nunito", system-ui, "Segoe UI", Roboto, sans-serif;--heading:"Nunito", system-ui, "Segoe UI", Roboto, sans-serif;font:18px/160% var(--sans);color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}@media (width<=768px){:root{font-size:16px}}*,:before,:after{box-sizing:border-box}body{margin:0}#root{width:100%;min-height:100svh}h1,h2,h3{font-family:var(--heading);color:var(--text-h);font-weight:800;line-height:1.15}h1{letter-spacing:-.02em;font-size:clamp(2.5rem,6vw,4rem)}h2{letter-spacing:-.01em;font-size:clamp(1.75rem,4vw,2.5rem)}h3{font-size:1.25rem;font-weight:700}p{margin:0}a{color:inherit}img{max-width:100%;display:block}.site{overflow-x:hidden}.site main{padding-top:var(--navbar-height)}.section{padding:5rem 2rem}.section--sky{background:var(--theme-blue-soft)}.section--cream{background:var(--theme-pink-soft)}.section--lavender{background:var(--theme-purple-soft)}.section--green{background:linear-gradient(180deg, #fff 0%, var(--theme-green-soft) 100%)}.section--pink{background:linear-gradient(180deg, #fff 0%, var(--theme-pink-soft) 100%)}.section--purple{background:linear-gradient(180deg, #fff 0%, var(--theme-purple-soft) 100%)}.section--blue{background:linear-gradient(180deg, #fff 0%, var(--theme-blue-soft) 100%)}.section--gradient{background:linear-gradient(135deg, var(--theme-purple-deep) 0%, var(--theme-purple-dark) 45%, var(--theme-green-deep) 100%);color:#fff}.section--gradient h2{color:#fff}.section__inner{max-width:1100px;margin:0 auto}.section__header{text-align:center;max-width:700px;margin:0 auto 3rem}.section__subtitle{margin-top:1rem;font-size:1.05rem;line-height:1.7}.eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin-bottom:.75rem;font-size:.85rem;font-weight:700;display:inline-block}.eyebrow--light{color:#ffffffd9}.navbar{z-index:100;width:100%;height:var(--navbar-height);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#faf8fff0;justify-content:space-between;align-items:center;gap:1.5rem;padding:0 2rem;display:flex;position:fixed;top:0;left:0;right:0}.navbar__brand{color:var(--text-h);align-items:center;gap:.6rem;font-size:1.2rem;font-weight:800;text-decoration:none;display:flex}.navbar__logo{object-fit:cover;border-radius:10px;flex-shrink:0;width:36px;height:36px}.app-icon{object-fit:cover;border-radius:10px;display:block}.navbar__nav{flex:1;justify-content:center;display:flex}.navbar__links{flex-wrap:nowrap;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.navbar__link{color:var(--text);white-space:nowrap;border-radius:8px;flex-shrink:0;padding:.5rem .85rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s;display:block}.navbar__link:hover{background:var(--app-card);color:var(--text-h)}.navbar__cta{color:#fff;background:var(--accent);white-space:nowrap;border-radius:999px;padding:.55rem 1.1rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:background .2s,transform .2s}.navbar__cta:hover{background:var(--accent-dark);transform:translateY(-1px)}.navbar__menu-toggle{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;padding:0;display:none}.navbar__menu-icon{flex-direction:column;justify-content:center;gap:5px;width:18px;display:flex}.navbar__menu-icon span{background:var(--text-h);border-radius:999px;width:100%;height:2px;transition:transform .2s,opacity .2s;display:block}.navbar--menu-open .navbar__menu-icon span:first-child{transform:translateY(7px)rotate(45deg)}.navbar--menu-open .navbar__menu-icon span:nth-child(2){opacity:0}.navbar--menu-open .navbar__menu-icon span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.navbar__cta--menu{display:none}@media (width<=1100px){.navbar__menu-toggle{margin-left:auto;display:inline-flex}.navbar__cta--desktop{display:none}.navbar__nav{z-index:101;border-bottom:1px solid var(--border);box-shadow:var(--shadow-lg);background:#faf8fffa;flex-direction:column;flex:none;align-items:stretch;gap:.75rem;padding:1rem 1.25rem 1.25rem;display:none;position:absolute;top:100%;left:0;right:0}.navbar__nav--open{display:flex}.navbar__links{flex-direction:column;gap:.35rem;width:100%}.navbar__link{width:100%}.navbar__cta--menu{justify-content:center;width:100%;margin-top:.25rem;display:inline-flex}}.btn{font-family:var(--sans);cursor:pointer;border:2px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:.85rem 1.75rem;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.btn:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.btn--primary{background:var(--accent);color:#fff}.btn--primary:hover{background:var(--accent-dark)}.btn--secondary{color:var(--text-h);border-color:var(--border);background:0 0}.btn--secondary:hover{background:var(--app-card);border-color:var(--app-purple-light)}.btn--light{color:var(--accent);background:#fff}.btn--light:hover{background:var(--cream)}.hero{background:linear-gradient(90deg, var(--app-bg-soft) 0%, var(--sky) 45%, var(--app-bg-soft) 100%);width:100%;padding-top:3rem;padding-bottom:5rem}.hero__inner{grid-template-columns:1fr 1.15fr;align-items:center;gap:2rem;max-width:1100px;margin:0 auto;display:grid}.hero__content{text-align:left}.hero__tagline{color:var(--accent);margin-bottom:1rem;font-size:1.35rem;font-weight:700}.hero__description{margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7}.hero__highlights{flex-wrap:wrap;gap:.5rem;margin:0 0 2rem;padding:0;list-style:none;display:flex}.hero__highlights li{background:var(--app-green);color:var(--text-h);border:1px solid #8fc4a073;border-radius:999px;padding:.4rem .9rem;font-size:.85rem;font-weight:700}.hero__actions{flex-wrap:wrap;gap:1rem;display:flex}.hero__visual{justify-content:center;align-items:center;min-height:420px;display:flex}.hero__companion{text-align:center;flex-direction:column;align-items:center;gap:0;width:100%;display:flex}.hero__companion .hero__broca{width:auto;max-width:100%;height:clamp(380px,58vh,580px);display:block}.hero__companion p{color:var(--accent);margin:-3.25rem 0 0;font-size:1.4rem;font-weight:700;line-height:1.3}@media (width>=1100px){.hero__visual{min-height:520px}.hero__companion .hero__broca{height:clamp(460px,65vh,680px)}.hero__companion p{margin-top:-4rem;font-size:1.65rem}}.mission__grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;margin-bottom:2.5rem;display:grid}@media (width>=900px){.mission__grid{grid-template-columns:repeat(6,1fr)}.mission__card:first-child{grid-column:1/3}.mission__card:nth-child(2){grid-column:3/5}.mission__card:nth-child(3){grid-column:5/7}.mission__card:nth-child(4){grid-column:2/4}.mission__card:nth-child(5){grid-column:4/6}}.mission__card{box-shadow:var(--shadow);background:#fff;border-radius:16px;padding:1.5rem}.mission__card h3{margin-bottom:.5rem;font-size:1.05rem}.mission__card p{font-size:.9rem;line-height:1.6}.mission__approach{text-align:center;background:var(--theme-green);max-width:640px;box-shadow:var(--shadow);border:1px solid #5a9e7240;border-radius:20px;margin:0 auto;padding:2rem}.mission__approach-label{text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin-bottom:.5rem;font-size:.85rem;font-weight:700}.mission__approach h3{margin-bottom:.75rem}.mission__approach p{line-height:1.7}.app-shot{width:100%;margin:0}.app-shot__media{box-shadow:var(--shadow-lg);background:#fff;border-radius:16px;overflow:hidden}.app-shot__image{width:100%;height:auto;display:block}.app-shot__caption{text-align:center;flex-direction:column;gap:.2rem;margin-top:.85rem;display:flex}.app-shot__label{color:var(--text-h);font-size:.95rem;font-weight:800}.app-shot__description{color:var(--text);font-size:.85rem;line-height:1.5}.app-shot--framed{max-width:340px;margin:0 auto}.app-shot--framed .app-shot__media{box-shadow:none;background:0 0;border:none;border-radius:0;outline:none;overflow:visible}.app-shot__device{width:100%;line-height:0;position:relative}.app-shot__device-frame{width:100%;height:auto;display:block}.app-shot__screen{object-fit:cover;object-position:top center;border-radius:1.2%;width:86.32%;height:90.08%;position:absolute;top:4.96%;left:6.84%}.app-shot--showcase{max-width:520px}.app-shot--showcase .app-shot__media{box-shadow:none;background:0 0;border-radius:20px}.app-shot--inline .app-shot__media{box-shadow:var(--shadow);border-radius:14px}.app-shot--inline .app-shot__image{object-fit:cover;object-position:top center;max-height:220px}.app-shot__placeholder{aspect-ratio:4/3;background:var(--cream);color:var(--text);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:1.5rem;display:flex}.app-shot__placeholder svg{opacity:.35;width:48px;height:48px}.app-shot__placeholder span{text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700}.problem__grid{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.problem__text h2{margin-bottom:1.25rem}.problem__text p{margin-bottom:1rem;line-height:1.7}.problem__visual{justify-content:center;align-items:center;display:flex}.problem__app-icon{width:clamp(220px,36vw,320px);height:clamp(220px,36vw,320px);box-shadow:var(--shadow-lg);border-radius:28%}.who__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.who__card{text-align:center;box-shadow:var(--shadow);border:1px solid #ffffffa6;border-radius:20px;padding:2rem 1.5rem}.who__card--pink{background:var(--theme-pink)}.who__card--purple{background:var(--theme-purple)}.who__card--green{background:var(--theme-green)}.who__card--blue{background:var(--theme-blue)}.who__card--lavender{background:var(--theme-purple)}.who__card--sky{background:var(--theme-blue)}.who__card--lime{background:var(--theme-green)}.who__card h3{margin-bottom:.75rem}.who__card ul{margin:0;padding:0;list-style:none}.who__card li{padding:.25rem 0;font-weight:600}.features__showcase-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.75rem;display:grid}.feature-showcase-card{border:1px solid var(--border);box-shadow:var(--shadow);background:#fff;border-radius:20px;flex-direction:column;gap:1rem;padding:1.25rem;transition:transform .2s;display:flex}.feature-showcase-card:hover{transform:translateY(-4px)}.feature-showcase-card .app-shot--framed{width:100%;max-width:none}.feature-showcase-card__body{text-align:center;padding:0 .5rem .5rem}.feature-showcase-card h3{margin-bottom:.5rem;font-size:1.1rem}.feature-showcase-card p{color:var(--text);font-size:.9rem;line-height:1.6}@media (width>=900px){.features__showcase-grid{grid-template-columns:repeat(3,1fr)}}.activities__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.activity-card{box-shadow:var(--shadow);border:1px solid #ffffffb3;border-radius:20px;padding:2rem}.activity-card--pink{background:var(--theme-pink);color:var(--text-h)}.activity-card--purple{background:var(--theme-purple);color:var(--text-h)}.activity-card--green{background:var(--theme-green);color:var(--text-h)}.activity-card--blue{background:var(--theme-blue);color:var(--text-h)}.activity-card--purple h3,.activity-card--purple .activity-card__tagline{color:var(--text-h)}.activity-card--purple .activity-card__desc{color:var(--text)}.activity-card--purple .activity-card__desc a{color:var(--theme-purple-deep);text-decoration:underline}.activity-card__header{margin-bottom:.75rem}.activity-card__tagline{font-size:.95rem;font-weight:600}.activity-card--pink .activity-card__tagline,.activity-card--green .activity-card__tagline,.activity-card--blue .activity-card__tagline,.activity-card--purple .activity-card__tagline,.activity-card--purple .activity-card__tagline{color:var(--theme-purple-deep)}.activity-card__desc{font-size:.9rem;line-height:1.6}.activity-card__desc a{color:var(--theme-purple-deep);font-weight:700;text-decoration:none}.activity-card__desc a:hover{text-decoration:underline}.testimonial__inner{max-width:750px}.testimonial__quote{box-shadow:var(--shadow-lg);border-left:5px solid var(--accent);background:#fff;border-radius:24px;margin:0;padding:3rem}.testimonial__quote p{color:var(--text-h);margin-bottom:1.5rem;font-size:1.5rem;font-style:italic;font-weight:600;line-height:1.5}.testimonial__quote footer{align-items:center;gap:1rem;display:flex}.testimonial__quote cite{color:var(--accent);font-style:normal;font-weight:800}.testimonial__context{color:var(--text);font-size:.85rem}.launch__inner{text-align:center}.launch__text{opacity:.95;max-width:600px;margin:1rem auto 2.5rem;font-size:1.15rem;line-height:1.7}.launch__stats{justify-content:center;gap:3rem;margin-bottom:2.5rem;display:flex}.launch__stat{flex-direction:column;align-items:center;display:flex}.launch__stat-value{color:#fff;font-size:2rem;font-weight:800}.launch__stat-label{opacity:.85;font-size:.85rem;font-weight:600}.team__grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;max-width:980px;margin:0 auto;display:grid}.team-card{text-align:center;border:1px solid var(--border);border-top:4px solid var(--theme-purple-deep);box-shadow:var(--shadow);background:#fff;border-radius:20px;padding:2rem 1.5rem 1.75rem}.team-card--pink{border-top-color:var(--theme-pink-deep)}.team-card--purple{border-top-color:var(--theme-purple-deep)}.team-card--blue{border-top-color:var(--theme-blue-deep)}.team-card__photo{object-fit:cover;border:5px solid var(--theme-purple);width:200px;height:200px;box-shadow:var(--shadow);border-radius:50%;margin:0 auto 1.25rem;display:block}.team-card__photo--pink{border-color:var(--theme-pink-deep)}.team-card__photo--purple{border-color:var(--theme-purple-deep)}.team-card__photo--blue{border-color:var(--theme-blue-deep)}.team-card__photo--placeholder.team-card__photo--pink{background:var(--theme-pink-soft)}.team-card__photo--placeholder.team-card__photo--purple{background:var(--theme-purple-soft)}.team-card__photo--placeholder.team-card__photo--blue{background:var(--theme-blue-soft)}.team-card__photo--placeholder{color:var(--text-h);justify-content:center;align-items:center;font-size:2.25rem;font-weight:800;display:flex}.team-card h3{margin-bottom:.35rem;font-size:1.15rem}.team-card__name{color:inherit;text-decoration:none;transition:color .2s}.team-card__name:hover{text-decoration:underline}.team-card--pink .team-card__name:hover{color:var(--theme-pink-deep)}.team-card--purple .team-card__name:hover{color:var(--theme-purple-deep)}.team-card--blue .team-card__name:hover{color:var(--theme-blue-deep)}.team-card__details{flex-wrap:wrap;justify-content:center;align-items:baseline;gap:.35rem;margin:0;display:flex}.team-card__meta{font-size:.95rem;font-weight:700}.team-card__meta--pink{color:var(--theme-pink-deep)}.team-card__meta--purple{color:var(--theme-purple-deep)}.team-card__meta--blue{color:var(--theme-blue-deep)}.team-card__meta:after{content:"·";color:var(--text);margin-left:.35rem;font-weight:400}.team-card__role{color:var(--text);font-size:.95rem;line-height:1.5}.footer{background:var(--theme-purple-dark);color:#ffffffd1;padding:3rem 2rem}.footer__inner{text-align:center;max-width:1100px;margin:0 auto}.footer__brand{color:#fff;justify-content:center;align-items:center;gap:.6rem;margin-bottom:.5rem;font-size:1.2rem;font-weight:800;display:flex}.footer__tagline{color:var(--theme-green);margin-bottom:1.5rem;font-weight:600}.footer__nav{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:1.5rem;display:flex}.footer__nav a{color:#ffffffb3;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .2s}.footer__nav a:hover{color:#fff}.footer__team{margin-bottom:.75rem;font-size:.9rem}.footer__copy{opacity:.5;font-size:.8rem}@media (width<=900px){.hero{padding-top:2rem}.hero__inner{text-align:center;grid-template-columns:1fr}.hero__content{text-align:center}.hero__highlights,.hero__actions{justify-content:center}.hero__visual{min-height:320px}.hero__companion .hero__broca{height:clamp(260px,55vw,360px)}.app-shot--showcase{max-width:100%}.problem__grid,.who__grid,.activities__grid{grid-template-columns:1fr}}@media (width<=600px){.section{padding:3.5rem 1.25rem}.navbar{padding:.75rem 1.25rem}.navbar__cta{padding:.45rem .85rem;font-size:.75rem}.launch__stats{gap:1.5rem}.testimonial__quote{padding:2rem 1.5rem}.testimonial__quote p{font-size:1.2rem}}
