/*
 * Shahpar-3 systems profile — Quwa light editorial system.
 *
 * The palette, Geist/Plex pairing, rules, square cards and label typography are
 * shared with the current Quwa Plus / Market Intelligence BoFu design language.
 */

@font-face {
	font-family: "Quwa Geist";
	src: url("../fonts/geist-500.woff2") format("woff2");
	font-style: normal;
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: "Quwa Geist";
	src: url("../fonts/geist-700.woff2") format("woff2");
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: "Quwa Plex";
	src: url("../fonts/ibm-plex-sans-400.woff2") format("woff2");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "Quwa Plex";
	src: url("../fonts/ibm-plex-sans-600.woff2") format("woff2");
	font-style: normal;
	font-weight: 600;
	font-display: swap;
}

body.quwa-shahpar3-profile,
body.quwa-shahpar3-profile #page,
body.quwa-shahpar3-profile #content,
body.quwa-shahpar3-profile .site-content,
body.quwa-shahpar3-profile .site-main,
body.quwa-shahpar3-profile article.qs3-profile {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: #fff !important;
}

.qs3 {
	--qs3-display: "Quwa Geist", "Helvetica Neue", sans-serif;
	--qs3-text: "Quwa Plex", "Helvetica Neue", sans-serif;
	--qs3-deep: #063b3e;
	--qs3-deeper: #032b2e;
	--qs3-teal: #0f7475;
	--qs3-bright: #65c8c3;
	--qs3-pale: #e7f4f1;
	--qs3-paper: #f6f8f5;
	--qs3-ink: #102522;
	--qs3-muted: #526762;
	--qs3-line: #cdded9;
	--qs3-gold: #d4a84b;
	--qs3-ease: cubic-bezier(.22, .61, .36, 1);
	width: 100%;
	overflow: hidden;
	color: var(--qs3-ink);
	background: #fff;
	font: 400 18px/1.65 var(--qs3-text);
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.qs3 *,
.qs3 *::before,
.qs3 *::after { box-sizing: border-box; }

.qs3-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.qs3 a { color: var(--qs3-teal); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.qs3 a:hover { color: var(--qs3-deep); }
.qs3 a:focus-visible,
.qs3 summary:focus-visible { outline: 3px solid var(--qs3-bright); outline-offset: 3px; }
.qs3 img { display: block; max-width: 100%; }
.qs3 h1,
.qs3 h2,
.qs3 h3,
.qs3 h4 { margin-top: 0; color: var(--qs3-ink); font-family: var(--qs3-display); font-weight: 700; text-wrap: balance; }
.qs3 h2 { max-width: 760px; margin: 0 0 23px; font-size: clamp(36px, 4.6vw, 58px); line-height: 1.02; letter-spacing: -.045em; }
.qs3 h3 { margin: 45px 0 13px; font-size: clamp(24px, 2.5vw, 32px); line-height: 1.08; letter-spacing: -.03em; }
.qs3 h4 { margin: 0 0 8px; font-size: 17px; line-height: 1.3; }
.qs3 p,
.qs3 li { color: var(--qs3-ink); font: 400 18px/1.7 var(--qs3-text); }
.qs3 p { margin: 0 0 22px; }

.qs3 .qs3-eyebrow,
.qs3 .qs3-label {
	display: flex;
	align-items: center;
	margin: 0 0 20px;
	color: var(--qs3-teal);
	font: 600 13px/1.3 var(--qs3-text);
	letter-spacing: .012em;
	text-transform: none;
}

/* Light profile hero */
.qs3-hero {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid var(--qs3-line);
	padding: 42px 0 0;
	color: var(--qs3-ink);
	background: var(--qs3-paper) !important;
	isolation: isolate;
}

.qs3-hero::before {
	position: absolute;
	z-index: -1;
	inset: 0;
	opacity: .6;
	background-image: linear-gradient(90deg, rgba(15,116,117,.055) 1px, transparent 1px);
	background-size: 88px 100%;
	content: "";
}

.qs3-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin-bottom: 38px;
	color: #71817d;
	font: 600 11px/1.35 var(--qs3-text);
	letter-spacing: .06em;
	text-transform: uppercase;
}

.qs3-breadcrumbs a { color: var(--qs3-teal); text-decoration: none; }
.qs3-breadcrumbs span { color: #7f908c; }

.qs3-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.03fr) minmax(420px, .97fr);
	gap: clamp(30px, 5vw, 70px);
	align-items: center;
}

