/* NeoVision — Light hero w/ video right-side + dark sections + diagonal divider */
*{box-sizing:border-box;margin:0;padding:0}
html,body{width:100%;min-height:100%;background:#000;color:#0a0a0a;font-family:"Inter",sans-serif;-webkit-font-smoothing:antialiased}
img,video,svg{display:block;max-width:100%}
a,button{font:inherit;color:inherit;cursor:pointer;background:none;border:0;text-decoration:none}
.nv-banner{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(0,0,0,.78);color:rgba(255,255,255,.78);font-size:10px;letter-spacing:.18em;text-transform:uppercase;text-align:center;padding:6px 16px;backdrop-filter:blur(8px);border-bottom:1px solid rgba(255,255,255,.08)}
.nv-hero-wrap{position:relative;width:100%;height:100vh;min-height:600px;background:#FBFDFD;overflow:hidden}
.nv-hero-video{position:absolute;right:0;top:0;bottom:0;width:55%;height:100%;object-fit:cover;object-position:top;z-index:1}
.nv-hero-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column}
.nv-nav{display:flex;justify-content:space-between;align-items:center;padding:24px 48px;flex-shrink:0}
.nv-nav-left{display:flex;align-items:center;gap:48px}
.nv-logo{font-size:18px;font-weight:600;color:#0a0a0a;letter-spacing:-.02em}
.nv-nav-left a{font-size:14px;color:#666;transition:color .2s}
.nv-nav-left a:hover{color:#0a0a0a}
.nv-search{position:relative;width:288px}
.nv-search input{width:100%;height:40px;padding:0 40px 0 16px;border-radius:999px;border:1px solid #d4d4d4;font-size:14px;color:#666;background:rgba(255,255,255,.85)}
.nv-search input::placeholder{color:#888}
.nv-search svg{position:absolute;right:14px;top:50%;transform:translateY(-50%);width:18px;height:18px}
.nv-hero-main{flex:1;display:flex;flex-direction:column;justify-content:space-between;padding:48px 48px 144px}
.nv-eyebrow{font-size:11px;font-weight:500;letter-spacing:.3em;color:#888;text-transform:uppercase}
.nv-eyebrow-light{color:#999}
.nv-hero-row{display:flex;gap:24px;margin-top:48px}
.nv-num{font-size:14px;color:#999;margin-top:16px}
.nv-title{font-size:clamp(44px,7vw,88px);font-weight:300;line-height:.95;letter-spacing:-.02em;color:#0a0a0a}
.nv-actions{display:flex;align-items:center;gap:24px;margin-top:32px}
.nv-cta{padding:14px 28px;background:#0a0a0a;color:#fff;font-size:14px;font-weight:500;border-radius:6px;transition:background .2s}
.nv-cta:hover{background:#222}
.nv-cta-dark{background:#222;color:#fff}
.nv-cta-dark:hover{background:#333}
.nv-link{font-size:14px;color:#0a0a0a;border-bottom:1px solid currentColor;padding-bottom:2px}
.nv-link-light{color:#fff;display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.3);border-radius:50%;width:48px;height:48px;justify-content:center;border-bottom:1px solid rgba(255,255,255,.3)}
.nv-stat{margin-top:48px;margin-right:20%}
.nv-stat-num{display:block;font-size:clamp(40px,5vw,72px);font-weight:300;line-height:1;color:#0a0a0a;letter-spacing:-.02em}
.nv-stat-label{display:block;color:#888;font-size:13px;margin-top:8px}
.nv-bottom{display:flex;justify-content:space-between;align-items:flex-start;gap:48px;margin-top:auto}
.nv-trusted{display:flex;align-items:center;gap:16px}
.nv-trusted-label{font-size:11px;color:#888;letter-spacing:.18em;text-transform:uppercase}
.nv-avatars{display:flex}
.nv-avatars img{width:36px;height:36px;border-radius:50%;border:2px solid #FBFDFD;object-fit:cover}
.nv-avatars img+img{margin-left:-8px}
.nv-trusted-num{font-size:14px;color:#0a0a0a;font-weight:500}
.nv-desc-group{display:flex;align-items:flex-start;gap:16px;max-width:380px;margin-right:50%}
.nv-link-icon{flex-shrink:0;width:48px;height:48px;border-radius:50%;border:1px solid #d4d4d4;display:inline-flex;align-items:center;justify-content:center}
.nv-link-icon svg{width:20px;height:20px}
.nv-desc-group p{font-size:13px;color:#888;line-height:1.5}
.nv-divider{position:absolute;bottom:0;left:0;width:100%;height:120px;z-index:3}
.nv-about{background:#0F0F0F;color:#fff;display:flex;align-items:stretch;min-height:600px}
.nv-about-video{flex:1;width:50%;height:auto;object-fit:cover;mix-blend-mode:lighten}
.nv-about-content{flex:1;padding:96px 80px;display:flex;flex-direction:column;justify-content:center;max-width:600px}
.nv-about-title{font-size:clamp(40px,5.5vw,72px);font-weight:300;line-height:1.05;letter-spacing:-.025em;margin:32px 0;color:#fff}
.nv-pills{display:flex;gap:12px;margin-bottom:32px}
.nv-pill{padding:8px 20px;border-radius:999px;border:1px solid #555;font-size:14px;color:#ccc}
.nv-about-text{font-size:15px;color:#999;line-height:1.65;max-width:440px;margin-bottom:32px}
.nv-about .nv-actions{margin-top:0}
.nv-play{font-size:14px}
.nv-insights{background:#0F0F0F;color:#fff;padding:96px 80px 128px}
.nv-insights-title{font-size:clamp(36px,5vw,72px);font-weight:300;line-height:1.05;letter-spacing:-.02em;max-width:1100px;margin-bottom:96px}
.nv-insights-title em{font-style:italic;font-family:"Inter",sans-serif}
.nv-insights-grid{display:flex;gap:64px}
.nv-tabs{display:flex;flex-direction:column;gap:16px;width:200px;flex-shrink:0}
.nv-tab{text-align:left;padding:12px 0;font-size:15px;color:#777;font-weight:500;transition:color .2s}
.nv-tab.is-active{color:#fff}
.nv-tab:hover{color:#ccc}
.nv-insight-content{flex:1;display:flex;gap:48px;align-items:flex-start}
.nv-insight-img{width:480px;aspect-ratio:4/3;border-radius:16px;background-size:cover;background-position:center;flex-shrink:0}
.nv-insight-text{flex:1;max-width:380px}
.nv-insight-text h3{font-size:24px;font-weight:300;color:#fff;margin-bottom:16px;line-height:1.3}
.nv-insight-text p{color:#999;font-size:14px;line-height:1.6;margin-bottom:24px}
.nv-insight-link{display:inline-block;color:#fff;font-size:13px;font-weight:500;border-bottom:1px solid #fff;padding-bottom:2px;margin-bottom:32px}
.nv-insight-meta{display:flex;justify-content:space-between;padding-top:16px;border-top:1px solid #333;font-size:12px;color:#999}
@media(max-width:1024px){.nv-hero-video{width:100%;opacity:.30}.nv-hero-main{padding:32px 24px 100px}.nv-nav{padding:16px 24px}.nv-search,.nv-nav-left a{display:none}.nv-stat,.nv-desc-group{margin-right:0}.nv-bottom{flex-direction:column;gap:24px}.nv-about{flex-direction:column}.nv-about-video{width:100%;height:400px}.nv-about-content{padding:48px 24px}.nv-insights{padding:64px 24px 96px}.nv-insights-grid{flex-direction:column;gap:32px}.nv-tabs{flex-direction:row;width:auto}.nv-insight-content{flex-direction:column;gap:24px}.nv-insight-img{width:100%}}
