:root {
    --nq-ink: #17242b;
    --nq-ink-soft: #334650;
    --nq-slate: #61737d;
    --nq-bronze: #c39f3c;
    --nq-bronze-deep: #9c7821;
    --nq-sand: #f4efe7;
    --nq-paper: #fbfaf7;
    --nq-line: rgba(23, 36, 43, .13);
    --nq-white: #fff;
    --nq-radius-sm: .75rem;
    --nq-radius: 1.25rem;
    --nq-radius-lg: 2rem;
    --nq-shadow: 0 24px 70px rgba(23, 36, 43, .12);
    --nq-shell: min(1180px, calc(100vw - 48px));
}

html { scroll-behavior: smooth; }
body.nq-redesign {
    color: var(--nq-ink-soft);
    background: var(--nq-paper);
    font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: 17px;
    line-height: 1.72;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
.nq-shell { width: var(--nq-shell); margin-inline: auto; padding-inline: 0; box-sizing: border-box; }

/* Header */
body.nq-redesign header#top {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(251, 250, 247, .92);
    border-bottom: 1px solid var(--nq-line);
    box-shadow: 0 6px 24px rgba(23, 36, 43, .045);
    backdrop-filter: blur(16px);
}
body.nq-redesign header#top .o_header_hide_on_scroll,
body.nq-redesign header#top .o_top_fixed_element { position: static !important; }
body.nq-redesign header#top nav { width: 100%; max-width: none; margin-inline: auto; }
body.nq-redesign header#top .navbar { min-height: 82px; }
body.nq-redesign header#top .nq-header-source { display: none !important; }
body.nq-redesign header#top nav.d-none .border-top { border-top: 0 !important; }
body.nq-redesign header#top nav.d-none .border-top > .container,
body.nq-redesign header#top nav.d-none .border-top .container {
    width: var(--nq-shell);
    max-width: none;
    min-height: 82px;
    padding-inline: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
    gap: 0;
    position: relative;
}
body.nq-redesign header#top .nq-desktop-brand { flex: 0 0 auto; margin: 0 2.4rem 0 0 !important; }
body.nq-redesign header#top .nq-desktop-brand img { max-width: 164px; }
body.nq-redesign header#top img { max-height: 44px; width: auto; }
body.nq-redesign header#top nav.d-none .top_menu {
    margin: 0 174px 0 auto !important;
    padding: 0 !important;
    gap: .15rem;
}
body.nq-redesign header#top nav.d-none .top_menu + .navbar-nav {
    position: absolute !important;
    top: 0;
    right: 0;
    width: 154px !important;
    height: 82px;
    min-width: 0 !important;
    max-width: 154px !important;
    margin: 0 !important;
}
body.nq-redesign header#top nav.d-none .top_menu + .navbar-nav > li { width: 154px !important; }
body.nq-redesign header#top nav.d-none .top_menu + .navbar-nav .oe_structure,
body.nq-redesign header#top nav.d-none .top_menu + .navbar-nav section,
body.nq-redesign header#top nav.d-none .top_menu + .navbar-nav .container {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin-inline: 0 !important;
    padding-inline: 0 !important;
}
body.nq-redesign header#top a,
body.nq-redesign header#top .nav-link { color: var(--nq-ink) !important; font-weight: 550; letter-spacing: -.005em; }
body.nq-redesign header#top nav.d-none .top_menu > .nav-item > .nav-link {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    padding: .45rem .72rem !important;
    font-size: .9rem;
}
body.nq-redesign header#top .nav-link:hover { color: var(--nq-bronze-deep) !important; }
body.nq-redesign header#top .btn-primary,
body.nq-redesign header#top a[href="/contactus"] {
    border-radius: 3px !important;
    background: var(--nq-bronze) !important;
    color: var(--nq-ink) !important;
    border: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    height: 32px !important;
    min-height: 32px !important;
    max-height: 32px !important;
    padding: .15rem .8rem !important;
    font-size: .76rem !important;
    font-weight: 700 !important;
    letter-spacing: .01em !important;
    line-height: 1 !important;
}

/* Hero */
.nq-hero {
    min-height: clamp(560px, 74vh, 780px);
    position: relative;
    display: grid;
    align-items: end;
    color: var(--nq-white);
    background-color: var(--nq-ink);
    background-size: cover;
    background-position: center;
    isolation: isolate;
    overflow: hidden;
}
.nq-hero--home { background-image: url("/noriqa_website_redesign/static/src/img/hero-home.webp"); }
.nq-hero--services { background-image: url("/noriqa_website_redesign/static/src/img/hero-services.webp"); }
.nq-hero--projects { background-image: url("/noriqa_website_redesign/static/src/img/hero-projects.webp"); }
.nq-hero--knowledge { background-image: url("/noriqa_website_redesign/static/src/img/hero-knowledge.webp"); }
.nq-hero--company { background-image: url("/noriqa_website_redesign/static/src/img/hero-company.webp"); }
.nq-hero--contact { background-image: url("/noriqa_website_redesign/static/src/img/hero-contact.webp"); }
.nq-hero__veil {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(12, 23, 29, .94) 0%, rgba(12, 23, 29, .72) 42%, rgba(12, 23, 29, .16) 74%),
        linear-gradient(0deg, rgba(12, 23, 29, .72) 0%, transparent 48%);
}
.nq-hero__inner { padding-block: clamp(5rem, 11vw, 9rem) clamp(4rem, 8vw, 7rem); }
.nq-eyebrow {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin: 0 0 1.25rem;
    color: #e1c36b;
    font-size: .8rem;
    font-weight: 650;
    letter-spacing: .18em;
    text-transform: uppercase;
}
.nq-eyebrow::before { content: ""; width: 44px; height: 1px; background: currentColor; }
.nq-hero h1 {
    max-width: 860px;
    margin: 0 0 1.5rem;
    color: var(--nq-white);
    font-size: clamp(2.55rem, 4.5vw, 4.65rem);
    font-weight: 600;
    line-height: 1.09;
    letter-spacing: -.025em;
    text-wrap: balance;
}
.nq-hero__promise { max-width: 650px; margin: 0 0 2rem; color: rgba(255,255,255,.82); font-size: clamp(1rem, 1.5vw, 1.2rem); }
.nq-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    margin: .25rem .35rem .25rem 0;
    padding: .45rem .8rem;
    border: 1px solid transparent;
    border-radius: 3px;
    font-size: .86rem;
    font-weight: 550;
    letter-spacing: .01em;
    text-decoration: none !important;
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.nq-button:hover { transform: translateY(-2px); }
.nq-button--primary { background: var(--nq-bronze); color: var(--nq-ink) !important; }
.nq-button--ghost { border-color: rgba(255,255,255,.4); color: var(--nq-white) !important; background: rgba(255,255,255,.06); }
.nq-source-title { display: none !important; }