.qs3-hero__copy { padding: 38px 0 66px; }
body.quwa-shahpar3-profile .qs3-hero .qs3-eyebrow { color: var(--qs3-teal) !important; }

.qs3-hero h1 {
	max-width: 760px;
	margin: 0 0 26px;
	color: var(--qs3-deeper) !important;
	font: 700 clamp(48px, 5.75vw, 77px)/.96 var(--qs3-display);
	letter-spacing: -.052em;
}
.qs3-hero__name { white-space: nowrap; }

body.quwa-shahpar3-profile .qs3-hero p.qs3-hero__dek {
	max-width: 720px;
	margin: 0 0 29px;
	color: #405550 !important;
	font: 400 clamp(18px, 1.65vw, 21px)/1.58 var(--qs3-text) !important;
}

.qs3-status { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.qs3-status__pill,
.qs3-status__date {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	font: 600 11px/1.2 var(--qs3-text);
	letter-spacing: .055em;
	text-transform: uppercase;
}
.qs3-status__pill {
	gap: 9px;
	padding: 9px 12px;
	border: 1px solid var(--qs3-deep);
	color: #fff !important;
	background: var(--qs3-deep);
}
.qs3-status__pill::before { width: 7px; height: 7px; border-radius: 50%; background: var(--qs3-bright); content: ""; }
.qs3-status__date { color: #5b706b; }
.qs3-status__date a { color: var(--qs3-deep) !important; }

.qs3-hero__visual {
	position: relative;
	min-width: 0;
	min-height: 490px;
	display: grid;
	place-items: center;
	overflow: hidden;
	border: 1px solid rgba(6,59,62,.18);
	background: var(--qs3-pale);
}
.qs3-hero__visual::before,
.qs3-hero__visual::after { position: absolute; top: 50%; left: 50%; background: rgba(15,116,117,.2); content: ""; transform: translate(-50%,-50%); }
.qs3-hero__visual::before { width: 82%; height: 1px; }
.qs3-hero__visual::after { width: 1px; height: 74%; }
.qs3-hero__visual img {
	position: relative;
	z-index: 1;
	width: 113%;
	max-width: none;
	filter: grayscale(.08) saturate(.78) contrast(1.04) drop-shadow(0 22px 24px rgba(6,59,62,.22));
}
.qs3-hero__mark {
	position: absolute;
	right: 14px;
	bottom: 14px;
	z-index: 2;
	padding: 7px 9px;
	color: #fff;
	background: var(--qs3-deep);
	font: 600 10px/1.2 var(--qs3-text);
	letter-spacing: .08em;
	text-transform: uppercase;
}

.qs3-metrics { border-top: 1px solid var(--qs3-line); background: #fff !important; }
.qs3-metrics__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.qs3-metric { min-width: 0; padding: 25px 28px; border-right: 1px solid var(--qs3-line); }
.qs3-metric:last-child { border-right: 0; }
.qs3-metric strong { display: block; margin-bottom: 5px; color: var(--qs3-teal); font: 700 clamp(24px, 2.6vw, 31px)/1 var(--qs3-display); letter-spacing: -.035em; }
.qs3-metric span { color: #626f6b; font: 600 11px/1.35 var(--qs3-text); letter-spacing: .06em; text-transform: uppercase; }

.qs3-jump { border-bottom: 1px solid var(--qs3-line); background: rgba(255,255,255,.98) !important; }
.qs3-jump__inner { display: flex; gap: 4px; overflow-x: auto; padding: 11px 0; scrollbar-width: thin; }
.qs3-jump a { flex: 0 0 auto; padding: 8px 10px; color: var(--qs3-deep); font: 600 11px/1.2 var(--qs3-text); letter-spacing: .035em; text-decoration: none; text-transform: uppercase; }
.qs3-jump a:hover { color: var(--qs3-teal); background: var(--qs3-pale); }

/* Article canvas */
.qs3-layout { display: grid; grid-template-columns: minmax(0, 800px) 280px; gap: 64px; align-items: start; padding: 76px 0 100px; }
.qs3-article { min-width: 0; }
.qs3-section { padding: 0 0 64px; margin: 0 0 64px; border-bottom: 1px solid var(--qs3-line); scroll-margin-top: 90px; }
.qs3-section:last-child { margin-bottom: 0; }
body.quwa-shahpar3-profile .qs3 p.qs3-lead { color: var(--qs3-deep) !important; font: 400 21px/1.62 var(--qs3-text) !important; }
.qs3-rule-label { display: flex; gap: 14px; align-items: center; }

.qs3-figure {
	margin: 38px 0;
	overflow: hidden;
	border: 1px solid rgba(6,59,62,.18);
	border-top: 5px solid var(--qs3-teal);
	background: var(--qs3-paper);
	box-shadow: 0 18px 46px rgba(6,59,62,.08);
}
.qs3-figure img { width: 100%; max-height: 540px; object-fit: cover; }
.qs3-figure--contain img { padding: 22px; background: var(--qs3-pale); object-fit: contain; }
.qs3-figure figcaption { padding: 13px 16px; color: var(--qs3-muted); font: 400 12px/1.55 var(--qs3-text); }
.qs3-figure-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 38px 0; }
.qs3-figure-pair .qs3-figure { margin: 0; }
.qs3-figure-pair img { aspect-ratio: 16/10; object-fit: contain; }

.qs3-note { margin: 31px 0; border: 1px solid #bcd9d3; border-left: 5px solid var(--qs3-teal); padding: 21px 23px; background: var(--qs3-pale); }
body.quwa-shahpar3-profile .qs3 .qs3-note p { margin: 0; color: #294843 !important; font: 400 16px/1.65 var(--qs3-text) !important; }
.qs3-note strong { color: var(--qs3-deep); font-weight: 600; }

.qs3-table-wrap { margin: 32px 0; overflow-x: auto; border: 1px solid var(--qs3-line); background: #fff; }
.qs3-table { width: 100%; min-width: 640px; border-collapse: collapse; }
.qs3-table th,
.qs3-table td { padding: 15px 17px; border-bottom: 1px solid var(--qs3-line); vertical-align: top; text-align: left; }
.qs3-table tr:last-child th,
.qs3-table tr:last-child td { border-bottom: 0; }
.qs3-table thead th { color: #fff !important; background: var(--qs3-deep) !important; font: 600 11px/1.35 var(--qs3-text); letter-spacing: .08em; text-transform: uppercase; }
.qs3-table tbody th { width: 43%; color: #405550; background: #fbfcfa; font: 600 13px/1.5 var(--qs3-text); }
.qs3-table td { color: var(--qs3-ink); font: 600 14px/1.5 var(--qs3-text); }
.qs3-table--loadout tbody th { width: auto; }

.qs3-revision-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 34px 0; padding: 16px; background: var(--qs3-paper); }
.qs3-revision { padding: 22px; border: 1px solid var(--qs3-line); background: #fff; }
.qs3-revision__name { margin-bottom: 18px; color: var(--qs3-teal); font: 600 11px/1.3 var(--qs3-text); letter-spacing: .07em; text-transform: uppercase; }
.qs3-revision__values { display: grid; grid-template-columns: 1fr auto 1fr; gap: 12px; align-items: center; }
.qs3-revision__values span { color: var(--qs3-muted); font: 400 13px/1.45 var(--qs3-text); }
.qs3-revision__values strong { color: var(--qs3-deep); font: 700 18px/1.2 var(--qs3-display); }
.qs3-revision__arrow { color: var(--qs3-teal) !important; font-size: 19px !important; }

.qs3-timeline { display: grid; grid-template-columns: repeat(3, 1fr); margin: 38px 0; border-top: 2px solid var(--qs3-line); }
.qs3-timeline__event { position: relative; padding: 30px 25px 20px 0; }
.qs3-timeline__event::before { position: absolute; top: -6px; left: 0; width: 10px; height: 10px; background: var(--qs3-teal); content: ""; }
.qs3-timeline__year { color: var(--qs3-teal); font: 600 12px/1.3 var(--qs3-text); letter-spacing: .07em; }
.qs3-timeline__event strong { display: block; margin: 8px 0; color: var(--qs3-deep); font: 700 18px/1.25 var(--qs3-display); }
.qs3-timeline__event span:last-child { color: var(--qs3-muted); font: 400 13px/1.55 var(--qs3-text); }

.qs3-system-grid,
.qs3-mission-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 34px 0; }
.qs3-system-card { min-height: 165px; padding: 23px; border: 1px solid var(--qs3-line); border-top: 5px solid var(--qs3-teal); background: var(--qs3-paper) !important; transition: transform .22s var(--qs3-ease), background-color .22s ease; }
.qs3-system-card:hover { transform: translateY(-3px); background: #fff !important; }
.qs3-system-card:nth-child(even) { border-top-color: var(--qs3-deep); }
.qs3-system-card > span { display: block; margin-bottom: 31px; color: var(--qs3-teal); font: 600 11px/1.3 var(--qs3-text); letter-spacing: .08em; }
.qs3-system-card strong { display: block; color: var(--qs3-deep); font: 700 21px/1.15 var(--qs3-display); }
body.quwa-shahpar3-profile .qs3 .qs3-system-card p { margin: 10px 0 0; color: var(--qs3-muted) !important; font: 400 14px/1.55 var(--qs3-text) !important; }

/* The only intentionally dark data panel. Every descendant is guarded. */
body.quwa-shahpar3-profile .qs3 .qs3-stations {
	margin: 34px 0;
	padding: 28px;
	border: 1px solid var(--qs3-deep);
	color: #fff !important;
	background: var(--qs3-deeper) !important;
}
.qs3-stations__header { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 29px; }
body.quwa-shahpar3-profile .qs3 .qs3-stations__header strong { color: #fff !important; font: 700 21px/1.2 var(--qs3-display) !important; }
body.quwa-shahpar3-profile .qs3 .qs3-stations__header span { color: #bcd6d2 !important; font: 400 12px/1.4 var(--qs3-text) !important; }
.qs3-stations__wing { position: relative; display: grid; grid-template-columns: repeat(7, 1fr); gap: 7px; padding-top: 44px; }
.qs3-stations__wing::before { position: absolute; inset: 0 4% auto; height: 20px; border: 1px solid #5d8a88; border-radius: 60% 60% 20% 20%; content: ""; }
.qs3-station { min-width: 0; padding: 15px 6px; border-top: 3px solid var(--qs3-bright); background: #0c4a4d !important; text-align: center; }
.qs3-station:nth-child(4) { background: #15585b !important; }
body.quwa-shahpar3-profile .qs3 .qs3-station b { display: block; color: #fff !important; font: 700 13px/1.2 var(--qs3-display) !important; }
body.quwa-shahpar3-profile .qs3 .qs3-station span { display: block; margin-top: 6px; color: #c9dcda !important; font: 400 11px/1.3 var(--qs3-text) !important; }
body.quwa-shahpar3-profile .qs3 p.qs3-stations__note {
	margin: 20px 0 0 !important;
	color: #c9dcda !important;
	font: 400 13px/1.58 var(--qs3-text) !important;
}

.qs3-compare-table td:first-child { color: var(--qs3-deep); font-weight: 600; }
.qs3-compare-table .qs3-highlight td,
.qs3-compare-table .qs3-highlight th { background: var(--qs3-pale); }

.qs3-faq { display: grid; gap: 10px; }
.qs3-faq details { border: 1px solid var(--qs3-line); background: #fff !important; }
.qs3-faq summary { position: relative; padding: 19px 55px 19px 21px; color: var(--qs3-deep); cursor: pointer; font: 600 16px/1.4 var(--qs3-text); list-style: none; }
.qs3-faq summary::-webkit-details-marker { display: none; }
.qs3-faq summary::after { position: absolute; top: 16px; right: 19px; color: var(--qs3-teal); content: "+"; font: 500 24px/1 var(--qs3-display); }
.qs3-faq details[open] summary { border-bottom: 1px solid var(--qs3-line); background: var(--qs3-pale); }
.qs3-faq details[open] summary::after { content: "−"; }
.qs3-faq__answer { padding: 19px 21px; }
body.quwa-shahpar3-profile .qs3 .qs3-faq__answer p { margin: 0; color: #344b47 !important; font: 400 16px/1.68 var(--qs3-text) !important; }

.qs3-updates { display: grid; gap: 13px; }
.qs3-update { display: grid; grid-template-columns: 110px 1fr; gap: 20px; padding: 22px; border: 1px solid var(--qs3-line); border-left: 4px solid var(--qs3-teal); color: inherit; background: #fff !important; text-decoration: none; transition: transform .22s var(--qs3-ease), background-color .22s ease; }
.qs3-update:hover { transform: translateX(4px); background: var(--qs3-paper) !important; }
.qs3-update__type { color: var(--qs3-teal); font: 600 11px/1.5 var(--qs3-text); letter-spacing: .07em; text-transform: uppercase; }
.qs3-update strong { display: block; color: var(--qs3-deep); font: 700 19px/1.25 var(--qs3-display); }
body.quwa-shahpar3-profile .qs3 .qs3-update p { margin: 8px 0 0; color: var(--qs3-muted) !important; font: 400 14px/1.55 var(--qs3-text) !important; }

.qs3-aside { position: sticky; top: 90px; display: grid; gap: 15px; }
.qs3-side-card { padding: 22px; border: 1px solid var(--qs3-line); border-top: 4px solid var(--qs3-teal); background: #fff !important; }
.qs3-side-card--dark { border-color: #bcd9d3; border-top-color: var(--qs3-deep); background: var(--qs3-pale) !important; }
.qs3-side-card h2 { margin: 0 0 17px; color: var(--qs3-deep) !important; font: 700 22px/1.12 var(--qs3-display); }
body.quwa-shahpar3-profile .qs3 .qs3-side-card p { color: var(--qs3-muted) !important; font: 400 13px/1.58 var(--qs3-text) !important; }
.qs3-side-card a { font: 600 11px/1.3 var(--qs3-text); letter-spacing: .05em; text-transform: uppercase; }
.qs3-side-card__status { display: inline-flex; gap: 8px; align-items: center; margin-bottom: 14px; color: var(--qs3-teal); font: 600 10px/1.3 var(--qs3-text); letter-spacing: .09em; text-transform: uppercase; }
.qs3-side-card__status::before { width: 7px; height: 7px; border-radius: 50%; background: var(--qs3-teal); content: ""; }
.qs3-side-card__list { display: grid; gap: 0; margin: 0; }
.qs3-side-card__row { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding: 11px 0; border-top: 1px solid #bdd6d1; }
.qs3-side-card__row dt,
.qs3-side-card__row dd { margin: 0; font: 400 12px/1.4 var(--qs3-text); }
.qs3-side-card__row dt { color: var(--qs3-muted); }
.qs3-side-card__row dd { color: var(--qs3-deep); font-weight: 600; text-align: right; }
.qs3-share { padding-top: 5px; }
.qs3-share .social-share { flex-wrap: wrap; }

.qs3-author { margin-top: 52px; padding: 30px; border: 1px solid var(--qs3-line); border-top: 5px solid var(--qs3-teal); background: var(--qs3-paper) !important; }
.qs3-author .author-bio { padding: 0; border: 0; background: transparent !important; }

/*
 * Legacy single-post CSS force-sets every article paragraph to Merriweather,
 * 16px and dark grey with !important. These page-scoped guards restore the
 * BoFu type system without weakening the global editorial defaults.
 */
body.single-post.quwa-shahpar3-profile article.qs3-profile p,
body.single-post.quwa-shahpar3-profile article.qs3-profile li {
	font-family: var(--qs3-text) !important;
}

body.single-post.quwa-shahpar3-profile article.qs3-profile .qs3-section > p {
	color: var(--qs3-ink) !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 1.7 !important;
}

body.single-post.quwa-shahpar3-profile article.qs3-profile .qs3-section > p.qs3-label {
	margin-bottom: 20px !important;
	color: var(--qs3-teal) !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 1.3 !important;
}

@media (max-width: 1040px) {
	.qs3-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr); gap: 34px; }
	.qs3-layout { grid-template-columns: minmax(0, 1fr) 250px; gap: 38px; }
}

@media (max-width: 900px) {
	.qs3-hero__grid { grid-template-columns: 1fr; }
	.qs3-hero__copy { padding-bottom: 12px; }
	.qs3-hero__visual { min-height: 350px; }
	.qs3-hero__visual img { width: 100%; max-width: 100%; }
	.qs3-layout { grid-template-columns: 1fr; }
	.qs3-aside { position: static; grid-template-columns: repeat(2, 1fr); }
	.qs3-share { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
	.qs3-shell { width: min(100% - 30px, 1180px); }
	.qs3 { font-size: 16px; }
	.qs3-hero { padding-top: 27px; }
	.qs3-breadcrumbs { margin-bottom: 26px; }
	.qs3-hero__copy { padding-top: 26px; }
	.qs3-hero h1 { font-size: clamp(39px, 10.4vw, 48px); line-height: .98; }
	body.quwa-shahpar3-profile .qs3-hero p.qs3-hero__dek { font-size: 17px !important; }
	.qs3-status { align-items: flex-start; flex-direction: column; }
	.qs3-hero__visual { min-height: 285px; margin-top: 22px; }
	.qs3-metrics__grid { grid-template-columns: repeat(2, 1fr); }
	.qs3-metric { padding: 22px; }
	.qs3-metric:nth-child(2) { border-right: 0; }
	.qs3-metric:nth-child(-n+2) { border-bottom: 1px solid var(--qs3-line); }
	.qs3-layout { padding: 51px 0 72px; }
	.qs3 p,
	.qs3 li { font-size: 16px; line-height: 1.7; }
	body.single-post.quwa-shahpar3-profile article.qs3-profile .qs3-section > p { font-size: 16px !important; }
	body.quwa-shahpar3-profile .qs3 p.qs3-lead { font-size: 18px !important; }
	.qs3 h2 { font-size: clamp(34px, 10vw, 43px); }
	.qs3 h3 { margin-top: 38px; font-size: 25px; }
	.qs3-section { padding-bottom: 50px; margin-bottom: 50px; }
	.qs3-revision-grid,
	.qs3-system-grid,
	.qs3-mission-grid,
	.qs3-figure-pair,
	.qs3-aside { grid-template-columns: 1fr; }
	.qs3-timeline { grid-template-columns: 1fr; border-top: 0; border-left: 2px solid var(--qs3-line); }
	.qs3-timeline__event { padding: 0 0 30px 26px; }
	.qs3-timeline__event::before { top: 4px; left: -6px; }
	body.quwa-shahpar3-profile .qs3 .qs3-stations { padding: 20px 15px; overflow-x: auto; }
	.qs3-stations__wing { width: 610px; }
	.qs3-update { grid-template-columns: 1fr; gap: 9px; }
	.qs3-author { padding: 21px; }
}

@media (prefers-reduced-motion: reduce) {
	.qs3-system-card,
	.qs3-update { transition: none; }
}

/* Contextual Market Intelligence conversion modules. */
.qs3-mi-cta {
	position: relative;
	overflow: hidden;
	margin: 0 0 64px;
	border: 1px solid #c7d9d4;
	border-top: 5px solid var(--qs3-gold);
	background:
		linear-gradient(rgba(6,59,62,.035) 1px,transparent 1px),
		linear-gradient(90deg,rgba(6,59,62,.035) 1px,transparent 1px),
		#fbfcf9 !important;
	background-size: 42px 42px !important;
	box-shadow: 0 22px 48px rgba(6,59,62,.08);
}

.qs3-mi-cta__copy { padding: 35px 37px 31px; }
.qs3-mi-cta__eyebrow {
	margin: 0 0 15px !important;
	color: #8b681f !important;
	font: 600 10.5px/1.35 var(--qs3-text) !important;
	letter-spacing: .1em;
	text-transform: uppercase;
}
.qs3 .qs3-mi-cta h2 {
	max-width: 690px;
	margin: 0;
	color: var(--qs3-deeper) !important;
	font: 700 clamp(31px,3.7vw,43px)/1.02 var(--qs3-display);
	letter-spacing: -.04em;
}
body.single-post.quwa-shahpar3-profile article.qs3-profile .qs3-mi-cta__copy > p:not(.qs3-mi-cta__eyebrow):not(.qs3-mi-cta__assurance) {
	max-width: 690px;
	margin: 19px 0 0;
	color: #405550 !important;
	font: 400 16px/1.6 var(--qs3-text) !important;
}
.qs3-mi-cta__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.qs3-mi-cta__button {
	min-height: 49px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	border: 1px solid transparent;
	padding: 12px 16px;
	font: 600 13px/1.25 var(--qs3-text);
	text-decoration: none;
	transition: transform .2s var(--qs3-ease),background-color .2s ease,border-color .2s ease;
}
.qs3-mi-cta__button:hover { transform: translateY(-2px); }
.qs3-mi-cta__button:focus-visible { outline: 3px solid var(--qs3-bright); outline-offset: 3px; }
.qs3 a.qs3-mi-cta__button--primary { color: #171207 !important; background: var(--qs3-gold); }
.qs3 a.qs3-mi-cta__button--primary:hover { color: #171207 !important; background: #e3ba62; }
.qs3 a.qs3-mi-cta__button--secondary { border-color: #70908a; color: var(--qs3-deep) !important; background: rgba(255,255,255,.72); }
.qs3 a.qs3-mi-cta__button--secondary:hover { border-color: var(--qs3-teal); color: var(--qs3-teal) !important; background: #fff; }
.qs3-mi-cta__button span { font-size: 19px; line-height: 1; }
body.single-post.quwa-shahpar3-profile article.qs3-profile p.qs3-mi-cta__assurance {
	margin: 14px 0 0;
	color: #6b7e79 !important;
	font: 600 10.5px/1.45 var(--qs3-text) !important;
	letter-spacing: .025em;
}

.qs3-mi-cta__proof {
	display: grid;
	grid-template-columns: minmax(205px,.62fr) minmax(0,1.38fr);
	align-items: center;
	gap: 25px;
	border-top: 1px solid #cadbd6;
	padding: 20px 28px;
	background: rgba(231,244,241,.72) !important;
}
body.single-post.quwa-shahpar3-profile article.qs3-profile .qs3-mi-cta__proof > p {
	margin: 0;
	color: #526762 !important;
	font: 600 9.5px/1.5 var(--qs3-text) !important;
	letter-spacing: .02em;
}
.qs3-mi-cta__logos { display: grid; grid-template-columns: repeat(5,minmax(46px,1fr)); align-items: center; gap: 15px; }
.qs3-mi-cta__logos img {
	width: 100%;
	max-width: 76px;
	max-height: 22px;
	margin-inline: auto;
	object-fit: contain;
	filter: grayscale(1) brightness(0);
	opacity: .68;
}

.qs3-mi-cta--final {
	border-color: #174e50;
	border-top-color: var(--qs3-gold);
	background:
		radial-gradient(circle at 90% 10%,rgba(101,200,195,.13),transparent 36%),
		linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
		linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),
		var(--qs3-deeper) !important;
	background-size: auto,42px 42px,42px 42px,auto !important;
	box-shadow: 0 24px 58px rgba(3,43,46,.22);
}
.qs3-mi-cta--final .qs3-mi-cta__eyebrow { color: #e1bd6e !important; }
.qs3 .qs3-mi-cta--final h2 { color: #fff !important; }
body.single-post.quwa-shahpar3-profile article.qs3-profile .qs3-mi-cta--final .qs3-mi-cta__copy > p:not(.qs3-mi-cta__eyebrow):not(.qs3-mi-cta__assurance) { color: #d2e0dd !important; }
body.single-post.quwa-shahpar3-profile article.qs3-profile .qs3-mi-cta--final p.qs3-mi-cta__assurance { color: #a8c0bc !important; }
.qs3 .qs3-mi-cta--final a.qs3-mi-cta__button--secondary { border-color: rgba(255,255,255,.45); color: #fff !important; background: rgba(255,255,255,.035); }
.qs3 .qs3-mi-cta--final a.qs3-mi-cta__button--secondary:hover { border-color: var(--qs3-bright); color: #fff !important; background: rgba(101,200,195,.1); }

.qs3-mi-cta__metrics { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.14); }
.qs3-mi-cta__metrics > div { min-height: 112px; padding: 22px 24px; border-right: 1px solid rgba(255,255,255,.14); }
.qs3-mi-cta__metrics > div:last-child { border-right: 0; }
.qs3-mi-cta__metrics strong { display: block; color: #e0b655; font: 700 28px/1 var(--qs3-display); letter-spacing: -.035em; white-space: nowrap; }
.qs3-mi-cta__metrics span { display: block; margin-top: 10px; color: #c4d5d2; font: 600 12px/1.4 var(--qs3-text); }
.qs3-mi-cta--final .qs3-mi-cta__proof { border-top-color: rgba(255,255,255,.14); background: rgba(0,0,0,.16) !important; }
body.single-post.quwa-shahpar3-profile article.qs3-profile .qs3-mi-cta--final .qs3-mi-cta__proof > p { color: #a8c0bc !important; }
.qs3-mi-cta--final .qs3-mi-cta__logos img { filter: grayscale(1) brightness(0) invert(1); opacity: .78; }

@media (max-width: 680px) {
	.qs3-mi-cta { margin-bottom: 50px; }
	.qs3-mi-cta__copy { padding: 28px 20px 25px; }
	.qs3 .qs3-mi-cta h2 { font-size: clamp(31px,9vw,39px); }
	body.single-post.quwa-shahpar3-profile article.qs3-profile .qs3-mi-cta__copy > p:not(.qs3-mi-cta__eyebrow):not(.qs3-mi-cta__assurance) { margin-top: 17px; font-size: 15.5px !important; }
	.qs3-mi-cta__actions { align-items: stretch; flex-direction: column; margin-top: 22px; }
	.qs3-mi-cta__button { width: 100%; padding-inline: 13px; text-align: center; }
	.qs3-mi-cta__proof { grid-template-columns: 1fr; gap: 17px; padding: 20px; text-align: center; }
	body.single-post.quwa-shahpar3-profile article.qs3-profile .qs3-mi-cta__proof > p { max-width: 310px; margin-inline: auto; }
	.qs3-mi-cta__logos { grid-template-columns: repeat(3,1fr); gap: 18px 14px; }
	.qs3-mi-cta__logos img { max-width: 69px; max-height: 20px; }
	.qs3-mi-cta__metrics { grid-template-columns: 1fr; }
	.qs3-mi-cta__metrics > div { min-height: 0; display: grid; grid-template-columns: 92px 1fr; align-items: center; gap: 15px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); padding: 19px 20px; }
	.qs3-mi-cta__metrics > div:last-child { border-bottom: 0; }
	.qs3-mi-cta__metrics strong { font-size: 27px; }
	.qs3-mi-cta__metrics span { margin-top: 0; }
}

@media (prefers-reduced-motion: reduce) {
	.qs3-mi-cta__button { transition: none; }
}
