:root {
  --navy: #101b33;
  --navy-2: #172540;
  --navy-3: #22314c;
  --gold: #c4a451;
  --gold-light: #e3cf91;
  --cream: #f7f4ed;
  --paper: #fffdfa;
  --ink: #162138;
  --muted: #5f6879;
  --line: #dcd7cb;
  --white: #fff;
  --green: #2f826c;
  --shadow: 0 22px 60px rgba(16, 27, 51, .14);
  --radius: 22px;
  --shell: 1180px;
}

/* Arabic and future RTL locales use logical alignment without changing course content. */
[dir="rtl"] .ncsp-checkline li::before { margin-right: 0; margin-left: 7px; }
[dir="rtl"] .ncsp-hero-media figcaption { left: auto; right: -28px; }
[dir="rtl"] .ncsp-feature-list li { padding-left: 0; padding-right: 27px; }
[dir="rtl"] .ncsp-feature-list li::before { left: auto; right: 0; }
[dir="rtl"] .ncsp-browser-top span { margin-left: 0; margin-right: 8px; }
[dir="rtl"] .ncsp-lesson-chip { left: auto; right: 22px; border-left: 0; border-right: 5px solid var(--gold); }
[dir="rtl"] .ncsp-quote > span { left: auto; right: 10px; }
[dir="rtl"] .ncsp-difference-grid,
[dir="rtl"] .ncsp-values .ncsp-difference-grid { text-align: right; }
[dir="rtl"] .ncsp-harbor-hero::after { background: linear-gradient(270deg, rgba(8,17,33,.96) 0%, rgba(8,17,33,.72) 42%, rgba(8,17,33,.05) 78%); }
[dir="rtl"] .ncsp-policy article > p:first-child,
[dir="rtl"] .ncsp-contact-note,
[dir="rtl"] .ncsp-article-body blockquote,
[dir="rtl"] .ncsp-language-notice { border-left: 0; border-right: 4px solid var(--gold); }
[dir="rtl"] .ncsp-footer-top > div:not(.ncsp-footer-brand) { align-items: flex-end; }
[dir="rtl"] .ncsp-cookie-settings-trigger { left: auto; right: 14px; }
[dir="rtl"] .ncsp-dialog-close { right: auto; left: 20px; }
[dir="rtl"] .ncsp-growth-close { float: left; margin: 0 12px 8px 0; }

