/* NLS OSN / ONMOVE — scoped landing-page styles */
.nls-osn-landing {
  --nls-ink: #071c35;
  --nls-ink-soft: #12385b;
  --nls-mist: #f3f8fc;
  --nls-line: #dbe7f0;
  --nls-lime: #d7ff68;
  --nls-sky: #b8eaff;
  --nls-coral: #ffb38a;
  --nls-muted: #4f6475;
  overflow: clip;
  background: #f8fbfd;
  color: var(--nls-ink);
}

.nls-osn-landing, .nls-osn-landing * { box-sizing: border-box; }
.nls-osn-landing img { max-width: 100%; }
.nls-osn-container { position: relative; z-index: 1; width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

/* Hero */
.nls-osn-hero {
  isolation: isolate;
  position: relative;
  overflow: hidden;
  padding: clamp(56px, 7vw, 104px) 0 clamp(44px, 6vw, 82px);
  background: var(--nls-ink) !important;
  color: #fff;
}
.nls-osn-hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  opacity: .32;
  background-image: linear-gradient(rgba(184,234,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(184,234,255,.08) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, #000, transparent 78%);
}
.nls-osn-hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 600px;
  height: 600px;
  top: -320px;
  right: -150px;
  border: 1px solid rgba(215,255,104,.24);
  border-radius: 999px;
  box-shadow: 0 0 0 42px rgba(215,255,104,.035), 0 0 0 84px rgba(215,255,104,.025);
}
.nls-osn-hero-grid { display: grid; grid-template-columns: minmax(0,1.04fr) minmax(360px,.96fr); align-items: center; gap: clamp(42px,6vw,86px); }
.nls-osn-eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--nls-lime); font-size: 11px; font-weight: 800; letter-spacing: .16em; line-height: 1.4; text-transform: uppercase; }
.nls-osn-eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.nls-osn-hero h1 { max-width: 720px; margin: 0; color: #fff; font-size: clamp(42px,5.7vw,78px); font-weight: 800; letter-spacing: -.065em; line-height: .99; }
.nls-osn-hero h1 span { color: var(--nls-lime); }
.nls-osn-hero-copy { max-width: 590px; margin: 26px 0 0; color: #b9ccdc; font-size: clamp(16px,1.6vw,19px); line-height: 1.75; }
.nls-osn-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 34px; }
.nls-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 20px; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 800; letter-spacing: .01em; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease, border-color .25s ease; }
.nls-button:hover { transform: translateY(-3px); }
.nls-button:focus-visible, .nls-text-link:focus-visible { outline: 3px solid var(--nls-lime); outline-offset: 4px; }
.nls-button--lime { background: var(--nls-lime); color: var(--nls-ink); box-shadow: 0 14px 30px rgba(215,255,104,.16); }
.nls-button--lime:hover { background: #e4ff98; box-shadow: 0 18px 36px rgba(215,255,104,.24); }
.nls-button--ghost { border-color: rgba(255,255,255,.26); color: #fff; background: rgba(255,255,255,.04); }
.nls-button--ghost:hover { border-color: rgba(215,255,104,.7); background: rgba(215,255,104,.08); }
.nls-button--dark { background: var(--nls-ink); color: #fff; box-shadow: 0 12px 24px rgba(7,28,53,.14); }
.nls-button--dark:hover { background: #103a62; }
.nls-button--outline-dark { border-color: #b8c9d7; background: transparent; color: var(--nls-ink); }
.nls-button--outline-dark:hover { border-color: var(--nls-ink); background: #fff; }
.nls-text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--nls-ink-soft); font-size: 13px; font-weight: 800; text-decoration: none; }
.nls-text-link:hover { color: #0a70a9; }
.nls-text-link--light { color: #d8e8f5; }
.nls-text-link--light:hover { color: var(--nls-lime); }
.nls-osn-hero-proof { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 38px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); }
.nls-osn-hero-proof-item { display: grid; gap: 4px; }
.nls-osn-hero-proof-item strong { color: #fff; font-size: 12px; font-weight: 800; }
.nls-osn-hero-proof-item span { color: #91aabd; font-size: 11px; line-height: 1.4; }

/* Hero visual */
.nls-osn-hero-visual { position: relative; min-width: 0; }
.nls-osn-photo-frame { position: relative; overflow: hidden; aspect-ratio: .93; margin: 0; border: 1px solid rgba(255,255,255,.18); border-radius: 30px; background: #102b48; box-shadow: 0 26px 70px rgba(0,0,0,.28); transform: rotate(2deg); }
.nls-osn-photo-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,28,53,.02) 45%, rgba(7,28,53,.78) 100%); pointer-events: none; }
.nls-osn-photo-frame img { display: block; width: 100%; height: 100%; object-fit: cover; }
.nls-osn-photo-label { position: absolute; z-index: 1; right: 20px; bottom: 20px; left: 20px; display: flex; align-items: end; justify-content: space-between; gap: 16px; }
.nls-osn-photo-label p { margin: 0; color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .13em; line-height: 1.45; text-transform: uppercase; }
.nls-osn-photo-label span { color: var(--nls-lime); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.nls-osn-launch-card { position: absolute; z-index: 2; right: -24px; bottom: -30px; width: min(235px,52%); padding: 17px; border: 1px solid rgba(255,255,255,.65); border-radius: 20px; background: rgba(255,255,255,.95); color: var(--nls-ink); box-shadow: 0 20px 40px rgba(0,0,0,.2); transform: rotate(-4deg); }
.nls-osn-launch-card .nls-osn-card-kicker { color: #678099; }
.nls-osn-launch-card h3 { margin: 5px 0 12px; color: var(--nls-ink); font-size: 22px; line-height: 1.05; letter-spacing: -.04em; }
.nls-osn-launch-card p { margin: 0; color: var(--nls-muted); font-size: 11px; line-height: 1.55; }
.nls-osn-hero-bottom { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 70px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); color: #92a9bc; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.nls-osn-hero-bottom strong { color: var(--nls-lime); font-size: 12px; }

/* Shared section primitives */
.nls-osn-section { position: relative; padding: clamp(72px,9vw,128px) 0; scroll-margin-top: 84px; }
.nls-osn-section--mist { background: var(--nls-mist) !important; }
.nls-osn-section-heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(260px,.72fr); align-items: end; gap: 36px; margin-bottom: 46px; }
.nls-osn-section-heading h2 { max-width: 720px; margin: 0; color: var(--nls-ink); font-size: clamp(32px,4vw,54px); font-weight: 800; letter-spacing: -.055em; line-height: 1.02; }
.nls-osn-section-heading p { margin: 0; color: var(--nls-muted); font-size: 15px; line-height: 1.75; }
.nls-osn-section-heading .nls-osn-eyebrow { margin-bottom: 16px; color: #06688a; }
.nls-osn-tag { display: inline-flex; align-items: center; width: fit-content; padding: 7px 11px; border: 1px solid #b9ddeb; border-radius: 999px; color: #086b8f; background: #eaf8ff; font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.nls-osn-card-kicker { display: block; color: #52697b; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }

/* ONMOVE program cards */
.nls-osn-program-section { overflow: hidden; }
.nls-onmove-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.nls-onmove-card { position: relative; display: flex; min-height: 100%; flex-direction: column; overflow: hidden; padding: clamp(24px, 3vw, 38px); border: 1px solid var(--nls-line); border-radius: 28px; background: #fff; box-shadow: 0 16px 42px rgba(7,28,53,.07); }
.nls-onmove-card::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 4px; background: var(--nls-lime); }
.nls-onmove-card--offline { border-color: #274767; background: linear-gradient(145deg,#0b2745 0%,#06172c 100%); color: #fff; box-shadow: 0 20px 50px rgba(7,28,53,.18); }
.nls-onmove-card--offline::before { background: var(--nls-coral); }
.nls-onmove-card-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.nls-onmove-card .nls-osn-tag { border-color: #c4e7b1; color: #356d15; background: #f1ffe6; }
.nls-onmove-card--offline .nls-osn-tag { border-color: rgba(255,179,138,.42); color: #ffd2ba; background: rgba(255,179,138,.12); }
.nls-onmove-card--offline .nls-osn-card-kicker { color: #c8d7e2; }
.nls-onmove-card h3 { max-width: 440px; margin: 30px 0 12px; color: var(--nls-ink); font-size: clamp(25px, 2.6vw, 36px); font-weight: 800; letter-spacing: -.05em; line-height: 1.04; }
.nls-onmove-card--offline h3, .nls-onmove-card--offline h3 * { color: #f8fbff !important; }
.nls-onmove-card-description { max-width: 500px; margin: 0; color: var(--nls-muted); font-size: 14px; line-height: 1.7; }
.nls-onmove-card--offline .nls-onmove-card-description { color: #e2e8f0 !important; }
.nls-onmove-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin: 28px 0; padding: 16px 0; border-top: 1px solid var(--nls-line); border-bottom: 1px solid var(--nls-line); }
.nls-onmove-card--offline .nls-onmove-stats { border-color: rgba(255,255,255,.2); }
.nls-onmove-stat { display: grid; gap: 3px; }
.nls-onmove-stat strong { color: var(--nls-ink); font-size: 20px; font-weight: 800; letter-spacing: -.04em; }
.nls-onmove-stat span { color: #6d8291; font-size: 10px; font-weight: 700; line-height: 1.35; }
.nls-onmove-card--offline .nls-onmove-stat strong { color: #fff !important; }
.nls-onmove-card--offline .nls-onmove-stat span { color: #cbd5e1 !important; }
.nls-onmove-list { display: grid; gap: 12px; margin: 0 0 28px; padding: 0; list-style: none; }
.nls-onmove-list li { display: flex; align-items: flex-start; gap: 10px; color: #334d61; font-size: 13px; line-height: 1.5; }
.nls-onmove-card--offline .nls-onmove-list li { color: #edf4f8 !important; }
.nls-onmove-list li::before { content: "↗"; display: inline-grid; flex: 0 0 20px; place-items: center; width: 20px; height: 20px; border-radius: 50%; color: #275a11; background: #e5ffc5; font-size: 12px; font-weight: 900; }
.nls-onmove-card--offline .nls-onmove-list li::before { color: var(--nls-ink); background: var(--nls-coral); }
.nls-onmove-price { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-top: auto; padding: 16px; border-radius: 17px; background: #f1f8fc; }
.nls-onmove-price span { display: block; color: #6b8290; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.nls-onmove-price strong { display: block; margin-top: 4px; color: var(--nls-ink); font-size: 20px; letter-spacing: -.04em; }
.nls-onmove-price small { max-width: 150px; color: #69808e; font-size: 10px; line-height: 1.45; text-align: right; }
.nls-onmove-card--offline .nls-onmove-price { background: rgba(255,255,255,.1); }
.nls-onmove-card--offline .nls-onmove-price span, .nls-onmove-card--offline .nls-onmove-price small { color: #c8d7e2; }
.nls-onmove-card--offline .nls-onmove-price strong { color: #fff; }
.nls-onmove-card .nls-button { align-self: flex-start; margin-top: 18px; }
.nls-onmove-card--offline .nls-button--lime { color: var(--nls-ink); }
.nls-onmove-note { display: flex; align-items: center; gap: 9px; margin-top: 22px; color: #52697b; font-size: 11px; line-height: 1.5; }
.nls-onmove-note::before { content: "i"; display: inline-grid; flex: 0 0 18px; place-items: center; width: 18px; height: 18px; border: 1px solid #b7cedb; border-radius: 50%; color: #087ea8; font-size: 11px; font-weight: 800; }

/* Partnership / proof */
.nls-osn-proof { overflow: hidden; background: #fff !important; }
.nls-osn-proof-layout { display: grid; grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); align-items: center; gap: clamp(42px,7vw,92px); }
.nls-osn-proof-visual { position: relative; min-width: 0; }
.nls-osn-proof-content .nls-osn-eyebrow { color: #06688a; }
.nls-osn-proof-content h2 { max-width: 650px; margin: 0 0 20px; color: var(--nls-ink); font-size: clamp(32px,4vw,54px); font-weight: 800; letter-spacing: -.055em; line-height: 1.02; }
.nls-osn-proof-content > p { max-width: 590px; margin: 0; color: var(--nls-muted); font-size: 15px; line-height: 1.8; }
.nls-osn-proof-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin: 28px 0 30px; padding: 0; list-style: none; }
.nls-osn-proof-list li { display: flex; align-items: flex-start; gap: 10px; padding: 14px; border: 1px solid var(--nls-line); border-radius: 15px; color: #385368; font-size: 12px; font-weight: 700; line-height: 1.45; }
.nls-osn-proof-list li::before { content: "✓"; display: inline-grid; flex: 0 0 20px; place-items: center; width: 20px; height: 20px; border-radius: 50%; color: #275a11; background: #e5ffc5; font-size: 12px; font-weight: 900; }

/* Learning flow */
.nls-osn-flow { background: var(--nls-mist) !important; }
.nls-osn-flow-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; counter-reset: nls-flow; }
.nls-osn-flow-card { position: relative; min-height: 210px; padding: 22px; border: 1px solid var(--nls-line); border-radius: 20px; background: rgba(255,255,255,.72); }
.nls-osn-flow-card::before { counter-increment: nls-flow; content: "0" counter(nls-flow); display: block; margin-bottom: 38px; color: #0b86ad; font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.nls-osn-flow-card h3 { margin: 0 0 9px; color: var(--nls-ink); font-size: 18px; font-weight: 800; letter-spacing: -.03em; }
.nls-osn-flow-card p { margin: 0; color: #4f6475; font-size: 12px; line-height: 1.65; }
.nls-osn-flow-card:not(:last-child)::after { content: "→"; position: absolute; top: 50%; right: -20px; z-index: 2; display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid #c4dce6; border-radius: 50%; color: #087ea8; background: var(--nls-mist); font-size: 14px; transform: translateY(-50%); }

/* Final CTA */
.nls-osn-cta { padding: clamp(54px,7vw,92px) 0; background: var(--nls-lime) !important; color: var(--nls-ink); }
.nls-osn-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.nls-osn-cta h2 { max-width: 670px; margin: 0; color: var(--nls-ink); font-size: clamp(30px,4vw,54px); font-weight: 800; letter-spacing: -.06em; line-height: 1.02; }
.nls-osn-cta p { max-width: 550px; margin: 15px 0 0; color: #3b5c2a; font-size: 14px; line-height: 1.7; }
.nls-osn-cta .nls-button { flex-shrink: 0; }

/* Dark mode */
html.dark .nls-osn-landing { background: #08172b; color: #eef7ff; }
html.dark .nls-osn-hero { background: #061426 !important; }
html.dark .nls-osn-hero-copy, html.dark .nls-osn-hero-proof-item span { color: #9fb6c8; }
html.dark .nls-osn-section--mist, html.dark .nls-osn-flow { background: #0d2137 !important; }
html.dark .nls-osn-section-heading h2, html.dark .nls-osn-proof-content h2, html.dark .nls-osn-flow-card h3 { color: #f3f9ff; }
html.dark .nls-osn-section-heading p, html.dark .nls-osn-proof-content > p, html.dark .nls-osn-flow-card p { color: #a6bdce; }
html.dark .nls-onmove-card { border-color: #27435d; background: #10253d; box-shadow: 0 18px 42px rgba(0,0,0,.25); }
html.dark .nls-onmove-card h3, html.dark .nls-onmove-stat strong { color: #f3f9ff; }
html.dark .nls-onmove-card-description, html.dark .nls-onmove-stat span, html.dark .nls-onmove-note { color: #a6bdce; }
html.dark .nls-onmove-list li { color: #d4e4ef; }
html.dark .nls-onmove-price { background: #0a1d31; }
html.dark .nls-osn-proof { background: #08172b !important; }
html.dark .nls-osn-proof-list li { border-color: #27435d; color: #d4e4ef; }
html.dark .nls-osn-flow-card { border-color: #27435d; background: #10253d; }
html.dark .nls-osn-flow-card:not(:last-child)::after { border-color: #31516a; background: #0d2137; }
html.dark .nls-osn-cta { background: #b9ee37 !important; }
html.dark .nls-osn-cta h2 { color: var(--nls-ink) !important; }
html.dark .nls-osn-cta p { color: #3b5c2a !important; }

/* Responsive */
@media (max-width: 900px) {
  .nls-osn-hero-grid, .nls-osn-proof-layout { grid-template-columns: 1fr; }
  .nls-osn-hero-copy { max-width: 720px; }
  .nls-osn-hero-visual { width: min(100%, 600px); margin: 0 auto; }
  .nls-osn-section-heading { grid-template-columns: 1fr; gap: 18px; }
  .nls-osn-flow-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .nls-osn-flow-card:nth-child(2)::after { display: none; }
}
@media (max-width: 640px) {
  .nls-osn-container { width: min(100% - 32px, 1180px); }
  .nls-osn-hero { padding-top: 48px; }
  .nls-osn-hero h1 { font-size: clamp(40px, 13vw, 58px); }
  .nls-osn-actions { align-items: stretch; flex-direction: column; }
  .nls-osn-actions .nls-button { width: 100%; }
  .nls-osn-launch-card { right: -8px; bottom: -24px; width: 205px; }
  .nls-osn-hero-bottom { align-items: flex-start; flex-direction: column; gap: 8px; margin-top: 52px; }
  .nls-onmove-grid, .nls-osn-flow-grid, .nls-osn-proof-list { grid-template-columns: 1fr; }
  .nls-onmove-stats { gap: 5px; }
  .nls-onmove-stat strong { font-size: 17px; }
  .nls-onmove-stat span { font-size: 9px; }
  .nls-osn-flow-card { min-height: 170px; }
  .nls-osn-flow-card:not(:last-child)::after { display: none; }
  .nls-osn-cta-inner { align-items: stretch; flex-direction: column; }
  .nls-osn-cta .nls-button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .nls-osn-landing *, .nls-osn-landing *::before, .nls-osn-landing *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* High-contrast refinements */
.nls-button--coral { color: var(--nls-ink); background: var(--nls-coral); box-shadow: 0 14px 30px rgba(255,179,138,.2); }
.nls-button--coral:hover { background: #ffc4a5; box-shadow: 0 18px 36px rgba(255,179,138,.28); }
.nls-osn-heading-accent, .nls-osn-proof-content .nls-osn-eyebrow, .nls-osn-flow .nls-osn-eyebrow { color: #06688a; }

/* YouTube collaboration feature */
.nls-osn-video { position: relative; min-width: 0; padding: 14px 0 20px; }
.nls-osn-video::before { content: ""; position: absolute; z-index: 0; top: 4%; left: -8%; width: 116%; height: 88%; border-radius: 50%; background: radial-gradient(circle at 30% 35%,rgba(215,255,104,.28),transparent 38%),radial-gradient(circle at 82% 74%,rgba(255,179,138,.25),transparent 40%); filter: blur(18px); }
.nls-osn-video-card { position: relative; z-index: 1; overflow: hidden; margin: 0; padding: 10px; border: 1px solid rgba(7,28,53,.15); border-radius: 30px; background: var(--nls-ink); box-shadow: 0 28px 70px rgba(7,28,53,.2); }
.nls-osn-video-card::before { content: ""; position: absolute; top: -85px; right: -70px; width: 190px; height: 190px; border: 1px solid rgba(215,255,104,.22); border-radius: 50%; box-shadow: 0 0 0 25px rgba(215,255,104,.035),0 0 0 50px rgba(215,255,104,.025); pointer-events: none; }
.nls-osn-video-player { position: relative; }
.nls-osn-video-poster { position: relative; display: block; overflow: hidden; aspect-ratio: 16/9; border-radius: 21px; background: #0b2540; color: #fff; cursor: pointer; isolation: isolate; list-style: none; }
.nls-osn-video-poster::-webkit-details-marker { display: none; }
.nls-osn-video-poster::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg,rgba(7,28,53,.3) 0%,transparent 38%,rgba(7,28,53,.92) 100%); pointer-events: none; }
.nls-osn-video-poster > img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1),filter .4s ease; }
.nls-osn-video-poster:hover > img { transform: scale(1.045); filter: saturate(1.08); }
.nls-osn-video-poster:focus-visible { outline: 3px solid var(--nls-lime); outline-offset: 4px; }
.nls-osn-video-label, .nls-osn-video-duration { position: absolute; z-index: 2; top: 16px; display: inline-flex; align-items: center; min-height: 30px; border: 1px solid rgba(255,255,255,.26); border-radius: 999px; color: #fff; background: rgba(7,28,53,.68); font-size: 9px; font-weight: 800; letter-spacing: .1em; line-height: 1; text-transform: uppercase; backdrop-filter: blur(10px); }
.nls-osn-video-label { left: 16px; gap: 8px; padding: 0 11px; }
.nls-osn-video-label > span { width: 7px; height: 7px; border-radius: 50%; background: var(--nls-lime); box-shadow: 0 0 0 4px rgba(215,255,104,.15); }
.nls-osn-video-duration { right: 16px; padding: 0 10px; font-variant-numeric: tabular-nums; }
.nls-osn-video-play { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; width: clamp(62px,7vw,78px); height: clamp(62px,7vw,78px); place-items: center; border: 5px solid rgba(255,255,255,.24); border-radius: 50%; color: var(--nls-ink); background: var(--nls-lime); box-shadow: 0 16px 38px rgba(0,0,0,.32); transform: translate(-50%,-50%); transition: transform .3s ease,background-color .3s ease; }
.nls-osn-video-play svg { width: 35%; height: 35%; fill: currentColor; }
.nls-osn-video-poster:hover .nls-osn-video-play { background: #e4ff98; transform: translate(-50%,-50%) scale(1.08); }
.nls-osn-video-overlay { position: absolute; z-index: 2; right: 20px; bottom: 18px; left: 20px; display: grid; gap: 3px; }
.nls-osn-video-overlay strong { color: #fff; font-size: clamp(17px,2vw,23px); font-weight: 800; letter-spacing: -.035em; line-height: 1.1; }
.nls-osn-video-overlay > span { color: #d6e5ef; font-size: 10px; font-weight: 700; letter-spacing: .04em; }

.nls-osn-video-frame { display: none; overflow: hidden; aspect-ratio: 16/9; border-radius: 21px; background: #000; }
.nls-osn-video-frame iframe { display: block; width: 100%; height: 100%; border: 0; }
.nls-osn-video-player[open] .nls-osn-video-frame { display: block; }
.nls-osn-video-player[open] > .nls-osn-video-poster { position: absolute; z-index: 4; top: 20px; right: 20px; width: auto; height: auto; aspect-ratio: auto; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(7,28,53,.82); }
.nls-osn-video-player[open] > .nls-osn-video-poster > img, .nls-osn-video-player[open] > .nls-osn-video-poster::after, .nls-osn-video-player[open] .nls-osn-video-label, .nls-osn-video-player[open] .nls-osn-video-duration, .nls-osn-video-player[open] .nls-osn-video-play, .nls-osn-video-player[open] .nls-osn-video-overlay { display: none; }
.nls-osn-video-close { display: none; padding: 9px 13px; color: #fff; font-size: 10px; font-weight: 800; }
.nls-osn-video-player[open] .nls-osn-video-close { display: inline-flex; }
.nls-osn-video-caption { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 12px; padding: 17px 10px 6px; color: #fff; }
.nls-osn-video-caption-icon { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid rgba(215,255,104,.38); border-radius: 12px; color: var(--nls-ink); background: var(--nls-lime); }
.nls-osn-video-caption-icon svg { width: 17px; height: 17px; fill: currentColor; }
.nls-osn-video-caption-copy { display: grid; min-width: 0; gap: 3px; }
.nls-osn-video-caption-copy strong { color: #fff; font-size: 12px; line-height: 1.35; }
.nls-osn-video-caption-copy > span { color: #c1d2df; font-size: 10px; line-height: 1.45; }
.nls-osn-video-caption-link { display: inline-flex; align-items: center; gap: 7px; min-height: 38px; padding: 0 13px; border: 1px solid rgba(215,255,104,.4); border-radius: 999px; color: #f4fbff; font-size: 10px; font-weight: 800; text-decoration: none; white-space: nowrap; transition: color .25s ease,background-color .25s ease,border-color .25s ease; }
.nls-osn-video-caption-link:hover { border-color: var(--nls-lime); color: var(--nls-ink); background: var(--nls-lime); }
.nls-osn-video-caption-link:focus-visible { outline: 3px solid var(--nls-lime); outline-offset: 3px; }

/* Dark mode contrast */
html.dark .nls-osn-heading-accent, html.dark .nls-osn-proof-content .nls-osn-eyebrow, html.dark .nls-osn-flow .nls-osn-eyebrow { color: #7bd7f4; }
html.dark .nls-onmove-card--offline { border-color: #36536b; background: #091d33; }
html.dark .nls-onmove-card .nls-osn-card-kicker { color: #c3d3df; }
html.dark .nls-osn-section-heading .nls-osn-eyebrow { color: #7bd7f4; }
html.dark .nls-onmove-price span, html.dark .nls-onmove-price small { color: #c6d5e0; }
html.dark .nls-osn-video-card { border-color: #2b4962; background: #07172a; }

@media (max-width: 900px) {
  .nls-osn-video { width: min(100%,720px); margin-inline: auto; }
}
@media (max-width: 640px) {
  .nls-osn-video { padding: 4px 0 8px; }
  .nls-osn-video::before { left: -4%; width: 108%; filter: blur(12px); }
  .nls-osn-video-card { padding: 7px; border-radius: 23px; }
  .nls-osn-video-poster, .nls-osn-video-frame { border-radius: 17px; }
  .nls-osn-video-label, .nls-osn-video-duration { top: 10px; min-height: 27px; font-size: 8px; }
  .nls-osn-video-label { left: 10px; padding-inline: 9px; }
  .nls-osn-video-duration { right: 10px; }
  .nls-osn-video-play { width: 58px; height: 58px; border-width: 4px; }
  .nls-osn-video-overlay { right: 14px; bottom: 12px; left: 14px; }
  .nls-osn-video-overlay strong { font-size: 16px; }
  .nls-osn-video-caption { grid-template-columns: auto minmax(0,1fr); padding: 14px 6px 5px; }
  .nls-osn-video-caption-link { grid-column: 1/-1; justify-content: center; width: 100%; }
  .nls-osn-video-player[open] > .nls-osn-video-poster { top: 14px; right: 14px; }
}
