@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;900&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color:#000;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.app{width:100%;min-height:100vh}.main-site{opacity:0;transition:opacity .6s ease-in}.main-site.visible{opacity:1}.splash{position:fixed;top:0;left:0;width:100%;height:100vh;background:#396f5f;display:flex;align-items:center;justify-content:center;z-index:9999;opacity:1;transition:opacity .8s ease-out}.splash.fade-out{opacity:0;pointer-events:none}.splash-logo-wrapper{display:flex;align-items:center;justify-content:center}.splash-logo{width:302px;height:auto;object-fit:contain;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.85}}.header{width:100%;height:100px;background:#c2eed9;display:flex;flex-direction:column;justify-content:center;position:sticky;top:0;z-index:100}.header-nav{width:100%;max-width:1528px;margin:0 auto;padding:0 100px;display:flex;align-items:center;justify-content:space-between}.header-left{display:flex;align-items:center;gap:16px}.header-logo{width:65px;height:67px;object-fit:contain}.header-title{font-weight:900;font-size:24px;line-height:30px;color:#396f5f}.header-register-btn{display:inline-flex;align-items:center;justify-content:center;width:160px;height:42px;background:#396f5f;border-radius:50px;font-weight:600;font-size:18px;color:#fff;border:none;cursor:pointer;transition:background .3s}.header-register-btn:hover{background:#2d5a4c}.header-hamburger{display:none;flex-direction:column;justify-content:space-between;width:28px;height:18px;background:none;border:none;cursor:pointer;padding:0}.hamburger-line{display:block;width:28px;height:3px;background:#396f5f;border-radius:1px}.header-mobile-menu{display:none}@media(max-width:1024px){.header-nav{padding:0 40px}.header-title{font-size:20px}}@media(max-width:768px){.header{height:68px;padding:0;position:sticky;top:0}.header-nav{padding:0 25px;flex-wrap:nowrap;gap:0;height:68px}.header-left{gap:10px;flex:1;min-width:0}.header-logo{width:50px;height:52px;flex-shrink:0}.header-title{font-size:12px;line-height:15px}.header-register-btn{display:none}.header-hamburger{display:flex;flex-shrink:0}.header-mobile-menu{display:flex;flex-direction:column;padding:16px 25px;background:#c2eed9;position:absolute;top:68px;left:0;right:0;box-shadow:0 4px 12px #0000001a}.mobile-register-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;height:42px;background:#396f5f;border-radius:50px;font-weight:600;font-size:16px;color:#fff;text-decoration:none}}.hero-banner{position:relative;width:100%;height:984px;background:#1a1a1a;overflow:hidden}.hero-banner-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.85}.hero-banner-overlay{position:absolute;inset:0;background:linear-gradient(114.83deg,#00000080 8.77%,#0003 92.43%);box-shadow:0 4px 24px -1px #0003;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1}.hero-banner-content{position:relative;z-index:2;max-width:952px;padding:234px 100px 100px;display:flex;flex-direction:column;gap:30px}.hero-banner-title{font-weight:700;font-size:50px;line-height:128.02%;color:#fff}.hero-banner-description{font-weight:700;font-size:40px;line-height:128.02%;color:#fff}.hero-banner-btn{display:inline-flex;align-items:center;justify-content:center;width:220px;height:54px;background:#396f5f;border-radius:10px;font-weight:400;font-size:24px;color:#fff;border:none;cursor:pointer;transition:background .3s}.hero-banner-btn:hover{background:#2d5a4c}@media(max-width:1024px){.hero-banner{height:auto;min-height:700px}.hero-banner-content{padding:150px 60px 80px}.hero-banner-title{font-size:36px}.hero-banner-description{font-size:28px}}@media(max-width:768px){.hero-banner-content{padding:100px 20px 60px}.hero-banner-title{font-size:28px}.hero-banner-description{font-size:22px}.hero-banner-btn{width:220px;height:56px;font-size:24px}}.theme-section{position:relative;width:100%;padding:80px 0;background:#fff;overflow:hidden}.theme-bg-dots{position:absolute;inset:0;background:url(/polka-dots.png) repeat center;background-size:cover}.theme-overlay{position:absolute;inset:0;background:linear-gradient(114.83deg,#ffffff80 8.77%,#fff3 92.43%);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.theme-content{position:relative;z-index:1;max-width:1424px;margin:0 auto;padding:0 100px;text-align:center}.theme-heading{font-weight:700;font-size:48px;line-height:128.02%;color:#396f5f;margin-bottom:30px}.theme-description{font-weight:400;font-size:36px;line-height:128.02%;color:#000;text-align:center;margin-bottom:50px}.subthemes-label{font-weight:700;font-size:30px;line-height:100%;color:#396f5f;margin-bottom:30px}.subtheme-cards{display:flex;gap:30px;justify-content:center}.subtheme-card{width:465px;min-height:372px;border-radius:30px;padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px}.subtheme-card--dark{background:#396f5f}.subtheme-card--light{background:#c2eed9}.subtheme-number{width:47px;height:47px;border-radius:50%;background:#fff;border:3px solid #CEFFE9;display:flex;align-items:center;justify-content:center}.subtheme-number span{font-weight:400;font-size:30px;line-height:128.02%;color:#396f5f}.subtheme-card--dark .subtheme-title{font-weight:400;font-size:30px;line-height:100%;text-align:center;color:#fff}.subtheme-card--light .subtheme-title{font-weight:400;font-size:30px;line-height:100%;text-align:center;color:#396f5f}@media(max-width:1200px){.subtheme-cards{flex-wrap:wrap}.subtheme-card{width:100%;max-width:400px;min-height:280px}}@media(max-width:768px){.theme-content{padding:0 20px}.theme-heading{font-size:36px}.theme-description,.subthemes-label{font-size:24px}.subtheme-card .subtheme-title,.subtheme-card--dark .subtheme-title,.subtheme-card--light .subtheme-title{font-size:22px}}.features-section{position:relative;width:100%;padding:120px 0;background:linear-gradient(0deg,#396f5f,#fff);overflow:hidden}.features-logo-watermark{position:absolute;left:-30px;bottom:-44px;width:541px;height:560px;mix-blend-mode:lighten;opacity:.1;pointer-events:none}.features-watermark-img{width:100%;height:100%;object-fit:contain}.features-content{position:relative;z-index:1;max-width:1528px;margin:0 auto;padding:0 100px;text-align:center}.features-heading{font-weight:700;font-size:48px;line-height:128.02%;color:#fff;margin-bottom:60px}.features-grid{display:flex;gap:24px;justify-content:center;flex-wrap:wrap}.feature-card{width:275px;height:275px;background:#c2eed9;border-radius:30px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:20px;transition:transform .3s}.feature-card:hover{transform:translateY(-5px)}.feature-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center}.feature-icon-img{max-width:100%;max-height:100%;object-fit:contain}.feature-label{font-weight:400;font-size:22px;line-height:128.02%;text-align:center;color:#396f5f}.features-more{font-weight:700;font-size:30px;line-height:128.02%;color:#fff;margin-top:40px}@media(max-width:768px){.features-content{padding:0 20px}.features-heading{font-size:32px}.feature-card{width:160px;height:160px}.feature-label{font-size:16px}}.mv-section{width:100%;padding:80px 100px;display:flex;justify-content:center;background:linear-gradient(0deg,#396f5f,#fff)}.mv-cards{display:flex;gap:60px;justify-content:center;flex-wrap:wrap}.mv-card{width:542px;min-height:266px;background:#fff;box-shadow:0 12px 30px #00000040;border-radius:30px;padding:34px 36px}.mv-card-title{font-weight:700;font-size:30px;line-height:100%;color:#396f5f;margin-bottom:24px}.mv-card-divider{width:100%;height:3px;background:#396f5f;margin-bottom:30px}.mv-card-text{font-weight:400;font-size:20px;line-height:100%;text-align:justify;color:#000}@media(max-width:768px){.mv-section{padding:60px 20px}.mv-card{width:100%}}.speakers-section{position:relative;width:100%;padding:80px 0 120px;background:#396f5f;overflow:hidden}.speakers-watermark{position:absolute;left:-30px;top:-44px;width:541px;height:560px;mix-blend-mode:lighten;opacity:.1;pointer-events:none}.speakers-watermark-img{width:100%;height:100%;object-fit:contain}.speakers-heading{font-weight:700;font-size:48px;line-height:128.02%;color:#fff;text-align:center;margin-bottom:60px;position:relative;z-index:1}.speakers-list{max-width:1476px;margin:0 auto;padding:0 100px;display:flex;flex-direction:column;gap:60px;position:relative;z-index:1}.speaker-row{display:flex;gap:55px;align-items:stretch}.speaker-photo{width:375px;min-height:287px;flex-shrink:0;border-radius:30px;overflow:hidden;background:#fff;cursor:pointer;transition:transform .3s,box-shadow .3s}.speaker-photo:hover{transform:scale(1.03);box-shadow:0 8px 30px #0000004d}.speaker-photo-img{width:100%;height:100%;object-fit:cover}.speaker-photo-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#c2eed9,#e8f5f0)}.speaker-photo-placeholder span{font-weight:700;font-size:48px;color:#396f5f}.speaker-keynote-badge{display:inline-block;background:#c2eed9;color:#396f5f;font-weight:700;font-size:14px;padding:4px 14px;border-radius:20px;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.speaker-info{flex:1;background:#fff;border-radius:30px;padding:23px 52px}.speaker-name{font-weight:700;font-size:30px;line-height:128.02%;color:#396f5f;margin-bottom:16px}.speaker-divider{width:100%;height:3px;background:#396f5f;margin-bottom:20px}.speaker-topic-label{font-weight:700;font-size:30px;line-height:128.02%;color:#396f5f;margin-bottom:10px}.speaker-topics{font-weight:400;font-size:30px;line-height:128.02%;color:#396f5f;padding-left:0;margin:0;list-style-position:inside;display:flex;flex-direction:column;gap:8px}@media(max-width:1024px){.speakers-list{padding:0 40px}.speaker-row{flex-direction:column;gap:20px}.speaker-photo{width:100%;max-width:375px;min-height:200px}}@media(max-width:768px){.speakers-list{padding:0 20px}.speakers-heading{font-size:36px}.speaker-name,.speaker-topic-label,.speaker-topics{font-size:20px}.speaker-info{padding:20px}}.speaker-modal-backdrop{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:40px;animation:fadeIn .3s ease}.speaker-modal{background:#fff;border-radius:30px;max-width:640px;width:100%;max-height:85vh;overflow-y:auto;padding:40px;position:relative;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.speaker-modal-close{position:absolute;top:16px;right:20px;background:none;border:none;font-size:32px;color:#396f5f;cursor:pointer;line-height:1;padding:0;width:auto;height:auto}.speaker-modal-close:hover{opacity:.7;border-color:transparent}.speaker-modal-header{display:flex;align-items:center;gap:24px;margin-bottom:20px}.speaker-modal-photo{width:100px;height:100px;border-radius:50%;object-fit:cover;flex-shrink:0}.speaker-modal-name{font-weight:700;font-size:26px;line-height:1.3;color:#396f5f}.speaker-modal-divider{width:100%;height:3px;background:#396f5f;margin-bottom:20px}.speaker-modal-bio{font-weight:400;font-size:16px;line-height:1.7;color:#333;margin-bottom:24px;text-align:justify}.speaker-modal-linkedin{display:inline-flex;align-items:center;gap:10px;background:#f0f7ff;padding:10px 20px;border-radius:12px;color:#0a66c2;font-weight:600;font-size:16px;transition:background .3s}.speaker-modal-linkedin:hover{background:#dceeff}@media(max-width:768px){.speaker-modal-backdrop{padding:20px}.speaker-modal{padding:24px}.speaker-modal-header{flex-direction:column;text-align:center}.speaker-modal-name{font-size:22px}}.gallery-section{width:100%;padding:80px 100px;background:#fff}.gallery-heading{font-weight:700;font-size:48px;line-height:128.02%;text-align:center;color:#396f5f;margin-bottom:50px}.gallery-main{max-width:1528px;margin:0 auto;display:flex;flex-direction:column;gap:15px}.gallery-featured{width:100%;height:659px;border-radius:12px;overflow:hidden}.gallery-featured-img{width:100%;height:100%;object-fit:cover;animation:fadeIn .5s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.gallery-dots{display:flex;justify-content:center;gap:10px;padding:16px 0}.gallery-dot{width:13px;height:13px;border-radius:50%;background:#fff;border:1px solid #000000;cursor:pointer;padding:0;transition:background .3s}.gallery-dot--active{background:#396f5f}.gallery-thumbnails{display:flex;gap:15px}.gallery-thumb{flex:1;height:300px;border-radius:8px;overflow:hidden;cursor:pointer;transition:transform .3s,opacity .3s,border .3s;border:3px solid transparent;opacity:.6}.gallery-thumb--active{border:3px solid #396F5F;opacity:1}.gallery-thumb:hover{transform:scale(1.03);opacity:1}.gallery-thumb-img{width:100%;height:100%;object-fit:cover}@media(max-width:1024px){.gallery-section{padding:60px 40px}.gallery-featured{height:400px}.gallery-thumbnails{flex-wrap:wrap}.gallery-thumb{flex:0 0 calc(25% - 12px);height:220px}}@media(max-width:768px){.gallery-section{padding:40px 20px}.gallery-heading{font-size:32px}.gallery-featured{height:250px}.gallery-thumb{flex:0 0 calc(33.333% - 10px);height:160px}}.sponsors-section{width:100%;padding:80px 100px;background:#c2eed9}.sponsors-heading{font-weight:700;font-size:48px;line-height:128.02%;text-align:center;color:#396f5f;margin-bottom:50px}.sponsors-grid{max-width:1528px;margin:0 auto 60px;display:flex;gap:50px;justify-content:center}.sponsor-card{width:347px;height:176px;background:#fff;border-radius:30px;display:flex;align-items:center;justify-content:center;overflow:hidden}.sponsor-placeholder{font-weight:600;font-size:20px;color:#396f5f}.sponsor-img{max-width:80%;max-height:80%;object-fit:contain}.sponsors-flyer{max-width:550px;margin:0 auto}.sponsors-flyer-img{width:100%;border-radius:12px;object-fit:contain;box-shadow:0 4px 20px #00000026}@media(max-width:768px){.sponsors-section{padding:60px 20px}.sponsors-heading{font-size:22px}.sponsors-grid{flex-direction:column;align-items:center}.sponsor-card{width:100%;max-width:347px}}.footer{width:100%;padding:60px 100px 40px;background:#396f5f}.footer-content{max-width:1528px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;gap:60px}.footer-left{display:flex;flex-direction:column;align-items:center;gap:20px}.footer-logo{width:182px;height:auto;object-fit:contain}.footer-socials{display:flex;gap:20px}.social-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;transition:opacity .3s}.social-icon:hover{opacity:.7}.footer-right{text-align:right;max-width:600px}.footer-conf-title{font-weight:900;font-size:24px;line-height:128.02%;color:#fff;margin-bottom:10px}.footer-conf-details{font-weight:300;font-size:24px;line-height:128.02%;color:#fff}.footer-bottom{max-width:1528px;margin:40px auto 0;text-align:center}.footer-org-name{font-weight:900;font-size:20px;line-height:24px;color:#fff}@media(max-width:1024px){.footer{padding:40px 40px 30px}.footer-content{flex-direction:column;align-items:center;text-align:center}.footer-left{align-items:center}.footer-right{text-align:center}}@media(max-width:768px){.footer{padding:30px 20px 20px}.footer-conf-title{font-size:18px}.footer-conf-details{font-size:16px}}
