:root{--bg:#0D1B3E;--bg-card:#163566;--bg-card-alt:#1a3d72;--blue:#4DA6E0;--blue-dim:rgba(77, 166, 224, 0.15);--gold:#F5B800;--gold-dim:rgba(245, 184, 0, 0.12);--white:#FFFFFF;--text-muted:#A8C8E8;--border:rgba(77, 166, 224, 0.18);--radius-sm:8px;--radius:14px;--radius-lg:22px;--shadow:0 4px 32px rgba(0, 0, 0, 0.35);--shadow-card:0 2px 16px rgba(0, 0, 0, 0.25);--max-w:1160px;--nav-h:72px}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:var(--nav-h);-webkit-font-smoothing:antialiased}body{font-family:Poppins,sans-serif;background:var(--bg);color:var(--white);line-height:1.6;font-size:16px;overflow-x:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:0 0}ul{list-style:none}.container{max-width:var(--max-w);margin:0 auto;padding:0 24px}.text-gold{color:var(--gold)}.text-blue{color:var(--blue)}.section-header{text-align:center;margin-bottom:56px}.section-header h2{font-size:clamp(28px, 4vw, 42px);font-weight:700;line-height:1.2;margin-bottom:14px}.section-header p{color:var(--text-muted);font-size:17px;max-width:560px;margin:0 auto}.icon{width:20px;height:20px;flex-shrink:0;stroke:var(--blue)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:var(--radius-sm);font-weight:600;font-size:15px;transition:transform .15s,box-shadow .15s,opacity .15s;white-space:nowrap}.btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.3)}.btn:active{transform:translateY(0)}.btn--gold{background:var(--gold);color:#0d1b3e}.btn--gold:hover{background:#ffc800}.btn--outline{border:2px solid var(--blue);color:var(--blue);background:0 0}.btn--outline:hover{background:var(--blue-dim)}.btn--lg{padding:16px 36px;font-size:17px;border-radius:var(--radius)}.hex-bg{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:0}.hex{position:absolute;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);background:var(--blue-dim);border-radius:2px}.hex--lg{width:180px;height:200px}.hex--md{width:110px;height:124px}.hex--sm{width:68px;height:76px}.hex--pos1{top:-40px;right:18%;opacity:.7}.hex--pos2{top:30%;right:6%;opacity:.5}.hex--pos3{top:60%;right:24%;opacity:.35;background:rgba(245,184,0,.08)}.hex--pos4{bottom:-20px;left:2%;opacity:.4}.hex--pos5{top:20%;left:8%;opacity:.25}.nav{position:sticky;top:0;z-index:100;height:var(--nav-h);background:rgba(13,27,62,.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.nav__inner{display:flex;align-items:center;height:100%;gap:40px}.nav__logo{font-size:26px;font-weight:800;letter-spacing:-1px;flex-shrink:0}.logo-text{color:var(--blue)}.logo-dot{color:var(--gold)}.nav__links{display:flex;gap:28px;flex:1}.nav__links a{font-size:14px;font-weight:500;color:var(--text-muted);transition:color .15s}.nav__links a:hover{color:var(--white)}.nav__cta{padding:9px 20px;font-size:14px}.nav__social{display:flex;align-items:center;gap:4px;margin-left:auto}.nav__social a{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:6px;color:var(--text-muted);transition:color .15s,background .15s}.nav__social a svg{width:16px;height:16px}.nav__social a:hover{color:var(--white);background:var(--blue-dim)}.nav__hamburger{display:none;flex-direction:column;gap:5px;padding:4px;margin-left:auto}.nav__hamburger span{display:block;width:24px;height:2px;background:var(--white);border-radius:2px;transition:transform .2s,opacity .2s}.nav__hamburger.is-open span:first-child{transform:translateY(7px) rotate(45deg)}.nav__hamburger.is-open span:nth-child(2){opacity:0}.nav__hamburger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hero{position:relative;padding:80px 0 96px}.hero__label{display:inline-block;background:var(--gold-dim);border:1px solid rgba(245,184,0,.4);color:var(--gold);font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:6px 16px;border-radius:100px;margin-bottom:32px;position:relative;z-index:1}.hero__inner{display:grid;grid-template-columns:1fr 420px;gap:64px;align-items:center;position:relative;z-index:1}.hero__number{font-size:clamp(56px, 8vw, 96px);font-weight:800;color:var(--gold);line-height:1;margin-bottom:8px}.hero__title{font-size:clamp(28px, 4.5vw, 52px);font-weight:700;line-height:1.15;margin-bottom:16px}.hero__subtitle{color:var(--text-muted);font-size:17px;margin-bottom:36px;max-width:480px}.hero__meta{display:flex;flex-direction:column;gap:14px;margin-bottom:40px}.hero__meta li{display:flex;align-items:flex-start;gap:12px;font-size:16px}.hero__meta li .icon{margin-top:2px}.hero__meta strong{color:var(--white)}.hero__actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.hero__deadline{font-size:13px;color:var(--text-muted)}.hero__ttb-wrap{margin-top:16px;margin-left:80px}.hero__ttb-caption{font-size:13px;font-style:italic;color:var(--text-muted);margin-bottom:4px}.hero__ttb-row{display:flex;align-items:center;margin-top:0;margin-left:0}.hero__ttb-arrow{width:100px;margin-right:16px;flex-shrink:0;filter:invert(1);mix-blend-mode:screen;pointer-events:none}.hero__ttb-img-link{display:inline-block}.hero__ttb-img-link img{width:160px;border-radius:var(--radius);display:block;transition:transform .25s ease}.hero__ttb-img-link:hover img{transform:scale(1.08) rotate(2deg)}.guest-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px;box-shadow:var(--shadow);position:relative;overflow:hidden}.guest-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--blue),var(--gold))}.guest-card__photo{width:300px;height:300px;border-radius:50%;border:3px solid var(--blue);overflow:hidden;margin:0 auto 20px;background:var(--bg-card-alt)}.guest-card__photo img{width:100%;height:100%;object-fit:cover}a.guest-card__photo{cursor:pointer;display:block}a.guest-card__photo:hover img{opacity:.85;transition:opacity .2s}.guest-card__initials{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;color:var(--blue);letter-spacing:1px}.guest-card__body{text-align:center}.guest-card__label{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:8px}.guest-card__name{font-size:22px;font-weight:700;margin-bottom:4px;display:flex;align-items:center;justify-content:center;gap:8px}.guest-card__linkedin{color:var(--blue);transition:color .15s}.guest-card__linkedin svg{width:18px;height:18px}.guest-card__linkedin:hover{color:var(--white)}.guest-card__company{display:inline-block;color:var(--blue);font-weight:600;font-size:15px;margin-bottom:16px;border-bottom:1px solid transparent;transition:border-color .15s}.guest-card__company:hover{border-color:var(--blue)}.guest-card__desc{font-size:14px;color:var(--text-muted);line-height:1.65;margin-bottom:16px}.guest-card__topics{display:flex;flex-direction:column;gap:8px;text-align:left}.guest-card__topics li{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:var(--text-muted);line-height:1.5}.guest-card__topics li svg{width:15px;height:15px;flex-shrink:0;stroke:var(--gold);margin-top:1px}.video-promo{padding:80px 0 96px}.video-promo__header{text-align:center;margin-bottom:40px}.video-promo__label{display:inline-block;background:var(--gold-dim);border:1px solid rgba(245,184,0,.4);color:var(--gold);font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:5px 14px;border-radius:100px;margin-bottom:20px}.video-promo__header h2{font-size:clamp(26px, 4vw, 42px);font-weight:800;line-height:1.2}.video-promo__embed{position:relative;width:100%;max-width:900px;margin:0 auto;aspect-ratio:16/9;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 8px 48px rgba(0,0,0,.5);border:1px solid var(--border)}.video-promo__embed iframe{position:absolute;inset:0;width:100%;height:100%;border:none;display:block}.about{padding:96px 0;background:linear-gradient(180deg,var(--bg) 0,rgba(22,53,102,.3) 50%,var(--bg) 100%)}.pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:32px}.pillars--secondary{margin-bottom:64px;opacity:.85}.pillars--secondary .pillar{background:0 0;border-style:dashed}.pillar{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:36px 28px;transition:border-color .2s,transform .2s}.pillar:hover{border-color:var(--blue);transform:translateY(-4px)}.pillar__icon{width:52px;height:52px;background:var(--blue-dim);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;margin-bottom:20px}.pillar__icon svg{width:26px;height:26px;stroke:var(--blue)}.pillar h3{font-size:18px;font-weight:700;margin-bottom:10px}.pillar p{font-size:14px;color:var(--text-muted);line-height:1.7}.about__stat-bar{display:flex;align-items:center;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:36px 48px;gap:0}.stat-item{flex:1;text-align:center}.stat-number{font-size:clamp(28px, 3.5vw, 40px);font-weight:800;color:var(--gold);line-height:1;margin-bottom:6px}.stat-label{font-size:13px;color:var(--text-muted);font-weight:500}.stat-divider{width:1px;height:60px;background:var(--border);flex-shrink:0}.about__creed{margin-top:64px;border-top:1px solid var(--border);padding-top:48px}.about__creed-title{font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:28px}.creed-list{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:16px 48px}.creed-list li{display:flex;gap:14px;align-items:flex-start;font-size:15px;color:var(--text-muted);line-height:1.6}.creed-icon{flex-shrink:0;width:36px;height:36px;background:var(--blue-dim);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;margin-top:1px}.creed-icon svg{width:18px;height:18px;stroke:var(--blue)}.creed-list__item--highlight{grid-column:1/-1;color:var(--white)!important;font-style:italic}.creed-list__item--highlight .creed-icon{background:var(--gold-dim)}.creed-list__item--highlight .creed-icon svg{stroke:var(--gold)}.howto{padding:96px 0}.steps{display:flex;align-items:flex-start;gap:0;margin-bottom:40px}.step{flex:1;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:32px 24px;transition:border-color .2s}.step:hover{border-color:var(--gold)}.step__num{font-size:36px;font-weight:800;color:var(--gold);opacity:.25;line-height:1;margin-bottom:16px}.step h3{font-size:17px;font-weight:700;margin-bottom:10px;color:var(--blue)}.step p{font-size:14px;color:var(--text-muted);line-height:1.7}.step__arrow{flex-shrink:0;color:var(--gold);font-size:24px;padding:40px 12px 0;opacity:.5}.howto__note{display:flex;align-items:flex-start;gap:12px;background:var(--gold-dim);border:1px solid rgba(245,184,0,.3);border-radius:var(--radius-sm);padding:18px 22px;font-size:14px;color:var(--text-muted);max-width:680px;margin:0 auto}.howto__note svg{width:18px;height:18px;flex-shrink:0;margin-top:1px;stroke:var(--gold)}.howto__photo{margin-top:40px;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border)}.howto__photo img{width:100%;display:block;object-fit:cover}.speakers{padding:96px 0;background:linear-gradient(180deg,var(--bg) 0,rgba(22,53,102,.2) 100%)}.speakers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px;margin-bottom:48px}.speaker-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:28px 20px;transition:border-color .2s,transform .2s}.speaker-card:hover{border-color:var(--blue);transform:translateY(-3px)}.speaker-card--placeholder{opacity:.4}.speaker-card__photo{width:64px;height:64px;border-radius:50%;object-fit:cover;object-position:top;border:2px solid var(--border);flex-shrink:0}.speaker-card__photos{display:flex;flex-shrink:0}.speaker-card__photos .speaker-card__photo{width:52px;height:52px}.speaker-card__photos .speaker-card__photo:nth-child(2){margin-left:-14px}.speaker-card__logo{width:64px;height:64px;object-fit:contain;background:#fff;border-radius:var(--radius);padding:6px;flex-shrink:0}.speaker-card__logo--pair{width:52px;height:52px;margin-left:-14px;align-self:center}.speaker-card__note{font-size:11px;color:var(--text-muted);margin-top:6px;font-style:italic;line-height:1.4}.speaker-card__initials{width:64px;height:64px;border-radius:50%;background:var(--blue-dim);border:2px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;color:var(--blue);flex-shrink:0}.speaker-card__edition{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--gold);margin-bottom:4px}.speaker-card__name{font-size:17px;font-weight:700}.speaker-card__company{font-size:13px;color:var(--blue);font-weight:600}.speaker-card__topic{font-size:13px;color:var(--text-muted);line-height:1.6}a.speaker-card{cursor:pointer}a.speaker-card:hover{border-color:var(--blue);transform:translateY(-3px)}a.speaker-card .speaker-card__name{color:var(--white)}.speakers__more{text-align:center;margin-top:40px;display:flex;flex-direction:column;align-items:center;gap:16px}.speakers__more p{font-size:15px;color:var(--text-muted)}.speakers__cta{text-align:center;margin-top:24px}.faq{padding:96px 0}.faq__list{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:8px}.faq__item{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;transition:border-color .2s}.faq__item.is-open{border-color:var(--blue)}.faq__question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;text-align:left;font-size:16px;font-weight:600;color:var(--white);transition:color .15s}.faq__question:hover{color:var(--blue)}.faq__icon{width:20px;height:20px;flex-shrink:0;stroke:var(--blue);transition:transform .25s}.faq__item.is-open .faq__icon{transform:rotate(180deg)}.faq__answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq__item.is-open .faq__answer{max-height:300px}.faq__answer p{padding:0 24px 20px;font-size:15px;color:var(--text-muted);line-height:1.7}.footer{background:rgba(0,0,0,.3);border-top:1px solid var(--border);padding:72px 0 40px}.newsletter{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;margin-bottom:56px}.newsletter__text h3{font-size:26px;font-weight:700;margin-bottom:8px}.newsletter__text p{color:var(--text-muted);font-size:15px}.newsletter__input-wrap{display:flex;gap:10px;margin-bottom:12px}.newsletter__input-wrap input{flex:1;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);padding:13px 18px;font-family:Poppins,sans-serif;font-size:15px;color:var(--white);outline:0;transition:border-color .15s}.newsletter__input-wrap input::placeholder{color:var(--text-muted)}.newsletter__input-wrap input:focus{border-color:var(--blue)}.newsletter__consent{font-size:12px;color:var(--text-muted);line-height:1.6}.newsletter__consent a{color:var(--blue);text-decoration:underline}.newsletter-spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(13,27,62,.3);border-top-color:#0d1b3e;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.newsletter__success{font-size:14px;color:#4ade80;font-weight:500;min-height:20px}.footer__divider{height:1px;background:var(--border);margin-bottom:40px}.footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-bottom:32px}.footer__brand{display:flex;align-items:baseline;gap:10px;font-size:22px;font-weight:800}.footer__tagline{font-size:13px;color:var(--text-muted);font-weight:400}.footer__links{display:flex;gap:24px;flex-wrap:wrap}.footer__links a{font-size:14px;color:var(--text-muted);transition:color .15s}.footer__links a:hover{color:var(--white)}.footer__social{display:flex;gap:16px}.footer__social a{width:40px;height:40px;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:color .15s,border-color .15s}.footer__social a svg{width:18px;height:18px}.footer__social a:hover{color:var(--white);border-color:var(--blue)}.footer__copy{font-size:13px;color:var(--text-muted);text-align:center}.footer__copy a{color:var(--blue);text-decoration:underline}.footer__copy a:hover{color:var(--white)}@media (max-width:960px){.hero__inner{grid-template-columns:1fr;gap:48px}.guest-card{max-width:440px;margin:0 auto}.pillars{grid-template-columns:1fr 1fr}.about__stat-bar{flex-wrap:wrap;padding:28px 24px;gap:24px}.stat-divider{display:none}.stat-item{flex:1 0 40%}.steps{flex-direction:column;gap:16px}.step__arrow{display:none}.step{width:100%}.newsletter{grid-template-columns:1fr;gap:28px}}@media (max-width:680px){:root{--nav-h:64px}.nav__links{display:none}.nav__links.is-open{display:flex;flex-direction:column;position:absolute;top:var(--nav-h);left:0;right:0;background:rgba(13,27,62,.98);padding:20px 24px 28px;border-bottom:1px solid var(--border);gap:18px;z-index:99}.nav__links a{font-size:16px}.nav__cta{display:none}.nav__social{display:none}.nav__hamburger{display:flex}.pillars{grid-template-columns:1fr}.creed-list{grid-template-columns:1fr}.creed-list__item--highlight{grid-column:1}.speakers-grid{grid-template-columns:1fr 1fr}.hero{padding:52px 0 64px}.hero__actions{flex-direction:column;align-items:flex-start}.footer__bottom{flex-direction:column;align-items:flex-start}.newsletter__input-wrap{flex-direction:column}}@media (max-width:420px){.speakers-grid{grid-template-columns:1fr}}.conf-countdown{display:flex;gap:16px;justify-content:center;margin:32px 0 40px}.countdown-unit{display:flex;flex-direction:column;align-items:center;background:rgba(77,166,224,.1);border:1px solid rgba(77,166,224,.25);border-radius:var(--radius-sm);padding:18px 28px;min-width:100px}.countdown-unit__num{font-size:56px;font-weight:800;color:var(--white);line-height:1;font-variant-numeric:tabular-nums}.countdown-unit__label{font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-top:6px}.countdown-ended{font-size:22px;font-weight:700;color:var(--gold);padding:20px 32px;background:rgba(77,166,224,.08);border:1px solid rgba(77,166,224,.2);border-radius:var(--radius-sm);text-align:center}@media (max-width:680px){.conf-countdown{gap:8px}.countdown-unit{min-width:72px;padding:12px 16px}.countdown-unit__num{font-size:36px}.countdown-ended{font-size:17px;padding:14px 20px}}