:root {
	--qcs-navy: #06152f;
	--qcs-navy-2: #0b2448;
	--qcs-teal: #0b8b86;
	--qcs-teal-light: #69d5cf;
	--qcs-green: #22c55e;
	--qcs-ink: #102944;
	--qcs-muted: #63758a;
	--qcs-line: #dfe7ef;
	--qcs-soft: #f3f6f9;
	--qcs-white: #ffffff;
}

body.qas-company-canvas {
	background: var(--qcs-white);
}

body.qas-company-canvas #masthead,
body.qas-company-canvas .site-header,
body.qas-company-canvas #colophon,
body.qas-company-canvas .site-footer,
body.qas-company-canvas .entry-header,
body.qas-company-canvas .page-header {
	display: none !important;
}

body.qas-company-canvas #page,
body.qas-company-canvas #primary,
body.qas-company-canvas #main,
body.qas-company-canvas .content-area,
body.qas-company-canvas .site-main,
body.qas-company-canvas .entry-content,
body.qas-company-canvas .entry-content-wrap,
body.qas-company-canvas .content-container,
body.qas-company-canvas .site-container {
	margin: 0 !important;
	max-width: none !important;
	padding: 0 !important;
	width: 100% !important;
}

body.qas-company-canvas article,
body.qas-company-canvas .entry,
body.qas-company-canvas .content-bg {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.qcs-site,
.qcs-site * {
	box-sizing: border-box;
}

.qcs-site {
	background: var(--qcs-white);
	color: var(--qcs-ink);
	font-family: Manrope, "Avenir Next", "Segoe UI", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	overflow: hidden;
}

.qcs-site a {
	transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}

.qcs-header {
	align-items: center;
	background: rgba(6, 21, 47, .97);
	border-bottom: 1px solid rgba(255,255,255,.09);
	display: flex;
	justify-content: space-between;
	min-height: 88px;
	padding: 14px max(28px, calc((100vw - 1280px) / 2));
	position: relative;
	z-index: 10;
}

.qcs-brand {
	align-items: center;
	color: #fff;
	display: flex;
	gap: 15px;
	text-decoration: none;
}

.qcs-brand .qcs-logo {
	display: block;
	height: 62px;
	object-fit: contain;
	width: auto;
}

.qcs-brand span,
.qcs-brand strong,
.qcs-brand small {
	display: block;
}

.qcs-brand strong {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: .12em;
	line-height: 1.25;
	text-transform: uppercase;
}

.qcs-brand small {
	color: #b5c5d7;
	font-size: 9px;
	letter-spacing: .12em;
	margin-top: 5px;
	text-transform: uppercase;
}

.qcs-header nav {
	align-items: center;
	display: flex;
	gap: 26px;
}

.qcs-header nav a {
	color: #cfdae7;
	font-size: 13px;
	font-weight: 650;
	text-decoration: none;
}

.qcs-header nav a:hover {
	color: #fff;
}

.qcs-header .qcs-login {
	border: 1px solid rgba(255,255,255,.25);
	border-radius: 9px;
	color: #fff;
	padding: 10px 14px;
}

.qcs-header .qcs-login:hover {
	background: rgba(255,255,255,.09);
	border-color: rgba(255,255,255,.5);
}

.qcs-hero {
	background:
		radial-gradient(circle at 80% 20%, rgba(11,139,134,.27), transparent 33%),
		linear-gradient(135deg, #06152f 0%, #0a2142 58%, #0a344a 100%);
	color: #fff;
	display: grid;
	gap: clamp(48px, 7vw, 100px);
	grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
	min-height: 680px;
	overflow: hidden;
	padding: 105px max(28px, calc((100vw - 1280px) / 2)) 112px;
	position: relative;
}

.qcs-hero::before {
	background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
	background-size: 52px 52px;
	content: "";
	inset: 0;
	mask-image: linear-gradient(90deg, transparent, #000 42%, #000);
	opacity: .55;
	pointer-events: none;
	position: absolute;
}

.qcs-hero-copy,
.qcs-control {
	align-self: center;
	position: relative;
}

.qcs-kicker {
	color: var(--qcs-teal);
	font-size: 11px !important;
	font-weight: 800;
	letter-spacing: .15em;
	margin: 0 0 14px !important;
	text-transform: uppercase;
}

.qcs-hero .qcs-kicker {
	color: var(--qcs-teal-light);
}

.qcs-hero h1 {
	color: #fff;
	font-size: clamp(50px, 6.2vw, 82px);
	font-weight: 650;
	letter-spacing: -.055em;
	line-height: .99;
	margin: 0 0 28px;
	max-width: 820px;
}

.qcs-hero h1 em {
	color: var(--qcs-green);
	font-style: normal;
}

.qcs-lead {
	color: #c5d2e1;
	font-size: clamp(18px, 1.7vw, 22px);
	line-height: 1.6;
	margin: 0;
	max-width: 760px;
}

.qcs-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 38px;
}

.qcs-button {
	border: 1px solid transparent;
	border-radius: 10px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 750;
	justify-content: center;
	padding: 13px 18px;
	text-decoration: none;
}

.qcs-button:hover {
	transform: translateY(-1px);
}

.qcs-button-primary,
.qcs-button-light {
	background: var(--qcs-green);
	color: var(--qcs-navy);
}

.qcs-button-primary:hover,
.qcs-button-light:hover {
	background: #55d982;
	color: var(--qcs-navy);
}

.qcs-button-ghost {
	border-color: rgba(255,255,255,.2);
	color: #fff;
}

.qcs-button-ghost:hover {
	background: rgba(255,255,255,.08);
	border-color: rgba(255,255,255,.4);
	color: #fff;
}

.qcs-hero-note {
	align-items: center;
	color: #91a6be;
	display: flex;
	font-size: 12px;
	gap: 10px;
	margin-top: 28px;
}

.qcs-hero-note span {
	background: var(--qcs-green);
	border-radius: 999px;
	box-shadow: 0 0 0 5px rgba(105,213,207,.11);
	display: inline-block;
	height: 7px;
	width: 7px;
}

.qcs-control {
	background: linear-gradient(145deg, rgba(255,255,255,.105), rgba(255,255,255,.055));
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 24px;
	box-shadow: 0 34px 90px rgba(0,0,0,.25);
	min-height: 472px;
	padding: 30px;
}

.qcs-control::after {
	border: 1px solid rgba(105,213,207,.23);
	border-radius: 28px;
	content: "";
	inset: -14px 18px 18px -14px;
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

.qcs-control-top,
.qcs-control-focus,
.qcs-control-rows > div {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.qcs-control-top {
	border-bottom: 1px solid rgba(255,255,255,.13);
	padding-bottom: 22px;
}

.qcs-control small {
	color: #8fa5bd;
	display: block;
	font-size: 10px;
	font-weight: 750;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.qcs-control strong {
	color: #fff;
	display: block;
	font-size: 18px;
	margin-top: 5px;
}

.qcs-live {
	background: rgba(34,197,94,.13);
	border: 1px solid rgba(34,197,94,.28);
	border-radius: 999px;
	color: #9be5e1;
	font-size: 10px;
	font-weight: 800;
	padding: 7px 10px;
	text-transform: uppercase;
}

.qcs-control-focus {
	justify-content: flex-start;
	gap: 24px;
	padding: 35px 0 30px;
}

.qcs-control-focus strong {
	font-size: 25px;
	line-height: 1.22;
}

.qcs-orbit {
	align-items: center;
	background: radial-gradient(circle, rgba(34,197,94,.18) 0 33%, transparent 34%), conic-gradient(var(--qcs-green) 0 74%, rgba(255,255,255,.1) 74% 100%);
	border-radius: 50%;
	display: flex;
	height: 96px;
	justify-content: center;
	position: relative;
	width: 96px;
}

.qcs-orbit::before {
	background: #0b2b49;
	border-radius: 50%;
	content: "";
	inset: 8px;
	position: absolute;
}

.qcs-orbit span {
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	position: relative;
}

.qcs-control-rows {
	display: grid;
	gap: 9px;
}

.qcs-control-rows > div {
	background: rgba(255,255,255,.055);
	border: 1px solid rgba(255,255,255,.08);
	border-radius: 10px;
	color: #c8d5e3;
	font-size: 12px;
	padding: 11px 13px;
}

.qcs-control-rows b {
	color: #8ce0dc;
	font-size: 11px;
}

.qcs-proof {
	background: #fff;
	border-bottom: 1px solid var(--qcs-line);
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding: 30px max(28px, calc((100vw - 1280px) / 2));
}

.qcs-proof div {
	border-right: 1px solid var(--qcs-line);
	padding: 6px 26px;
}

.qcs-proof div:first-child { padding-left: 0; }
.qcs-proof div:last-child { border-right: 0; }
.qcs-proof strong,
.qcs-proof span { display: block; }
.qcs-proof strong { color: var(--qcs-navy); font-size: 17px; }
.qcs-proof span { color: var(--qcs-muted); font-size: 12px; line-height: 1.45; margin-top: 5px; }

.qcs-intro,
.qcs-section,
.qcs-standards {
	padding: 108px max(28px, calc((100vw - 1280px) / 2));
}

.qcs-intro {
	display: grid;
	gap: clamp(45px, 7vw, 110px);
	grid-template-columns: 1.1fr .9fr;
}

.qcs-intro h2,
.qcs-section-head h2,
.qcs-system h2,
.qcs-standards h2,
.qcs-contact h2 {
	color: var(--qcs-navy);
	font-size: clamp(36px, 4.8vw, 62px);
	font-weight: 650;
	letter-spacing: -.045em;
	line-height: 1.08;
	margin: 10px 0 0;
}

.qcs-intro-copy {
	align-self: end;
	border-left: 2px solid var(--qcs-teal);
	padding-left: 30px;
}

.qcs-intro-copy p {
	color: var(--qcs-muted);
	font-size: 17px;
	line-height: 1.72;
	margin: 0 0 18px;
}

.qcs-expertise {
	background: var(--qcs-soft);
}

.qcs-section-head {
	max-width: 890px;
}

.qcs-section-head > p:last-child {
	color: var(--qcs-muted);
	font-size: 18px;
	line-height: 1.65;
	margin: 22px 0 0;
	max-width: 760px;
}

.qcs-card-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 58px;
}

.qcs-card-grid article {
	background: #fff !important;
	border: 1px solid var(--qcs-line) !important;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	min-height: 300px;
	padding: 30px !important;
	position: relative;
}

.qcs-card-grid article::after {
	background: var(--qcs-green);
	content: "";
	height: 2px;
	left: 30px;
	position: absolute;
	top: 0;
	width: 44px;
}

.qcs-card-grid article > span {
	color: var(--qcs-green);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .13em;
}

.qcs-card-grid h3 {
	color: var(--qcs-navy);
	font-size: 22px;
	line-height: 1.2;
	margin: 30px 0 12px;
}

.qcs-card-grid p {
	color: var(--qcs-muted);
	line-height: 1.65;
	margin: 0;
}

.qcs-card-grid em {
	border-top: 1px solid var(--qcs-line);
	color: #8796a7;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: .04em;
	margin-top: auto;
	padding-top: 18px;
}

.qcs-system {
	background: linear-gradient(135deg, #07182f, #0a2947);
	color: #fff;
	display: grid;
	gap: clamp(55px, 7vw, 105px);
	grid-template-columns: 1fr 1fr;
	padding: 110px max(28px, calc((100vw - 1280px) / 2));
}

.qcs-system .qcs-kicker { color: var(--qcs-teal-light); }
.qcs-system h2 { color: #fff; }
.qcs-system-copy > p:not(.qcs-kicker) { color: #b8c7d7; font-size: 17px; line-height: 1.7; }
.qcs-system ul { list-style: none; margin: 28px 0 30px; padding: 0; }
.qcs-system li { border-top: 1px solid rgba(255,255,255,.12); color: #d0dce8; padding: 13px 0 13px 28px; position: relative; }
.qcs-system li::before { color: var(--qcs-green); content: "✓"; left: 0; position: absolute; }
.qcs-inline { color: #fff; font-weight: 750; text-decoration: none; }
.qcs-inline span { color: var(--qcs-teal-light); margin-left: 8px; }

.qcs-system-board {
	align-self: center;
	background: #f8fafc;
	border: 1px solid rgba(255,255,255,.15);
	border-radius: 22px;
	box-shadow: 0 34px 90px rgba(0,0,0,.28);
	color: var(--qcs-ink);
	padding: 24px;
}

.qcs-board-head {
	align-items: center;
	border-bottom: 1px solid var(--qcs-line);
	display: flex;
	font-size: 13px;
	font-weight: 750;
	justify-content: space-between;
	padding: 3px 2px 20px;
}

.qcs-board-head b {
	background: #e2f4f2;
	border-radius: 999px;
	color: #08766f;
	font-size: 10px;
	padding: 7px 9px;
	text-transform: uppercase;
}

.qcs-board-grid {
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr 1fr;
	padding: 20px 0;
}

.qcs-board-grid > div {
	background: #fff;
	border: 1px solid var(--qcs-line);
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	min-height: 128px;
	padding: 16px;
}

.qcs-board-grid small { color: #159447; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.qcs-board-grid strong { color: var(--qcs-navy); font-size: 17px; margin: 10px 0; }
.qcs-board-grid i { color: var(--qcs-muted); font-size: 11px; font-style: normal; margin-top: auto; }
.qcs-board-foot { border-top: 1px solid var(--qcs-line); display: flex; flex-wrap: wrap; gap: 8px; padding-top: 17px; }
.qcs-board-foot span { background: #eaf0f5; border-radius: 999px; color: #53677d; font-size: 10px; font-weight: 750; padding: 7px 9px; text-transform: uppercase; }

.qcs-method ol {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	list-style: none;
	margin: 58px 0 0;
	padding: 0;
}

.qcs-method li {
	border-left: 1px solid var(--qcs-line);
	min-height: 250px;
	padding: 8px 27px 10px;
}

.qcs-method li:first-child { border-left: 0; padding-left: 0; }
.qcs-method li > span { color: #159447; font-size: 12px; font-weight: 850; letter-spacing: .12em; }
.qcs-method h3 { color: var(--qcs-navy); font-size: 21px; margin: 58px 0 12px; }
.qcs-method p { color: var(--qcs-muted); line-height: 1.65; margin: 0; }

.qcs-standards {
	background: var(--qcs-soft);
	display: grid;
	gap: 70px;
	grid-template-columns: 1fr 1fr;
}

.qcs-standards h2 { font-size: clamp(32px, 4vw, 50px); }
.qcs-tags { align-content: center; display: flex; flex-wrap: wrap; gap: 9px; }
.qcs-tags span { background: #fff; border: 1px solid var(--qcs-line); border-radius: 999px; color: var(--qcs-navy); font-size: 12px; font-weight: 700; padding: 10px 14px; }

.qcs-contact {
	align-items: end;
	background: #159447;
	color: #fff;
	display: flex;
	gap: 50px;
	justify-content: space-between;
	padding: 82px max(28px, calc((100vw - 1280px) / 2));
}

.qcs-contact > div:first-child { max-width: 820px; }
.qcs-contact .qcs-kicker { color: #c1f2ef; }
.qcs-contact h2 { color: #fff; }
.qcs-contact p:not(.qcs-kicker) { color: #d9f1ef; font-size: 17px; margin: 20px 0 0; }
.qcs-contact-actions { align-items: flex-end; display: flex; flex-direction: column; gap: 19px; min-width: 190px; }
.qcs-contact-actions > a:not(.qcs-button) { color: #fff; font-weight: 750; text-decoration: none; }
.qcs-contact-actions span { margin-left: 8px; }

.qcs-footer {
	align-items: start;
	background: var(--qcs-navy);
	color: #8fa3ba;
	display: grid;
	font-size: 11px;
	gap: 38px;
	grid-template-columns: minmax(250px, .85fr) minmax(440px, 1.55fr) auto;
	padding: 38px max(28px, calc((100vw - 1280px) / 2));
}

.qcs-footer .qcs-brand span { display: none; }
.qcs-footer .qcs-brand .qcs-logo { height: 48px; width: auto; }
.qcs-footer-brand { align-items: center; display: flex; gap: 18px; }
.qcs-footer-brand > div > strong,
.qcs-footer-brand > div > span { display: block; }
.qcs-footer-brand > div > strong { color: #dce5ef; font-size: 12px; }
.qcs-footer-brand > div > span { margin-top: 4px; }
.qcs-footer-legal > strong { color: #dce5ef; display: block; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.qcs-footer-legal nav { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 11px; }
.qcs-footer-legal nav a,
.qcs-footer-legal nav button {
	appearance: none;
	background: none;
	border: 0;
	color: #a7b7c9;
	cursor: pointer;
	font: inherit;
	font-weight: 650;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.qcs-footer-legal nav a:hover,
.qcs-footer-legal nav button:hover { color: #fff; }
.qcs-footer-legal small { color: #71869e; display: block; font-size: 9px; margin-top: 12px; }
.qcs-footer > p { margin: 6px 0 0; white-space: nowrap; }

.qcs-modal[hidden] { display: none !important; }
.qcs-modal {
	display: grid;
	inset: 0;
	place-items: center;
	position: fixed;
	z-index: 100000;
}
.qcs-modal-backdrop {
	background: rgba(1, 12, 29, .76);
	backdrop-filter: blur(8px);
	inset: 0;
	position: absolute;
}
.qcs-modal-panel {
	background: #fff;
	border: 1px solid rgba(6,21,47,.12);
	border-radius: 22px;
	box-shadow: 0 30px 100px rgba(0,0,0,.35);
	max-height: min(820px, calc(100vh - 48px));
	max-width: 820px;
	overflow: auto;
	position: relative;
	width: calc(100% - 40px);
	z-index: 1;
}
.qcs-modal-close {
	align-items: center;
	background: var(--qcs-soft);
	border: 1px solid var(--qcs-line);
	border-radius: 999px;
	color: var(--qcs-navy);
	cursor: pointer;
	display: flex;
	font-family: inherit;
	font-size: 24px;
	height: 40px;
	justify-content: center;
	line-height: 1;
	position: sticky;
	float: right;
	margin: 22px 22px 0 0;
	top: 22px;
	width: 40px;
	z-index: 2;
}
.qcs-modal-close:hover { background: #e7edf3; }
.qcs-modal-copy { padding: 50px 70px 64px; }
.qcs-modal-copy .qcs-kicker { margin-right: 56px !important; }
.qcs-modal-copy h2 {
	color: var(--qcs-navy);
	font-size: clamp(30px, 4vw, 46px);
	letter-spacing: -.035em;
	line-height: 1.1;
	margin: 0 56px 24px 0;
}
.qcs-modal-copy h3 {
	color: var(--qcs-navy);
	font-size: 18px;
	margin: 30px 0 8px;
}
.qcs-modal-copy p { color: #53677d; line-height: 1.75; margin: 10px 0; }
.qcs-modal-copy a { color: #087873; font-weight: 700; }
.qcs-modal-copy a:hover { color: var(--qcs-navy); }
body.qcs-modal-open { overflow: hidden; }

@media (max-width: 1080px) {
	.qcs-header nav a:not(.qcs-login) { display: none; }
	.qcs-hero { grid-template-columns: 1fr; padding-bottom: 85px; padding-top: 85px; }
	.qcs-control { max-width: 720px; width: 100%; }
	.qcs-proof { grid-template-columns: 1fr 1fr; }
	.qcs-proof div:nth-child(2) { border-right: 0; }
	.qcs-proof div { border-bottom: 1px solid var(--qcs-line); padding: 18px 22px; }
	.qcs-card-grid { grid-template-columns: 1fr 1fr; }
	.qcs-system { grid-template-columns: 1fr; }
	.qcs-system-board { max-width: 720px; }
	.qcs-method ol { grid-template-columns: 1fr 1fr; }
	.qcs-method li:nth-child(3) { border-left: 0; padding-left: 0; }
	.qcs-standards { grid-template-columns: 1fr; }
	.qcs-footer { grid-template-columns: minmax(230px, .8fr) minmax(0, 1.2fr); }
	.qcs-footer > p { grid-column: 1; }
}

@media (max-width: 720px) {
	.qcs-header { min-height: 76px; }
	.qcs-brand .qcs-logo { height: 54px; width: auto; }
	.qcs-brand strong { font-size: 10px; }
	.qcs-brand small { display: none; }
	.qcs-header .qcs-login { padding: 9px 11px; }
	.qcs-hero { min-height: auto; padding-bottom: 70px; padding-top: 70px; }
	.qcs-hero h1 { font-size: 48px; }
	.qcs-actions { align-items: stretch; flex-direction: column; }
	.qcs-button { width: 100%; }
	.qcs-control { min-height: auto; padding: 22px; }
	.qcs-control-focus { align-items: flex-start; flex-direction: column; }
	.qcs-control-top { align-items: flex-start; flex-direction: column; gap: 12px; }
	.qcs-proof { grid-template-columns: 1fr; }
	.qcs-proof div { border-right: 0; padding: 15px 0; }
	.qcs-intro,
	.qcs-section,
	.qcs-standards { padding-bottom: 76px; padding-top: 76px; }
	.qcs-intro { grid-template-columns: 1fr; }
	.qcs-intro-copy { padding-left: 22px; }
	.qcs-card-grid { grid-template-columns: 1fr; }
	.qcs-card-grid article { min-height: 280px; }
	.qcs-system { padding-bottom: 80px; padding-top: 80px; }
	.qcs-board-grid { grid-template-columns: 1fr; }
	.qcs-method ol { grid-template-columns: 1fr; }
	.qcs-method li,
	.qcs-method li:first-child,
	.qcs-method li:nth-child(3) { border-left: 0; border-top: 1px solid var(--qcs-line); min-height: auto; padding: 24px 0; }
	.qcs-method h3 { margin-top: 25px; }
	.qcs-contact { align-items: flex-start; flex-direction: column; padding-bottom: 70px; padding-top: 70px; }
	.qcs-contact-actions { align-items: stretch; width: 100%; }
	.qcs-footer { align-items: start; grid-template-columns: 1fr; }
	.qcs-footer > p { grid-column: auto; }
	.qcs-footer-brand { align-items: flex-start; flex-direction: column; gap: 12px; }
	.qcs-modal-panel { border-radius: 16px; max-height: calc(100vh - 24px); width: calc(100% - 20px); }
	.qcs-modal-close { margin: 14px 14px 0 0; top: 14px; }
	.qcs-modal-copy { padding: 38px 24px 48px; }
	.qcs-modal-copy h2 { font-size: 31px; margin-right: 45px; }
}
