/* Central design. Component rules live here, editorial copy stays in TYPO3.
 * Registered after framework styles by the shared Fluid shell (AssetCollector).
 */
body.ngw-site-design {
  margin: 0;
  font: 400 16px/1.65 var(--ngw-font);
  color: var(--ngw-ink);
  background: var(--ngw-bg);
  text-rendering: optimizeLegibility;
}
.ngw-site-design *, .ngw-site-design *::before, .ngw-site-design *::after { box-sizing: border-box; }
.ngw-site-design :where(h1,h2,h3,h4,h5,h6,p,figure) { margin: 0; }
.ngw-site-design :where(h1,h2,h3,h4,h5,h6) { font-family: var(--ngw-font); color: inherit; font-weight: 800; }
.ngw-site-design :where(h1,h2,h3,h4,h5,h6,a) { overflow-wrap: break-word; }
.ngw-site-design a { color: inherit; text-underline-offset: .2em; }
.ngw-site-design :where(button,input,select,textarea) { font: inherit; }
.ngw-site-design img { max-width: 100%; height: auto; }
.ngw-site-design :focus-visible { outline: 3px solid var(--ngw-accent); outline-offset: 4px; }
.ngw-site-design [id] { scroll-margin-top: 110px; }
.ngw-page-shell { min-height: 100vh; background: #fff; }
.ngw-site-design .ngw-main { padding: 0; }
.ngw-skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 12px 20px; border-radius: 12px; background: #fff; transform: translateY(-180%); }
.ngw-skip-link:focus { transform: translateY(0); }
.ngw-site-header__inner, .ngw-home-hero__inner, .ngw-content-head__inner,
.ngw-home-content, .ngw-content-section, .ngw-shared-homepage, .ngw-editorial-homepage,
.ngw-cta-band__inner, .ngw-site-footer__inner, .ngw-container {
  width: min(var(--ngw-container), calc(100% - var(--ngw-gutter)));
  margin-inline: auto;
}

/* The outer header is a real landmark, outside Fluid's namespace wrapper. */
.ngw-site-header { position: sticky; top: 0; z-index: 50; background: rgb(255 255 255 / 94%); border-bottom: 1px solid var(--ngw-line); backdrop-filter: saturate(180%) blur(18px); }
.ngw-site-header--scrolled { box-shadow: 0 8px 24px rgb(7 26 51 / 6%); }
.ngw-site-header__inner { min-height: 82px; display: flex; align-items: center; gap: 18px; }
.ngw-site-header__brand { flex: 0 0 auto; display: flex; align-items: center; background: #fff; padding: 10px 14px; border: 1px solid #ecf3f6; border-radius: 20px; box-shadow: 0 12px 35px rgb(7 26 51 / 6%); }
.ngw-site-header__logo { display: block; width: 155px; height: 38px; object-fit: contain; }
.ngw-site-header__nav { display: flex; flex: 1 1 auto; align-items: center; justify-content: center; gap: 2px; min-width: 0; }
.ngw-site-header__actions { display: flex; align-items: center; gap: 10px; margin-left: auto; flex-shrink: 0; }
.ngw-nav-item { position: relative; display: flex; align-items: center; }
.ngw-site-header :is(.ngw-nav-item > a,.ngw-nav-more > summary) { display: block; padding: 11px 9px; border-radius: 99px; font-size: 13px; font-weight: 800; text-decoration: none; white-space: nowrap; }
.ngw-site-header :is(.ngw-nav-item > a:hover,.ngw-nav-item > a.is-active,.ngw-nav-more[open] > summary) { background: #e8f8fb; color: #007f88; }
.ngw-site-header summary { list-style: none; cursor: pointer; }
.ngw-site-header summary::-webkit-details-marker { display: none; }
.ngw-nav-more, .ngw-language-switcher { position: relative; }
.ngw-nav-more__menu, .ngw-nav-children__menu, .ngw-language-switcher__menu { position: absolute; top: calc(100% + 10px); right: 0; z-index: 55; padding: 12px; min-width: 210px; width: max-content; max-width: min(380px, calc(100vw - 42px)); max-height: min(65vh, 560px); overflow-y: auto; border: 1px solid var(--ngw-line); border-radius: 18px; background: #fff; box-shadow: var(--ngw-shadow); }
.ngw-nav-more__menu .ngw-nav-item { flex-wrap: wrap; }
.ngw-nav-more__menu .ngw-nav-item > a { flex: 1; white-space: normal; }
.ngw-nav-more__menu .ngw-nav-children { position: static; }
.ngw-nav-more__menu .ngw-nav-children__menu { position: static; width: 100%; max-height: none; box-shadow: none; margin-top: 8px; }
.ngw-nav-children > summary { display: grid; place-items: center; min-width: 25px; min-height: 44px; border-radius: 8px; }
.ngw-nav-children__menu { left: 0; right: auto; }
.ngw-nav-children__menu a, .ngw-language-switcher__menu a { display: block; padding: 10px 12px; border-radius: 10px; font-size: 14px; font-weight: 700; text-decoration: none; white-space: normal; }
.ngw-nav-children__menu a:hover, .ngw-language-switcher__menu a:hover, .ngw-language-switcher__menu a.is-active { background: #eef9fb; color: #007f88; }
.ngw-language-switcher > summary { display: flex; align-items: center; gap: 8px; min-height: 44px; padding: 0 12px; border: 1px solid var(--ngw-line); border-radius: 99px; background: #fff; font-size: 13px; font-weight: 800; }
.ngw-site-header__toggle { display: none; align-items: center; gap: 10px; min-height: 44px; padding: 8px 12px; border: 1px solid var(--ngw-line); border-radius: 14px; background: #fff; color: var(--ngw-ink); cursor: pointer; font-weight: 700; }
.ngw-site-header__toggle-icon { width: 20px; height: 14px; border-top: 2px solid currentColor; border-bottom: 2px solid currentColor; position: relative; }
.ngw-site-header__toggle-icon::after { content: ""; position: absolute; top: 4px; left: 0; width: 20px; border-top: 2px solid currentColor; }

/* Actions share one shape and color across header, content and CTA band. */
.ngw-site-design .ngw-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 13px 22px; border: 1px solid transparent; border-radius: 99px; background: linear-gradient(135deg, var(--ngw-accent), var(--ngw-accent-dark)); color: #fff; box-shadow: 0 12px 35px rgb(0 140 149 / 18%); font-size: 15px; font-weight: 800; line-height: 1.25; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.ngw-site-design .ngw-button:hover { transform: translateY(-2px); box-shadow: 0 16px 35px rgb(0 140 149 / 25%); }
.ngw-site-design :is(.ngw-button--light,.ngw-button--secondary), .ngw-site-design .ngw-content-actions > .ngw-button:not(:first-child) { background: #fff; color: var(--ngw-ink); border-color: var(--ngw-line); box-shadow: none; }
.ngw-site-design .ngw-site-header__cta { padding: 12px 16px; min-height: 44px; font-size: 13px; white-space: nowrap; }
.ngw-content-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }

/* Frame adapters keep TYPO3's content elements, images and backend editing. */
.ngw-site-design .ngw-page-shell .frame { --frame-spacing: 0; --frame-outer-spacing-before: 0; --frame-outer-spacing-after: 0; padding: 0; margin: 0; background: transparent; color: inherit; }
.ngw-site-design .ngw-page-shell :is(.frame-group-container,.frame-group-inner,.frame-container,.frame-inner) { width: 100%; max-width: none; margin: 0; padding: 0; }
.ngw-site-design .ngw-page-shell .frame-header { margin: 0 0 18px; padding: 0; }
.ngw-site-design .ngw-page-shell .frame :is(p,ul,ol) { margin-block: 0 1.2em; }
.ngw-site-design .ngw-page-shell .frame :is(p,ul,ol):last-child { margin-bottom: 0; }
.ngw-site-design .ngw-page-shell :is(ul,ol) { padding-left: 1.3em; }
.ngw-site-design .ngw-page-shell li + li { margin-top: .45em; }
.ngw-site-design .ngw-page-shell :is(h2,h3,h4) { margin-block: 0 .6em; }
.ngw-site-design .ngw-page-shell h2 { font-size: clamp(1.8rem,3.3vw,3.3rem); line-height: 1.08; letter-spacing: -.045em; }
.ngw-site-design .ngw-page-shell h3 { font-size: 1.35rem; line-height: 1.2; letter-spacing: -.02em; }
.ngw-site-design .ngw-page-shell :is(p,li) { overflow-wrap: anywhere; }
.ngw-site-design .ngw-page-shell .frame-space-before-small { margin-top: 24px; }
.ngw-site-design .ngw-page-shell .frame-space-before-medium { margin-top: 40px; }
.ngw-site-design .ngw-page-shell .frame-space-before-large { margin-top: 64px; }

/* Homepage and inner-page hero use the same scale and light brand surface. */
.ngw-home-hero, .ngw-main--content > .ngw-content-head { padding: clamp(44px,5vw,72px) 0; background: radial-gradient(circle at 80% 20%, rgb(28 211 226 / 20%), transparent 34%), linear-gradient(180deg,#fff,#eef8fb); }
.ngw-home-hero__inner { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,.92fr); align-items: center; gap: clamp(28px,4vw,56px); }
.ngw-home-hero__content { min-width: 0; }
.ngw-site-design .ngw-home-hero h1, .ngw-site-design .ngw-content-head h1 { margin: 0 0 24px; font-size: clamp(2.5rem,4.6vw,4.3rem); line-height: 1.06; letter-spacing: -.05em; text-wrap: balance; hyphens: auto; font-weight: 800; }
.ngw-site-design .ngw-home-hero p, .ngw-site-design .ngw-content-head > p, .ngw-site-design .ngw-content-head__inner .frame p { color: #38516c; font-size: clamp(1.05rem,1.45vw,1.2rem); line-height: 1.65; max-width: 760px; }
/* Real image dimensions and srcset avoid layout shifts and oversized mobile downloads. */
.ngw-home-hero__visual { min-width: 0; margin: 0; border: 1px solid var(--ngw-line); border-radius: 26px; overflow: hidden; background: #edf3f5; box-shadow: 0 20px 54px rgb(7 26 51 / 10%); }
.ngw-home-hero__visual picture { display: block; aspect-ratio: 4 / 3; overflow: hidden; }
.ngw-home-hero__visual img { display: block; width: 100%; height: 100%; object-fit: cover; }
.ngw-home-hero__visual--reference img { transform: scale(1.1); transform-origin: top center; }
.ngw-home-visual-card { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 6px 16px; padding: 14px 20px; background: #fff; color: #007f88; font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.ngw-home-visual-card small { color: var(--ngw-muted); font-weight: 400; letter-spacing: 0; }
.ngw-inner-hero { min-width: 0; }
.ngw-inner-hero--illustrated { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(0,.8fr); align-items: center; gap: 48px; }
.ngw-inner-hero > div { min-width: 0; }
.ngw-inner-hero .ngw-home-hero__visual picture { aspect-ratio: 3 / 2; }
.ngw-site-design .ngw-home-hero .ngw-eyebrow, .ngw-site-design .ngw-eyebrow { display: inline-flex; padding: 6px 13px; border-radius: 99px; background: #dff8fb; border: 1px solid #c8eef3; color: #007f88; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 20px; }
.ngw-site-design .ngw-breadcrumb { margin-bottom: 28px; font-size: 13px; font-weight: 600; color: var(--ngw-muted); }
.ngw-site-design .ngw-breadcrumb ol { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; }
.ngw-site-design .ngw-breadcrumb li + li { margin: 0; }
.ngw-breadcrumb li + li::before { content: "/"; margin-right: 8px; color: var(--ngw-accent); }

/* The shared introduction and regular CMS records become reusable sections. */
.ngw-shared-homepage { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; padding-block: 80px; }
.ngw-site-design .ngw-shared-homepage > .frame { padding: 30px; border: 1px solid var(--ngw-line); border-radius: var(--ngw-radius); background: #fff; box-shadow: 0 14px 45px rgb(7 26 51 / 7%); }
.ngw-site-design .ngw-shared-homepage > .frame:first-child { grid-column: 1 / -1; padding: 0 0 18px; border: 0; border-radius: 0; box-shadow: none; max-width: 900px; }
.ngw-site-design .ngw-shared-homepage > .frame:not(:first-child) h2 { font-size: 1.65rem; letter-spacing: -.025em; line-height: 1.2; }
.ngw-site-design .ngw-shared-homepage p { color: var(--ngw-muted); }
.ngw-home-content, .ngw-content-section { padding-block: 64px; }
.ngw-home-content + .ngw-home-content, .ngw-content-section + .ngw-content-section { border-top: 1px solid var(--ngw-line); }
.ngw-site-design :is(.ngw-home-content,.ngw-content-section) > .frame + .frame { margin-top: 48px; }
.ngw-site-design :is(.ngw-home-content,.ngw-content-section) :is(p,ul,ol) { max-width: 900px; color: var(--ngw-muted); }
.ngw-site-design .ngw-content-card { padding: 32px; border: 1px solid var(--ngw-line); border-radius: var(--ngw-radius); background: #fff; box-shadow: 0 14px 45px rgb(7 26 51 / 7%); margin-block: 24px; }
.ngw-site-design .ngw-content-card h2 { font-size: clamp(1.6rem,2.7vw,2.4rem); }
.ngw-home-context, .ngw-content-section--context { padding-block: 48px 72px; }
.ngw-site-design .ngw-cta-band { padding: 72px 0; background: linear-gradient(135deg,#061b30,#006b79); color: #fff; }
.ngw-cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.ngw-cta-band__inner > div { max-width: 800px; }
.ngw-cta-band__inner > .ngw-button { flex-shrink: 0; }
.ngw-site-design .ngw-cta-band h2 { color: #fff; }
.ngw-site-design .ngw-cta-band p { color: #d7eef4; }

/* One footer owns both the shared editorial records and TYPO3 menus. */
.ngw-site-footer { background: var(--ngw-dark); color: #d7e4eb; padding: 64px 0 28px; }
.ngw-site-footer__brand { margin-bottom: 32px; }
.ngw-site-footer__brand a { display: inline-flex; background: #fff; padding: 10px 16px; border-radius: 14px; }
.ngw-site-footer__logo { display: block; width: 175px; }
.ngw-site-footer__top { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 38px; }
.ngw-shared-footer { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px; }
.ngw-site-design .ngw-site-footer h2 { font-size: 1rem; line-height: 1.35; letter-spacing: 0; color: #fff; margin-bottom: 18px; }
.ngw-site-design .ngw-site-footer p, .ngw-site-design .ngw-site-footer a { color: #d7e4eb; font-size: 14px; }
.ngw-site-footer nav a { display: block; text-decoration: none; padding-block: 4px; }
.ngw-site-footer nav a:hover { color: #fff; text-decoration: underline; }
.ngw-site-footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 24px; border-top: 1px solid rgb(255 255 255 / 13%); padding-top: 24px; margin-top: 40px; font-size: 13px; }
.ngw-site-footer__bottom .ngw-footer-social-links { display: flex; flex-wrap: wrap; gap: 18px; }

/* Framework image, table and form elements remain usable in the new shell. */
.ngw-site-design .ngw-main :is(input:not([type=checkbox]):not([type=radio]):not([type=submit]),select,textarea) { max-width: 100%; border: 1px solid var(--ngw-line); border-radius: 12px; padding: 12px 14px; background: #fff; color: var(--ngw-ink); }
.ngw-site-design .ngw-main textarea { min-height: 140px; }
.ngw-site-design .ngw-main table { max-width: 100%; }
.ngw-site-design .ngw-main .table-responsive { overflow-x: auto; }
.ngw-site-design .ngw-main iframe { max-width: 100%; }

/* Editorial modules: the same components adapt to every site's own copy. */
.ngw-company-contact { font-style: normal; margin-bottom: 18px; }
.ngw-contact-details { display: grid; grid-template-columns: auto minmax(0,1fr); gap: 8px 16px; font-size: 14px; }
.ngw-contact-details dt { font-weight: 700; }
.ngw-contact-details dd { margin: 0; overflow-wrap: anywhere; }
.ngw-contact-panel { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 40px; padding: 36px; border-radius: 22px; background: #edf7f8; }
.ngw-site-design .ngw-contact-panel h2 { font-size: 1.7rem; line-height: 1.2; letter-spacing: -.02em; }
.ngw-legal-document { max-width: 850px; }
.ngw-legal-document > section + section { margin-top: 36px; }
.ngw-site-design .ngw-legal-document h2 { font-size: clamp(1.4rem,2.5vw,1.9rem); line-height: 1.25; letter-spacing: -.02em; }
.ngw-legal-draft { padding: 20px; border: 1px solid #d9b56d; border-radius: 12px; background: #fff5de; color: #563b0e; margin-bottom: 30px; }
.ngw-editorial-homepage { padding-block: clamp(44px,6vw,80px); }
.ngw-section-intro { max-width: 790px; margin-bottom: 32px; }
.ngw-site-design .ngw-section-intro > p:not(.ngw-eyebrow) { color: var(--ngw-muted); margin-top: 18px; }
.ngw-site-design .ngw-section-intro h2 { font-size: clamp(1.9rem,3vw,2.8rem); line-height: 1.13; letter-spacing: -.035em; text-wrap: balance; }
.ngw-topic-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.ngw-topic-card { display: flex; flex-direction: column; min-width: 0; border: 1px solid var(--ngw-line); border-radius: 22px; overflow: hidden; background: #fff; box-shadow: 0 10px 32px rgb(7 26 51 / 5%); }
.ngw-topic-card > img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.ngw-topic-card__body { flex: 1; display: flex; flex-direction: column; gap: 16px; padding: 26px; }
.ngw-site-design .ngw-topic-card h3 { margin: 0; font-size: 1.35rem; line-height: 1.25; }
.ngw-topic-card h3 a { text-decoration: none; }
.ngw-topic-card h3 a:hover { text-decoration: underline; }
.ngw-site-design .ngw-topic-card p { color: var(--ngw-muted); margin: 0; }
.ngw-site-design .ngw-text-link { display: inline-flex; align-items: center; align-self: flex-start; gap: 10px; min-height: 44px; color: #006d75; font-size: 15px; font-weight: 750; text-decoration: underline; }
.ngw-topic-card__body > .ngw-text-link { margin-top: auto; }
.ngw-editorial-feature { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); align-items: start; gap: 64px; }
.ngw-site-design .ngw-page-shell .ngw-step-list { list-style: none; counter-reset: steps; padding: 0; margin: 0; }
.ngw-step-list > li { position: relative; counter-increment: steps; padding: 0 0 24px 58px; }
.ngw-step-list > li::before { content: counter(steps,decimal-leading-zero); position: absolute; left: 0; top: -2px; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; background: #e4f5f5; color: #006d75; font-weight: 800; font-size: 14px; }
.ngw-site-design .ngw-step-list h3 { color: var(--ngw-ink); }
.ngw-site-design .ngw-page-shell .ngw-step-list > li + li { margin-top: 0; padding-top: 24px; border-top: 1px solid var(--ngw-line); }
.ngw-step-list > li + li::before { top: 22px; }
.ngw-editorial-note { padding: 30px 34px; border-left: 4px solid var(--ngw-accent); border-radius: 0 20px 20px 0; background: #edf7f8; }
.ngw-site-design .ngw-editorial-note h2 { font-size: clamp(1.3rem,2vw,1.65rem); line-height: 1.3; letter-spacing: -.02em; }
.ngw-guide-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; margin-top: 32px; }
.ngw-guide-grid > div { border-top: 3px solid #9ad9dc; padding-top: 24px; min-width: 0; }
.ngw-site-design .ngw-topic-guide h2 { font-size: clamp(1.8rem,3vw,2.5rem); line-height: 1.15; }
.ngw-answer-list details { padding: 20px 0; border-bottom: 1px solid var(--ngw-line); }
.ngw-answer-list summary { cursor: pointer; font-weight: 750; color: var(--ngw-ink); padding-block: 4px; }
.ngw-answer-list details p { padding-top: 14px; }
.ngw-site-design .ngw-cta-band h2 { font-size: clamp(1.8rem,3vw,2.8rem); line-height: 1.13; letter-spacing: -.03em; }
.ngw-site-design .ngw-main :is(pre, .table-responsive) { max-width: 100%; overflow-x: auto; }
.ngw-site-design .ngw-main :is(video, iframe) { max-width: 100%; }
.ngw-site-design .ngw-main a { overflow-wrap: anywhere; }

/* A compact menu also accommodates longer labels and translated navigation.
 * Without JS, every link stays visible; disclosure menus are native details.
 */
@media (max-width: 1240px) {
  .ngw-site-header__inner { flex-wrap: wrap; padding-block: 12px; gap: 10px; }
  .ngw-site-header__nav { order: 3; flex: 0 0 100%; display: flex; flex-direction: column; align-items: stretch; padding-top: 12px; max-height: calc(100dvh - 112px); overflow-y: auto; }
  .ngw-js .ngw-site-header__nav:not(.is-open) { display: none; }
  .ngw-js .ngw-site-header__toggle { display: flex; }
  .ngw-nav-item { flex-wrap: wrap; }
  .ngw-nav-item > a { flex: 1; }
  .ngw-site-header :is(.ngw-nav-item > a,.ngw-nav-more > summary) { white-space: normal; font-size: 15px; padding: 12px; min-height: 46px; }
  .ngw-nav-children__menu, .ngw-nav-more__menu { position: static; width: 100%; max-width: none; max-height: none; box-shadow: none; margin-top: 4px; }
  .ngw-nav-children { position: static; }
  .ngw-nav-children[open] { width: 100%; }
  .ngw-nav-children > summary { min-width: 44px; justify-content: end; padding-right: 15px; }
}
@media (max-width: 960px) {
  .ngw-home-hero { padding: 64px 0; }
  .ngw-home-hero__inner { grid-template-columns: 1fr; gap: 40px; }
  .ngw-home-hero__visual picture { aspect-ratio: 2 / 1; }
  .ngw-topic-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ngw-topic-card:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  .ngw-topic-card:last-child > img { height: 100%; }
  .ngw-editorial-feature { gap: 32px; }
  .ngw-guide-grid { grid-template-columns: 1fr; gap: 22px; }
  .ngw-inner-hero--illustrated { grid-template-columns: 1fr; gap: 28px; }
  .ngw-inner-hero .ngw-home-hero__visual picture { aspect-ratio: 2.4; }
  .ngw-site-design .ngw-home-hero h1, .ngw-site-design .ngw-content-head h1 { font-size: clamp(2.5rem,6.5vw,3.8rem); }
  .ngw-shared-homepage { padding-block: 62px; }
  .ngw-cta-band__inner { flex-direction: column; align-items: flex-start; gap: 28px; }
  .ngw-site-footer__top { grid-template-columns: 1fr 1fr; }
  .ngw-shared-footer { grid-column: 1 / -1; }
}
@media (max-width: 620px) {
  .ngw-contact-panel { grid-template-columns: 1fr; padding: 24px; }
  .ngw-contact-details { grid-template-columns: 1fr; gap: 2px; }
  .ngw-contact-details dd { margin-bottom: 10px; }
  body.ngw-site-design { --ngw-gutter: 32px; }
  .ngw-site-header__brand { padding: 8px 10px; border-radius: 14px; }
  .ngw-site-header__logo { width: 130px; height: 32px; }
  .ngw-site-header__actions { gap: 6px; }
  .ngw-site-design .ngw-site-header__cta { display: none; }
  .ngw-site-header__toggle { padding-inline: 10px; }
  .ngw-home-hero, .ngw-main--content > .ngw-content-head { padding: 48px 0; }
  .ngw-site-design .ngw-home-hero h1, .ngw-site-design .ngw-content-head h1 { font-size: clamp(2.15rem,8.5vw,3rem); line-height: 1.1; letter-spacing: -.04em; }
  .ngw-home-hero__visual picture, .ngw-inner-hero .ngw-home-hero__visual picture { aspect-ratio: 3 / 2; }
  .ngw-home-hero__inner { gap: 28px; }
  .ngw-topic-grid, .ngw-editorial-feature { grid-template-columns: 1fr; gap: 24px; }
  .ngw-topic-card:last-child { display: flex; grid-column: auto; }
  .ngw-topic-card:last-child > img { height: auto; }
  .ngw-topic-card__body { padding: 22px; }
  .ngw-editorial-note { padding: 24px; }
  .ngw-content-actions { align-items: flex-start; flex-direction: column; gap: 8px; }
  .ngw-section-intro { margin-bottom: 24px; }
  .ngw-site-header__toggle { font-size: 0; gap: 0; min-width: 44px; justify-content: center; }
  .ngw-home-visual-card { padding: 12px 16px; font-size: 11px; }
  .ngw-shared-homepage { grid-template-columns: 1fr; padding-block: 48px; }
  .ngw-site-design .ngw-shared-homepage > .frame { padding: 24px; }
  .ngw-site-design .ngw-shared-homepage > .frame:first-child { padding: 0; }
  .ngw-home-content, .ngw-content-section { padding-block: 40px; }
  .ngw-site-design .ngw-content-card { padding: 24px; }
  .ngw-site-design .ngw-cta-band { padding-block: 52px; }
  .ngw-site-footer { padding-top: 48px; }
  .ngw-site-footer__top, .ngw-shared-footer { grid-template-columns: 1fr; gap: 30px; }
}
@media (prefers-reduced-motion: reduce) {
  .ngw-site-design *, .ngw-site-design *::before, .ngw-site-design *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
/* Equal-weight consent choices; non-modal so privacy pages remain reachable. */
.ngw-site-design [hidden] { display: none !important; }
.ngw-site-design .ngw-consent { position: fixed; z-index: 1200; inset: auto 20px 20px auto; width: min(610px, calc(100% - 40px)); max-height: calc(100dvh - 40px); overflow-y: auto; padding: clamp(20px, 3vw, 30px); background: #fff; color: var(--ngw-ink); border: 1px solid var(--ngw-line); border-radius: 20px; box-shadow: 0 8px 60px rgb(6 21 39 / 25%); font-size: 15px; line-height: 1.6; }
.ngw-site-design .ngw-consent h2 { font-size: 1.45rem; margin: 0 0 12px; }
.ngw-site-design .ngw-consent p { margin: 0 0 16px; }
.ngw-site-design .ngw-consent__choices { display: grid; gap: 10px; margin: 18px 0; }
.ngw-site-design .ngw-consent__choices label { display: flex; align-items: start; gap: 10px; cursor: pointer; }
.ngw-site-design .ngw-consent__choices input { width: 20px; height: 20px; margin-top: 2px; flex: 0 0 20px; accent-color: var(--ngw-accent-dark); }
.ngw-site-design .ngw-consent__actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.ngw-site-design .ngw-consent__actions button, .ngw-site-design .ngw-share__actions > * { padding: 11px 14px; min-height: 44px; border: 1px solid var(--ngw-accent-dark); border-radius: 10px; background: #fff; color: var(--ngw-accent-dark); font: inherit; font-weight: 600; cursor: pointer; text-decoration: none; text-align: center; }
.ngw-site-design .ngw-consent__actions button:hover, .ngw-site-design .ngw-share__actions > *:hover { background: var(--ngw-bg-soft); }
.ngw-site-design .ngw-consent__links { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 16px; }
.ngw-site-design .ngw-consent__storage { padding: 12px; border-left: 3px solid var(--ngw-accent); background: var(--ngw-bg-soft); }
.ngw-site-design .ngw-consent-reopen { border: 0; padding: 10px 0; color: inherit; background: transparent; text-decoration: underline; font: inherit; cursor: pointer; min-height: 44px; }
.ngw-site-design .ngw-share { padding-top: 30px; padding-bottom: 38px; border-top: 1px solid var(--ngw-line); }
.ngw-site-design .ngw-share h2 { font-size: 1.1rem; margin-bottom: 16px; }
.ngw-site-design .ngw-share__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.ngw-site-design .ngw-share__note, .ngw-site-design .ngw-share__status { font-size: .85rem; color: var(--ngw-muted); margin: 12px 0 0; }
.ngw-site-design [data-share-fallback] { display: grid; gap: 8px; max-width: 680px; margin-top: 12px; }
.ngw-site-design [data-share-fallback] input { width: 100%; padding: 12px; border: 1px solid var(--ngw-line); border-radius: 8px; }
@media (max-width: 620px) {
  .ngw-site-design .ngw-consent { inset: auto 10px 10px; width: auto; max-height: calc(100dvh - 20px); border-radius: 16px; }
  .ngw-site-design .ngw-consent__actions { grid-template-columns: 1fr; }
  .ngw-site-design .ngw-share__actions > * { flex: 1 0 40%; }
}
.ngw-site-network { padding-block: 1.5rem; border-top: 1px solid var(--ngw-color-border, #d8e3e7); }
.ngw-site-network h2 { font-size: 1rem; margin: 0 0 .5rem; }
.ngw-site-network ul { display: flex; flex-wrap: wrap; gap: .25rem 1.5rem; list-style: none; padding: 0; margin: 0; }
.ngw-site-network a { display: inline-flex; align-items: center; min-height: 44px; color: inherit; text-underline-offset: .2em; }
.ngw-form-area > h2 { max-width: 22ch; font-size: clamp(1.8rem, 3.5vw, 2.8rem); line-height: 1.12; }
.ngw-form-area > p:not(.ngw-eyebrow) { max-width: 66ch; }
.ngw-application-form { max-width: 60rem; margin-top: 2rem; }
.ngw-form-area, .ngw-form-section, .ngw-form-feedback, .ngw-application-form :is(input, select, textarea) { scroll-margin-top: 8rem; }
.ngw-application-form fieldset { border: 0; padding: 0; margin: 0; min-width: 0; }
.ngw-application-form > fieldset { display: grid; gap: 1.25rem; }
.ngw-application-form > fieldset[hidden] { display: none; }
.ngw-visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0 !important; }
.ngw-form-section { padding: clamp(1.25rem, 3vw, 2.25rem); border: 1px solid #d9e5eb; border-radius: 1.25rem; background: #f7fafb; min-width: 0; }
.ngw-site-design .ngw-form-section > h3 { display: flex; align-items: center; gap: .85rem; font-size: clamp(1.1rem, 2vw, 1.35rem); line-height: 1.3; letter-spacing: -.02em; margin: 0 0 1.75rem; }
.ngw-form-step { display: inline-flex; justify-content: center; align-items: center; flex: 0 0 2.4rem; height: 2.4rem; border: 1px solid #bfdcde; background: #e8f5f5; color: #006e79; border-radius: .8rem; font-size: .8rem; font-weight: 750; letter-spacing: .03em; }
.ngw-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .2rem 1.25rem; }
.ngw-application-form label { display: flex; flex-direction: column; gap: .55rem; margin-bottom: 1.25rem; font-size: .91rem; line-height: 1.5; color: #1e3444; font-weight: 650; min-width: 0; }
.ngw-form-section > label:last-child, .ngw-form-optional__body > label:last-child { margin-bottom: 0; }
.ngw-application-form :is(input, select, textarea) { width: 100%; min-width: 0; max-width: 100%; box-sizing: border-box; min-height: 52px; border: 1px solid #b8c9d2; border-radius: .7rem; background: #fff; color: #162b36; padding: .85rem 1rem; font: inherit; font-size: 1rem; line-height: 1.5; font-weight: 400; transition: border-color .15s, box-shadow .15s; }
.ngw-application-form :is(input, textarea)::placeholder { color: #617586; opacity: 1; }
.ngw-application-form :is(input, select, textarea):hover { border-color: #7b9ba8; }
.ngw-application-form textarea { resize: vertical; min-height: 8rem; }
.ngw-application-form .ngw-choice-group > legend { float: none; width: auto; font-size: .91rem; font-weight: 650; margin: 0 0 .55rem; }
.ngw-application-form .ngw-choice-card { position: relative; display: flex; flex-direction: row; align-items: flex-start; gap: .85rem; padding: 1.2rem; border: 1px solid #b8c9d2; border-radius: .85rem; background: white; cursor: pointer; }
.ngw-choice-card:has(input:checked) { border-color: #008894; background: #edf9f8; box-shadow: 0 0 0 1px #008894; }
.ngw-application-form .ngw-choice-card input { flex: 0 0 1.15rem; width: 1.15rem; min-height: 0; height: 1.15rem; margin: .2rem 0 0; padding: 0; accent-color: #007b88; }
.ngw-choice-card strong, .ngw-choice-card small { display: block; }
.ngw-choice-card small { margin-top: .3rem; color: #506a7a; font-size: .83rem; font-weight: 400; }
.ngw-form-optional { margin-block: .5rem 1.5rem; border-block: 1px solid #d9e5eb; }
.ngw-form-optional > summary { cursor: pointer; padding: 1.05rem 0; min-height: 48px; font-size: .95rem; font-weight: 650; color: #006e79; }
.ngw-form-optional__body { padding-block: .5rem 1.25rem; }
.ngw-application-form .ngw-file-upload { align-items: flex-start; gap: .6rem; padding: 1.5rem; border: 1px dashed #83b8bd; border-radius: .9rem; background: #eff8f8; }
.ngw-file-upload__title { display: flex; align-items: center; gap: .7rem; }
.ngw-file-upload__title svg { flex-shrink: 0; color: #007b88; }
.ngw-file-upload small { font-size: .83rem; font-weight: 400; color: #486875; }
.ngw-application-form .ngw-file-upload input { border: 0; padding: .5rem 0 0; background: transparent; border-radius: .2rem; font-size: .85rem; min-height: 44px; }
.ngw-file-upload input::file-selector-button { border: 1px solid #a4c7cc; border-radius: .55rem; background: white; color: #005f6a; padding: .65rem .85rem; margin-right: .8rem; font: inherit; font-weight: 650; cursor: pointer; }
.ngw-contact-topics { display: flex; flex-wrap: wrap; gap: .75rem 1.5rem; margin-block: 1.5rem; }
.ngw-contact-topics a { display: inline-flex; align-items: center; min-height: 44px; font-weight: 650; padding: .6rem 1rem; border: 1px solid #c5dce1; border-radius: 2rem; background: #fff; text-decoration: none; color: #006e79; }
.ngw-contact-topics a:hover, .ngw-contact-topics a[aria-current=true] { background: #e5f5f4; border-color: #008894; }
.ngw-contact-address { margin-block: 1.5rem; border: 1px solid var(--ngw-line); border-radius: 12px; padding: 1rem; }
.ngw-contact-address summary { cursor: pointer; font-weight: 650; min-height: 32px; }
.ngw-application-form :is(input, select, textarea):focus-visible { border-color: #008894; outline: 2px solid #008894; outline-offset: 2px; box-shadow: 0 0 0 5px #dff2f2; }
.ngw-application-form [aria-invalid=true] { border-color: #a82636; }
.ngw-application-form [data-error] { color: #a82636; font-size: .9rem; }
.ngw-application-form [data-error]:empty { display: none; }
.ngw-form-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.ngw-form-submit { padding: .5rem clamp(.25rem, 2vw, 1.25rem) 1rem; }
.ngw-application-privacy { color: #506a7a; font-size: .88rem; line-height: 1.7; margin-bottom: 1.5rem; }
.ngw-site-design .ngw-application-privacy h3 { font-size: 1rem; letter-spacing: 0; margin: .5rem 0; }
.ngw-application-privacy p { margin-block: .65rem; }
.ngw-form-submit button { display: inline-flex; align-items: center; justify-content: center; gap: 2rem; min-height: 54px; padding-inline: 1.7rem; }
.ngw-application-form [disabled] .ngw-form-section { opacity: .65; }
.ngw-form-feedback { margin-top: 1.25rem; padding: 1.25rem 1.5rem; border-radius: 1rem; border: 1px solid #c6dce1; background: #f0f7f8; color: #183846; font-weight: 550; }
.ngw-form-feedback:empty { display: none; }
.ngw-form-feedback[data-state=error] { background: #fff5f4; color: #852534; border-color: #dfb4ba; }
.ngw-form-feedback[data-state=success] { padding: clamp(1.5rem, 4vw, 3rem); background: #eff9f4; border-color: #9ed0b8; color: #155940; }
.ngw-form-feedback[data-state=success]::before { content: '✓'; display: grid; place-items: center; width: 3rem; height: 3rem; margin-bottom: 1rem; border-radius: 50%; background: #d6f0e2; font-size: 1.5rem; }
.ngw-form-feedback[data-state=success] .ngw-receipt-id { display: block; width: fit-content; max-width: 100%; padding: .65rem 1rem; margin-block: .85rem 1.25rem; border: 1px solid #aad3be; border-radius: .6rem; background: white; font-family: ui-monospace, monospace; font-size: 1.05rem; overflow-wrap: anywhere; }
.ngw-recruiting [role=status] { overflow-wrap: anywhere; }
.ngw-openings-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; margin-block: 1.5rem; }
.ngw-openings-grid article { padding: 1.5rem; border: 1px solid #c7d9df; border-radius: .8rem; background: #fff; align-self: start; }
.ngw-openings-grid summary { min-height: 44px; cursor: pointer; padding-block: .5rem; }
.ngw-opening-description { white-space: pre-line; overflow-wrap: anywhere; margin-bottom: 1rem; }
@media (max-width: 42rem) {
  .ngw-form-grid, .ngw-openings-grid { grid-template-columns: 1fr; }
  .ngw-form-section { padding: 1.15rem; border-radius: 1rem; }
  .ngw-site-design .ngw-form-section > h3 { gap: .7rem; margin-bottom: 1.35rem; }
  .ngw-application-form .ngw-file-upload { padding: 1rem; }
  .ngw-form-submit button { width: 100%; gap: 1rem; }
  .ngw-contact-topics { gap: .6rem; }
  .ngw-contact-topics a { font-size: .86rem; }
}
@media (prefers-reduced-motion: reduce) { .ngw-application-form :is(input, select, textarea) { transition: none; } }

.ngw-jobs-path-grid, .ngw-jobs-info-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.5rem; }
.ngw-jobs-info-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.ngw-jobs-path-grid article, .ngw-jobs-info-grid > * { padding: clamp(1.35rem,2.5vw,2.25rem); border: 1px solid var(--ngw-line); border-radius: 1.25rem; background: #f4f9fb; min-width: 0; }
.ngw-jobs-path-grid article { display: flex; flex-direction: column; align-items: flex-start; }
.ngw-jobs-path-grid article:nth-child(2) { background: #e7f8f8; }
.ngw-jobs-path-grid .ngw-text-link { margin-top: auto; padding-top: .7rem; }
.ngw-section-intro { max-width: 850px; margin-bottom: 2rem; }
.ngw-site-design .ngw-section-intro h2, .ngw-site-design .ngw-jobs-final h2 { font-size: clamp(1.8rem,3vw,2.65rem); line-height: 1.16; letter-spacing: -.035em; }
.ngw-site-design .ngw-jobs-hero .ngw-jobs-location { font-size: .92rem; margin: 1.4rem 0 0; }
.ngw-site-design .ngw-jobs-info-grid { max-width: none; padding: 0; list-style: none; }
.ngw-jobs-process .ngw-form-step { margin-bottom: 1.2rem; }
.ngw-jobs-faq details { border-bottom: 1px solid var(--ngw-line); padding-block: .4rem; }
.ngw-jobs-faq summary { padding: 1rem 0; min-height: 52px; font-weight: 700; cursor: pointer; }
.ngw-jobs-faq details p { padding: 0 1.2rem 1rem; }
.ngw-jobs-final { display: grid; grid-template-columns: minmax(0,1.5fr) minmax(0,1fr); gap: 2rem; align-items: center; }
.ngw-job-search { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(0,1fr) minmax(0,1fr) auto; gap: 1rem; padding: 1.5rem; border: 1px solid #bfdce2; border-radius: 1.25rem; background: #edf8fa; align-items: end; margin-block: 2rem; }
.ngw-job-search label { display: grid; gap: .55rem; font-weight: 650; min-width: 0; font-size: .93rem; }
.ngw-job-search input, .ngw-job-search select { width: 100%; min-width: 0; min-height: 52px; border: 1px solid #a3bdc8; border-radius: .7rem; padding: .8rem; background: white; color: #17314a; font: inherit; }
.ngw-job-search input:focus-visible, .ngw-job-search select:focus-visible { outline: 3px solid #008d98; outline-offset: 2px; }
.ngw-job-search-reset { justify-self: start; min-height: 44px; background: transparent; border: 0; color: #00666f; text-decoration: underline; padding: .25rem 0; cursor: pointer; font: inherit; }
.ngw-job-search[hidden], .ngw-openings-grid article[hidden] { display: none; }
#ngw-openings-title { scroll-margin-top: 8rem; }
@media (max-width: 64rem) { .ngw-job-search { grid-template-columns: repeat(2,minmax(0,1fr)); } .ngw-jobs-info-grid { grid-template-columns: 1fr; } }
@media (max-width: 42rem) { .ngw-jobs-path-grid, .ngw-jobs-final, .ngw-job-search { grid-template-columns: 1fr; } .ngw-job-search { padding: 1.15rem; } .ngw-jobs-final .ngw-content-actions { align-items: flex-start; } }
/* Domain-specific practical guidance, with local SVG icons and focused links. */
.ngw-editorial-insight { border-top: 1px solid var(--ngw-line); margin-top: 3rem; }
.ngw-insight-heading { display: flex; align-items: center; gap: .85rem; margin-bottom: 1.25rem; }
.ngw-insight-heading .ngw-eyebrow { margin: 0; }
.ngw-topic-icon { flex: 0 0 32px; color: var(--ngw-accent); }
.ngw-insight-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: clamp(1.25rem, 4vw, 3rem); }
.ngw-insight-grid h2 { margin-top: 0; }
.ngw-insight-grid details { border-top: 1px solid var(--ngw-line); padding: 1.1rem 0; margin-top: 1.5rem; }
.ngw-insight-grid summary { cursor: pointer; font-weight: 650; line-height: 1.5; }
.ngw-insight-grid details p { margin-bottom: 0; }
.ngw-insight-checklist { background: var(--ngw-bg-soft); border-radius: 1rem; padding: clamp(1.2rem, 3vw, 2rem); align-self: start; }
.ngw-insight-checklist h3 { margin-top: 0; }
.ngw-insight-checklist ul { padding-left: 1.25rem; margin-bottom: 0; }
.ngw-insight-checklist li { padding-left: .35rem; margin: .85rem 0; line-height: 1.65; }
.ngw-insight-checklist li::marker { color: var(--ngw-accent); }
.ngw-related-topics { display: flex; flex-wrap: wrap; gap: .75rem 1.25rem; align-items: center; border-top: 1px solid var(--ngw-line); padding-top: 1.5rem; margin-top: 2rem; }
.ngw-related-topics p { flex-basis: 100%; font-weight: 650; margin: 0; }
.ngw-related-topics a { padding: .55rem 0; text-underline-offset: .2em; overflow-wrap: anywhere; }
@media (max-width: 760px) { .ngw-insight-grid { grid-template-columns: 1fr; } }
.ngw-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.ngw-service-overview article { display: flex; flex-direction: column; align-items: flex-start; border: 1px solid var(--ngw-line); border-radius: 1rem; padding: clamp(1.2rem, 2.5vw, 1.8rem); background: #fff; }
.ngw-service-overview article h3 { margin: 1rem 0 .5rem; font-size: 1.15rem; line-height: 1.4; max-width: 100%; overflow-wrap: anywhere; }
.ngw-service-overview article p { line-height: 1.65; flex: 1; }
.ngw-service-overview article a { padding-top: .5rem; }
.ngw-service-selection { margin-bottom: 2rem; }
.ngw-service-terms { padding: 1rem 1.2rem; background: var(--ngw-bg-soft); border-left: 3px solid var(--ngw-accent); }
.ngw-service-options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ngw-service-option { min-width: 0; border: 1px solid #ccc; border-radius: .75rem; padding: 1.1rem; }
.ngw-service-option[data-selected="true"] { border-color: var(--ngw-accent); box-shadow: inset 0 0 0 1px var(--ngw-accent); background: var(--ngw-bg-soft); }
.ngw-service-option > label:first-child { display: flex; flex-direction: row; align-items: flex-start; gap: .7rem; font-weight: 650; cursor: pointer; }
.ngw-service-option input[type="checkbox"] { flex: 0 0 1.25rem; width: 1.25rem; height: 1.25rem; margin-top: .2rem; accent-color: var(--ngw-accent); }
.ngw-service-option p { font-size: .95rem; line-height: 1.6; margin: .7rem 0; }
.ngw-service-quantity { max-width: 12rem; }
.ngw-service-summary { background: var(--ngw-bg-soft); border-radius: .75rem; padding: 1rem 1.25rem; margin-top: 1rem; }
.ngw-service-summary ul { padding-left: 1.25rem; }
.ngw-service-summary li { margin: .5rem 0; }
@media (max-width: 960px) { .ngw-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) { .ngw-service-grid { grid-template-columns: minmax(0, 1fr); } }

.ngw-service-request { padding-top: 1.5rem; }
.ngw-service-selection > h3 { display: flex; align-items: center; gap: .7rem; }

.ngw-service-tools { display: flex; flex-wrap: wrap; align-items: end; gap: .85rem; padding: 1.15rem; border: 1px solid var(--ngw-line); border-radius: 1rem; background: var(--ngw-bg-soft); }
.ngw-service-tools > label { flex: 1 1 18rem; min-width: 0; margin: 0; }
.ngw-service-tools .ngw-text-link { flex-basis: 100%; min-height: 44px; display: flex; align-items: center; gap: .6rem; }
.ngw-service-filter, .ngw-service-remove { min-height: 44px; padding: .6rem .9rem; border: 1px solid #91b3bd; border-radius: .6rem; background: #fff; color: #005f6a; font: inherit; font-size: .9rem; font-weight: 650; cursor: pointer; }
.ngw-service-filter[aria-pressed=true] { color: #fff; background: #006b79; border-color: #006b79; }
.ngw-service-filter:focus-visible, .ngw-service-remove:focus-visible { outline: 3px solid var(--ngw-accent); outline-offset: 3px; }
.ngw-service-summary h4 { font-size: 1.2rem; margin: .25rem 0 1rem; }
.ngw-service-summary ul { list-style: none; padding: 0; }
.ngw-service-summary li { display: flex; justify-content: space-between; align-items: center; gap: .75rem; padding-block: .65rem; border-bottom: 1px solid #bed8df; }
.ngw-service-summary li span { min-width: 0; overflow-wrap: anywhere; }
.ngw-service-summary .ngw-button { margin-top: .65rem; }
.ngw-service-option > label:first-child { min-height: 44px; margin-bottom: 0; align-items: center; }
.ngw-service-option input[type="checkbox"] { min-height: 0; padding: 0; margin: 0; }
.ngw-service-option .ngw-service-quantity { border-top: 1px solid #bed8df; padding-top: .8rem; margin-bottom: 0; }
.ngw-service-requirements { padding: 1rem; background: var(--ngw-bg-soft); border-left: 3px solid var(--ngw-accent); }
#ngw-contact-details, #ngw-service-summary, #ngw-services-title { scroll-margin-top: 8rem; }
.ngw-service-selection [hidden], [data-contact-retry][hidden] { display: none; }
.ngw-guidance-steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); list-style: none; padding: 0; gap: 1.25rem; }
.ngw-site-design .ngw-service-guidance .ngw-guidance-steps { max-width: none; padding: 0; }
.ngw-site-design .ngw-service-guidance .ngw-guidance-steps > li { margin: 0; }
.ngw-guidance-steps .ngw-form-step { width: 2.4rem; }
.ngw-guidance-steps li { min-width: 0; padding: 1.5rem; background: var(--ngw-bg-soft); border-radius: 1rem; }
.ngw-site-design .ngw-guidance-steps h3 { font-size: 1.15rem; margin-block: 1rem .6rem; color: var(--ngw-ink); }
.ngw-guidance-steps p { margin: 0; line-height: 1.7; }
.ngw-guidance-faq { margin-top: 2.5rem; max-width: 960px; }
.ngw-guidance-faq details { border-bottom: 1px solid var(--ngw-line); }
.ngw-guidance-faq summary { padding-block: 1rem; cursor: pointer; font-weight: 650; line-height: 1.5; min-height: 48px; }
.ngw-guidance-faq details p { margin-top: 0; padding-bottom: 1rem; line-height: 1.75; }
@media (max-width: 760px) { .ngw-guidance-steps { grid-template-columns: 1fr; } }
@media (max-width: 420px) {
  .ngw-service-tools { padding: .85rem; }
  .ngw-service-summary li { flex-wrap: wrap; }
  .ngw-service-summary li span { flex-basis: 100%; }
  .ngw-service-summary .ngw-button { width: 100%; justify-content: center; }
}
