/*
 * MeetIQ inner-page system.
 * Kept separate from the pixel-matched homepage stylesheet so the reference
 * homepage remains untouched.
 */

:root {
	--miq-page-ink: #111827;
	--miq-page-copy: #526071;
	--miq-page-muted: #758091;
	--miq-page-violet: #6f5bf7;
	--miq-page-blue: #586ff4;
	--miq-page-line: #e7e8f0;
	--miq-page-paper: #fbfbfd;
	--miq-page-tint: #f3f1ff;
	--miq-page-shell: min(1180px, calc(100vw - 48px));
}

.miq-site-shell,
.miq-page-shell {
	width: var(--miq-page-shell);
	margin-inline: auto;
}

.miq-site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(251, 251, 253, 0.92);
	border-bottom: 1px solid transparent;
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.admin-bar .miq-site-header {
	top: 32px;
}

.miq-site-header.is-scrolled,
.miq-site-header.menu-active {
	background: rgba(255, 255, 255, 0.97);
	border-color: var(--miq-page-line);
	box-shadow: 0 10px 30px rgba(25, 23, 55, 0.055);
}

.miq-site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 76px;
}

.miq-site-brand {
	display: inline-flex;
	align-items: center;
	line-height: 0;
}

.miq-site-brand img {
	width: auto;
	height: 28px;
	object-fit: contain;
}

.miq-site-menu {
	display: flex;
	align-items: center;
	gap: 34px;
}

.miq-site-nav__list,
.miq-site-nav > ul {
	display: flex;
	align-items: center;
	gap: 30px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.miq-site-nav li {
	margin: 0;
}

.miq-site-nav a {
	position: relative;
	display: block;
	padding: 11px 0;
	color: #3e4857;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
}

.miq-site-nav a::after {
	position: absolute;
	right: 50%;
	bottom: 5px;
	left: 50%;
	height: 2px;
	background: linear-gradient(90deg, var(--miq-page-violet), var(--miq-page-blue));
	content: "";
	transition: right 160ms ease, left 160ms ease;
}

.miq-site-nav a:hover,
.miq-site-nav .current-menu-item > a,
.miq-site-nav .current_page_item > a {
	color: var(--miq-page-ink);
}

.miq-site-nav a:hover::after,
.miq-site-nav .current-menu-item > a::after,
.miq-site-nav .current_page_item > a::after {
	right: 0;
	left: 0;
}

.miq-site-header__cta,
.miq-page-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 44px;
	padding: 0 20px;
	background: linear-gradient(120deg, var(--miq-page-violet), var(--miq-page-blue));
	border: 0;
	border-radius: 7px;
	box-shadow: 0 10px 24px rgba(97, 83, 239, 0.2);
	color: #fff;
	font-family: "Sora", "Inter", sans-serif;
	font-size: 14px;
	font-weight: 650;
	line-height: 1.2;
	transition: box-shadow 160ms ease, transform 160ms ease;
}

.miq-site-header__cta:hover,
.miq-page-button:hover {
	box-shadow: 0 14px 30px rgba(97, 83, 239, 0.28);
	transform: translateY(-2px);
}

.miq-menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 0;
	background: transparent;
	border: 1px solid var(--miq-page-line);
	border-radius: 6px;
}

.miq-menu-toggle > span:not(.screen-reader-text) {
	display: block;
	width: 18px;
	height: 1.5px;
	margin: 5px auto;
	background: var(--miq-page-ink);
	transition: transform 180ms ease;
}

.miq-menu-toggle[aria-expanded="true"] > span:nth-last-child(2) {
	transform: translateY(3.25px) rotate(45deg);
}

.miq-menu-toggle[aria-expanded="true"] > span:last-child {
	transform: translateY(-3.25px) rotate(-45deg);
}

.miq-page-main {
	min-height: 62vh;
	overflow: hidden;
	background: var(--miq-page-paper);
	color: var(--miq-page-copy);
}