@media (max-width: 680px) {
  [dir="rtl"] .ncsp-hero-media figcaption { left: 12px; right: 12px; }
  [dir="rtl"] .ncsp-lesson-chip { left: 10px; right: 10px; }
  [dir="rtl"] .ncsp-quote { padding-left: 0; padding-right: 56px; }
  [dir="rtl"] .ncsp-difference { text-align: right; }
  [dir="rtl"] .ncsp-consent-dialog h2 { padding-right: 0; padding-left: 40px; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.ncsp { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.ncsp img { display: block; max-width: 100%; height: auto; }
body.ncsp a { color: inherit; }
body.ncsp button, body.ncsp input { font: inherit; }
.ncsp-sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.ncsp-skip { position: fixed; left: 14px; top: -80px; z-index: 1000; padding: 10px 16px; background: var(--white); color: var(--ink); border-radius: 8px; }
.ncsp-skip:focus { top: 14px; }
.ncsp-shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.ncsp-preview-bar { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 6px 24px; background: var(--gold); color: #101827; font-size: 12px; letter-spacing: .02em; }
.ncsp-preview-bar span { opacity: .78; }
.ncsp-header { position: relative; z-index: 50; background: var(--navy); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.1); }
.ncsp-header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.ncsp-logo { width: 248px; flex: 0 0 auto; }
.ncsp-logo img { width: 100%; height: auto; }
.ncsp-nav { display: flex; align-items: center; gap: 22px; font-size: 14px; font-weight: 700; }
.ncsp-nav > a:not(.ncsp-button) { color: rgba(255,255,255,.84); text-decoration: none; }
.ncsp-nav > a:hover, .ncsp-nav > a:focus-visible { color: var(--gold-light); }
.ncsp-language-switcher { position: relative; display: inline-flex; align-items: center; }
.ncsp-language-switcher select { min-height: 40px; max-width: 112px; padding: 7px 28px 7px 10px; border: 1px solid rgba(255,255,255,.28); border-radius: 9px; background: var(--navy-2); color: var(--white); font-size: 12px; font-weight: 800; cursor: pointer; }
.ncsp-language-switcher select:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 2px; }
.ncsp-language-switcher option { background: var(--white); color: var(--ink); }
.ncsp-header-tools { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.ncsp-menu-button { display: none; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: transparent; color: white; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.ncsp-menu-button > span:not(.ncsp-sr) { width: 20px; height: 2px; background: currentColor; }
.ncsp-button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 13px 22px; border: 2px solid var(--navy); border-radius: 12px; background: var(--navy); color: var(--white) !important; font-weight: 800; line-height: 1.2; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.ncsp-button:hover, .ncsp-button:focus-visible { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(16,27,51,.2); }
.ncsp-button-small { min-height: 44px; padding: 10px 16px; border-color: var(--gold); background: var(--gold); color: var(--navy) !important; }
.ncsp-button-gold { border-color: var(--gold); background: var(--gold); color: var(--navy) !important; }
.ncsp-button-outline { border-color: #9fa6b3; background: transparent; color: var(--ink) !important; }
.ncsp-text-link { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--ink); font-weight: 800; text-decoration: none; cursor: pointer; }
.ncsp-eyebrow { margin: 0 0 18px; color: #8a6e28; font-size: 12px; line-height: 1.2; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.ncsp-eyebrow-light { color: var(--gold-light); }
.ncsp h1, .ncsp h2, .ncsp h3 { margin-top: 0; font-family: Georgia, "Times New Roman", serif; line-height: 1.05; letter-spacing: -.035em; }
.ncsp h1 { margin-bottom: 26px; font-size: clamp(48px, 5vw, 76px); }
.ncsp h2 { margin-bottom: 24px; font-size: clamp(38px, 4vw, 60px); }
.ncsp h3 { margin-bottom: 12px; font-size: 25px; }
.ncsp h1 em, .ncsp h2 em { color: var(--gold); font-style: italic; font-weight: 500; }
.ncsp-lead { max-width: 650px; font-size: 21px; color: var(--muted); }
.ncsp-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 34px; }

.ncsp-hero { overflow: hidden; padding: 42px 0 56px; background: linear-gradient(115deg, #f8f4eb 0%, #fffdf8 64%, #edf0f1 100%); }
.ncsp-hero-grid { display: grid; grid-template-columns: 1.1fr 1fr; align-items: start; gap: 48px; }
.ncsp-hero-copy { position: relative; z-index: 2; padding-top: 12px; }
.ncsp-hero-copy h1 { max-width: 620px; }
.ncsp-hero-copy h1 { margin-bottom: 18px; font-size: clamp(48px, 4.4vw, 62px); }
.ncsp-hero-copy .ncsp-lead { max-width: 560px; font-size: 18px; }
.ncsp-hero-copy .ncsp-actions { margin-top: 24px; }
.ncsp-checkline { display: flex; flex-wrap: wrap; gap: 10px 20px; padding: 0; margin: 28px 0 0; color: var(--muted); font-size: 13px; font-weight: 700; list-style: none; }
.ncsp-checkline li::before { content: "✓"; margin-right: 7px; color: var(--green); }
.ncsp-hero-media { position: relative; margin: 0; }
.ncsp-hero-media::before { content: ""; position: absolute; inset: -24px -80px 60% 45%; z-index: 0; border-radius: 50%; background: rgba(196,164,81,.17); }
.ncsp-hero-media img { position: relative; z-index: 1; width: 100%; height: 430px; object-fit: cover; object-position: 63% center; border-radius: 145px 18px 18px 18px; box-shadow: var(--shadow); }
.ncsp-hero-media figcaption { position: absolute; z-index: 2; left: -28px; bottom: 26px; display: grid; grid-template-columns: auto 1fr; column-gap: 10px; min-width: 250px; padding: 15px 18px; background: var(--white); border-radius: 13px; box-shadow: 0 14px 34px rgba(16,27,51,.2); }
.ncsp-hero-media figcaption strong { font-size: 14px; line-height: 1.25; }
.ncsp-hero-media figcaption small { grid-column: 2; color: var(--muted); font-size: 12px; }
.ncsp-status-dot { width: 10px; height: 10px; margin-top: 5px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(47,130,108,.12); }

.ncsp-proof { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.ncsp-proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.ncsp-proof-grid > div { min-height: 120px; display: flex; flex-direction: column; justify-content: center; padding: 22px 36px; border-right: 1px solid var(--line); }
.ncsp-proof-grid > div:first-child { border-left: 1px solid var(--line); }
.ncsp-proof-grid strong { color: var(--navy); font-family: Georgia, serif; font-size: 31px; line-height: 1.1; }
.ncsp-proof-grid span { color: var(--muted); font-size: 13px; }

.ncsp-section { padding: 112px 0; }
.ncsp-section-intro { background: var(--paper); }
.ncsp-heading-row { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; margin-bottom: 56px; }
.ncsp-heading-row h2, .ncsp-heading-row p { margin-bottom: 0; }
.ncsp-heading-row p { color: var(--muted); }
.ncsp-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--line); }
.ncsp-steps article { position: relative; min-height: 310px; padding: 34px; background: var(--white); }
.ncsp-steps article > span { color: #a0a5ae; font-size: 12px; font-weight: 800; }
.ncsp-step-icon { width: 58px; height: 58px; display: grid; place-items: center; margin: 40px 0 28px; border-radius: 16px; background: var(--cream); color: var(--navy); font-family: Georgia, serif; font-weight: 800; }
.ncsp-steps p { margin-bottom: 0; color: var(--muted); font-size: 15px; }

.ncsp-product { overflow: hidden; background: var(--navy); color: var(--white); }
.ncsp-product-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 72px; }
.ncsp-product-copy > p:not(.ncsp-eyebrow), .ncsp-illustrated-callout p { color: rgba(255,255,255,.72); }
.ncsp-feature-list { padding: 0; margin: 28px 0 34px; list-style: none; }
.ncsp-feature-list li { position: relative; margin: 11px 0; padding-left: 27px; color: rgba(255,255,255,.82); }
.ncsp-feature-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-light); font-weight: 900; }
.ncsp-feature-list-dark li { color: var(--ink); }
.ncsp-feature-list-dark li::before { color: var(--green); }
.ncsp-browser-card { position: relative; z-index: 1; border: 1px solid rgba(255,255,255,.2); border-radius: 18px; overflow: hidden; background: #0a1223; box-shadow: 0 30px 80px rgba(0,0,0,.38); transform: rotate(1deg); }
.ncsp-browser-card::before { content: ""; position: absolute; inset: -70px -90px auto auto; width: 240px; height: 240px; border: 1px solid rgba(196,164,81,.4); border-radius: 50%; }
.ncsp-browser-top { height: 42px; display: flex; align-items: center; gap: 7px; padding: 0 15px; background: #e9e8e4; color: #737985; font-size: 10px; }
.ncsp-browser-top i { width: 8px; height: 8px; border-radius: 50%; background: #bfc1c4; }
.ncsp-browser-top span { margin-left: 8px; }
.ncsp-browser-card > img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.ncsp-lesson-chip { position: absolute; left: 22px; bottom: 20px; width: min(315px, calc(100% - 44px)); display: flex; flex-direction: column; padding: 17px 20px; background: rgba(255,253,250,.95); color: var(--ink); border-left: 5px solid var(--gold); border-radius: 10px; backdrop-filter: blur(12px); }
.ncsp-lesson-chip span, .ncsp-lesson-chip small { color: var(--muted); font-size: 11px; }

.ncsp-life { background: var(--cream); }
.ncsp-life-grid { display: grid; grid-template-columns: .9fr 1fr; gap: 92px; align-items: center; }
.ncsp-life figure { position: relative; margin: 0; }
.ncsp-life figure::after { content: ""; position: absolute; inset: 28px -28px -28px 28px; z-index: 0; border: 1px solid var(--gold); border-radius: 16px 100px 16px 16px; }
.ncsp-life figure img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center; border-radius: 16px 100px 16px 16px; }
.ncsp-life-grid > div > p:not(.ncsp-eyebrow) { color: var(--muted); }
.ncsp-quote { position: relative; margin-top: 38px; padding: 25px 25px 25px 65px; border-top: 1px solid #cfc7b8; border-bottom: 1px solid #cfc7b8; }
.ncsp-quote > span { position: absolute; left: 10px; top: 5px; color: var(--gold); font-family: Georgia, serif; font-size: 75px; line-height: 1; }
.ncsp-quote p { margin: 0 0 8px; color: var(--ink); font-family: Georgia, serif; font-size: 20px; font-style: italic; }
.ncsp-quote small { color: var(--muted); }

.ncsp-outcomes { background: #f3eee4; }
.ncsp-section-heading { display: grid; grid-template-columns: 1.45fr .75fr; align-items: end; gap: 60px; margin-bottom: 44px; }
.ncsp-section-heading h2 { margin-bottom: 0; }
.ncsp-section-heading > p { margin: 0 0 7px; color: var(--muted); }
.ncsp-outcomes-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.ncsp-outcomes-grid figure { overflow: hidden; margin: 0; border-radius: 18px; background: var(--white); box-shadow: 0 18px 50px rgba(22,29,42,.10); }
.ncsp-outcomes-grid img { width: 100%; aspect-ratio: 3/2; object-fit: cover; display: block; }
.ncsp-outcomes-grid figcaption { padding: 24px 27px 27px; }
.ncsp-outcomes-grid figcaption span { display: block; margin-bottom: 7px; color: #8a6e28; font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.ncsp-outcomes-grid figcaption strong { display: block; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(24px, 3vw, 34px); line-height: 1.08; }
.ncsp-outcomes-grid figcaption p { margin: 10px 0 0; color: var(--muted); font-size: 15px; }
.ncsp-outcomes-about { padding-top: 40px; }

.ncsp-roadmap { background: var(--navy); color: var(--white); }
.ncsp-roadmap-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 72px; }
.ncsp-roadmap-copy > p:not(.ncsp-eyebrow) { max-width: 520px; color: rgba(255,255,255,.7); }
.ncsp-roadmap-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.ncsp-roadmap-cards article { min-height: 250px; padding: 30px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(255,255,255,.06); }
.ncsp-roadmap-cards span { display: inline-flex; margin-bottom: 50px; padding: 6px 10px; border: 1px solid rgba(227,207,145,.5); border-radius: 999px; color: var(--gold-light); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.ncsp-roadmap-cards h3 { margin-bottom: 10px; color: var(--white); }
.ncsp-roadmap-cards p { margin: 0; color: rgba(255,255,255,.68); font-size: 15px; }

.ncsp-difference { background: var(--white); text-align: center; }
.ncsp-difference-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 54px; text-align: left; }
.ncsp-difference-grid article { padding: 29px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); }
.ncsp-difference-grid b { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 38px; border: 1px solid var(--gold); border-radius: 50%; color: #8a6e28; font-size: 17px; }
.ncsp-difference-grid p { margin: 0; color: var(--muted); font-size: 15px; }

.ncsp-faq { background: var(--cream); }
.ncsp-faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.ncsp-faq-grid > div:first-child > p:last-child { color: var(--muted); }
.ncsp-accordions details { border-top: 1px solid #cfc7b8; }
.ncsp-accordions details:last-child { border-bottom: 1px solid #cfc7b8; }
.ncsp-accordions summary { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 12px 4px; font-weight: 800; cursor: pointer; list-style: none; }
.ncsp-accordions summary::-webkit-details-marker { display: none; }
.ncsp-accordions summary span { width: 30px; height: 30px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid #b4aa96; border-radius: 50%; }
.ncsp-accordions details[open] summary span { transform: rotate(45deg); }
.ncsp-accordions details p { margin: -6px 42px 24px 4px; color: var(--muted); }

.ncsp-cta-band { padding: 76px 0; background: linear-gradient(120deg, var(--navy), #1c2d4d); color: var(--white); }
.ncsp-cta-grid { display: flex; align-items: center; justify-content: space-between; gap: 56px; }
.ncsp-cta-grid h2 { margin-bottom: 10px; font-size: clamp(36px, 4vw, 56px); }
.ncsp-cta-grid p:not(.ncsp-eyebrow) { margin: 0; color: rgba(255,255,255,.7); }
.ncsp-cta-grid .ncsp-button { flex: 0 0 auto; }

.ncsp-subhero { padding: 82px 0; background: var(--cream); }
.ncsp-subhero-grid { display: grid; grid-template-columns: 1fr .92fr; align-items: center; gap: 72px; }
.ncsp-subhero figure { margin: 0; }
.ncsp-subhero figure img { width: 100%; aspect-ratio: 4/3; object-fit: cover; object-position: 62% center; border-radius: 100px 18px 18px; }
.ncsp-story-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.ncsp-large-copy { margin-top: 0; color: var(--ink); font-family: Georgia, serif; font-size: 27px; line-height: 1.45; }
.ncsp-story-grid > div:last-child > p:not(.ncsp-large-copy) { color: var(--muted); }
.ncsp-values { background: var(--cream); }
.ncsp-values .ncsp-difference-grid { text-align: left; }
.ncsp-illustrated-callout { background: var(--navy); color: var(--white); }
.ncsp-illustrated-callout img { border-radius: var(--radius); box-shadow: var(--shadow); }

.ncsp-harbor-hero { position: relative; min-height: 670px; display: grid; align-items: end; overflow: hidden; background: #0c172c; color: var(--white); }
.ncsp-harbor-hero .ncsp-shell { position: relative; min-height: 670px; display: flex; align-items: center; }
.ncsp-harbor-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .73; }
.ncsp-harbor-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,17,33,.96) 0%, rgba(8,17,33,.72) 42%, rgba(8,17,33,.05) 78%); }
.ncsp-harbor-copy { position: relative; z-index: 2; max-width: 660px; padding: 70px 0; }
.ncsp-harbor-copy > p:not(.ncsp-eyebrow) { max-width: 580px; color: rgba(255,255,255,.78); font-size: 20px; }
.ncsp-harbor-copy .ncsp-actions > span { color: rgba(255,255,255,.7); font-size: 13px; }
.ncsp-harbor-gallery { padding-top: 20px; background: var(--white); }
.ncsp-gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.ncsp-gallery-grid figure { margin: 0; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: var(--paper); }
.ncsp-gallery-grid img { aspect-ratio: 16/9; object-fit: cover; }
.ncsp-gallery-grid figcaption { display: flex; flex-direction: column; padding: 22px 25px; }
.ncsp-gallery-grid figcaption span { color: var(--muted); font-size: 14px; }
.ncsp-before-start { background: var(--cream); }
.ncsp-before-start .ncsp-steps { margin-top: 50px; }
.ncsp-before-start .ncsp-steps article { min-height: 230px; }
.ncsp-before-start .ncsp-steps h3 { margin-top: 42px; }
.ncsp-centered-action { display: flex; justify-content: center; margin-top: 44px; }

.ncsp-completion { padding: 104px 0; background: radial-gradient(circle at 80% 20%, rgba(196,164,81,.2), transparent 30%), var(--navy); color: var(--white); }
.ncsp-completion-grid { display: grid; grid-template-columns: 1fr .78fr; align-items: center; gap: 96px; }
.ncsp-completion-grid > div:first-child > p:not(.ncsp-eyebrow) { color: rgba(255,255,255,.74); font-size: 20px; }
.ncsp-signup-card { padding: 40px; background: var(--paper); color: var(--ink); border-radius: 20px; box-shadow: 0 28px 70px rgba(0,0,0,.28); }
.ncsp-signup-card h2 { margin-bottom: 12px; font-size: 42px; }
.ncsp-signup-card > p { color: var(--muted); }
.ncsp-card-kicker { margin: 0 0 8px !important; color: #8a6e28 !important; font-size: 12px !important; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.ncsp-signup-form { display: grid; gap: 12px; margin-top: 24px; }
.ncsp-signup-form > label:first-child { font-size: 13px; font-weight: 800; }
.ncsp-signup-form input[type="email"] { width: 100%; min-height: 54px; padding: 12px 15px; border: 1px solid #aeb3bc; border-radius: 10px; background: var(--white); color: var(--ink); }
.ncsp-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.ncsp-checkbox { display: flex; align-items: flex-start; gap: 10px; margin: 4px 0 10px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.ncsp-checkbox input { width: 19px; height: 19px; flex: 0 0 auto; margin-top: 1px; accent-color: var(--navy); }
.ncsp-form-note { margin: 0; color: #8a6e28; font-size: 12px; }
.ncsp-signup-card > small { display: block; margin-top: 18px; color: var(--muted); font-size: 11px; }

.ncsp-policy-hero { padding: 90px 0 70px; background: var(--cream); }
.ncsp-policy-hero h1 { margin-bottom: 16px; }
.ncsp-policy { background: var(--white); }
.ncsp-policy-grid { display: grid; grid-template-columns: 240px 1fr; gap: 80px; }
.ncsp-policy aside { align-self: start; position: sticky; top: 20px; }
.ncsp-policy aside nav { display: grid; margin-bottom: 20px; border-top: 1px solid var(--line); }
.ncsp-policy aside nav a { padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--muted); text-decoration: none; }
.ncsp-policy article { max-width: 760px; }
.ncsp-policy article > p:first-child { padding: 20px; border-left: 4px solid var(--gold); background: var(--cream); }
.ncsp-policy article h2 { margin: 55px 0 14px; font-size: 34px; }
.ncsp-policy article p { color: var(--muted); }

.ncsp-footer { padding: 72px 0 28px; background: #0a1325; color: var(--white); }
.ncsp-footer-top { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 56px; padding-bottom: 52px; }
.ncsp-footer-brand img { width: 235px; margin-bottom: 20px; }
.ncsp-footer-brand p { color: rgba(255,255,255,.62); font-size: 14px; }
.ncsp-footer h2 { margin: 4px 0 18px; color: var(--gold-light); font-family: inherit; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.ncsp-footer-top > div:not(.ncsp-footer-brand) { display: flex; flex-direction: column; align-items: flex-start; }
.ncsp-footer a, .ncsp-footer button { min-height: 38px; padding: 5px 0; border: 0; background: transparent; color: rgba(255,255,255,.7); font-size: 13px; text-decoration: none; cursor: pointer; }
.ncsp-footer a:hover, .ncsp-footer button:hover { color: var(--white); }
.ncsp-footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.48); font-size: 11px; }
.ncsp-footer:not(.ncsp-footer--compact) .ncsp-translation-notice { max-width: 76ch; margin: 0 0 18px; color: rgba(255,255,255,.74); font-size: 12px; line-height: 1.55; overflow-wrap: anywhere; }
[dir="rtl"] .ncsp-footer:not(.ncsp-footer--compact) .ncsp-translation-notice { text-align: start; }

.ncsp-cookie-settings-trigger { position: fixed; z-index: 99998; left: 14px; bottom: 14px; min-height: 38px; padding: 8px 13px; border: 1px solid #b9bec8; border-radius: 999px; background: #fff; color: #18233a; box-shadow: 0 8px 24px rgba(0,0,0,.12); font: 700 12px/1 Arial, sans-serif; cursor: pointer; }
.ncsp-cookie-settings-trigger:hover, .ncsp-cookie-settings-trigger:focus-visible { border-color: #8a6e28; outline: 2px solid rgba(183,147,58,.25); outline-offset: 2px; }

.ncsp-cookie { position: fixed; z-index: 100000; left: 24px; right: 24px; bottom: 24px; width: min(calc(100% - 48px), 1120px); margin-inline: auto; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; padding: 24px; border: 1px solid #c7c9cf; border-radius: 16px; background: var(--white); color: var(--ink); box-shadow: 0 20px 80px rgba(0,0,0,.24); }
.ncsp-cookie[hidden] { display: none; }
.ncsp-cookie strong { font-family: Georgia, serif; font-size: 22px; }
.ncsp-cookie p { margin: 3px 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.ncsp-cookie a { color: var(--ink); font-size: 12px; font-weight: 800; }
.ncsp-cookie-actions { display: flex; gap: 9px; }
.ncsp-cookie .ncsp-button { min-height: 46px; padding: 10px 15px; font-size: 13px; }
.ncsp-consent-dialog { width: min(calc(100% - 32px), 610px); padding: 0; border: 0; border-radius: 20px; color: var(--ink); box-shadow: 0 24px 90px rgba(0,0,0,.36); }
.ncsp-consent-dialog::backdrop { background: rgba(7,14,27,.68); }
.ncsp-consent-dialog form { position: relative; padding: 36px; }
.ncsp-consent-dialog h2 { margin-bottom: 12px; font-size: 36px; }
.ncsp-consent-dialog form > p:not(.ncsp-eyebrow) { color: var(--muted); }
.ncsp-dialog-close { position: absolute; right: 20px; top: 18px; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); font-size: 26px; cursor: pointer; }
.ncsp-consent-row { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); }
.ncsp-consent-row div { display: flex; flex-direction: column; }
.ncsp-consent-row small { color: var(--muted); }
.ncsp-consent-row > span { color: var(--green); font-size: 12px; font-weight: 800; }
.ncsp-consent-row input { width: 46px; height: 24px; accent-color: var(--navy); }
.ncsp-dialog-actions { display: flex; justify-content: flex-end; gap: 10px; padding-top: 22px; }

@media (max-width: 980px) {
  .ncsp-shell { width: min(calc(100% - 36px), var(--shell)); }
  .ncsp-header-inner { min-height: 76px; }
  .ncsp-logo { width: 215px; }
  .ncsp-menu-button { display: flex; }
  .ncsp-header-tools { margin-inline-start: auto; }
  .ncsp-nav { position: absolute; left: 0; right: 0; top: 100%; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 14px 18px 22px; background: var(--navy); border-top: 1px solid rgba(255,255,255,.12); box-shadow: 0 20px 40px rgba(0,0,0,.22); }
  .ncsp-nav.is-open { display: flex; }
  .ncsp-nav > a:not(.ncsp-button) { min-height: 50px; display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,.08); }
  .ncsp-nav .ncsp-button { margin-top: 14px; }
  .ncsp-hero-grid, .ncsp-subhero-grid, .ncsp-product-grid, .ncsp-life-grid, .ncsp-completion-grid { grid-template-columns: 1fr; }
  .ncsp-section-heading, .ncsp-roadmap-grid { grid-template-columns: 1fr; gap: 34px; }
  .ncsp-hero { padding-top: 58px; }
  .ncsp-hero-copy { padding-top: 0; }
  .ncsp-hero-media { width: min(100%, 720px); margin-inline: auto; }
  .ncsp-hero-media img { height: auto; min-height: 0; aspect-ratio: 16/10; }
  .ncsp-heading-row, .ncsp-story-grid, .ncsp-faq-grid { grid-template-columns: 1fr; gap: 30px; }
  .ncsp-proof-grid { grid-template-columns: repeat(2, 1fr); }
  .ncsp-proof-grid > div:nth-child(3) { border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
  .ncsp-proof-grid > div:nth-child(4) { border-top: 1px solid var(--line); }
  .ncsp-difference-grid { grid-template-columns: repeat(2, 1fr); }
  .ncsp-product-grid { gap: 50px; }
  .ncsp-browser-card { width: min(100%, 760px); margin-inline: auto; }
  .ncsp-life-grid { gap: 70px; }
  .ncsp-life figure { width: min(85%, 620px); margin-inline: auto; }
  .ncsp-faq-grid { gap: 50px; }
  .ncsp-footer-top { grid-template-columns: 2fr repeat(3, 1fr); gap: 30px; }
  .ncsp-cookie { grid-template-columns: 1fr; gap: 18px; }
  .ncsp-cookie-actions { justify-content: flex-end; }
}

@media (max-width: 680px) {
  body.ncsp { font-size: 16px; }
  .ncsp-shell { width: min(calc(100% - 28px), var(--shell)); }
  .ncsp-preview-bar { min-height: 32px; padding-inline: 12px; }
  .ncsp-preview-bar span { display: none; }
  .ncsp-header-inner { min-height: 70px; gap: 10px; }
  .ncsp-logo { width: 138px; }
  .ncsp-header-tools { gap: 8px; }
  .ncsp-header-tools .ncsp-language-switcher select { width: 88px; max-width: 88px; min-height: 42px; padding: 6px 22px 6px 7px; }
  .ncsp-menu-button { width: 42px; height: 42px; }
  .ncsp h1 { font-size: clamp(42px, 13vw, 58px); }
  .ncsp h2 { font-size: clamp(36px, 10.5vw, 48px); }
  .ncsp-lead { font-size: 18px; }
  .ncsp-hero { padding: 52px 0 54px; }
  .ncsp-hero-grid { gap: 42px; }
  .ncsp-actions { align-items: stretch; flex-direction: column; }
  .ncsp-actions .ncsp-button, .ncsp-actions .ncsp-text-link { width: 100%; }
  .ncsp-actions .ncsp-text-link { justify-content: center; border: 0; }
  .ncsp-checkline { display: grid; grid-template-columns: 1fr 1fr; }
  .ncsp-hero-media img { aspect-ratio: 4/3; object-position: 60% center; border-radius: 70px 15px 15px 15px; }
  .ncsp-hero-media figcaption { left: 12px; right: 12px; bottom: 12px; min-width: 0; }
  .ncsp-proof-grid > div { min-height: 95px; padding: 16px 19px; }
  .ncsp-proof-grid strong { font-size: 25px; }
  .ncsp-section { padding: 78px 0; }
  .ncsp-heading-row { margin-bottom: 40px; }
  .ncsp-steps { grid-template-columns: 1fr; }
  .ncsp-steps article { min-height: 0; }
  .ncsp-step-icon { margin: 26px 0 22px; }
  .ncsp-product-grid { gap: 42px; }
  .ncsp-browser-card { transform: none; }
  .ncsp-browser-top span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .ncsp-lesson-chip { left: 10px; right: 10px; bottom: 10px; width: auto; padding: 12px 14px; }
  .ncsp-life figure { width: calc(100% - 20px); }
  .ncsp-life figure::after { inset: 15px -15px -15px 15px; }
  .ncsp-life figure img { border-radius: 15px 70px 15px 15px; }
  .ncsp-outcomes-grid { grid-template-columns: 1fr; gap: 20px; }
  .ncsp-outcomes-grid figcaption { padding: 20px; }
  .ncsp-roadmap-cards { grid-template-columns: 1fr; }
  .ncsp-roadmap-cards article { min-height: 0; }
  .ncsp-roadmap-cards span { margin-bottom: 28px; }
  .ncsp-quote { padding-left: 56px; }
  .ncsp-difference { text-align: left; }
  .ncsp-difference-grid { grid-template-columns: 1fr; margin-top: 38px; }
  .ncsp-difference-grid b { margin-bottom: 24px; }
  .ncsp-cta-grid { align-items: stretch; flex-direction: column; }
  .ncsp-cta-grid .ncsp-button { width: 100%; }
  .ncsp-subhero { padding: 58px 0; }
  .ncsp-subhero-grid { gap: 36px; }
  .ncsp-story-grid { gap: 16px; }
  .ncsp-large-copy { font-size: 22px; }
  .ncsp-harbor-hero, .ncsp-harbor-hero .ncsp-shell { min-height: 720px; }
  .ncsp-harbor-hero img { object-position: 66% center; }
  .ncsp-harbor-hero::after { background: linear-gradient(0deg, rgba(8,17,33,.98) 0%, rgba(8,17,33,.82) 55%, rgba(8,17,33,.18) 100%); }
  .ncsp-harbor-copy { align-self: end; padding: 48px 0; }
  .ncsp-gallery-grid { grid-template-columns: 1fr; }
  .ncsp-before-start .ncsp-steps h3 { margin-top: 25px; }
  .ncsp-completion { padding: 70px 0; }
  .ncsp-completion-grid { gap: 50px; }
  .ncsp-signup-card { padding: 25px 20px; }
  .ncsp-policy-grid { grid-template-columns: 1fr; gap: 35px; }
  .ncsp-policy aside { position: static; }
  .ncsp-footer-top { grid-template-columns: minmax(0,1fr) minmax(0,1fr); }
  .ncsp-footer-top > * { min-width: 0; }
  .ncsp-footer h2 { font-size: 12px; }
  .ncsp-footer-brand { grid-column: 1 / -1; }
  .ncsp-footer-bottom { flex-direction: column; }
  .ncsp-cookie { left: 10px; right: 10px; bottom: 10px; width: calc(100% - 20px); padding: 18px; }
  .ncsp-cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .ncsp-cookie-actions .ncsp-button:last-child { grid-column: 1 / -1; }
  .ncsp-consent-dialog form { padding: 28px 18px 20px; }
  .ncsp-consent-dialog h2 { padding-right: 40px; font-size: 31px; }
  .ncsp-consent-row { min-height: 84px; }
  .ncsp-consent-row small { max-width: 235px; }
  .ncsp-dialog-actions { flex-direction: column; }
  .ncsp-dialog-actions .ncsp-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* 2.1.0 shared public-site shell and editorial pages */
body.ncsp-content-site { margin: 0; background: var(--paper); color: var(--ink); }
body.ncsp-content-site .ncsp-header, body.ncsp-shell-active > .ncsp-header { position: relative; width: 100%; }
body.ncsp-shell-active .site-header, body.ncsp-shell-active .site-footer { display: none !important; }
body.ncsp-shell-active { background: var(--paper); }
body.ncsp-shell-active > .ncsp-header, body.ncsp-shell-active > .ncsp-footer { font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body.ncsp-shell-active > .ncsp-header img, body.ncsp-shell-active > .ncsp-footer img { display: block; }
body.ncsp-shell-active > .ncsp-header a, body.ncsp-shell-active > .ncsp-footer a { text-decoration: none; }
.ncsp-header--lesson .ncsp-header-inner { min-height: 72px; }
.ncsp-header--lesson .ncsp-logo { width: 205px; }

.ncsp-content-main { min-height: 55vh; }
.ncsp-content-hero { padding: 92px 0; background: linear-gradient(115deg, #f8f4eb 0%, #fffdf8 65%, #edf0f1 100%); }
.ncsp-content-hero-grid { display: grid; grid-template-columns: 1.15fr .75fr; align-items: center; gap: 80px; }
.ncsp-content-hero h1 { max-width: 800px; margin-bottom: 22px; }
.ncsp-content-hero aside { display: grid; gap: 5px; padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.8); box-shadow: var(--shadow); }
.ncsp-content-hero aside span { margin-top: 17px; color: #8a6e28; font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.ncsp-content-hero aside span:first-child { margin-top: 0; }
.ncsp-content-hero aside strong { font-family: Georgia, serif; font-size: 20px; }

.ncsp-contact-section { background: var(--white); }
.ncsp-contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 90px; }
.ncsp-contact-grid > div:first-child > p:not(.ncsp-eyebrow) { color: var(--muted); }
.ncsp-contact-note { margin-top: 34px; padding: 22px; border-left: 4px solid var(--gold); background: var(--cream); }
.ncsp-contact-note p { margin: 5px 0 0; color: var(--muted); font-size: 14px; }
.ncsp-form-panel { padding: clamp(24px,4vw,48px); border: 1px solid var(--line); border-radius: 20px; background: var(--paper); box-shadow: var(--shadow); }
.ncsp-form-panel > p, .ncsp-form-panel > figure, .ncsp-form-panel > img, .ncsp-form-panel > h1, .ncsp-form-panel > h2 { display: none; }
.ncsp-form-panel .wpforms-container { margin: 0; }
.ncsp-form-panel .wpforms-field-label { margin-bottom: 7px !important; color: var(--ink) !important; font-weight: 800 !important; }
.ncsp-form-panel input:not([type="checkbox"]):not([type="radio"]), .ncsp-form-panel textarea, .ncsp-form-panel select { width: 100% !important; max-width: none !important; min-height: 52px !important; padding: 12px 14px !important; border: 1px solid #abb1bb !important; border-radius: 10px !important; background: #fff !important; color: var(--ink) !important; }
.ncsp-form-panel textarea { min-height: 150px !important; }
.ncsp-form-panel button[type="submit"] { min-height: 54px !important; padding: 13px 24px !important; border: 2px solid var(--navy) !important; border-radius: 12px !important; background: var(--navy) !important; color: #fff !important; font-weight: 800 !important; }

.ncsp-articles-hero { position: relative; overflow: hidden; background: var(--navy); color: var(--white); }
.ncsp-articles-hero::after { content: "Aa"; position: absolute; right: 7%; top: 50%; color: rgba(196,164,81,.13); font: italic 240px/1 Georgia,serif; transform: translateY(-50%); }
.ncsp-articles-hero .ncsp-shell { position: relative; z-index: 1; }
.ncsp-articles-hero h1, .ncsp-article-hero h1 { color: var(--white); }
.ncsp-articles-hero .ncsp-lead { color: rgba(255,255,255,.72); }
.ncsp-article-library { background: var(--cream); }
.ncsp-library-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; margin-bottom: 48px; }
.ncsp-library-heading h2 { margin-bottom: 0; }
.ncsp-library-heading > p { color: var(--muted); }
.ncsp-article-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 25px; }
.ncsp-article-card { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: 0 15px 40px rgba(16,27,51,.08); }
.ncsp-article-image { height: 230px; display: grid; place-items: center; overflow: hidden; background: var(--navy); color: var(--gold-light); text-decoration: none; }
.ncsp-article-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.ncsp-article-image:hover img { transform: scale(1.035); }
.ncsp-article-image span { font: italic 80px/1 Georgia,serif; }
.ncsp-article-card > div { padding: 26px; }
.ncsp-article-card h2 { margin-bottom: 13px; font-size: 30px; }
.ncsp-article-card h2 a { color: var(--ink); text-decoration: none; }
.ncsp-article-card > div > p:not(.ncsp-card-kicker) { color: var(--muted); font-size: 15px; }

.ncsp-article-hero { padding: 88px 0 70px; background: var(--navy); color: var(--white); }
.ncsp-article-hero h1 { max-width: 1000px; font-size: clamp(44px,5vw,72px); }
.ncsp-back-link { display: inline-flex; margin-bottom: 34px; color: rgba(255,255,255,.72); font-weight: 800; text-decoration: none; }
.ncsp-article-meta { display: flex; flex-wrap: wrap; gap: 12px 28px; color: rgba(255,255,255,.62); font-size: 13px; }
.ncsp-featured-image { margin-top: -28px; }
.ncsp-featured-image img { width: 100%; max-height: 590px; object-fit: cover; border: 8px solid var(--paper); border-radius: 22px; box-shadow: var(--shadow); }
.ncsp-reading-layout { display: grid; grid-template-columns: 240px minmax(0,760px); justify-content: center; align-items: start; gap: 70px; padding-top: 84px; padding-bottom: 90px; }
.ncsp-reading-layout > aside { position: sticky; top: 24px; padding: 22px; border-top: 3px solid var(--gold); background: var(--cream); color: var(--muted); font-size: 14px; }
.ncsp-reading-layout > aside strong { color: var(--ink); font-family: Georgia,serif; font-size: 20px; }
.ncsp-reading-layout > aside a { color: var(--ink); font-weight: 800; }
.ncsp-article-body { font-family: Georgia,"Times New Roman",serif; font-size: 19px; line-height: 1.8; }
.ncsp-article-body h2 { margin-top: 58px; font-size: 42px; }
.ncsp-article-body h3 { margin-top: 42px; font-size: 30px; }
.ncsp-article-body blockquote { margin: 34px 0; padding: 22px 30px; border-left: 4px solid var(--gold); background: var(--cream); font-size: 24px; font-style: italic; }
.ncsp-article-body strong { color: var(--navy); }
.ncsp-article-navigation { display: flex; justify-content: space-between; gap: 28px; padding-bottom: 90px; }
.ncsp-article-navigation a { max-width: 46%; color: var(--ink); font-family: Georgia,serif; font-size: 20px; font-weight: 800; text-decoration: none; }
.ncsp-language-notice { margin: 0 0 28px; padding: 14px 18px; border-left: 4px solid var(--gold); border-radius: 8px; background: #f8f4e9; color: #4f5969; font-size: 14px; }

.ncsp-legal-section { background: var(--white); }
.ncsp-legal-body { width: min(100%,820px); margin-inline: auto; font-size: 17px; }
.ncsp-legal-body h2 { margin-top: 48px; font-size: 35px; }
.ncsp-legal-body h3 { margin-top: 35px; font-size: 25px; }
.ncsp-legal-body p, .ncsp-legal-body li { color: #424c5e; }

.ncsp-footer--compact { padding: 24px 0; }
.ncsp-compact-footer { display: grid; grid-template-columns: 210px 1fr auto; align-items: center; gap: 36px; }
.ncsp-compact-footer img { width: 200px; }
.ncsp-compact-footer p { margin: 0; color: rgba(255,255,255,.62); font-size: 13px; }
.ncsp-compact-footer nav { display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.ncsp-compact-footer nav a, .ncsp-compact-footer nav button { padding: 0; border: 0; background: transparent; color: rgba(255,255,255,.78); font-size: 12px; font-weight: 800; text-decoration: none; cursor: pointer; }

body.ncsp-shell-active:not(.ncsp-lesson-shell) #content { padding-block: 65px; background: var(--cream); }
body.ncsp-shell-active:not(.ncsp-lesson-shell) #primary { width: min(calc(100% - 40px),1080px); margin-inline: auto; padding: clamp(24px,5vw,60px); border: 1px solid var(--line); border-radius: 20px; background: var(--white); box-shadow: var(--shadow); }
body.ncsp-shell-active:not(.ncsp-lesson-shell) h1, body.ncsp-shell-active:not(.ncsp-lesson-shell) h2, body.ncsp-shell-active:not(.ncsp-lesson-shell) h3 { color: var(--ink); font-family: Georgia,"Times New Roman",serif; letter-spacing: -.025em; }
body.ncsp-shell-active:not(.ncsp-lesson-shell) input:not([type="checkbox"]):not([type="radio"]), body.ncsp-shell-active:not(.ncsp-lesson-shell) textarea, body.ncsp-shell-active:not(.ncsp-lesson-shell) select { border-radius: 9px; }
body.ncsp-lesson-shell .site-content { padding-top: 0; }
body.ncsp-lesson-shell #primary { margin-top: 60px !important; margin-bottom: 42px !important; }
body.ncsp-lesson-shell > .ncsp-header { position: fixed !important; inset: 0 0 auto; z-index: 1000002; height: 60px; }
body.ncsp-lesson-shell > .ncsp-header .ncsp-header-inner { min-height: 60px; }
body.ncsp-lesson-shell > .ncsp-header .ncsp-logo { width: 180px; }
body.ncsp-lesson-shell > .ncsp-header .ncsp-nav { gap: 18px; font-size: 12px; }
body.ncsp-lesson-shell > .ncsp-header .ncsp-button-small { min-height: 36px; padding: 7px 12px; }
body.ncsp-lesson-shell > .ncsp-footer { position: fixed; inset: auto 0 0; z-index: 1000002; height: 42px; padding: 5px 0; }
body.ncsp-lesson-shell > .ncsp-footer .ncsp-compact-footer { grid-template-columns: 155px 1fr auto; gap: 20px; }
body.ncsp-lesson-shell > .ncsp-footer .ncsp-compact-footer > a { display: flex; align-items: center; height: 32px; min-height: 0 !important; padding: 0 !important; }
body.ncsp-lesson-shell > .ncsp-footer .ncsp-compact-footer img { width: auto; height: 30px; max-height: 30px; }
body.ncsp-lesson-shell > .ncsp-footer .ncsp-compact-footer p { font-size: 11px; white-space: nowrap; }
body.ncsp-lesson-shell > .ncsp-footer .ncsp-compact-footer nav { grid-column: auto; flex-wrap: nowrap; gap: 11px; }
body.ncsp-lesson-shell > .ncsp-footer .ncsp-compact-footer nav a,
body.ncsp-lesson-shell > .ncsp-footer .ncsp-compact-footer nav button { display: inline-flex; align-items: center; height: 32px; min-height: 0 !important; padding: 0 !important; line-height: 1.1; white-space: nowrap; }
body.ncsp-lesson-shell > .ncsp-footer [data-ncsp-growth-toggle][hidden] { display: none !important; }
body.ncsp-lesson-shell .nc-experience.is-scene-fitted {
  inset: 60px 0 42px;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
}
body.ncsp-lesson-shell.ncsp-growth-ready .ncsp-growth-panel:not(.is-open) { display: none !important; }
body.ncsp-lesson-shell.ncsp-growth-open::before { content: ""; position: fixed; inset: 60px 0 42px; z-index: 1000003; background: rgba(9,18,35,.72); backdrop-filter: blur(3px); }
body.ncsp-lesson-shell .ncsp-growth-panel.is-open { display: block !important; position: fixed !important; top: 76px; bottom: 58px; left: 50%; z-index: 1000004; width: min(720px,calc(100% - 32px)); max-height: none; margin: 0; overflow: auto; transform: translateX(-50%); }
.ncsp-growth-close { position: sticky; top: 0; z-index: 2; float: right; display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; margin: 0 0 8px 12px; border: 1px solid rgba(16,44,73,.22); border-radius: 999px; background: #fff; color: var(--navy); font-weight: 900; cursor: pointer; box-shadow: 0 5px 16px rgba(16,27,51,.14); }

@media (max-width: 980px) {
  .ncsp-content-hero-grid, .ncsp-contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .ncsp-article-grid { grid-template-columns: repeat(2,1fr); }
  .ncsp-reading-layout { grid-template-columns: 1fr; gap: 30px; }
  .ncsp-reading-layout > aside { position: static; }
  .ncsp-compact-footer { grid-template-columns: 180px 1fr; }
  .ncsp-compact-footer nav { grid-column: 1 / -1; justify-content: flex-start; }
  body.ncsp-lesson-shell > .ncsp-footer .ncsp-compact-footer { grid-template-columns: 128px minmax(0,1fr) auto; gap: 12px; }
  body.ncsp-lesson-shell > .ncsp-footer .ncsp-compact-footer p { overflow: hidden; text-overflow: ellipsis; }
  body.ncsp-lesson-shell > .ncsp-footer .ncsp-compact-footer nav { grid-column: auto; justify-content: flex-end; gap: 8px; }
}

@media (max-width: 680px) {
  .ncsp-content-hero { padding: 62px 0; }
  .ncsp-content-hero h1 { font-size: 48px; }
  .ncsp-articles-hero::after { right: -30px; font-size: 150px; }
  .ncsp-library-heading { grid-template-columns: 1fr; gap: 10px; }
  .ncsp-article-grid { grid-template-columns: 1fr; }
  .ncsp-article-image { height: 210px; }
  .ncsp-article-hero { padding: 58px 0 48px; }
  .ncsp-article-hero h1 { font-size: 44px; }
  .ncsp-content-article .ncsp-article-hero h1 {
    overflow-wrap: anywhere;
    word-break: normal;
  }
  .ncsp-featured-image { width: calc(100% - 20px); }
  .ncsp-reading-layout { padding-top: 52px; padding-bottom: 60px; }
  .ncsp-article-body { font-size: 18px; }
  .ncsp-article-body h2 { font-size: 34px; }
  .ncsp-article-navigation { flex-direction: column; }
  .ncsp-article-navigation a { max-width: 100%; }
  .ncsp-compact-footer { grid-template-columns: 1fr; gap: 16px; }
  .ncsp-compact-footer p { max-width: 310px; }
  .ncsp-compact-footer nav { grid-column: auto; justify-content: flex-start; }
  .ncsp-header--lesson .ncsp-logo { width: 132px; }
  body.ncsp-lesson-shell > .ncsp-header { height: 56px; }
  body.ncsp-lesson-shell > .ncsp-header .ncsp-header-inner { min-height: 56px; }
  body.ncsp-lesson-shell > .ncsp-header .ncsp-logo { width: 132px; }
  body.ncsp-lesson-shell #primary { margin-top: 56px !important; margin-bottom: 36px !important; }
  body.ncsp-lesson-shell > .ncsp-footer { height: 36px; padding: 4px 0; }
  body.ncsp-lesson-shell > .ncsp-footer .ncsp-compact-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
  body.ncsp-lesson-shell > .ncsp-footer .ncsp-compact-footer > a, body.ncsp-lesson-shell > .ncsp-footer .ncsp-compact-footer > p { display: none; }
  body.ncsp-lesson-shell > .ncsp-footer .ncsp-compact-footer nav { width: 100%; justify-content: center; gap: 18px; }
  body.ncsp-lesson-shell > .ncsp-footer .ncsp-compact-footer nav a:first-child { display: none; }
  body.ncsp-lesson-shell .nc-experience.is-scene-fitted { inset: 56px 0 36px; }
  body.ncsp-lesson-shell.ncsp-growth-open::before { inset: 56px 0 36px; }
  body.ncsp-lesson-shell .ncsp-growth-panel.is-open { top: 68px; bottom: 48px; width: calc(100% - 24px); padding: 16px; }
}

/* 2.3.9: compact public-site rhythm. The lesson shell is intentionally excluded. */
body.ncsp-shell-active:not(.ncsp-lesson-shell) {
  line-height: 1.55;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-header-inner {
  min-height: 72px;
  gap: 24px;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-logo {
  width: 210px;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-button {
  min-height: 48px;
  padding: 10px 18px;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-button-small {
  min-height: 44px;
  padding: 8px 14px;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-hero {
  padding: 30px 0 42px;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-hero-grid {
  gap: 38px;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-hero-copy {
  padding-top: 6px;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-hero-copy h1 {
  margin-bottom: 14px;
  font-size: clamp(44px,4vw,58px);
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-hero-copy .ncsp-actions {
  margin-top: 18px;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-hero-media img {
  height: 360px;
  border-radius: 110px 18px 18px 18px;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-hero-media figcaption {
  left: -18px;
  bottom: 18px;
  padding: 12px 15px;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-proof-grid > div {
  min-height: 88px;
  padding: 14px 24px;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-proof-grid strong {
  font-size: 27px;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-section {
  padding: 72px 0;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-section-heading {
  gap: 42px;
  margin-bottom: 30px;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-steps article {
  min-height: 240px;
  padding: 26px;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-step-icon {
  margin: 24px 0 18px;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-roadmap-grid {
  gap: 52px;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-roadmap-cards article {
  min-height: 210px;
  padding: 24px;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-roadmap-cards span {
  margin-bottom: 28px;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-difference-grid {
  margin-top: 34px;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-difference-grid article {
  padding: 24px;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-difference-grid b {
  margin-bottom: 22px;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-cta-band {
  padding: 48px 0;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-subhero {
  padding: 54px 0;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-subhero-grid {
  gap: 52px;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-story-grid {
  gap: 64px;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-harbor-hero,
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-harbor-hero .ncsp-shell {
  min-height: 520px;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-harbor-copy {
  padding: 48px 0;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-gallery-grid {
  gap: 22px;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-gallery-grid figcaption {
  padding: 16px 20px;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-before-start .ncsp-steps {
  margin-top: 32px;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-before-start .ncsp-steps article {
  min-height: 190px;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-before-start .ncsp-steps h3 {
  margin-top: 24px;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-completion {
  padding: 64px 0;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-completion-grid {
  gap: 64px;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-policy-hero {
  padding: 54px 0 44px;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-policy-body h2 {
  margin-top: 38px;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) > .ncsp-footer:not(.ncsp-footer--compact) {
  padding: 44px 0 20px;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-footer-top {
  gap: 38px;
  padding-bottom: 30px;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-footer-brand img {
  width: 210px;
  margin-bottom: 14px;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-footer h2 {
  margin-bottom: 12px;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-footer-bottom {
  padding-top: 18px;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-content-hero {
  padding: 56px 0;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-content-hero-grid {
  gap: 54px;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-content-hero aside {
  padding: 24px;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-contact-grid {
  gap: 60px;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-contact-note {
  margin-top: 24px;
  padding: 18px;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-form-panel {
  padding: clamp(22px,3vw,34px);
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-form-panel textarea {
  min-height: 120px !important;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-library-heading {
  gap: 48px;
  margin-bottom: 32px;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-article-image {
  height: 190px;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-article-card > div {
  padding: 20px;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-article-card h2 {
  font-size: 27px;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-article-hero {
  padding: 56px 0 44px;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-back-link {
  margin-bottom: 24px;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-reading-layout {
  gap: 52px;
  padding-top: 58px;
  padding-bottom: 58px;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-article-body {
  line-height: 1.72;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-article-body h2 {
  margin-top: 40px;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-article-body h3 {
  margin-top: 30px;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-article-navigation {
  padding-bottom: 56px;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) #content {
  padding-block: 44px;
}
body.ncsp-shell-active:not(.ncsp-lesson-shell) #primary {
  padding: clamp(22px,4vw,42px);
}

@media (max-width: 980px) {
  body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-roadmap-grid,
  body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-content-hero-grid,
  body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-contact-grid {
    gap: 34px;
  }
}

@media (max-width: 680px) {
  body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-header-inner {
    min-height: 64px;
  }
  body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-logo {
    width: 150px;
  }
  body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-hero {
    padding: 22px 0 28px;
  }
  body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-hero-grid {
    gap: 24px;
  }
  body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-hero-copy h1 {
    font-size: 38px;
  }
  body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-hero-copy .ncsp-lead {
    font-size: 17px;
  }
  body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-hero-copy .ncsp-actions {
    margin-top: 14px;
  }
  body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-hero-media img {
    height: 240px;
    border-radius: 70px 14px 14px 14px;
  }
  body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-proof-grid > div {
    min-height: 70px;
    padding: 12px 16px;
  }
  body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-section {
    padding: 48px 0;
  }
  body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-section-heading,
  body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-library-heading {
    gap: 12px;
    margin-bottom: 24px;
  }
  body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-steps article,
  body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-before-start .ncsp-steps article {
    min-height: 0;
    padding: 22px;
  }
  body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-roadmap-cards article {
    min-height: 0;
  }
  body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-subhero,
  body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-content-hero {
    padding: 40px 0;
  }
  body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-harbor-hero,
  body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-harbor-hero .ncsp-shell {
    min-height: 470px;
  }
  body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-harbor-copy {
    padding: 34px 0;
  }
  body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-completion {
    padding: 48px 0;
  }
  body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-policy-hero,
  body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-article-hero {
    padding: 40px 0 34px;
  }
  body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-article-hero h1 {
    font-size: 40px;
  }
  body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-article-image {
    height: 180px;
  }
  body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-reading-layout {
    padding-top: 40px;
    padding-bottom: 44px;
  }
  body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-article-navigation {
    padding-bottom: 42px;
  }
  body.ncsp-shell-active:not(.ncsp-lesson-shell) > .ncsp-footer:not(.ncsp-footer--compact) {
    padding: 34px 0 18px;
  }
  body.ncsp-shell-active:not(.ncsp-lesson-shell) .ncsp-footer-top {
    gap: 22px;
    padding-bottom: 22px;
  }
  body.ncsp-shell-active:not(.ncsp-lesson-shell) #content {
    padding-block: 30px;
  }
}