/* Customer journey */
.nq-journey {
    border-bottom: 1px solid var(--nq-line);
    background: var(--nq-white);
}
.nq-journey > .nq-shell { padding-block: 1.35rem 1.5rem; }
.nq-journey__label {
    margin: 0 0 .8rem;
    color: var(--nq-slate);
    font-size: .72rem;
    font-weight: 650;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.nq-journey ol {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .75rem;
    margin: 0;
    padding: 0;
    list-style: none;
}
.nq-journey li { min-width: 0; }
.nq-journey a {
    display: flex;
    gap: .85rem;
    min-height: 72px;
    align-items: center;
    padding: .8rem 1rem;
    border: 1px solid rgba(23,36,43,.18);
    border-radius: 3px;
    background: var(--nq-paper);
    color: var(--nq-ink) !important;
    text-decoration: none !important;
    box-shadow: 0 3px 12px rgba(23,36,43,.04);
    transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.nq-journey a:hover {
    border-color: var(--nq-bronze);
    background: var(--nq-white);
    box-shadow: 0 10px 24px rgba(23,36,43,.1);
    transform: translateY(-2px);
}
.nq-journey strong, .nq-journey small { display: block; }
.nq-journey a > span:first-child { flex: 1; }
.nq-journey strong { font-size: .9rem; font-weight: 650; }
.nq-journey small { margin-top: .12rem; color: var(--nq-slate); font-size: .72rem; line-height: 1.35; }
.nq-journey__arrow { flex: 0 0 auto; color: var(--nq-bronze-deep); font-size: 1rem; transition: transform .2s ease; }
.nq-journey a:hover .nq-journey__arrow { transform: translateX(3px); }

/* Content system */
body.nq-redesign #wrap > section { padding: 0 !important; background: transparent !important; }
body.nq-redesign #wrap > section > .container { max-width: none !important; width: 100% !important; padding: 0 !important; }
.nq-section { position: relative; padding-block: clamp(2.25rem, 3.5vw, 3.75rem); }
.nq-section--tint { background: var(--nq-sand); }
.nq-section__inner { position: relative; max-width: 980px; padding-left: 0; }
.nq-section__index {
    position: absolute;
    top: .45rem;
    left: 0;
    color: var(--nq-bronze-deep);
    font-size: .76rem;
    font-weight: 650;
    letter-spacing: .08em;
}
.nq-section__index::after {
    content: "";
    display: block;
    width: 32px;
    height: 1px;
    margin-top: .55rem;
    background: var(--nq-bronze);
}
.nq-section:first-child .nq-section__inner { font-size: clamp(1.08rem, 1.5vw, 1.25rem); }
.nq-section h2 {
    max-width: 840px;
    margin: 0 0 1.25rem;
    color: var(--nq-ink);
    font-size: clamp(1.95rem, 3.5vw, 3.35rem);
    font-weight: 600;
    line-height: 1.16;
    letter-spacing: -.02em;
    text-wrap: balance;
}
.nq-section h2 strong { font-weight: inherit; }
.nq-section h3 { margin: 1.5rem 0 .75rem; color: var(--nq-ink); font-size: clamp(1.35rem, 2vw, 1.8rem); line-height: 1.2; }
.nq-section p,
.nq-section > .nq-section__inner > div {
    max-width: 68ch;
}
.nq-section p {
    margin-block: 0 .85em;
    line-height: 1.68;
    text-wrap: pretty;
}
.nq-section p + p { margin-top: .1em; }
.nq-section--services .nq-section__inner { max-width: 1180px; }
.nq-service-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .7rem;
    max-width: none !important;
    margin-top: 1.4rem;
}
.nq-service-card {
    padding: 1.15rem 1.2rem;
    border: 1px solid var(--nq-line);
    border-radius: 3px;
    background: rgba(255,255,255,.72);
}
.nq-service-card > div:first-child { margin-bottom: .45rem; font-size: 1rem; }
.nq-service-card > div:last-child { color: var(--nq-slate); font-size: .9rem; line-height: 1.58; }
.nq-section--guidance-intro .nq-section__inner { max-width: 1180px; }
.nq-guidance-flow {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    max-width: none !important;
    margin-top: 1.7rem;
    overflow: hidden;
    border: 1px solid var(--nq-line);
    border-radius: 3px;
    background: var(--nq-line);
}
.nq-guidance-flow > div { min-width: 0; padding: 1rem 1.05rem; background: rgba(255,255,255,.78); }
.nq-guidance-flow small,
.nq-guidance-flow strong,
.nq-guidance-flow span { display: block; }
.nq-guidance-flow small { color: var(--nq-bronze-deep); font-size: .66rem; font-weight: 700; letter-spacing: .08em; }
.nq-guidance-flow strong { margin-top: .65rem; font-size: .94rem; }
.nq-guidance-flow span { margin-top: .3rem; color: var(--nq-slate); font-size: .72rem; line-height: 1.45; }
.nq-section--guidance-visual .nq-section__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(330px, .78fr);
    gap: clamp(2rem, 5vw, 4.5rem);
    align-items: center;
    max-width: 1180px;
}
.nq-section--guidance-reverse .nq-section__copy { order: 2; }
.nq-section--guidance-reverse .nq-guidance-image { order: 1; }
.nq-guidance-image { width: 100%; min-width: 0; margin: 0; }
.nq-guidance-image img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 3px; box-shadow: var(--nq-shadow); }
.nq-guidance-image figcaption { margin-top: .65rem; color: var(--nq-slate); font-size: .74rem; line-height: 1.45; }
.nq-section--vehicle-intro .nq-section__inner { max-width: 1180px; }
.nq-vehicle-matrix {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .7rem;
    max-width: none !important;
    margin-top: 1.7rem;
}
.nq-vehicle-matrix > div {
    position: relative;
    min-width: 0;
    padding: 1.05rem 1.1rem;
    border: 1px solid var(--nq-line);
    border-radius: 3px;
    background: rgba(255,255,255,.76);
}
.nq-vehicle-matrix > div:last-child { color: #fff; border-color: var(--nq-ink); background: var(--nq-ink); }
.nq-vehicle-matrix small,
.nq-vehicle-matrix strong,
.nq-vehicle-matrix span { display: block; }
.nq-vehicle-matrix small { color: var(--nq-bronze-deep); font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.nq-vehicle-matrix strong { margin-top: .65rem; font-size: .94rem; line-height: 1.35; }
.nq-vehicle-matrix span { margin-top: .4rem; color: var(--nq-slate); font-size: .68rem; line-height: 1.5; }
.nq-vehicle-matrix > div:last-child small { color: var(--nq-bronze); }
.nq-vehicle-matrix > div:last-child strong { color: #fff; }
.nq-vehicle-matrix > div:last-child span { color: rgba(255,255,255,.68); }
.nq-section--topic-intro .nq-section__inner { max-width: 1180px; }
.nq-topic-visual {
    position: relative;
    display: grid;
    grid-template-columns: minmax(210px, .62fr) minmax(0, 1.38fr);
    gap: 1.25rem 2rem;
    max-width: none !important;
    margin-top: 1.7rem;
    padding: 1.2rem;
    overflow: hidden;
    border: 1px solid var(--nq-line);
    border-radius: 3px;
    background: rgba(255,255,255,.76);
    box-shadow: 0 18px 50px rgba(23,36,43,.05);
}
.nq-topic-visual::before { content: ""; position: absolute; top: -90px; right: -70px; width: 230px; height: 230px; border: 1px solid rgba(200,159,129,.22); border-radius: 50%; }
.nq-topic-visual__head { align-self: center; padding: .8rem; }
.nq-topic-visual__head small,
.nq-topic-visual__head strong { display: block; }
.nq-topic-visual__head small { color: var(--nq-bronze-deep); font-size: .62rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.nq-topic-visual__head strong { max-width: 24ch; margin-top: .65rem; font-size: 1.12rem; line-height: 1.35; }
.nq-topic-visual__items { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .55rem; max-width: none !important; }
.nq-topic-visual__items span { display: flex; min-width: 0; min-height: 88px; padding: .8rem; border: 1px solid var(--nq-line); border-radius: 3px; flex-direction: column; justify-content: space-between; background: var(--nq-paper); }
.nq-topic-visual__items i { color: var(--nq-bronze-deep); font-size: .6rem; font-style: normal; }
.nq-topic-visual__items b { color: var(--nq-ink); font-size: .78rem; line-height: 1.35; }
.nq-topic-visual > p { grid-column: 2; max-width: none; margin: 0; color: var(--nq-slate); font-size: .72rem; line-height: 1.45; }
.nq-topic-visual--flow .nq-topic-visual__items span { position: relative; }
.nq-topic-visual--flow .nq-topic-visual__items span:not(:last-child)::after { content: ""; position: absolute; top: 50%; right: -.58rem; z-index: 2; width: .58rem; height: 1px; background: var(--nq-bronze); }
.nq-topic-visual--orbit .nq-topic-visual__items { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.nq-topic-visual--orbit .nq-topic-visual__items::after { content: "NORIQA"; position: absolute; inset: 50% auto auto 50%; display: grid; place-items: center; width: 72px; height: 32px; color: #fff; border-radius: 3px; background: var(--nq-ink); font-size: .58rem; font-weight: 750; letter-spacing: .08em; transform: translate(-50%,-50%); }
.nq-topic-visual--layers .nq-topic-visual__items { display: flex; flex-direction: column; gap: .38rem; }
.nq-topic-visual--layers .nq-topic-visual__items span { min-height: 0; padding: .65rem .8rem; flex-direction: row; align-items: center; justify-content: flex-start; gap: .8rem; }
.nq-topic-visual--layers .nq-topic-visual__items span:nth-child(2) { margin-inline: 3%; }
.nq-topic-visual--layers .nq-topic-visual__items span:nth-child(3) { margin-inline: 6%; }
.nq-topic-visual--layers .nq-topic-visual__items span:nth-child(4) { margin-inline: 9%; color: #fff; border-color: var(--nq-ink); background: var(--nq-ink); }
.nq-topic-visual--layers .nq-topic-visual__items span:nth-child(4) b { color: #fff; }
.nq-topic-visual--matrix .nq-topic-visual__items { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.nq-topic-visual--matrix .nq-topic-visual__items span:last-child { border-color: rgba(200,159,129,.48); background: rgba(200,159,129,.1); }
.nq-draft-service-visual {
    width: min(100%, 980px);
    margin: 1.7rem 0 .2rem;
}
.nq-draft-service-visual img {
    display: block;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: 3px;
    box-shadow: var(--nq-shadow);
}
.nq-draft-service-visual figcaption {
    max-width: 72ch;
    margin-top: .65rem;
    color: var(--nq-slate);
    font-size: .74rem;
    line-height: 1.45;
}
.nq-draft-service-gallery {
    width: min(100%, 980px);
    margin: 2.4rem 0 2rem;
    padding: clamp(1.1rem, 2vw, 1.6rem);
    border: 1px solid rgba(30, 37, 35, .12);
    border-radius: 3px;
    background: rgba(255, 255, 255, .62);
}
.nq-draft-service-gallery__intro {
    max-width: 70ch;
    margin-bottom: 1.15rem;
}
.nq-draft-service-gallery__intro .nq-eyebrow {
    margin-bottom: .35rem;
}
.nq-draft-service-gallery__intro h2 {
    margin-top: 0;
}
.nq-draft-service-gallery__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, .65fr);
    align-items: start;
    gap: .8rem;
}
.nq-draft-service-gallery__grid figure {
    margin: 0;
}
.nq-draft-service-gallery__grid img {
    display: block;
    width: 100% !important;
    height: auto !important;
    border-radius: 3px;
    box-shadow: var(--nq-shadow);
}
.nq-draft-service-gallery__grid figcaption {
    margin-top: .55rem;
    color: var(--nq-slate);
    font-size: .74rem;
    line-height: 1.45;
}
@media (max-width: 640px) {
    .nq-draft-service-gallery__grid {
        grid-template-columns: 1fr;
    }
}
.nq-practice {
    width: min(100%, 1040px);
    margin: clamp(2.8rem, 6vw, 4.5rem) 0;
    padding: clamp(1.4rem, 3.5vw, 2.8rem);
    overflow: hidden;
    border: 1px solid rgba(30,37,35,.1);
    border-radius: 3px;
    background:
        radial-gradient(circle at 94% 4%, rgba(200,159,129,.22), transparent 32%),
        linear-gradient(145deg, #fff 0%, #f5f1ec 100%);
    box-shadow: 0 22px 55px rgba(23,36,43,.08);
}
.nq-practice__header {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(260px, .92fr);
    align-items: end;
    gap: clamp(1.2rem, 4vw, 3.5rem);
    margin-bottom: clamp(1.4rem, 3vw, 2.2rem);
}
.nq-practice__eyebrow {
    margin: 0 0 .55rem;
    color: #9a6646;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .14em;
    line-height: 1.2;
    text-transform: uppercase;
}
.nq-practice__header h2 {
    max-width: 17ch;
    margin: 0;
    color: var(--nq-ink);
}
.nq-practice__header > p {
    margin: 0;
    color: var(--nq-slate);
    font-size: clamp(.86rem, 1.4vw, .98rem);
    line-height: 1.65;
}
.nq-practice__stage {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3px;
    overflow: hidden;
    border-radius: 3px;
    background: rgba(23,36,43,.12);
}
.nq-practice__panel {
    position: relative;
    margin: 0;
    overflow: hidden;
    background: var(--nq-ink);
}
.nq-practice__panel img {
    display: block;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
    transition: transform .5s ease;
}
.nq-practice__panel--detail img {
    object-position: center 38%;
}
.nq-practice__panel:hover img {
    transform: scale(1.018);
}
.nq-practice__status {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    min-width: 8.5rem;
    padding: .72rem 1rem;
    color: var(--nq-ink);
    background: rgba(255,255,255,.94);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}
.nq-practice__panel--detail .nq-practice__status {
    color: #fff;
    background: rgba(154,102,70,.94);
}
.nq-practice__panel figcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 1.65rem 1rem .85rem;
    color: rgba(255,255,255,.92);
    background: linear-gradient(transparent, rgba(23,36,43,.82));
    font-size: .72rem;
    font-weight: 600;
    line-height: 1.4;
}
.nq-practice__facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1rem, 3vw, 2.4rem);
    padding-top: clamp(1.35rem, 3vw, 2rem);
}
.nq-practice__facts div {
    padding-left: 1rem;
    border-left: 2px solid rgba(23,36,43,.16);
}
.nq-practice__facts div:last-child {
    border-left-color: var(--nq-copper);
}
.nq-practice__facts span {
    display: block;
    margin-bottom: .42rem;
    color: var(--nq-ink);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .05em;
}
.nq-practice__facts p {
    margin: 0;
    color: var(--nq-slate);
    font-size: .76rem;
    line-height: 1.55;
}
@media (max-width: 720px) {
    .nq-practice {
        margin-block: 2.4rem;
        padding: 1.1rem;
    }
    .nq-practice__header,
    .nq-practice__stage,
    .nq-practice__facts {
        grid-template-columns: 1fr;
    }
    .nq-practice__header {
        align-items: start;
        gap: .8rem;
    }
    .nq-practice__header h2 {
        max-width: 20ch;
    }
    .nq-practice__stage {
        gap: .65rem;
        background: transparent;
    }
    .nq-practice__facts {
        gap: 1.15rem;
    }
}
.nq-transformation {
    width: min(100%, 1040px);
    margin: clamp(2.8rem, 6vw, 4.5rem) 0;
    padding: clamp(1.4rem, 3.5vw, 2.8rem);
    overflow: hidden;
    border-radius: 3px;
    color: #fff;
    background:
        radial-gradient(circle at 92% 8%, rgba(200,159,129,.16), transparent 34%),
        var(--nq-ink);
}
.nq-transformation__header {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr);
    align-items: end;
    gap: clamp(1.2rem, 4vw, 3.5rem);
    margin-bottom: clamp(1.4rem, 3vw, 2.2rem);
}
.nq-transformation__eyebrow {
    margin: 0 0 .55rem;
    color: var(--nq-copper);
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .14em;
    line-height: 1.2;
    text-transform: uppercase;
}
.nq-transformation__header h2 {
    max-width: 16ch;
    margin: 0;
    color: #fff;
}
.nq-transformation__lead {
    margin: 0;
    color: rgba(255,255,255,.7);
    font-size: clamp(.86rem, 1.4vw, .98rem);
    line-height: 1.65;
}
.nq-transformation__stage {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3px;
    overflow: hidden;
    border-radius: 3px;
    background: rgba(255,255,255,.12);
}
.nq-transformation__panel {
    position: relative;
    margin: 0;
    overflow: hidden;
}
.nq-transformation__panel img {
    display: block;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform .5s ease;
}
.nq-transformation__panel:hover img {
    transform: scale(1.018);
}
.nq-transformation__status {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    min-width: 7.4rem;
    padding: .72rem 1rem;
    color: var(--nq-ink);
    background: rgba(255,255,255,.94);
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .13em;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}
.nq-transformation__panel--after .nq-transformation__status {
    color: #fff;
    background: rgba(154,102,70,.94);
}
.nq-transformation__direction {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    display: grid;
    width: 2.8rem;
    height: 2.8rem;
    place-items: center;
    border: 3px solid var(--nq-ink);
    border-radius: 50%;
    color: var(--nq-ink);
    background: #fff;
    font-size: 1.15rem;
    line-height: 1;
    transform: translate(-50%, -50%);
}
.nq-transformation__facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1rem, 3vw, 2.4rem);
    padding: 1.55rem 0 clamp(2rem, 3.5vw, 2.6rem);
}
.nq-transformation__facts div {
    padding-left: 1rem;
    border-left: 2px solid rgba(255,255,255,.2);
}
.nq-transformation__facts div:last-child {
    border-left-color: var(--nq-copper);
}
.nq-transformation__facts span {
    display: block;
    margin-bottom: .48rem;
    color: #fff;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .06em;
}
.nq-transformation__facts p,
.nq-transformation__note {
    color: rgba(255,255,255,.62);
    font-size: .76rem;
    line-height: 1.55;
}
.nq-transformation__facts p {
    margin: 0;
}
.nq-transformation__case {
    padding-top: clamp(2rem, 4vw, 3rem);
    border-top: 1px solid rgba(255,255,255,.12);
}
.nq-transformation__case-header {
    display: grid;
    grid-template-columns: minmax(0, .55fr) minmax(0, 1.45fr);
    align-items: end;
    gap: 1.2rem;
    margin-bottom: 1.2rem;
}
.nq-transformation__case-header .nq-transformation__eyebrow {
    margin: 0;
}
.nq-transformation__case-header h3 {
    max-width: 26ch;
    margin: 0;
    color: #fff;
    font-size: clamp(1.2rem, 2.4vw, 1.75rem);
    line-height: 1.12;
}
.nq-transformation__note {
    max-width: 74ch;
    margin: 0;
    padding-top: 1.15rem;
    border-top: 1px solid rgba(255,255,255,.12);
}
@media (max-width: 720px) {
    .nq-transformation {
        margin-block: 2.4rem;
        padding: 1.1rem;
    }
    .nq-transformation__header,
    .nq-transformation__stage,
    .nq-transformation__facts,
    .nq-transformation__case-header {
        grid-template-columns: 1fr;
    }
    .nq-transformation__header {
        align-items: start;
        gap: .8rem;
    }
    .nq-transformation__header h2 {
        max-width: 20ch;
    }
    .nq-transformation__stage {
        gap: .65rem;
        background: transparent;
    }
    .nq-transformation__direction {
        display: none;
    }
    .nq-transformation__facts {
        gap: 1.25rem;
        padding: 1.35rem 0 2.15rem;
    }
    .nq-transformation__case-header {
        align-items: start;
        gap: .45rem;
        margin-bottom: 1rem;
    }
}
.nq-finishing {
    width: min(100%, 1040px);
    margin: clamp(2.8rem, 6vw, 4.5rem) 0;
    padding: clamp(1.35rem, 3.5vw, 2.8rem);
    border: 1px solid rgba(30,37,35,.12);
    border-radius: 3px;
    background:
        linear-gradient(145deg, rgba(200,159,129,.09), transparent 38%),
        rgba(255,255,255,.7);
}
.nq-finishing__header {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
    align-items: end;
    gap: clamp(1.25rem, 4vw, 3.5rem);
    margin-bottom: clamp(1.4rem, 3vw, 2.2rem);
}
.nq-finishing__header .nq-eyebrow {
    margin: 0 0 .55rem;
}
.nq-finishing__header h2 {
    max-width: 17ch;
    margin: 0;
}
.nq-finishing__copy p {
    margin: 0;
    color: var(--nq-slate);
    line-height: 1.65;
}
.nq-finishing__copy p + p {
    margin-top: .7rem;
}
.nq-finishing__flow {
    display: flex;
    align-items: center;
    gap: .7rem;
    margin-bottom: 1.35rem;
    padding: .8rem 1rem;
    overflow-x: auto;
    border-top: 1px solid rgba(30,37,35,.12);
    border-bottom: 1px solid rgba(30,37,35,.12);
    color: var(--nq-ink);
    white-space: nowrap;
}
.nq-finishing__flow span {
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .035em;
}
.nq-finishing__flow i {
    color: var(--nq-copper);
    font-style: normal;
}
.nq-finishing__still {
    margin: 0 0 clamp(1.6rem, 3vw, 2.2rem);
}
.nq-finishing__still img {
    display: block;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 3px;
    box-shadow: var(--nq-shadow);
}
.nq-finishing__still figcaption {
    max-width: 74ch;
    margin-top: .65rem;
    color: var(--nq-slate);
    font-size: .76rem;
    line-height: 1.5;
}
.nq-finishing__video {
    overflow: hidden;
    border-radius: 3px;
    background: var(--nq-ink);
}
.nq-finishing__video-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .9rem 1rem;
    color: #fff;
}
.nq-finishing__video-head span {
    display: block;
    margin-bottom: .2rem;
    color: var(--nq-copper);
    font-size: .67rem;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}
.nq-finishing__video-head p,
.nq-finishing__video-head small {
    margin: 0;
    color: rgba(255,255,255,.72);
    font-size: .76rem;
    line-height: 1.4;
}
.nq-finishing__video-head small {
    flex: 0 0 auto;
    font-variant-numeric: tabular-nums;
}
.nq-finishing__video video {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    background: #111;
}
@media (max-width: 720px) {
    .nq-finishing {
        margin-block: 2.4rem;
        padding: 1.1rem;
    }
    .nq-finishing__header {
        grid-template-columns: 1fr;
        align-items: start;
        gap: .9rem;
    }
    .nq-finishing__flow {
        flex-direction: column;
        align-items: flex-start;
        gap: .38rem;
        overflow: visible;
        white-space: normal;
    }
    .nq-finishing__flow i {
        margin-left: .15rem;
        transform: rotate(90deg);
    }
    .nq-finishing__video-head {
        align-items: flex-start;
    }
}
.nq-content-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    align-items: center;
    max-width: 68ch;
    margin-top: 1.1rem;
}
.nq-content-actions .btn { margin: 0 !important; }
.nq-section strong { color: var(--nq-ink); }
.nq-section__inner > div:has(> strong:only-child) {
    margin-top: 1.15rem;
    color: var(--nq-ink);
    font-size: 1.14rem;
}
.nq-feature-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .7rem 2rem;
    margin: 1.15rem 0 1.5rem;
    padding: 0;
    list-style: none;
}
.nq-feature-list li,
.nq-feature-list > div {
    position: relative;
    padding-left: 1.4rem;
}
.nq-feature-list li::before,
.nq-feature-list > div::before {
    content: "";
    position: absolute;
    left: 0;
    top: .72em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--nq-bronze);
    box-shadow: 0 0 0 5px rgba(195,159,60,.14);
}
.nq-inline-link {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    margin-top: 1rem;
    color: var(--nq-ink) !important;
    font-weight: 650;
    text-decoration: none !important;
    border-bottom: 1px solid var(--nq-bronze);
}
.nq-inline-link::after { content: "↗"; color: var(--nq-bronze-deep); transition: transform .2s ease; }
.nq-inline-link:hover::after { transform: translate(3px,-3px); }
.nq-media img { border-radius: var(--nq-radius); box-shadow: var(--nq-shadow); }