.miq-page-main h1,
.miq-page-main h2,
.miq-page-main h3,
.miq-page-main h4 {
	margin-top: 0;
	color: var(--miq-page-ink);
	font-family: "Sora", "Inter", sans-serif;
	letter-spacing: -0.035em;
}

.miq-page-main p,
.miq-page-main ul,
.miq-page-main ol,
.miq-page-main figure,
.miq-page-main blockquote {
	margin-top: 0;
}

.miq-page-hero {
	position: relative;
	padding: 112px 0 100px;
	overflow: hidden;
	background:
		radial-gradient(circle at 82% 22%, rgba(111, 91, 247, 0.12), transparent 26%),
		linear-gradient(135deg, #fbfbfd 0%, #f8f8fd 58%, #f2f1fb 100%);
	border-bottom: 1px solid var(--miq-page-line);
}

.miq-page-hero::after {
	position: absolute;
	right: -180px;
	bottom: -320px;
	width: 660px;
	height: 660px;
	border: 1px solid rgba(111, 91, 247, 0.14);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.miq-page-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 430px;
	align-items: center;
	gap: 90px;
}

.miq-page-hero__copy {
	max-width: 730px;
}

.miq-page-eyebrow {
	margin-bottom: 18px;
	color: var(--miq-page-violet);
	font-family: "Sora", "Inter", sans-serif;
	font-size: 12px;
	font-weight: 750;
	letter-spacing: 0.13em;
	line-height: 1.3;
	text-transform: uppercase;
}

.miq-page-hero h1 {
	max-width: 800px;
	margin-bottom: 24px;
	font-size: clamp(46px, 5.2vw, 76px);
	font-weight: 680;
	line-height: 1.04;
}

.miq-page-hero h1 em,
.miq-page-hero h1 strong {
	color: var(--miq-page-violet);
	font-style: normal;
	font-weight: inherit;
}

.miq-page-lead {
	max-width: 680px;
	margin-bottom: 0;
	color: #596676;
	font-size: clamp(18px, 1.6vw, 22px);
	line-height: 1.62;
}

.miq-page-hero__visual {
	position: relative;
	min-height: 300px;
}

.miq-page-hero__visual::before {
	position: absolute;
	top: 40px;
	right: 5px;
	width: 310px;
	height: 210px;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(221, 221, 235, 0.86);
	box-shadow: 0 22px 54px rgba(36, 32, 81, 0.11);
	content: "";
	transform: rotate(3deg);
}

.miq-page-hero__sheet {
	position: absolute;
	top: 74px;
	right: 28px;
	z-index: 1;
	width: 255px;
	padding: 27px 24px;
}

.miq-page-hero__sheet span {
	display: block;
	height: 7px;
	margin-bottom: 17px;
	background: #e8e8f2;
	border-radius: 2px;
}

.miq-page-hero__sheet span:nth-child(1) {
	width: 42%;
	background: #7966f6;
}

.miq-page-hero__sheet span:nth-child(2) {
	width: 92%;
}

.miq-page-hero__sheet span:nth-child(3) {
	width: 76%;
}

.miq-page-hero__sheet span:nth-child(4) {
	width: 85%;
	margin-bottom: 0;
}

.miq-page-hero__device {
	position: absolute;
	right: 272px;
	bottom: 0;
	z-index: 2;
	width: 103px;
	height: 240px;
	background: linear-gradient(145deg, #4d5055, #1d1f22 74%);
	border: 1px solid #111214;
	border-radius: 22px;
	box-shadow: 0 24px 42px rgba(18, 18, 26, 0.27);
	transform: rotate(-6deg);
}

.miq-page-hero__device::before,
.miq-page-hero__device::after {
	position: absolute;
	top: 49px;
	bottom: 44px;
	width: 8px;
	background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.15) 0 1px, transparent 1px 3px);
	content: "";
}

.miq-page-hero__device::before {
	left: 13px;
}

.miq-page-hero__device::after {
	right: 13px;
}

