/* NetScope pages: scoped to preserve the shared QnSub site. */
.netscope-page { --ns-accent: #79e4da; }
.ns-hero { background: radial-gradient(ellipse at 90% 35%, #172d46 0, #08151e 46%, #080d12 85%); padding: 90px 0 80px; border-bottom: 1px solid #233139; }
.ns-hero-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 64px; align-items: center; }
.ns-eyebrow { display: block; font-size: .76rem; font-weight: 700; letter-spacing: .14em; color: var(--ns-accent); margin-bottom: 22px; }
.ns-hero h1 { font-size: clamp(2.6rem, 4.6vw, 4.6rem); line-height: 1.08; letter-spacing: -.04em; margin: 0 0 26px; color: #f5fcff; }
.ns-lead { font-size: 1.16rem; max-width: 540px; color: #b8cbd6; line-height: 1.75; }
.ns-actions { display: flex; gap: 26px; align-items: center; flex-wrap: wrap; margin: 32px 0 24px; }
.ns-actions .btn { background: #a5f3e6; color: #09272d; border-color: #a5f3e6; box-shadow: none; }
.ns-secondary { color: #e9f7fc; text-decoration: underline; text-underline-offset: 6px; }
.ns-caption { color: #9fb3c0; font-size: .83rem; }
.ns-icon-panel { margin: 0; padding: 28px; border: 1px solid #416173; border-radius: 32px; background: #ffffff05; text-align: center; }
.ns-icon-panel img { width: 100%; max-width: 340px; height: auto; border-radius: 24%; box-shadow: 0 25px 70px #0005; display: block; margin: 0 auto; }
.ns-icon-panel figcaption { color: #a9c7d4; font-size: .68rem; letter-spacing: .2em; margin-top: 28px; }
.ns-intro { padding: 48px 0 56px; border-bottom: 1px solid #243039; background: #0d151c; }
.ns-intro > .container > p { color: #9ab3bf; font-size: .72rem; letter-spacing: .14em; margin-bottom: 34px; }
.ns-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 44px; }
.ns-steps span { color: var(--ns-accent); font-size: .85rem; }
.ns-steps h2 { font-size: 1.4rem; margin: 12px 0; }
.ns-steps p, .ns-features p, .ns-two-columns p { color: #b1c0cb; line-height: 1.8; }
.ns-section-heading { max-width: 640px; margin-bottom: 42px; }
.ns-section-heading h2, .ns-two-columns h2 { font-size: clamp(1.8rem,3vw,2.65rem); letter-spacing: -.025em; line-height: 1.2; margin-bottom: 20px; }
.ns-section-heading p { color: #b1c0cb; line-height: 1.8; }
.ns-features { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.ns-features article { background: #111a22; border: 1px solid #293741; padding: 30px; border-radius: 18px; }
.ns-features i { color: var(--ns-accent); font-size: 1.4rem; margin-bottom: 26px; }
.ns-features h3 { font-size: 1.18rem; margin-bottom: 14px; }
.ns-boundaries { background: #0c1b24; border-block: 1px solid #233944; }
.ns-two-columns { display: grid; grid-template-columns: 1fr 1.2fr; gap: 70px; }
.ns-two-columns p + p { margin-top: 18px; }
.ns-links { display: flex; flex-wrap: wrap; gap: 18px 26px; margin-top: 32px; }
.ns-links a, .ns-document a, .ns-back { color: #a5f3e6; text-decoration: underline; text-underline-offset: 4px; }
.ns-header { padding: 55px 0; background: #0c1b24; }
.ns-header h1 { font-size: clamp(2rem,4vw,3.4rem); margin: 25px 0 16px; }
.ns-header p { color: #b9cdd7; max-width: 760px; margin-inline: auto; }
.ns-document { max-width: 820px; margin: 0 auto; color: #c0cdd5; font-size: 1.04rem; line-height: 1.85; overflow-wrap: anywhere; }
.ns-document h2 { color: #f3f8fb; font-size: 1.5rem; margin: 38px 0 14px; }
.ns-document p, .ns-document ul { margin-bottom: 20px; }
.ns-document ul { padding-left: 24px; }
.ns-document li { margin-bottom: 14px; }
.ns-policy-meta, .ns-contact { padding: 26px; border: 1px solid #30424c; border-radius: 16px; background: #101d26; }
.ns-contact h2 { margin-top: 0; }
.ns-contact p:last-child { margin-bottom: 0; }
.ns-faq { padding: 20px 0; border-bottom: 1px solid #35424c; }
.ns-faq summary { cursor: pointer; font-weight: 600; color: #edf7fc; }
.ns-faq p { margin: 16px 0 0; }
.netscope-page a:focus-visible, .ns-faq summary:focus-visible { outline: 2px solid #a5f3e6; outline-offset: 5px; }
@media (max-width: 850px) { .ns-hero-grid { gap: 32px; } .ns-features { grid-template-columns: repeat(2,1fr); } .ns-two-columns { gap: 35px; } .ns-icon-panel { padding: 20px; } }
@media (max-width: 600px) { .ns-hero { padding: 50px 0; } .ns-hero-grid, .ns-steps, .ns-features, .ns-two-columns { grid-template-columns: 1fr; } .ns-hero-grid { gap: 38px; } .ns-icon-panel { max-width: 340px; width: 100%; margin: 0 auto; } .ns-steps { gap: 26px; } .ns-steps h2 { display: inline-block; margin-left: 16px; } .ns-features article { padding: 24px; } .ns-policy-meta, .ns-contact { padding: 20px; } .ns-header { padding: 35px 0; } }
