.hero{color:#fff;width:100%;min-height:100%;font-family:Satoshi,sans-serif;position:relative;overflow:hidden}.hero-bg{object-fit:cover;z-index:-2}.hero-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:-1;background:#0009;position:absolute;inset:0}.hero-content{flex-direction:column;justify-content:center;max-width:960px;height:100%;padding:120px 40px;display:flex;position:relative}.hero-logo{position:absolute;top:30px;left:40px}.hero-logo img{width:220px;height:auto}.hero-badge-row{align-items:center;gap:12px;margin-bottom:20px;display:flex}.hero-badge{color:#25286a;background-color:#0ff;border-radius:6px;padding:8px 14px;font-size:14px;font-weight:700}.hero-subtitle{color:#0ff;font-size:14px;font-weight:500}.hero-title{color:#f5ab40;letter-spacing:-.02em;margin-bottom:28px;font-size:46px;font-weight:200;line-height:1.3}.first-line{font-weight:700}.hero-info p{color:#fff;align-items:center;gap:10px;margin-bottom:10px;font-size:20px;font-weight:700;display:flex}@media (max-width:768px){.hero{height:auto}.hero-content{text-align:left;align-items:flex-start;padding:96px 24px 40px}.hero-logo{top:20px;left:24px}.hero-logo img{width:190px}.hero-badge-row{flex-direction:column;align-items:flex-start;gap:8px;margin-top:16px}.hero-title{font-size:28px}.hero-info p{justify-content:flex-start;font-size:14px}}@media (max-width:350px){.hero-content{padding:80px 16px 32px}.hero-logo{top:16px;left:16px}.hero-logo img{width:160px}.hero-badge-row{gap:6px;margin-top:10px}.hero-title{font-size:24px;line-height:1.25}.hero-info p{font-size:13px}}
.rsvp-section{background:#fff;width:100%;padding:60px 20px}.rsvp-container{text-align:left;max-width:1100px;margin:0 auto}.rsvp-input-row{justify-content:left;align-items:stretch;gap:0;margin-bottom:32px;display:flex}.input-wrapper{border:1px solid #d6d6d6;border-radius:6px 0 0 6px;align-items:center;width:100%;max-width:420px;padding:0 14px;display:flex}.mail-icon{color:#9a9a9a;margin-right:8px;font-size:16px}.input-wrapper input{border:none;outline:none;width:100%;height:48px;font-size:14px}.rsvp-btn{color:#fff;cursor:pointer;background:#f5ab40e5;border:none;border-radius:0 6px 6px 0;padding:0 26px;font-size:14px;font-weight:700}.rsvp-paragraph{color:#000;margin-bottom:10px;font-size:18px;font-weight:500;line-height:1.6}.rsvp-highlight{color:#000;text-align:center;margin:30px 0;font-size:28px;font-weight:700;line-height:1.3}@media (max-width:600px){.rsvp-input-row{flex-direction:column}.input-wrapper{border-radius:6px;max-width:100%;margin-bottom:10px}.rsvp-btn{border-radius:6px;height:48px}.rsvp-highlight{font-size:22px}}.rsvp-btn:disabled{opacity:.9;cursor:not-allowed}.processing-dots{align-items:center;height:100%;margin-right:6px;display:inline-flex}.processing-dots span{opacity:.3;margin:0 1px;font-weight:700;animation:1.4s infinite dotPulse;display:inline-block}.processing-dots span:first-child{animation-delay:0s}.processing-dots span:nth-child(2){animation-delay:.2s}.processing-dots span:nth-child(3){animation-delay:.4s}@keyframes dotPulse{0%,to{opacity:.3}50%{opacity:1}}.input-wrapper input:disabled{opacity:.8;cursor:not-allowed;background-color:#fff;border-color:#e0e0e0}@media (max-width:600px){.rsvp-btn:disabled{opacity:.9}.processing-dots{margin-right:8px}}.toast-message{color:#fff;text-align:center;border-radius:4px;width:100%;margin-top:12px;padding:10px 16px;font-size:14px;font-weight:500;transition:all .3s}.toast-message.success{background-color:#29aa7f}.toast-message.error{background-color:#ef4444}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
.explore{background:#d2e1ff80;padding:20px 24px;font-family:Satoshi,sans-serif}.explore-header{max-width:1200px;margin:0 auto 40px}.explore-header h2{color:#f5ab40;margin-bottom:10px;font-size:26px;font-weight:900}.explore-header p{color:#000;font-size:18px}.explore-grid{grid-template-columns:repeat(3,1fr);gap:24px;max-width:1200px;margin:0 auto;display:grid}.explore-card{background:#fff;border-radius:12px;padding:24px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 10px 25px #00000014}.explore-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px #00000026}.explore-card:before{content:"";transform-origin:0;height:4px;transition:transform .4s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.explore-card:hover:before{transform:scaleX(1)}.explore-card:hover .explore-card-top img{animation:.6s iconBounce}@keyframes iconBounce{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.explore-card:hover{background:linear-gradient(145deg,#fff,#f8faff)}.explore-card:hover .explore-card-top h3{color:#25286a;transition:color .3s}.explore-card-top{align-items:center;gap:12px;margin-bottom:12px;display:flex}.explore-card-top h3{color:#000;font-size:16px;font-weight:700;transition:color .3s}.explore-desc{color:#000;font-size:15px;transition:color .3s}.explore-card:hover .explore-desc{color:#333}@media (max-width:768px){.explore-grid{grid-template-columns:1fr;gap:16px}.explore-card{padding:16px}.explore-card-top{align-items:center}.explore-card-top h3{font-size:14px}.explore-desc{margin-left:40px;font-size:13px}.explore-card:hover{transform:translateY(-4px)}}@media (max-width:350px){.explore-desc{margin-left:0}}
.speakers{color:#f5ab40;background:linear-gradient(#1d4ed8 0%,#0b2c8f 100%);padding:30px 20px;font-family:Satoshi,sans-serif}.speakers-container{max-width:1200px;margin:0 auto}.speakers-title{margin-bottom:40px;font-size:22px;font-weight:700}.speaker-card{align-items:flex-start;gap:24px;margin-bottom:36px;display:flex}.speaker-img{object-fit:fill;border-radius:8px;width:180px;height:180px}.speaker-content h3{color:#0ff;font-size:20px;font-weight:700}.speaker-content p{color:#fff;font-size:18px;font-weight:500;line-height:2}.speaker-footer{background-image:url(/featurespeaker/additional-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:4px;margin-top:40px;position:relative;overflow:hidden}.speaker-footer div{width:950px;margin:0 auto}.speaker-footer:before{content:"";z-index:0;background:#0000001a;position:absolute;inset:0}.speaker-footer h4,.speaker-footer p{z-index:1;position:relative}.speaker-footer h4{color:#0ff;margin-bottom:10px;font-size:22px;font-weight:700}.speaker-footer p{color:#fff;font-size:18px;line-height:1.6}@media (max-width:768px){.speaker-card{text-align:center;flex-direction:column;align-items:center;gap:16px}.speaker-img{object-fit:cover;width:250px;height:230px;margin:0 auto}.speaker-content h3{font-size:18px}.speaker-content p{font-size:15px;line-height:1.6}.speaker-footer div{text-align:center;width:100%;padding:10px}}@media (max-width:350px){.speaker-img{width:200px;height:180px}.speaker-content p{font-size:14px}.speaker-footer{padding:20px 14px}}
.behind{background:#fff;padding:30px 20px;font-family:Satoshi,sans-serif}.behind-container{align-items:flex-start;gap:0;max-width:1000px;margin:0 auto;display:flex}.behind-left{flex:1}.behind-title{color:#f5ab40;margin-bottom:24px;font-size:26px;font-weight:700;line-height:1.5}.behind-subtitle{color:#000;margin-bottom:20px;font-size:16px;font-weight:600}.behind-list{margin:0 0 32px;padding:0;list-style:none}.behind-list li{color:#000;margin-bottom:16px;padding-left:20px;font-size:15px;line-height:1.6;position:relative}.behind-list li:before{content:"";background:#f5ab40e5;width:2px;height:14px;position:absolute;top:6px;left:0}.behind-cta{align-items:center;gap:0;max-width:520px;display:flex}.behind-cta input{border:1px solid #d0d0d0;border-right:none;border-radius:6px 0 0 6px;outline:none;flex:1;height:48px;padding:0 14px;font-size:14px}.behind-cta button{color:#fff;cursor:pointer;background:#f5ab40e5;border:none;border-radius:0 6px 6px 0;height:48px;padding:0 26px;font-size:14px;font-weight:700}.behind-right{flex:.8;min-height:400px;position:relative}.behind-img{object-fit:cover;height:400px}.input-wrap{flex:1;width:100%;position:relative}.mail-icons{color:#9b9b9b;pointer-events:none;font-size:16px;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.input-wrap input{border:1px solid #d0d0d0;border-right:none;border-radius:6px 0 0 6px;outline:none;width:100%;height:48px;padding-left:42px;padding-right:14px;font-size:14px}@media (max-width:768px){.behind-container{flex-direction:column;gap:32px}.behind-right{order:1;width:100%;min-height:180px}.behind-left{order:2;width:100%}.behind-img{object-position:left center}.behind-title{font-size:22px}.behind-cta{flex-direction:column;gap:12px;width:100%}.behind-cta input{box-sizing:border-box;appearance:none;border:1px solid #d0d0d0;border-radius:8px;width:100%;height:auto;min-height:52px;padding:14px 16px;font-size:15px;line-height:1.4}.behind-cta button{border-radius:8px;width:100%;height:52px;font-size:15px;font-weight:700}.input-wrap input{appearance:none;border-right:1px solid #d0d0d0;border-radius:8px;height:auto;min-height:52px;padding:14px 16px 14px 44px;font-size:15px;line-height:1.4}.mail-icons{font-size:17px;left:16px}}.behind-cta button:disabled{opacity:.9;cursor:not-allowed}.processing-dots{align-items:center;height:100%;margin-right:6px;display:inline-flex}.processing-dots span{opacity:.3;margin:0 1px;font-weight:700;animation:1.4s infinite dotPulse;display:inline-block}.processing-dots span:first-child{animation-delay:0s}.processing-dots span:nth-child(2){animation-delay:.2s}.processing-dots span:nth-child(3){animation-delay:.4s}@keyframes dotPulse{0%,to{opacity:.3}50%{opacity:1}}.behind-cta input:disabled{opacity:.8;cursor:not-allowed;background-color:#f9f9f9}@media (max-width:768px){.processing-dots{margin-right:8px}.behind-cta button:disabled{opacity:.9}}.behind-toast-message{color:#fff;text-align:center;border-radius:4px;width:100%;margin-top:12px;padding:10px 16px;font-size:14px;font-weight:500;transition:all .3s}.behind-toast-message.success{background-color:#29aa7f}.behind-toast-message.error{background-color:#ef4444}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.behind-cta{flex-wrap:wrap;align-items:flex-start;gap:10px;display:flex}.behind-cta .behind-toast-message{flex:0 0 100%}
.agenda{background:#00f5f5;padding:30px 20px;font-family:Satoshi,sans-serif}.agenda-container{max-width:1200px;margin:0 auto}.agenda-title{color:#1d4df4;margin-bottom:36px;font-size:22px;font-weight:700}.agenda-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:28px;display:grid}.agenda-card{background:#fff;border-radius:6px;flex-direction:column;height:100%;padding:26px 24px 30px;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 6px 18px #00000014}.agenda-card:hover{transform:translateY(-10px);box-shadow:0 15px 35px #1d4df426}.agenda-card:hover h3{color:#000;transition:color .3s}.agenda-card:hover .agenda-speaker{color:#1d4df4;font-weight:600;transition:all .3s;transform:translate(5px)}@keyframes pulse{0%{box-shadow:0 6px 18px #00000014}50%{box-shadow:0 10px 30px #1d4df433}to{box-shadow:0 15px 35px #1d4df426}}.agenda-card:hover{animation:1.5s infinite pulse}.agenda-card h3{color:#1d4df4;min-height:50px;margin-bottom:18px;font-size:18px;font-weight:700;line-height:1.4;transition:color .3s}.agenda-speaker{color:#000;min-height:32px;margin-bottom:12px;font-size:15px;font-weight:600;transition:all .3s}.agenda-text{color:#000;flex-grow:1;font-size:15px;line-height:1.6;transition:color .3s}@media (max-width:900px){.agenda-grid{grid-template-columns:1fr;gap:22px}.agenda-card{padding:24px}.agenda-card:hover{transform:translateY(-5px)}}@media (max-width:480px){.agenda{padding:40px 16px}.agenda-title{font-size:20px}.agenda-card h3{min-height:10px;font-size:14px}.agenda-speaker{min-height:10px}.agenda-text{font-size:13px}}
.footer-cta{color:#fff;background-image:url(/footer/backgroundimg.png);background-position:50%;background-size:cover;padding:40px 24px 20px;font-family:Satoshi,sans-serif}.footer-overlay{max-width:1200px;margin:0 auto}.footer-top-text{margin-bottom:20px;font-size:18px;font-weight:600}.footer-form{align-items:center;max-width:600px;margin-bottom:1em;display:flex}.footer-input-wrapper{flex:1;position:relative}.footer-input-wrapper input{border:none;border-radius:8px 0 0 8px;outline:none;width:100%;height:52px;padding:0 16px 0 44px;font-size:15px}.footer-input-wrapper input:disabled{opacity:.8;cursor:not-allowed;background-color:#f9f9f9}.footer-mail-icon{opacity:.6;color:#9a9a9a;z-index:1;font-size:16px;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.footer-submit-btn{color:#fff;cursor:pointer;background:#f5ab40;border:none;border-radius:0 8px 8px 0;height:52px;padding:0 34px;font-size:15px;font-weight:700;transition:background .2s}.footer-submit-btn:hover{background:#e49a30}.footer-submit-btn:disabled{opacity:.9;cursor:not-allowed}.footer-processing-dots{align-items:center;height:100%;margin-right:6px;display:inline-flex}.footer-processing-dots span{opacity:.3;margin:0 1px;font-weight:700;animation:1.4s infinite footerDotPulse;display:inline-block}.footer-processing-dots span:first-child{animation-delay:0s}.footer-processing-dots span:nth-child(2){animation-delay:.2s}.footer-processing-dots span:nth-child(3){animation-delay:.4s}@keyframes footerDotPulse{0%,to{opacity:.3}50%{opacity:1}}.footer-bottom{justify-content:space-between;align-items:center;margin-top:20px;display:flex}.footer-logo-wrap{width:250px;height:100px;position:relative}.footer-logo{object-fit:contain}.footer-copyright{opacity:.9;font-size:13px}@media (max-width:768px){.footer-cta{width:100%;padding:16px 20px 10px}.footer-form{flex-direction:column;align-items:flex-start;gap:14px;max-width:100%}.footer-input-wrapper{width:100%}.footer-input-wrapper input{text-align:left;border-radius:8px;width:100%;height:54px}.footer-submit-btn{text-align:center;border-radius:8px;width:100%;height:54px}.footer-bottom{text-align:left;flex-direction:column;align-items:flex-start;gap:0}.footer-logo-wrap{margin-top:10px}.footer-copyright{text-align:left}.footer-submit-btn:disabled{opacity:.9}.footer-processing-dots{margin-right:8px}}.footer-toast-message{color:#fff;text-align:center;border-radius:4px;width:100%;margin-top:12px;padding:10px 16px;font-size:14px;font-weight:500;transition:all .3s}.footer-toast-message.success{background-color:#29aa7f}.footer-toast-message.error{background-color:#ef4444}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.footer-form{flex-wrap:wrap;align-items:flex-start;gap:10px;display:flex}.footer-form .footer-toast-message{flex:0 0 100%}