.miq-page-hero__device i {
	position: absolute;
	top: 19px;
	left: 50%;
	width: 37px;
	height: 17px;
	background: linear-gradient(#f2f2f0, #aeb0ad);
	border-radius: 4px;
	transform: translateX(-50%);
}

.miq-page-hero__device b {
	position: absolute;
	top: 53%;
	left: 50%;
	width: 19px;
	height: 19px;
	background: #080909;
	border: 1px solid #555;
	border-radius: 3px;
	transform: translate(-50%, -50%);
}

.miq-page-hero--compact {
	padding: 88px 0 82px;
}

.miq-page-hero--compact h1 {
	margin-bottom: 20px;
}

.miq-page-content-wrap {
	padding-top: 88px;
	padding-bottom: 112px;
}

.miq-entry-content,
.miq-blueprint-content {
	max-width: 980px;
	margin-inline: auto;
}

.miq-entry-content > *:first-child,
.miq-blueprint-content > *:first-child {
	margin-top: 0;
}

.miq-entry-content > *:last-child,
.miq-blueprint-content > *:last-child {
	margin-bottom: 0;
}

.miq-entry-content h2,
.miq-blueprint-section h2 {
	margin: 72px 0 20px;
	font-size: clamp(30px, 3.2vw, 44px);
	font-weight: 650;
	line-height: 1.14;
}

.miq-entry-content h3,
.miq-blueprint-card h3 {
	margin: 42px 0 13px;
	font-size: clamp(21px, 2vw, 27px);
	font-weight: 650;
	line-height: 1.25;
}

.miq-entry-content h4 {
	margin: 32px 0 11px;
	font-size: 18px;
	font-weight: 700;
}

.miq-entry-content p,
.miq-entry-content li,
.miq-blueprint-section__body,
.miq-blueprint-card p {
	font-size: 17px;
	line-height: 1.74;
}

.miq-entry-content p,
.miq-entry-content ul,
.miq-entry-content ol,
.miq-entry-content blockquote,
.miq-entry-content table {
	margin-bottom: 24px;
}

.miq-entry-content ul,
.miq-entry-content ol {
	padding-left: 1.25em;
}

.miq-entry-content li + li {
	margin-top: 8px;
}

.miq-entry-content a:not(.miq-page-button) {
	color: #5f52d8;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.miq-entry-content blockquote {
	padding: 7px 0 7px 26px;
	border-left: 3px solid var(--miq-page-violet);
	color: #343e4d;
	font-size: 20px;
}

.miq-entry-content table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border: 1px solid var(--miq-page-line);
}

.miq-entry-content th,
.miq-entry-content td {
	padding: 15px 17px;
	border-bottom: 1px solid var(--miq-page-line);
	text-align: left;
}

.miq-entry-content th {
	background: #f5f4fb;
	color: var(--miq-page-ink);
	font-family: "Sora", "Inter", sans-serif;
	font-size: 14px;
}

.miq-entry-content img {
	border: 1px solid var(--miq-page-line);
}

.miq-entry-content hr {
	margin: 64px 0;
	border: 0;
	border-top: 1px solid var(--miq-page-line);
}

.miq-entry-content details {
	padding: 21px 0;
	border-bottom: 1px solid var(--miq-page-line);
}

.miq-entry-content summary {
	color: var(--miq-page-ink);
	font-family: "Sora", "Inter", sans-serif;
	font-weight: 650;
	cursor: pointer;
}

.miq-entry-content .wp-block-columns,
.miq-entry-content .miq-card-grid,
.miq-entry-content .miq-info-grid,
.miq-entry-content .feature-grid,
.miq-blueprint-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin-top: 34px;
	margin-bottom: 42px;
}

.miq-entry-content .wp-block-column,
.miq-entry-content .miq-page-card,
.miq-entry-content .miq-info-card,
.miq-entry-content .feature-card,
.miq-blueprint-card {
	padding: 28px;
	background: #fff;
	border: 1px solid var(--miq-page-line);
	border-radius: 8px;
	box-shadow: 0 12px 30px rgba(33, 30, 73, 0.045);
}

