/* Line 2350 (netshow-home-v5-b-r1, 'ask first'): the right plane of the NetShow home.
   The shell's own tokens (netshow-stage.css) and its Nunito; no font file, no media, no looping motion. */
.nsh { max-width: 880px; margin: 0 auto; padding: 0 clamp(16px, 4vw, 48px) 32px; color: var(--ns-text); font-family: Nunito, system-ui, -apple-system, 'Segoe UI', sans-serif; }
.nsh-sec { padding: clamp(28px, 6vh, 72px) 0; border-bottom: 1px solid var(--ns-border); scroll-margin-top: 12px; }
.nsh-sec:last-child { border-bottom: 0; }

/* #ask: the first screen */
.nsh-ask-sec { display: flex; flex-direction: column; min-height: calc(100dvh - var(--ns-tm-h)); justify-content: center; padding-top: clamp(20px, 5vh, 64px); }
.nsh-eyebrow { margin: 0 0 10px; color: var(--ns-gold); font-weight: 800; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
.nsh-h1 { margin: 0; font-size: clamp(28px, 4.4vw, 52px); line-height: 1.08; font-weight: 800; letter-spacing: -.01em; }
.nsh-sub { margin: 14px 0 0; max-width: 40em; color: var(--ns-text-2); font-size: clamp(16px, 1.6vw, 20px); line-height: 1.45; }
.nsh-from { color: var(--ns-gold-light); font-weight: 700; white-space: nowrap; }
.nsh-ctas { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.nsh-asks { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 28px; }
.nsh-asks-hd { width: 100%; margin: 0 0 2px; color: var(--ns-text-2); font-size: 13px; font-weight: 700; }
.nsh-ask { min-height: 44px; padding: 10px 16px; border-radius: 999px; border: 1px solid var(--ns-gold-border); background: var(--ns-card); color: var(--ns-text); font: inherit; font-weight: 700; font-size: 15px; cursor: pointer; }
.nsh-ask:hover, .nsh-ask:focus-visible { border-color: var(--ns-gold); background: var(--ns-elevated); outline: none; box-shadow: 0 0 0 3px var(--ns-gold-glow); }

/* buttons and proof links */
.nsh-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 22px; border-radius: 12px; font-weight: 800; font-size: 16px; text-decoration: none; border: 1px solid transparent; }
.nsh-btn-primary { background: var(--ns-gold); color: #151008 !important; }
.nsh-btn-primary:hover, .nsh-btn-primary:focus-visible { background: var(--ns-gold-light); outline: none; box-shadow: 0 0 0 3px var(--ns-gold-glow); }
.nsh-btn-ghost { background: transparent; color: var(--ns-text) !important; border-color: var(--ns-border-strong); }
.nsh-btn-ghost:hover, .nsh-btn-ghost:focus-visible { border-color: var(--ns-gold); outline: none; }
.nsh-proof { color: var(--ns-gold-light); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.nsh-links { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 16px; margin-top: 18px; }

/* headings and body */
.nsh-h2 { margin: 0 0 16px; font-size: clamp(24px, 3vw, 36px); line-height: 1.15; font-weight: 800; }
.nsh-h3 { margin: 24px 0 8px; font-size: 18px; font-weight: 800; }
.nsh-body { margin: 0; max-width: 40em; color: var(--ns-text-2); font-size: 17px; line-height: 1.5; }
.nsh-note { margin: 16px 0 0; color: var(--ns-text-2); font-size: 15px; line-height: 1.5; }

/* #build */
.nsh-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; }
.nsh-card, .nsh-qa { display: flex; flex-direction: column; gap: 12px; padding: 20px; border-radius: var(--ns-radius); background: var(--ns-card); border: 1px solid var(--ns-border); transition: border-color .3s ease, box-shadow .3s ease; }
.nsh-card h3, .nsh-qa h3 { margin: 0; font-size: 19px; font-weight: 800; }
.nsh-card p, .nsh-qa p { margin: 0; color: var(--ns-text-2); line-height: 1.5; }
.nsh-card .nsh-btn { margin-top: auto; align-self: flex-start; }
.nsh-lit { border-color: var(--ns-gold) !important; box-shadow: 0 0 0 3px var(--ns-gold-glow); }

/* #watch */
.nsh-looks-hd { margin: 22px 0 8px; font-weight: 700; color: var(--ns-text-2); }
.nsh-looks { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.nsh-look { display: inline-block; padding: 6px 12px; border-radius: 999px; border: 1px solid var(--ns-border-strong); color: var(--ns-text) !important; text-decoration: none; font-size: 14px; font-weight: 600; }
.nsh-look:hover, .nsh-look:focus-visible { border-color: var(--ns-gold); outline: none; }

/* #plans */
.nsh-plans { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 0; padding: 0; list-style: none; }
.nsh-plan { display: flex; flex-direction: column; gap: 4px; padding: 14px; border-radius: 12px; background: var(--ns-card); border: 1px solid var(--ns-border); }
.nsh-plan-name { font-weight: 800; }
.nsh-plan-price { color: var(--ns-gold-light); font-weight: 700; }
.nsh-plan.is-proposed { border-style: dashed; }

/* #how */
.nsh-steps { margin: 0; padding-left: 1.3em; display: grid; gap: 10px; color: var(--ns-text-2); font-size: 17px; line-height: 1.45; }
.nsh-steps strong { color: var(--ns-text); }
.nsh-asklist { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 20px; padding: 0; list-style: none; }
.nsh-asklist li { padding: 6px 12px; border-radius: 10px; background: var(--ns-card); border: 1px solid var(--ns-border); font-weight: 600; }

/* #faq */
.nsh-faq { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.nsh-qa .nsh-proof { margin-top: auto; }
.nsh-blog { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 12px; margin: 20px 0 0; padding: 0; list-style: none; }
.nsh-blog a { display: flex; flex-direction: column; gap: 6px; height: 100%; padding: 16px; border-radius: 12px; border: 1px solid var(--ns-border); color: var(--ns-text) !important; text-decoration: none; }
.nsh-blog span { color: var(--ns-text-2); font-size: 14px; }

/* #partners */
.nsh-pair { display: flex; gap: 16px; margin-bottom: 18px; }
.nsh-portrait { margin: 0; flex: 0 1 200px; }
.nsh-portrait img { display: block; width: 100%; height: auto; border-radius: var(--ns-radius); border: 1px solid var(--ns-gold-border); }
.nsh-portrait figcaption { margin-top: 6px; font-weight: 700; color: var(--ns-text-2); }

/* stacked shell (the shell's own breakpoint): the page on top, the host strip below, so the hero starts at the top */
@media (max-width: 700px), (orientation: portrait) and (max-width: 1024px) {
    .nsh-ask-sec { min-height: 0; justify-content: flex-start; padding-top: 24px; }
}
/* phones: the h1, the sub line and both buttons first; the questions below them */
@media (max-width: 700px) {
    .nsh-ask-sec { padding-top: 18px; }
    .nsh-eyebrow { margin-bottom: 6px; font-size: 12px; }
    .nsh-h1 { font-size: 26px; }
    .nsh-sub { margin-top: 10px; font-size: 16px; }
    .nsh-ctas { margin-top: 14px; gap: 8px; }
    .nsh-asks { margin-top: 44px; }
    .nsh-ctas .nsh-btn { flex: 1 1 140px; padding: 10px 12px; min-height: 46px; font-size: 15px; }
    .nsh-plans { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .nsh-faq { grid-template-columns: 1fr; }
    .nsh-portrait { flex-basis: 50%; }
}
@media (prefers-reduced-motion: reduce) {
    .nsh-card, .nsh-qa { transition: none; }
}
