*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Noto Sans CJK SC,Noto Sans SC,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:var(--dark);background:radial-gradient(1100px 700px at 15% -10%,rgba(34,211,238,.2),transparent 55%),radial-gradient(900px 600px at 95% -15%,rgba(124,58,237,.16),transparent 55%),linear-gradient(180deg,#f7faff,#eaf2ff);overflow-x:hidden;position:relative}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:-1;background-image:linear-gradient(to right,rgba(2,6,23,.05) 1px,transparent 1px),linear-gradient(to bottom,rgba(2,6,23,.05) 1px,transparent 1px);background-size:72px 72px;opacity:.35;-webkit-mask-image:radial-gradient(700px 450px at 50% 0%,#000 0%,transparent 70%);mask-image:radial-gradient(700px 450px at 50% 0%,#000 0%,transparent 70%)}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer;border:none;background:none}:root{--primary:#2563EB;--primary-dark:#1D4ED8;--secondary:#22D3EE;--accent:#7C3AED;--auxiliary-cyan:#06B6D4;--auxiliary-cyan-light:#67E8F9;--dark:#0B1220;--dark-alt:#334155;--light:#EAF2FF;--white:#FFFFFF;--surface:rgba(255,255,255,.72);--surface-strong:rgba(255,255,255,.9);--border:rgba(37,99,235,.14);--ring:rgba(34,211,238,.45);--shadow-sm:0 10px 22px -18px rgba(37,99,235,.22);--shadow-md:0 18px 34px -26px rgba(37,99,235,.35);--shadow-lg:0 28px 46px -34px rgba(37,99,235,.55);--radius-sm:12px;--radius-md:16px;--radius-lg:20px;--radius-xl:24px;--gradient-brand:linear-gradient(135deg,var(--secondary) 0%,var(--primary) 42%,var(--accent) 100%);--gradient-cta:linear-gradient(135deg,var(--secondary),var(--primary));--header-offset:72px}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (min-width:1280px){.container{max-width:1280px}}[id]{scroll-margin-top:calc(var(--header-offset,72px) + .5rem)}a:focus-visible,button:focus-visible{outline:none;box-shadow:0 0 0 4px var(--ring);border-radius:12px}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:var(--surface);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:all .3s ease;border-bottom:1px solid transparent}.header--scrolled{background:var(--surface-strong);border-bottom-color:var(--border);box-shadow:var(--shadow-sm)}.header__container{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;min-height:84px;max-width:1280px;margin:0 auto}.header--scrolled .header__container{padding:.75rem 1.5rem;min-height:64px}.header__logo{display:flex;align-items:center;gap:.875rem;cursor:pointer;transition:transform .3s ease}.header__logo:hover{transform:translateY(-1px)}.header__logo-img{width:3rem;height:3rem;object-fit:contain}.header--scrolled .header__logo-img{width:2.25rem;height:2.25rem}.header__logo-text-wrapper{display:flex;flex-direction:column;gap:.125rem}.header__logo-text{font-size:1.6rem;font-weight:900;background:var(--gradient-brand);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;letter-spacing:.01em}.header__logo-sub{font-size:.65rem;color:#0f172a8c;text-transform:uppercase;letter-spacing:.16em;font-weight:800}.header__nav{display:flex;gap:1.5rem;align-items:center}.header__link{color:#0f172adb;font-weight:750;font-size:.98rem;position:relative;transition:color .25s ease}.header__link:hover{color:var(--primary)}.header__link:after{content:"";position:absolute;bottom:-.25rem;left:0;width:0;height:2px;background:var(--primary);transition:width .25s ease}.header__link:hover:after{width:100%}.header__actions{display:flex;gap:1rem;align-items:center}.header__download-wrapper{position:relative}.header__btn{padding:.75rem 1.75rem;background:var(--gradient-brand);color:var(--white);border-radius:2rem;font-weight:800;font-size:.95rem;transition:all .25s ease;box-shadow:var(--shadow-md);display:flex;align-items:center;gap:.5rem;white-space:nowrap}.header--scrolled .header__btn{padding:.625rem 1.5rem}.header__btn:hover{box-shadow:var(--shadow-lg);transform:translateY(-1px)}.header__arrow{font-size:.625rem;transition:transform .25s ease}.header__arrow--open{transform:rotate(180deg)}.header__dropdown{position:absolute;top:calc(100% + .5rem);right:0;background:var(--surface-strong);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);padding:.5rem;min-width:10rem;z-index:100;border:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header__dropdown-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:.75rem;color:var(--dark);font-size:.9rem;font-weight:600;transition:all .25s ease}.header__dropdown-item:hover{background:linear-gradient(135deg,#22d3ee24,#7c3aed1f);color:var(--primary)}.header__dropdown-item img{width:1.8rem;height:1.8rem;object-fit:contain;padding:.35rem;border-radius:.85rem;background:var(--gradient-brand);box-shadow:var(--shadow-sm);border:1px solid rgba(255,255,255,.22)}.header__burger{display:none;flex-direction:column;gap:.375rem;padding:.5rem;cursor:pointer}.header__burger span{width:1.5rem;height:2px;background:var(--primary);border-radius:2px;transition:all .25s ease}@media (max-width:768px){.header__nav{position:fixed;top:calc(var(--header-offset,72px) + .5rem);left:0;right:0;background:var(--surface-strong);flex-direction:column;padding:2rem;gap:1.5rem;box-shadow:var(--shadow-md);transform:translateY(-120%);opacity:0;transition:all .3s ease;z-index:999;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.header__nav--open{transform:translateY(0);opacity:1}.header__burger{display:flex}.header__burger.active span:nth-child(1){transform:rotate(45deg) translateY(.5rem)}.header__burger.active span:nth-child(2){opacity:0}.header__burger.active span:nth-child(3){transform:rotate(-45deg) translateY(-.5rem)}}@media (max-width:600px){.header__container{padding:.6rem 1rem;min-height:64px}.header__actions{gap:.5rem}.header__btn{padding:.5rem 1rem;font-size:.85rem}.header__logo-sub{display:none}.header__logo-img{width:2.5rem;height:2.5rem}.header__nav{top:calc(var(--header-offset,64px) + .25rem)}}.footer{background:radial-gradient(900px 480px at 15% 0%,rgba(34,211,238,.14),transparent 60%),radial-gradient(820px 520px at 90% -10%,rgba(124,58,237,.14),transparent 58%),linear-gradient(180deg,#0b1220,#0a1630 70%,#0b1220);color:var(--white);padding-top:4rem}.footer__top{padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.12)}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1.5fr 1.5fr;gap:3rem}.footer__brand-name{font-size:2rem;font-weight:800;background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.footer__brand-desc{font-size:.9375rem;line-height:1.8;opacity:.8;margin-bottom:2rem}.footer__contact{display:flex;flex-direction:column;gap:.75rem;font-size:.875rem;opacity:.9}.footer__inline-icon{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;margin-right:.5rem;color:#ffffffd9;vertical-align:-3px}.footer__title{font-size:1.125rem;font-weight:700;margin-bottom:1.5rem;color:var(--white)}.footer__links{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer__links a{color:var(--white);opacity:.7;font-size:.9375rem;transition:all .3s ease;display:inline-block;text-decoration:none}.footer__links a:hover{opacity:1;color:var(--secondary);transform:translate(5px)}.footer__contact-section{display:flex;flex-direction:column}.footer__contact-label{font-size:.875rem;opacity:.7;margin-bottom:.5rem}.footer__qr-container{position:relative;display:inline-block}.footer__qr-trigger{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#ffffff1a;border-radius:.75rem;border:1px solid rgba(255,255,255,.1);cursor:pointer;transition:all .3s ease}.footer__qr-trigger:hover{background:#ffffff26;border-color:var(--secondary)}.footer__qr-icon{width:1.25rem;height:1.25rem;display:inline-flex;align-items:center;justify-content:center;color:#ffffffe6}.footer__qr-popup{position:absolute;bottom:100%;left:50%;transform:translate(-50%);margin-bottom:10px;background:#fff;padding:15px;border-radius:12px;box-shadow:0 8px 24px #0003;z-index:1000;min-width:150px;animation:fadeInUp .3s ease}.footer__qr-popup:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:8px solid transparent;border-top-color:#fff}.footer__qr-popup img{width:150px;height:150px;display:block}.footer__qr-popup p{color:#1a1f36;text-align:center;margin:0}@keyframes fadeInUp{0%{opacity:0;transform:translate(-50%) translateY(10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.footer__social{display:flex;gap:.75rem;margin-bottom:2rem;flex-wrap:wrap}.footer__social-item{position:relative}.footer__social-link{padding:.75rem 1rem;background:#ffffff1a;border-radius:.75rem;display:flex;align-items:center;gap:.5rem;color:var(--white);font-size:.875rem;font-weight:600;transition:all .3s ease;border:1px solid rgba(255,255,255,.1);cursor:pointer}.footer__social-icon{width:1.25rem;height:1.25rem;display:inline-flex;align-items:center;justify-content:center;color:#ffffffe6}.footer__social-link:hover{background:#ffffff24;border-color:#22d3ee59;box-shadow:0 18px 28px -22px #22d3ee73}.footer__download p{font-size:.875rem;margin-bottom:.75rem;opacity:.9}.footer__download-btns{display:flex;gap:.75rem}.footer__download-btn{width:3rem;height:3rem;background:#ffffff1a;border-radius:.75rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease;border:1px solid rgba(255,255,255,.1)}.footer__download-btn img{width:1.5rem;height:1.5rem;object-fit:contain;filter:brightness(0) invert(1)}.footer__download-btn:hover{background:#ffffff26;transform:translateY(-3px)}.footer__bottom{padding:2rem 0}.footer__bottom-content{text-align:center;font-size:.875rem;opacity:.7;line-height:1.8}.footer__bottom-content a{color:var(--white);text-decoration:none;transition:all .3s ease}.footer__bottom-content a:hover{color:var(--secondary)}@media (max-width: 768px){.footer__grid{grid-template-columns:1fr;gap:2.5rem}.footer__social{justify-content:flex-start}.footer__qr-popup{left:0;transform:none}.footer__qr-popup:after{left:50px}}.legal-page{background:transparent;padding-top:calc(var(--header-offset, 72px) + 1rem)}@media (max-width: 768px){.legal-page{padding-top:calc(var(--header-offset, 64px) + 1.25rem)}}.legal-page .container{max-width:720px;margin:0 auto;padding:24px 16px 48px}.legal-card{background:var(--white, #fff);border-radius:12px;padding:24px 20px;margin-bottom:20px;box-shadow:0 1px 6px #00000014}.legal-title{margin:0 0 16px;color:#444;font-size:24px;text-align:center;font-weight:700}.legal-subtitle{margin:16px 0;color:#444;font-size:18px;font-weight:700;border-left:4px solid var(--primary, #4A90E2);padding-left:12px}.legal-text{font-size:15px;color:#666;margin:0 0 16px;line-height:1.7}.legal-list{padding-left:20px;margin:0 0 16px}.legal-list li{margin-bottom:10px;font-size:15px;color:#555}.legal-strong{color:var(--primary, #4A90E2);font-weight:600}.legal-footer{font-size:12px;text-align:center;color:#999;padding-top:24px;border-top:1px solid #e0e0e0;margin-top:32px}.legal-links a{color:var(--primary, #4A90E2);text-decoration:none}.legal-links a:hover,.legal-links a:focus{text-decoration:underline}:root{--klein-blue: #002fa7;--klein-blue-600: #0a2e9b;--text: #0b1020;--text-subtle: #5b6275;--bg: #f5f7fb;--card: #ffffff;--border: #e6e9f2;--radius: 16px}*{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,PingFang SC,Hiragino Sans GB,Microsoft Yahei,sans-serif;color:var(--text);background:linear-gradient(180deg,rgba(0,47,167,.08),transparent 32%) no-repeat,var(--bg)}.share-page{min-height:100%;display:flex;flex-direction:column}.share-header{height:56px;display:flex;align-items:center;padding:0 20px}.brand{display:inline-flex;align-items:center;gap:10px}.brand__dot{width:14px;height:14px;background:var(--klein-blue);border-radius:50%}.brand__name{font-weight:700;color:var(--klein-blue);letter-spacing:.02em}.share-main{flex:1;display:flex;flex-direction:column;align-items:center;padding:16px}.share-card{width:100%;max-width:680px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:24px;box-shadow:0 6px 18px #0000000f}.share-tag{display:inline-flex;align-items:center;padding:6px 10px;font-size:12px;border-radius:999px;background:#002fa714;color:var(--klein-blue);font-weight:600}.media{position:relative;width:100%;margin:16px 0 20px;border-radius:14px;overflow:hidden;background:linear-gradient(135deg,#002fa72e,#002fa70f);border:1px solid var(--border)}.media__img{width:100%;height:100%;object-fit:cover;display:none}.media__fallback{position:relative;width:100%;height:100%;display:grid;place-items:center;color:#fff;font-weight:700;letter-spacing:.02em}.media__fallback span{font-size:28px;opacity:.96}.scene-course .media{aspect-ratio:16 / 9}.scene-course .media__fallback{background:linear-gradient(160deg,var(--klein-blue),var(--klein-blue-600))}.scene-teacher .media{width:180px;height:180px;border-radius:50%;margin-left:auto;margin-right:auto}.scene-teacher .media__fallback{background:linear-gradient(160deg,var(--klein-blue),var(--klein-blue-600))}.scene-teacher .media__img{border-radius:50%}.share-title{margin:6px 0 8px;font-size:22px;line-height:1.35;font-weight:700;word-break:break-word}.share-subtitle{margin:0 0 18px;font-size:14px;color:var(--text-subtle)}.cta{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:8px;height:48px;border:none;border-radius:12px;background:var(--klein-blue);color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:transform .02s ease,box-shadow .2s ease;box-shadow:0 6px 16px #002fa740}.cta:active{transform:translateY(1px)}.tips{margin-top:10px;font-size:12px;color:var(--text-subtle);text-align:center}.share-extra{width:100%;max-width:680px;display:flex;justify-content:center;padding:12px 0 8px}.download{color:var(--klein-blue);text-decoration:none;font-weight:600;border:1px solid rgba(0,47,167,.2);padding:8px 14px;border-radius:10px;background:#002fa70f}.download:hover{background:#002fa71a}.share-footer{display:flex;justify-content:center;align-items:center;height:56px;color:var(--text-subtle);font-size:12px}@media (min-width: 768px){.share-card{padding:28px}.share-title{font-size:24px}}.wx-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:none;align-items:flex-start;justify-content:center;padding:16px;background:#000000ad}.wx-tip{width:100%;max-width:560px;margin-top:32px;background:#fff;color:var(--text);border-radius:16px;padding:20px;box-shadow:0 12px 32px #00000038;position:relative}.wx-arrow{position:absolute;top:-16px;right:24px;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:16px solid #fff}.wx-title{font-weight:800;font-size:18px;margin-bottom:8px;color:var(--klein-blue)}.wx-desc{margin:0 0 12px;font-size:14px;color:var(--text-subtle)}.wx-actions{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:8px}.wx-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:10px;padding:10px 14px;font-weight:700;cursor:pointer;background:var(--klein-blue);color:#fff;box-shadow:0 6px 16px #002fa740}.wx-btn--light{background:#002fa70f;color:var(--klein-blue);border:1px solid rgba(0,47,167,.2);box-shadow:none}.wx-close{margin-top:6px;background:transparent;border:none;color:var(--text-subtle);font-weight:600;cursor:pointer}.wx-toast{position:absolute;bottom:16px;left:50%;transform:translate(-50%);background:#000000d1;color:#fff;border-radius:999px;padding:8px 12px;font-size:12px;display:none}.meeting-page{min-height:100vh;background:#e3f2fd;display:flex;flex-direction:column;padding-top:calc(var(--header-offset, 72px) + .75rem)}.meeting-page__container{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:1.5rem 1.5rem 7rem;box-sizing:border-box}.meeting-page__title-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.75rem;padding:0 1.5rem}.meeting-page__title-left{display:flex;align-items:center;gap:.75rem}.meeting-page__title-icon{width:2.25rem;height:2.25rem;border-radius:.9rem;background:linear-gradient(135deg,var(--primary),var(--secondary));display:flex;align-items:center;justify-content:center;box-shadow:0 10px 25px -10px #4a90e2b3}.meeting-page__title-icon-dot{width:.7rem;height:.7rem;border-radius:999px;background:#fff}.meeting-page__title-main{font-size:1.5rem;font-weight:600;color:var(--dark)}.meeting-page__title-sub{margin-top:.15rem;font-size:.85rem;color:#607d8b}.meeting-page__title-right{font-size:.9rem;color:#546e7a}.meeting-page__card{background:#fff;border-radius:1rem;box-shadow:0 10px 28px -18px #0f4c8173;overflow:hidden;margin:0 0 1.5rem}.meeting-page__participants-card-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:var(--primary);color:#fff}.meeting-page__participants-title{font-size:.95rem;font-weight:500}.meeting-page__participants-toggle{width:2rem;height:2rem;border-radius:999px;border:1px solid rgba(255,255,255,.35);background:#ffffff1f;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.meeting-page__participants-toggle:hover{background:#fff3}.meeting-page__participants-toggle-icon{display:inline-block;transition:transform .2s ease}.meeting-page__participants-toggle-icon--collapsed{transform:rotate(180deg)}.meeting-page__participants-list{display:flex;align-items:stretch;gap:.75rem;padding:1rem;overflow-x:auto}.meeting-page__participants-empty{font-size:.9rem;color:#757575;padding:.5rem}.meeting-page__participant-card{flex-shrink:0;width:11.5rem;background:#f9fafb;border-radius:.75rem;padding:.75rem;display:flex;flex-direction:column}.meeting-page__participant-card--active{background:#eef2ff;box-shadow:0 0 0 1px #4a90e273}.meeting-page__participant-video-wrapper{position:relative;width:100%;padding-top:56.25%;border-radius:.5rem;background:#e5e7eb;overflow:hidden;margin-bottom:.5rem}.meeting-page__participant-video-player{position:absolute;top:0;right:0;bottom:0;left:0}.meeting-page__participant-video-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:.75rem;color:#9e9e9e}.meeting-page__participant-mic-badge{position:absolute;top:.4rem;right:.4rem;display:flex;align-items:center;padding:.1rem .5rem;border-radius:999px;background:#0009;color:#fff;font-size:.7rem}.meeting-page__status-dot{width:.45rem;height:.45rem;border-radius:999px;margin-right:.25rem}.meeting-page__status-dot--online{background-color:#4caf50}.meeting-page__status-dot--offline{background-color:#9e9e9e}.meeting-page__participant-name{font-size:.9rem;font-weight:500;margin-bottom:.25rem;color:#111827}.meeting-page__participant-status{font-size:.75rem;color:#6b7280;display:flex;align-items:center}.meeting-page__main-video-wrapper{position:relative;width:100%;padding-top:56.25%;background:#e0e7ff}.meeting-page__main-video-player{position:absolute;top:0;right:0;bottom:0;left:0}.meeting-page__main-video-badge{position:absolute;left:1rem;bottom:1rem;padding:.35rem .9rem;border-radius:999px;background:#0009;color:#fff;font-size:.85rem}.meeting-page__info-card{padding:1.5rem}.meeting-page__info-title{font-size:1.1rem;font-weight:500;margin-bottom:1rem;color:#111827}.meeting-page__info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;font-size:.9rem}.meeting-page__info-label{font-size:.8rem;color:#6b7280;margin-bottom:.15rem}.meeting-page__info-value{color:#111827}.meeting-page__toolbar{position:fixed;left:0;right:0;bottom:0;height:5rem;display:flex;align-items:center;justify-content:center;padding:0 2.5rem;border-top:1px solid rgba(148,163,184,.6);background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:900}.meeting-page__toolbar-inner{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap}.meeting-page__toolbar-group{display:flex;align-items:center;gap:1rem}.meeting-page__toolbar-button{display:flex;flex-direction:column;align-items:center;font-size:.75rem;color:#374151}.meeting-page__toolbar-button-circle{width:3rem;height:3rem;border-radius:999px;background:#e5e7eb;display:flex;align-items:center;justify-content:center;margin-bottom:.2rem}.meeting-page__toolbar-button-label{font-size:.75rem}.meeting-page__toolbar-icon{width:1.4rem;height:1.4rem}.meeting-page__toolbar-button-circle--on{background:#22c55e1f;color:#16a34a}.meeting-page__toolbar-button-circle--off{background:#fee2e2;color:#b91c1c}.meeting-page__toolbar-leave{margin-left:3rem;padding:.75rem 1.75rem;border-radius:999px;border:none;background:#ef4444;color:#fff;font-weight:600;font-size:.9rem;display:flex;align-items:center;gap:.35rem;cursor:pointer;box-shadow:0 14px 30px -12px #ef4444d9}.meeting-page__toolbar-leave:hover{background:#dc2626}.glass-effect{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffd9}@media (max-width: 900px){.meeting-page__container{padding:1.25rem 1rem 6rem}.meeting-page__title-bar{flex-direction:column;align-items:flex-start;gap:.25rem}.meeting-page__toolbar{height:auto;padding:.75rem 1rem 1rem}.meeting-page__toolbar-inner{flex-direction:column;gap:1rem}.meeting-page__toolbar-leave{margin-left:0;width:100%;justify-content:center}}@media (max-width: 640px){.meeting-page__participant-card{width:10rem}}.hero{position:relative;min-height:100vh;display:flex;align-items:flex-start;padding:calc(var(--header-offset,72px) + 1rem) 0 3rem;overflow:hidden;background:radial-gradient(900px 520px at 15% 10%,rgba(34,211,238,.18),transparent 60%),radial-gradient(820px 520px at 90% 0%,rgba(124,58,237,.16),transparent 58%),linear-gradient(180deg,#f7faff00,#ffffffbf 70%,#fff)}.hero__container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:2}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem 1.1rem;background:#ffffffb8;color:#0f172ad9;border-radius:2rem;font-size:.875rem;font-weight:800;margin-bottom:1.5rem;border:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--shadow-sm)}.hero__title{font-size:clamp(2.2rem,4.5vw,3.5rem);font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:var(--dark)}.hero__title-highlight{background:var(--gradient-brand);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero__desc{font-size:clamp(1rem,1.1vw + .2rem,1.25rem);color:var(--dark-alt);line-height:1.8;margin-bottom:2rem;opacity:.9}.hero__bullets{list-style:none;display:flex;flex-direction:column;gap:.5rem;margin:0 0 2.25rem;padding:0;max-width:42rem}.hero__bullets li{position:relative;padding-left:1.2rem;font-size:.98rem;color:var(--dark-alt);opacity:.9;line-height:1.65}.hero__bullets li:before{content:"";position:absolute;left:0;top:.55rem;width:.55rem;height:.55rem;border-radius:999px;background:var(--gradient-brand);box-shadow:0 10px 18px -14px #22d3eee6}.hero__actions{display:flex;gap:1rem;margin-bottom:3rem}.hero__btn{padding:1rem 2rem;border-radius:3rem;font-weight:600;font-size:1rem;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.hero__btn-icon{width:1.5rem;height:1.5rem;object-fit:contain}.hero__btn--primary{background:var(--gradient-brand);color:var(--white);box-shadow:var(--shadow-md)}.hero__btn--secondary{border:1px solid var(--border);color:var(--primary);background:#2563eb0f}.hero__btn--secondary .hero__btn-icon{filter:brightness(0) saturate(100%) invert(43%) sepia(74%) saturate(1042%) hue-rotate(187deg) brightness(95%) contrast(92%)}.hero__btn--secondary:hover{background:var(--primary);color:var(--white)}.hero__btn--secondary:hover .hero__btn-icon{filter:brightness(0) invert(1)}.hero__btn--ghost{border:1px solid var(--border);background:#ffffffa6;color:var(--dark);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero__btn--ghost:hover{border-color:#22d3ee59;box-shadow:var(--shadow-md)}.hero__trust{display:flex;flex-wrap:wrap;gap:.75rem;margin:-1.5rem 0 2.25rem}.hero__trust-item{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem .9rem;border-radius:999px;background:#ffffffb3;border:1px solid var(--border);color:#0f172ac7;font-weight:800;font-size:.9rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow-sm)}.hero__trust-icon{width:28px;height:28px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#22d3ee29,#7c3aed1f);border:1px solid rgba(34,211,238,.22);color:var(--primary);flex-shrink:0}.hero__stats{display:flex;gap:3rem}.hero__stat{display:flex;flex-direction:column}.hero__stat-number{font-size:2rem;font-weight:900;background:var(--gradient-brand);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.hero__stat-label{font-size:.875rem;color:var(--dark-alt);margin-top:.5rem}.hero__image-wrapper{position:relative}.hero__image-card{background:var(--surface-strong);border-radius:1.5rem;padding:1rem;box-shadow:var(--shadow-lg);overflow:hidden;border:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero__image-card img{border-radius:1rem;width:100%;height:auto}.hero__float{position:absolute;background:var(--surface-strong);padding:.75rem 1.25rem;border-radius:1rem;box-shadow:var(--shadow-md);display:flex;align-items:center;gap:.75rem;font-size:.875rem;font-weight:800;color:var(--dark);border:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero__float--orange{background:linear-gradient(135deg,#22d3ee1f,#7c3aed1a);border:1px solid rgba(34,211,238,.25);box-shadow:0 18px 30px -24px #22d3eea6}.hero__float-icon{width:34px;height:34px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#ffffffd9;border:1px solid rgba(74,144,226,.12)}.hero__float-icon img{width:18px;height:18px;object-fit:contain}.hero__float--1{top:10%;right:-10%;transform:translateY(-50%)}.hero__float--2{bottom:15%;left:-10%}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;overflow:hidden;pointer-events:none}.hero__bg-circle{position:absolute;border-radius:50%;background:radial-gradient(circle,#2563eb1a,#2563eb00 70%);animation:float 20s infinite ease-in-out}.hero__bg-circle--1{width:40rem;height:40rem;top:-20%;right:-10%;animation-delay:0s}.hero__bg-circle--2{width:30rem;height:30rem;bottom:-15%;left:-5%;animation-delay:-10s}@keyframes float{0%,to{transform:translate(0) scale(1)}50%{transform:translate(20px,-20px) scale(1.05)}}@media (max-width:768px){.hero{padding:calc(var(--header-offset,64px) + 1.25rem) 0 2rem;min-height:auto}.hero__container{grid-template-columns:1fr;gap:3rem}.hero__actions{flex-direction:column}.hero__btn{width:100%}.hero__trust{margin:-1rem 0 2rem}.hero__bullets{margin-bottom:2rem}.hero__stats{justify-content:space-between;gap:1.5rem}.hero__stat-number{font-size:1.5rem}.hero__float--1{right:0;top:5%}.hero__float--2{left:0;bottom:10%}.hero__badge{display:none}}.how{padding:5.5rem 0;background:#fff9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.how__header{text-align:center;margin-bottom:3rem}.how__title{font-size:2.75rem;font-weight:800;color:var(--dark);margin-bottom:.75rem}.how__subtitle{font-size:1.125rem;color:var(--dark-alt);opacity:.82;max-width:52rem;margin:0 auto;line-height:1.75}.how__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.how__card{position:relative;background:var(--surface-strong);border-radius:1.25rem;padding:1.75rem 1.75rem 1.5rem;border:1px solid var(--border);box-shadow:0 10px 22px -18px #2563eb38;transition:all .25s ease;overflow:hidden;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.how__card:hover{box-shadow:0 26px 40px -28px #2563eb73;border-color:#22d3ee47}.how__icon{width:52px;height:52px;border-radius:16px;display:flex;align-items:center;justify-content:center;color:var(--white);background:var(--gradient-brand);box-shadow:0 18px 28px -20px #2563ebcc;margin-bottom:1.25rem}.how__content{max-width:24rem}.how__card-title{font-size:1.25rem;font-weight:800;color:var(--dark);margin-bottom:.6rem;letter-spacing:.01em}.how__card-desc{font-size:.95rem;color:var(--dark-alt);opacity:.85;line-height:1.7}.how__step{position:absolute;top:1rem;right:1rem;width:34px;height:34px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:.95rem;color:#0f172ac7;background:#fffc;border:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.how__cta{text-align:center;margin-top:2.5rem}.how__cta-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--primary);font-weight:900;font-size:1.05rem;transition:gap .25s ease}.how__cta-link:hover{gap:.9rem}@media (max-width:900px){.how__grid{grid-template-columns:1fr;gap:1.25rem}}@media (max-width:768px){.how{padding:4rem 0}.how__title{font-size:2rem}}.courses{padding:6rem 0;background:linear-gradient(180deg,#ffffffb3,#eaf2ffe6)}.courses__header{text-align:center;margin-bottom:3rem}.courses__title{font-size:2.75rem;font-weight:800;color:var(--dark);margin-bottom:1rem}.courses__subtitle{font-size:1.125rem;color:var(--dark-alt);opacity:.8}.courses__filters{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.courses__filter{padding:.625rem 1.5rem;border-radius:2rem;border:1px solid var(--border);color:#0f172ad1;font-weight:800;font-size:.875rem;transition:all .25s ease;background:#ffffffa6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.courses__filter:hover{border-color:#22d3ee59;color:var(--primary)}.courses__filter--active{background:var(--gradient-brand);color:var(--white);border-color:transparent;box-shadow:0 18px 28px -22px #2563ebb3}.courses__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:3rem}.course-card{background:var(--surface-strong);border-radius:1.25rem;overflow:hidden;transition:all .3s ease;box-shadow:0 10px 22px -18px #2563eb40;border:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.course-card__image{position:relative;height:200px;background:linear-gradient(135deg,#4a90e21a,#6ba5ef1a);display:flex;align-items:center;justify-content:center;overflow:hidden}.course-card__image img{width:78px;height:78px;object-fit:contain;filter:drop-shadow(0 12px 18px rgba(74,144,226,.18))}.course-card__badge{position:absolute;top:1rem;right:1rem;padding:.375rem .875rem;background:var(--gradient-brand);border-radius:1rem;font-size:.75rem;font-weight:800;color:var(--white);box-shadow:0 18px 26px -22px #2563eba6}.course-card__content{padding:1.5rem}.course-card__title{font-size:1.25rem;font-weight:700;color:var(--dark);margin-bottom:.5rem;line-height:1.4}.course-card__desc{font-size:.95rem;color:var(--dark-alt);opacity:.88;line-height:1.7;margin-bottom:1.1rem}.course-card__features{list-style:none;margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.5rem}.course-card__features li{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--dark-alt)}.course-card__features svg{color:var(--primary);flex-shrink:0}.course-card__btn{width:100%;padding:.875rem;background:var(--gradient-brand);color:var(--white);border-radius:.75rem;font-weight:800;transition:all .3s ease;box-shadow:0 18px 28px -22px #2563ebbf;text-align:center;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.course-card__btn:hover{box-shadow:0 10px 15px -3px #4fc3f780;transform:translateY(-2px)}.courses__cta{text-align:center}.courses__cta-link{font-size:1.125rem;font-weight:600;color:var(--primary);display:inline-flex;align-items:center;gap:.5rem;transition:gap .3s ease}.courses__cta-link:hover{gap:1rem}@media (max-width:768px){.courses{padding:4rem 0}.courses__title{font-size:2rem}.courses__grid{grid-template-columns:1fr}}.features{padding:6rem 0;background:#ffffffa6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.features__header{text-align:center;margin-bottom:4rem}.features__title{font-size:2.75rem;font-weight:800;color:var(--dark);margin-bottom:.5rem}.features__subtitle{font-size:1rem;color:#2563ebe6;text-transform:uppercase;letter-spacing:.14em;font-weight:800}.features__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{background:var(--surface-strong);border-radius:1.25rem;padding:2rem;text-align:center;transition:all .3s ease;border:1px solid var(--border);box-shadow:0 10px 22px -18px #2563eb40;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.feature-card:hover{box-shadow:0 26px 40px -28px #2563eb73;border-color:#22d3ee47}.feature-card__icon{width:80px;height:80px;margin:0 auto 1.5rem;background:var(--gradient-brand);border-radius:1.25rem;display:flex;align-items:center;justify-content:center;box-shadow:0 18px 28px -20px #2563ebcc;color:var(--white)}.feature-card__icon--orange{background:linear-gradient(135deg,#22d3ee,#2563eb 55%,#7c3aed);box-shadow:0 18px 28px -20px #22d3eed9}.feature-card--highlight{border-color:#22d3ee52}.feature-card__icon img{width:48px;height:48px;object-fit:contain;filter:brightness(0) invert(1)}.feature-card__icon svg{width:48px;height:48px;color:var(--white)}.feature-card__title{font-size:1.25rem;font-weight:700;color:var(--dark);margin-bottom:.75rem}.feature-card__desc{font-size:.9375rem;color:var(--dark-alt);line-height:1.6;opacity:.8}@media (max-width:768px){.features{padding:4rem 0}.features__title{font-size:2rem}.features__grid{grid-template-columns:1fr;gap:1.5rem}}.media-coverage{padding:80px 0;background:linear-gradient(180deg,#ffffffa6,#eaf2ffe6)}.media-coverage__header{text-align:center;margin-bottom:60px}.media-coverage__title{font-size:36px;font-weight:700;color:var(--dark);margin-bottom:12px}.media-coverage__subtitle{font-size:16px;color:#334155bf;text-transform:uppercase;letter-spacing:2px;font-weight:800}.media-coverage__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;max-width:1200px;margin:0 auto}.media-card{background:var(--surface-strong);border-radius:16px;padding:30px;box-shadow:var(--shadow-sm);transition:all .3s ease;text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:20px;cursor:pointer;border:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.media-card:hover{box-shadow:var(--shadow-md);border-color:#22d3ee47}.media-card__logo{height:60px;display:flex;align-items:center}.media-card__logo img{max-height:100%;max-width:100%;object-fit:contain}.media-card__title{font-size:18px;font-weight:600;color:var(--dark);line-height:1.5;flex:1;min-height:80px}.media-card__source{display:flex;justify-content:space-between;align-items:center;color:var(--primary);font-size:14px;font-weight:800;padding-top:20px;border-top:1px solid rgba(37,99,235,.12)}.media-card__arrow{font-size:20px;transition:transform .3s ease}.media-card:hover .media-card__arrow{transform:translate(5px)}@media (max-width: 768px){.media-coverage{padding:60px 0}.media-coverage__title{font-size:28px}.media-coverage__grid{grid-template-columns:1fr;gap:20px}.media-card{padding:24px}.media-card__title{font-size:16px;min-height:auto}}.faq{padding:6rem 0;background:linear-gradient(180deg,#ffffffbf,#eaf2fff2)}.faq__header{text-align:center;margin-bottom:3rem}.faq__title{font-size:2.75rem;font-weight:800;color:var(--dark);margin-bottom:.75rem}.faq__subtitle{font-size:1.125rem;color:var(--dark-alt);opacity:.82}.faq__list{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.faq__item{background:var(--surface-strong);border:1px solid var(--border);border-radius:1.25rem;overflow:hidden;box-shadow:0 10px 22px -18px #2563eb38;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.faq__question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;color:var(--dark);text-align:left;background:transparent}.faq__q{font-weight:800;font-size:1.05rem;line-height:1.4}.faq__icon{width:38px;height:38px;border-radius:.9rem;display:flex;align-items:center;justify-content:center;color:var(--primary);background:linear-gradient(135deg,#22d3ee24,#7c3aed1a);border:1px solid rgba(34,211,238,.22);flex-shrink:0}.faq__answer-wrap{overflow:hidden}.faq__answer{padding:0 1.5rem 1.35rem;color:var(--dark-alt);opacity:.9;line-height:1.8;font-size:.98rem}.faq__item.is-open{border-color:#22d3ee52;box-shadow:0 26px 40px -28px #22d3ee8c}.faq__question:focus-visible{outline:3px solid var(--ring);outline-offset:3px;border-radius:1rem}.faq__legal{max-width:900px;margin:1.5rem auto 0;padding:1.25rem 1.5rem;border-radius:1.25rem;background:#ffffffbf;border:1px solid rgba(74,144,226,.12);box-shadow:0 4px 6px -1px #4a90e20d;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.faq__legal-title{font-weight:800;color:var(--dark);letter-spacing:.01em}.faq__legal-links{display:flex;align-items:center;gap:.75rem;color:var(--dark-alt);flex-wrap:wrap}.faq__legal-links a{color:var(--primary);font-weight:700;transition:opacity .2s ease}.faq__legal-links a:hover{opacity:.85}.faq__legal-dot{opacity:.55}@media (max-width:768px){.faq{padding:4rem 0}.faq__title{font-size:2rem}.faq__question{padding:1rem 1.1rem}.faq__answer{padding:0 1.1rem 1.1rem}}
