body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.landing-page{width:100%;overflow-x:visible}.container{max-width:1200px;margin:0 auto;padding:0 20px}.sticky-header{position:sticky;top:0;z-index:1000;background:transparent;box-shadow:none}.navbar{position:fixed;top:0;left:0;width:100%;height:60px;backdrop-filter:blur(.1px);-webkit-backdrop-filter:blur(12px);z-index:-9999;pointer-events:auto}.nav-container{max-width:1200px;margin:0 auto;height:100%;display:flex;justify-content:flex-end;align-items:center;padding-right:32px}.nav-menu{display:flex;gap:32px}.icon-box{background-color:#fff;width:60px}.logo-row{position:absolute;top:25px;left:32px;z-index:200;display:flex;align-items:center;gap:10px}.emlyon-logo{height:70px;filter:drop-shadow(0 6px 14px rgba(22,63,42,.25));transition:transform .25s ease,filter .25s ease}.wids-logo{height:70px;filter:drop-shadow(0 8px 18px rgba(22,63,42,.28));transition:transform .25s ease,filter .25s ease}.emlyon-logo:hover,.wids-logo:hover{transform:translateY(-2px);filter:drop-shadow(0 12px 26px rgba(22,63,42,.35))}.nav-link{color:#333;text-decoration:none;font-weight:500;transition:color .3s ease;position:relative;padding:.5rem 0}.nav-link:hover{color:var(--forest-900)}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(135deg,#006400 0% 100%);transition:width .3s ease}.nav-link:hover:after{width:100%}:root{--forest-900: #163f2a;--forest-700: #1f5a3a;--forest-500: #2f7d57;--forest-300: #6fb193;--forest-100: #e6f2ec;--neutral-0: #ffffff;--neutral-50: #f7faf9;--neutral-200: #e3ece7}.schedule{padding:5rem 20px;background:linear-gradient(180deg,var(--forest-100) 0%,var(--neutral-50) 100%)}.schedule-container{display:flex;flex-direction:column;gap:2.2rem;margin-top:3rem}.schedule-time-slot{display:flex;gap:2rem;align-items:flex-start}.time-header{min-width:100px;padding:1.2rem 1rem;font-weight:700;font-size:1.05rem;text-align:center;color:var(--neutral-0);background:linear-gradient(135deg,var(--forest-700),var(--forest-900));border-radius:12px;letter-spacing:.4px;height:fit-content}.schedule-cards-row{flex:1;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.4rem}.schedule-cards-row.full-width{grid-template-columns:1fr}.schedule-card{position:relative;background:#fff;border-radius:16px;padding:1.8rem;overflow:hidden;cursor:pointer;transition:transform .4s ease}.schedule-card:hover{transform:translateY(-8px)}.schedule-card-hover{position:absolute;inset:0;background:#c9d2cd;color:#fff;border-radius:16px;padding:1.8rem;display:flex;flex-direction:column;justify-content:center;transform:translateY(100%);transition:transform .45s ease;z-index:0}.schedule-card:hover .schedule-card-hover{transform:translateY(0)}.schedule-card>*:not(.schedule-card-hover){position:relative;z-index:1;transition:opacity .3s ease}.schedule-card:hover>*:not(.schedule-card-hover){opacity:.05}.schedule-card.cocktail{background:linear-gradient(135deg,#fffdf6,#f4f0e4)}.speaker-avatar-circle{width:190px;height:190px;border-radius:50%;background-size:cover;background-position:center;margin:0 auto .75rem;box-shadow:0 10px 26px #163f2a38}.card-company-logo{width:100%;height:58px;border-radius:12px;background:linear-gradient(135deg,var(--forest-100),#f1f6f3);border:1px dashed var(--forest-300);display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:600;color:var(--forest-700)}.schedule-card h3{font-size:1.15rem;font-weight:700;color:var(--forest-900);margin:.3rem 0 0}.speaker-name{font-size:1.25rem;font-weight:600;color:var(--forest-700);margin:.2rem 0}.speaker-role{font-size:.9rem;line-height:1.45;color:#4f6f61;flex-grow:1}@media(max-width:1024px){.schedule-time-slot{flex-direction:column;gap:1.4rem}.time-header{min-width:100%}}@media(max-width:768px){.schedule{padding:3rem 20px}.schedule-container{gap:1.5rem}.schedule-card{padding:1.2rem;min-height:220px}.speaker-avatar-circle{width:160px;height:160px}}@media(max-width:480px){.schedule{padding:2rem 15px}.schedule-card{padding:1rem;min-height:200px}.speaker-avatar-circle{width:140px;height:140px}.schedule-card h3{font-size:1.05rem}.speaker-name{font-size:.95rem}.speaker-role{font-size:.85rem}}.hero{width:100%;padding-top:75px;padding-bottom:30px;height:550px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-header{width:100%;z-index:2;position:sticky;top:0;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000001a}.header-wrapper{position:sticky;top:0;z-index:100;background:transparent}.header-image{width:100%;height:auto;display:block;max-height:300px;object-fit:cover;opacity:.95}.hero-container{z-index:2;max-width:900px;padding:2rem;display:flex;align-items:center;justify-content:center;gap:3rem;flex-wrap:wrap;flex:1}.hero-logo{flex:1;min-width:250px;display:flex;justify-content:center}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-content{flex:1;min-width:300px}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1rem;line-height:1.2;text-shadow:0 2px 10px rgba(0,0,0,.1)}.hero-subtitle{font-size:1.5rem;margin-bottom:1rem;opacity:.95;font-weight:300}.hero-date{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.cta-button{background:#dc143c;color:#fff;border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 30px #0003}.cta-button:hover{transform:translateY(-3px);box-shadow:0 15px 40px #0000004d}.hero-decoration{position:absolute;width:100%;height:100%;top:0;left:0;z-index:1}.gradient-circle{position:absolute;border-radius:50%;opacity:.1}.circle-1{width:400px;height:400px;background:#fff;top:-100px;right:-100px}.circle-2{width:300px;height:300px;background:#fff;bottom:-50px;left:10%}.circle-3{width:250px;height:250px;background:#fff;top:50%;left:5%}.about{padding:5rem 20px;background:#f8f9fa}.section-title{font-size:2rem;font-weight:600;text-align:left;margin-bottom:1.5rem;color:#333;background:#274437;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-description{text-align:center;font-size:1.1rem;color:#666;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.about-card{background:#fff;padding:2.5rem;border-radius:15px;text-align:center;box-shadow:0 5px 20px #00000014;transition:all .3s ease}.about-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #dc143c33}.card-icon{font-size:3rem;margin-bottom:1rem}.about-card h3{font-size:1.5rem;margin-bottom:.5rem;color:#333}.about-card p{color:#666;line-height:1.6}.highlights{padding:5rem 20px;background:#fff}.highlights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.highlight-item{padding:2rem;border-radius:12px;background:linear-gradient(135deg,#dc143c0d,#b91c1c0d);border:2px solid rgba(220,20,60,.1);transition:all .3s ease}.highlight-item:hover{border-color:#dc143c;background:linear-gradient(135deg,#dc143c1a,#b91c1c1a);box-shadow:0 10px 30px #dc143c26}.highlight-item h3{font-size:1.3rem;margin-bottom:.8rem;color:#333}.highlight-item p{color:#666;line-height:1.6}.schedule-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.schedule-day{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 5px 20px #00000014}.day-title{font-size:1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.5rem;font-weight:700}.schedule-item{display:flex;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #eee}.schedule-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.time{font-weight:600;color:#667eea;min-width:100px}.schedule-item p{color:#333;margin:0}.speakers{padding:5rem 20px;background:#fff}.speakers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.speaker-card{text-align:center;padding:2rem;border-radius:12px;background:#f8f9fa;transition:all .3s ease}.speaker-card:hover{transform:translateY(-10px);background:#fff;box-shadow:0 15px 40px #667eea33}.speaker-avatar{width:120px;height:120px;background:linear-gradient(135deg,#dc143c,#b91c1c);border-radius:50%;margin:0 auto 1.5rem}.speaker-card h3{font-size:1.3rem;margin-bottom:.5rem;color:#333}.speaker-title{color:green;font-weight:600;margin-bottom:1rem;font-size:.95rem}.speaker-bio{color:#666;font-size:.95rem;line-height:1.6}.registration{padding:5rem 20px;background:#f8f9fa}.registration-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;max-width:1100px;margin-left:auto;margin-right:auto}.registration-card{background:#fff;padding:2.5rem;border-radius:12px;text-align:center;border:2px solid #eee;transition:all .3s ease}.registration-card:hover{border-color:#667eea;box-shadow:0 10px 30px #667eea26}.registration-card.featured{border-color:#667eea;transform:scale(1.05);box-shadow:0 10px 30px #667eea33}.registration-card h3{font-size:1.5rem;margin-bottom:1rem;color:#333}.price{font-size:2.5rem;font-weight:700;color:#667eea;margin-bottom:1.5rem}.features{list-style:none;margin-bottom:2rem;text-align:left}.features li{padding:.5rem 0;color:#666;line-height:1.8}.register-button{background:linear-gradient(135deg,#dc143c,#b91c1c);color:#fff;border:none;padding:.8rem 2rem;font-size:1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;width:100%}.register-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #dc143c4d}.footer{background:#1a1a1a;color:#fff;padding:3rem 10px 1.5rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{font-size:1.1rem;margin-bottom:1rem;color:#dc143c}.footer-section p{color:#aaa;line-height:1.6;font-size:.95rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#aaa;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#dc143c}.social-links{display:flex;gap:1rem}.footer-bottom{border-top:1px solid #333;padding-top:1.5rem;text-align:center;color:#666;font-size:.9rem}@media(max-width:768px){.nav-menu{gap:1rem;font-size:.9rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.section-title{font-size:2rem}.registration-card.featured{transform:scale(1)}.circle-1,.circle-2,.circle-3{display:none}}@media(max-width:480px){.nav-menu{gap:.5rem;font-size:.8rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.section-title{font-size:1.5rem}.cta-button{padding:.8rem 1.5rem;font-size:1rem}}.footer{background:var(--forest-900);color:#fff;padding-top:2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:2.5rem}.footer-section h3{font-size:1.1rem;margin-bottom:.8rem;color:var(--forest-100)}.footer-section p,.footer-section a{color:#d8e6df;font-weight:500;font-size:.95rem;line-height:1.6;text-decoration:none}.footer-section a:hover{text-decoration:underline}.footer-legal{background:var(--forest-700);padding:1.2rem 24px;width:100%}.footer-legal p{margin:.35rem auto;max-width:1200px;font-size:.85rem;line-height:1.4;color:#e6f2ec;text-align:center}.footer-legal strong{color:#fff;font-weight:600}.footer-copy{margin-top:1.2rem;font-size:.85rem;opacity:.85}.nav-menu a{color:var(--forest-700);font-weight:500;text-decoration:none;position:relative;padding:.5rem 0;transition:color .3s ease,transform .25s ease}.nav-menu a:hover{color:var(--forest-300);transform:translateY(-2px)}.nav-menu a:after{content:"";position:absolute;left:0;bottom:-6px;width:0;height:2px;background:linear-gradient(90deg,var(--forest-300),var(--forest-500));transition:width .3s ease}.nav-menu a:hover:after{width:100%}.hero{position:relative;min-height:60vh;overflow:hidden;background-color:#fff}.hero-content h1{margin-top:30px}.hero:before{content:"";position:absolute;inset:0;background-image:url(/images/hero-bg.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.35;filter:saturate(1.1) blur(1px);z-index:0}.hero-container{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:6rem 2rem;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:4rem}.hero-content h1{font-size:3rem;font-weight:300;color:var(--forest-900);margin-bottom:1.2rem}.hero-content h2{font-size:1.5rem;font-weight:400;color:var(--forest-900);margin-bottom:1.2rem}.hero-content p{font-size:1.05rem;line-height:1.7;color:#4f6f61;max-width:520px;margin-bottom:2.4rem}.hero-cta{display:flex}.btn-register{padding:.85rem 2.6rem;border-radius:18px;border:none;cursor:pointer;background:linear-gradient(135deg,var(--forest-500),var(--forest-700));color:#fff;font-size:.95rem;font-weight:600;letter-spacing:.4px;transition:all .25s ease}.btn-register:hover{transform:translateY(-2px);box-shadow:0 16px 36px #163f2a66}.hero-mosaic{display:grid;grid-template-columns:repeat(3,100px);grid-auto-rows:100px;gap:12px;justify-content:end}.tile{border-radius:8px}.tile-green{background:#9be7b0}.tile-blue{background:#00a8d6}.tile-yellow{background:#ffd400}.tile.img{background-size:cover;background-position:center;box-shadow:0 8px 18px #00000026}.img-1{background-image:url(/images/hero1.jpg)}.img-2{background-image:url(/images/hero2.jpg)}.img-3{background-image:url(/images/hero3.jpg)}.img-4{background-image:url(/images/hero4.jpg)}.img-5{background-image:url(/images/hero5.png)}@media(max-width:900px){.hero-container{grid-template-columns:1fr;gap:3rem}.hero-mosaic{justify-content:center}.hero-content h1{font-size:2.4rem}}@media(max-width:480px){.hero{padding:4rem 16px}.hero-mosaic{grid-template-columns:repeat(3,90px);grid-auto-rows:90px}}.about-wids{padding:6rem 15px;background:linear-gradient(135deg,var(--forest-700),var(--forest-900))}.about-wids-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:.9fr 1.1fr;gap:4rem;align-items:center}.about-wids-image{width:100%;height:360px;border-radius:18px;background-image:url(/images/wids-about.jpg);background-size:cover;background-position:center;box-shadow:0 18px 40px #00000040}.about-wids-content{text-align:left}.about-wids-content h2{font-size:2rem;font-weight:400;color:#fff;margin-bottom:1.4rem}.about-wids-content p{font-size:1rem;line-height:1.8;color:#ffffffeb;max-width:520px}@media(max-width:900px){.about-wids-container{grid-template-columns:1fr;gap:3rem}.about-wids-content{text-align:center}.about-wids-content p{margin:0 auto}.about-wids-image{height:300px}}@media(max-width:480px){.about-wids{padding:4rem 16px}.about-wids-image{height:240px}}.agenda-section{padding:4rem 16px;background:linear-gradient(180deg,#f6faf8,#fff)}.agenda-container{max-width:1100px;margin:0 auto}.agenda-title{font-size:2rem;font-weight:600;margin-bottom:3rem;color:var(--forest-900)}.agenda-timeline{position:relative;display:flex;flex-direction:column;gap:2rem}.agenda-timeline:before{content:"";position:absolute;left:120px;top:0;bottom:0;width:2px;background:#00000014}.agenda-row{display:grid;grid-template-columns:110px 50px 1fr;align-items:flex-start}.agenda-time{font-size:.85rem;font-weight:700;color:#4b5563;text-align:right;padding-top:.6rem;padding-right:10px}.agenda-dot{width:16px;height:16px;border-radius:50%;background:var(--forest-900);margin-top:.75rem;justify-self:left}.agenda-card{background:#ffffffbf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:15px;padding:1rem 1.5rem;margin-left:10px;box-shadow:0 20px 40px #00000014}.agenda-card h3{margin:0 0 .2rem;font-size:1.05rem;font-weight:700;color:var(--forest-900)}.agenda-card p{margin:0;font-size:.9rem;line-height:1.3;color:#374151}.agenda-card-header{display:flex;align-items:center;gap:1.5rem}.agenda-logos-inline{display:flex;align-items:center;flex-shrink:0}.agenda-logos-inline img{height:52px;max-height:64px;width:auto;object-fit:contain;background:none;padding:0;border-radius:0;box-shadow:none;flex-shrink:0}.panel-stack{display:flex;flex-direction:column;gap:1.2rem;margin-top:.6rem}.panel-row{display:flex;align-items:center;gap:1.2rem}.panel-row img{height:48px;max-height:48px;width:auto;object-fit:contain;background:none;padding:0;border-radius:0;box-shadow:none;flex-shrink:0}.panel-text strong{display:block;font-size:.85rem;color:var(--forest-900)}.panel-text p{margin:.2rem 0 0;font-size:.85rem;color:#374151}.panel-row:not(:last-child){padding-bottom:.8rem;border-bottom:1px solid rgba(0,0,0,.06)}@media(max-width:768px){.agenda-row{grid-template-columns:1fr;gap:.6rem}.agenda-timeline:before{display:none}.agenda-dot{display:none}.agenda-time{text-align:left;padding:0;font-size:.8rem}}@media(max-width:480px){.panel-row{gap:.8rem}.panel-row img{height:44px;width:44px}}.agenda-card-group{display:flex;flex-direction:column;gap:.8rem}.panel-title{margin-bottom:.4rem;font-size:1.05rem;color:var(--forest-900)}.panel-card{padding:.8rem 1.2rem}.team-section{padding:4rem 15px;background:linear-gradient(135deg,var(--forest-100),#f5f9f7)}.team-container{max-width:1200px;margin:0 auto}.team-title{font-size:2.5rem;font-weight:400;color:var(--forest-900);margin-bottom:3rem;text-align:center}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;justify-items:center}.team-member{display:flex;flex-direction:column;align-items:center;text-align:center}.team-member-image{width:160px;height:160px;border-radius:50%;overflow:hidden;margin-bottom:1.2rem;box-shadow:0 10px 30px #163f2a33;transition:all .3s ease}.team-member:hover .team-member-image{transform:scale(1.05);box-shadow:0 15px 40px #163f2a4d}.team-member-image img{width:100%;height:100%;object-fit:cover}.team-member-name{font-size:1.2rem;font-weight:600;color:var(--forest-900);margin:0 0 .4rem;letter-spacing:.3px}.team-member-role{font-size:.95rem;color:#666;margin:0;font-weight:500}@media(max-width:768px){.team-section{padding:3rem 15px}.team-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:2rem}.team-title{font-size:2rem;margin-bottom:2rem}.team-member-image{width:140px;height:140px;margin-bottom:1rem}.team-member-name{font-size:1.1rem}.team-member-role{font-size:.9rem}}@media(max-width:480px){.team-section{padding:2rem 15px}.team-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1.5rem}.team-title{font-size:1.6rem;margin-bottom:1.5rem}.team-member-image{width:120px;height:120px}.team-member-name{font-size:1rem}.team-member-role{font-size:.8rem}}.ambassador-section{padding:5rem 20px;background:#fff}.ambassador-container{max-width:900px;margin:0 auto;text-align:center}.ambassador-title{font-size:2.4rem;font-weight:400;margin-bottom:3rem;color:var(--forest-900)}.ambassador-title span{color:var(--forest-700)}.ambassador-card{display:flex;flex-direction:column;align-items:center;gap:1.2rem}.ambassador-avatar{width:200px;height:200px;border-radius:50%;background-size:cover;background-position:center;box-shadow:0 12px 30px #163f2a40;transition:transform .3s ease}.ambassador-avatar:hover{transform:translateY(-6px)}.ambassador-name{font-size:1.5rem;font-weight:700;color:var(--forest-900)}.ambassador-role{max-width:520px;font-size:1rem;line-height:1.6;color:#4f6f61}@media(max-width:768px){.ambassador-title{font-size:2rem}.ambassador-avatar{width:160px;height:160px}.ambassador-name{font-size:1.3rem}}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color:var(--forest-900);background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;margin:0;padding:0}#root{width:100%;display:flex;flex-direction:column}a{font-weight:450;color:var(--forest-900);text-decoration:none}a:hover{color:var(--forest-700)}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#dc143c;color:#fff;cursor:pointer;transition:all .25s}button:hover{background-color:#b91c1c}button:active{opacity:.8}h1,h2,h3,h4,h5,h6{color:#333}p{color:#666}@media(prefers-color-scheme:light){:root{color:#333;background-color:#fff}}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
