*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#fff;background:#0a0a0a;overflow-x:hidden}html{scroll-behavior:smooth}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:clamp(2.5rem,5vw,4rem);background:linear-gradient(135deg,#ff6b6b,#4ecdc4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}h2{font-size:clamp(2rem,4vw,3rem)}h2,h3{color:#fff}h3{font-size:clamp(1.5rem,3vw,2rem)}p{margin-bottom:1rem;opacity:.9}section{padding:6rem 0;position:relative;background:linear-gradient(135deg,#0a0a0a,#1a1a2e 50%,#16213e)}section:nth-child(2n){background:linear-gradient(135deg,#16213e,#0f3460 50%,#533483)}.container{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.header,.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:hsla(0,0%,4%,.9);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid hsla(0,0%,100%,.1);transition:all .3s ease}.nav-container{max-width:1400px;margin:0 auto;padding:.4rem 2rem 0;display:flex;justify-content:space-between;align-items:center}.nav-logo h2{color:#fff;font-family:Inter,sans-serif;font-size:1.8rem;margin:0;background:linear-gradient(135deg,#ff6b6b,#4ecdc4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-link{text-decoration:none;color:hsla(0,0%,100%,.8);font-weight:500;transition:all .3s ease;position:relative;padding:.5rem 1rem;border-radius:25px}.nav-link.active,.nav-link:hover{color:#fff;background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav-link:after{content:"";position:absolute;bottom:-5px;left:50%;width:0;height:2px;background:linear-gradient(90deg,#ff6b6b,#4ecdc4);transition:all .3s ease;transform:translateX(-50%)}.nav-link.active:after,.nav-link:hover:after{width:80%}.nav-toggle{display:none;flex-direction:column;cursor:pointer}.bar{width:25px;height:3px;background:#fff;margin:3px 0;transition:.3s;border-radius:2px}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border:none;border-radius:50px;text-decoration:none;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;text-transform:uppercase;letter-spacing:.5px}.btn-primary{background:linear-gradient(135deg,#ff6b6b,#4ecdc4);color:#fff;box-shadow:0 4px 15px hsla(0,100%,71%,.3)}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 25px hsla(0,100%,71%,.4)}.btn-secondary{background:hsla(0,0%,100%,.1);color:#fff;border:1px solid hsla(0,0%,100%,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:hsla(0,0%,100%,.2);transform:translateY(-3px)}.btn-outline{background:transparent;color:#fff;border:2px solid hsla(0,0%,100%,.3);padding:.8rem 1.5rem}.btn-outline:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.5);transform:translateY(-2px)}.btn-full{width:100%}.btn-full,.hero{justify-content:center}.hero{min-height:100vh;position:relative;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#0a0a0a,#1a1a2e 25%,#16213e 50%,#0f3460 75%,#533483)}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.gradient-orb{position:absolute;border-radius:50%;-moz-filter:blur(40px);filter:blur(40px);opacity:.7;animation:float 6s ease-in-out infinite;will-change:transform;transform:translateZ(0)}.orb-1{width:300px;height:300px;background:linear-gradient(45deg,#ff6b6b,#4ecdc4);top:10%;left:10%;animation-delay:0s}.orb-2{width:200px;height:200px;background:linear-gradient(45deg,#a8e6cf,#ffd93d);top:60%;right:15%;animation-delay:2s}.orb-3{width:250px;height:250px;background:linear-gradient(45deg,#ff8a80,#81c784);bottom:20%;left:60%;animation-delay:4s}.floating-particles{position:absolute;width:100%;height:100%;background-image:radial-gradient(2px 2px at 20px 30px,#fff,transparent),radial-gradient(2px 2px at 40px 70px,hsla(0,0%,100%,.8),transparent),radial-gradient(1px 1px at 90px 40px,hsla(0,0%,100%,.6),transparent),radial-gradient(1px 1px at 130px 80px,hsla(0,0%,100%,.4),transparent),radial-gradient(2px 2px at 160px 30px,hsla(0,0%,100%,.6),transparent);background-repeat:repeat;background-size:200px 100px;animation:sparkle 3s linear infinite}@keyframes sparkle{0%{transform:translateY(0)}to{transform:translateY(-100px)}}.hero-container{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.hero-content{text-align:center;color:#fff}.hero-badge{position:relative;display:inline-block;margin-bottom:2rem;padding:.8rem 2rem;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:50px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:glow-pulse 2s ease-in-out infinite alternate}.badge-text{font-size:.9rem;font-weight:600;letter-spacing:.5px}.badge-glow{position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(45deg,#ff6b6b,#4ecdc4,#a8e6cf,#ffd93d);border-radius:50px;z-index:-1;filter:blur(8px);opacity:.6}@keyframes glow-pulse{0%{box-shadow:0 0 20px hsla(0,100%,71%,.5)}to{box-shadow:0 0 40px rgba(78,205,196,.8)}}.hero-title{font-size:clamp(3rem,8vw,6rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.02em}.title-line{display:block}.gradient-text{background:linear-gradient(135deg,#ff6b6b,#4ecdc4,#a8e6cf,#ffd93d);background-size:300% 300%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradient-shift 3s ease infinite}@keyframes gradient-shift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.hero-subtitle{font-size:clamp(1.1rem,2.5vw,1.4rem);line-height:1.6;opacity:.9;max-width:800px;font-weight:400}.event-highlights,.hero-subtitle{margin-bottom:3rem;margin-left:auto;margin-right:auto}.event-highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;max-width:1000px}.highlight-card{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:20px;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;position:relative;overflow:hidden}.highlight-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.1),transparent);transition:left .5s}.highlight-card:hover:before{left:100%}.highlight-card:hover{transform:translateY(-10px);border-color:hsla(0,0%,100%,.3);box-shadow:0 20px 40px rgba(0,0,0,.3)}.highlight-icon{width:60px;height:60px;border-radius:50%;margin:0 auto 1.5rem;font-size:1.5rem}.highlight-content{text-align:center}.highlight-label{display:block;font-size:.8rem;opacity:.7;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem}.highlight-value{display:block;font-size:1.1rem;font-weight:700;margin-bottom:.3rem}.highlight-sub{display:block;font-size:.9rem;opacity:.8}.hero-cta{display:flex;gap:1.5rem;justify-content:center;margin-bottom:4rem;flex-wrap:wrap}.futuristic-btn{position:relative;padding:1rem 2.5rem;background:linear-gradient(135deg,#ff6b6b,#4ecdc4);border:none;border-radius:50px;color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:1px;overflow:hidden;transition:all .3s ease}.futuristic-btn:hover{transform:translateY(-3px);box-shadow:0 15px 30px hsla(0,100%,71%,.4)}.btn-glow{position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(45deg,#ff6b6b,#4ecdc4);border-radius:50px;z-index:-1;filter:blur(10px);opacity:0;transition:opacity .3s ease}.futuristic-btn:hover .btn-glow{opacity:.8}.glass-btn{position:relative;padding:1rem 2.5rem;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:50px;color:#fff;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.glass-btn:hover{background:hsla(0,0%,100%,.2);transform:translateY(-3px)}.btn-arrow{margin-left:.5rem;transition:transform .3s ease}.glass-btn:hover .btn-arrow{transform:translateX(5px)}.hero-stats{display:flex;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap}.stat-item{text-align:center}.stat-number{display:block;font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#ff6b6b,#4ecdc4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.stat-label{display:block;font-size:.9rem;opacity:.8;margin-top:.5rem}.stat-divider{width:1px;height:40px;background:hsla(0,0%,100%,.3)}.event-details{text-align:center;padding:8rem 0}.event-details h2{margin-bottom:2rem;background:linear-gradient(135deg,#ff6b6b,#4ecdc4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;padding:0 2rem}.event-details .section-header{margin-bottom:4rem}.detail-card{justify-content:center}.detail-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.05),transparent);transition:left .5s}.detail-card:hover:before{left:100%}.detail-card:hover{transform:translateY(-10px);border-color:hsla(0,0%,100%,.3);box-shadow:0 20px 40px rgba(0,0,0,.3)}.detail-icon{color:#fff}.detail-card h3{margin-bottom:1rem;background:linear-gradient(135deg,#ff6b6b,#4ecdc4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.company-list{list-style:none;padding:0}.company-list li{background:hsla(0,0%,100%,.1);margin:.5rem 0;padding:1rem;border-radius:10px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid hsla(0,0%,100%,.1);transition:all .3s ease}.company-list li:hover{background:hsla(0,0%,100%,.15);transform:translateX(5px)}.rundown{padding:8rem 0;text-align:center}.rundown h2{margin-bottom:2rem;background:linear-gradient(135deg,#ff6b6b,#4ecdc4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.timeline{position:relative;max-width:1200px;margin:4rem auto;padding:0 2rem}.timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:6px;background:linear-gradient(180deg,#ff6b6b,#4ecdc4,#a8e6cf,#ffd93d);transform:translateX(-50%);border-radius:3px;box-shadow:0 0 20px hsla(0,100%,71%,.5)}.timeline-item{display:flex;justify-content:flex-end;padding-right:30px;margin:4rem 0;width:50%;animation:fadeInLeft .6s ease forwards}.timeline-item:nth-child(odd){align-self:flex-end;justify-content:flex-start;padding-left:30px;padding-right:0;animation:fadeInRight .6s ease forwards}.timeline-item:first-child{animation-delay:.1s}.timeline-item:nth-child(2){animation-delay:.2s}.timeline-item:nth-child(3){animation-delay:.3s}.timeline-item:nth-child(4){animation-delay:.4s}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}.time{color:#fff;font-weight:800;font-size:1rem;text-align:center;line-height:1.2}.timeline-content{border-radius:24px;box-shadow:0 20px 40px rgba(0,0,0,.2);width:100%;max-width:500px;margin-top:80px}.timeline-content:hover{transform:translateY(-5px);box-shadow:0 30px 60px rgba(0,0,0,.3)}.timeline-content:before{top:50%;border:15px solid transparent}.timeline-item:nth-child(2n) .timeline-content:before{left:-30px;border-right-color:hsla(0,0%,100%,.1);transform:translateY(-50%)}.timeline-item:nth-child(odd) .timeline-content:before{right:-30px;border-left-color:hsla(0,0%,100%,.1);transform:translateY(-50%)}.session-header{margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.timeline-item:nth-child(odd) .session-header{flex-direction:row-reverse;text-align:right}.session-header h3{background:linear-gradient(135deg,#ff6b6b,#4ecdc4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:1.8rem;margin:0;flex:1 1}.company-tags{gap:.5rem}.timeline-item:nth-child(odd) .company-tags{justify-content:flex-end}.company-tag{color:#fff;font-size:.8rem;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 15px hsla(0,100%,71%,.3);transition:all .3s ease}.company-tag:hover{transform:translateY(-2px);box-shadow:0 8px 25px hsla(0,100%,71%,.4)}.company-tag.welldify{background:linear-gradient(135deg,#a8e6cf,#7fb069)}.company-tag.o2ez{background:linear-gradient(135deg,#ffd93d,#f4a261)}.company-tag.xoxo{background:linear-gradient(135deg,#ff8a80,#ff6b6b)}.company-tag.fwb{background:linear-gradient(135deg,#81c784,#4ecdc4)}.agenda-item{display:flex;align-items:center;gap:1rem;margin:1rem 0;padding:1rem;background:hsla(0,0%,100%,.05);border-radius:12px;border:1px solid hsla(0,0%,100%,.1);transition:all .3s ease}.agenda-item:hover{background:hsla(0,0%,100%,.1)}.agenda-item:hover,.timeline-item:nth-child(odd) .agenda-item:hover{transform:translateY(-2px)}.duration{background:linear-gradient(135deg,#ff6b6b,#4ecdc4);color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.9rem;min-width:80px;text-align:center}.session-part h4{color:#fff;margin-bottom:1rem;font-size:1.2rem}.session-part p{opacity:.8;line-height:1.6}.register{padding:8rem 0;text-align:center}.register h2{margin-bottom:2rem;background:linear-gradient(135deg,#ff6b6b,#4ecdc4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.register-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;padding:0 2rem}.registration-form-container,.whats-included-container{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:24px;padding:3rem;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 20px 40px rgba(0,0,0,.2);display:flex;flex-direction:column;height:100%}.form-grid{grid-gap:1.5rem;gap:1.5rem}.input-group{display:flex;flex-direction:column}.input-group.full-width{grid-column:1/-1}.input-group label{margin-bottom:.5rem;font-weight:600;color:#fff;font-size:.9rem}.input-wrapper input,.input-wrapper select,.input-wrapper textarea{width:100%;padding:1rem 1.5rem;border:1px solid hsla(0,0%,100%,.2);border-radius:12px;font-size:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none}.input-wrapper input[type=email],.input-wrapper input[type=tel],.input-wrapper input[type=text]{background:rgba(30,41,59,.8)!important;color:#fff!important;border:1px solid rgba(78,205,196,.3)!important}.input-wrapper input:-webkit-autofill,.input-wrapper input:-webkit-autofill:focus,.input-wrapper input:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 1000px rgba(30,41,59,.8)!important;-webkit-text-fill-color:#fff!important;border:1px solid rgba(78,205,196,.3)!important}.input-wrapper input:focus,.input-wrapper select:focus,.input-wrapper textarea:focus{outline:none;border-color:#4ecdc4;box-shadow:0 0 20px rgba(78,205,196,.3)}.input-wrapper input::placeholder,.input-wrapper textarea::placeholder{color:hsla(0,0%,100%,.5)}.form-submit{grid-column:1/-1;display:flex;justify-content:center;margin-top:1rem}.futuristic-submit-btn{padding:1rem 2rem;border:2px solid #4ecdc4;border-radius:12px;min-width:200px}.futuristic-submit-btn:hover{box-shadow:0 10px 30px rgba(78,205,196,.4)}.btn-content{gap:.5rem}.form-header{text-align:left}.form-title h3{margin:0 0 .5rem;font-size:1.8rem;color:#fff}.form-subtitle{color:hsla(0,0%,100%,.7);font-size:.9rem}.pricing-card{background:linear-gradient(135deg,rgba(78,205,196,.1),hsla(0,100%,71%,.1));border:1px solid rgba(78,205,196,.3);border-radius:16px;padding:1.5rem;margin-top:2rem}.price-badge-inline{background:linear-gradient(135deg,#ff6b6b,#4ecdc4);color:#fff;padding:.5rem 1.2rem;border-radius:20px;font-size:.85rem;font-weight:700;box-shadow:0 4px 15px hsla(0,100%,71%,.3);animation:pulse 2s infinite;white-space:nowrap;margin-bottom:1rem;display:inline-block}.price-content{flex-direction:column;gap:.3rem;margin-top:1.5rem;padding-top:.5rem}.price-content,.savings-line{display:flex;align-items:center;justify-content:center}.savings-line{gap:1rem;margin-top:.5rem;flex-wrap:wrap}.strikethrough{text-decoration:line-through;-webkit-text-decoration-color:#ff6b6b;text-decoration-color:#ff6b6b;text-decoration-thickness:2px;color:hsla(0,0%,100%,.7);font-size:1.1rem;font-weight:600;opacity:.8}.current-price{display:flex;align-items:baseline;justify-content:center;gap:.25rem;margin:.5rem 0}.current-price .currency{font-size:1.5rem;color:#4ecdc4;font-weight:600}.current-price .amount{font-size:3.2rem;font-weight:900;color:#4ecdc4;text-shadow:0 0 20px rgba(78,205,196,.5)}.current-price .period{font-size:1.2rem;color:hsla(0,0%,100%,.8);font-weight:500}.savings-text{color:#4ecdc4;font-weight:700;font-size:.9rem;text-shadow:0 0 10px rgba(78,205,196,.5)}@media (max-width:768px){.pricing-card{padding:1rem;margin-top:1.5rem}.price-badge-inline{font-size:.75rem;padding:.4rem .9rem;border-radius:15px;margin-bottom:.8rem}.price-content{margin-top:1.2rem;padding-top:.3rem;gap:.2rem}.strikethrough{font-size:1rem}.current-price .amount{font-size:2.8rem}.current-price .currency{font-size:1.3rem}.current-price .period{font-size:1.1rem}.savings-text{font-size:.8rem}.savings-line{gap:.8rem;margin-top:.3rem}}@media (max-width:480px){.pricing-card{padding:.8rem;margin-top:1rem}.price-badge-inline{font-size:.7rem;padding:.35rem .7rem;border-radius:12px;margin-bottom:.6rem}.price-content{margin-top:1rem;gap:.1rem}.strikethrough{font-size:.9rem}.current-price .amount{font-size:2.4rem}.current-price .currency{font-size:1.1rem}.current-price .period{font-size:1rem}.savings-text{font-size:.75rem}.savings-line{gap:.6rem;flex-direction:column;align-items:center}}.currency{font-size:1rem;color:hsla(0,0%,100%,.8)}.amount{font-size:2rem;color:#4ecdc4}.period{font-size:.9rem;color:hsla(0,0%,100%,.7)}.form-group{text-align:left}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#fff}.form-group input{width:100%;padding:1rem;border:1px solid hsla(0,0%,100%,.2);border-radius:12px;background:hsla(0,0%,100%,.1);color:#fff;font-size:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.form-group input:focus{outline:none;border-color:#4ecdc4;box-shadow:0 0 20px rgba(78,205,196,.3)}.form-group input::placeholder{color:hsla(0,0%,100%,.5)}.price-display{background:linear-gradient(135deg,#ff6b6b,#4ecdc4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:2.5rem;font-weight:800;margin:2rem 0}.included-list{list-style:none;padding:0;margin:2rem 0;text-align:left}.included-list li{position:relative;padding:.5rem 0 .5rem 2rem;opacity:.9}.included-list li:before{content:"✓";position:absolute;left:0;color:#4ecdc4;font-weight:700;font-size:1.2rem}@media (max-width:768px){.nav-menu{position:fixed!important;left:-100%!important;top:65px!important;flex-direction:column!important;background:hsla(0,0%,4%,.95)!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;width:100%!important;height:calc(100vh - 60px)!important;text-align:center!important;transition:left .3s ease!important;box-shadow:0 10px 27px rgba(0,0,0,.05)!important;border-top:1px solid hsla(0,0%,100%,.1)!important;padding:2rem 0!important;z-index:9999!important;display:flex!important;justify-content:flex-start!important;align-items:center!important;gap:0!important}#__next>header>nav>div>ul.active,.nav-menu.active{left:0!important}#__next>header>nav>div>ul{position:fixed!important;left:-100%!important;top:60px!important;flex-direction:column!important;background:hsla(0,0%,4%,.95)!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;width:100%!important;height:calc(100vh - 60px)!important;text-align:center!important;transition:left .3s ease!important;box-shadow:0 10px 27px rgba(0,0,0,.05)!important;border-top:1px solid hsla(0,0%,100%,.1)!important;padding:2rem 0!important;z-index:9999!important;display:flex!important;justify-content:flex-start!important;align-items:center!important;gap:0!important}.nav-menu.active,ul.nav-menu.active{left:0!important;border:0 solid green!important}.nav-item{margin:1rem 0}.nav-toggle{display:flex}.nav-toggle.active .bar:nth-child(2){opacity:0}.nav-toggle.active .bar:first-child{transform:translateY(8px) rotate(45deg)}.nav-toggle.active .bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.hero-content{padding:2rem 0}.event-highlights{grid-template-columns:1fr 1fr 1fr;gap:.8rem;margin:2rem 0}.highlight-card{padding:1rem .5rem;border-radius:12px}.highlight-icon{width:40px;height:40px;margin:0 auto .8rem;font-size:1rem}.highlight-label{font-size:.7rem;margin-bottom:.3rem}.highlight-value{font-size:.9rem;font-weight:600;margin-bottom:.2rem;line-height:1.2}.highlight-sub{font-size:.7rem;opacity:.7}.hero-cta{flex-direction:column;align-items:center}.hero-stats{gap:.5rem;flex-wrap:nowrap;justify-content:space-around;margin:1.5rem 0}.stat-item{flex:1 1;min-width:0}.stat-number{font-size:1.5rem;font-weight:700;line-height:1.1}.stat-label{font-size:.7rem;margin-top:.3rem;line-height:1.2;opacity:.9}.stat-divider{display:none}.orb-1,.orb-2,.orb-3{width:150px;height:150px}.timeline{padding:0 1rem}.timeline:before{left:30px;width:4px}.timeline-item{flex-direction:column!important;margin-bottom:4rem;width:100%!important;padding-left:80px!important;padding-right:0!important}.timeline-item:nth-child(2n) .timeline-content,.timeline-item:nth-child(odd) .timeline-content{width:100%;margin-left:0;margin-right:0;text-align:left}.timeline-item:nth-child(odd) .session-header{flex-direction:row;text-align:left}.timeline-item:nth-child(odd) .company-tags{justify-content:flex-start}.timeline-marker{left:30px;width:80px;height:80px;transform:translateX(-50%)}.time{font-size:.9rem}.timeline-content:before{display:none}.timeline-content{padding:2rem;border-radius:16px}.session-header h3{font-size:1.4rem}.register-container{padding:2rem;margin:0 1rem}.details-grid{grid-template-columns:1fr;gap:2rem}}@media (max-width:480px){.timeline-content{padding:1.5rem}.timeline-marker{width:60px;height:60px;left:20px}.timeline:before{left:20px}.timeline-item{padding-left:60px!important}.time{font-size:.8rem}.session-header{flex-direction:column;gap:1rem}.session-header h3{font-size:1.2rem}.company-tags{justify-content:flex-start}.agenda-item{flex-direction:column;gap:.5rem}.duration{min-width:auto;font-weight:600}}.fadeInUp{animation:fadeInUp .6s ease forwards}.animate-on-scroll{opacity:0;transform:translateY(30px);transition:all .6s ease}.animate-on-scroll.animated{opacity:1;transform:translateY(0)}.page-header{padding:8rem 0 4rem;text-align:center;background:linear-gradient(135deg,#0a0a0a,#1a1a2e 50%,#16213e);position:relative;overflow:hidden}.page-header:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="40" r="1" fill="rgba(255,255,255,0.2)"/><circle cx="40" cy="80" r="1.5" fill="rgba(255,255,255,0.15)"/></svg>');animation:sparkle 3s linear infinite}.page-header h1{background:linear-gradient(135deg,#ff6b6b,#4ecdc4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:clamp(2.5rem,5vw,4rem);margin-bottom:1rem}.page-header p{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto}.companies-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:3rem;gap:3rem;padding:4rem 0}.company-card{padding:3rem;box-shadow:0 20px 40px rgba(0,0,0,.2)}.company-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.05),transparent);transition:left .5s}.company-card:hover:before{left:100%}.company-logo{margin:0 auto 2rem;font-size:2rem;color:#fff}.company-card h3{background:linear-gradient(135deg,#ff6b6b,#4ecdc4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:center;margin-bottom:1rem}.company-card p{text-align:center;opacity:.9;line-height:1.6;margin-bottom:2rem}.company-features{list-style:none;padding:0}.company-features li{background:hsla(0,0%,100%,.1);margin:.5rem 0;border-radius:12px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid hsla(0,0%,100%,.1);transition:all .3s ease;position:relative;padding:1rem 1rem 1rem 3rem}.company-features li:before{content:"✓";position:absolute;left:1rem;color:#4ecdc4;font-weight:700;font-size:1.2rem}.company-features li:hover{background:hsla(0,0%,100%,.15);transform:translateX(5px)}.footer{background:linear-gradient(135deg,#0a0a0a,#1a1a2e 50%,#16213e);padding:4rem 0 2rem;border-top:1px solid hsla(0,0%,100%,.1);position:relative}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:3rem;gap:3rem;margin-bottom:2rem}.footer-section h3{background:linear-gradient(135deg,#ff6b6b,#4ecdc4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.5rem;font-size:1.5rem}.footer-section li,.footer-section p{opacity:.9;line-height:1.6;margin-bottom:.5rem}.footer-section ul{list-style:none;padding:0}.footer-section a{color:hsla(0,0%,100%,.8);text-decoration:none;transition:all .3s ease;position:relative}.footer-section a:hover{color:#4ecdc4;transform:translateX(5px)}.footer-section a:before{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:linear-gradient(90deg,#ff6b6b,#4ecdc4);transition:width .3s ease}.footer-section a:hover:before{width:100%}.contact-info{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;padding:1rem;background:hsla(0,0%,100%,.05);border-radius:12px;border:1px solid hsla(0,0%,100%,.1);transition:all .3s ease}.contact-info:hover{background:hsla(0,0%,100%,.1);transform:translateY(-2px)}.contact-icon{width:40px;height:40px;background:linear-gradient(135deg,#ff6b6b,#4ecdc4);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid hsla(0,0%,100%,.1);opacity:.8}@media (max-width:768px){.page-header{padding:6rem 0 3rem}.companies-grid{grid-template-columns:1fr;gap:2rem;padding:2rem 0}.company-card{padding:2rem;margin:0 1rem}.footer-content{grid-template-columns:1fr;gap:2rem}.contact-info{flex-direction:column;text-align:center}.timeline-marker{left:30px;width:80px;height:80px;transform:translateX(-50%);top:-30px}.timeline-content{margin-top:60px;padding:2rem}.timeline:before{left:30px;width:4px}.timeline-item{padding-left:80px!important;padding-right:0!important}}@media (max-width:480px){.timeline-marker{width:60px;height:60px;left:20px;top:-20px}.timeline-content{margin-top:45px;padding:1.5rem}.timeline:before{left:20px}.timeline-item{padding-left:60px!important}.time{font-size:.8rem}}.co-hosted-header{justify-content:center}.fowx-logo{width:60px;height:60px;box-shadow:0 0 20px hsla(0,100%,71%,.4)}.logo-text{color:#fff;font-weight:800;font-size:.9rem;letter-spacing:1px}.co-hosted-header h3{margin:0;background:linear-gradient(135deg,#ff6b6b,#4ecdc4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.company-item{border-radius:12px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.company-item:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.2)}.company-letter{font-size:1.1rem}.session-summary{margin:1.5rem 0;padding:1.5rem;background:hsla(0,0%,100%,.05);border-radius:16px;border:1px solid hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.session-summary p{font-size:1rem}.session-tasks{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem;gap:1rem;margin-top:1.5rem}.task-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.1),transparent);transition:left .5s}.task-item:hover:before{left:100%}.task-item:hover{background:hsla(0,0%,100%,.12);border-color:hsla(0,0%,100%,.25);transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.2)}.timeline-item:nth-child(2){align-self:center}.timeline-item:nth-child(2) .timeline-content{margin-left:auto;margin-right:auto}@media (min-width:768px){.timeline-item:nth-child(2){justify-content:center;text-align:center}.timeline-item:nth-child(2) .timeline-content{margin-left:0;margin-right:0}}.registration{padding:6rem 0;background:linear-gradient(135deg,#0a0a0a,#1a1a2e 50%,#16213e);position:relative;overflow:hidden}.registration:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="40" r="1" fill="rgba(255,255,255,0.2)"/><circle cx="40" cy="80" r="1.5" fill="rgba(255,255,255,0.15)"/></svg>');animation:sparkle 3s linear infinite}.registration-container{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:start}.info-header{gap:1.5rem;margin-bottom:2rem}.hologram-icon,.info-header{display:flex;align-items:center}.hologram-icon{position:relative;width:80px;height:80px;justify-content:center;background:linear-gradient(135deg,#ff6b6b,#4ecdc4);border-radius:50%;box-shadow:0 0 30px hsla(0,100%,71%,.4)}.hologram-ring{position:absolute;border:2px solid hsla(0,0%,100%,.3);border-radius:50%;animation:hologram-pulse 2s ease-in-out infinite}.hologram-ring:first-child{width:100%;height:100%;animation-delay:0s}.hologram-ring:nth-child(2){width:120%;height:120%;animation-delay:.5s}.hologram-ring:nth-child(3){width:140%;height:140%;animation-delay:1s}@keyframes hologram-pulse{0%,to{opacity:0;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.hologram-icon i{font-size:2rem;color:#fff;z-index:2}.included-grid{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem;margin-bottom:2rem}.included-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:rgba(20,30,50,.8)!important;border:1px solid rgba(78,205,196,.3)!important;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.included-item:hover{background:rgba(20,30,50,.9)!important;transform:translateX(5px);border-color:rgba(78,205,196,.5)!important}.item-icon{width:40px;height:40px;background:linear-gradient(135deg,#ff6b6b,#4ecdc4);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.1rem;flex-shrink:0}.pricing-card{position:relative;background:hsla(0,0%,100%,.05);border:2px solid hsla(0,0%,100%,.2);border-radius:20px;padding:2rem;text-align:center;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);overflow:hidden}.price-glow{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,hsla(0,100%,71%,.1),transparent);animation:price-glow 3s linear infinite}@keyframes price-glow{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.price-content{position:relative;z-index:2}.currency{font-size:1.5rem;opacity:.8}.amount{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#ff6b6b,#4ecdc4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 .5rem}.period{font-size:1rem;opacity:.8}.form-header{text-align:center;margin-bottom:2rem}.form-title h3{background:linear-gradient(135deg,#ff6b6b,#4ecdc4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:2rem;margin-bottom:.5rem}.form-subtitle{opacity:.8;font-size:1.1rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;margin-bottom:3rem}.input-wrapper{position:relative;margin-bottom:1rem}.input-wrapper input{width:100%;padding:1.5rem 0 .5rem;background:transparent;border:none;border-bottom:2px solid hsla(0,0%,100%,.2);color:#fff;font-size:1rem;transition:all .3s ease;outline:none}.input-wrapper input:focus{border-bottom-color:#4ecdc4}.input-wrapper input:focus+label,.input-wrapper input:valid+label{transform:translateY(-1.5rem) scale(.8);color:#4ecdc4}.input-wrapper label{position:absolute;top:1rem;left:0;color:hsla(0,0%,100%,.6);font-size:1rem;transition:all .3s ease;pointer-events:none}.input-line{position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,#ff6b6b,#4ecdc4);transition:width .3s ease}.input-wrapper input:focus~.input-line{width:100%}.input-glow{position:absolute;bottom:-2px;left:50%;width:0;height:4px;background:linear-gradient(90deg,#ff6b6b,#4ecdc4);border-radius:2px;filter:blur(2px);transition:all .3s ease;transform:translateX(-50%)}.input-wrapper input:focus~.input-glow{width:100%}.submit-section{text-align:center;margin-top:3rem}.futuristic-submit-btn{position:relative;padding:1.5rem 4rem;background:transparent;border:2px solid hsla(0,0%,100%,.2);border-radius:50px;color:#fff;font-size:1.2rem;font-weight:600;cursor:pointer;overflow:hidden;transition:all .3s ease;min-width:300px}.btn-bg{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,#ff6b6b,#4ecdc4);transition:left .3s ease;z-index:1}.futuristic-submit-btn:hover .btn-bg{left:0}.btn-content{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;gap:1rem}.btn-icon{transition:transform .3s ease}.futuristic-submit-btn:hover .btn-icon{transform:translateX(5px)}.btn-particles{position:absolute;top:50%;left:50%;width:100%;height:100%;pointer-events:none;transform:translate(-50%,-50%)}.futuristic-submit-btn:hover{border-color:hsla(0,0%,100%,.4);box-shadow:0 0 30px hsla(0,100%,71%,.3);transform:translateY(-2px)}@media (max-width:768px){.registration-container{display:flex;flex-direction:column;gap:3rem}.whats-included-container{order:2}.registration-form-container{order:1}.form-grid{grid-template-columns:1fr;gap:1.5rem}.info-header{flex-direction:column;text-align:center;gap:1rem}.futuristic-submit-btn{min-width:250px;padding:1.2rem 2rem}}.co-hosted-header{gap:1.5rem}.fowx-logo{color:#fff!important;font-size:1.5rem;box-shadow:0 0 30px hsla(0,100%,71%,.4)}.company-list{display:grid;grid-template-columns:1fr;grid-gap:1rem}.company-item{padding:1.5rem;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.company-letter{width:50px;height:50px;color:#fff!important;font-size:1.2rem}.company-name{font-size:1.1rem;color:#fff!important;opacity:.9}.event-details{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:3rem;gap:3rem;margin-top:4rem;align-items:stretch}.detail-card{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);padding:3rem 2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;position:relative;overflow:hidden;align-items:center;text-align:center}.detail-icon{width:80px;height:80px;background:linear-gradient(135deg,#ff6b6b,#4ecdc4);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;font-size:2rem;color:#fff!important;flex-shrink:0}@media (max-width:768px){.event-details{grid-template-columns:1fr;gap:2rem}}.session-summary p{line-height:1.6;margin:0}.session-summary p,.task-item{color:#fff!important;opacity:.9}.task-item{padding:1rem;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15);border-radius:12px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);text-align:center;font-weight:500;transition:all .3s ease;position:relative;overflow:hidden}.company-letter,.company-name,.detail-card h3,.detail-card p,.timeline-content .task-item,.timeline-content h3,.timeline-content p{color:#fff!important}.companies-container{max-width:1200px;margin:0 auto;padding:4rem 2rem}.company-card{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:24px;padding:4rem 3rem;margin-bottom:4rem;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);transition:all .3s ease;position:relative;overflow:hidden}.company-card:hover{transform:translateY(-10px);border-color:hsla(0,0%,100%,.3);box-shadow:0 30px 60px rgba(0,0,0,.3)}.company-header{justify-content:space-between;margin-bottom:3rem}.company-header,.company-logo{display:flex;align-items:center}.company-logo{width:80px;height:80px;background:linear-gradient(135deg,#ff6b6b,#4ecdc4);border-radius:50%;justify-content:center;color:#fff!important;font-size:1.5rem;font-weight:700;flex-shrink:0;margin-left:auto;margin-right:12px}.company-info h2{margin-bottom:.5rem;font-size:2rem}.company-tagline{color:#fff!important;opacity:.8;font-size:1.1rem;font-weight:500}.company-description{color:#fff!important;opacity:.9;line-height:1.7;margin-bottom:3rem;font-size:1rem}.company-highlights h3{margin-bottom:2rem;background:linear-gradient(135deg,#ff6b6b,#4ecdc4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.highlight-list{list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1rem;gap:1rem}.highlight-list li{padding:1.5rem;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;color:#fff!important;-webkit-text-fill-color:#fff!important;opacity:1}.highlight-list li:hover{background:rgba(20,30,50,.9)!important;transform:translateY(-2px);border-color:rgba(78,205,196,.5)!important}.company-tags{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.company-tag{padding:.5rem 1rem;background:linear-gradient(135deg,#ff6b6b,#4ecdc4);border-radius:20px;font-size:.9rem;font-weight:600;opacity:.9}.visit-btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:transparent;border:2px solid hsla(0,0%,100%,.3);border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease;margin-top:2rem}.visit-btn:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.5);transform:translateY(-2px)}.companies-hero{min-height:60vh;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#0a0a0a,#1a1a2e 25%,#16213e 50%,#0f3460 75%,#533483)}.companies-hero-content{text-align:center;color:#fff;position:relative;z-index:2}.companies-hero h1{font-size:clamp(3rem,6vw,5rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem;background:linear-gradient(135deg,#ff6b6b,#4ecdc4,#a8e6cf,#ffd93d);background-size:300% 300%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradient-shift 3s ease infinite}.companies-hero p{font-size:clamp(1.1rem,2.5vw,1.4rem);line-height:1.6;opacity:.9;max-width:600px;margin:0 auto;font-weight:400}.co-hosted .company-name,.company-item .company-name,.company-list .company-name{color:#fff!important;opacity:.95!important;font-weight:500!important}.session-summary p,.timeline-content .session-summary,.timeline-content .session-summary p{color:#fff!important;opacity:.9!important;line-height:1.6!important}.session-tasks .task-item,.timeline-content .task-item{color:#fff!important;opacity:.9!important;background:hsla(0,0%,100%,.08)!important;border:1px solid hsla(0,0%,100%,.15)!important}.company-description p,.company-highlights h3,.company-info h2,.company-tag,.company-tagline,.detail-card h3,.detail-card p,.detail-card small,.highlight-list li{color:#fff!important;opacity:.9!important}*{text-shadow:none!important}.company-card,.company-card *,.company-item,.company-item *,.detail-card,.detail-card *,.session-header h3,.timeline-content,.timeline-content *{color:#fff!important}.session-header h3{opacity:1!important}.company-tags .company-tag{color:#fff!important;background:hsla(0,0%,100%,.1)!important;border:1px solid hsla(0,0%,100%,.2)!important}div,h1,h2,h3,h4,h5,h6,li,p,span{color:inherit!important}.company-card,.detail-card,.timeline-content{background:hsla(0,0%,100%,.05)!important;border:1px solid hsla(0,0%,100%,.1)!important}.timeline-item .session-summary,.timeline-item .session-summary p{color:hsla(0,0%,100%,.9)!important;font-size:1rem!important;line-height:1.6!important;margin:1rem 0!important;opacity:1!important}.timeline-item .session-tasks .task-item{color:hsla(0,0%,100%,.9)!important;background:hsla(0,0%,100%,.08)!important;border:1px solid hsla(0,0%,100%,.15)!important;padding:1rem!important;border-radius:12px!important;font-weight:500!important;text-align:center!important;opacity:1!important}.timeline-item .session-header h3{color:hsla(0,0%,100%,.95)!important;font-size:1.5rem!important;font-weight:600!important;margin-bottom:1rem!important;opacity:1!important}.timeline-item .company-tag{color:#fff!important;background:hsla(0,0%,100%,.1)!important;border:1px solid hsla(0,0%,100%,.2)!important;padding:.5rem 1rem!important;border-radius:20px!important;font-size:.9rem!important;font-weight:500!important;opacity:1!important}.timeline-content{background:hsla(0,0%,100%,.05)!important;border:1px solid hsla(0,0%,100%,.1)!important;border-radius:20px!important;padding:2rem!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important}.timeline-content *{color:inherit!important}.timeline-item div,.timeline-item p,.timeline-item span{color:hsla(0,0%,100%,.9)!important}.timeline-item:first-child .session-summary p,.timeline-item:first-child .task-item{color:hsla(0,0%,100%,.9)!important;opacity:1!important}.companies-hero{background:linear-gradient(135deg,#1a1a2e,#16213e 50%,#0f3460)!important;padding:8rem 0 4rem!important;text-align:center!important;position:relative!important;overflow:hidden!important}.companies-hero h1{color:#fff!important;font-size:3.5rem!important;font-weight:700!important;margin-bottom:1rem!important;background:linear-gradient(135deg,#ff6b6b,#4ecdc4)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}.companies-hero p{color:hsla(0,0%,100%,.8)!important;font-size:1.2rem!important;max-width:600px!important;margin:0 auto!important}.company-card{background:hsla(0,0%,100%,.05)!important;border:1px solid hsla(0,0%,100%,.1)!important;border-radius:24px!important;padding:4rem 3rem!important;margin-bottom:4rem!important;-webkit-backdrop-filter:blur(15px)!important;backdrop-filter:blur(15px)!important;position:relative!important;overflow:hidden!important}.company-card:before{content:""!important;position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;background:linear-gradient(135deg,hsla(0,100%,71%,.05),rgba(78,205,196,.05))!important;pointer-events:none!important}.company-info h2{color:#fff!important;font-size:2.5rem!important;font-weight:700!important;margin-bottom:1rem!important;opacity:1!important}.company-tagline{color:hsla(0,0%,100%,.8)!important;font-size:1.2rem!important;font-weight:500!important}.company-description p,.company-tagline{margin-bottom:2rem!important;opacity:1!important}.company-description p{color:hsla(0,0%,100%,.9)!important;font-size:1rem!important;line-height:1.6!important;text-align:-webkit-left!important}.company-highlights h3{color:#fff!important;font-size:1.5rem!important;font-weight:600!important;margin:2rem 0 1rem!important;opacity:1!important}.highlight-list{list-style:none!important;padding:0!important;margin:0!important}.highlight-list li{background:rgba(20,30,50,.8)!important;border:1px solid rgba(78,205,196,.3)!important;border-radius:12px!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;box-shadow:0 4px 15px rgba(0,0,0,.2)!important;color:hsla(0,0%,100%,.9)!important;-webkit-text-fill-color:hsla(0,0%,100%,.9)!important;padding:1.5rem!important;margin-bottom:1rem!important;position:relative!important;opacity:1!important;display:flex!important;align-items:center!important;transition:all .3s ease!important}.highlight-list li:before{content:"✓"!important;color:#4ecdc4!important;font-weight:700!important;margin-right:.5rem!important;flex-shrink:0!important}.company-tags-section{margin-top:2rem!important;display:flex!important;flex-wrap:wrap!important;gap:1rem!important}.company-tag{background:hsla(0,0%,100%,.1)!important;padding:.5rem 1rem!important;border-radius:20px!important;font-size:.9rem!important;border:1px solid hsla(0,0%,100%,.2)!important}.company-tag,.visit-btn{color:#fff!important;font-weight:500!important;opacity:1!important}.visit-btn{display:inline-flex!important;align-items:center!important;gap:.5rem!important;padding:1rem 2rem!important;background:hsla(0,0%,100%,.05)!important;border:1px solid hsla(0,0%,100%,.3)!important;border-radius:12px!important;text-decoration:none!important;transition:all .3s ease!important;margin-top:2rem!important}.visit-btn:hover{background:hsla(0,0%,100%,.1)!important;border-color:hsla(0,0%,100%,.5)!important;transform:translateY(-2px)!important;color:#fff!important}.company-contact{background:hsla(0,0%,100%,.05)!important;border-radius:12px!important;padding:1.5rem!important;margin:1.5rem 0!important;border:1px solid hsla(0,0%,100%,.1)!important}.company-contact h4{color:#fff!important;font-size:1.1rem!important;margin-bottom:1rem!important;display:flex!important;align-items:center!important;gap:.5rem!important}.company-contact h4:before{content:"📞"!important;font-size:1.2rem!important}.contact-item{display:flex!important;align-items:center!important;gap:.75rem!important;margin-bottom:.75rem!important;color:hsla(0,0%,100%,.9)!important;font-size:.95rem!important}.contact-item:last-child{margin-bottom:0!important}.contact-item i{width:18px!important;color:#4ecdc4!important;font-size:.9rem!important}.contact-item a{color:#4ecdc4!important;text-decoration:none!important;transition:color .3s ease!important}.contact-item a:hover{color:#fff!important;text-decoration:underline!important}.contact-item span{line-height:1.4!important}@media (max-width:768px){.company-contact{padding:1rem!important;margin:1rem 0!important}.contact-item{font-size:.9rem!important;gap:.5rem!important}.contact-item i{width:16px!important;font-size:.85rem!important}}.partnership-section{background:hsla(0,0%,100%,.03)!important;border-radius:24px!important;padding:4rem 3rem!important;margin:4rem 0!important;text-align:center!important;border:1px solid hsla(0,0%,100%,.1)!important}.partnership-section h2{color:#fff!important;font-size:2.5rem!important;margin-bottom:2rem!important;opacity:1!important}.partnership-section p{color:hsla(0,0%,100%,.9)!important;font-size:1.1rem!important;line-height:1.6!important;max-width:800px!important;margin:0 auto 3rem!important;opacity:1!important}.cta-section h3{font-size:1.8rem!important;margin-bottom:2rem!important;margin-top:3rem!important}.cta-btn,.cta-section h3{color:#fff!important;opacity:1!important}.cta-btn{background:linear-gradient(135deg,#ff6b6b,#4ecdc4)!important;padding:1.2rem 3rem!important;border:none!important;border-radius:12px!important;font-size:1.1rem!important;font-weight:600!important;text-decoration:none!important;display:inline-block!important;transition:all .3s ease!important}.cta-btn:hover{transform:translateY(-2px)!important;box-shadow:0 10px 30px hsla(0,100%,71%,.3)!important;color:#fff!important}@media (max-width:1024px){.details-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width:768px){.details-grid{grid-template-columns:1fr;gap:2rem}.detail-card{padding:2rem 1.5rem}}.detail-card{display:flex;flex-direction:column;justify-content:flex-start;min-height:350px;height:100%}.detail-card h3{margin-bottom:1.5rem}.detail-card p{flex-grow:1;display:flex;align-items:center;text-align:center}@media (max-width:1024px){.details-grid{grid-template-columns:repeat(2,1fr)}.detail-card{padding:3rem 1.5rem;min-height:350px}}@media (max-width:768px){.details-grid{grid-template-columns:1fr;width:100%;margin-left:0}.detail-card{padding:2rem 1.5rem;min-height:300px;border-right:none;border-bottom:1px solid hsla(0,0%,100%,.1)}.detail-card:last-child{border-bottom:none}.event-details{padding:4rem 0}}.detail-card:hover{transform:translateY(-5px);background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.2)}.co-hosted-header{flex-direction:column;gap:1rem;margin-bottom:2rem}.co-hosted-header,.fowx-logo{display:flex;align-items:center}.fowx-logo{width:80px;height:80px;background:linear-gradient(135deg,#ff6b6b,#4ecdc4);border-radius:50%;justify-content:center;font-weight:700;color:#fff;font-size:1.2rem}.company-list{display:flex;flex-direction:column;gap:1rem;flex-grow:1;justify-content:center}.company-item{display:flex;align-items:center;gap:1rem;background:hsla(0,0%,100%,.1);padding:1rem;border-radius:10px;transition:all .3s ease}.company-item:hover{background:hsla(0,0%,100%,.15);transform:translateX(5px)}.company-letter{width:40px;height:40px;background:linear-gradient(135deg,#ff6b6b,#4ecdc4);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;flex-shrink:0}.company-name{color:#fff;font-weight:500;flex-grow:1}.card-icon{width:80px;height:80px;background:linear-gradient(135deg,#ff6b6b,#4ecdc4);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;font-size:2rem;color:#fff}.hosts-list{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.host{background:hsla(0,0%,100%,.1);padding:1rem 1.5rem;border-radius:12px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid hsla(0,0%,100%,.1);transition:all .3s ease;color:#fff;font-weight:500;text-align:center}.host:hover{background:hsla(0,0%,100%,.15);transform:translateY(-2px);border-color:hsla(0,0%,100%,.3);box-shadow:0 10px 20px rgba(0,0,0,.2)}.event-details .container{max-width:100%;padding:0}.event-details .section-header{max-width:1400px;margin:0 auto 4rem;padding:0 2rem}.details-grid{width:100%;max-width:100vw;margin:0;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;align-items:stretch;padding:0 2rem}.detail-card{min-height:400px;padding:4rem 2rem;border-radius:20px}@media (max-width:768px){.details-grid{grid-template-columns:1fr;width:100%;margin-left:0;gap:1.5rem;padding:0 1rem}.detail-card{border-radius:15px}}.partnership{padding:6rem 0;background:linear-gradient(135deg,#0a0a0a,#1a1a2e 50%,#16213e);position:relative}.partnership-content{text-align:center;max-width:1200px;margin:0 auto}.partnership-content h2{font-size:clamp(2.5rem,5vw,4rem);color:#fff;margin-bottom:2rem;background:linear-gradient(135deg,#ff6b6b,#4ecdc4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.partnership-content p{font-size:1.2rem;color:hsla(0,0%,100%,.9);line-height:1.6;margin-bottom:4rem;max-width:800px;margin-left:auto;margin-right:auto}.partnership-benefits{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.benefit{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:20px;padding:3rem 2rem;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.benefit:hover{transform:translateY(-10px);border-color:hsla(0,0%,100%,.3);box-shadow:0 20px 40px rgba(0,0,0,.3)}.benefit i{font-size:3rem;color:#4ecdc4;margin-bottom:1.5rem;display:block}.benefit h3{color:#fff;font-size:1.5rem;margin-bottom:1rem;font-weight:600}.benefit p{color:hsla(0,0%,100%,.8);line-height:1.6;margin:0}@media (max-width:768px){.partnership-content h2{flex-direction:column;gap:.5rem}.partnership-benefits{grid-template-columns:1fr;gap:1.5rem}.benefit{padding:2rem 1.5rem}}@supports (-webkit-backdrop-filter:blur(10px)){.benefit,.detail-card,.nav-link.active,.nav-link:hover,.timeline-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}}@supports not ((-webkit-backdrop-filter:blur(10px)) or (backdrop-filter:blur(10px))){.benefit,.detail-card,.timeline-content{background:hsla(0,0%,100%,.1)}.nav-link.active,.nav-link:hover{background:hsla(0,0%,100%,.15)}.header,.navbar{background:hsla(0,0%,4%,.95)}}.event-details h2,.hero-title .gradient-text,.partnership-content h2{background:linear-gradient(135deg,#ff6b6b,#4ecdc4);-webkit-background-clip:text;-moz-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent}.benefit:hover,.detail-card:hover,.timeline-content:hover{transform:translateY(-10px)}.timeline-marker{transform:translateX(-50%)}.timeline-marker:hover{transform:translateX(-50%) scale(1.1)}.benefit,.detail-card,.nav-link,.timeline-content{border-radius:20px}.benefit:hover,.detail-card:hover,.timeline-content:hover{box-shadow:0 20px 40px rgba(0,0,0,.3)}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.details-grid,.partnership-benefits{display:flex;flex-wrap:wrap}.details-grid,.partnership-benefits{display:grid}@supports not (display:grid){.details-grid{display:flex;flex-wrap:wrap}.detail-card{flex:1 1 300px;margin:1rem}.partnership-benefits{display:flex;flex-wrap:wrap}.benefit{flex:1 1 280px;margin:1rem}}.benefit,.detail-card,.nav-link,.timeline-content,.timeline-marker{transition:all .3s ease}h1,h2,h3,h4,h5,h6{text-rendering:optimizeLegibility;font-feature-settings:"liga","kern"}@media screen and (-webkit-min-device-pixel-ratio:0){.timeline-marker{position:absolute;left:50%;top:-50px;transform:translateX(-50%)}.detail-card{position:relative;z-index:1}}.enhanced-timeline{padding:8rem 0;background:linear-gradient(135deg,#0a0a0a,#1a1a2e 50%,#16213e);position:relative;overflow:hidden}.enhanced-timeline:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,hsla(0,100%,71%,.1) 0,transparent 50%),radial-gradient(circle at 80% 50%,rgba(78,205,196,.1) 0,transparent 50%);pointer-events:none}.timeline-wrapper{position:relative;max-width:1200px;margin:0 auto;padding:0 2rem}.timeline-line{left:120px;bottom:0;width:4px;background:linear-gradient(180deg,hsla(0,100%,71%,.3),hsla(0,100%,71%,.6) 25%,rgba(78,205,196,.6) 75%,rgba(78,205,196,.3));z-index:1}.timeline-line,.timeline-progress{position:absolute;top:0;border-radius:2px}.timeline-progress{left:0;width:100%;height:0%;background:linear-gradient(180deg,#ff6b6b,#4ecdc4);animation:progressGrow 3s ease-out forwards;box-shadow:0 0 20px hsla(0,100%,71%,.5)}@keyframes progressGrow{0%{height:0%}to{height:100%}}.timeline-items{position:relative;z-index:2}.timeline-item{position:relative;margin-bottom:6rem;opacity:0;transform:translateY(50px);animation:timelineItemFadeIn .8s ease-out forwards}.timeline-item:first-child{animation-delay:.2s}.timeline-item:nth-child(2){animation-delay:.4s}.timeline-item:nth-child(3){animation-delay:.6s}@keyframes timelineItemFadeIn{to{opacity:1;transform:translateY(0)}}.timeline-marker{position:absolute;left:0;top:0;width:120px;height:120px;background:linear-gradient(135deg,#ff6b6b,#4ecdc4);border-radius:50%;justify-content:center;box-shadow:0 0 30px hsla(0,100%,71%,.6);border:4px solid hsla(0,0%,100%,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:3}.timeline-marker:hover{transform:scale(1.1);box-shadow:0 0 40px hsla(0,100%,71%,.8)}.marker-icon{font-size:1.8rem;margin-bottom:.5rem}.marker-icon,.marker-time{text-shadow:0 2px 4px rgba(0,0,0,.3)}.marker-time{display:flex;flex-direction:column;align-items:center;font-weight:700}.time-main{font-size:1.2rem;line-height:1}.time-sub{font-size:.8rem;opacity:.9}.marker-pulse{position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;border:2px solid hsla(0,100%,71%,.4);border-radius:50%;animation:pulse 2s infinite}.timeline-content{margin-left:160px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:20px;padding:3rem;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);transition:all .3s ease;position:relative}.timeline-content:before{content:"";position:absolute;left:-20px;top:50px;width:0;height:0;border-top:15px solid transparent;border-bottom:15px solid transparent;border-right:20px solid hsla(0,0%,100%,.1)}.timeline-content:hover{transform:translateY(-10px);border-color:hsla(0,0%,100%,.3);box-shadow:0 20px 40px rgba(0,0,0,.3)}.content-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.content-header h3{color:#fff;font-size:1.8rem;font-weight:600;margin:0;flex:1 1;min-width:250px}.company-badge,.company-badges{display:flex;align-items:center;gap:.5rem}.company-badges{gap:1rem}.company-badge{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:25px;padding:.5rem 1rem;font-size:.9rem;font-weight:600;transition:all .3s ease}.company-badge i{font-size:1rem}.company-badge.welldify{background:linear-gradient(135deg,rgba(46,204,113,.2),rgba(39,174,96,.2));border-color:rgba(46,204,113,.4);color:#2ecc71}.company-badge.o2ez{background:linear-gradient(135deg,rgba(52,152,219,.2),rgba(41,128,185,.2));border-color:rgba(52,152,219,.4);color:#3498db}.company-badge.xoxo{background:linear-gradient(135deg,rgba(231,76,60,.2),rgba(192,57,43,.2));border-color:rgba(231,76,60,.4);color:#e74c3c}.company-badge.fwb{background:linear-gradient(135deg,rgba(155,89,182,.2),rgba(142,68,173,.2));border-color:rgba(155,89,182,.4);color:#9b59b6}.company-badge:hover{box-shadow:0 5px 15px rgba(0,0,0,.2)}.content-description{margin-bottom:2.5rem}.content-description p{color:hsla(0,0%,100%,.9);font-size:1.1rem;line-height:1.7;margin:0}.content-activities{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1rem;gap:1rem}.activity-card{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:15px;padding:1.5rem;display:flex;align-items:center;gap:1rem;transition:all .3s ease;cursor:pointer}.activity-card:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.3);transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.2)}.activity-card i{font-size:1.5rem;color:#4ecdc4;min-width:24px}.activity-card span{color:hsla(0,0%,100%,.9);font-weight:500;font-size:.95rem}@media (max-width:1024px){.timeline-line{left:80px}.timeline-marker{width:100px;height:100px}.timeline-content{margin-left:140px;padding:2.5rem}.content-activities{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media (max-width:768px){.enhanced-timeline{padding:4rem 0}.timeline-wrapper{padding:0 1rem}.timeline-line{left:60px}.timeline-marker{width:80px;height:80px}.marker-icon{font-size:1.4rem;margin-bottom:.3rem}.time-main{font-size:1rem}.time-sub{font-size:.7rem}.timeline-content{margin-left:100px;padding:2rem}.timeline-content:before{left:-15px;border-right-width:15px}.content-header{flex-direction:column;align-items:flex-start}.content-header h3{font-size:1.5rem;min-width:auto}.content-activities{grid-template-columns:1fr}.activity-card{padding:1.2rem}.timeline-item{margin-bottom:4rem}}@media (max-width:480px){.timeline-line{left:40px}.timeline-marker{width:60px;height:60px}.marker-icon{font-size:1.2rem}.time-main{font-size:.8rem}.time-sub{font-size:.6rem}.timeline-content{margin-left:80px;padding:1.5rem}.content-header h3{font-size:1.3rem}.content-description p{font-size:1rem}.activity-card{padding:1rem;flex-direction:column;text-align:center;gap:.5rem}.activity-card i{font-size:1.3rem}}.logo-link{display:inline-block;text-decoration:none;transition:all .3s ease}.logo-link:hover{transform:scale(1.05);opacity:.9}.logo-image{height:50px;width:auto;max-width:200px;object-fit:contain;transition:all .3s ease}@media (max-width:768px){.logo-image{height:60px;max-width:240px}}@media (max-width:480px){.logo-image{height:50px;max-width:200px}}@media (max-width:1024px){.register-container{gap:2rem!important;max-width:600px!important;padding:0 1rem!important}.form-grid,.register-container{grid-template-columns:1fr!important}.form-grid{gap:1rem!important}}@media (max-width:768px){.register{padding:4rem 0!important}.register h2{font-size:2rem!important;margin-bottom:2rem!important}.register-container{padding:0 1rem!important;gap:2rem!important;max-width:100%!important;margin:0 auto!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important}.registration-form-container,.whats-included-container{padding:1.5rem!important;border-radius:16px!important;margin:0 auto!important;width:100%!important;max-width:400px!important}.form-grid{grid-template-columns:1fr!important;gap:1rem!important}.input-group{margin-bottom:.5rem!important}.input-group label{font-size:.9rem!important;margin-bottom:.4rem!important}.input-wrapper input,.input-wrapper select,.input-wrapper textarea{padding:.8rem 1rem!important;font-size:.9rem!important;border-radius:8px!important}.futuristic-submit-btn{width:100%!important;min-width:auto!important;padding:1rem 1.5rem!important;font-size:.9rem!important}.pricing-card{padding:1rem!important;margin-top:1.5rem!important;border-radius:12px!important}.price-content .amount{font-size:1.8rem!important}.included-grid{gap:.8rem!important}.included-item{padding:.8rem!important;font-size:.85rem!important;border-radius:8px!important}.item-icon{width:32px!important;height:32px!important;font-size:.8rem!important}.form-header h3,.info-header h3{font-size:1.4rem!important}.form-subtitle{font-size:.85rem!important}}@media (max-width:480px){.register{padding:3rem 0!important}.register h2{font-size:1.6rem!important;padding:0 1rem!important}.register-container{padding:0 .5rem!important;gap:1.5rem!important}.registration-form-container,.whats-included-container{padding:1rem!important;border-radius:12px!important}.form-header h3,.info-header h3{font-size:1.2rem!important}.form-subtitle{font-size:.8rem!important}.input-wrapper input,.input-wrapper select,.input-wrapper textarea{padding:.7rem .8rem!important;font-size:.85rem!important}.pricing-card{padding:.8rem!important}.price-content .amount{font-size:1.5rem!important}.included-item{padding:.6rem!important;font-size:.8rem!important}.item-icon{width:28px!important;height:28px!important;font-size:.7rem!important}}@supports ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.registration-form-container,.whats-included-container{background:hsla(0,0%,100%,.05)!important;-webkit-backdrop-filter:blur(15px)!important;backdrop-filter:blur(15px)!important}}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.registration-form-container,.whats-included-container{background:rgba(20,30,50,.85)!important;border:1px solid hsla(0,0%,100%,.1)!important}}.form-header h3,.info-header h3{color:#fff!important;-webkit-text-fill-color:#fff!important}.form-subtitle,.info-subtitle{color:hsla(0,0%,100%,.8)!important;-webkit-text-fill-color:hsla(0,0%,100%,.8)!important}.included-item{background:hsla(0,0%,100%,.08)!important;border:1px solid hsla(0,0%,100%,.1)!important;display:flex!important;align-items:center!important;gap:1rem!important;padding:1rem!important;border-radius:12px!important}.included-item,.included-item span{color:#fff!important;-webkit-text-fill-color:#fff!important}.included-item span{font-size:.9rem!important;font-weight:500!important;opacity:1!important;visibility:visible!important;display:block!important}.included-item .item-text{color:#fff!important;-webkit-text-fill-color:#fff!important}.item-icon{color:#4ecdc4!important;-webkit-text-fill-color:#4ecdc4!important;background:rgba(78,205,196,.2)!important}.input-wrapper input,.input-wrapper select,.input-wrapper textarea{background:hsla(0,0%,100%,.1)!important;color:#fff!important;-webkit-text-fill-color:#fff!important;padding:20px;border:1px solid hsla(0,0%,100%,.2)!important}.input-wrapper input::placeholder{color:hsla(0,0%,100%,.6)!important;-webkit-text-fill-color:hsla(0,0%,100%,.6)!important}.pricing-card{background:rgba(20,30,50,.7)!important;border:1px solid rgba(78,205,196,.3)!important}.price-content .amount{color:#4ecdc4!important;-webkit-text-fill-color:#4ecdc4!important}.price-content .currency,.price-content .period{color:hsla(0,0%,100%,.8)!important;-webkit-text-fill-color:hsla(0,0%,100%,.8)!important}.register h2{background:linear-gradient(135deg,#ff6b6b,#4ecdc4)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}.input-group label{color:#fff!important;-webkit-text-fill-color:#fff!important}@media (max-width:768px){.companies-container{padding:0 1rem!important;max-width:100%!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important}.company-card{margin:0 auto 2rem!important;padding:1.5rem!important;border-radius:16px!important;background:rgba(20,30,50,.9)!important;border:1px solid rgba(78,205,196,.3)!important;box-shadow:0 4px 15px rgba(0,0,0,.2)!important;width:100%!important;max-width:400px!important;box-sizing:border-box!important;overflow:hidden!important}.company-header{display:flex!important;align-items:flex-start!important;gap:1rem!important;margin-bottom:1.5rem!important;flex-wrap:wrap!important}.company-logo{width:60px!important;height:60px!important;flex-shrink:0!important;display:flex!important;align-items:center!important;justify-content:center!important;background:rgba(78,205,196,.2)!important;border-radius:12px!important;color:#4ecdc4!important;font-size:1.5rem!important}.company-info{flex:1 1!important;min-width:0!important}.company-info h2{font-size:1.4rem!important;margin-bottom:.5rem!important;color:#fff!important;line-height:1.3!important;word-wrap:break-word!important}.company-tagline{font-size:.9rem!important;color:hsla(0,0%,100%,.8)!important;line-height:1.4!important}.company-description{margin-bottom:1.5rem!important}.company-description p{font-size:.9rem!important;line-height:1.6!important;color:hsla(0,0%,100%,.9)!important;margin:0!important;word-wrap:break-word!important;overflow-wrap:break-word!important}.company-highlights{margin-bottom:1.5rem!important}.company-highlights h3{font-size:1.1rem!important;margin-bottom:1rem!important;color:#fff!important}.company-tags{display:flex!important;flex-wrap:wrap!important;gap:.5rem!important;margin-bottom:1.5rem!important}.company-tag{font-size:.75rem!important;padding:.4rem .8rem!important;background:rgba(78,205,196,.2)!important;color:#4ecdc4!important;border-radius:20px!important;border:1px solid rgba(78,205,196,.3)!important;white-space:nowrap!important}.visit-btn{width:100%!important;padding:1rem!important;text-align:center!important;background:linear-gradient(135deg,#4ecdc4,#44a08d)!important;color:#fff!important;text-decoration:none!important;border-radius:12px!important;font-weight:600!important;font-size:.9rem!important;transition:all .3s ease!important;display:block!important;box-sizing:border-box!important}.visit-btn:hover{background:linear-gradient(135deg,#44a08d,#4ecdc4)!important;transform:translateY(-2px)!important}.visit-btn i{margin-right:.5rem!important}}@media (max-width:480px){.companies-container{padding:0 .5rem!important}.company-card{padding:1rem!important;margin-bottom:1.5rem!important}.company-logo{width:50px!important;height:50px!important}.company-info h2,.company-logo{font-size:1.2rem!important}.company-tagline{font-size:.8rem!important}.company-description p{font-size:.85rem!important}}.included-grid .included-item,.register .included-item,.whats-included-container .included-item,div[class*=included-item]{background:rgba(20,30,50,.8)!important;background-color:rgba(20,30,50,.8)!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important;border:1px solid rgba(78,205,196,.3)!important;color:#fff!important;-webkit-text-fill-color:#fff!important;display:flex!important;align-items:center!important;gap:1rem!important;padding:1rem!important;margin-bottom:1rem!important;border-radius:12px!important;min-height:60px!important;box-shadow:0 4px 15px rgba(0,0,0,.2)!important;position:relative!important;z-index:1!important}.included-grid .included-item:before,.whats-included-container .included-item:before{content:""!important;position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;background:rgba(20,30,50,.8)!important;border-radius:12px!important;z-index:-1!important}.included-grid .included-item .item-text,.included-grid .included-item span{color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:.9rem!important;font-weight:500!important;opacity:1!important;visibility:visible!important;display:inline-block!important;text-shadow:0 1px 2px rgba(0,0,0,.5)!important;line-height:1.4!important}.included-grid .included-item .item-icon{color:#4ecdc4!important;-webkit-text-fill-color:#4ecdc4!important;background:rgba(78,205,196,.2)!important;border-radius:50%!important;width:40px!important;height:40px!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important}.included-grid .included-item .item-icon i{color:#4ecdc4!important;-webkit-text-fill-color:#4ecdc4!important;font-size:1rem!important}@media (max-width:768px){.included-grid .included-item{padding:.8rem!important;min-height:50px!important;gap:.8rem!important}.included-grid .included-item span{font-size:.85rem!important}.included-grid .included-item .item-icon{width:35px!important;height:35px!important}}.modern-timeline .timeline-marker{position:relative!important;left:auto!important;top:auto!important;transform:none!important;width:auto!important;height:auto!important;background:none!important;border-radius:0!important;border:none!important;box-shadow:none!important;z-index:auto!important;display:flex!important;flex-direction:column!important;align-items:center!important;cursor:pointer!important;transition:all .3s ease!important}.modern-timeline .timeline-marker:hover{transform:translateY(-5px)!important;box-shadow:none!important}.modern-timeline{padding:80px 0;background:linear-gradient(135deg,#1a1a2e,#16213e 50%,#0f3460);position:relative;overflow:hidden}.modern-timeline:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(120,119,198,.3) 0,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,119,198,.3) 0,transparent 50%),radial-gradient(circle at 40% 40%,rgba(120,219,255,.2) 0,transparent 50%);pointer-events:none}.modern-timeline .container{position:relative;z-index:1}.modern-timeline .section-header{text-align:center;margin-bottom:60px}.modern-timeline .section-header h2{font-size:3rem;font-weight:700;background:linear-gradient(135deg,#ff6b6b,#4ecdc4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:20px}.modern-timeline .section-header p{font-size:1.2rem;color:hsla(0,0%,100%,.8);max-width:600px;margin:0 auto}.timeline-navigation{margin-bottom:60px;padding:0 20px}.timeline-track{position:relative;width:100%;height:120px;display:flex;align-items:center}.timeline-progress-bar{position:absolute;top:50%;left:0;right:0;height:4px;background:linear-gradient(90deg,#ff6b6b,#4ecdc4);border-radius:2px;transform:translateY(-50%);box-shadow:0 0 20px hsla(0,100%,71%,.5);animation:progressGlow 3s ease-in-out infinite alternate}@keyframes progressGlow{0%{box-shadow:0 0 20px hsla(0,100%,71%,.5)}to{box-shadow:0 0 30px rgba(78,205,196,.7)}}.timeline-markers{display:flex;justify-content:space-between;width:100%;position:relative;z-index:2}.timeline-marker{display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:all .3s ease;position:relative}.timeline-marker:hover{transform:translateY(-5px)}.marker-content{display:flex;flex-direction:column;align-items:center;text-align:center;background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.2);border-radius:20px;padding:20px;min-width:180px;transition:all .3s ease}.timeline-marker.active .marker-content{background:hsla(0,100%,71%,.2);border-color:hsla(0,100%,71%,.5);box-shadow:0 10px 30px hsla(0,100%,71%,.3)}.timeline-marker:hover .marker-content{background:hsla(0,0%,100%,.15);box-shadow:0 15px 40px rgba(0,0,0,.2)}.marker-icon{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#ff6b6b,#4ecdc4);display:flex;align-items:center;justify-content:center;margin-bottom:15px;font-size:24px;color:#fff;box-shadow:0 5px 15px rgba(0,0,0,.3);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.marker-time{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:8px}.marker-title{font-size:.9rem;color:hsla(0,0%,100%,.8);font-weight:500}.marker-connector{position:absolute;top:50%;right:-50%;width:100%;height:2px;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.3) 50%,transparent);transform:translateY(-50%)}.timeline-marker:last-child .marker-connector{display:none}.timeline-content-area{position:relative}.session-card{display:none;background:hsla(0,0%,100%,.05);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.1);border-radius:24px;padding:40px;margin-bottom:30px;animation:fadeInUp .6s ease-out}.session-card.active{display:block}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.session-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:30px;gap:30px}.session-info h3{font-size:2.2rem;font-weight:700;color:#fff;margin-bottom:15px;line-height:1.2}.session-meta{gap:20px;flex-wrap:wrap}.session-meta,.session-time{display:flex;align-items:center}.session-time{gap:8px;color:hsla(0,0%,100%,.8);font-size:1rem;font-weight:500}.session-time i{color:#4ecdc4}.company-badge,.company-badges .company-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:20px;font-size:.9rem;font-weight:600;transition:all .3s ease}.company-badge:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.3)}.company-badge.welldify{background:linear-gradient(135deg,#4ade80,#22c55e);color:#fff}.company-badge.o2ez{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.company-badge.xoxo{background:linear-gradient(135deg,#f43f5e,#e11d48);color:#fff}.company-badge.fwb{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.company-badges{display:flex;gap:10px;flex-wrap:wrap}.session-visual{flex-shrink:0}.session-icon-large{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#ff6b6b,#4ecdc4);display:flex;align-items:center;justify-content:center;font-size:40px;color:#fff;box-shadow:0 10px 30px rgba(0,0,0,.3);animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.session-description{margin-bottom:40px}.session-description p{font-size:1.1rem;line-height:1.7;color:hsla(0,0%,100%,.9);max-width:800px}.session-highlights{margin-top:30px}.highlight-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:20px;gap:20px}.highlight-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:15px;padding:20px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;transition:all .3s ease;-webkit-background-clip:padding-box;background-clip:padding-box}.highlight-item:hover{background:hsla(0,0%,100%,.08);transform:translateY(-3px);box-shadow:0 10px 25px rgba(0,0,0,.2)}.highlight-icon{width:50px;height:50px;border-radius:12px;background:linear-gradient(135deg,#ff6b6b,#4ecdc4);display:flex;align-items:center;justify-content:center;font-size:20px;color:#fff;flex-shrink:0;box-shadow:0 5px 15px rgba(0,0,0,.2)}.highlight-content h4{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:5px}.highlight-content p{font-size:.95rem;color:hsla(0,0%,100%,.7);line-height:1.4}@media (max-width:1199px){.timeline-markers{gap:20px}.marker-content{min-width:10px;padding:18px}.marker-icon{width:55px;height:55px;font-size:22px}.session-icon-large{width:80px;height:80px;font-size:32px}}@media (max-width:768px){.modern-timeline{padding:60px 0}.modern-timeline .section-header h2{font-size:2.5rem}.timeline-navigation{margin-bottom:20px;padding:0 10px}.timeline-track{height:120px;position:relative;padding:0}.timeline-markers{display:flex;justify-content:space-between;width:100%;position:relative;z-index:2;gap:5px}.timeline-progress-bar{position:absolute;top:50%;left:0;right:0;height:4px;background:linear-gradient(90deg,#ff6b6b,#4ecdc4);border-radius:2px;transform:translateY(-50%);box-shadow:0 0 20px hsla(0,100%,71%,.5)}.timeline-marker{display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:all .3s ease;position:relative;flex:1 1;max-width:calc(33.333% - 5px)}.marker-content{width:100%;padding:10px 5px;margin:0 auto;position:relative;z-index:4;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:15px}.timeline-marker.active .marker-content{background:hsla(0,100%,71%,.2);border-color:hsla(0,100%,71%,.5);box-shadow:0 10px 30px hsla(0,100%,71%,.3)}.marker-icon{width:40px;height:40px;font-size:18px;margin-bottom:8px}.marker-time{font-size:.8rem;font-weight:600;margin-bottom:4px}.marker-title{font-size:.65rem;font-weight:500;line-height:1.1;text-align:center}.marker-connector{position:absolute;top:50%;right:-50%;width:100%;height:2px;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.3) 50%,transparent);transform:translateY(-50%)}.timeline-marker:last-child .marker-connector{display:none}.session-header{flex-direction:column;gap:20px;text-align:center}.session-info h3{font-size:1.8rem}.session-meta{justify-content:center}.session-visual{align-self:center}.highlight-grid{grid-template-columns:1fr;gap:15px}.session-card{padding:30px 20px}.session-card .session-description{font-size:14px;line-height:1.4}.session-card .session-description p{font-size:14px;line-height:1.4;margin-bottom:15px}.session-card .session-highlights{font-size:13px}.session-card .session-highlights .highlight-item{padding:12px 12px 0;display:flex;flex-direction:row;align-items:flex-start;text-align:left;gap:12px}.session-card .session-highlights .highlight-content h4{font-size:14px;margin-bottom:4px}.session-card .session-highlights .highlight-content p{font-size:12px;line-height:1.3}.session-card .session-highlights .highlight-icon{flex-shrink:0;margin-bottom:0;align-self:flex-start;width:35px;height:35px;font-size:16px}.session-card .session-highlights .highlight-content{flex:1 1;text-align:left}.company-badges{display:flex;flex-direction:row;flex-wrap:wrap;gap:6px;justify-content:flex-start}.company-badge{padding:4px 8px;font-size:11px;min-width:auto;border-radius:12px}.company-badge i{font-size:10px;margin-right:4px}.company-badge span{font-size:11px;font-weight:500}}@media (max-width:480px){.modern-timeline .section-header h2{font-size:2rem}.timeline-navigation{padding:0 5px}.timeline-track{height:120px;padding:0}.timeline-markers{gap:3px}.timeline-marker{max-width:calc(33.333% - 3px)}.marker-content{width:100%;padding:8px 3px}.marker-icon{width:35px;height:35px;font-size:16px;margin-bottom:6px}.marker-time{font-size:.7rem;margin-bottom:3px}.marker-title{font-size:.55rem;line-height:1}.session-icon-large{width:70px;height:70px;font-size:28px}.session-info h3{font-size:1.5rem}.highlight-item{padding:15px}.highlight-icon{width:45px;height:45px;font-size:18px}}.timeline-marker.active .marker-icon{animation:activeGlow 2s ease-in-out infinite alternate}@keyframes activeGlow{0%{box-shadow:0 5px 15px rgba(0,0,0,.3)}to{box-shadow:0 5px 25px hsla(0,100%,71%,.6)}}.session-card{opacity:0;transform:translateY(20px);transition:all .5s ease}.session-card.active{opacity:1;transform:translateY(0)}.modern-timeline *,.modern-timeline :after,.modern-timeline :before{box-sizing:border-box}.highlight-item,.marker-content,.session-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}@supports (-webkit-backdrop-filter:blur(20px)){.highlight-item,.marker-content,.session-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}}@supports not ((-webkit-backdrop-filter:blur(20px)) or (backdrop-filter:blur(20px))){.highlight-item{background:rgba(30,30,50,.8)!important;border:1px solid hsla(0,0%,100%,.2)}}@media screen and (-webkit-min-device-pixel-ratio:0){.highlight-item{background:rgba(30,30,50,.85)!important;border:1px solid hsla(0,0%,100%,.15)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.highlight-item:hover{background:rgba(40,40,60,.9)!important}}.form-message{padding:1rem;border-radius:8px;margin:1rem 0;font-weight:500}.form-message.success{background:rgba(76,175,80,.1);border:1px solid rgba(76,175,80,.3);color:#4caf50}.form-message.error{background:rgba(244,67,54,.1);border:1px solid rgba(244,67,54,.3);color:#f44336}.fa-spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}