/* Strategic landing pages linked from the primary navigation. */
.npv2-strategic-landing { color: var(--np-ink); background: #fff; }
.npv2-landing-hero { position: relative; overflow: hidden; padding: clamp(54px, 8vw, 108px) 0 0; background: radial-gradient(circle at 10% 15%, rgba(210, 171, 103, .17), transparent 29%), radial-gradient(circle at 83% 22%, rgba(0, 112, 99, .16), transparent 32%), linear-gradient(180deg, #f4faf8, #fff); }
.npv2-landing-hero::after { position: absolute; inset: auto 0 0; height: 1px; content: ""; background: var(--np-line); }
.npv2-landing-hero__grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr); gap: clamp(32px, 7vw, 100px); align-items: center; }
.npv2-landing-hero__grid--single { grid-template-columns: minmax(0, 1fr); }
.npv2-landing-hero__grid--single .npv2-landing-hero__copy { max-width: 920px; }
.npv2-landing-hero__copy { position: relative; z-index: 1; max-width: 760px; }
.npv2-landing-breadcrumb { display: flex; gap: 9px; align-items: center; margin-bottom: 24px; color: var(--np-muted); font-size: 12px; }
.npv2-landing-breadcrumb a { color: var(--np-primary); text-decoration: none; }
.npv2-landing-hero h1 { max-width: 850px; margin: 18px 0; color: var(--np-primary-strong); font-size: clamp(42px, 6vw, 78px); line-height: 1.08; font-weight: 500; letter-spacing: -.035em; }
.npv2-landing-hero__copy > p { max-width: 690px; margin: 0; color: var(--np-muted); font-size: clamp(17px, 1.7vw, 22px); line-height: 1.95; }
.npv2-landing-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.npv2-landing-actions .npv2-button { min-width: 190px; }
.npv2-landing-actions svg, .npv2-landing-final svg { width: 18px; height: 18px; }
.npv2-landing-visual { position: relative; min-height: 440px; display: grid; place-items: center; isolation: isolate; }
.npv2-landing-visual::before { position: absolute; width: min(35vw, 430px); aspect-ratio: 1; content: ""; background: linear-gradient(145deg, rgba(255,255,255,.8), rgba(214,239,233,.7)); border: 1px solid rgba(0,112,99,.12); border-radius: 38% 62% 52% 48%; box-shadow: 0 35px 95px rgba(0,66,58,.14); transform: rotate(-9deg); z-index: -1; }
.npv2-landing-orbit { position: relative; width: 250px; aspect-ratio: 1; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, var(--np-primary), #009e89); border-radius: 50%; box-shadow: 0 28px 70px rgba(0,112,99,.27); }
.npv2-landing-orbit > svg { width: 72px; height: 72px; stroke-width: 1.4; }
.npv2-landing-orbit span { position: absolute; inset: -25px; border: 1px solid rgba(0,112,99,.22); border-radius: 50%; }
.npv2-landing-orbit span:nth-child(2) { inset: -58px; border-style: dashed; opacity: .7; }
.npv2-landing-orbit span:nth-child(3) { inset: -92px; opacity: .35; }
.npv2-landing-visual > small { position: absolute; bottom: 18px; color: var(--np-primary); font: 800 10px/1.4 ui-monospace, monospace; letter-spacing: .12em; direction: ltr; }
.npv2-landing-visual--products::before { width: min(38vw, 470px); background: radial-gradient(circle at 62% 38%, rgba(255,255,255,.96), rgba(214,239,233,.76)); border-radius: 46% 54% 42% 58%; transform: rotate(-6deg); }
.npv2-server-showcase { position: relative; width: min(42vw, 520px); height: 430px; }
.npv2-server-showcase__card { position: absolute; min-width: 0; padding: 14px; display: flex; flex-direction: column; overflow: hidden; color: var(--np-ink); background: rgba(255,255,255,.9); border: 1px solid rgba(0,112,99,.14); border-radius: 11px; box-shadow: 0 20px 55px rgba(0,70,62,.13); backdrop-filter: blur(15px); text-decoration: none; transition: transform var(--np-duration) var(--np-ease), border-color var(--np-duration), box-shadow var(--np-duration); }
.npv2-server-showcase__card:hover { border-color: rgba(0,112,99,.34); box-shadow: 0 28px 65px rgba(0,70,62,.19); transform: translateY(-5px); }
.npv2-server-showcase__card.is-main { z-index: 1; inset: 48px 30px 48px 68px; padding: 20px; }
.npv2-server-showcase__card.is-secondary { z-index: 3; top: 0; left: 0; width: 210px; height: 158px; }
.npv2-server-showcase__card.is-tertiary { z-index: 3; right: 0; bottom: 0; width: 210px; height: 218px; }
.npv2-server-showcase__image { min-height: 0; flex: 1; display: grid; place-items: center; overflow: hidden; border-radius: 8px; background: linear-gradient(145deg, rgba(255,255,255,.94), rgba(237,247,244,.82)); }
.npv2-server-showcase__image img { display: block; width: 100%; height: 100%; max-height: 235px; object-fit: contain; mix-blend-mode: multiply; }
.npv2-server-showcase__card.is-main .npv2-server-showcase__image img { transform: scale(1.3); }
.npv2-server-showcase__card.is-secondary .npv2-server-showcase__image img { max-height: 88px; transform: scale(1.4); }
.npv2-server-showcase__card.is-tertiary .npv2-server-showcase__image img { max-height: 132px; transform: scale(1.12); }
.npv2-server-showcase__card strong { overflow: hidden; margin-top: 9px; color: var(--np-primary-strong); font-size: 12px; line-height: 1.45; text-overflow: ellipsis; white-space: nowrap; }
.npv2-server-showcase__card small { margin-top: 2px; color: var(--np-muted); font-size: 9px; }
.npv2-server-showcase__card.is-main strong { font-size: 14px; }
.npv2-server-showcase__card.is-tertiary strong { min-height: 35px; display: -webkit-box; white-space: normal; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.npv2-landing-visual--products > small { left: 24px; bottom: 18px; }
.npv2-landing-metrics { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: clamp(38px, 7vw, 80px); background: rgba(255,255,255,.86); border: 1px solid var(--np-line); border-bottom: 0; border-radius: 12px 12px 0 0; backdrop-filter: blur(16px); }
.npv2-landing-metrics > div { min-width: 0; padding: 22px clamp(16px, 3vw, 34px); display: grid; gap: 5px; }
.npv2-landing-metrics > div + div { border-inline-start: 1px solid var(--np-line); }
.npv2-landing-metrics strong { overflow-wrap: anywhere; color: var(--np-primary); font-size: clamp(17px, 2vw, 24px); font-weight: 500; }
.npv2-landing-metrics span { color: var(--np-muted); font-size: 12px; }
.npv2-landing-catalog { background: linear-gradient(180deg, #f2f8f6, #f8fbfa); border-bottom: 1px solid var(--np-line); }
.npv2-landing-catalog__head { margin-bottom: 28px; display: flex; align-items: end; justify-content: space-between; gap: 28px; }
.npv2-landing-catalog__head > div:first-child { max-width: 760px; }
.npv2-landing-catalog__head h2 { margin: 14px 0 10px; color: var(--np-primary-strong); font-size: clamp(34px, 5vw, 58px); line-height: 1.22; font-weight: 500; }
.npv2-landing-catalog__head p { margin: 0; color: var(--np-muted); font-size: 16px; line-height: 1.95; }
.npv2-landing-catalog__actions { flex: 0 0 auto; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }
.npv2-landing-catalog__search { margin-bottom: 26px; padding: 18px; display: grid; gap: 9px; background: #fff; border: 1px solid var(--np-line); border-radius: 9px; box-shadow: 0 14px 40px rgba(9,56,49,.05); }
.npv2-landing-catalog__search label { color: var(--np-ink); font-size: 13px; font-weight: 800; }
.npv2-landing-catalog__search > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 9px; }
.npv2-landing-catalog__search input { width: 100%; min-height: 50px; padding: 10px 15px; color: var(--np-ink); background: #f8fbfa; border: 1px solid var(--np-line); border-radius: 6px; outline: 0; font: inherit; }
.npv2-landing-catalog__search input:focus { border-color: var(--np-primary); box-shadow: 0 0 0 4px rgba(0,112,99,.09); }
.npv2-landing-catalog .npv2-product-grid.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.npv2-landing-catalog__footer { margin-top: 26px; display: flex; justify-content: center; }
.npv2-landing-catalog__footer a { min-height: 48px; padding: 10px 18px; display: inline-flex; align-items: center; gap: 8px; color: var(--np-primary); background: #fff; border: 1px solid var(--np-line); border-radius: 7px; font-weight: 800; text-decoration: none; }
.npv2-landing-catalog__footer a:hover { border-color: rgba(0,112,99,.34); }
.npv2-landing-catalog__footer svg { width: 17px; height: 17px; }
.npv2-landing-section { padding: clamp(70px, 9vw, 126px) 0; scroll-margin-top: 95px; }
.npv2-landing-section__head { max-width: 850px; margin-bottom: 40px; }
.npv2-landing-section__head h2, .npv2-landing-process > header h2, .npv2-landing-final h2 { margin: 14px 0; color: var(--np-primary-strong); font-size: clamp(34px, 5vw, 58px); line-height: 1.22; font-weight: 500; }
.npv2-landing-section__head p, .npv2-landing-final p { max-width: 720px; margin: 0; color: var(--np-muted); font-size: 17px; line-height: 1.95; }
.npv2-landing-card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.npv2-landing-card-grid[data-card-count="3"] { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.npv2-landing-card-grid[data-card-count="2"] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.npv2-landing-card-grid[data-card-count="1"] { grid-template-columns: minmax(0, 1fr); }
.npv2-landing-card { min-width: 0; min-height: 310px; padding: 26px; display: flex; flex-direction: column; color: var(--np-ink); background: #fff; border: 1px solid var(--np-line); border-radius: 12px; box-shadow: 0 16px 45px rgba(9,56,49,.06); text-decoration: none; transition: transform var(--np-duration) var(--np-ease), border-color var(--np-duration), box-shadow var(--np-duration); }
.npv2-landing-card:hover { border-color: rgba(0,112,99,.34); box-shadow: 0 26px 65px rgba(0,112,99,.12); transform: translateY(-5px); }
.npv2-landing-card__icon { width: 52px; height: 52px; display: grid; place-items: center; color: var(--np-primary); background: var(--np-primary-soft); border: 1px solid rgba(0,112,99,.12); border-radius: 8px; }
.npv2-landing-card__icon svg { width: 24px; height: 24px; }
.npv2-landing-card h3 { margin: 24px 0 10px; color: var(--np-ink); font-size: 21px; line-height: 1.55; }
.npv2-landing-card p { margin: 0; color: var(--np-muted); font-size: 14px; line-height: 1.9; }
.npv2-landing-card b { margin-top: auto; padding-top: 22px; display: flex; gap: 7px; align-items: center; color: var(--np-primary); font-size: 13px; }
.npv2-landing-card b svg { width: 16px; height: 16px; }
.npv2-landing-section--soft { background: linear-gradient(180deg, #f2f8f6, #f8fbfa); border-block: 1px solid var(--np-line); }
.npv2-landing-process { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: clamp(35px, 7vw, 100px); align-items: start; }
.npv2-landing-process > header { position: sticky; top: 110px; }
.npv2-landing-process ol { margin: 0; padding: 0; display: grid; list-style: none; }
.npv2-landing-process li { min-width: 0; padding: 26px 0; display: grid; grid-template-columns: 54px minmax(0, 1fr); gap: 18px; border-bottom: 1px solid var(--np-line); }
.npv2-landing-process li:first-child { padding-top: 0; }
.npv2-landing-process li > b { width: 48px; height: 48px; display: grid; place-items: center; color: #fff; background: var(--np-primary); border-radius: 8px; }
.npv2-landing-process h3 { margin: 0 0 7px; color: var(--np-ink); font-size: 21px; }
.npv2-landing-process p { margin: 0; color: var(--np-muted); line-height: 1.9; }
.npv2-landing-final { padding-block: clamp(56px, 6vw, 86px); background: #fff; }
.npv2-landing-final > .container { position: relative; isolation: isolate; overflow: hidden; min-height: 390px; padding: clamp(34px, 5vw, 68px); display: flex; align-items: center; justify-content: space-between; gap: 35px; color: #fff; background: #004f47 url("../images/npv2-product-promo-bg.webp") center / cover no-repeat; border: 1px solid rgba(255,255,255,.13); border-radius: 15px; box-shadow: 0 30px 80px rgba(0,112,99,.22); }
.npv2-landing-final > .container::before { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(0,36,33,.35), rgba(0,70,63,.92) 63%, rgba(0,75,67,.98)); }
.npv2-landing-final > .container > * { position: relative; z-index: 1; }
body.np-v2-skin .npv2-landing-final h2 { max-width: 760px; color: #fff !important; font-size: clamp(30px, 4vw, 50px); text-wrap: balance; }
body.np-v2-skin .npv2-landing-final p { color: rgba(255,255,255,.84) !important; }
body.np-v2-skin .npv2-landing-final .npv2-kicker { color: #cfae80 !important; }
.npv2-landing-final .npv2-button { flex: 0 0 auto; color: var(--np-primary-strong); background: #fff; box-shadow: none; }
.npv2-landing-final .npv2-button:is(:hover, :focus-visible, :active) { color: #fff; background: var(--np-primary); border-color: rgba(255,255,255,.42); }
.npv2-landing-final .npv2-button svg { color: currentColor; stroke: currentColor; }

/* Product-family carousel: generated art stays decorative; all copy is HTML. */
.npv2-product-promo { overflow: hidden; padding-block: clamp(56px, 6vw, 86px); background: #fff; }
.npv2-promo-slider { position: relative; isolation: isolate; overflow: hidden; min-height: 470px; color: #fff; background: #003f39 url("../images/npv2-product-promo-bg.webp") center / cover no-repeat; border: 1px solid rgba(0,112,99,.18); border-radius: 16px; box-shadow: 0 34px 90px rgba(0,70,62,.24); }
.npv2-promo-slider::before { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(0,28,26,.22), rgba(0,63,57,.88) 60%, rgba(0,67,60,.98)); }
.npv2-promo-slider__viewport { position: relative; min-height: inherit; }
.npv2-promo-slide { position: absolute; inset: 0; min-height: inherit; padding: clamp(42px, 7vw, 88px); display: grid; align-items: center; opacity: 0; visibility: hidden; pointer-events: none; transform: translateX(22px); transition: opacity .42s ease, visibility .42s ease, transform .42s var(--np-ease); }
.npv2-promo-slide.is-active { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
.npv2-promo-slide__copy { width: min(680px, 68%); display: grid; justify-items: start; }
.npv2-promo-slide__kicker { display: inline-flex; align-items: center; gap: 9px; color: #cfae80; font-size: 12px; font-weight: 800; }
.npv2-promo-slide__kicker svg { width: 19px; height: 19px; }
body.np-v2-skin .npv2-promo-slide h2 { max-width: 660px; margin: 20px 0 14px; color: #fff !important; font-size: clamp(38px, 5vw, 66px); line-height: 1.1; font-weight: 500; text-wrap: balance; }
body.np-v2-skin .npv2-promo-slide p { max-width: 620px; margin: 0; color: rgba(255,255,255,.8) !important; font-size: clamp(15px, 1.5vw, 19px); line-height: 1.95; }
.npv2-promo-slide__cta { min-height: 48px; margin-top: 28px; padding: 10px 19px; display: inline-flex; align-items: center; gap: 9px; color: var(--np-primary-strong); background: #fff; border: 1px solid rgba(255,255,255,.85); border-radius: 7px; box-shadow: 0 14px 32px rgba(0,25,23,.16); font-weight: 800; text-decoration: none; transition: color var(--np-duration), background var(--np-duration), border-color var(--np-duration); }
.npv2-promo-slide__cta:hover { color: #fff; background: var(--np-primary); border-color: rgba(255,255,255,.36); }
.npv2-promo-slide__cta svg { width: 18px; height: 18px; transform: none; }
.npv2-promo-slider__controls { position: absolute; z-index: 4; right: clamp(28px, 5vw, 68px); bottom: 25px; display: flex; align-items: center; gap: 8px; }
.npv2-promo-slider__controls > button { box-sizing: border-box; width: 42px; min-width: 42px; height: 42px; min-height: 42px; padding: 0; display: grid; place-items: center; color: #fff; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.2); border-radius: 6px; box-shadow: none; cursor: pointer; transition: color var(--np-duration), background var(--np-duration), border-color var(--np-duration); }
.npv2-promo-slider__controls > button:hover, .npv2-promo-slider__controls > button:focus-visible { color: var(--np-primary-strong); background: #fff; border-color: #fff; transform: none; }
.npv2-promo-slider__controls svg { width: 18px; height: 18px; transform: none !important; }
.npv2-promo-slider__controls .is-hidden { display: none; }
.npv2-promo-slider__dots { display: flex; align-items: center; gap: 6px; padding: 0 4px; }
.npv2-promo-slider__dots button { box-sizing: border-box; width: 8px; min-width: 8px; height: 8px; min-height: 8px; padding: 0; background: rgba(255,255,255,.42); border: 0; border-radius: 999px; box-shadow: none; cursor: pointer; transition: width .25s var(--np-ease), background .25s ease; }
.npv2-promo-slider__dots button.is-active { width: 26px; background: #cfae80; }
.npv2-promo-slider__count { min-width: 48px; display: inline-flex; align-items: baseline; justify-content: flex-end; gap: 5px; color: rgba(255,255,255,.66); font: 500 12px/1 Arial, sans-serif; direction: ltr; }
.npv2-promo-slider__count b { color: #fff; font-size: 18px; }
.npv2-promo-slider__count i { font-style: normal; opacity: .48; }

@media (max-width: 1080px) {
  .npv2-landing-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.npv2-landing-card-grid[data-card-count="3"] { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.npv2-landing-catalog .npv2-product-grid.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
	.npv2-landing-card-grid[data-card-count="3"] { grid-template-columns: minmax(0, 1fr); }
  .npv2-landing-hero__grid, .npv2-landing-process { grid-template-columns: 1fr; }
	.npv2-landing-catalog__head { align-items: flex-start; flex-direction: column; }
	.npv2-landing-catalog__actions { width: 100%; justify-content: flex-start; }
  .npv2-landing-visual { min-height: 360px; }
  .npv2-landing-visual::before { width: 350px; }
	.npv2-server-showcase { width: min(100%, 520px); height: 370px; }
  .npv2-landing-process > header { position: static; }
  .npv2-landing-final > .container { align-items: flex-start; flex-direction: column; }
	.npv2-promo-slider { min-height: 440px; }
	.npv2-promo-slide__copy { width: min(680px, 82%); }
}
@media (max-width: 560px) {
  .npv2-landing-hero { padding-top: 36px; }
  .npv2-landing-hero h1 { font-size: clamp(36px, 11vw, 52px); }
  .npv2-landing-actions { display: grid; }
  .npv2-landing-actions .npv2-button { width: 100%; }
  .npv2-landing-visual { min-height: 300px; }
  .npv2-landing-orbit { width: 176px; }
  .npv2-landing-orbit span:nth-child(3) { display: none; }
  .npv2-landing-visual::before { width: 260px; }
	.npv2-landing-visual--products { min-height: 350px; }
	.npv2-server-showcase { height: 330px; }
	.npv2-server-showcase__card { padding: 10px; border-radius: 8px; }
	.npv2-server-showcase__card.is-main { inset: 48px 14px 55px 38px; padding: 13px; }
	.npv2-server-showcase__card.is-secondary { width: 150px; height: 120px; }
	.npv2-server-showcase__card.is-tertiary { width: 148px; height: 174px; }
	.npv2-server-showcase__card.is-secondary .npv2-server-showcase__image img { max-height: 60px; }
	.npv2-server-showcase__card.is-tertiary .npv2-server-showcase__image img { max-height: 94px; }
	.npv2-server-showcase__card strong, .npv2-server-showcase__card.is-main strong { font-size: 10px; }
	.npv2-server-showcase__card.is-tertiary strong { min-height: 29px; }
	.npv2-server-showcase__card small { font-size: 8px; }
  .npv2-landing-metrics { grid-template-columns: 1fr; border-radius: 10px 10px 0 0; }
  .npv2-landing-metrics > div + div { border-inline-start: 0; border-top: 1px solid var(--np-line); }
  .npv2-landing-card-grid,
  .npv2-landing-card-grid[data-card-count] { grid-template-columns: minmax(0, 1fr); }
	.npv2-landing-catalog__actions { display: grid; }
	.npv2-landing-catalog__actions .npv2-btn { width: 100%; }
	.npv2-landing-catalog__search > div { grid-template-columns: 1fr; }
	.npv2-landing-catalog__search button { width: 100%; }
	.npv2-landing-catalog .npv2-product-grid.products { grid-template-columns: 1fr; }
  .npv2-landing-card { min-height: 270px; }
  .npv2-landing-process li { grid-template-columns: 44px minmax(0, 1fr); gap: 13px; }
  .npv2-landing-process li > b { width: 40px; height: 40px; border-radius: 6px; }
  .npv2-landing-final > .container { border-radius: 11px; }
  .npv2-landing-final .npv2-button { width: 100%; }
	.npv2-landing-final > .container { min-height: 440px; justify-content: flex-end; background-position: 34% center; }
	.npv2-landing-final > .container::before { background: linear-gradient(180deg, rgba(0,35,32,.22), rgba(0,64,58,.94) 48%, rgba(0,66,59,.99)); }
	.npv2-promo-slider { min-height: 520px; border-radius: 11px; background-position: 34% center; }
	.npv2-promo-slider::before { background: linear-gradient(180deg, rgba(0,31,28,.3), rgba(0,60,54,.93) 46%, rgba(0,63,57,.99)); }
	.npv2-promo-slide { padding: 38px 24px 92px; align-items: end; }
	.npv2-promo-slide__copy { width: 100%; }
	body.np-v2-skin .npv2-promo-slide h2 { font-size: clamp(34px, 10vw, 46px); }
	body.np-v2-skin .npv2-promo-slide p { font-size: 14px; }
	.npv2-promo-slide__cta { width: 100%; justify-content: center; }
	.npv2-promo-slider__controls { right: 24px; left: 24px; bottom: 24px; justify-content: space-between; }
	.npv2-promo-slider__dots { order: 2; margin-inline: auto; }
	.npv2-promo-slider__controls > [data-npv2-promo-prev] { order: 1; }
	.npv2-promo-slider__controls > [data-npv2-promo-next] { order: 3; }
	.npv2-promo-slider__controls > [data-npv2-promo-toggle] { order: 4; }
	.npv2-promo-slider__count { display: none; }
}

@media (prefers-reduced-motion: reduce) {
	.npv2-promo-slide { transition: none; transform: none; }
	.npv2-promo-slider__dots button { transition: none; }
}
