.nrcv-section{padding:clamp(36px,5vw,72px) 0;background:#fff;}
.nrcv{position:relative;max-width:1280px;margin:0 auto;padding:0 clamp(16px,4vw,44px);font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;}
.nrcv__head{text-align:center;max-width:60ch;margin:0 auto clamp(26px,4vw,42px);}
.nrcv__head h2{font-weight:800;letter-spacing:-.02em;font-size:clamp(24px,3.4vw,40px);color:#0C1626;line-height:1.12;margin:0;}
.nrcv__head h2 em{font-style:normal;color:#0067FF;}
.nrcv__head p{color:#5B6B80;margin:12px 0 0;font-size:clamp(15px,1.5vw,17px);}
.nrcv__viewport{position:relative;}
.nrcv__track{display:flex;gap:clamp(14px,1.6vw,22px);overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:8px 2px;scrollbar-width:none;-ms-overflow-style:none;}
.nrcv__track::-webkit-scrollbar{display:none;}
.nrcv__card{position:relative;flex:0 0 auto;width:clamp(256px,25vw,330px);aspect-ratio:9/16;border-radius:20px;overflow:hidden;scroll-snap-align:center;background:linear-gradient(155deg,#0A2540 0%,#061a30 100%);box-shadow:0 22px 54px -26px rgba(10,37,64,.55);border:1px solid #E2E8F1;}
.nrcv__video{width:100%;height:100%;object-fit:cover;display:block;background:transparent;opacity:1;transition:opacity .45s ease;}
.nrcv__card--noposter .nrcv__video{opacity:0;}
.nrcv__card--noposter.has-thumb .nrcv__video,.nrcv__card--noposter.is-playing .nrcv__video{opacity:1;}
.nrcv__card::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(10,37,64,.55));pointer-events:none;opacity:1;transition:opacity .3s ease;}
.nrcv__card.is-playing::after{opacity:0;}
.nrcv__play{position:absolute;inset:0;margin:auto;width:72px;height:72px;border-radius:50%;border:none;background:rgba(255,255,255,.94);color:#0067FF;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .25s ease,background .25s ease;box-shadow:0 10px 28px rgba(0,0,0,.32);z-index:3;}
.nrcv__play svg{width:28px;height:28px;margin-left:3px;fill:currentColor;}
.nrcv__play:hover{transform:scale(1.09);background:#fff;}
.nrcv__card.is-playing .nrcv__play{opacity:0;pointer-events:none;}
.nrcv__name{position:absolute;left:0;right:0;bottom:0;padding:16px 18px;color:#fff;font-weight:600;font-size:15px;z-index:2;pointer-events:none;transition:opacity .3s ease;}
.nrcv__card.is-playing .nrcv__name{opacity:0;}
.nrcv__arrow{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:50%;border:1px solid #E2E8F1;background:#fff;color:#0C1626;font-size:28px;line-height:1;cursor:pointer;z-index:6;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 26px -8px rgba(10,37,64,.4);transition:background .2s ease,color .2s ease,transform .2s ease,opacity .2s ease;}
.nrcv__arrow:hover{background:#0067FF;color:#fff;border-color:#0067FF;transform:translateY(-50%) scale(1.06);}
.nrcv__arrow--prev{left:-8px;}
.nrcv__arrow--next{right:-8px;}
.nrcv__arrow:disabled{opacity:0;pointer-events:none;}
.nrcv__empty{text-align:center;color:#5B6B80;padding:20px;}
@media(max-width:640px){.nrcv__card{width:76vw;}.nrcv__arrow{width:44px;height:44px;font-size:24px;}.nrcv__arrow--prev{left:0;}.nrcv__arrow--next{right:0;}}
@media(prefers-reduced-motion:reduce){.nrcv__track{scroll-behavior:auto;}}
