.landing-root{--khm-purple-dark: #793e6c;--khm-purple-light: #b897b1;--khm-cream: #eae5df;--khm-mint: #00F0B5;--khm-yellow: #F4D634;--khm-black: #111111;--khm-white: #ffffff;font-family:Lato,sans-serif;background-color:var(--khm-black);color:var(--khm-white);overflow-x:hidden;scroll-behavior:smooth}.landing-root *,.landing-root *:before,.landing-root *:after{box-sizing:border-box}.landing-root .hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--khm-black)}.landing-root .hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 70% 40%,rgba(121,62,108,.45) 0%,transparent 65%),radial-gradient(ellipse 60% 40% at 20% 80%,rgba(0,240,181,.12) 0%,transparent 55%),repeating-linear-gradient(92deg,rgba(255,255,255,.015) 0,rgba(255,255,255,.015) 1px,transparent 1px,transparent 60px);z-index:0}.landing-root .speed-lines{position:absolute;inset:0;z-index:0;overflow:hidden;opacity:.18}.landing-root .speed-lines span{position:absolute;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,var(--khm-purple-light) 40%,var(--khm-mint) 70%,transparent 100%);animation:khmSpeedLine 3s linear infinite}.landing-root .speed-lines span:nth-child(1){top:12%;animation-duration:2.2s;animation-delay:0s}.landing-root .speed-lines span:nth-child(2){top:24%;animation-duration:3.1s;animation-delay:.4s;opacity:.6}.landing-root .speed-lines span:nth-child(3){top:38%;animation-duration:2.7s;animation-delay:.8s}.landing-root .speed-lines span:nth-child(4){top:52%;animation-duration:3.5s;animation-delay:.2s;opacity:.5}.landing-root .speed-lines span:nth-child(5){top:65%;animation-duration:2.4s;animation-delay:1.1s}.landing-root .speed-lines span:nth-child(6){top:77%;animation-duration:3.8s;animation-delay:.6s;opacity:.4}.landing-root .speed-lines span:nth-child(7){top:88%;animation-duration:2.9s;animation-delay:.9s}@keyframes khmSpeedLine{0%{transform:translate(-100%)}to{transform:translate(100%)}}.landing-root .hero-inner{position:relative;z-index:2;max-width:1100px;width:90%;margin:0 auto;padding:80px 0 60px;display:grid;grid-template-columns:1fr 420px;gap:60px;align-items:center}.landing-root .hero-tag{display:inline-block;background:var(--khm-mint);color:var(--khm-black);font-family:Montserrat,sans-serif;font-weight:900;font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;padding:6px 14px;border-radius:2px;margin-bottom:20px;animation:khmFadeUp .6s ease both}.landing-root .hero-left{animation:khmFadeUp .7s ease .1s both}.landing-root .hero-graphic{display:block;width:100%;height:auto;border-radius:16px;border:1px solid rgba(0,240,181,.25);box-shadow:0 30px 80px -20px #0009,0 0 60px -20px #00f0b540;margin-bottom:28px}.landing-root .hero-title{font-family:Bebas Neue,sans-serif;font-size:clamp(3.2rem,7vw,6rem);line-height:.95;color:var(--khm-white);animation:khmFadeUp .7s ease .1s both;margin-bottom:18px}.landing-root .hero-title .accent{color:var(--khm-mint)}.landing-root .hero-title .yellow{color:var(--khm-yellow)}.landing-root .hero-subtitle{font-family:Montserrat,sans-serif;font-weight:700;font-size:clamp(1rem,2.2vw,1.3rem);color:var(--khm-purple-light);text-transform:uppercase;letter-spacing:.08em;margin-bottom:28px;animation:khmFadeUp .7s ease .2s both}.landing-root .hero-meta{display:flex;gap:20px;flex-wrap:wrap;margin-bottom:36px;animation:khmFadeUp .7s ease .3s both}.landing-root .meta-pill{display:flex;align-items:center;gap:8px;background:#ffffff12;border:1px solid rgba(255,255,255,.12);border-radius:50px;padding:8px 16px;font-size:.85rem;font-weight:600;color:var(--khm-cream)}.landing-root .meta-pill .icon{font-size:1rem}.landing-root .cta-card{background:#ffffff0a;border:1px solid rgba(0,240,181,.25);border-radius:16px;padding:36px 32px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:khmFadeUp .8s ease .2s both;position:relative;overflow:hidden}.landing-root .cta-card:before{content:"";position:absolute;top:-1px;left:20%;right:20%;height:2px;background:linear-gradient(90deg,transparent,var(--khm-mint),transparent)}.landing-root .cta-card h3{font-family:Bebas Neue,sans-serif;font-size:1.8rem;color:var(--khm-white);margin-bottom:6px}.landing-root .cta-card p.sub{font-size:.82rem;color:var(--khm-purple-light);margin-bottom:22px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.landing-root .form-group{margin-bottom:14px}.landing-root .form-group label{display:block;font-size:.75rem;font-weight:700;color:var(--khm-purple-light);letter-spacing:.1em;text-transform:uppercase;margin-bottom:6px}.landing-root .form-group input{width:100%;background:#ffffff12;border:1px solid rgba(184,151,177,.3);border-radius:8px;padding:12px 16px;color:var(--khm-white);font-size:.9rem;font-family:Lato,sans-serif;outline:none;transition:border-color .2s,background .2s}.landing-root .form-group input::placeholder{color:#ffffff4d}.landing-root .form-group input:focus{border-color:var(--khm-mint);background:#00f0b50d}.landing-root .btn-register{width:100%;background:var(--khm-mint);color:var(--khm-black);font-family:Montserrat,sans-serif;font-weight:900;font-size:1rem;letter-spacing:.08em;text-transform:uppercase;border:none;border-radius:8px;padding:15px;cursor:pointer;margin-top:6px;transition:background .2s,transform .15s,box-shadow .2s}.landing-root .btn-register:hover{background:#00e0a8;transform:translateY(-2px);box-shadow:0 8px 30px #00f0b559}.landing-root .cta-disclaimer{text-align:center;font-size:.72rem;color:#ffffff59;margin-top:12px}.landing-root .speakers-strip{display:flex;gap:14px;margin-top:36px;animation:khmFadeUp .7s ease .4s both}.landing-root .speaker-chip{display:flex;align-items:center;gap:10px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:50px;padding:8px 16px 8px 8px}.landing-root .speaker-avatar{width:38px;height:38px;border-radius:50%;border:2px solid var(--khm-mint);background:var(--khm-purple-dark);display:flex;align-items:center;justify-content:center;font-family:Bebas Neue,sans-serif;font-size:1.1rem;color:var(--khm-mint);flex-shrink:0}.landing-root .speaker-info{line-height:1.2}.landing-root .speaker-name{font-weight:700;font-size:.78rem;color:var(--khm-white)}.landing-root .speaker-role{font-size:.68rem;color:var(--khm-purple-light)}.landing-root .logos-bar{background:#ffffff08;border-top:1px solid rgba(255,255,255,.07);border-bottom:1px solid rgba(255,255,255,.07);padding:20px 0;text-align:center}.landing-root .logos-bar .inner{display:flex;align-items:center;justify-content:center;gap:40px;flex-wrap:wrap}.landing-root .logos-bar .divider{width:1px;height:24px;background:#ffffff26}.landing-root .logo-text{font-family:Bebas Neue,sans-serif;font-size:1.6rem;letter-spacing:.1em;color:#ffffff80}.landing-root .collab-x{font-size:1.2rem;color:var(--khm-mint);font-weight:900}.landing-root .khm-section{max-width:1100px;margin:0 auto;padding:80px 5%}.landing-root .section-label{font-family:Montserrat,sans-serif;font-weight:900;font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--khm-mint);margin-bottom:14px}.landing-root .section-title{font-family:Bebas Neue,sans-serif;font-size:clamp(2.2rem,5vw,3.8rem);line-height:1;color:var(--khm-white);margin-bottom:14px}.landing-root .section-title .accent{color:var(--khm-yellow)}.landing-root .section-desc{font-size:1rem;color:var(--khm-purple-light);max-width:560px;line-height:1.7;margin-bottom:50px}.landing-root .points-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(310px,1fr));gap:20px}.landing-root .point-card{background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:14px;padding:28px 26px;position:relative;overflow:hidden;transition:border-color .25s,transform .25s}.landing-root .point-card:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--khm-purple-dark),var(--khm-mint));transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.landing-root .point-card:hover{border-color:#00f0b54d;transform:translateY(-4px)}.landing-root .point-card:hover:after{transform:scaleX(1)}.landing-root .point-num{font-family:Bebas Neue,sans-serif;font-size:3.5rem;line-height:1;color:#793e6c66;position:absolute;top:16px;right:20px}.landing-root .point-icon{font-size:1.8rem;margin-bottom:14px}.landing-root .point-title{font-family:Montserrat,sans-serif;font-weight:800;font-size:.95rem;color:var(--khm-white);margin-bottom:8px;line-height:1.3;text-transform:uppercase;letter-spacing:.04em}.landing-root .point-desc{font-size:.85rem;color:#eae5dfb3;line-height:1.65}.landing-root .stat-badge{display:inline-block;margin-top:12px;background:#00f0b51a;border:1px solid rgba(0,240,181,.25);color:var(--khm-mint);font-size:.72rem;font-weight:700;letter-spacing:.08em;padding:4px 10px;border-radius:4px}.landing-root .for-section{background:#793e6c1a;border-top:1px solid rgba(121,62,108,.2);border-bottom:1px solid rgba(121,62,108,.2)}.landing-root .for-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.landing-root .check-list{list-style:none;display:flex;flex-direction:column;gap:14px;padding:0;margin:0}.landing-root .check-list li{display:flex;align-items:flex-start;gap:12px;font-size:.95rem;color:var(--khm-cream);line-height:1.5}.landing-root .check-list li .check{width:22px;height:22px;background:var(--khm-mint);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px;font-size:.7rem;color:var(--khm-black);font-weight:900}.landing-root .stat-block{background:#ffffff0a;border:1px solid rgba(0,240,181,.15);border-radius:14px;padding:30px;display:flex;flex-direction:column;gap:22px}.landing-root .stat-row{display:flex;flex-direction:column;gap:4px;padding-bottom:22px;border-bottom:1px solid rgba(255,255,255,.06)}.landing-root .stat-row:last-child{border-bottom:none;padding-bottom:0}.landing-root .stat-num{font-family:Bebas Neue,sans-serif;font-size:2.8rem;line-height:1;color:var(--khm-mint)}.landing-root .stat-label{font-size:.82rem;color:var(--khm-purple-light);line-height:1.4}.landing-root .speaker-cards{display:grid;grid-template-columns:1fr 1fr;gap:24px}.landing-root .speaker-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:32px;position:relative;overflow:hidden;transition:border-color .25s}.landing-root .speaker-card:hover{border-color:#b897b166}.landing-root .speaker-card .bg-letter{position:absolute;right:-10px;top:-10px;font-family:Bebas Neue,sans-serif;font-size:9rem;color:#793e6c14;line-height:1;pointer-events:none}.landing-root .speaker-card-avatar{width:72px;height:72px;border-radius:50%;border:3px solid var(--khm-purple-dark);background:linear-gradient(135deg,var(--khm-purple-dark),var(--khm-purple-light));display:flex;align-items:center;justify-content:center;font-family:Bebas Neue,sans-serif;font-size:2rem;color:var(--khm-white);margin-bottom:16px;position:relative;z-index:1}.landing-root .speaker-card-name{font-family:Bebas Neue,sans-serif;font-size:1.7rem;color:var(--khm-white);line-height:1;margin-bottom:4px;position:relative;z-index:1}.landing-root .speaker-card-role{font-family:Montserrat,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--khm-mint);margin-bottom:14px;position:relative;z-index:1}.landing-root .speaker-card-bio{font-size:.84rem;color:#eae5dfa6;line-height:1.65;position:relative;z-index:1}.landing-root .final-cta{background:linear-gradient(135deg,#793e6c4d,#0000 60%);border-top:1px solid rgba(121,62,108,.25);text-align:center;padding:100px 5%;position:relative;overflow:hidden}.landing-root .final-cta:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 70% 50% at 50% 100%,rgba(0,240,181,.07) 0%,transparent 70%);pointer-events:none}.landing-root .final-cta h2{font-family:Bebas Neue,sans-serif;font-size:clamp(2.5rem,6vw,5rem);color:var(--khm-white);line-height:1;margin-bottom:20px;position:relative;z-index:1}.landing-root .final-cta h2 .accent{color:var(--khm-mint)}.landing-root .final-cta p{max-width:560px;margin:0 auto 36px;font-size:1rem;color:var(--khm-purple-light);line-height:1.7;position:relative;z-index:1}.landing-root .cta-inline-form{display:flex;gap:12px;max-width:480px;margin:0 auto;flex-wrap:wrap;justify-content:center;position:relative;z-index:1}.landing-root .cta-inline-form input{flex:1;min-width:220px;background:#ffffff12;border:1px solid rgba(184,151,177,.3);border-radius:8px;padding:14px 18px;color:var(--khm-white);font-family:Lato,sans-serif;font-size:.9rem;outline:none}.landing-root .cta-inline-form input::placeholder{color:#ffffff4d}.landing-root .cta-inline-form input:focus{border-color:var(--khm-mint)}.landing-root .btn-cta{background:var(--khm-yellow);color:var(--khm-black);font-family:Montserrat,sans-serif;font-weight:900;font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;border:none;border-radius:8px;padding:14px 24px;cursor:pointer;transition:background .2s,transform .15s,box-shadow .2s;white-space:nowrap}.landing-root .btn-cta:hover{background:#f0ce1e;transform:translateY(-2px);box-shadow:0 8px 25px #f4d63459}.landing-root .khm-footer{background:#0009;border-top:1px solid rgba(255,255,255,.06);padding:28px 5%;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px}.landing-root .khm-footer .footer-brand{font-family:Bebas Neue,sans-serif;font-size:1.2rem;letter-spacing:.1em;color:#fff6}.landing-root .khm-footer .footer-copy{font-size:.75rem;color:#ffffff40}@keyframes khmFadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.landing-root .reveal{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.landing-root .reveal.visible{opacity:1;transform:translateY(0)}@media(max-width:820px){.landing-root .hero-inner{grid-template-columns:1fr;gap:40px;padding:60px 0 40px}.landing-root .for-grid,.landing-root .speaker-cards{grid-template-columns:1fr}.landing-root .cta-inline-form{flex-direction:column}.landing-root .cta-inline-form input{min-width:unset;width:100%}.landing-root .btn-cta{width:100%}.landing-root .speakers-strip{flex-direction:column}}.landing-root .featured-graphic-section{background:var(--khm-black);padding:60px 5% 20px;display:flex;justify-content:center}.landing-root .featured-graphic{display:block;width:100%;max-width:980px;height:auto;border-radius:18px;border:1px solid rgba(0,240,181,.25);box-shadow:0 30px 80px -20px #000000b3,0 0 80px -30px #00f0b54d}.landing-root .section-cta{display:flex;justify-content:center;margin-top:50px}.landing-root .btn-section-cta{display:inline-block;padding:18px 42px;font-family:Bebas Neue,sans-serif;font-size:1.4rem;letter-spacing:.08em;color:var(--khm-black);background:var(--khm-yellow);border:2px solid var(--khm-yellow);border-radius:8px;text-decoration:none;text-transform:uppercase;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;box-shadow:0 8px 24px #f4d63440}.landing-root .btn-section-cta:hover{transform:translateY(-2px);background:var(--khm-mint);border-color:var(--khm-mint);box-shadow:0 12px 32px #00f0b559}.landing-root .opt-in-row{display:flex;align-items:flex-start;gap:10px;margin:6px 0 16px;font-size:.82rem;line-height:1.45;color:#ffffffbf;font-family:Lato,sans-serif;cursor:pointer}.landing-root .opt-in-row input[type=checkbox]{margin-top:3px;width:16px;height:16px;accent-color:var(--khm-mint);flex-shrink:0;cursor:pointer}.landing-root .cta-disclaimer a{color:var(--khm-mint);text-decoration:underline;text-underline-offset:2px}.landing-root .cta-disclaimer a:hover{color:var(--khm-yellow)}