.miq-entry-content .wp-block-column > :first-child,
.miq-entry-content .miq-page-card > :first-child,
.miq-entry-content .miq-info-card > :first-child,
.miq-entry-content .feature-card > :first-child,
.miq-blueprint-card > :first-child {
	margin-top: 0;
}

.miq-prose-lead {
	max-width: 850px;
	margin-bottom: 52px;
	color: #394657;
	font-size: clamp(19px, 2vw, 24px) !important;
	line-height: 1.62 !important;
}

.miq-content-section {
	padding: 64px 0;
	border-bottom: 1px solid var(--miq-page-line);
}

.miq-content-section:first-child {
	padding-top: 0;
}

.miq-content-section:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.miq-content-section > :first-child {
	margin-top: 0;
}

.miq-content-section > :last-child {
	margin-bottom: 0;
}

.miq-entry-content .miq-content-section h2 {
	margin-top: 0;
}

.miq-info-grid,
.miq-info-grid--two,
.miq-info-grid--three,
.miq-contact-cards {
	display: grid;
	gap: 20px;
	margin: 34px 0 42px;
}

.miq-info-grid,
.miq-info-grid--two,
.miq-contact-cards {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.miq-info-grid > article,
.miq-info-grid > div,
.miq-contact-cards > article,
.miq-contact-cards > div {
	padding: 27px 28px;
	background: #fff;
	border: 1px solid var(--miq-page-line);
	border-radius: 8px;
	box-shadow: 0 12px 30px rgba(33, 30, 73, 0.045);
}

.miq-info-grid h3,
.miq-contact-cards h3 {
	margin: 0 0 10px;
	font-size: 20px;
	letter-spacing: -0.025em;
}

.miq-info-grid p,
.miq-contact-cards p {
	margin-bottom: 0;
	font-size: 15px;
	line-height: 1.68;
}

.miq-product-detail {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
	align-items: center;
	gap: 60px;
	padding: 50px 54px;
	margin-bottom: 70px;
	background: linear-gradient(135deg, #f4f2ff, #f9f9fd);
	border: 1px solid #e1def8;
	border-radius: 10px;
}

.miq-product-detail__copy > :first-child {
	margin-top: 0;
}

.miq-product-detail__copy h2 {
	margin-bottom: 18px;
	font-size: clamp(32px, 3.5vw, 46px);
}

.miq-product-detail__price {
	display: flex;
	align-items: baseline;
	gap: 12px;
	margin: 25px 0;
	color: var(--miq-page-ink);
	font-family: "Sora", "Inter", sans-serif;
	font-size: 34px !important;
	font-weight: 720;
	line-height: 1.2 !important;
}

.miq-product-detail__price del,
.miq-product-detail__price small {
	color: var(--miq-page-muted);
	font-size: 15px;
	font-weight: 500;
}

.miq-product-detail__visual {
	display: grid;
	place-items: center;
	min-height: 330px;
	padding: 28px;
	background: rgba(255, 255, 255, 0.66);
	border: 1px solid rgba(224, 222, 239, 0.9);
}

.miq-product-detail__visual img {
	max-height: 320px;
	border: 0;
	object-fit: contain;
}

.miq-check-list {
	display: grid;
	gap: 12px;
	padding: 0 !important;
	margin: 25px 0 30px !important;
	list-style: none;
}

.miq-check-list li {
	position: relative;
	padding-left: 31px;
}

.miq-check-list li::before {
	position: absolute;
	top: 0.35em;
	left: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 19px;
	height: 19px;
	background: #edeaff;
	border: 1px solid #d6d0ff;
	border-radius: 50%;
	color: #6453ea;
	content: "✓";
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
}

.miq-callout {
	padding: 27px 30px;
	margin: 38px 0;
	background: linear-gradient(110deg, #efedff, #f7f7ff);
	border: 1px solid #ddd9fa;
	border-left: 4px solid var(--miq-page-violet);
	border-radius: 6px;
}

.miq-callout > :first-child {
	margin-top: 0;
}

.miq-callout > :last-child {
	margin-bottom: 0;
}

.miq-process-list {
	display: grid;
	gap: 0;
	padding: 0 !important;
	margin: 36px 0 !important;
	counter-reset: meetiq-process;
	list-style: none;
}

.miq-process-list > li {
	position: relative;
	min-height: 76px;
	padding: 5px 0 28px 66px;
	counter-increment: meetiq-process;
}

.miq-process-list > li:not(:last-child)::after {
	position: absolute;
	top: 44px;
	bottom: 0;
	left: 21px;
	width: 1px;
	background: #dcd9f6;
	content: "";
}

.miq-process-list > li::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 43px;
	height: 43px;
	background: #fff;
	border: 1px solid #d8d4f5;
	border-radius: 50%;
	box-shadow: 0 7px 18px rgba(61, 49, 139, 0.08);
	color: var(--miq-page-violet);
	content: counter(meetiq-process, decimal-leading-zero);
	font-family: "Sora", "Inter", sans-serif;
	font-size: 11px;
	font-weight: 750;
}

.miq-process-list h3,
.miq-process-list strong {
	color: var(--miq-page-ink);
	font-family: "Sora", "Inter", sans-serif;
}

.miq-table-wrap {
	max-width: 100%;
	margin: 34px 0;
	overflow-x: auto;
	border: 1px solid var(--miq-page-line);
	-webkit-overflow-scrolling: touch;
}

.miq-table-wrap table {
	min-width: 650px;
	margin: 0;
	border: 0;
}

.miq-page-faq {
	margin: 36px 0;
	border-top: 1px solid var(--miq-page-line);
}

.miq-page-faq details {
	padding: 23px 0;
	border-bottom: 1px solid var(--miq-page-line);
}

.miq-page-faq summary {
	position: relative;
	padding-right: 38px;
	color: var(--miq-page-ink);
	font-family: "Sora", "Inter", sans-serif;
	font-weight: 650;
	cursor: pointer;
	list-style: none;
}

.miq-page-faq summary::-webkit-details-marker {
	display: none;
}

.miq-page-faq summary::after {
	position: absolute;
	top: 50%;
	right: 4px;
	color: var(--miq-page-violet);
	content: "+";
	font-size: 24px;
	font-weight: 400;
	transform: translateY(-50%);
}

.miq-page-faq details[open] summary::after {
	content: "−";
}

.miq-page-faq details > :not(summary) {
	max-width: 800px;
	margin: 16px 0 0;
}

.miq-blueprint-section {
	padding: 68px 0;
	border-bottom: 1px solid var(--miq-page-line);
}

.miq-blueprint-section:first-child {
	padding-top: 0;
}

.miq-blueprint-section:last-child {
	border-bottom: 0;
}

.miq-blueprint-card h3 {
	margin-top: 5px;
}

.miq-blueprint-card__label {
	color: var(--miq-page-violet);
	font-family: "Sora", "Inter", sans-serif;
	font-size: 11px;
	font-weight: 750;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.miq-blueprint-note {
	padding: 18px 20px;
	margin: 30px 0 0;
	background: var(--miq-page-tint);
	border-left: 3px solid var(--miq-page-violet);
	color: #414c5d;
}

.miq-page-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	max-width: 1100px;
	padding: 36px 40px;
	margin: 84px auto 0;
	background: linear-gradient(120deg, #f0eeff, #f6f7ff);
	border: 1px solid #dedbf9;
	border-radius: 9px;
}

.miq-page-cta h2 {
	margin-bottom: 8px;
	font-size: clamp(24px, 2.4vw, 34px);
	line-height: 1.2;
}

.miq-page-cta p {
	max-width: 660px;
	margin-bottom: 0;
}

.miq-page-text-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #584cd1;
	font-size: 14px;
	font-weight: 700;
}

.miq-page-text-link span {
	transition: transform 160ms ease;
}

.miq-page-text-link:hover span {
	transform: translateX(4px);
}

.miq-index__body {
	padding-top: 78px;
	padding-bottom: 110px;
}

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

.miq-post-card {
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--miq-page-line);
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(33, 30, 73, 0.05);
}

.miq-post-card__image {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #eeedf7;
}

.miq-post-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 260ms ease;
}

