@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root {
  --nwz-ink: #101b20;
  --nwz-deep: #0b2528;
  --nwz-teal: #0f7c72;
  --nwz-mint: #95f2ce;
  --nwz-lime: #d8ff70;
  --nwz-paper: #f6f7f1;
  --nwz-white: #ffffff;
  --nwz-muted: #617176;
  --nwz-line: rgba(16, 27, 32, .13);
  --nwz-shadow: 0 28px 80px rgba(7, 36, 37, .13);
  --nwz-round: 26px;
  --nwz-soft: 16px;
  --nwz-speed: 220ms ease;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  color: var(--nwz-ink);
  background: var(--nwz-paper);
  font: 400 16px/1.65 "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.nwz-lock { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img, svg { display: block; max-width: 100%; }

.nwz-frame { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.nwz-skip {
  position: fixed; left: 18px; top: -100px; z-index: 999;
  padding: 10px 16px; background: var(--nwz-lime); border-radius: 10px;
}
.nwz-skip:focus { top: 16px; }
.nwz-kicker {
  display: inline-flex; align-items: center; gap: 9px; margin: 0 0 16px;
  color: var(--nwz-teal); font: 700 12px/1 "Manrope", sans-serif;
  letter-spacing: .13em; text-transform: uppercase;
}
.nwz-kicker::before { content: ""; width: 24px; height: 2px; background: currentColor; }
.nwz-title {
  margin: 0; max-width: 760px; font: 700 clamp(34px, 5vw, 60px)/1.08 "Manrope", sans-serif;
  letter-spacing: -.045em;
}
.nwz-copy { margin: 18px 0 0; max-width: 660px; color: var(--nwz-muted); font-size: 18px; }
.nwz-pill {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px;
  font-weight: 700; cursor: pointer; transition: transform var(--nwz-speed), background var(--nwz-speed), border var(--nwz-speed);
}
.nwz-pill:hover { transform: translateY(-2px); }
.nwz-pill--bright { color: var(--nwz-deep); background: var(--nwz-lime); }
.nwz-pill--bright:hover { background: #e5ff9e; }
.nwz-pill--dark { color: var(--nwz-white); background: var(--nwz-deep); }
.nwz-pill--line { border-color: var(--nwz-line); background: rgba(255,255,255,.45); }
.nwz-pill svg { width: 18px; }

.nwz-topbar {
  position: sticky; top: 0; z-index: 60; border-bottom: 1px solid transparent;
  background: rgba(246,247,241,.86); backdrop-filter: blur(18px);
  transition: border-color var(--nwz-speed), box-shadow var(--nwz-speed);
}
.nwz-topbar.nwz-topbar--lifted { border-color: var(--nwz-line); box-shadow: 0 8px 30px rgba(16,27,32,.06); }
.nwz-navline { min-width: 0; min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.nwz-brand { display: inline-flex; align-items: center; gap: 11px; font: 800 19px/1 "Manrope", sans-serif; letter-spacing: -.03em; }
.nwz-brandmark {
  position: relative; width: 34px; height: 34px; overflow: hidden; border-radius: 11px;
  background: var(--nwz-deep); box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
}
.nwz-brandmark::before, .nwz-brandmark::after { content: ""; position: absolute; border-radius: 50%; }
.nwz-brandmark::before { width: 28px; height: 28px; left: -7px; top: 8px; border: 5px solid var(--nwz-mint); }
.nwz-brandmark::after { width: 17px; height: 17px; right: -3px; top: 3px; background: var(--nwz-lime); }
.nwz-desktopnav { display: flex; align-items: center; gap: 26px; }
.nwz-desktopnav a:not(.nwz-pill) { color: #405156; font-size: 14px; font-weight: 600; }
.nwz-desktopnav a:not(.nwz-pill):hover, .nwz-desktopnav a[aria-current="page"] { color: var(--nwz-teal); }
.nwz-menukey {
  display: none; width: 46px; height: 46px; padding: 0; border: 1px solid var(--nwz-line);
  border-radius: 14px; background: var(--nwz-white); cursor: pointer;
}
.nwz-menukey span { display: block; width: 20px; height: 2px; margin: 5px auto; background: var(--nwz-ink); transition: var(--nwz-speed); }
.nwz-mobilepanel { display: none; }

.nwz-hero { padding: 64px 0 80px; overflow: hidden; }
.nwz-hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 70px; }
.nwz-hero-grid > * { min-width: 0; }
.nwz-hero h1 { margin: 0; font: 700 clamp(46px, 6vw, 78px)/.99 "Manrope", sans-serif; letter-spacing: -.06em; }
.nwz-hero h1 span { color: var(--nwz-teal); }
.nwz-hero-text { max-width: 620px; margin: 24px 0 0; color: var(--nwz-muted); font-size: 19px; }
.nwz-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.nwz-disclosure {
  display: flex; gap: 12px; align-items: flex-start; max-width: 620px; margin-top: 24px;
  padding: 14px 16px; border: 1px solid rgba(15,124,114,.18); border-radius: 14px;
  color: #3e5a59; background: rgba(149,242,206,.14); font-size: 13px; line-height: 1.55;
}
.nwz-disclosure strong { color: var(--nwz-deep); }
.nwz-disclosure-dot { flex: 0 0 8px; height: 8px; margin-top: 6px; border-radius: 50%; background: var(--nwz-teal); box-shadow: 0 0 0 5px rgba(15,124,114,.11); }
.nwz-proofline { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 28px; color: #4c6065; font-size: 13px; font-weight: 600; }
.nwz-proofline span { display: flex; align-items: center; gap: 7px; }
.nwz-proofline span::before { content: "✓"; color: var(--nwz-teal); font-weight: 800; }

.nwz-console {
  position: relative; min-height: 520px; padding: 18px; border-radius: 34px;
  color: #eefcf5; background: var(--nwz-deep); box-shadow: var(--nwz-shadow); transform: rotate(1.2deg);
}
.nwz-console::before {
  content: ""; position: absolute; width: 220px; height: 220px; right: -60px; top: -60px;
  border-radius: 50%; background: var(--nwz-lime); filter: blur(3px); opacity: .16;
}
.nwz-consolebar { display: flex; align-items: center; justify-content: space-between; padding: 8px 8px 20px; color: #a7c5bd; font-size: 12px; }
.nwz-consolebar i { width: 8px; height: 8px; border-radius: 50%; background: var(--nwz-mint); box-shadow: 0 0 0 5px rgba(149,242,206,.12); }
.nwz-kpirow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.nwz-kpi { padding: 15px; border: 1px solid rgba(255,255,255,.08); border-radius: 16px; background: rgba(255,255,255,.055); }
.nwz-kpi small { display: block; color: #9db6b1; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.nwz-kpi strong { display: block; margin-top: 8px; font: 700 21px/1 "Manrope", sans-serif; }
.nwz-chartbox { margin-top: 10px; padding: 20px; border-radius: 20px; background: #113538; }
.nwz-charthead { display: flex; justify-content: space-between; align-items: center; }
.nwz-charthead b { font: 600 13px "Manrope", sans-serif; }
.nwz-charthead span { color: var(--nwz-lime); font-size: 12px; }
.nwz-bars { display: flex; align-items: flex-end; gap: 8px; height: 140px; margin-top: 18px; padding-top: 12px; border-bottom: 1px solid rgba(255,255,255,.13); }
.nwz-bars i { flex: 1; height: var(--nwz-bar); min-width: 12px; border-radius: 7px 7px 2px 2px; background: linear-gradient(180deg, var(--nwz-lime), var(--nwz-teal)); opacity: .9; }
.nwz-stream { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 10px; }
.nwz-stream article { padding: 15px; border-radius: 16px; background: rgba(255,255,255,.055); }
.nwz-stream p { margin: 0 0 12px; color: #aac1bc; font-size: 11px; }
.nwz-progress { height: 7px; overflow: hidden; border-radius: 20px; background: rgba(255,255,255,.09); }
.nwz-progress span { display: block; width: var(--nwz-progress); height: 100%; border-radius: inherit; background: var(--nwz-mint); }
.nwz-orbit { position: absolute; width: 115px; right: -38px; bottom: 52px; padding: 16px; border-radius: 18px; color: var(--nwz-deep); background: var(--nwz-lime); box-shadow: 0 18px 40px rgba(8,37,39,.2); transform: rotate(-3deg); }
.nwz-orbit b { display: block; font: 800 25px/1 "Manrope", sans-serif; }
.nwz-orbit span { display: block; margin-top: 5px; font-size: 11px; }

.nwz-band { padding: 24px 0; color: #d5e6df; background: var(--nwz-deep); }
.nwz-band-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.nwz-band p { margin: 0; font: 600 15px "Manrope", sans-serif; }
.nwz-band-list { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 28px; color: #89aaa2; font-size: 13px; }

.nwz-stage { padding: 110px 0; }
.nwz-stage--white { background: var(--nwz-white); }
.nwz-stage--deep { color: var(--nwz-white); background: var(--nwz-deep); }
.nwz-headingrow { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 46px; }
.nwz-headingrow .nwz-copy { margin-top: 0; max-width: 450px; }
.nwz-capabilities { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: auto auto; gap: 16px; }
.nwz-capability { position: relative; overflow: hidden; min-height: 260px; padding: 30px; border: 1px solid var(--nwz-line); border-radius: var(--nwz-round); background: #fbfcf8; }
.nwz-capability:first-child { grid-row: span 2; min-height: 536px; color: var(--nwz-white); background: var(--nwz-teal); }
.nwz-capability:nth-child(4) { grid-column: span 2; }
.nwz-capability-no { color: var(--nwz-teal); font: 700 12px "Manrope", sans-serif; letter-spacing: .12em; }
.nwz-capability:first-child .nwz-capability-no { color: var(--nwz-lime); }
.nwz-capability h3 { margin: 52px 0 10px; max-width: 350px; font: 700 24px/1.15 "Manrope", sans-serif; letter-spacing: -.03em; }
.nwz-capability:first-child h3 { margin-top: 180px; font-size: 34px; }
.nwz-capability p { margin: 0; color: var(--nwz-muted); }
.nwz-capability:first-child p { color: #d9f3ec; }
.nwz-capability-link { display: inline-block; margin-top: 20px; font-weight: 700; border-bottom: 1px solid currentColor; }
.nwz-capability-graphic { position: absolute; left: 30px; top: 58px; width: calc(100% - 60px); height: 140px; border-radius: 20px; background: rgba(255,255,255,.1); }
.nwz-capability-graphic span { position: absolute; left: 18px; right: 18px; height: 13px; border-radius: 10px; background: rgba(255,255,255,.15); }
.nwz-capability-graphic span:nth-child(1) { top: 21px; width: 36%; background: var(--nwz-lime); }
.nwz-capability-graphic span:nth-child(2) { top: 48px; width: 70%; }
.nwz-capability-graphic span:nth-child(3) { top: 75px; width: 52%; }
.nwz-capability-graphic span:nth-child(4) { top: 102px; width: 81%; }

.nwz-method { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.nwz-method-sticky { position: sticky; top: 120px; }
.nwz-steps { counter-reset: nwzsteps; }
.nwz-step { display: grid; grid-template-columns: 70px 1fr; gap: 24px; padding: 28px 0; border-top: 1px solid rgba(255,255,255,.13); }
.nwz-step::before { counter-increment: nwzsteps; content: "0" counter(nwzsteps); color: var(--nwz-mint); font: 700 13px "Manrope", sans-serif; }
.nwz-step h3 { margin: 0 0 8px; font: 700 22px "Manrope", sans-serif; }
.nwz-step p { margin: 0; color: #a9c0ba; }

.nwz-packages { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.nwz-package { display: flex; flex-direction: column; min-height: 520px; padding: 30px; border: 1px solid var(--nwz-line); border-radius: var(--nwz-round); background: var(--nwz-white); }
.nwz-package--focus { color: var(--nwz-white); background: var(--nwz-deep); transform: translateY(-12px); box-shadow: var(--nwz-shadow); }
.nwz-badge { align-self: flex-start; padding: 7px 10px; border-radius: 999px; color: var(--nwz-deep); background: var(--nwz-lime); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.nwz-package h3 { margin: 24px 0 10px; font: 700 27px "Manrope", sans-serif; }
.nwz-package > p { min-height: 76px; margin: 0; color: var(--nwz-muted); }
.nwz-package--focus > p { color: #aec2bd; }
.nwz-package ul { display: grid; gap: 12px; margin: 24px 0 32px; padding: 22px 0 0; border-top: 1px solid var(--nwz-line); list-style: none; }
.nwz-package--focus ul { border-color: rgba(255,255,255,.14); }
.nwz-package li { position: relative; padding-left: 24px; }
.nwz-package li::before { content: "↗"; position: absolute; left: 0; color: var(--nwz-teal); font-weight: 800; }
.nwz-package--focus li::before { color: var(--nwz-mint); }
.nwz-package .nwz-pill { margin-top: auto; }

.nwz-voices { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.nwz-quote { min-height: 260px; padding: 28px; border: 1px solid var(--nwz-line); border-radius: var(--nwz-round); background: #f9faf5; }
.nwz-quote:nth-child(1), .nwz-quote:nth-child(4) { grid-column: span 7; }
.nwz-quote:nth-child(2), .nwz-quote:nth-child(3) { grid-column: span 5; }
.nwz-stars { color: var(--nwz-teal); letter-spacing: .14em; }
.nwz-quote blockquote { margin: 28px 0; font: 600 20px/1.5 "Manrope", sans-serif; letter-spacing: -.02em; }
.nwz-person { display: flex; align-items: center; gap: 12px; }
.nwz-avatar { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: var(--nwz-white); background: var(--nwz-teal); font-weight: 800; }
.nwz-person b, .nwz-person small { display: block; }
.nwz-person small { color: var(--nwz-muted); }

.nwz-contactdeck { display: grid; grid-template-columns: .83fr 1.17fr; overflow: hidden; border-radius: 34px; background: var(--nwz-deep); box-shadow: var(--nwz-shadow); }
.nwz-contactstory { display: flex; flex-direction: column; justify-content: space-between; padding: 52px; color: var(--nwz-white); background: radial-gradient(circle at 10% 90%, rgba(149,242,206,.2), transparent 42%); }
.nwz-contactstory h2 { margin: 0; font: 700 clamp(34px,4vw,52px)/1.1 "Manrope", sans-serif; letter-spacing: -.04em; }
.nwz-contactstory p { color: #b5ccc6; }
.nwz-formbox { margin: 12px; padding: 38px; border-radius: 26px; background: var(--nwz-white); }
.nwz-formbox label { display: grid; gap: 8px; color: #32464a; font-size: 13px; font-weight: 700; }
.nwz-formgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.nwz-field { width: 100%; min-height: 52px; padding: 13px 15px; border: 1px solid var(--nwz-line); border-radius: 12px; color: var(--nwz-ink); background: #fafbf7; outline: none; }
.nwz-field:focus { border-color: var(--nwz-teal); box-shadow: 0 0 0 3px rgba(15,124,114,.1); }
textarea.nwz-field { min-height: 126px; resize: vertical; }
.nwz-fieldwide { grid-column: 1 / -1; }
.nwz-formfoot { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 20px; }
.nwz-formfoot p { margin: 0; max-width: 330px; color: var(--nwz-muted); font-size: 12px; line-height: 1.5; }
.nwz-formfoot a { color: var(--nwz-teal); text-decoration: underline; }
.nwz-formstatus { min-height: 24px; margin: 14px 0 0; color: var(--nwz-teal); font-weight: 700; }

.nwz-faqgrid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.nwz-faqintro { position: sticky; top: 120px; align-self: start; }
.nwz-question { border-top: 1px solid var(--nwz-line); }
.nwz-question:last-child { border-bottom: 1px solid var(--nwz-line); }
.nwz-question button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; border: 0; text-align: left; color: var(--nwz-ink); background: transparent; cursor: pointer; font: 700 18px "Manrope", sans-serif; }
.nwz-question button span:last-child { display: grid; place-items: center; flex: 0 0 32px; height: 32px; border-radius: 50%; background: rgba(15,124,114,.08); transition: transform var(--nwz-speed); }
.nwz-question button[aria-expanded="true"] span:last-child { transform: rotate(45deg); }
.nwz-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 280ms ease; }
.nwz-answer > div { overflow: hidden; }
.nwz-answer p { margin: 0; padding: 0 52px 24px 0; color: var(--nwz-muted); }
.nwz-question.nwz-is-open .nwz-answer { grid-template-rows: 1fr; }
.nwz-answer a { color: var(--nwz-teal); text-decoration: underline; }

.nwz-cta { padding: 0 0 110px; }
.nwz-ctabox { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; padding: 52px 58px; border-radius: 32px; background: var(--nwz-lime); }
.nwz-ctabox h2 { margin: 0; max-width: 720px; font: 700 clamp(32px,5vw,55px)/1.08 "Manrope", sans-serif; letter-spacing: -.045em; }

.nwz-footer { padding: 68px 0 28px; color: #d9e8e3; background: #071c1f; }
.nwz-footergrid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 54px; }
.nwz-footerlead p { max-width: 360px; color: #839d97; }
.nwz-footer h3 { margin: 0 0 18px; color: #8eaaa3; font: 700 12px "Manrope", sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.nwz-linkstack { display: grid; gap: 10px; color: #c3d3ce; font-size: 14px; }
.nwz-linkstack a:hover { color: var(--nwz-mint); }
.nwz-footerlegal { margin-top: 52px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.11); color: #75908a; font-size: 12px; }
.nwz-footerlegal-row { display: flex; justify-content: space-between; gap: 30px; margin-top: 12px; }

.nwz-cookie {
  position: fixed; left: 22px; right: 22px; bottom: 22px; z-index: 100;
  display: none; max-width: 680px; margin-left: auto; padding: 19px 20px;
  border: 1px solid rgba(255,255,255,.12); border-radius: 18px; color: #d8e9e3;
  background: rgba(7,28,31,.96); box-shadow: 0 22px 60px rgba(0,0,0,.24); backdrop-filter: blur(14px);
}
.nwz-cookie.nwz-is-visible { display: flex; align-items: center; gap: 18px; }
.nwz-cookie p { flex: 1; margin: 0; font-size: 13px; }
.nwz-cookie a { color: var(--nwz-mint); text-decoration: underline; }
.nwz-cookie button { flex: 0 0 auto; min-height: 42px; padding: 0 16px; border: 0; border-radius: 999px; background: var(--nwz-lime); color: var(--nwz-deep); font-weight: 800; cursor: pointer; }

.nwz-pagehead { padding: 76px 0 66px; border-bottom: 1px solid var(--nwz-line); }
.nwz-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; color: var(--nwz-muted); font-size: 13px; }
.nwz-breadcrumb a { color: var(--nwz-teal); }
.nwz-pagehead h1 { margin: 0; max-width: 900px; font: 700 clamp(42px,6vw,68px)/1.04 "Manrope", sans-serif; letter-spacing: -.055em; }
.nwz-pagehead p { max-width: 720px; margin: 22px 0 0; color: var(--nwz-muted); font-size: 19px; }
.nwz-meta { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 26px; color: var(--nwz-muted); font-size: 13px; }
.nwz-articlelayout { display: grid; grid-template-columns: 260px minmax(0, 760px); justify-content: space-between; gap: 72px; padding: 72px 0 110px; }
.nwz-aside { position: sticky; top: 112px; align-self: start; padding: 22px; border: 1px solid var(--nwz-line); border-radius: var(--nwz-soft); background: rgba(255,255,255,.55); }
.nwz-aside strong { display: block; margin-bottom: 14px; font: 700 14px "Manrope", sans-serif; }
.nwz-aside nav { display: grid; gap: 9px; color: var(--nwz-muted); font-size: 13px; }
.nwz-aside a:hover { color: var(--nwz-teal); }
.nwz-prose { min-width: 0; }
.nwz-prose h2 { margin: 52px 0 14px; font: 700 30px/1.2 "Manrope", sans-serif; letter-spacing: -.03em; }
.nwz-prose h2:first-child { margin-top: 0; }
.nwz-prose h3 { margin: 32px 0 10px; font: 700 21px "Manrope", sans-serif; }
.nwz-prose p, .nwz-prose li { color: #485b60; }
.nwz-prose a { color: var(--nwz-teal); text-decoration: underline; }
.nwz-prose ul, .nwz-prose ol { display: grid; gap: 9px; padding-left: 22px; }
.nwz-callout { margin: 30px 0; padding: 22px 24px; border-left: 4px solid var(--nwz-teal); border-radius: 0 14px 14px 0; background: rgba(149,242,206,.14); }
.nwz-callout p { margin: 0; }
.nwz-tablewrap { overflow-x: auto; margin: 24px 0; }
.nwz-prose table { width: 100%; border-collapse: collapse; min-width: 560px; }
.nwz-prose th, .nwz-prose td { padding: 14px; border: 1px solid var(--nwz-line); text-align: left; vertical-align: top; }
.nwz-prose th { background: rgba(15,124,114,.08); font-family: "Manrope", sans-serif; }
.nwz-related { margin-top: 56px; padding-top: 34px; border-top: 1px solid var(--nwz-line); }
.nwz-related h2 { margin-top: 0; }
.nwz-relatedgrid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.nwz-relatedcard { padding: 20px; border: 1px solid var(--nwz-line); border-radius: var(--nwz-soft); background: var(--nwz-white); text-decoration: none !important; }
.nwz-relatedcard span { display: block; margin-bottom: 8px; color: var(--nwz-teal); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.nwz-relatedcard b { font-family: "Manrope", sans-serif; }

.nwz-profilegrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin: 30px 0; }
.nwz-profilecard { padding: 24px; border: 1px solid var(--nwz-line); border-radius: var(--nwz-soft); background: var(--nwz-white); }
.nwz-profilecard b { display: block; margin-bottom: 8px; font-family: "Manrope", sans-serif; }
.nwz-profilecard p { margin: 0; font-size: 14px; }
.nwz-contactcards { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin: 30px 0; }
.nwz-contactcard { padding: 26px; border: 1px solid var(--nwz-line); border-radius: var(--nwz-soft); background: var(--nwz-white); }
.nwz-contactcard small { color: var(--nwz-teal); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.nwz-contactcard h3 { margin: 12px 0 8px; }
.nwz-contactcard p { margin: 0; }

@media (max-width: 980px) {
  .nwz-desktopnav { display: none; }
  .nwz-menukey { display: block; flex: 0 0 46px; }
  .nwz-mobilepanel {
    position: fixed; inset: 76px 0 auto; display: grid; gap: 2px; padding: 18px 20px 26px;
    border-bottom: 1px solid var(--nwz-line); background: var(--nwz-paper);
    transform: translateY(-130%); visibility: hidden; transition: transform 280ms ease, visibility 280ms;
  }
  .nwz-mobilepanel.nwz-is-open { transform: translateY(0); visibility: visible; }
  .nwz-mobilepanel a { padding: 13px 12px; border-radius: 10px; font-weight: 700; }
  .nwz-mobilepanel a:hover { background: rgba(15,124,114,.08); }
  .nwz-hero-grid { grid-template-columns: minmax(0, 1fr); gap: 52px; }
  .nwz-console { width: 100%; margin-inline: auto; }
  .nwz-capabilities { grid-template-columns: 1fr 1fr; }
  .nwz-capability:first-child { grid-column: span 2; grid-row: auto; min-height: 430px; }
  .nwz-method, .nwz-faqgrid { grid-template-columns: 1fr; gap: 44px; }
  .nwz-method-sticky, .nwz-faqintro { position: static; }
  .nwz-contactdeck { grid-template-columns: 1fr; }
  .nwz-footergrid { grid-template-columns: 1.2fr 1fr 1fr; }
  .nwz-footerlead { grid-column: 1 / -1; }
  .nwz-articlelayout { grid-template-columns: 1fr; gap: 30px; }
  .nwz-aside { position: static; }
  .nwz-aside nav { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 720px) {
  .nwz-frame { width: min(calc(100% - 28px), 1180px); }
  .nwz-hero { padding: 42px 0 58px; }
  .nwz-hero h1 { font-size: clamp(42px, 13vw, 62px); }
  .nwz-hero-actions { align-items: stretch; flex-direction: column; }
  .nwz-hero-actions .nwz-pill { width: 100%; }
  .nwz-console { min-height: 460px; padding: 12px; border-radius: 24px; transform: none; }
  .nwz-orbit { right: 12px; bottom: -22px; }
  .nwz-kpirow { grid-template-columns: 1fr 1fr; }
  .nwz-kpi:last-child { display: none; }
  .nwz-stream { grid-template-columns: 1fr; }
  .nwz-stream article:last-child { display: none; }
  .nwz-band-inner, .nwz-headingrow { align-items: flex-start; flex-direction: column; }
  .nwz-band-list { justify-content: flex-start; gap: 14px 24px; }
  .nwz-stage { padding: 76px 0; }
  .nwz-capabilities { display: grid; grid-template-columns: 1fr; }
  .nwz-capability, .nwz-capability:first-child, .nwz-capability:nth-child(4) { grid-column: auto; min-height: 280px; }
  .nwz-capability:first-child { min-height: 410px; }
  .nwz-packages { grid-template-columns: 1fr; }
  .nwz-package { min-height: auto; }
  .nwz-package--focus { transform: none; }
  .nwz-voices { display: grid; grid-template-columns: 1fr; }
  .nwz-quote:nth-child(n) { grid-column: auto; min-height: auto; }
  .nwz-contactstory { padding: 34px 26px; }
  .nwz-formbox { padding: 24px 18px; }
  .nwz-formgrid { grid-template-columns: 1fr; }
  .nwz-formfoot { align-items: flex-start; flex-direction: column; }
  .nwz-formfoot .nwz-pill { width: 100%; }
  .nwz-ctabox { grid-template-columns: 1fr; padding: 38px 28px; }
  .nwz-ctabox .nwz-pill { justify-self: start; }
  .nwz-footergrid { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .nwz-footerlead { grid-column: span 2; }
  .nwz-footerlegal-row { flex-direction: column; }
  .nwz-cookie.nwz-is-visible { left: 12px; right: 12px; bottom: 12px; align-items: flex-start; flex-direction: column; }
  .nwz-cookie button { width: 100%; }
  .nwz-pagehead { padding: 50px 0; }
  .nwz-articlelayout { padding: 48px 0 80px; }
  .nwz-aside nav { grid-template-columns: 1fr 1fr; }
  .nwz-relatedgrid, .nwz-profilegrid, .nwz-contactcards { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
