﻿/*
Theme Name: NovaQTech Books Publications V6
Theme URI: https://novaqtechgroup.com/
Author: Amir Abbas Mousapour
Description: A focused NovaQTech WordPress theme for ISO consulting, auditing, technical review, AI transformation, publications, and professional insights.
Version: 1.3.0
Requires at least: 6.0
Tested up to: 7.0
Text Domain: novaqtech-books-publications
*/

:root {
  --bg: #000912;
  --panel: #02192a;
  --panel-soft: #08243a;
  --band: #183047;
  --text: #ffffff;
  --muted: #dce8f4;
  --gold: #f4cf18;
  --gold-dark: #d7b62b;
  --purple: #4b4168;
  --line: rgba(255,255,255,.22);
  --max: 1720px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; }
img { max-width: 100%; display: block; }

.standard-page {
  max-width: var(--max);
  margin: 0 auto;
  padding: 72px 42px 96px;
}

.page-shell {
  background: rgba(2,25,42,.82);
  border: 1px solid rgba(255,255,255,.16);
  padding: 48px;
}

.page-title {
  color: var(--gold);
  font-size: clamp(38px, 4vw, 74px);
  line-height: 1;
  margin-bottom: 18px;
}

.page-intro {
  color: var(--muted);
  font-size: 22px;
  line-height: 1.4;
  margin: 0 0 38px;
}

.article-list {
  display: grid;
  gap: 24px;
}

.article-list-item {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.16);
  padding: 30px;
}

.article-list-item h2 {
  margin: 0 0 16px;
  color: var(--gold);
  font-size: clamp(28px, 2.4vw, 42px);
  line-height: 1.15;
}

.article-list-item h2 a {
  text-decoration: none;
}

.article-list-item p {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.5;
}

.article-content {
  max-width: 1180px;
}

.article-title {
  color: var(--gold);
  font-size: clamp(38px, 4vw, 72px);
  line-height: 1.05;
  margin: 0 0 34px;
  text-transform: none;
}

.article-content p {
  color: #fff;
  font-size: clamp(20px, 1.35vw, 24px);
  line-height: 1.65;
  margin: 0 0 28px;
}

.article-content .eyebrow {
  color: var(--gold);
  font-size: 18px;
  letter-spacing: .16em;
  margin-bottom: 18px;
}

.profile-page {
  display: grid;
  gap: 42px;
}

.profile-intro {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}

.profile-photo {
  margin: 0;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.16);
  padding: 16px;
}

.profile-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.profile-intro h2,
.profile-card h2 {
  color: var(--gold);
  font-size: clamp(28px, 2.5vw, 44px);
  line-height: 1.1;
  margin: 0 0 20px;
}

.profile-linkedin {
  display: inline-flex;
  margin-left: 20px;
  margin-top: 18px;
}

.profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.profile-card {
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.16);
  padding: 30px;
}

.profile-card ul {
  margin: 0;
  padding-left: 22px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.65;
}

.profile-card p {
  color: var(--muted);
}

.novaq-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
}

.sales-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 34px;
}

.sales-steps span,
.product-benefits li {
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
  color: #fff;
  font-weight: 800;
}

.sales-steps span {
  padding: 16px;
  text-align: center;
}

.novaq-product-card {
  background: var(--panel);
  border: 1px solid rgba(255,255,255,.16);
  padding: 28px;
}

.book-cover-link {
  display: block;
  text-decoration: none;
}

.book-cover {
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding: 34px 28px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(252,175,24,.95), rgba(252,175,24,.72) 28%, rgba(6,23,37,.96) 28%, rgba(6,23,37,.96)),
    radial-gradient(circle at 72% 20%, rgba(255,255,255,.18), transparent 32%);
  border: 1px solid rgba(252,175,24,.55);
  box-shadow: 18px 18px 0 rgba(0,0,0,.22);
}

.book-cover strong {
  color: #fff;
  font-size: 34px;
  line-height: 1.05;
  text-transform: uppercase;
}

.book-cover em,
.book-cover-label {
  color: var(--gold);
  font-style: normal;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.product-cover {
  min-height: 520px;
}

.novaq-product-card h2 {
  color: var(--gold);
  font-size: 28px;
  line-height: 1.15;
  margin: 22px 0 12px;
}

.novaq-product-card h2 a {
  text-decoration: none;
}

.novaq-product-price {
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 18px;
}

.novaq-product-card p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.45;
}

.product-benefits {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.product-benefits li {
  padding: 12px 14px;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 22px;
}

.product-actions .gold-button,
.product-actions-large .gold-button {
  padding: 15px 26px;
  background: var(--gold);
  color: #050505;
  border: 2px solid var(--gold);
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
}

.product-actions-large {
  margin-top: 30px;
}

.text-link {
  color: #fff;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 6px;
}

.purchase-note {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.45;
  margin-top: 18px;
}

.novaq-product-card .gold-button {
  display: inline-flex;
}

.store-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 26px 0 42px;
}

.store-trust-grid span {
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(0,9,18,.42);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  padding: 18px 20px;
  text-align: center;
}

.product-layout {
  display: grid;
  grid-template-columns: minmax(220px, 420px) 1fr;
  gap: 46px;
  align-items: start;
}

.product-media {
  background: var(--panel);
  border: 1px solid rgba(255,255,255,.16);
  padding: 22px;
}

.product-summary .cart {
  margin-top: 30px;
}

.product-summary .quantity {
  margin: 0 0 18px;
}

.product-summary .single_add_to_cart_button,
.woocommerce-button,
.wc-block-components-button {
  background: var(--gold-dark) !important;
  color: #050505 !important;
  border: 0 !important;
  font-weight: 900 !important;
}

.trust-list {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.55;
  margin: 24px 0 0;
  padding-left: 22px;
}

.product-details {
  margin-top: 48px;
  border-top: 1px solid rgba(255,255,255,.16);
  padding-top: 34px;
}

.product-details h2 {
  color: var(--gold);
  font-size: 32px;
  margin: 0 0 18px;
}

.credibility-strip {
  background: linear-gradient(135deg, #061725, #0a2a45);
  border-bottom: 1px solid rgba(255,255,255,.16);
}

.credibility-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 72px 42px;
  display: grid;
  grid-template-columns: 320px 1.2fr .8fr;
  gap: 44px;
  align-items: center;
}

.founder-photo {
  margin: 0;
}

.founder-photo img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 2px solid rgba(244,207,24,.55);
  box-shadow: 18px 18px 0 rgba(0,0,0,.18);
}

.credibility-inner h2 {
  color: var(--gold);
  font-size: clamp(38px, 4vw, 72px);
  line-height: 1;
  margin: 0 0 22px;
  text-transform: uppercase;
}

.credibility-inner p {
  color: #fff;
  font-size: 20px;
  line-height: 1.45;
  margin: 0;
  font-weight: 700;
}

.selected-experience {
  margin: 26px 0 22px;
  padding: 22px;
  border: 1px solid rgba(244,207,24,.35);
  background: rgba(0,9,18,.34);
}

.selected-experience h3 {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 24px;
  line-height: 1.15;
  text-transform: uppercase;
}

.selected-experience p + p {
  margin-top: 14px;
}

.project-experience-section {
  background: #000912;
  border-top: 1px solid rgba(255,255,255,.12);
}

.project-experience-card {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 38px;
  padding: 42px;
  border: 1px solid rgba(244,207,24,.38);
  background: linear-gradient(135deg, rgba(10,42,69,.72), rgba(2,20,34,.96));
}

.project-experience-card h3 {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 34px;
  line-height: 1.12;
  text-transform: uppercase;
}

.project-experience-card p {
  margin: 0;
  color: #fff;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
}

.project-experience-card ul {
  margin: 0;
  padding-left: 22px;
  color: #fff;
  font-size: 21px;
  line-height: 1.45;
  font-weight: 700;
}

.project-experience-card li + li {
  margin-top: 12px;
}

.credibility-points {
  display: grid;
  gap: 16px;
}