.miq-post-card:hover .miq-post-card__image img {
	transform: scale(1.025);
}

.miq-post-card__body {
	padding: 28px;
}

.miq-post-card__meta {
	margin-bottom: 12px;
	color: var(--miq-page-muted);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.miq-post-card h2 {
	margin-bottom: 14px;
	font-size: 23px;
	line-height: 1.25;
}

.miq-post-card__excerpt p {
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 1.65;
}

.navigation.pagination {
	margin-top: 54px;
}

.nav-links {
	display: flex;
	justify-content: center;
	gap: 7px;
}

.nav-links .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 10px;
	background: #fff;
	border: 1px solid var(--miq-page-line);
	border-radius: 5px;
	font-size: 14px;
}

.nav-links .current {
	background: var(--miq-page-violet);
	border-color: var(--miq-page-violet);
	color: #fff;
}

.miq-empty-state,
.miq-not-found__inner {
	max-width: 760px;
	padding-top: 130px;
	padding-bottom: 150px;
	text-align: center;
}

.miq-empty-state {
	margin-inline: auto;
}

.miq-empty-state h2,
.miq-not-found h1 {
	margin-bottom: 18px;
	font-size: clamp(38px, 5vw, 62px);
	line-height: 1.08;
}

.miq-empty-state > p:not(.miq-page-eyebrow),
.miq-not-found__inner > p:not(.miq-page-eyebrow) {
	max-width: 610px;
	margin: 0 auto 30px;
	font-size: 18px;
	line-height: 1.7;
}