/* Homepage welcome */
.nq-welcome {
    padding-block: clamp(2.75rem, 4vw, 4rem);
    background: linear-gradient(135deg, #fbfaf7 0%, #f4efe7 100%);
    overflow: hidden;
}
.nq-welcome .nq-section__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .82fr);
    gap: clamp(2.5rem, 6vw, 6rem);
    align-items: center;
    max-width: 1180px;
    font-size: 1rem;
}
.nq-welcome__copy { max-width: 650px !important; }
.nq-welcome .nq-eyebrow { margin-bottom: .8rem; color: var(--nq-bronze-deep); }
.nq-welcome h2 { max-width: 650px; margin-bottom: 1rem; font-size: clamp(2.15rem, 3.7vw, 3.35rem); line-height: 1.06; }
.nq-welcome__lead { max-width: 60ch; color: var(--nq-ink); font-size: clamp(1.05rem, 1.4vw, 1.22rem); font-weight: 550; line-height: 1.55 !important; }
.nq-welcome__benefits { display: grid; gap: .65rem; margin: 1.5rem 0 0; padding: 0; list-style: none; }
.nq-welcome__benefits li { display: grid; grid-template-columns: 128px 1fr; gap: .8rem; padding-top: .65rem; border-top: 1px solid var(--nq-line); }
.nq-welcome__benefits strong { font-size: .86rem; }
.nq-welcome__benefits span { color: var(--nq-slate); font-size: .82rem; line-height: 1.45; }
.nq-welcome__actions { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.5rem; }
.nq-welcome__system {
    position: relative;
    min-height: 470px;
    padding: 1.35rem;
    border: 1px solid rgba(23,36,43,.12);
    border-radius: 3px;
    background: rgba(255,255,255,.8);
    box-shadow: 0 24px 70px rgba(23,36,43,.09);
}
.nq-welcome__system-head { display: flex; align-items: center; gap: .75rem; padding-bottom: 1rem; border-bottom: 1px solid var(--nq-line); }
.nq-welcome__system-head img { width: 34px; height: 34px; }
.nq-welcome__system-head span, .nq-welcome__system-head strong { display: block; }
.nq-welcome__system-head span { color: var(--nq-slate); font-size: .62rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.nq-welcome__system-head strong { margin-top: .08rem; font-size: .9rem; }
.nq-welcome__flow { display: grid; justify-items: stretch; margin-top: 1.1rem; }
.nq-welcome__flow small { display: block; margin-bottom: .55rem; color: var(--nq-slate); font-size: .6rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.nq-welcome__source { padding: .8rem; border: 1px solid var(--nq-line); border-radius: 3px; background: var(--nq-paper); }
.nq-welcome__source > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: .35rem; }
.nq-welcome__source span { padding: .45rem .25rem; border-radius: 2px; color: var(--nq-ink-soft); background: #fff; font-size: .65rem; font-weight: 650; text-align: center; }
.nq-welcome__connector { position: relative; width: 1px; height: 22px; margin-inline: auto; background: var(--nq-bronze); }
.nq-welcome__connector::after { content: ""; position: absolute; bottom: -1px; left: -3px; width: 7px; height: 7px; border-right: 1px solid var(--nq-bronze); border-bottom: 1px solid var(--nq-bronze); transform: rotate(45deg); }
.nq-welcome__core { position: relative; padding: 1rem 1.1rem; border-left: 3px solid var(--nq-bronze); border-radius: 3px; color: #fff; background: var(--nq-ink); }
.nq-welcome__core small { color: rgba(255,255,255,.55); }
.nq-welcome__core strong, .nq-welcome__core > span { display: block; }
.nq-welcome__core strong { max-width: 30ch; font-size: .95rem; line-height: 1.3; }
.nq-welcome__core > span { margin-top: .45rem; color: rgba(255,255,255,.66); font-size: .68rem; line-height: 1.45; }
.nq-welcome__outcome { padding: .9rem 1rem; border: 1px solid rgba(200,159,129,.46); border-radius: 3px; background: rgba(200,159,129,.1); }
.nq-welcome__outcome strong, .nq-welcome__outcome > span { display: block; }
.nq-welcome__outcome strong { font-size: .95rem; line-height: 1.3; }
.nq-welcome__outcome > span { margin-top: .35rem; color: var(--nq-slate); font-size: .64rem; line-height: 1.4; }

/* Homepage visual story */
.nq-section--home-visual .nq-section__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(330px, .82fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    max-width: 1180px;
}
.nq-section--home-visual .nq-section__copy { min-width: 0; }
.nq-section--home-visual .nq-section__copy > :last-child { margin-bottom: 0; }
.nq-section--reverse .nq-section__copy { order: 2; }
.nq-section--reverse .nq-home-image { order: 1; }
.nq-home-image { width: 100%; max-width: 100%; min-width: 0; margin: 0; }
.nq-home-image img {
    display: block;
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 3px;
    box-shadow: var(--nq-shadow);
}
.nq-home-image figcaption { margin-top: .65rem; color: var(--nq-slate); font-size: .74rem; line-height: 1.45; }
.nq-home-graphic {
    position: relative;
    max-width: 900px;
    margin-top: 2rem;
    border: 1px solid var(--nq-line);
    border-radius: 3px;
    background: rgba(255,255,255,.62);
}
.nq-home-graphic--system { height: 330px; overflow: hidden; background-image: radial-gradient(circle at center, rgba(195,159,60,.12), transparent 42%); }
.nq-home-graphic--system::before,
.nq-home-graphic--system::after { content: ""; position: absolute; inset: 50% auto auto 50%; width: 68%; height: 1px; background: var(--nq-line); transform: translate(-50%,-50%) rotate(25deg); }
.nq-home-graphic--system::after { transform: translate(-50%,-50%) rotate(-25deg); }
.nq-system-node { position: absolute; z-index: 1; display: grid; place-items: center; min-width: 112px; min-height: 48px; padding: .55rem .8rem; border: 1px solid var(--nq-line); border-radius: 3px; background: var(--nq-paper); color: var(--nq-ink); font-size: .82rem; font-weight: 600; text-align: center; }
.nq-system-node small { color: var(--nq-slate); font-size: .66rem; font-weight: 500; }
.nq-system-node--center { top: 50%; left: 50%; min-width: 150px; min-height: 84px; color: var(--nq-white); background: var(--nq-ink); transform: translate(-50%,-50%); }
.nq-system-node--one { top: 13%; left: 10%; }.nq-system-node--two { top: 13%; right: 10%; }
.nq-system-node--three { bottom: 13%; left: 10%; }.nq-system-node--four { right: 10%; bottom: 13%; }
.nq-home-graphic--partner,
.nq-home-graphic--decision { width: 100%; max-width: 980px !important; padding: 1.2rem; background: rgba(255,255,255,.8); box-shadow: 0 18px 55px rgba(23,36,43,.06); }
.nq-partner-flow { display: grid; grid-template-columns: minmax(0,1fr) 34px minmax(0,1.15fr) 34px minmax(0,1fr); align-items: stretch; }
.nq-partner-stage { min-width: 0; padding: 1.1rem; border: 1px solid var(--nq-line); border-radius: 3px; background: var(--nq-paper); }
.nq-partner-stage small, .nq-partner-stage strong, .nq-partner-stage > span { display: block; }
.nq-partner-stage small { margin-bottom: .65rem; color: var(--nq-slate); font-size: .6rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.nq-partner-stage strong { max-width: 23ch; color: var(--nq-ink); font-size: .92rem; line-height: 1.35; }
.nq-partner-stage > span { margin-top: .6rem; color: var(--nq-slate); font-size: .66rem; line-height: 1.5; }
.nq-partner-stage--core { border-left: 3px solid var(--nq-bronze); color: #fff; background: var(--nq-ink); }
.nq-partner-stage--core > div { display: flex; align-items: center; gap: .55rem; }
.nq-partner-stage--core img { width: 25px; height: 25px; }
.nq-partner-stage--core small { margin: 0; color: rgba(255,255,255,.56); }
.nq-partner-stage--core strong { margin-top: .8rem; color: #fff; }
.nq-partner-stage--core > span { color: rgba(255,255,255,.66); }
.nq-partner-stage--outcome { border-color: rgba(200,159,129,.48); background: rgba(200,159,129,.1); }
.nq-partner-connector { position: relative; align-self: center; height: 1px; background: var(--nq-bronze); }
.nq-partner-connector::after { content: ""; position: absolute; top: -3px; right: 0; width: 7px; height: 7px; border-top: 1px solid var(--nq-bronze); border-right: 1px solid var(--nq-bronze); transform: rotate(45deg); }
.nq-home-graphic--roadmap { padding: 1.35rem; }
.nq-home-graphic--roadmap ol { display: grid; grid-template-columns: repeat(4,1fr); margin: 0; padding: 0; list-style: none; }
.nq-home-graphic--roadmap li { position: relative; padding: .75rem 1.25rem; border-left: 1px solid var(--nq-line); }
.nq-home-graphic--roadmap li:first-child { border-left: 0; }
.nq-home-graphic--roadmap span, .nq-home-graphic--roadmap strong, .nq-home-graphic--roadmap small { display: block; }
.nq-home-graphic--roadmap span { margin-bottom: 1.2rem; color: var(--nq-bronze-deep); font-size: .72rem; }
.nq-home-graphic--roadmap strong { color: var(--nq-ink); font-size: .92rem; }
.nq-home-graphic--roadmap small { margin-top: .3rem; color: var(--nq-slate); font-size: .7rem; }
.nq-home-graphic--knowledge { display: flex; flex-wrap: wrap; gap: .65rem; align-items: center; padding: 1.5rem; }
.nq-home-graphic--knowledge span { padding: .55rem .8rem; border: 1px solid var(--nq-line); border-radius: 3px; color: var(--nq-ink); background: var(--nq-paper); font-size: .8rem; }
.nq-home-graphic--knowledge .nq-knowledge-core { color: var(--nq-white); border-color: var(--nq-ink); background: var(--nq-ink); font-weight: 600; }

/* FAQ */
.nq-faq { max-width: 820px; margin-top: 2.25rem; padding-top: 2.25rem; border-top: 1px solid var(--nq-line); }
.nq-faq__intro { margin-bottom: 1.2rem !important; color: var(--nq-slate); }
.nq-faq__item { border-top: 1px solid var(--nq-line); }
.nq-faq__item:last-child { border-bottom: 1px solid var(--nq-line); }
.nq-faq__item summary {
    position: relative;
    padding: 1rem 2.5rem 1rem 0;
    color: var(--nq-ink);
    font-weight: 600;
    line-height: 1.45;
    cursor: pointer;
    list-style: none;
}
.nq-faq__item summary::-webkit-details-marker { display: none; }
.nq-faq__item summary::after { content: "+"; position: absolute; top: .9rem; right: .25rem; color: var(--nq-bronze-deep); font-size: 1.25rem; font-weight: 400; }
.nq-faq__item[open] summary::after { content: "−"; }
.nq-faq__item p { max-width: 68ch; padding: 0 2.5rem .95rem 0; color: var(--nq-ink-soft); }

/* Forms */
body.nq-redesign .form-control {
    min-height: 52px;
    border: 1px solid var(--nq-line);
    border-radius: var(--nq-radius-sm);
    background: var(--nq-white);
    padding: .8rem 1rem;
}
body.nq-redesign textarea.form-control { min-height: 160px; }
body.nq-redesign .btn-primary {
    border: 0;
    border-radius: 3px;
    background: var(--nq-bronze);
    color: var(--nq-ink);
    font-weight: 650;
    padding: .55rem .9rem;
}
body.nq-redesign .btn,
body.nq-redesign a.btn,
body.nq-redesign button.btn { border-radius: 3px !important; }

/* Contact form */
.nq-page--contact .nq-section__inner { max-width: 1180px; }
.nq-page--contact .nq-section__inner > .row { align-items: flex-start; }
.nq-page--contact .col-lg-7 { padding: 0; }
.nq-page--contact .s_website_form {
    margin-top: 1.25rem;
    padding: clamp(1.25rem, 3vw, 2.25rem);
    border: 1px solid var(--nq-line);
    border-radius: 3px;
    background: var(--nq-white);
    box-shadow: 0 18px 50px rgba(23,36,43,.08);
}
.nq-page--contact .s_website_form > .container { width: 100%; max-width: none; padding: 0; }
.nq-form-reassurance { display: grid; grid-template-columns: repeat(3,1fr); gap: .6rem; margin: 1.25rem 0 0; }
.nq-form-reassurance > span { padding: .75rem; border: 1px solid var(--nq-line); border-radius: 3px; background: var(--nq-sand); }
.nq-form-reassurance strong, .nq-form-reassurance small { display: block; }
.nq-form-reassurance strong { color: var(--nq-ink); font-size: .82rem; }
.nq-form-reassurance small { margin-top: .12rem; color: var(--nq-slate); font-size: .68rem; line-height: 1.35; }
.nq-form-section-title { margin: 1.25rem 0 .65rem; padding-top: 1.4rem; border-top: 1px solid var(--nq-line); }
.nq-form-section-title:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.nq-form-section-title span { color: var(--nq-bronze-deep); font-size: .7rem; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.nq-form-section-title h2 { margin: .3rem 0 .35rem; font-size: clamp(1.3rem,2.2vw,1.75rem); line-height: 1.25; letter-spacing: -.015em; }
.nq-form-section-title p { margin: 0; color: var(--nq-slate); font-size: .86rem; line-height: 1.55; }
.nq-page--contact .s_website_form_field { margin-bottom: .85rem !important; }
.nq-page--contact .s_website_form_field > .row { display: block; }
.nq-page--contact .s_website_form_label { display: block; width: auto !important; margin-bottom: .35rem; color: var(--nq-ink); font-size: .8rem; font-weight: 600; }
.nq-page--contact .s_website_form_mark { color: var(--nq-bronze-deep); }
.nq-page--contact .form-control,
.nq-page--contact .form-select {
    min-height: 46px;
    border: 1px solid rgba(23,36,43,.2);
    border-radius: 3px;
    background-color: var(--nq-paper);
    font-size: .92rem;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.nq-page--contact textarea.form-control { min-height: 120px; resize: vertical; }
.nq-page--contact .form-control:focus,
.nq-page--contact .form-select:focus { border-color: var(--nq-bronze-deep); background: var(--nq-white); box-shadow: 0 0 0 3px rgba(195,159,60,.16); }
.nq-page--contact .s_website_form_multiple { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .5rem; margin: 0; }
.nq-page--contact .s_website_form_multiple .radio { width: auto; padding: 0; }
.nq-page--contact .s_website_form_multiple .form-check { min-height: 44px; margin: 0; padding: .65rem .7rem .6rem 2rem; border: 1px solid var(--nq-line); border-radius: 3px; background: var(--nq-paper); }
.nq-page--contact .form-check-input { accent-color: var(--nq-bronze-deep); }
.nq-page--contact .form-check-label { color: var(--nq-ink-soft); font-size: .8rem; cursor: pointer; }
.nq-page--contact .s_website_form_field:has(input[type="checkbox"]) > .row { display: flex; flex-direction: row-reverse; justify-content: flex-end; gap: .65rem; align-items: flex-start; }
.nq-page--contact .s_website_form_field:has(input[type="checkbox"]) .s_website_form_label { flex: 1 1 auto; min-width: 0; max-width: 620px; margin: 0; font-weight: 450; line-height: 1.5; }
.nq-page--contact .s_website_form_field:has(input[type="checkbox"]) .col-sm { flex: 0 0 auto; padding: 0; }
.nq-page--contact .s_website_form_field:has(input[type="checkbox"]) a { white-space: nowrap; color: var(--nq-ink) !important; text-decoration-color: var(--nq-bronze) !important; text-underline-offset: 3px; }
.nq-page--contact .s_website_form_field:has(input[type="checkbox"]) .s_website_form_mark { white-space: nowrap; }
.nq-page--contact .s_website_form_submit { display: flex; flex-wrap: wrap; gap: .4rem 1rem; align-items: center; padding-top: 1rem !important; text-align: left !important; }
.nq-page--contact .s_website_form_submit > .s_website_form_label { display: none; }
.nq-page--contact .s_website_form_send { min-height: 42px; padding: .55rem 1rem; font-size: .88rem; }
.nq-submit-note { color: var(--nq-slate); font-size: .72rem; }
.nq-contact-aside { position: sticky; top: 126px; padding: 1.5rem !important; border: 1px solid var(--nq-line); border-radius: 3px; background: var(--nq-sand); }
.nq-contact-aside h5 { color: var(--nq-ink); font-size: .72rem; letter-spacing: .12em; }
.nq-contact-next { margin-bottom: 1.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--nq-line); }
.nq-contact-next h3 { margin: 0 0 .85rem; font-size: 1.15rem; }
.nq-contact-next ol { margin: 0; padding: 0; list-style: none; counter-reset: next; }
.nq-contact-next li { position: relative; margin-top: .55rem; padding-left: 1.75rem; font-size: .8rem; line-height: 1.45; counter-increment: next; }
.nq-contact-next li::before { content: counter(next); position: absolute; left: 0; top: .05rem; display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; color: var(--nq-ink); background: var(--nq-bronze); font-size: .65rem; font-weight: 650; }

/* Imprint */
.nq-page--imprint .nq-journey { display: none; }
.nq-page--imprint .nq-section:first-child { padding-top: clamp(2.5rem,4vw,4rem); }
.nq-page--imprint .nq-section__inner { max-width: 1020px; }
.nq-page--imprint .nq-section__index { display: none; }
.nq-page--imprint .nq-section__inner { padding-left: 0; }
.nq-imprint-lead { display: inline-flex; margin: 0 0 1.25rem !important; padding: .35rem .55rem; border-radius: 3px; color: var(--nq-ink) !important; background: rgba(195,159,60,.17); font-size: .76rem; font-weight: 600; }
.nq-imprint-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; max-width: none !important; }
.nq-imprint-card { padding: clamp(1.25rem,2.5vw,2rem); border: 1px solid var(--nq-line); border-radius: 3px; background: var(--nq-white); box-shadow: 0 12px 35px rgba(23,36,43,.06); }
.nq-imprint-card h2 { margin: .25rem 0 1.2rem; font-size: clamp(1.35rem,2.2vw,1.85rem); line-height: 1.2; letter-spacing: -.015em; }
.nq-imprint-kicker { margin: 0 !important; color: var(--nq-bronze-deep) !important; font-size: .68rem; font-weight: 650; letter-spacing: .13em; text-transform: uppercase; }
.nq-imprint-card address { margin: 0 0 1.25rem; color: var(--nq-ink-soft); font-style: normal; line-height: 1.65; }
.nq-imprint-card address strong { color: var(--nq-ink); }
.nq-imprint-card dl { margin: 0; }
.nq-imprint-card dl > div { display: grid; grid-template-columns: minmax(120px,.8fr) minmax(0,1.2fr); gap: .75rem; padding: .65rem 0; border-top: 1px solid var(--nq-line); }
.nq-imprint-card dt { color: var(--nq-slate); font-size: .72rem; font-weight: 500; }
.nq-imprint-card dd { margin: 0; color: var(--nq-ink); font-size: .82rem; overflow-wrap: anywhere; }
.nq-imprint-card a { color: var(--nq-ink) !important; text-decoration-color: var(--nq-bronze) !important; text-underline-offset: 3px; }
.nq-imprint-responsible { margin-top: 1.25rem; padding-top: 1.1rem; border-top: 1px solid var(--nq-line); }
.nq-imprint-responsible h3 { margin: 0 0 .6rem; font-size: .85rem; line-height: 1.4; }
.nq-imprint-responsible p { margin: 0; font-size: .8rem; line-height: 1.55; }
.nq-page--imprint .nq-section:not(:first-child) .nq-section__inner { padding-left: 72px; }
.nq-page--imprint .nq-section:not(:first-child) .nq-section__index { display: block; }
.nq-page--imprint .nq-section:not(:first-child) h2 { font-size: clamp(1.55rem,2.7vw,2.35rem); }

/* Privacy policy */
.nq-page--privacy .nq-journey,
.nq-page--privacy .s_title { display: none !important; }
.nq-page--privacy .s_table_of_content { position: relative; padding-block: clamp(2.5rem,5vw,5rem) !important; background: var(--nq-paper) !important; }
.nq-page--privacy .s_table_of_content > .container { max-width: 1180px; }
.nq-page--privacy .s_table_of_content_navbar_wrap { position: sticky !important; top: 126px !important; align-self: flex-start; padding: 0 1rem 0 0; background: transparent !important; }
.nq-page--privacy .s_table_of_content_navbar {
    top: auto !important;
    max-height: calc(100vh - 150px) !important;
    overflow: auto;
    padding: .6rem;
    border: 1px solid var(--nq-line);
    border-radius: 3px;
    background: var(--nq-white);
    box-shadow: 0 12px 34px rgba(23,36,43,.06);
    scrollbar-width: thin;
}
.nq-page--privacy .table_of_content_link {
    margin: 0 !important;
    padding: .55rem .65rem !important;
    border: 0 !important;
    border-radius: 3px !important;
    color: var(--nq-slate) !important;
    background: transparent !important;
    font-size: .72rem;
    line-height: 1.35;
}
.nq-page--privacy .table_of_content_link:hover { color: var(--nq-ink) !important; background: var(--nq-sand) !important; }
.nq-page--privacy .table_of_content_link.active { color: var(--nq-ink) !important; background: rgba(195,159,60,.2) !important; font-weight: 650; }
.nq-page--privacy .s_table_of_content_main { padding-left: clamp(1.25rem,3vw,3rem); }
.nq-page--privacy .s_table_of_content_main > section {
    position: relative;
    margin: 0 0 1rem;
    padding: clamp(1.25rem,2.5vw,2rem) !important;
    border: 1px solid var(--nq-line);
    border-radius: 3px;
    background: var(--nq-white) !important;
}
.nq-page--privacy .s_table_of_content_main > section > .container { width: 100%; max-width: none; padding: 0; }
.nq-page--privacy .s_table_of_content_main h2 { margin: 0 0 1rem; color: var(--nq-ink); font-size: clamp(1.25rem,2.1vw,1.7rem); line-height: 1.25; letter-spacing: -.012em; scroll-margin-top: 130px; }
.nq-page--privacy .s_table_of_content_main h2 span { font-size: inherit !important; }
.nq-page--privacy .s_table_of_content_main .s_hr { display: none; }
.nq-page--privacy .s_table_of_content_main .container > div,
.nq-page--privacy .s_table_of_content_main p { max-width: 72ch; color: var(--nq-ink-soft); font-size: .88rem; line-height: 1.72; }
.nq-page--privacy .s_table_of_content_main a { overflow-wrap: anywhere; color: var(--nq-ink) !important; text-decoration-color: var(--nq-bronze) !important; text-underline-offset: 3px; }
.nq-legal-basis { margin-top: 1rem; padding: .75rem .85rem; border-left: 3px solid var(--nq-bronze); border-radius: 0 3px 3px 0; background: var(--nq-sand); color: var(--nq-ink) !important; font-size: .78rem !important; }
.nq-privacy-back { display: inline-flex; margin-top: 1rem; color: var(--nq-bronze-deep) !important; font-size: .7rem; font-weight: 600; text-decoration: none !important; }
.nq-anchor-target { position: absolute; top: -125px; }
.nq-privacy-mobile-nav { display: none; margin-bottom: 1rem; padding: 1rem; border: 1px solid var(--nq-line); border-radius: 3px; background: var(--nq-white); }
.nq-privacy-mobile-nav label { display: block; margin-bottom: .4rem; color: var(--nq-ink); font-size: .76rem; font-weight: 600; }
.nq-privacy-mobile-nav select { width: 100%; min-height: 44px; padding: .5rem .7rem; border: 1px solid var(--nq-line); border-radius: 3px; color: var(--nq-ink); background: var(--nq-paper); }

/* Thank-you page */
.nq-page--thanks .nq-journey,
.nq-page--thanks .nq-hero .nq-button { display: none; }
.nq-page--thanks .nq-hero { min-height: clamp(430px,58vh,600px); }
.nq-page--thanks .nq-hero__promise { margin-bottom: 0; }
.nq-page--thanks .nq-section__inner { max-width: 1080px; padding-left: 0; }
.nq-page--thanks .nq-section__index { display: none; }
.nq-thanks-confirmation { display: grid; grid-template-columns: 58px minmax(0,1fr); gap: 1.25rem; align-items: flex-start; max-width: 820px !important; padding: clamp(1.25rem,3vw,2rem); border: 1px solid rgba(195,159,60,.35); border-radius: 3px; background: linear-gradient(135deg,rgba(195,159,60,.15),rgba(255,255,255,.75)); }
.nq-thanks-check { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; color: var(--nq-white); background: var(--nq-ink); font-size: 1.4rem; }
.nq-thanks-kicker { margin: 0 0 .35rem !important; color: var(--nq-bronze-deep) !important; font-size: .68rem !important; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.nq-thanks-confirmation h2 { margin: 0 0 .65rem; font-size: clamp(1.55rem,3vw,2.5rem); }
.nq-thanks-confirmation p:last-child { margin: 0; }
.nq-thanks-steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: .75rem; max-width: none; margin: 0; padding: 0; list-style: none; counter-reset: thanks-step; }
.nq-thanks-steps li { position: relative; padding: 1.25rem; border: 1px solid var(--nq-line); border-radius: 3px; background: var(--nq-white); counter-increment: thanks-step; }
.nq-thanks-steps li::before { content: "0" counter(thanks-step); display: block; margin-bottom: 1.4rem; color: var(--nq-bronze-deep); font-size: .7rem; font-weight: 650; }
.nq-thanks-steps strong, .nq-thanks-steps span { display: block; }
.nq-thanks-steps strong { color: var(--nq-ink); font-size: .88rem; line-height: 1.4; }
.nq-thanks-steps span { margin-top: .45rem; color: var(--nq-slate); font-size: .75rem; line-height: 1.5; }
.nq-thanks-links { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .75rem; max-width: 920px !important; }
.nq-thanks-links a { position: relative; display: flex; flex-direction: column; min-height: 135px; padding: 1.15rem 3rem 1.15rem 1.15rem; border: 1px solid var(--nq-line); border-radius: 3px; color: var(--nq-ink) !important; background: var(--nq-white); text-decoration: none !important; transition: transform .2s ease,border-color .2s ease,box-shadow .2s ease; }
.nq-thanks-links a::after { content: "→"; position: absolute; top: 1.1rem; right: 1.1rem; color: var(--nq-bronze-deep); }
.nq-thanks-links a:hover { border-color: var(--nq-bronze); box-shadow: 0 10px 25px rgba(23,36,43,.08); transform: translateY(-2px); }
.nq-thanks-links span { color: var(--nq-bronze-deep); font-size: .65rem; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; }
.nq-thanks-links strong { margin-top: .4rem; font-size: 1rem; }
.nq-thanks-links small { margin-top: auto; padding-top: .75rem; color: var(--nq-slate); font-size: .72rem; }
.nq-thanks-social { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 2rem; align-items: center; max-width: none !important; padding: clamp(1.5rem,3vw,2.5rem); border-radius: 3px; color: rgba(255,255,255,.75); background: var(--nq-ink); }
.nq-thanks-social h2 { margin: 0 0 .65rem; color: var(--nq-white); font-size: clamp(1.6rem,3vw,2.5rem); }
.nq-thanks-social p:last-child { margin: 0; }
.nq-thanks-social > a { display: inline-flex; gap: .6rem; align-items: center; min-height: 42px; padding: .6rem .85rem; border: 1px solid rgba(255,255,255,.3); border-radius: 3px; color: var(--nq-white) !important; text-decoration: none !important; white-space: nowrap; }
.nq-thanks-social > a:hover { border-color: var(--nq-bronze); background: rgba(255,255,255,.06); }
.nq-thanks-contact { max-width: none !important; margin: 0 !important; padding: 1rem; border: 1px solid var(--nq-line); border-radius: 3px; color: var(--nq-slate); background: var(--nq-sand); text-align: center; }
.nq-thanks-contact a { color: var(--nq-ink) !important; text-decoration-color: var(--nq-bronze) !important; }

/* Closing conversion section */
.nq-closing-cta { padding-block: clamp(3.5rem, 6vw, 6rem); background: var(--nq-ink); color: rgba(255,255,255,.78); }
.nq-closing-cta__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(250px, .7fr);
    gap: 2rem 4rem;
    align-items: end;
}
.nq-closing-cta__eyebrow { margin: 0 0 .8rem; color: #e1c36b; font-size: .75rem; font-weight: 650; letter-spacing: .15em; text-transform: uppercase; }
.nq-closing-cta h2 { max-width: 760px; margin: 0 0 1rem; color: var(--nq-white); font-size: clamp(2rem, 3.6vw, 3.55rem); line-height: 1.12; letter-spacing: -.025em; text-wrap: balance; }
.nq-closing-cta p { max-width: 62ch; line-height: 1.65; }
.nq-closing-cta__actions { display: flex; flex-direction: column; align-items: flex-start; }
.nq-button--light { border-color: rgba(255,255,255,.35); color: var(--nq-white) !important; background: transparent; }
.nq-closing-cta__trust { grid-column: 1 / -1; margin: 0; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.55); font-size: .78rem; letter-spacing: .04em; }

/* Footer */
body.nq-redesign footer {
    padding-top: 4rem;
    background: var(--nq-ink) !important;
    color: rgba(255,255,255,.7) !important;
}
body.nq-redesign footer h5 { color: var(--nq-white); font-size: .82rem; text-transform: uppercase; letter-spacing: .13em; }
body.nq-redesign footer a { color: rgba(255,255,255,.78) !important; text-decoration: none; }
body.nq-redesign footer a:hover { color: #e1c36b !important; }
.nq-footer__group > summary { color: var(--nq-white); font-size: .82rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; list-style: none; cursor: default; }
.nq-footer__group > summary::-webkit-details-marker { display: none; }
.nq-footer__toggle { display: none; }
.nq-footer__contact-links { display: grid; gap: .15rem; }
.nq-footer__contact address { margin-bottom: .6rem; color: rgba(255,255,255,.62); font-style: normal; line-height: 1.55; }
.nq-footer__logo, .nq-footer__claim, .nq-footer__contact-cta { display: none; }

/* Consent manager */
body.nq-consent-open { overflow: hidden; }
.nq-consent[hidden], .nq-consent__details[hidden], .nq-consent__button[hidden] { display: none !important; }
.nq-consent { position: fixed; inset: 0; z-index: 10000; display: grid; place-items: end center; padding: 1rem; }
.nq-consent__backdrop { position: absolute; inset: 0; background: rgba(10, 20, 25, .66); backdrop-filter: blur(5px); }
.nq-consent__panel { position: relative; width: min(960px, 100%); padding: clamp(1.35rem, 3vw, 2.25rem); border: 1px solid rgba(255,255,255,.12); border-radius: 8px; background: #fff; box-shadow: 0 24px 80px rgba(6,17,22,.34); }
.nq-consent__intro { max-width: 760px; }
.nq-consent__eyebrow { margin: 0 0 .45rem; color: var(--nq-bronze-deep); font-size: .72rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.nq-consent h2 { margin: 0 0 .65rem; color: var(--nq-ink); font-size: clamp(1.45rem, 3vw, 2.15rem); line-height: 1.15; letter-spacing: -.025em; }
.nq-consent__intro > p:last-child { max-width: 70ch; margin: 0; color: var(--nq-muted); line-height: 1.55; }
.nq-consent__details { display: grid; gap: .55rem; margin-top: 1.25rem; }
.nq-consent__category { display: grid; grid-template-columns: 1fr auto auto; gap: 1rem; align-items: center; margin: 0; padding: .85rem 1rem; border: 1px solid var(--nq-line); border-radius: 5px; background: #f8faf9; cursor: pointer; }
.nq-consent__category strong, .nq-consent__category small { display: block; }
.nq-consent__category strong { color: var(--nq-ink); font-size: .93rem; }
.nq-consent__category small { margin-top: .12rem; color: var(--nq-muted); font-size: .78rem; line-height: 1.4; }
.nq-consent__category--fixed { cursor: default; }
.nq-consent__category--fixed > span { color: var(--nq-ink); font-size: .72rem; font-weight: 700; }
.nq-consent__category input { position: absolute; opacity: 0; pointer-events: none; }
.nq-consent__switch { position: relative; width: 42px; height: 23px; border: 1px solid #87949a; border-radius: 12px; background: #d9dfe1; transition: .2s ease; }
.nq-consent__switch::after { content: ""; position: absolute; top: 3px; left: 3px; width: 15px; height: 15px; border-radius: 50%; background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.22); transition: .2s ease; }
.nq-consent__category input:checked + .nq-consent__switch { border-color: var(--nq-bronze-deep); background: var(--nq-bronze-deep); }
.nq-consent__category input:checked + .nq-consent__switch::after { transform: translateX(19px); }
.nq-consent__category input:focus-visible + .nq-consent__switch { outline: 3px solid rgba(177,133,42,.25); outline-offset: 2px; }
.nq-consent__links { display: flex; flex-wrap: wrap; gap: .5rem 1rem; margin-top: 1rem; }
.nq-consent__links a { color: var(--nq-muted) !important; font-size: .76rem; text-decoration: underline; text-underline-offset: 3px; }
.nq-consent__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .55rem; margin-top: 1.15rem; }
.nq-consent__button { min-height: 38px; padding: .55rem 1rem; border: 1px solid var(--nq-ink); border-radius: 3px; font: inherit; font-size: .8rem; font-weight: 700; cursor: pointer; }
.nq-consent__button--reject, .nq-consent__button--settings { color: var(--nq-ink); background: #fff; }
.nq-consent__button--accept, .nq-consent__button--save { color: #fff; background: var(--nq-ink); }
.nq-consent__button:hover { transform: translateY(-1px); }
.nq-consent__button:focus-visible { outline: 3px solid rgba(177,133,42,.32); outline-offset: 2px; }

/* Cookie information page */
.nq-page--cookies .nq-section__inner { max-width: 980px; }
.nq-cookie-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; margin: 1.4rem 0; }
.nq-cookie-summary > div { padding: 1rem; border: 1px solid var(--nq-line); border-radius: 5px; background: #f7f9f8; }
.nq-cookie-summary strong, .nq-cookie-summary span { display: block; }
.nq-cookie-summary strong { color: var(--nq-ink); }
.nq-cookie-summary span { margin-top: .25rem; color: var(--nq-muted); font-size: .84rem; line-height: 1.45; }
.nq-cookie-table { width: 100%; margin: 1.25rem 0; border-collapse: collapse; font-size: .9rem; }
.nq-cookie-table th, .nq-cookie-table td { padding: .75rem; border-bottom: 1px solid var(--nq-line); text-align: left; vertical-align: top; }
.nq-cookie-table th { color: var(--nq-ink); background: #f2f5f4; font-size: .76rem; letter-spacing: .04em; text-transform: uppercase; }
.nq-cookie-settings { margin-top: 1.25rem; padding: 1.25rem; border-left: 3px solid var(--nq-bronze-deep); background: #f7f9f8; }
.nq-cookie-settings .nq-button { margin-top: .65rem; }

/* Newsletter journey CTA */
.nq-newsletter-cta { padding-block: clamp(3rem, 7vw, 6rem); background: var(--nq-sand); }
.nq-newsletter-cta__inner { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.nq-newsletter-cta__eyebrow { margin: 0 0 .65rem; color: var(--nq-bronze-deep); font-size: .72rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.nq-newsletter-cta h2 { max-width: 680px; margin: 0 0 .85rem; color: var(--nq-ink); font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.1; letter-spacing: -.03em; text-wrap: balance; }
.nq-newsletter-cta__copy > p:not(.nq-newsletter-cta__eyebrow) { max-width: 62ch; margin: 0; color: var(--nq-ink-soft); }
.nq-newsletter-cta__copy ul { display: flex; flex-wrap: wrap; gap: .45rem 1.25rem; margin: 1.25rem 0 0; padding: 0; list-style: none; color: var(--nq-slate); font-size: .78rem; }
.nq-newsletter-cta__copy li::before { content: "✓"; margin-right: .35rem; color: var(--nq-bronze-deep); font-weight: 800; }
.nq-newsletter-form { padding: clamp(1.35rem, 3vw, 2rem); border: 1px solid rgba(23,36,43,.12); border-radius: 6px; background: rgba(255,255,255,.82); box-shadow: 0 18px 55px rgba(23,36,43,.08); }
.nq-newsletter-form > label:first-child { display: block; margin-bottom: .4rem; color: var(--nq-ink); font-size: .78rem; font-weight: 700; }
.nq-newsletter-form__row { display: grid; grid-template-columns: 1fr auto; }
.nq-newsletter-form__row input { min-width: 0; height: 44px; padding: 0 .8rem; border: 1px solid #9ba7ac; border-right: 0; border-radius: 3px 0 0 3px; color: var(--nq-ink); background: #fff; }
.nq-newsletter-form__row button { min-height: 44px; padding: .55rem 1rem; border: 1px solid var(--nq-ink); border-radius: 0 3px 3px 0; color: #fff; background: var(--nq-ink); font-size: .8rem; font-weight: 750; cursor: pointer; }
.nq-newsletter-form__row button:disabled { cursor: wait; opacity: .65; }
.nq-newsletter-form__row input:focus, .nq-newsletter-form__row button:focus-visible { position: relative; z-index: 1; outline: 3px solid rgba(156,120,33,.25); outline-offset: 1px; }
.nq-newsletter-form__consent { display: grid !important; grid-template-columns: auto 1fr; gap: .55rem; align-items: start; margin-top: .85rem; color: var(--nq-slate) !important; font-size: .72rem !important; font-weight: 400 !important; line-height: 1.45; }
.nq-newsletter-form__consent input { width: 16px; height: 16px; margin-top: .12rem; accent-color: var(--nq-ink); }
.nq-newsletter-form__consent a { color: var(--nq-ink) !important; text-decoration: underline; text-underline-offset: 2px; }
.nq-newsletter-form__doi { margin: .65rem 0 0; color: var(--nq-slate); font-size: .7rem; line-height: 1.45; }
.nq-newsletter-form__status { min-height: 1.3rem; margin: .7rem 0 0; font-size: .76rem; font-weight: 650; line-height: 1.4; }
.nq-newsletter-form__status.is-success { color: #2f6c50; }
.nq-newsletter-form__status.is-error { color: #a23d35; }
.nq-newsletter-confirm { min-height: 75vh; display: grid; align-items: center; padding-block: 8rem 5rem; background: linear-gradient(135deg, var(--nq-sand), var(--nq-paper)); }
.nq-newsletter-confirm .nq-shell { max-width: 850px; }
.nq-newsletter-confirm h1 { max-width: 780px; margin: .6rem 0 1rem; color: var(--nq-ink); font-size: clamp(2.4rem, 6vw, 5rem); line-height: 1.04; letter-spacing: -.04em; }
.nq-newsletter-confirm p:not(.nq-eyebrow) { max-width: 65ch; }
.nq-newsletter-confirm__actions { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.5rem; }

@media (max-width: 991px) {
    :root { --nq-shell: min(100% - 32px, 760px); }
    body.nq-redesign header#top .navbar { min-height: 66px; }
    body.nq-redesign header#top nav.o_header_mobile {
        height: 66px;
        min-height: 66px;
        padding: 0 !important;
        box-shadow: none !important;
    }
    body.nq-redesign header#top .o_main_nav {
        width: var(--nq-shell);
        max-width: none;
        min-height: 66px;
        margin-inline: auto;
        padding: 0 !important;
        flex-wrap: nowrap !important;
    }
    body.nq-redesign header#top .o_main_nav .navbar-brand { margin: 0 !important; }
    body.nq-redesign header#top .o_main_nav .navbar-brand img { width: 150px; max-width: 150px; max-height: 38px; }
    body.nq-redesign header#top .o_main_nav > button[aria-label="Navigation an/aus"] {
        flex: 0 0 40px;
        width: 40px;
        height: 40px;
        margin: 0 0 0 auto !important;
        border: 1px solid var(--nq-line);
        border-radius: 3px;
    }
    body.nq-redesign header#top .o_navbar_mobile {
        width: min(390px, 100vw) !important;
        max-width: min(390px, 100vw) !important;
        height: 100dvh;
        max-height: 100dvh;
        box-sizing: border-box;
        overscroll-behavior: contain;
    }
    body.nq-redesign header#top .o_navbar_mobile:not(.show):not(.showing) { display: none !important; }
    .nq-hero { min-height: 650px; background-position: 62% center; }
    .nq-hero__veil { background: linear-gradient(90deg, rgba(12,23,29,.94), rgba(12,23,29,.58)), linear-gradient(0deg, rgba(12,23,29,.7), transparent); }
    .nq-feature-list { grid-template-columns: 1fr; }
    .nq-journey ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .nq-closing-cta__inner { grid-template-columns: 1fr; }
    .nq-section--home-visual .nq-section__inner { grid-template-columns: 1fr; }
    .nq-service-grid { grid-template-columns: 1fr; }
    .nq-section--guidance-visual .nq-section__inner { grid-template-columns: 1fr; }
    .nq-section--guidance-reverse .nq-section__copy,
    .nq-section--guidance-reverse .nq-guidance-image { order: initial; }
    .nq-guidance-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .nq-vehicle-matrix { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .nq-topic-visual { grid-template-columns: 1fr; }
    .nq-topic-visual > p { grid-column: 1; }
    .nq-section--reverse .nq-section__copy, .nq-section--reverse .nq-home-image { order: initial; }
    .nq-home-graphic--roadmap ol { grid-template-columns: repeat(2,1fr); }
    .nq-home-graphic--roadmap li:nth-child(3) { border-left: 0; border-top: 1px solid var(--nq-line); }
    .nq-home-graphic--roadmap li:nth-child(4) { border-top: 1px solid var(--nq-line); }
    .nq-contact-aside { position: static; margin-top: 1.5rem; }
    .nq-imprint-grid { grid-template-columns: 1fr; }
    .nq-page--privacy .s_table_of_content_main { padding-left: 0; }
    .nq-privacy-mobile-nav { display: block; }
    .nq-thanks-steps { grid-template-columns: 1fr; }
    .nq-thanks-social { grid-template-columns: 1fr; }
    .nq-cookie-summary { grid-template-columns: 1fr; }
    .nq-newsletter-cta__inner { grid-template-columns: 1fr; }
    .nq-welcome .nq-section__inner { grid-template-columns: 1fr; max-width: 760px; }
    .nq-welcome__system { min-height: 0; }
    .nq-partner-flow { grid-template-columns: 1fr; }
    .nq-partner-connector { width: 1px; height: 24px; margin-inline: auto; }
    .nq-partner-connector::after { top: auto; right: -3px; bottom: 0; transform: rotate(135deg); }
}

@media (max-width: 575px) {
    .nq-hero--home { background-image: url("/noriqa_website_redesign/static/src/img/hero-home-mobile.webp"); }
    :root { --nq-shell: calc(100% - 24px); }
    body.nq-redesign { font-size: 16px; }
    .nq-hero { min-height: 620px; background-position: 67% center; }
    .nq-hero__inner { padding-block: 7rem 3rem; }
    body.nq-redesign header#top .o_main_nav .navbar-brand img { width: 138px; max-width: 138px; }
    .nq-welcome { padding-block: 2.75rem; }
    .nq-welcome .nq-section__inner { gap: 2rem; }
    .nq-welcome h2 { font-size: clamp(2rem, 10vw, 2.65rem); }
    .nq-welcome__benefits li { grid-template-columns: 1fr; gap: .2rem; }
    .nq-welcome__system { padding: 1.1rem; }
    .nq-welcome__source > div { grid-template-columns: 1fr; }
    .nq-section h2,
    .nq-section h3,
    .nq-page--privacy h2,
    .nq-page--privacy h3 {
        max-width: 100%;
        overflow-wrap: anywhere;
        hyphens: auto;
    }
    .nq-page--contact .nq-section__inner > .row { margin-inline: 0; }
    .nq-hero h1 {
        max-width: 100%;
        font-size: clamp(2.15rem, 10vw, 2.8rem);
        hyphens: auto;
        overflow-wrap: break-word;
    }
    .nq-hero__promise { max-width: 100%; }
    .nq-button { width: fit-content; max-width: 100%; margin-right: .35rem; }
    .nq-section { padding-block: 2rem; }
    .nq-section__inner { padding-left: 0; }
    .nq-guidance-flow { grid-template-columns: 1fr; }
    .nq-vehicle-matrix { grid-template-columns: 1fr; }
    .nq-topic-visual__items { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .nq-topic-visual--flow .nq-topic-visual__items span::after { display: none; }
    .nq-section__index { position: static; display: inline-flex; align-items: center; gap: .6rem; margin-bottom: .75rem; }
    .nq-section__index::after { display: inline-block; margin: 0; }
    .nq-journey > .nq-shell { overflow-x: auto; }
    .nq-journey ol { display: flex; width: max-content; }
    .nq-journey li { width: 210px; }
    .nq-home-graphic--system { height: 290px; }
    .nq-system-node { min-width: 92px; padding: .45rem; font-size: .74rem; }
    .nq-system-node--center { min-width: 125px; }
    .nq-system-node--one, .nq-system-node--three { left: 4%; }
    .nq-system-node--two, .nq-system-node--four { right: 4%; }
    .nq-form-reassurance { grid-template-columns: 1fr; }
    .nq-page--contact .s_website_form_multiple { grid-template-columns: 1fr; }
    .nq-page--imprint .nq-section:not(:first-child) .nq-section__inner { padding-left: 0; }
    .nq-page--imprint .nq-section:not(:first-child) .nq-section__index { display: inline-flex; }
    .nq-imprint-card dl > div { grid-template-columns: 1fr; gap: .15rem; }
    .nq-thanks-confirmation { grid-template-columns: 1fr; }
    .nq-thanks-links { grid-template-columns: 1fr; }
    .nq-consent { padding: .5rem; }
    .nq-consent__panel { max-height: calc(100vh - 1rem); overflow-y: auto; padding: 1.15rem; }
    .nq-consent__actions { display: grid; grid-template-columns: 1fr; }
    .nq-consent__button { width: 100%; }
    .nq-consent__category { grid-template-columns: 1fr auto; }
    .nq-consent__category--fixed > span { grid-column: 2; grid-row: 1; }
    .nq-cookie-table { display: block; overflow-x: auto; white-space: nowrap; }
    .nq-newsletter-form__row { grid-template-columns: 1fr; gap: .45rem; }
    .nq-newsletter-form__row input, .nq-newsletter-form__row button { border: 1px solid #9ba7ac; border-radius: 3px; }
    .nq-newsletter-form__row button { border-color: var(--nq-ink); }

    body.nq-redesign footer.nq-footer { padding-top: 0; border-top: 1px solid rgba(255,255,255,.1); }
    .nq-footer #footer > section { padding: 0 !important; }
    .nq-footer #footer .o_we_shape { display: none !important; }
    .nq-footer #footer > section > .container { width: 100%; max-width: none; padding: 0; }
    .nq-footer #footer .o_grid_mode {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 0 !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .nq-footer #footer .nq-footer__column {
        position: static !important;
        display: block !important;
        width: auto !important;
        max-width: none !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        grid-area: auto !important;
        transform: none !important;
    }
    .nq-footer #footer .nq-footer__contact { order: -10; margin: 0 -20px !important; padding: 34px 20px 28px !important; border-bottom: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.025); }
    .nq-footer__contact > h5 { display: none; }
    .nq-footer__logo { display: block; width: 128px; height: auto; margin: 0 0 1.15rem; filter: brightness(0) invert(1); opacity: .96; }
    .nq-footer__claim { display: block; max-width: 31ch; margin: 0 0 1.25rem; color: rgba(255,255,255,.82); font-size: 1rem; font-weight: 540; line-height: 1.5; }
    .nq-footer__contact address { margin: 0 0 .65rem; font-size: .78rem; line-height: 1.55; }
    .nq-footer__contact-links { gap: .25rem; font-size: .84rem; }
    .nq-footer__contact-cta { display: flex; align-items: center; justify-content: space-between; width: 100%; margin-top: 1.25rem; padding: .7rem .8rem; border: 1px solid rgba(225,195,107,.52); border-radius: 3px; color: #fff !important; font-size: .78rem; font-weight: 700; }
    .nq-footer__group { border-bottom: 1px solid rgba(255,255,255,.11); }
    .nq-footer__group > summary { display: flex; align-items: center; justify-content: space-between; min-height: 52px; color: rgba(255,255,255,.9); cursor: pointer; font-size: .76rem; font-weight: 720; letter-spacing: .11em; text-transform: uppercase; }
    .nq-footer__toggle { position: relative; display: block; width: 14px; height: 14px; }
    .nq-footer__toggle::before, .nq-footer__toggle::after { content: ""; position: absolute; top: 6px; left: 1px; width: 12px; height: 1px; background: #e1c36b; transition: transform .2s ease; }
    .nq-footer__toggle::after { transform: rotate(90deg); }
    .nq-footer__group[open] .nq-footer__toggle::after { transform: rotate(0); }
    .nq-footer__group-content { padding: 0 0 1rem; }
    .nq-footer__group-content ul, .nq-footer__group-content p { margin: 0; }
    .nq-footer__group-content li { margin: 0; }
    .nq-footer__group-content a { display: block; padding: .3rem 0; color: rgba(255,255,255,.62) !important; font-size: .82rem; line-height: 1.4; }
    .nq-footer #footer .nq-footer__legal { order: 20; padding: 1.15rem 0 !important; }
    .nq-footer__legal h5 { margin: 0 0 .7rem; color: rgba(255,255,255,.42); font-size: .65rem; letter-spacing: .12em; }
    .nq-footer__legal p { display: flex; flex-wrap: wrap; gap: .35rem 1rem; margin: 0; }
    .nq-footer__legal br { display: none; }
    .nq-footer__legal a { color: rgba(255,255,255,.64) !important; font-size: .72rem; }
    .nq-footer .o_footer_copyright { border-top: 1px solid rgba(255,255,255,.08); }
    .nq-footer .o_footer_copyright .container { padding-block: .85rem !important; }
    .nq-footer .o_footer_copyright .row { display: block; }
    .nq-footer .o_footer_copyright_name { color: rgba(255,255,255,.42); font-size: .66rem !important; letter-spacing: .03em; }
    .nq-footer .o_footer_copyright .o_not_editable:empty { display: none; }
}

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