.credibility-points span {
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(0,9,18,.42);
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  padding: 20px 22px;
}

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(0,9,18,.96); border-bottom: 1px solid var(--line); }
.admin-bar .site-header { top: 32px; }
.header-inner { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: minmax(260px, 320px) minmax(0, 1fr) minmax(190px, 240px); gap: 28px; align-items: center; padding: 28px 34px; }
.brand { text-decoration: none; line-height: 1; color: #fff; font-weight: 900; font-size: clamp(34px, 3.4vw, 62px); letter-spacing: 0; }
.brand span { color: var(--gold); }
.brand small { display: block; color: #e7c065; letter-spacing: .42em; font-size: 18px; margin-left: 96px; margin-top: 10px; }
.nav { display: flex; align-items: center; justify-content: center; gap: 0; background: var(--purple); padding: 0 24px; min-height: 82px; }
.nav a { text-decoration: none; color: #d4d000; font-size: clamp(17px, 1.18vw, 24px); padding: 24px 20px; white-space: nowrap; }
.nav a:hover { color: #fff; }
.header-cta { border: 2px solid var(--gold); color: var(--gold); text-decoration: none; min-height: 78px; display: flex; align-items: center; justify-content: center; text-align: center; font-weight: 800; font-size: clamp(14px, 1.1vw, 20px); padding: 14px; white-space: nowrap; overflow-wrap: normal; flex-shrink: 0; }

@media (min-width: 701px) {
  .nqt-header-search { display: none !important; }
}
.mobile-menu { display: none; }

section { scroll-margin-top: 150px; }
.hero { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1.04fr .96fr; min-height: 720px; border-bottom: 1px solid var(--line); }
.hero-copy { padding: 132px 42px 80px 74px; display: flex; flex-direction: column; justify-content: center; }
.kicker { color: var(--gold); font-weight: 900; letter-spacing: .22em; font-size: 20px; margin: 0 0 28px; text-transform: uppercase; }
h1 { margin: 0; font-size: clamp(35.2px, 3.5vw, 56px); line-height: .96; letter-spacing: 0; text-transform: uppercase; font-weight: 900; }
h1 .gold { color: var(--gold); display: block; }
.hero-copy p { max-width: 740px; margin: 38px 0 50px; font-size: clamp(21px, 1.55vw, 30px); line-height: 1.34; font-weight: 700; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 82px; padding: 0 46px; background: var(--gold-dark); color: #050505; text-decoration: none; font-size: 22px; font-weight: 900; text-transform: uppercase; border: 0; cursor: pointer; }
.btn.secondary { background: transparent; color: var(--gold); border: 2px solid var(--gold); }
.hero-media { min-height: 720px; background: #061521; display: flex; align-items: center; overflow: hidden; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 28% center; }

.section-pad { max-width: var(--max); margin: 0 auto; padding: 112px 42px; }
.section-title { margin: 0 0 70px; text-align: center; font-size: clamp(46px, 5vw, 94px); line-height: .98; text-transform: uppercase; font-weight: 900; }
.section-title.left { text-align: left; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 44px; }
.card { background: var(--panel); border-left: 5px solid #fff; padding: 48px 44px; min-height: 330px; display: flex; flex-direction: column; justify-content: space-between; }
.card:before { content: none; }
.card h3 { margin: 0 0 26px; color: var(--gold); font-size: 33px; line-height: 1.08; text-transform: uppercase; }
.card p { margin: 0; color: #fff; font-size: 24px; line-height: 1.32; }
.card a { margin-top: 32px; color: var(--gold); font-size: 22px; }

.trust-band { background: #041321; border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); }
.eyebrow.center { text-align: center; color: var(--gold); text-transform: uppercase; letter-spacing: .18em; font-weight: 900; margin: 0 0 18px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.trust-grid div { background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.16); padding: 28px; }
.trust-grid strong { display: block; color: var(--gold); font-size: 22px; line-height: 1.2; margin-bottom: 14px; }
.trust-grid span { display: block; color: var(--muted); font-size: 18px; line-height: 1.5; }

.services-detail { background: #041321; }
.detail-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.detail-card { background: var(--panel-soft); border: 1px solid rgba(255,255,255,.16); padding: 30px; min-height: 310px; }
.detail-card h3 { color: var(--gold); margin: 0 0 18px; font-size: 25px; line-height: 1.15; text-transform: uppercase; }
.detail-card ul { margin: 0; padding-left: 20px; color: var(--muted); font-size: 18px; line-height: 1.55; }

.industries { background: var(--band); }
.industry-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.industry { border: 1px solid rgba(255,255,255,.2); background: rgba(0,9,18,.35); padding: 24px; color: #fff; font-size: 22px; font-weight: 800; }

.programs { background: var(--panel); }
.program-list { display: grid; gap: 1px; border-top: 1px solid rgba(255,255,255,.16); }
.program-item { padding: 56px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.program-item h3 { color: var(--gold); font-size: 38px; margin: 0 0 24px; text-transform: uppercase; }
.program-item p { font-size: 24px; line-height: 1.35; max-width: 1140px; margin: 0 0 28px; font-weight: 700; }

.books-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 26px; }
.book-card { background: #061725; border: 1px solid rgba(255,255,255,.18); padding: 24px; min-height: 270px; display: flex; flex-direction: column; justify-content: space-between; }
.book-card h3 { margin: 0 0 16px; color: var(--gold); font-size: 25px; }
.book-card p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.45; }
.book-card a { margin-top: 26px; color: var(--gold); font-weight: 800; }

.book-cover-art {
  position: relative;
  margin: 20px 0 24px;
  background: #03111d;
  border: 1px solid rgba(244,207,24,.32);
  overflow: visible;
  box-shadow: 12px 12px 0 rgba(0,0,0,.22);
}

.book-cover-art img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.book-cover-art span {
  position: absolute;
  top: -18px;
  left: 18px;
  z-index: 2;
  background: var(--gold);
  color: #050505;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 8px 10px;
}

.insights { background: #000912; }
.insight-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 44px; }
.post-card { background: var(--panel); border: 1px solid rgba(255,255,255,.12); min-height: 640px; display: flex; flex-direction: column; text-decoration: none; transition: transform .2s ease, border-color .2s ease; }
.post-card:hover { transform: translateY(-4px); border-color: var(--gold); }
.post-image { height: 298px; background: #03111d; overflow: hidden; }
.post-image img { width: 100%; height: 100%; object-fit: cover; }
.post-content { padding: 34px 38px 40px; display: flex; flex-direction: column; flex: 1; }
.meta { color: #fff; font-size: 18px; font-weight: 800; margin-bottom: 22px; }
.post-card h3 { font-size: 35px; line-height: 1.18; margin: 0 0 26px; }
.post-card p { font-size: 22px; line-height: 1.35; color: #fff; margin: 0; }
.read-more { margin-top: auto; color: var(--gold); font-weight: 900; padding-top: 30px; }
.section-action { margin-top: 42px; text-align: center; }

.contact { background: #082f59; }
.contact-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1.15fr .85fr; gap: 64px; padding: 112px 42px; align-items: start; }
.contact h2 { font-size: clamp(56px, 5.7vw, 105px); line-height: .95; margin: 0 0 42px; text-transform: uppercase; }
.contact p { max-width: 780px; font-size: 27px; line-height: 1.35; font-weight: 700; }
.contact-box { background: #000912; padding: 44px; border: 1px solid rgba(255,255,255,.14); }
.contact-box label { display: block; margin: 0 0 10px; font-weight: 800; font-size: 20px; }
.contact-box input, .contact-box textarea { width: 100%; background: #000912; color: #fff; border: 1px solid rgba(255,255,255,.28); min-height: 66px; margin-bottom: 22px; padding: 16px; font-size: 18px; }
.contact-box textarea { min-height: 150px; resize: vertical; }
.contact-box .btn { width: 100%; }
.direct-email { color: var(--gold); font-size: 24px; font-weight: 900; display: inline-block; margin-top: 22px; }

.site-footer { background: #000912; border-top: 1px solid rgba(255,255,255,.12); }
.footer-inner { max-width: var(--max); margin: 0 auto; padding: 80px 42px; display: grid; grid-template-columns: 1.1fr .9fr .9fr; gap: 60px; }
.footer-inner h3 { margin: 0 0 24px; font-size: 28px; text-transform: uppercase; }
.footer-inner p { margin: 0; font-size: 22px; line-height: 1.35; font-weight: 700; white-space: pre-line; }
.footer-brand { font-size: clamp(64px, 7vw, 132px); font-weight: 900; margin-top: 54px; }
.footer-bottom { max-width: var(--max); margin: 0 auto; padding: 0 42px 70px; display: flex; justify-content: space-between; gap: 30px; font-size: 20px; font-weight: 700; }
.socials { display: flex; gap: 18px; flex-wrap: wrap; }
.socials a { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: #0b72bd; text-decoration: none; font-weight: 900; }
.socials a[aria-label="Email"] { width: auto; border-radius: 999px; padding: 0 16px; }

.site-notice {
  max-width: var(--max);
  margin: 18px auto 0;
  padding: 16px 42px;
  font-size: 18px;
  font-weight: 800;
}

.site-notice.success { background: rgba(39, 174, 96, .22); border: 1px solid rgba(39, 174, 96, .65); }
.site-notice.error { background: rgba(231, 76, 60, .22); border: 1px solid rgba(231, 76, 60, .65); }

@media (max-width: 1180px) {
  .header-inner { grid-template-columns: 1fr auto; gap: 18px; }
  .nav { grid-column: 1 / -1; order: 3; overflow-x: auto; justify-content: flex-start; }
  .header-cta { min-height: 70px; }
  .hero { grid-template-columns: 1fr; }
  .hero-media { min-height: 420px; }
  .service-grid, .detail-grid, .insight-grid, .credibility-inner, .trust-grid, .store-trust-grid { grid-template-columns: 1fr 1fr; }
  .founder-photo { max-width: 320px; }
  .books-grid, .industry-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid, .footer-inner { grid-template-columns: 1fr; }
}

@media (min-width: 1181px) and (max-height: 900px) {
  .header-inner { padding-top: 18px; padding-bottom: 18px; }
  .nav { min-height: 70px; }
  .nav a { padding-top: 20px; padding-bottom: 20px; }
  .header-cta { min-height: 70px; }
  .hero { min-height: 590px; }
  .hero-copy { padding-top: 70px; padding-bottom: 56px; }
  .hero-media { min-height: 590px; }
  h1 { font-size: clamp(35.2px, 3.5vw, 56px); }
  .hero-copy p { margin-top: 26px; margin-bottom: 34px; font-size: clamp(19px, 1.28vw, 24px); }
  .btn { min-height: 66px; font-size: 20px; }
}

@media (max-width: 700px) {
  .admin-bar .site-header { top: 0; }
  body { overflow-x: hidden; }
  .site-header,
  .header-inner,
  .nav,
  .hero,
  .credibility-inner,
  .standard-page,
  .page-shell,
  .contact-grid,
  .footer-inner,
  .footer-bottom { max-width: 100%; }
  .header-inner { padding: 18px 14px; grid-template-columns: minmax(0, 1fr); gap: 14px; }
  .brand { font-size: 40px; max-width: 100%; overflow-wrap: anywhere; }
  .brand small { margin-left: 74px; font-size: 13px; }
  .nav { min-height: auto; padding: 0; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); overflow-x: hidden; }
  .nav a { padding: 16px 10px; font-size: 17px; white-space: normal; text-align: center; }
  .header-cta { min-height: 58px; font-size: 18px; }
  .hero-copy, .credibility-inner, .section-pad, .contact-grid, .footer-inner, .footer-bottom, .standard-page { padding-left: 18px; padding-right: 18px; }
  .page-shell { padding: 28px 20px; }
  .hero { min-height: auto; }
  .hero-copy { padding-top: 48px; padding-bottom: 48px; }
  .hero-media { min-height: 280px; }
  .hero-media img { object-position: center center; }
  h1 { font-size: 56px; }
  .page-title { font-size: 38px; }
  .article-content p { font-size: 19px; }
  .profile-intro,
  .profile-grid { grid-template-columns: minmax(0, 1fr); }
  .profile-linkedin { margin-left: 0; }
  .book-cover { min-height: 260px; padding: 24px; box-shadow: 8px 8px 0 rgba(0,0,0,.18); }
  .book-cover strong { font-size: 28px; }
  .service-grid, .detail-grid, .insight-grid, .books-grid, .industry-grid, .novaq-product-grid, .product-layout, .credibility-inner, .project-experience-card, .sales-steps, .trust-grid, .store-trust-grid { grid-template-columns: minmax(0, 1fr); }
  .project-experience-card { padding: 28px; }
  .project-experience-card h3 { font-size: 26px; }
  .project-experience-card p,
  .project-experience-card ul { font-size: 18px; }
  .card, .detail-card, .book-card { padding: 28px; }
  .footer-bottom { flex-direction: column; }
}

.section-heading {
  margin-bottom: 56px;
}

.section-heading .eyebrow {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 18px;
  font-weight: 900;
  margin: 0 0 18px;
  text-align: center;
}

.section-heading h2 {
  margin: 0;
  text-align: center;
  font-size: clamp(44px, 5vw, 88px);
  line-height: 0.98;
  text-transform: uppercase;
  font-weight: 900;
}

.book-card { min-height: 620px; }

.book-series {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.85rem;
}

.book-card .book-number {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  margin-bottom: 0.35rem;
}

.book-card .book-question,
.book-card .book-summary,
.book-card .book-focus {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.6;
  margin-top: 0.9rem;
}

.book-card .book-summary {
  color: #fff;
  background: rgba(255,255,255,.055);
  border-left: 3px solid var(--gold);
  padding: 0.85rem 1rem;
}

.book-card .book-focus strong {
  color: #fff;
}

@media (max-width: 700px) {
  body,
  .site-header,
  .site-footer,
  .hero,
  .credibility-inner,
  .hero-copy,
  .hero-media,
  .section-pad,
  .standard-page,
  .page-shell,
  .footer-inner,
  .footer-bottom {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  body.nqt-nav-open .site-header {
    overflow: visible !important;
  }

  .hero-copy,
  .credibility-inner,
  .section-pad,
  .standard-page,
  .footer-inner,
  .footer-bottom {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .hero-copy *,
  .credibility-inner *,
  .page-shell *,
  .footer-inner * {
    max-width: 100% !important;
    overflow-wrap: anywhere;
  }

  .hero-copy .btn {
    width: auto;
    min-width: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .footer-brand {
    font-size: 48px;
  }
}


/* Prompt 05 - NovaQTech Website Version 2.0 Global Framework */
:root {
  --nqt-color-ink: #101820;
  --nqt-color-teal: #0b5d66;
  --nqt-color-teal-dark: #08464d;
  --nqt-color-blue: #2563eb;
  --nqt-color-gold: #d4a017;
  --nqt-color-violet: #5b4b8a;
  --nqt-color-surface: #f8fafc;
  --nqt-color-muted-surface: #eef2f6;
  --nqt-color-border: #cbd5e1;
  --nqt-color-muted-text: #64748b;
  --nqt-color-success: #15803d;
  --nqt-color-warning: #b45309;
  --nqt-color-error: #b91c1c;
  --nqt-color-info: #0369a1;
  --nqt-font-ui: Inter, Aptos, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --nqt-space-1: 4px;
  --nqt-space-2: 8px;
  --nqt-space-3: 12px;
  --nqt-space-4: 16px;
  --nqt-space-5: 24px;
  --nqt-space-6: 32px;
  --nqt-space-7: 48px;
  --nqt-space-8: 64px;
  --nqt-space-9: 96px;
  --nqt-radius-sm: 4px;
  --nqt-radius-md: 8px;
  --nqt-radius-lg: 12px;
  --nqt-shadow-subtle: 0 10px 30px rgba(16, 24, 32, 0.08);
  --nqt-shadow-menu: 0 18px 45px rgba(16, 24, 32, 0.16);
  --nqt-z-header: 700;
  --nqt-z-sticky: 710;
  --nqt-z-dropdown: 760;
  --nqt-z-drawer: 900;
  --nqt-z-modal: 1000;
  --nqt-z-tooltip: 1100;
  --nqt-z-toast: 1200;
  --nqt-z-cookie: 1300;
}

html { scroll-behavior: smooth; }
body { font-family: var(--nqt-font-ui); color: var(--nqt-color-ink); }
.nqt-skip-link { position: absolute; left: 16px; top: -48px; z-index: var(--nqt-z-tooltip); background: #fff; color: var(--nqt-color-ink); border: 2px solid var(--nqt-color-teal); border-radius: var(--nqt-radius-md); padding: 10px 14px; font-weight: 700; }
.nqt-skip-link:focus { top: 12px; }
.nqt-main-start:focus { outline: 3px solid var(--nqt-color-gold); outline-offset: 4px; }

.nqt-container, .page-shell, .footer-inner, .nqt-header-shell { width: min(1200px, calc(100% - 32px)); margin-inline: auto; }
.nqt-section { padding-block: clamp(48px, 7vw, 96px); }
.nqt-section-compact { padding-block: clamp(32px, 5vw, 64px); }
.nqt-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--nqt-space-5); }

.nqt-card-grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important; }
.nqt-stack { display: grid; gap: var(--nqt-space-5); }

.site-header.nqt-global-header { position: sticky; top: 0; z-index: var(--nqt-z-header); background: rgba(255,255,255,0.96); border-bottom: 1px solid rgba(203,213,225,0.85); backdrop-filter: blur(12px); transition: box-shadow 180ms ease, border-color 180ms ease; }
.admin-bar .site-header.nqt-global-header { top: 32px; }
.site-header.nqt-is-sticky { box-shadow: var(--nqt-shadow-subtle); border-color: transparent; }
.nqt-header-shell { min-height: 76px; display: flex; align-items: center; gap: var(--nqt-space-4); }
.nqt-brand { display: inline-flex; flex-direction: column; justify-content: center; min-width: max-content; color: var(--nqt-color-ink); text-decoration: none; line-height: 1; font-weight: 900; letter-spacing: 0; }
.nqt-brand-main { font-size: clamp(28px, 3vw, 42px); }
.nqt-brand span { color: var(--nqt-color-gold); }
.nqt-brand small { margin-top: 5px; color: var(--nqt-color-teal); font-size: 13px; letter-spacing: 0.36em; font-weight: 800; }

.nqt-primary-nav { margin-left: auto; }
.nqt-nav-list, .nqt-dropdown { list-style: none; margin: 0; padding: 0; }
.nqt-nav-list { display: flex; align-items: center; gap: 2px; }
.nqt-nav-list > li { position: relative; display: flex; align-items: center; }
.nqt-nav-list a { display: inline-flex; align-items: center; min-height: 44px; padding: 10px 12px; border-radius: var(--nqt-radius-md); color: var(--nqt-color-ink); text-decoration: none; font-size: 15px; font-weight: 700; line-height: 1.25; }
.nqt-nav-list a:hover, .nqt-nav-list a:focus-visible { color: var(--nqt-color-teal); background: var(--nqt-color-muted-surface); outline: none; }
.nqt-dropdown-toggle { width: 28px; height: 36px; border: 0; background: transparent; border-radius: var(--nqt-radius-sm); cursor: pointer; }
.nqt-dropdown-toggle::after { content: ""; display: inline-block; width: 8px; height: 8px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); color: var(--nqt-color-muted-text); }
.nqt-dropdown { position: absolute; top: calc(100% + 8px); left: 0; z-index: var(--nqt-z-dropdown); min-width: 230px; padding: 8px; border: 1px solid var(--nqt-color-border); border-radius: var(--nqt-radius-md); background: #fff; box-shadow: var(--nqt-shadow-menu); opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease; }
.nqt-has-dropdown:hover > .nqt-dropdown, .nqt-has-dropdown:focus-within > .nqt-dropdown, .nqt-has-dropdown.nqt-dropdown-open > .nqt-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.nqt-dropdown a { width: 100%; justify-content: flex-start; font-weight: 650; }

.nqt-header-search { display: flex; align-items: center; gap: 0; margin-left: var(--nqt-space-2); }
.nqt-header-search input { width: 150px; min-height: 42px; border: 1px solid var(--nqt-color-border); border-right: 0; border-radius: var(--nqt-radius-md) 0 0 var(--nqt-radius-md); padding: 0 12px; color: var(--nqt-color-ink); background: #fff; }
.nqt-header-search button { min-width: 42px; min-height: 42px; border: 1px solid var(--nqt-color-border); border-radius: 0 var(--nqt-radius-md) var(--nqt-radius-md) 0; background: var(--nqt-color-surface); color: var(--nqt-color-ink); font-weight: 800; cursor: pointer; }
.nqt-header-search input:focus, .nqt-header-search button:focus-visible { outline: 3px solid rgba(212,160,23,.35); outline-offset: 2px; }

.nqt-btn, .header-cta.nqt-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 12px 18px; border-radius: var(--nqt-radius-md); border: 1px solid transparent; font-weight: 800; text-decoration: none; line-height: 1.2; transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease; }
.nqt-btn:hover { transform: translateY(-1px); }
.nqt-btn:focus-visible { outline: 3px solid rgba(212,160,23,.42); outline-offset: 3px; }
.nqt-btn-primary { background: var(--nqt-color-teal); color: #fff; border-color: var(--nqt-color-teal); }
.nqt-btn-primary:hover { background: var(--nqt-color-teal-dark); color: #fff; }
.nqt-btn-secondary { background: #fff; color: var(--nqt-color-teal); border-color: var(--nqt-color-teal); }
.nqt-btn-secondary:hover { background: var(--nqt-color-muted-surface); }

.nqt-menu-toggle, .nqt-drawer-close { display: none; }

.nqt-card, .nqt-service-card, .nqt-book-card, .nqt-article-card, .nqt-research-card, .nqt-white-paper-card, .nqt-application-card, .nqt-testimonial-card, .nqt-logo-cloud, .nqt-stat-card, .nqt-cta-block, .nqt-alert { border: 1px solid var(--nqt-color-border); border-radius: var(--nqt-radius-md); background: #fff; }
.nqt-card, .nqt-service-card, .nqt-book-card, .nqt-article-card, .nqt-research-card, .nqt-white-paper-card, .nqt-application-card, .nqt-testimonial-card, .nqt-stat-card { padding: var(--nqt-space-5); }
.nqt-service-card, .nqt-book-card, .nqt-article-card, .nqt-research-card, .nqt-white-paper-card, .nqt-application-card { display: grid; gap: var(--nqt-space-3); }
.nqt-card-title { margin: 0; color: var(--nqt-color-ink); font-size: 1.15rem; line-height: 1.35; }
.nqt-card-meta, .nqt-muted { color: var(--nqt-color-muted-text); }
.nqt-cta-block { padding: clamp(24px, 4vw, 48px); background: linear-gradient(135deg, #ffffff 0%, var(--nqt-color-surface) 100%); }
.nqt-stat-card strong { display: block; font-size: clamp(2rem, 4vw, 3.5rem); color: var(--nqt-color-teal); line-height: 1; }
.nqt-badge { display: inline-flex; align-items: center; width: fit-content; min-height: 28px; padding: 4px 10px; border-radius: 999px; background: var(--nqt-color-muted-surface); color: var(--nqt-color-teal); font-size: 13px; font-weight: 800; }
.nqt-alert { padding: var(--nqt-space-4); border-left: 4px solid var(--nqt-color-info); }
.nqt-alert-warning { border-left-color: var(--nqt-color-warning); }
.nqt-alert-error { border-left-color: var(--nqt-color-error); }
.nqt-alert-success { border-left-color: var(--nqt-color-success); }
.nqt-breadcrumbs { font-size: 14px; color: var(--nqt-color-muted-text); margin-block: var(--nqt-space-4); }
.nqt-breadcrumbs a { color: var(--nqt-color-teal); text-decoration: none; }
.nqt-breadcrumbs a:hover { text-decoration: underline; }
.nqt-accordion button, .nqt-tab-list button { min-height: 44px; border: 1px solid var(--nqt-color-border); background: #fff; color: var(--nqt-color-ink); border-radius: var(--nqt-radius-md); padding: 10px 14px; font-weight: 750; cursor: pointer; }
.nqt-accordion button:focus-visible, .nqt-tab-list button:focus-visible { outline: 3px solid rgba(212,160,23,.35); outline-offset: 2px; }
.nqt-table { width: 100%; border-collapse: collapse; border: 1px solid var(--nqt-color-border); }
.nqt-table th, .nqt-table td { padding: 12px 14px; border-bottom: 1px solid var(--nqt-color-border); text-align: left; vertical-align: top; }
.nqt-table th { background: var(--nqt-color-muted-surface); color: var(--nqt-color-ink); }
.nqt-search, .nqt-filter { display: flex; gap: var(--nqt-space-3); align-items: center; flex-wrap: wrap; }
.nqt-search input, .nqt-filter select, .nqt-filter input, .nqt-form input, .nqt-form select, .nqt-form textarea { min-height: 44px; border: 1px solid var(--nqt-color-border); border-radius: var(--nqt-radius-md); padding: 10px 12px; font: inherit; }
.nqt-search input:focus, .nqt-filter select:focus, .nqt-filter input:focus, .nqt-form input:focus, .nqt-form select:focus, .nqt-form textarea:focus { outline: 3px solid rgba(212,160,23,.35); outline-offset: 2px; border-color: var(--nqt-color-teal); }

@media (max-width: 1180px) {
  .nqt-header-search input { width: 120px; }
  .nqt-nav-list a { padding-inline: 9px; font-size: 14px; }
}
@media (max-width: 1024px) {
  .admin-bar .site-header.nqt-global-header { top: 0; }
  .nqt-header-shell { min-height: 70px; }
  .nqt-menu-toggle { display: inline-flex; flex-direction: column; justify-content: center; gap: 5px; width: 46px; height: 46px; margin-left: auto; border: 1px solid var(--nqt-color-border); border-radius: var(--nqt-radius-md); background: #fff; cursor: pointer; }
  .nqt-menu-toggle span { display: block; width: 22px; height: 2px; margin-inline: auto; background: var(--nqt-color-ink); transition: transform 180ms ease, opacity 180ms ease; }
  .nqt-nav-open .nqt-menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nqt-nav-open .nqt-menu-toggle span:nth-child(2) { opacity: 0; }
  .nqt-nav-open .nqt-menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nqt-primary-nav { position: fixed; inset: 0 0 0 auto; z-index: var(--nqt-z-drawer); width: min(420px, 92vw); min-height: 100vh; padding: 76px 24px 32px; background: #fff; box-shadow: var(--nqt-shadow-menu); transform: translateX(100%); transition: transform 220ms ease; overflow-y: auto; }
  .nqt-nav-open .nqt-primary-nav { transform: translateX(0); }
  .nqt-drawer-close { display: inline-flex; position: absolute; top: 18px; right: 18px; align-items: center; justify-content: center; width: 44px; height: 44px; border: 1px solid var(--nqt-color-border); border-radius: var(--nqt-radius-md); background: #fff; color: var(--nqt-color-ink); font-size: 30px; line-height: 1; cursor: pointer; }
  .nqt-nav-list { display: grid; align-items: stretch; gap: 4px; }
  .nqt-nav-list > li { display: grid; grid-template-columns: 1fr auto; align-items: center; }
  .nqt-nav-list a { width: 100%; min-height: 52px; padding: 14px; font-size: 17px; }
  .nqt-dropdown-toggle { width: 48px; height: 52px; }
  .nqt-dropdown { position: static; grid-column: 1 / -1; min-width: 0; box-shadow: none; border-radius: var(--nqt-radius-md); background: var(--nqt-color-surface); opacity: 1; visibility: visible; transform: none; display: none; margin: 0 0 8px; }
  .nqt-has-dropdown.nqt-dropdown-open > .nqt-dropdown { display: grid; }
  .nqt-header-search { margin-left: 0; }
  .nqt-header-search input { width: 150px; }
  .header-cta.nqt-btn { display: none; }
}
@media (max-width: 720px) {
  .nqt-container, .page-shell, .footer-inner, .nqt-header-shell { width: min(100% - 24px, 1200px); }
  .nqt-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--nqt-space-4); }
  .nqt-brand-main { font-size: 28px; }
  .nqt-brand small { font-size: 11px; letter-spacing: .28em; }
  .nqt-header-search { display: none; }
  .nqt-primary-nav .nqt-header-search { display: flex; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}


/* Prompt 05 mobile drawer search refinement */
@media (max-width: 1024px) {
  body.nqt-nav-open .nqt-header-search {
    display: flex;
    position: fixed;
    top: 104px;
    left: 26px;
    right: 26px;
    z-index: calc(var(--nqt-z-drawer) + 1);
    max-width: none;
  }
  body.nqt-nav-open .nqt-primary-nav .nqt-nav-list {
    padding-top: 78px;
  }
}


/* Prompt 06 global footer framework */
.nqt-footer {
  background: linear-gradient(180deg, #071019 0%, #03080d 100%);
  color: var(--nqt-color-white, #ffffff);
  border-top: 1px solid rgba(255, 214, 10, 0.22);
  margin-top: clamp(3rem, 7vw, 6rem);
}

.nqt-footer a {
  color: inherit;
  text-decoration: none;
}

.nqt-footer a:hover,
.nqt-footer a:focus-visible {
  color: var(--nqt-color-accent, #ffd60a);
}

.nqt-footer button[disabled] {
  color: rgba(255, 255, 255, 0.62) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  opacity: 1 !important;
}

.nqt-footer a:focus-visible,
.nqt-footer button:focus-visible,
.nqt-footer input:focus-visible {
  outline: 3px solid var(--nqt-color-accent, #ffd60a);
  outline-offset: 4px;
}

.nqt-footer__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr));
  gap: clamp(1.75rem, 4vw, 3.5rem);
  padding-block: clamp(3rem, 7vw, 5rem);
}

.nqt-footer__brand p,
.nqt-footer__contact p,
.nqt-newsletter p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.75;
  margin: 0 0 1rem;
}

.nqt-footer__logo {
  display: inline-flex;
  flex-direction: column;
  gap: 0.2rem;
  margin-bottom: 1.15rem;
  min-height: 44px;
}

.nqt-footer__logo-main {
  color: #ffffff;
  font-size: clamp(1.85rem, 3vw, 2.55rem);
  font-weight: 900;
  line-height: 1;
}

.nqt-footer__logo-main span {
  color: var(--nqt-color-accent, #ffd60a);
}

.nqt-footer__logo-sub {
  color: var(--nqt-color-gold-soft, #e9c46a);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.nqt-footer__statement {
  color: #ffffff !important;
  font-weight: 800;
}

.nqt-footer__contact-btn {
  margin-top: 0.75rem;
}

.nqt-footer__nav h2,
.nqt-footer__contact h2,
.nqt-newsletter h2 {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 850;
  margin: 0 0 1rem;
}

.nqt-footer__nav ul {
  display: grid;
  gap: 0.7rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nqt-footer__nav a {
  color: rgba(255, 255, 255, 0.78);
  display: inline-flex;
  align-items: center;
  min-height: 32px;
}

.nqt-footer__future {
  border: 1px solid rgba(255, 214, 10, 0.28);
  border-radius: 999px;
  color: var(--nqt-color-accent, #ffd60a);
  font-size: 0.72rem;
  font-weight: 800;
  margin-left: 0.45rem;
  padding: 0.08rem 0.45rem;
  text-transform: uppercase;
}

.nqt-footer__meta {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.45fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  padding-block: clamp(1.75rem, 4vw, 2.75rem);
}

.nqt-footer__contact a {
  color: var(--nqt-color-accent, #ffd60a);
  font-weight: 750;
}

.nqt-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.nqt-footer__social a {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 800;
  min-height: 44px;
  padding: 0.65rem 1rem;
}

.nqt-newsletter {
  align-items: center;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--nqt-radius-md, 8px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  padding: clamp(1rem, 2vw, 1.35rem);
}

.nqt-newsletter__placeholder {
  display: flex;
  gap: 0.65rem;
}

.nqt-newsletter input {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--nqt-radius-sm, 6px);
  color: rgba(255, 255, 255, 0.76);
  min-height: 44px;
  min-width: min(18rem, 100%);
  padding: 0.7rem 0.9rem;
}

.nqt-newsletter input:disabled,
.nqt-newsletter button:disabled {
  cursor: not-allowed;
  opacity: 0.72;
}

.nqt-footer__bottom {
  background: rgba(0, 0, 0, 0.35);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.nqt-footer__bottom-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  min-height: 76px;
  padding-block: 1rem;
}

.nqt-footer__bottom p {
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
}

.nqt-footer__bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.nqt-footer__bottom a {
  color: rgba(255, 255, 255, 0.72);
  min-height: 32px;
}

@media (max-width: 980px) {
  .nqt-footer__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nqt-footer__brand {
    grid-column: 1 / -1;
  }

  .nqt-footer__meta,
  .nqt-newsletter {
    grid-template-columns: 1fr;
  }

  .nqt-newsletter__placeholder {
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  .nqt-footer__inner {
    grid-template-columns: 1fr;
  }

  .nqt-footer__nav a,
  .nqt-footer__bottom a {
    min-height: 44px;
  }

  .nqt-newsletter__placeholder,
  .nqt-newsletter input,
  .nqt-newsletter button {
    width: 100%;
  }

  .nqt-footer__bottom-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Prompt 07 home page framework */
.nqt-home {
	background: var(--nqt-color-surface, #ffffff);
	color: var(--nqt-color-text, #15171a);
}

.nqt-home-hero {
	background:
		linear-gradient(90deg, rgba(0, 13, 20, 0.95) 0%, rgba(0, 13, 20, 0.82) 52%, rgba(0, 13, 20, 0.56) 100%),
		var(--nqt-color-deep, #000d14);
	color: var(--nqt-color-white, #ffffff);
	padding: 6rem 0 5rem;
}

.nqt-home-hero__grid,
.nqt-home-why__grid {
	align-items: center;
	display: grid;
	gap: 3rem;
	grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.95fr);
}

.nqt-home-hero__content {
	max-width: 48rem;
}

.nqt-home-eyebrow {
	color: var(--nqt-color-gold, #ffd400);
	font-size: 0.88rem;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0 0 0.9rem;
	text-transform: uppercase;
}

.nqt-home-hero h1 {
	color: var(--nqt-color-white, #ffffff);
	font-size: 3.5rem;
	line-height: 1.05;
	margin: 0;
	max-width: 52rem;
}

.nqt-home-hero__lead {
	color: rgba(255, 255, 255, 0.9);
	font-size: 1.2rem;
	line-height: 1.65;
	margin: 1.5rem 0 0;
	max-width: 46rem;
}

.nqt-home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	margin-top: 2rem;
}

.nqt-home-proof {
	display: grid;
	gap: 0.7rem;
	list-style: none;
	margin: 2rem 0 0;
	padding: 0;
}

.nqt-home-proof li {
	border-left: 3px solid var(--nqt-color-gold, #ffd400);
	color: rgba(255, 255, 255, 0.86);
	font-weight: 700;
	padding-left: 0.85rem;
}

.nqt-home-hero__media {
	border: 1px solid rgba(255, 255, 255, 0.16);
	min-height: 31rem;
	overflow: hidden;
	position: relative;
}

.nqt-home-hero__media::before {
	background:
		linear-gradient(135deg, rgba(255, 212, 0, 0.14), transparent 38%),
		linear-gradient(225deg, rgba(41, 182, 190, 0.18), transparent 42%);
	content: "";
	inset: 0;
	position: absolute;
	z-index: 1;
}

.nqt-home-hero__media img {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.nqt-home-hero__panel {
	background: rgba(0, 13, 20, 0.84);
	border: 1px solid rgba(255, 212, 0, 0.5);
	bottom: 1.4rem;
	left: 1.4rem;
	padding: 1rem 1.1rem;
	position: absolute;
	right: 1.4rem;
	z-index: 2;
}

.nqt-home-hero__panel span {
	color: var(--nqt-color-gold, #ffd400);
	display: block;
	font-size: 0.82rem;
	font-weight: 800;
	margin-bottom: 0.25rem;
	text-transform: uppercase;
}

.nqt-home-hero__panel strong {
	color: var(--nqt-color-white, #ffffff);
	font-size: 1.1rem;
}

.nqt-section-heading {
	margin: 0 0 2rem;
	max-width: 56rem;
}

.nqt-section-heading--split {
	align-items: end;
	display: flex;
	gap: 1.5rem;
	justify-content: space-between;
	max-width: none;
}

.nqt-section-heading h2,
.nqt-home-why h2,
.nqt-cta-block h2 {
	color: var(--nqt-color-text, #15171a);
	font-size: 2.25rem;
	line-height: 1.16;
	margin: 0;
}

.nqt-section-heading p:not(.nqt-home-eyebrow),
.nqt-home-why p,
.nqt-cta-block p {
	color: var(--nqt-color-muted, #5a6470);
	font-size: 1.03rem;
	line-height: 1.7;
	margin: 1rem 0 0;
}

.nqt-grid--four {
	display: grid;
	gap: 1.2rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nqt-grid--three {
	display: grid;
	gap: 1.2rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nqt-home-card,
.nqt-home-service-card,
.nqt-home-book-card,
.nqt-home-article-card {
	background: var(--nqt-color-white, #ffffff);
	border: 1px solid var(--nqt-color-border, #d9dee5);
	border-radius: 8px;
	min-height: 100%;
	padding: 1.45rem;
	transition: border-color 160ms ease, transform 160ms ease;
}

.nqt-home-card:hover,
.nqt-home-service-card:hover,
.nqt-home-book-card:hover,
.nqt-home-article-card:hover {
	border-color: rgba(255, 212, 0, 0.75);
	transform: translateY(-2px);
}

.nqt-home-icon {
	align-items: center;
	background: var(--nqt-color-deep, #000d14);
	border: 1px solid rgba(255, 212, 0, 0.45);
	color: var(--nqt-color-gold, #ffd400);
	display: inline-flex;
	height: 3rem;
	justify-content: center;
	margin-bottom: 1rem;
	width: 3rem;
}

.nqt-home-icon svg {
	fill: currentColor;
	height: 1.35rem;
	width: 1.35rem;
}

.nqt-home-card h3,
.nqt-home-service-card h3,
.nqt-home-book-card h3,
.nqt-home-article-card h3,
.nqt-home-why__list h3 {
	color: var(--nqt-color-text, #15171a);
	font-size: 1.14rem;
	line-height: 1.28;
	margin: 0 0 0.75rem;
}

.nqt-home-card p,
.nqt-home-service-card p,
.nqt-home-book-card p,
.nqt-home-article-card p,
.nqt-home-why__list p {
	color: var(--nqt-color-muted, #5a6470);
	line-height: 1.65;
	margin: 0;
}

.nqt-card-link {
	color: var(--nqt-color-link, #005f73);
	display: inline-flex;
	font-weight: 800;
	margin-top: 1.1rem;
	text-decoration: none;
}

.nqt-card-link:focus,
.nqt-card-link:hover {
	color: var(--nqt-color-deep, #000d14);
	text-decoration: underline;
}

.nqt-home-ecosystem,
.nqt-home-books,
.nqt-home-stats {
	background: var(--nqt-color-surface-alt, #f5f7fa);
}

.nqt-home-ecosystem {
	background: linear-gradient(to bottom, #000d14 0, #173247 90px, #e8eff4 260px, #f5f7fa 400px, #f5f7fa 100%);
}

.nqt-home-book-card {
	display: grid;
	grid-template-rows: auto 1fr;
	padding: 0;
	overflow: hidden;
}

.nqt-home-book-card__image {
	background: var(--nqt-color-surface-alt, #f5f7fa);
	display: block;
	min-height: 18rem;
	overflow: hidden;
}

.nqt-home-book-card__image img {
	display: block;
	height: 18rem;
	object-fit: cover;
	width: 100%;
}

.nqt-home-book-card__content {
	padding: 1.35rem;
}

.nqt-home-card-meta {
	color: var(--nqt-color-gold-dark, #a47b00);
	font-size: 0.82rem;
	font-weight: 800;
	margin-bottom: 0.75rem;
	text-transform: uppercase;
}

.nqt-home-article-card h3 a {
	color: inherit;
	text-decoration: none;
}

.nqt-home-article-card h3 a:focus,
.nqt-home-article-card h3 a:hover {
	color: var(--nqt-color-link, #005f73);
	text-decoration: underline;
}

.nqt-home-why {
	background: var(--nqt-color-white, #ffffff);
}

.nqt-home-why__list {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nqt-home-why__list > div {
	background: var(--nqt-color-surface-alt, #f5f7fa);
	border-left: 4px solid var(--nqt-color-gold, #ffd400);
	padding: 1.25rem;
}

.nqt-home-stats .nqt-stat-card {
	align-items: flex-start;
	background: var(--nqt-color-white, #ffffff);
	border: 1px solid var(--nqt-color-border, #d9dee5);
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	padding: 1.5rem;
}

.nqt-home-stats .nqt-stat-card strong {
	color: var(--nqt-color-deep, #000d14);
	font-size: 2.1rem;
	line-height: 1;
}

.nqt-home-stats .nqt-stat-card span {
	color: var(--nqt-color-muted, #5a6470);
	font-weight: 700;
	line-height: 1.45;
}

.nqt-home-final-cta {
	background: var(--nqt-color-white, #ffffff);
}

.nqt-home-final-cta .nqt-cta-block {
	background: var(--nqt-color-deep, #000d14);
	border: 1px solid rgba(255, 212, 0, 0.45);
	border-radius: 8px;
	color: var(--nqt-color-white, #ffffff);
	padding: 3rem;
}

.nqt-home-final-cta .nqt-cta-block h2,
.nqt-home-final-cta .nqt-cta-block p {
	color: var(--nqt-color-white, #ffffff);
	max-width: 56rem;
}

@media (max-width: 1100px) {
	.nqt-grid--four {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nqt-home-hero h1 {
		font-size: 3rem;
	}
}

@media (max-width: 860px) {
	.nqt-home-hero {
		padding: 4.5rem 0 4rem;
	}

	.nqt-home-hero__grid,
	.nqt-home-why__grid,
	.nqt-grid--three {
		grid-template-columns: 1fr;
	}

	.nqt-home-hero__media {
		min-height: 22rem;
	}

	.nqt-section-heading--split {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 640px) {
	.nqt-home-hero h1 {
		font-size: 2.35rem;
	}

	.nqt-section-heading h2,
	.nqt-home-why h2,
	.nqt-cta-block h2 {
		font-size: 1.85rem;
	}

	.nqt-grid--four,
	.nqt-home-why__list {
		grid-template-columns: 1fr;
	}

	.nqt-home-hero__media {
		min-height: 13rem;
	}

	.nqt-home-hero__actions .nqt-btn {
		justify-content: center;
		width: 100%;
	}

	.nqt-home-final-cta .nqt-cta-block {
		padding: 2rem 1.25rem;
	}
}


/* Prompt 07 verification fix: keep the existing global header inside narrower desktop widths. */
@media (max-width: 1360px) {
	.nqt-header-search {
		display: none;
	}

	.nqt-header-search .search-field {
		min-width: 0;
	}

	.header-cta.nqt-btn {
		padding-left: 1rem;
		padding-right: 1rem;
		white-space: nowrap;
	}
}


@media (max-width: 1280px) {
	.header-cta.nqt-btn {
		font-size: 0.875rem;
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
}


/* Prompt 08: About and Why NovaQTech pages */
.nqt-v20-page {
	background: #02080d;
	color: #f8fafc;
}

.nqt-v20-section {
	padding: clamp(64px, 8vw, 108px) 0;
}

.nqt-v20-container {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

.nqt-v20-hero {
	min-height: min(760px, calc(100vh - 80px));
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	background: radial-gradient(circle at 80% 20%, rgba(255, 211, 0, 0.16), transparent 34%), linear-gradient(135deg, #02080d 0%, #06131c 52%, #04090e 100%);
}

.nqt-v20-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
	gap: clamp(32px, 6vw, 72px);
	align-items: center;
}

.nqt-v20-eyebrow {
	color: #ffd400;
	text-transform: uppercase;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	margin: 0 0 18px;
}

.nqt-v20-hero h1,
.nqt-v20-section-heading h2,
.nqt-v20-panel h2,
.nqt-v20-cta h2 {
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0;
	color: #ffffff;
}

.nqt-v20-hero h1 {
	font-size: clamp(2.4rem, 6vw, 5.2rem);
	max-width: 920px;
}

.nqt-v20-lead {
	margin: 24px 0 0;
	max-width: 760px;
	font-size: clamp(1.05rem, 2vw, 1.35rem);
	line-height: 1.65;
	color: #d9e3ea;
}

.nqt-v20-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 32px;
}

.nqt-v20-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 13px 22px;
	border: 2px solid #ffd400;
	border-radius: 8px;
	font-weight: 800;
	text-decoration: none;
	transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.nqt-v20-btn:focus-visible {
	outline: 3px solid #ffffff;
	outline-offset: 3px;
}

.nqt-v20-btn:hover {
	transform: translateY(-1px);
}

.nqt-v20-btn--primary {
	background: #ffd400;
	color: #06131c;
}

.nqt-v20-btn--secondary {
	background: transparent;
	color: #ffd400;
}

.nqt-v20-btn--secondary:hover {
	background: #ffd400;
	color: #06131c;
}

.nqt-v20-hero-panel {
	display: grid;
	gap: 12px;
	padding: 28px;
	border: 1px solid rgba(255, 212, 0, 0.34);
	border-radius: 8px;
	background: rgba(8, 20, 29, 0.78);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
}

.nqt-v20-hero-panel span,
.nqt-v20-hero-panel strong {
	display: block;
	padding: 13px 15px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.06);
	color: #edf5fa;
	font-weight: 750;
}

.nqt-v20-section-muted {
	background: #07131b;
	border-block: 1px solid rgba(255, 255, 255, 0.1);
}

.nqt-v20-section-heading {
	max-width: 840px;
	margin: 0 auto 36px;
	text-align: center;
}

.nqt-v20-section-heading--left {
	text-align: left;
	margin: 0;
}

.nqt-v20-section-heading h2,
.nqt-v20-panel h2,
.nqt-v20-cta h2 {
	font-size: clamp(2rem, 4vw, 3.2rem);
}

.nqt-v20-section-heading p:not(.nqt-v20-eyebrow),
.nqt-v20-panel p,
.nqt-v20-info-card p,
.nqt-v20-timeline p,
.nqt-v20-principles p,
.nqt-v20-cta p {
	color: #d6e0e7;
	line-height: 1.7;
	font-size: 1rem;
}

.nqt-v20-three-grid,
.nqt-v20-four-grid,
.nqt-v20-card-grid,
.nqt-v20-approach-grid {
	display: grid;
	gap: 20px;
}

.nqt-v20-three-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nqt-v20-four-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nqt-v20-card-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nqt-v20-card-grid--seven {
	grid-template-columns: repeat(7, minmax(0, 1fr));
}

.nqt-v20-panel,
.nqt-v20-info-card,
.nqt-v20-principles article,
.nqt-v20-timeline article {
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.045);
	padding: 24px;
}

.nqt-v20-panel {
	min-height: 100%;
}

.nqt-v20-info-card h3,
.nqt-v20-timeline h3,
.nqt-v20-principles h3 {
	color: #ffffff;
	margin: 14px 0 10px;
	line-height: 1.25;
	font-size: 1.2rem;
	letter-spacing: 0;
}

.nqt-v20-card-icon,
.nqt-v20-timeline span {
	width: 46px;
	height: 46px;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #ffd400;
	color: #06131c;
	font-weight: 900;
}

.nqt-v20-timeline {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 18px;
}

.nqt-v20-approach-grid {
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	align-items: start;
}

.nqt-v20-principles {
	display: grid;
	gap: 14px;
}

.nqt-v20-cta {
	background: #050d13;
}

.nqt-v20-cta-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 32px;
	align-items: center;
	padding: 34px;
	border: 1px solid rgba(255, 212, 0, 0.35);
	border-radius: 8px;
	background: linear-gradient(135deg, rgba(255, 212, 0, 0.12), rgba(255, 255, 255, 0.04));
}

@media (max-width: 1120px) {
	.nqt-v20-card-grid--seven {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.nqt-v20-timeline {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nqt-v20-four-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 860px) {
	.nqt-v20-hero {
		min-height: auto;
	}

	.nqt-v20-hero-grid,
	.nqt-v20-three-grid,
	.nqt-v20-card-grid,
	.nqt-v20-approach-grid,
	.nqt-v20-cta-inner {
		grid-template-columns: 1fr;
	}

	.nqt-v20-section {
		padding: 56px 0;
	}

	.nqt-v20-card-grid--seven,
	.nqt-v20-timeline {
		grid-template-columns: 1fr;
	}

	.nqt-v20-cta-inner {
		padding: 24px;
	}
}

@media (max-width: 560px) {
	.nqt-v20-container {
		width: min(100% - 28px, 1180px);
	}

	.nqt-v20-hero h1 {
		font-size: 2.25rem;
	}

	.nqt-v20-actions {
		flex-direction: column;
	}

	.nqt-v20-btn {
		width: 100%;
	}
}


/* Prompt 09: Services Hub */
.nqt-v20-services-page .nqt-v20-hero h1 {
  font-size: clamp(48px, 5vw, 56px);
  line-height: 1.08;
}

.nqt-v20-services-page .nqt-v20-section-heading h2,
.nqt-v20-services-page .nqt-v20-cta h2 {
  font-size: clamp(36px, 4vw, 42px);
  line-height: 1.18;
}

.nqt-v20-services-page .nqt-v20-info-card h3,
.nqt-v20-process-step h3 {
  font-size: clamp(28px, 3vw, 32px);
  line-height: 1.22;
}

.nqt-v20-services-page p,
.nqt-v20-services-page li {
  font-size: 18px;
  line-height: 1.65;
}

.nqt-v20-services-page .nqt-v20-eyebrow,
.nqt-v20-services-page .nqt-v20-inline-link,
.nqt-v20-faq-item summary {
  font-size: 16px;
}

.nqt-v20-service-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.nqt-v20-inline-link {
  align-self: flex-start;
  margin-top: auto;
  color: var(--nqt-gold, #ffd600);
  font-weight: 800;
  text-decoration: none;
  border-bottom: 2px solid currentColor;
  padding-top: 14px;
}

.nqt-v20-inline-link:hover,
.nqt-v20-inline-link:focus-visible {
  color: #ffffff;
}

.nqt-v20-inline-link:focus-visible,
.nqt-v20-faq-item summary:focus-visible {
  outline: 3px solid var(--nqt-gold, #ffd600);
  outline-offset: 4px;
}

.nqt-v20-process-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nqt-v20-process-step {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 24px;
}

.nqt-v20-process-number {
  align-items: center;
  background: var(--nqt-gold, #ffd600);
  border-radius: 999px;
  color: #050b12;
  display: inline-flex;
  font-size: 16px;
  font-weight: 900;
  height: 44px;
  justify-content: center;
  margin-bottom: 18px;
  width: 44px;
}

.nqt-v20-process-step h3 {
  margin: 0 0 12px;
}

.nqt-v20-process-step p {
  margin: 0;
}

.nqt-v20-faq-list {
  display: grid;
  gap: 14px;
  max-width: 1040px;
}

.nqt-v20-faq-item {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 0;
}

.nqt-v20-faq-item summary {
  color: #ffffff;
  cursor: pointer;
  font-weight: 800;
  line-height: 1.5;
  list-style-position: outside;
  min-height: 52px;
  padding: 20px 24px;
}

.nqt-v20-faq-item p {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin: 0;
  padding: 0 24px 24px;
}

@media (max-width: 1180px) {
  .nqt-v20-process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .nqt-v20-services-page .nqt-v20-hero h1 {
    font-size: clamp(40px, 10vw, 48px);
  }

  .nqt-v20-services-page .nqt-v20-section-heading h2,
  .nqt-v20-services-page .nqt-v20-cta h2 {
    font-size: clamp(32px, 8vw, 38px);
  }

  .nqt-v20-services-page .nqt-v20-info-card h3,
  .nqt-v20-process-step h3 {
    font-size: clamp(24px, 7vw, 30px);
  }

  .nqt-v20-process-list {
    grid-template-columns: 1fr;
  }

  .nqt-v20-process-step,
  .nqt-v20-faq-item summary,
  .nqt-v20-faq-item p {
    padding-left: 20px;
    padding-right: 20px;
  }
}


/* Prompt 10: Knowledge Hub */
.nqt-v20-knowledge-page {
  background: #020910;
  color: #f6f8fb;
}

.nqt-v20-knowledge-page .nqt-v20-hero h1 {
  font-size: clamp(48px, 5vw, 56px);
  line-height: 1.08;
}

.nqt-v20-knowledge-page .nqt-v20-section-heading h2,
.nqt-v20-knowledge-page .nqt-v20-cta h2 {
  font-size: clamp(36px, 4vw, 42px);
  line-height: 1.18;
}

.nqt-v20-knowledge-page .nqt-v20-info-card h3,
.nqt-v20-knowledge-page .nqt-v20-content-card h3 {
  font-size: clamp(28px, 3vw, 32px);
  line-height: 1.25;
}

.nqt-v20-knowledge-page p,
.nqt-v20-knowledge-page li,
.nqt-v20-knowledge-page input {
  font-size: 18px;
  line-height: 1.6;
}

.nqt-v20-knowledge-page .nqt-v20-eyebrow,
.nqt-v20-filter-chip,
.nqt-v20-pagination-placeholder {
  font-size: 16px;
}

.nqt-v20-knowledge-hero-panel strong {
  border-left: 4px solid #ffd600;
  display: block;
  padding-left: 16px;
}

.nqt-v20-knowledge-toolbar {
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(260px, 420px) 1fr;
  margin: 0 0 32px;
  padding: 18px;
}

.nqt-v20-knowledge-toolbar input {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  color: #050b12;
  min-height: 52px;
  padding: 12px 16px;
  width: 100%;
}

.nqt-v20-knowledge-toolbar input:disabled {
  cursor: not-allowed;
  opacity: 0.72;
}

.nqt-v20-filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.nqt-v20-filter-chip {
  align-items: center;
  border: 1px solid rgba(255, 214, 0, 0.48);
  border-radius: 999px;
  color: #ffd600;
  display: inline-flex;
  font-weight: 800;
  min-height: 42px;
  padding: 9px 14px;
}

.nqt-v20-knowledge-grid,
.nqt-v20-content-grid,
.nqt-v20-philosophy-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nqt-v20-knowledge-card,
.nqt-v20-knowledge-placeholder-card {
  min-height: 100%;
}

.nqt-v20-knowledge-placeholder-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 28px;
}

.nqt-v20-knowledge-placeholder-card h3 {
  margin-top: 0;
}

.nqt-v20-pagination-placeholder {
  border: 1px dashed rgba(255, 214, 0, 0.48);
  border-radius: 8px;
  color: #ffd600;
  font-weight: 800;
  margin-top: 24px;
  padding: 18px 20px;
  text-align: center;
}

.nqt-v20-knowledge-page a:focus-visible,
.nqt-v20-knowledge-page input:focus-visible {
  outline: 3px solid #ffd600;
  outline-offset: 4px;
}

@media (max-width: 1180px) {
  .nqt-v20-knowledge-grid,
  .nqt-v20-content-grid,
  .nqt-v20-philosophy-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nqt-v20-knowledge-toolbar {
    grid-template-columns: 1fr;
  }

  .nqt-v20-filter-group {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .nqt-v20-knowledge-page .nqt-v20-hero h1 {
    font-size: clamp(40px, 10vw, 48px);
  }

  .nqt-v20-knowledge-page .nqt-v20-section-heading h2,
  .nqt-v20-knowledge-page .nqt-v20-cta h2 {
    font-size: clamp(32px, 8vw, 38px);
  }

  .nqt-v20-knowledge-page .nqt-v20-info-card h3,
  .nqt-v20-knowledge-page .nqt-v20-content-card h3 {
    font-size: clamp(24px, 7vw, 30px);
  }

  .nqt-v20-knowledge-grid,
  .nqt-v20-content-grid,
  .nqt-v20-philosophy-grid {
    grid-template-columns: 1fr;
  }

  .nqt-v20-knowledge-toolbar,
  .nqt-v20-knowledge-placeholder-card {
    padding: 20px;
  }
}

/* Prompt 11: Books & Publications Hub */
.nqt-v20-books-page {
  background: #020910;
  color: #ffffff;
}

.nqt-v20-books-page .nqt-v20-hero {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.nqt-v20-books-page h1 {
  font-size: clamp(48px, 5vw, 56px);
  line-height: 1.05;
}

.nqt-v20-books-page h2 {
  font-size: clamp(36px, 4vw, 42px);
  line-height: 1.16;
}

.nqt-v20-books-page h3 {
  font-size: clamp(28px, 3vw, 32px);
  line-height: 1.2;
}

.nqt-v20-books-page p,
.nqt-v20-books-page li {
  font-size: 18px;
  line-height: 1.65;
}

.nqt-v20-books-page .nqt-v20-eyebrow,
.nqt-v20-books-page .nqt-v20-badge,
.nqt-v20-books-page .nqt-v20-filter-preview span,
.nqt-v20-books-page .nqt-v20-inline-link,
.nqt-v20-books-page .nqt-v20-button-small {
  font-size: 16px;
}

.nqt-v20-book-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.nqt-v20-book-feature-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

.nqt-v20-book-cover-wrap {
  display: grid;
  place-items: center;
  min-height: 260px;
  padding: 24px;
  background: #f6f8fb;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.nqt-v20-book-cover-wrap img {
  width: min(100%, 260px);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  border-radius: 6px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

.nqt-v20-book-feature-body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}

.nqt-v20-book-feature-body h3 {
  margin: 0;
}

.nqt-v20-book-feature-body p:not(.nqt-v20-eyebrow) {
  margin: 0;
}

.nqt-v20-book-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 10px;
}

.nqt-v20-button-small {
  min-height: 44px;
  padding: 11px 16px;
}

.nqt-v20-card-grid-five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.nqt-v20-publication-series-card,
.nqt-v20-publication-status-card {
  min-height: 100%;
}

.nqt-v20-three-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nqt-v20-four-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nqt-v20-stack-list {
  display: grid;
  gap: 16px;
}

.nqt-v20-stack-list div {
  display: grid;
  gap: 6px;
  padding: 18px;
  border: 1px solid rgba(255, 214, 0, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.nqt-v20-stack-list strong {
  color: #ffd600;
  font-size: 18px;
}

.nqt-v20-stack-list span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.6;
}

.nqt-v20-future-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 36px;
  align-items: center;
  padding: 34px;
  border: 1px solid rgba(255, 214, 0, 0.24);
  border-radius: 8px;
  background: #07111d;
}

.nqt-v20-filter-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}

.nqt-v20-filter-preview span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border: 1px solid rgba(255, 214, 0, 0.32);
  border-radius: 999px;
  color: #ffd600;
  background: rgba(255, 255, 255, 0.06);
}

.nqt-v20-books-page a:focus-visible,
.nqt-v20-books-page button:focus-visible {
  outline: 3px solid #ffd600;
  outline-offset: 3px;
}

@media (max-width: 1180px) {
  .nqt-v20-book-feature-grid,
  .nqt-v20-card-grid-five,
  .nqt-v20-four-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .nqt-v20-book-feature-grid,
  .nqt-v20-card-grid-five,
  .nqt-v20-three-grid,
  .nqt-v20-four-grid,
  .nqt-v20-future-panel {
    grid-template-columns: 1fr;
  }

  .nqt-v20-book-cover-wrap {
    min-height: 220px;
    padding: 18px;
  }

  .nqt-v20-book-actions,
  .nqt-v20-filter-preview {
    align-items: stretch;
  }

  .nqt-v20-book-actions a,
  .nqt-v20-filter-preview span {
    width: 100%;
    justify-content: center;
  }

  .nqt-v20-future-panel {
    padding: 24px;
  }
}



/* Prompt 12: Research & White Papers Hub */
.nqt-v20-research-page {
    background: #020910;
    color: #ffffff;
}

.nqt-v20-research-page .nqt-v20-section {
    padding: 88px 0;
}

.nqt-v20-research-page .nqt-v20-section-muted {
    background: #07111d;
}

.nqt-v20-research-page h1 {
    font-size: clamp(48px, 5vw, 56px);
    line-height: 1.05;
}

.nqt-v20-research-page h2 {
    font-size: clamp(36px, 4vw, 42px);
    line-height: 1.15;
}

.nqt-v20-research-page h3 {
    font-size: clamp(28px, 3vw, 32px);
    line-height: 1.22;
}

.nqt-v20-research-page p,
.nqt-v20-research-page li {
    font-size: 18px;
    line-height: 1.65;
}

.nqt-v20-research-page .nqt-v20-eyebrow,
.nqt-v20-research-page .nqt-v20-badge,
.nqt-v20-research-page .nqt-v20-area-code,
.nqt-v20-research-page .nqt-v20-button,
.nqt-v20-research-page .nqt-v20-link {
    font-size: 16px;
}

.nqt-v20-research-hero {
    padding: 104px 0 88px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.nqt-v20-research-hero .nqt-v20-hero-grid {
    align-items: center;
    display: grid;
    gap: 48px;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
}

.nqt-v20-research-page .nqt-v20-lead {
    max-width: 780px;
}

.nqt-v20-research-page .nqt-v20-hero-panel,
.nqt-v20-research-page .nqt-v20-card,
.nqt-v20-research-page .nqt-v20-roadmap-grid article {
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.nqt-v20-research-page .nqt-v20-hero-panel {
    display: grid;
    gap: 14px;
    padding: 28px;
}

.nqt-v20-research-page .nqt-v20-hero-panel span,
.nqt-v20-research-page .nqt-v20-philosophy-list span,
.nqt-v20-research-page .nqt-v20-research-tools span {
    border-left: 3px solid #ffd600;
    color: #ffffff;
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding: 12px 14px;
}

.nqt-v20-research-highlight-grid,
.nqt-v20-white-paper-grid,
.nqt-v20-research-areas-grid,
.nqt-v20-academic-grid,
.nqt-v20-roadmap-grid {
    display: grid;
    gap: 24px;
    margin-top: 34px;
}

.nqt-v20-research-highlight-grid,
.nqt-v20-white-paper-grid,
.nqt-v20-academic-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.nqt-v20-research-areas-grid,
.nqt-v20-roadmap-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nqt-v20-research-page .nqt-v20-card,
.nqt-v20-research-page .nqt-v20-roadmap-grid article {
    padding: 28px;
}

.nqt-v20-research-page .nqt-v20-card h3,
.nqt-v20-research-page .nqt-v20-roadmap-grid h3 {
    margin-top: 16px;
}

.nqt-v20-research-page .nqt-v20-badge,
.nqt-v20-research-page .nqt-v20-area-code {
    align-items: center;
    background: rgba(255, 214, 0, 0.12);
    border: 1px solid rgba(255, 214, 0, 0.42);
    border-radius: 999px;
    color: #ffd600;
    display: inline-flex;
    font-weight: 800;
    letter-spacing: 0;
    min-height: 36px;
    padding: 6px 12px;
}

.nqt-v20-research-page .nqt-v20-card-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 22px;
}

.nqt-v20-research-page .nqt-v20-split {
    align-items: start;
    display: grid;
    gap: 44px;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.85fr);
}

.nqt-v20-research-page .nqt-v20-philosophy-list,
.nqt-v20-research-page .nqt-v20-research-tools {
    display: grid;
    gap: 12px;
}

.nqt-v20-research-page .nqt-v20-research-tools {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 28px;
}

.nqt-v20-research-page .nqt-v20-cta-block {
    background: #07111d;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 84px 0;
}

.nqt-v20-research-page a:focus-visible,
.nqt-v20-research-page button:focus-visible {
    outline: 3px solid #ffd600;
    outline-offset: 4px;
}

@media (max-width: 1180px) {
    .nqt-v20-research-hero .nqt-v20-hero-grid,
    .nqt-v20-research-page .nqt-v20-split,
    .nqt-v20-research-highlight-grid,
    .nqt-v20-white-paper-grid,
    .nqt-v20-academic-grid,
    .nqt-v20-research-page .nqt-v20-research-tools {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .nqt-v20-research-page .nqt-v20-section,
    .nqt-v20-research-hero,
    .nqt-v20-research-page .nqt-v20-cta-block {
        padding: 64px 0;
    }

    .nqt-v20-research-hero .nqt-v20-hero-grid,
    .nqt-v20-research-page .nqt-v20-split,
    .nqt-v20-research-highlight-grid,
    .nqt-v20-white-paper-grid,
    .nqt-v20-research-areas-grid,
    .nqt-v20-academic-grid,
    .nqt-v20-roadmap-grid,
    .nqt-v20-research-page .nqt-v20-research-tools {
        grid-template-columns: 1fr;
    }

    .nqt-v20-research-page .nqt-v20-card,
    .nqt-v20-research-page .nqt-v20-roadmap-grid article,
    .nqt-v20-research-page .nqt-v20-hero-panel {
        padding: 22px;
    }
}


/* Prompt 13: Contact & Consultation Hub */
.nqt-v20-contact-page {
    font-size: 18px;
    line-height: 1.6;
}

.nqt-v20-contact-page h1 {
    font-size: clamp(48px, 5vw, 56px);
    line-height: 1.06;
}

.nqt-v20-contact-page h2 {
    font-size: clamp(36px, 4vw, 42px);
    line-height: 1.15;
}

.nqt-v20-contact-page h3 {
    font-size: clamp(28px, 3vw, 32px);
    line-height: 1.2;
}

.nqt-v20-contact-grid,
.nqt-v20-consultation-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.nqt-v20-contact-info-card a,
.nqt-v20-contact-info-card strong {
    color: #ffd600;
    font-size: 20px;
    font-weight: 800;
    overflow-wrap: anywhere;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

.nqt-v20-form-layout,
.nqt-v20-faq-layout,
.nqt-v20-split {
    display: grid;
    grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.45fr);
    gap: 40px;
    align-items: start;
}

.nqt-v20-form-section .nqt-v20-container {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    padding: clamp(28px, 4vw, 48px);
}

.nqt-v20-contact-form {
    display: grid;
    gap: 18px;
}

.nqt-v20-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.nqt-v20-form-field {
    display: grid;
    gap: 8px;
    margin: 0;
}

.nqt-v20-form-field label {
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
}

.nqt-v20-contact-form input,
.nqt-v20-contact-form select,
.nqt-v20-contact-form textarea {
    width: 100%;
    min-height: 52px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: #ffffff;
    color: #020910;
    font: inherit;
    font-size: 18px;
    line-height: 1.5;
    padding: 14px 16px;
}

.nqt-v20-contact-form textarea {
    min-height: 160px;
    resize: vertical;
}

.nqt-v20-contact-form input:focus-visible,
.nqt-v20-contact-form select:focus-visible,
.nqt-v20-contact-form textarea:focus-visible,
.nqt-v20-contact-form button:focus-visible,
.nqt-v20-faq-item summary:focus-visible,
.nqt-v20-privacy-note a:focus-visible {
    outline: 3px solid #ffd600;
    outline-offset: 3px;
}

.nqt-v20-form-note,
.nqt-v20-form-confirmation {
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    margin: 0;
}

.nqt-v20-form-confirmation {
    background: rgba(255, 214, 0, 0.12);
    border: 1px solid rgba(255, 214, 0, 0.45);
    border-radius: 8px;
    color: #ffffff;
    padding: 16px 18px;
}

.nqt-v20-form-confirmation[hidden] {
    display: none !important;
}

.nqt-v20-consultation-card {
    min-height: 240px;
}

.nqt-v20-consultation-card .nqt-v20-badge {
    display: inline-block;
    width: 42px;
    height: 6px;
    border-radius: 999px;
    background: #ffd600;
    margin-bottom: 20px;
}

.nqt-v20-rich-text p {
    margin: 0 0 18px;
}

.nqt-v20-faq-list {
    display: grid;
    gap: 12px;
}

.nqt-v20-faq-item {
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
}

.nqt-v20-faq-item summary {
    cursor: pointer;
    font-size: 18px;
    font-weight: 800;
    padding: 18px 20px;
}

.nqt-v20-faq-item p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    margin: 0;
    padding: 0 20px 20px;
}

.nqt-v20-alert {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    padding: clamp(24px, 3vw, 36px);
}

.nqt-v20-alert h2 {
    margin-top: 0;
}

.nqt-v20-alert a {
    color: #ffd600;
    font-weight: 800;
    text-underline-offset: 5px;
}

@media (max-width: 980px) {
    .nqt-v20-contact-grid,
    .nqt-v20-consultation-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nqt-v20-form-layout,
    .nqt-v20-faq-layout,
    .nqt-v20-split {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .nqt-v20-contact-grid,
    .nqt-v20-consultation-grid,
    .nqt-v20-form-grid {
        grid-template-columns: 1fr;
    }

    .nqt-v20-form-section .nqt-v20-container,
    .nqt-v20-contact-page .nqt-v20-card {
        padding: 22px;
    }
}


/* RC audit fix: add spacing before Free Book Preview link when adjacent to another inline link */
.whitepaper-preview-link {
    margin-left: 0.85em;
}
