*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;color:#1a1a1a;line-height:1.7}.container{max-width:680px;margin:0 auto;padding:0 24px}.header{padding:32px 0}.header-content{max-width:680px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;align-items:center}.logo{height:105px;width:auto;margin-left:-29px}.participate-link{font-size:14px;color:#1a1a1a;font-weight:400;text-decoration:none}.participate-link:hover{text-decoration:underline}.scroll-arrow{position:absolute;bottom:0;background:none;border:none;display:flex;flex-direction:column;align-items:center;gap:8px;color:#999;cursor:pointer;padding:0;animation:floatArrow 2s ease-in-out infinite}.scroll-arrow-left{left:60px}.scroll-arrow-center{left:50%;animation:floatArrowCenter 2s ease-in-out infinite}.scroll-arrow-right{right:60px}.learn-more-text{font-size:14px;font-weight:400;letter-spacing:.5px}.scroll-arrow svg{opacity:.6;transition:opacity .3s ease}.scroll-arrow:hover{color:#666;animation:none}.scroll-arrow-center:hover{transform:translateX(-50%)}.scroll-arrow:hover svg{opacity:1}@keyframes floatArrow{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes floatArrowCenter{0%,to{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(-8px)}}.abstract{padding:40px 0 24px;text-align:center}.abstract-title{font-size:16px;font-weight:600;color:#000;margin-bottom:12px;text-align:center}.abstract-text{max-width:540px;margin:0 auto;font-size:16px;line-height:1.8;color:#4a4a4a;text-align:justify;font-weight:400}.hero{padding:24px 0 0}.badge{display:inline-block;font-size:11px;font-weight:500;color:#666;text-transform:uppercase;letter-spacing:.08em;margin-bottom:32px;border:1px solid #e0e0e0;padding:6px 12px;border-radius:4px}.hero-title{font-size:42px;font-weight:400;line-height:1.3;color:#1a1a1a;letter-spacing:-.02em;margin-bottom:32px;max-width:600px;margin-left:auto;margin-right:auto}.hero-description{font-size:16px;line-height:1.8;color:#4a4a4a;margin-bottom:30px;font-weight:400}.cta-buttons{display:flex;gap:24px;justify-content:center;flex-wrap:wrap}.btn{font-size:14px;font-weight:400;text-decoration:underline;color:#1a1a1a;background:none;border:none;padding:0;cursor:pointer}.btn:hover{opacity:.6}.btn-primary{font-weight:500}.btn-secondary{color:#666}.section{padding:16px 0 40px;text-align:left}.section:first-of-type{padding-top:20px}.section h2,.section-number{font-size:20px;font-weight:600;color:#000;letter-spacing:0;margin-bottom:24px;margin-top:0}.section-intro{font-size:16px;line-height:1.8;color:#4a4a4a;margin-bottom:32px;font-weight:400}.grid,.grid-two{display:flex;flex-direction:column;gap:48px;margin-top:48px}.card{padding:0;background:transparent;border:none}.card h3{font-size:16px;font-weight:600;color:#000;margin-bottom:12px;letter-spacing:0}.card p{font-size:16px;line-height:1.8;color:#4a4a4a;font-weight:400}.contact-section{padding:80px 0 180px;text-align:left}.contact-section .section-image{display:block;margin:-40px auto 48px;text-align:center}.contact-section h2{font-size:20px;font-weight:600;color:#000;letter-spacing:0;margin-bottom:24px}.contact-section .section-intro{margin-bottom:32px}.contact-section .cta-buttons{justify-content:center}.footer{padding:60px 0 40px}.section-image{width:100%;max-width:600px;height:auto;margin:48px auto 0;display:block;border-radius:8px}.section-image-small{max-width:480px}.animate-section{filter:blur(8px);transition:filter .6s ease-out}.animate-section.visible{filter:blur(0)}.bottom-image-centered{text-align:center;padding:40px 0 0;display:flex;justify-content:center;align-items:center}.centered-bottom-image{max-width:600px;width:100%;height:auto;display:block;border-radius:8px;transform:translateX(15px)}.footer{padding:16px 0 40px;text-align:center}.footer p{font-size:13px;color:#999;margin:8px 0;font-weight:400}.animated-illustration path,.animated-illustration-2 path,.animated-illustration-3 path{stroke-dasharray:100000;stroke-dashoffset:100000;fill:none;transition:stroke-dashoffset .3s ease-out}.animated-illustration path.draw-animation{animation:draw 6s ease-out forwards,fillIn .5s ease-out 6s forwards}.animated-illustration-2 path.draw-animation,.animated-illustration-3 path.draw-animation{animation:draw 10s ease-out forwards,fillIn 1s ease-out 10s forwards}@keyframes draw{to{stroke-dashoffset:0}}@keyframes fillIn{to{fill:#000;stroke:none}}.loading-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#fff;z-index:9999}.loading-screen,.logo-container{display:flex;justify-content:center;align-items:center}.v-logo{display:flex;align-items:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:48px;font-weight:600;color:#1a1a1a}.v-left{animation:fadeInLeft 1.5s ease-out}.v-right{animation:fadeInRight 1.5s ease-out .5s both}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.citation-wrapper{position:relative;display:inline;font-size:14px;color:#333;white-space:nowrap}.citation-number{position:relative;display:inline;cursor:pointer;color:#06c}.citation-tooltip{bottom:calc(100% + 4px);width:320px;max-width:90vw;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,.12);padding:14px 16px;z-index:1000;pointer-events:auto;animation:tooltipFadeIn .2s ease;white-space:normal}.citation-tooltip,.citation-tooltip:after{position:absolute;left:50%;transform:translateX(-50%)}.citation-tooltip:after{content:"";top:100%;border:6px solid transparent;border-top-color:#fff;filter:drop-shadow(0 2px 1px rgba(0,0,0,.08))}.citation-text{line-height:1.5;color:#333;margin-bottom:8px}.citation-link,.citation-text{font-size:13px;font-weight:400}.citation-link{color:#06c;text-decoration:none}.citation-link:hover{text-decoration:underline}@keyframes tooltipFadeIn{0%{opacity:0;transform:translateX(-50%) translateY(-4px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.hero-bullets{list-style:none;margin:32px 0;padding:0}.hero-bullets li{font-size:16px;line-height:1.8;color:#4a4a4a;margin-bottom:20px;padding-left:0;font-weight:400}.hero-bullets li strong{color:#1a1a1a;font-weight:500}.section-bullets{list-style:none;margin:24px 0;padding:0}.section-bullets li{font-size:16px;line-height:1.8;color:#4a4a4a;margin-bottom:16px;padding-left:20px;position:relative;font-weight:400}.section-bullets li:before{content:"•";position:absolute;left:0;color:#999}.card ul{list-style:none;margin:16px 0 0;padding:0}.card ul li{font-size:16px;line-height:1.8;color:#4a4a4a;margin-bottom:12px;padding-left:20px;position:relative;font-weight:400}.card ul li:before{content:"•";position:absolute;left:0;color:#999}.pillars-container{display:flex;justify-content:center;align-items:flex-end;gap:60px;margin:20px auto;max-width:100%;padding:0 40px}.pillar-wrapper{cursor:pointer;transition:all .3s ease}.pillar{width:160px;height:300px;background-image:url(/pillar.png);background-size:contain;background-position:50%;background-repeat:no-repeat;transition:all .3s ease;flex-shrink:0;position:relative;display:flex;align-items:flex-end;justify-content:center;padding-bottom:40px}.pillar-wrapper:hover{transform:translateY(-8px)}.pillar-wrapper:hover .pillar{filter:brightness(1.1) drop-shadow(0 8px 16px rgba(0,0,0,.3))}.pillar-wrapper:hover .pillar-title{background:#fff;transform:scale(1.02)}.pillar-title{font-size:14px;font-weight:600;color:#333;text-align:center;line-height:1.3;max-width:140px;padding:8px 12px;background:hsla(0,0%,100%,.92);border-radius:4px;box-shadow:0 2px 12px rgba(0,0,0,.15);transition:all .3s ease}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;z-index:99999;animation:fadeIn .2s ease;isolation:isolate}.modal-content{background:#fff;border-radius:8px;max-width:600px;width:90%;max-height:80vh;overflow-y:auto;padding:40px;position:relative;animation:slideUp .3s ease}.modal-close{position:absolute;top:16px;right:16px;background:hsla(0,0%,100%,.9);border:none;font-size:28px;color:#666;cursor:pointer;line-height:1;padding:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;z-index:100001;transition:all .2s ease}.modal-close:hover{background:#fff;color:#000;transform:scale(1.1)}.modal-title{font-size:20px;font-weight:600;color:#000;margin-bottom:24px}.modal-body{font-size:16px;line-height:1.8;color:#4a4a4a}.modal-body p{margin-bottom:16px}.modal-body ul{list-style:none;margin:16px 0;padding:0}.modal-body ul li{margin-bottom:12px;padding-left:20px;position:relative}.modal-body ul li:before{content:"•";position:absolute;left:0;color:#999}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width:768px){.hero-title{font-size:32px}.section h2{font-size:24px}.v-logo{font-size:36px}.citation-tooltip{width:280px;left:0;transform:none}.citation-tooltip:after{left:20px;transform:none}.pillars-container{flex-direction:column;align-items:center;gap:18px}.pillar{width:100%;max-width:300px;height:200px}.modal-content{padding:32px 24px}}