.miq-not-found {
	position: relative;
	background:
		radial-gradient(circle at 50% 42%, rgba(111, 91, 247, 0.12), transparent 29%),
		var(--miq-page-paper);
}

.miq-not-found__inner {
	position: relative;
}

.miq-not-found__code {
	position: absolute;
	top: 46px;
	left: 50%;
	color: rgba(111, 91, 247, 0.07);
	font-family: "Sora", "Inter", sans-serif;
	font-size: 180px;
	font-weight: 800;
	letter-spacing: -0.08em;
	line-height: 1;
	transform: translateX(-50%);
}

.miq-not-found__actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
}

.miq-site-footer {
	background: #121620;
	color: #aeb6c4;
}

.miq-site-footer__main {
	display: grid;
	grid-template-columns: minmax(280px, 1fr) 1.4fr;
	gap: 90px;
	padding: 66px 0 54px;
}

.miq-site-brand--footer {
	color: #fff;
}

.miq-site-brand--footer img {
	height: 30px;
}

.miq-site-footer__brand > p {
	max-width: 430px;
	margin: 21px 0 0;
	font-size: 15px;
	line-height: 1.7;
}

.miq-site-footer__nav > ul,
.miq-site-footer__links {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px 32px;
	padding: 0;
	margin: 3px 0 0;
	list-style: none;
}

.miq-site-footer__nav a {
	display: inline-block;
	padding: 4px 0;
	color: #d7dbe3;
	font-size: 14px;
}

.miq-site-footer__nav a:hover {
	color: #fff;
}

