:root{--bg:#0a0f1c;--surface:#111827;--surface-2:#0d1525;--line:hsla(0,0%,100%,.07);--line-strong:hsla(0,0%,100%,.14);--blue:#1f72ea;--blue-light:#4d9bff;--white:#fff;--muted:hsla(0,0%,100%,.58);--muted-2:hsla(0,0%,100%,.38);--sora:"Sora",sans-serif;--plex:"IBM Plex Sans",Helvetica,Arial,sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{border-top:2px solid var(--blue)}body{background:#0a0f1c;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");color:var(--white);font-family:var(--plex);-webkit-font-smoothing:antialiased;line-height:1.6}#__next{display:flex;flex-direction:column;min-height:100vh}.wrap{max-width:1060px;margin:0 auto;padding:0 24px}.site-header{background:rgba(10,15,28,.92);border-bottom:1px solid var(--line);position:-webkit-sticky;position:sticky;top:0;z-index:50;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.site-header .wrap{display:flex;align-items:center;height:64px}.site-header .logo{display:block;height:34px;width:auto}.hero{padding:72px 0 52px}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:var(--plex);font-size:13px;font-weight:500;color:var(--muted);margin-bottom:20px}.eyebrow:before{content:"";display:block;width:7px;height:7px;border-radius:50%;background:var(--blue);flex-shrink:0}.hero h1{font-family:var(--sora);font-size:clamp(30px,5vw,50px);font-weight:800;line-height:1.15;letter-spacing:-.02em;max-width:700px;margin-bottom:16px}.hero h1 em{font-style:normal;color:var(--blue-light)}.hero p{font-size:16px;color:var(--muted);max-width:500px;line-height:1.7}.carousel-outer{position:relative;padding:0 0 56px;margin-bottom:32px}.carousel-outer:after{content:"";pointer-events:none;position:absolute;top:0;right:0;bottom:56px;width:80px;z-index:2;background:linear-gradient(90deg,transparent,#0a0f1c)}.carousel-track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}.carousel-track::-webkit-scrollbar{display:none}.card{flex:0 0 320px;scroll-snap-align:start;background:var(--surface);border:1px solid var(--line);border-radius:10px;overflow:hidden;cursor:pointer;display:flex;flex-direction:column;transition:border-color .2s,background .2s}.card:hover{border-color:rgba(31,114,234,.4);background:#131f35}.card:focus-visible{outline:2px solid var(--blue-light);outline-offset:3px}.carousel-controls{gap:16px;margin-top:24px}.carousel-btn,.carousel-controls{display:flex;align-items:center;justify-content:center}.carousel-btn{width:38px;height:38px;border-radius:8px;cursor:pointer;background:var(--surface);border:1px solid var(--line-strong);color:var(--white);transition:background .2s,border-color .2s,opacity .2s;flex-shrink:0}.carousel-btn:hover{background:#1a2540;border-color:rgba(31,114,234,.5)}.carousel-btn:disabled{opacity:.28;cursor:default;pointer-events:none}.carousel-btn svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.carousel-dots{display:flex;align-items:center;gap:6px}.carousel-dot{width:6px;height:6px;border-radius:3px;background:var(--line-strong);cursor:pointer;transition:width .25s,background .25s}.carousel-dot.active{width:20px;background:var(--blue)}.thumb{position:relative;aspect-ratio:16/9;overflow:hidden;background:var(--surface-2)}.thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.card:hover .thumb img{transform:scale(1.04)}.thumb.graphic{display:flex;align-items:center;justify-content:center;background:#0b1322;overflow:hidden}.thumb-bg-label{position:absolute;font-family:var(--sora);font-weight:800;font-size:88px;color:rgba(77,155,255,.06);letter-spacing:-4px;text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;white-space:nowrap;top:50%;left:50%;transform:translate(-50%,-50%)}.thumb-icon{position:relative;z-index:1;width:48px;height:48px;border-radius:12px;background:rgba(31,114,234,.15);border:1px solid rgba(31,114,234,.25);display:flex;align-items:center;justify-content:center}.thumb-icon svg{width:22px;height:22px;stroke:var(--blue-light);fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.thumb-format{position:absolute;top:10px;left:10px;z-index:2;font-family:var(--sora);font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.8px;color:var(--muted);background:rgba(10,15,28,.7);border:1px solid hsla(0,0%,100%,.1);padding:4px 10px;border-radius:4px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.thumb-play{position:absolute;inset:0;z-index:1}.thumb-play,.thumb-play span{display:flex;align-items:center;justify-content:center}.thumb-play span{width:48px;height:48px;border-radius:50%;background:rgba(31,114,234,.9);box-shadow:0 4px 20px rgba(0,0,0,.5);transition:transform .2s,background .2s}.card:hover .thumb-play span{transform:scale(1.08);background:var(--blue)}.thumb-play svg{width:20px;height:20px;fill:#fff;margin-left:2px}.card-body{padding:20px 22px 22px;display:flex;flex-direction:column;flex-grow:1;gap:10px}.card-body h3{font-family:var(--sora);font-size:17px;font-weight:600;line-height:1.3}.card-body p{font-size:14px;color:var(--muted);line-height:1.65;flex-grow:1}.card-cta{font-family:var(--sora);font-size:13px;font-weight:600;color:var(--blue-light);display:inline-flex;align-items:center;gap:6px;margin-top:4px;transition:gap .2s}.card:hover .card-cta{gap:10px}.card-cta svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.overlay{position:fixed;inset:0;z-index:100;background:rgba(4,8,18,.82);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:none;align-items:center;justify-content:center;padding:20px}.overlay.open{display:flex}.modal{background:var(--surface);border:1px solid var(--line-strong);border-radius:12px;width:100%;max-width:440px;padding:32px 28px 28px;position:relative;box-shadow:0 32px 80px rgba(0,0,0,.6);animation:pop .24s cubic-bezier(.175,.885,.32,1.275)}@keyframes pop{0%{transform:scale(.96);opacity:0}to{transform:scale(1);opacity:1}}.modal-close{position:absolute;top:14px;right:14px;width:32px;height:32px;border-radius:6px;background:hsla(0,0%,100%,.05);border:1px solid var(--line);color:var(--muted);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.modal-close:hover{background:hsla(0,0%,100%,.1);color:var(--white)}.modal-close svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.modal-eyebrow{display:inline-flex;align-items:center;gap:6px;font-family:var(--plex);font-size:12px;font-weight:500;color:var(--blue-light);margin-bottom:8px}.modal-eyebrow:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--blue-light)}.modal h2{font-family:var(--sora);font-size:19px;font-weight:700;line-height:1.3;margin-bottom:6px}.modal .sub{font-size:13px;color:var(--muted);margin-bottom:22px;line-height:1.6}.field{margin-bottom:13px}.field label{display:block;font-family:var(--sora);font-size:12px;font-weight:500;color:var(--muted);margin-bottom:5px}.field input,.field select{width:100%;font-family:var(--plex);font-size:14px;color:var(--white);background:var(--bg);border:1px solid var(--line-strong);border-radius:7px;padding:11px 13px;transition:border-color .2s}.field input::placeholder{color:var(--muted-2)}.field input:focus,.field select:focus{outline:none;border-color:var(--blue)}.field select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%234D9BFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='2 4 6 8 10 4'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.field select option{background:var(--surface)}.field.invalid input,.field.invalid select{border-color:#e05252}.err{display:none;font-size:11px;color:#f08080;margin-top:4px}.field.invalid .err{display:block}.submit{width:100%;font-family:var(--sora);font-size:14px;font-weight:700;color:#fff;background:var(--blue);border:none;border-radius:7px;padding:14px;cursor:pointer;margin-top:4px;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .2s,opacity .2s}.submit:hover{background:#155cc2}.submit:disabled{opacity:.6;cursor:default}.submit svg{width:16px;height:16px;stroke:#fff;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.privacy{display:flex;align-items:center;justify-content:center;gap:5px;font-size:11.5px;color:var(--muted-2);margin-top:12px}.privacy svg{width:12px;height:12px;stroke:var(--muted-2);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.modal-thanks{display:none;flex-direction:column;align-items:center;text-align:center;padding:12px 0 4px}.modal-thanks.visible{display:flex}.thanks-icon{width:58px;height:58px;border-radius:50%;background:rgba(31,114,234,.12);border:1px solid rgba(31,114,234,.3);display:flex;align-items:center;justify-content:center;margin:0 auto 18px;animation:checkPop .4s cubic-bezier(.175,.885,.32,1.275)}.thanks-icon svg{width:26px;height:26px;stroke:var(--blue-light);fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}@keyframes checkPop{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.modal-thanks h2{font-family:var(--sora);font-size:20px;font-weight:700;margin-bottom:6px}.modal-thanks .sub{font-size:13px;color:var(--muted);margin-bottom:24px}.thanks-progress{width:100%;height:3px;background:var(--line);border-radius:2px;overflow:hidden}.thanks-progress-bar{height:100%;background:var(--blue);border-radius:2px;width:0;transition:width 2.5s linear}.viewer-overlay{position:fixed;inset:0;z-index:200;background:rgba(5,9,20,.97);display:none;flex-direction:column;animation:fadeIn .22s ease}.viewer-overlay.open{display:flex}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.viewer-head{justify-content:space-between;padding:14px 24px;border-bottom:1px solid var(--line);flex-shrink:0}.viewer-head,.viewer-meta{display:flex;align-items:center}.viewer-meta{gap:10px;min-width:0}.viewer-format-tag{flex-shrink:0;font-size:10px;text-transform:uppercase;letter-spacing:.8px;color:var(--muted);background:var(--surface);border:1px solid var(--line);padding:3px 10px;border-radius:4px}.viewer-format-tag,.viewer-title-text{font-family:var(--sora);font-weight:600}.viewer-title-text{font-size:14px;color:var(--white);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.viewer-close-btn{flex-shrink:0;width:34px;height:34px;border-radius:7px;cursor:pointer;background:hsla(0,0%,100%,.06);border:1px solid var(--line);color:var(--muted);display:flex;align-items:center;justify-content:center;transition:all .2s}.viewer-close-btn:hover{background:hsla(0,0%,100%,.12);color:var(--white)}.viewer-close-btn svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.viewer-body{flex:1 1;display:flex;align-items:stretch;overflow:hidden}.viewer-body iframe{width:100%;height:100%;border:none;display:block}.viewer-external{flex:1 1;flex-direction:column;gap:20px;text-align:center;padding:40px 24px}.viewer-ext-icon,.viewer-external{display:flex;align-items:center;justify-content:center}.viewer-ext-icon{width:72px;height:72px;border-radius:18px;background:rgba(31,114,234,.12);border:1px solid rgba(31,114,234,.25)}.viewer-ext-icon svg{stroke:var(--blue-light)}.viewer-external p{font-size:16px;color:var(--muted);line-height:1.6}.viewer-external p strong{color:var(--white);font-size:18px;display:block;margin-bottom:6px}.viewer-cta,.viewer-external p strong{font-family:var(--sora);font-weight:700}.viewer-cta{font-size:14px;color:#fff;background:var(--blue);border:none;border-radius:8px;padding:14px 28px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:background .2s}.viewer-cta:hover{background:#155cc2}.viewer-cta svg{stroke:#fff;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.c2s-footer{background:var(--surface-2);border-top:1px solid var(--line);padding:48px 20px 32px;text-align:center;margin-top:auto}.c2s-footer-inner{max-width:460px;margin:0 auto}.c2s-footer-logo-img{display:block;height:40px;width:auto;margin:0 auto 14px}.c2s-footer-tagline{font-family:var(--plex);font-size:13.5px;color:var(--muted-2);line-height:1.65;margin-bottom:24px}.c2s-footer-socials{display:flex;justify-content:center;gap:10px;margin-bottom:24px}.c2s-footer-socials a{width:38px;height:38px;background:hsla(0,0%,100%,.05);border:1px solid var(--line);border-radius:8px;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .2s}.c2s-footer-socials a:hover{background:var(--blue);border-color:var(--blue);transform:translateY(-2px)}.c2s-footer-socials a svg{width:16px;height:16px;fill:var(--muted);transition:fill .2s}.c2s-footer-socials a:hover svg{fill:#fff}.c2s-footer-site{font-family:var(--plex);font-size:13px;color:var(--muted-2)}.c2s-footer-site a{color:var(--blue-light);text-decoration:none;font-weight:500;transition:color .2s}.c2s-footer-site a:hover{color:#fff}.c2s-footer-divider{height:1px;background:var(--line);margin:22px auto 16px;max-width:280px}.c2s-footer-copy{font-size:11.5px;color:var(--muted-2)}@media(max-width:640px){.hero{padding:52px 0 36px}.carousel-outer{padding:0 0 56px}.card{flex:0 0 min(300px,80vw)}.carousel-outer:after{width:40px}.modal{padding:26px 20px 22px}.thumb-bg-label{font-size:56px}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}