.miq-site-footer__bottom {
	display: flex;
	justify-content: space-between;
	gap: 25px;
	padding: 22px 0 27px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.miq-site-footer__bottom p {
	margin: 0;
	font-size: 12px;
	line-height: 1.5;
}

/* Contact form partial. */
.meetiq-contact {
	display: grid;
	grid-template-columns: minmax(230px, 0.72fr) minmax(0, 1.28fr);
	gap: 24px 70px;
	width: var(--miq-page-shell);
	padding: 68px 0 112px;
	margin-inline: auto;
	border-top: 1px solid var(--miq-page-line);
}

.meetiq-contact__intro {
	grid-row: 1 / span 3;
}

.meetiq-contact__eyebrow {
	margin: 0 0 16px;
	color: var(--miq-page-violet);
	font-family: "Sora", "Inter", sans-serif;
	font-size: 12px;
	font-weight: 750;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.meetiq-contact__intro h2 {
	margin: 0 0 15px;
	color: var(--miq-page-ink);
	font-family: "Sora", "Inter", sans-serif;
	font-size: clamp(30px, 3vw, 42px);
	line-height: 1.15;
}

.meetiq-contact__intro > p:last-child {
	margin: 0;
	font-size: 16px;
	line-height: 1.7;
}

.meetiq-contact__status:empty {
	display: none;
}

.meetiq-contact__notice {
	padding: 14px 16px;
	margin: 0;
	border: 1px solid;
	border-radius: 5px;
	font-size: 14px;
}

.meetiq-contact__notice--success {
	background: #eefaf3;
	border-color: #b8e6c9;
	color: #22663d;
}

.meetiq-contact__notice--error {
	background: #fff3f3;
	border-color: #efc3c3;
	color: #983a3a;
}

.meetiq-contact__form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	padding: 34px;
	background: #fff;
	border: 1px solid var(--miq-page-line);
	border-radius: 8px;
	box-shadow: 0 16px 38px rgba(33, 30, 73, 0.055);
}

.meetiq-contact__field {
	display: grid;
	gap: 8px;
}

.meetiq-contact__field label {
	color: var(--miq-page-ink);
	font-size: 13px;
	font-weight: 700;
}

.meetiq-contact__optional {
	color: var(--miq-page-muted);
	font-weight: 400;
}

.meetiq-contact__field--wide,
.meetiq-contact__actions {
	grid-column: 1 / -1;
}

.meetiq-contact input,
.meetiq-contact textarea,
.meetiq-contact select {
	width: 100%;
	min-height: 50px;
	padding: 12px 14px;
	background: #fff;
	border: 1px solid #dfe1ea;
	border-radius: 5px;
	color: var(--miq-page-ink);
	font: 400 16px/1.4 "Inter", sans-serif;
}

.meetiq-contact textarea {
	min-height: 150px;
	resize: vertical;
}

.meetiq-contact input:focus,
.meetiq-contact textarea:focus,
.meetiq-contact select:focus {
	border-color: var(--miq-page-violet);
	box-shadow: 0 0 0 3px rgba(111, 91, 247, 0.12);
	outline: 0;
}

.meetiq-contact__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 24px;
	background: linear-gradient(120deg, var(--miq-page-violet), var(--miq-page-blue));
	border: 0;
	border-radius: 6px;
	box-shadow: 0 10px 24px rgba(97, 83, 239, 0.2);
	color: #fff;
	font-family: "Sora", "Inter", sans-serif;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

@media (max-width: 1040px) {
	.miq-site-menu {
		gap: 22px;
	}

	.miq-site-nav__list,
	.miq-site-nav > ul {
		gap: 20px;
	}

	.miq-page-hero__grid {
		grid-template-columns: minmax(0, 1fr) 350px;
		gap: 45px;
	}

	.miq-page-hero__device {
		right: 235px;
	}

	.miq-post-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	body.menu-open {
		overflow: hidden;
	}

	.admin-bar .miq-site-header {
		top: 46px;
	}

	.miq-menu-toggle {
		display: block;
	}

	.miq-site-menu {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		display: none;
		align-items: stretch;
		padding: 22px max(24px, calc((100vw - var(--miq-page-shell)) / 2));
		background: rgba(255, 255, 255, 0.985);
		border-top: 1px solid var(--miq-page-line);
		border-bottom: 1px solid var(--miq-page-line);
		box-shadow: 0 20px 36px rgba(28, 26, 57, 0.09);
	}

	.miq-site-menu.is-open {
		display: grid;
		gap: 18px;
	}

	.miq-site-nav__list,
	.miq-site-nav > ul {
		display: grid;
		gap: 0;
	}

	.miq-site-nav li + li {
		border-top: 1px solid #eeeff4;
	}

	.miq-site-nav a {
		padding: 13px 0;
		font-size: 16px;
	}

	.miq-site-nav a::after {
		display: none;
	}

	.miq-site-header__cta {
		width: 100%;
	}

	.miq-page-hero {
		padding: 84px 0 78px;
	}

	.miq-page-hero__grid {
		grid-template-columns: 1fr;
	}

	.miq-page-hero__copy {
		max-width: 760px;
	}

	.miq-page-hero__visual {
		display: none;
	}

	.miq-product-detail {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.miq-page-content-wrap {
		padding-top: 68px;
		padding-bottom: 86px;
	}

	.miq-site-footer__main {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.meetiq-contact {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.meetiq-contact__intro {
		grid-row: auto;
	}
}

@media (max-width: 680px) {
	:root {
		--miq-page-shell: calc(100vw - 36px);
	}

	.miq-site-header__inner {
		min-height: 68px;
	}

	.miq-page-hero,
	.miq-page-hero--compact {
		padding: 64px 0 58px;
	}

	.miq-page-hero h1 {
		margin-bottom: 18px;
		font-size: clamp(38px, 12vw, 54px);
	}

	.miq-page-lead {
		font-size: 17px;
		line-height: 1.6;
	}

	.miq-page-content-wrap,
	.miq-index__body {
		padding-top: 52px;
		padding-bottom: 70px;
	}

	.miq-entry-content h2,
	.miq-blueprint-section h2 {
		margin-top: 52px;
		font-size: 30px;
	}

	.miq-entry-content h3 {
		margin-top: 34px;
	}

	.miq-entry-content p,
	.miq-entry-content li,
	.miq-blueprint-section__body,
	.miq-blueprint-card p {
		font-size: 16px;
	}

	.miq-entry-content .wp-block-columns,
	.miq-entry-content .miq-card-grid,
	.miq-entry-content .miq-info-grid,
	.miq-entry-content .feature-grid,
	.miq-blueprint-grid,
	.miq-post-grid,
	.miq-info-grid,
	.miq-info-grid--two,
	.miq-info-grid--three,
	.miq-contact-cards {
		grid-template-columns: 1fr;
	}

	.miq-content-section {
		padding: 48px 0;
	}

	.miq-product-detail {
		padding: 28px 22px;
		margin-bottom: 52px;
	}

	.miq-product-detail__visual {
		min-height: 250px;
		padding: 18px;
	}

	.miq-callout {
		padding: 22px 20px;
	}

	.miq-entry-content .wp-block-column,
	.miq-entry-content .miq-page-card,
	.miq-entry-content .miq-info-card,
	.miq-entry-content .feature-card,
	.miq-blueprint-card,
	.miq-post-card__body {
		padding: 22px;
	}

	.miq-page-cta {
		align-items: flex-start;
		flex-direction: column;
		gap: 24px;
		padding: 28px 24px;
		margin-top: 60px;
	}

	.miq-page-cta .miq-page-button {
		width: 100%;
	}

	.miq-site-footer__main {
		padding: 50px 0 42px;
	}

	.miq-site-footer__nav > ul,
	.miq-site-footer__links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.miq-site-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 9px;
	}

	.meetiq-contact {
		padding-bottom: 76px;
	}

	.meetiq-contact__form {
		grid-template-columns: 1fr;
		padding: 24px 20px;
	}

	.meetiq-contact__field--wide,
	.meetiq-contact__actions {
		grid-column: auto;
	}

	.miq-empty-state,
	.miq-not-found__inner {
		padding-top: 95px;
		padding-bottom: 110px;
	}

	.miq-not-found__code {
		top: 42px;
		font-size: 120px;
	}

	.miq-not-found__actions {
		align-items: stretch;
		flex-direction: column;
		gap: 21px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.miq-site-header,
	.miq-site-nav a::after,
	.miq-site-header__cta,
	.miq-page-button,
	.miq-page-text-link span,
	.miq-post-card__image img,
	.miq-menu-toggle > span {
		transition: none;
	}
}
