@font-face {
	font-family: "Sora";
	font-style: normal;
	font-weight: 100 800;
	font-display: swap;
	src: url("../fonts/Sora-Variable.ttf") format("truetype");
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("../fonts/Inter-Variable.ttf") format("truetype");
}

:root {
	--ink: #111b27;
	--ink-soft: #4d5968;
	--violet: #7357f6;
	--violet-2: #536df5;
	--blue: #5c8df7;
	--cyan: #6bcff5;
	--green: #55c58c;
	--amber: #f1b858;
	--paper: #fbfbfd;
	--paper-alt: #f7f7fc;
	--lavender: #f2f0ff;
	--line: #e6e6ef;
	--line-strong: #dbdce8;
	--white: #fff;
	--panel-shadow: 0 12px 34px rgba(42, 36, 94, 0.075);
	--shell: min(1528px, calc(100vw - 144px));
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--paper);
	color: var(--ink-soft);
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 18px;
	line-height: 1.48;
	-webkit-font-smoothing: antialiased;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

.miq-hero__visual picture,
.miq-workflow__photo picture,
.miq-intelligence__visual picture,
.miq-recorder__visual picture,
.miq-story-card__photo picture,
.miq-faq__visual picture {
	display: block;
	width: 100%;
	height: 100%;
}

a {
	color: inherit;
	text-decoration: none;
}

button,
summary,
a {
	-webkit-tap-highlight-color: transparent;
}

:focus-visible {
	outline: 3px solid #7357f6;
	outline-offset: 4px;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	top: 12px;
	left: 12px;
	z-index: 999;
	width: auto;
	height: auto;
	clip: auto;
	padding: 10px 16px;
	background: var(--white);
	color: var(--ink);
}

.miq-home {
	overflow: hidden;
	background: var(--paper);
}

.miq-home-stage {
	width: 100%;
	background: var(--paper);
}

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

.miq-home h1,
.miq-home h2,
.miq-home h3,
.miq-home h4,
.miq-home p,
.miq-home ul,
.miq-home ol,
.miq-home dl,
.miq-home figure,
.miq-home blockquote {
	margin-top: 0;
}

.miq-home h1,
.miq-home h2,
.miq-home h3,
.miq-home h4 {
	color: var(--ink);
	font-family: "Sora", "Inter", sans-serif;
}

.miq-icon {
	width: 24px;
	height: 24px;
	flex: 0 0 auto;
}

.miq-accent {
	color: var(--violet-2);
}

.miq-panel {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(225, 225, 237, 0.9);
	box-shadow: var(--panel-shadow);
}

.miq-eyebrow {
	margin-bottom: 20px;
	color: var(--violet);
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0.035em;
	text-transform: uppercase;
}

.miq-heading {
	margin-bottom: 25px;
	font-size: 66px;
	font-weight: 650;
	letter-spacing: -0.045em;
	line-height: 1.08;
}

.miq-section-copy {
	max-width: 660px;
	margin-bottom: 0;
	font-size: 21px;
	line-height: 1.5;
}

.miq-section-head--center {
	text-align: center;
}

.miq-section-head--center .miq-section-copy {
	max-width: none;
}

.miq-section-head--center .miq-section-copy strong {
	color: var(--violet);
	font-weight: 600;
}

.miq-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	min-height: 90px;
	padding: 0 48px;
	border-radius: 11px;
	background: linear-gradient(115deg, #7448ec 0%, #596cf4 55%, #4989f4 100%);
	box-shadow: 0 14px 30px rgba(88, 86, 236, 0.2);
	color: #fff;
	font-family: "Sora", sans-serif;
	font-size: 28px;
	font-weight: 600;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.miq-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 36px rgba(88, 86, 236, 0.25);
}

.miq-button .miq-icon {
	width: 30px;
	height: 30px;
}

/* Hero */
.miq-hero {
	position: relative;
	background: #efeeec;
}

.miq-hero::after {
	position: absolute;
	inset: 0 auto 0 0;
	width: 52%;
	background: linear-gradient(90deg, rgba(239, 238, 236, 0.98) 0%, rgba(239, 238, 236, 0.91) 56%, rgba(239, 238, 236, 0) 100%);
	content: "";
	pointer-events: none;
}

.miq-hero__inner {
	position: relative;
	height: 100%;
}

.miq-hero__content {
	position: relative;
	z-index: 2;
	width: 630px;
	padding-top: 43px;
}

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

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

.miq-hero h1 {
	margin: 82px 0 8px;
	font-size: 146px;
	font-weight: 650;
	letter-spacing: -0.065em;
	line-height: 0.92;
}

.miq-hero__tagline {
	margin-bottom: 38px;
	color: var(--ink);
	font-family: "Sora", sans-serif;
	font-size: 57px;
	font-weight: 570;
	letter-spacing: -0.045em;
	line-height: 1.12;
}

.miq-hero__rule {
	display: block;
	width: 60px;
	height: 3px;
	margin-bottom: 46px;
	background: linear-gradient(90deg, var(--violet), #a7d8ff);
}

.miq-hero__benefits {
	display: grid;
	gap: 18px;
	margin-bottom: 52px;
	padding: 0;
	list-style: none;
}

.miq-hero__benefits li {
	display: flex;
	align-items: center;
	gap: 20px;
	color: #1e2632;
	font-size: 27px;
	line-height: 1.2;
}

.miq-hero__benefits .miq-icon {
	width: 40px;
	height: 40px;
	padding: 7px;
	border-radius: 50%;
	background: rgba(117, 87, 246, 0.08);
	color: #765ef1;
}

.miq-button--hero {
	min-width: 510px;
}

.miq-hero__visual {
	position: absolute;
	z-index: 0;
	inset: 0;
	margin: 0;
}

.miq-hero__visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transform: scale(1.03);
	transform-origin: right bottom;
}

/* Workflow */
.miq-workflow {
	padding: 20px 0 30px;
	background: linear-gradient(180deg, #fcfcfe 0%, #fafaff 100%);
}

.miq-workflow .miq-eyebrow {
	margin-bottom: 22px;
}

.miq-workflow .miq-heading {
	margin-bottom: 25px;
	font-size: 72px;
	line-height: 1.03;
}

.miq-workflow__steps {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 56px;
	margin: 34px 0 0;
	padding: 0;
	list-style: none;
}

.miq-step {
	position: relative;
	display: grid;
	grid-template-columns: 64px 1fr;
	align-items: start;
	gap: 18px;
}

.miq-step:not(:last-child)::after {
	position: absolute;
	top: 23px;
	right: -34px;
	color: #a58cf5;
	content: "→";
	font-size: 31px;
	font-weight: 300;
}

.miq-step > .miq-icon {
	display: none;
}

.miq-step__number {
	display: grid;
	width: 61px;
	height: 61px;
	place-items: center;
	border-radius: 50%;
	background: #f0edff;
	color: #654bea;
	font-family: "Sora", sans-serif;
	font-size: 23px;
	font-weight: 700;
}

.miq-step h3 {
	margin: 11px 0 17px;
	font-size: 23px;
	font-weight: 650;
}

.miq-step p {
	max-width: 238px;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1.45;
}

.miq-workflow__showcase {
	position: relative;
	display: grid;
	grid-template-columns: 1.01fr 1.05fr 0.99fr 1.03fr;
	gap: 65px;
	height: 520px;
	margin-top: 29px;
}

.miq-workflow__wave {
	position: absolute;
	z-index: 0;
	top: -55px;
	left: 0;
	width: 100%;
	height: 260px;
	fill: none;
	stroke: rgba(119, 92, 243, 0.09);
	stroke-width: 3;
}

.miq-workflow__photo,
.miq-ui-card {
	position: relative;
	z-index: 1;
	height: 520px;
	margin: 0;
	border-radius: 20px;
	overflow: hidden;
}

.miq-workflow__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.miq-ui-card {
	padding: 34px 28px;
}

.miq-ui-card > header {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 34px;
}

.miq-ui-card > header h3 {
	margin: 0;
	font-size: 20px;
	font-weight: 650;
}

.miq-ui-card > header small {
	margin-left: auto;
	color: #9a9dab;
}

.miq-ui-card__dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--violet);
}

.miq-transcript-line {
	position: relative;
	margin-bottom: 26px;
	padding-left: 20px;
}

.miq-transcript-line::before {
	position: absolute;
	top: 8px;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--violet);
	content: "";
}

.miq-transcript-line:nth-child(3)::before {
	background: #4b9cf7;
}

.miq-transcript-line:nth-child(4)::before {
	background: #50be82;
}

.miq-transcript-line > span {
	display: block;
	margin-bottom: 4px;
	color: #9185e7;
	font-size: 12px;
	font-weight: 700;
}

.miq-transcript-line p {
	margin-bottom: 0;
	color: #2c3340;
	font-size: 14px;
	line-height: 1.45;
}

.miq-ui-card__audio {
	display: flex;
	align-items: center;
	gap: 5px;
	height: 35px;
	margin-top: 17px;
}

.miq-ui-card__audio i,
.miq-ai-flow__wave i {
	display: block;
	width: 4px;
	border-radius: 4px;
	background: linear-gradient(#714df3, #55a5f5);
}

.miq-ui-card__audio i:nth-child(3n+1),
.miq-ai-flow__wave i:nth-child(3n+1) {
	height: 40%;
}

.miq-ui-card__audio i:nth-child(3n+2),
.miq-ai-flow__wave i:nth-child(3n+2) {
	height: 92%;
}

.miq-ui-card__audio i:nth-child(3n),
.miq-ai-flow__wave i:nth-child(3n) {
	height: 62%;
}

.miq-ui-card--summary section {
	margin-bottom: 14px;
	padding: 18px 20px;
	border-radius: 13px;
	background: #f3f0ff;
}

.miq-ui-card--summary section:nth-child(3) {
	background: #eef7ff;
}

.miq-ui-card--summary h4 {
	margin-bottom: 9px;
	font-size: 14px;
}

.miq-ui-card--summary ul {
	margin-bottom: 0;
	padding-left: 18px;
	font-size: 13px;
	line-height: 1.55;
}

.miq-ui-card--actions label {
	display: grid;
	grid-template-columns: 18px 1fr;
	gap: 10px;
	margin-bottom: 20px;
	color: #252c38;
	font-size: 14px;
}

.miq-checkbox {
	width: 17px;
	height: 17px;
	border: 1px solid #cdd0d9;
	border-radius: 4px;
}

.miq-ui-card--actions label small {
	display: block;
	margin-top: 2px;
	color: #9b9eaa;
}

.miq-ask-card {
	min-height: 220px;
	margin-top: 28px;
	padding: 25px;
	border-radius: 14px;
	background: linear-gradient(140deg, #5d67ee, #7547ed);
	color: #fff;
}

.miq-ask-card small {
	font-size: 17px;
	font-weight: 700;
}

.miq-ask-card p {
	margin: 22px 0 31px;
	color: #fff;
	font-size: 18px;
	line-height: 1.38;
}

.miq-ask-card span {
	font-size: 12px;
	opacity: 0.84;
}

.miq-feature-strip,
.miq-privacy-strip {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	align-items: center;
	margin-top: 43px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 9px 26px rgba(43, 36, 92, 0.05);
}

.miq-feature-strip > div,
.miq-privacy-strip > div {
	display: flex;
	align-items: center;
	gap: 16px;
	min-width: 0;
	padding: 25px 29px;
}

.miq-feature-strip > div + div,
.miq-privacy-strip > div + div {
	border-left: 1px solid var(--line);
}

.miq-feature-strip .miq-icon,
.miq-privacy-strip .miq-icon {
	width: 47px;
	height: 47px;
	padding: 10px;
	border-radius: 50%;
	background: #f0edff;
	color: var(--violet);
}

.miq-feature-strip p,
.miq-privacy-strip p {
	margin-bottom: 0;
	line-height: 1.25;
}

.miq-feature-strip strong,
.miq-feature-strip span,
.miq-privacy-strip strong,
.miq-privacy-strip span {
	display: block;
}

.miq-feature-strip strong,
.miq-privacy-strip strong {
	color: var(--ink);
	font-size: 14px;
}

.miq-feature-strip span,
.miq-privacy-strip span {
	margin-top: 6px;
	font-size: 11px;
	line-height: 1.35;
}

.miq-feature-strip--workflow {
	grid-template-columns: 1.75fr repeat(3, 1fr);
	height: 167px;
}

.miq-feature-strip--workflow .miq-feature-strip__lead p {
	color: var(--ink);
	font-family: "Sora", sans-serif;
	font-size: 23px;
	font-weight: 600;
}

.miq-feature-strip--workflow .miq-feature-strip__lead strong {
	color: var(--violet);
	font-size: inherit;
}

/* Intelligence */
.miq-intelligence,
.miq-recorder,
.miq-fees,
.miq-story,
.miq-specs,
.miq-faq {
	position: relative;
}

.miq-intelligence {
	padding: 24px 0 23px;
	background: #fbfbfe;
}

.miq-intelligence__intro,
.miq-recorder__intro {
	display: grid;
	grid-template-columns: 41% 59%;
	height: 405px;
}

.miq-intelligence__intro {
	position: relative;
	display: block;
}

.miq-intelligence__intro .miq-section-head {
	position: relative;
	z-index: 2;
	width: 670px;
	padding-top: 12px;
}

.miq-intelligence__intro .miq-section-head,
.miq-recorder__intro .miq-section-head {
	align-self: center;
}

.miq-intelligence__visual,
.miq-recorder__visual {
	height: 400px;
	margin: 0;
	overflow: hidden;
}

.miq-intelligence__visual {
	position: absolute;
	inset: 0;
	width: 100%;
}

.miq-intelligence__visual img,
.miq-recorder__visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 67% center;
}

.miq-intelligence__visual img {
	object-position: center center;
}

.miq-intelligence__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	height: 527px;
	margin-top: 14px;
}

.miq-feature-card {
	position: relative;
	padding: 27px 24px;
	border-top: 3px solid #765af0;
	border-radius: 13px;
	overflow: hidden;
}

.miq-feature-card::after {
	position: absolute;
	inset: 0;
	z-index: 0;
	background: linear-gradient(150deg, rgba(113, 82, 244, 0.05), transparent 45%);
	content: "";
	pointer-events: none;
}

.miq-feature-card--blue {
	border-top-color: var(--blue);
}

.miq-feature-card--green {
	border-top-color: var(--green);
}

.miq-feature-card--amber {
	border-top-color: var(--amber);
}

.miq-feature-card > * {
	position: relative;
	z-index: 1;
}

.miq-feature-card > header {
	display: flex;
	align-items: flex-start;
	gap: 13px;
	margin-bottom: 28px;
}

.miq-feature-card > header .miq-icon {
	width: 35px;
	height: 35px;
	padding: 7px;
	border-radius: 8px;
	background: #f0edff;
	color: var(--violet);
}

.miq-feature-card--blue > header .miq-icon {
	background: #edf5ff;
	color: var(--blue);
}

.miq-feature-card--green > header .miq-icon {
	background: #ebf9f1;
	color: var(--green);
}

.miq-feature-card--amber > header .miq-icon {
	background: #fff6e7;
	color: #d99b34;
}

.miq-feature-card h3 {
	margin: 0 0 3px;
	font-size: 18px;
}

.miq-feature-card header p {
	margin-bottom: 0;
	font-size: 12px;
}

.miq-feature-card__transcript p {
	margin-bottom: 20px;
	padding: 13px;
	border-left: 2px solid #8a70ec;
	background: #faf9ff;
	color: #333a46;
	font-size: 13px;
}

.miq-feature-card__transcript span {
	display: block;
	margin-bottom: 5px;
	color: #8b7ee2;
	font-size: 11px;
}

.miq-feature-card__summary {
	padding: 20px;
	border-radius: 10px;
	background: #f5f8ff;
}

.miq-feature-card__summary h4 {
	margin-bottom: 8px;
	font-size: 13px;
}

.miq-feature-card__summary p,
.miq-feature-card__summary ul {
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 1.45;
}

.miq-feature-card__summary ul {
	padding-left: 17px;
}

.miq-feature-card__chat p {
	max-width: 88%;
	margin-bottom: 14px;
	padding: 15px 17px;
	border-radius: 10px;
	font-size: 12px;
	line-height: 1.4;
}

.miq-feature-card__chat .is-question {
	margin-left: auto;
	background: #eaf8f0;
	color: #216f4b;
}

.miq-feature-card__chat .is-answer {
	background: #f2f3f5;
	color: #3b424e;
}

.miq-feature-card__chat > span {
	display: block;
	margin-top: 30px;
	padding: 13px;
	border: 1px solid #dfe4e2;
	border-radius: 8px;
	color: #779188;
	font-size: 12px;
}

.miq-feature-card__tasks label {
	display: grid;
	grid-template-columns: 16px 1fr;
	gap: 10px;
	margin-bottom: 16px;
	padding: 15px;
	border-radius: 9px;
	background: #fffaf0;
	color: #3b4149;
	font-size: 12px;
}

.miq-feature-card__tasks i {
	width: 15px;
	height: 15px;
	border: 1px solid #d9bd80;
	border-radius: 3px;
}

.miq-feature-card__tasks small {
	display: block;
	margin-top: 3px;
	color: #9d9585;
}

.miq-feature-strip--compact {
	height: 100px;
	margin-top: 27px;
}

/* Recorder */
.miq-recorder {
	padding: 24px 0 18px;
	background: linear-gradient(180deg, #fcfcfd, #f8f8fc);
}

.miq-recorder__intro {
	position: relative;
	display: block;
	height: 384px;
}

.miq-recorder__visual {
	position: absolute;
	top: 0;
	right: 0;
	width: 60%;
	height: 384px;
}

.miq-recorder__intro .miq-section-head {
	position: relative;
	z-index: 2;
	width: 1010px;
	padding-top: 2px;
}

.miq-recorder .miq-heading {
	font-size: 58px;
}

.miq-recorder__visual img {
	object-position: 64% 55%;
}

.miq-source-panel {
	height: 318px;
	padding: 22px 30px 26px;
	border-radius: 15px;
}

.miq-source-panel > h3 {
	margin-bottom: 19px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
}

.miq-source-panel__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	height: 246px;
}

.miq-source-card {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding: 22px;
	text-align: left;
}

.miq-source-card + .miq-source-card {
	border-left: 1px solid var(--line);
}

.miq-source-card .miq-icon {
	width: 64px;
	height: 64px;
	padding: 14px;
	border-radius: 13px;
	background: #f0edff;
	color: var(--violet);
}

.miq-source-card h4 {
	margin-bottom: 6px;
	font-size: 15px;
}

.miq-source-card p {
	max-width: 150px;
	margin-bottom: 0;
	font-size: 11px;
	line-height: 1.4;
}

.miq-source-card--more {
	flex-wrap: wrap;
	gap: 7px;
}

.miq-source-card--more > span {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border-radius: 7px;
	background: #f2f0ff;
	color: var(--violet);
	font-size: 9px;
	font-weight: 800;
}

.miq-source-card--more div {
	width: 100%;
	text-align: center;
}

.miq-source-card--more p {
	margin-inline: auto;
}

.miq-ai-flow {
	display: grid;
	grid-template-columns: 1fr 1.2fr 0.3fr 1.25fr;
	align-items: center;
	height: 180px;
	margin-top: 9px;
	padding: 28px 40px;
	border-radius: 15px;
}

.miq-ai-flow__wave {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 92px;
}

.miq-ai-flow__wave i {
	width: 7px;
}

.miq-ai-flow__core {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 28px;
	border-radius: 14px;
	background: linear-gradient(135deg, #6c4fe8, #5d7cf5);
	color: #fff;
}

.miq-ai-flow__core img {
	width: 60px;
	height: 60px;
	padding: 8px;
	border-radius: 13px;
	background: #fff;
}

.miq-ai-flow__core p {
	margin-bottom: 0;
}

.miq-ai-flow__core strong,
.miq-ai-flow__core span {
	display: block;
}

.miq-ai-flow__core strong {
	font-family: "Sora", sans-serif;
	font-size: 18px;
}

.miq-ai-flow__core span {
	margin-top: 5px;
	font-size: 11px;
	opacity: 0.85;
}

.miq-ai-flow__connector {
	display: flex;
	align-items: center;
	color: var(--violet);
}

.miq-ai-flow__connector span {
	width: calc(100% - 24px);
	height: 1px;
	background: #a99af0;
}

.miq-ai-flow__outputs h3 {
	margin-bottom: 20px;
	font-size: 17px;
}

.miq-ai-flow__outputs > div {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
}

.miq-ai-flow__outputs span {
	display: grid;
	justify-items: center;
	gap: 8px;
	padding: 13px 8px;
	border-radius: 9px;
	background: #f6f4ff;
	color: var(--violet);
	text-align: center;
}

.miq-ai-flow__outputs small {
	color: #596271;
	font-size: 9px;
}

.miq-recorder .miq-feature-strip--compact {
	height: 140px;
	margin-top: 19px;
}

/* Fees */
.miq-fees {
	padding: 54px 0 32px;
	background: linear-gradient(160deg, #fcfcff 0%, #f5f3ff 100%);
}

.miq-fees__main {
	display: grid;
	grid-template-columns: 47% 53%;
	height: 675px;
}

.miq-fees__content {
	align-self: start;
	padding: 36px 0 0 15px;
}

.miq-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 24px;
	padding: 9px 16px;
	border-radius: 999px;
	background: #efedff;
	color: #6852e6;
	font-size: 14px;
	font-weight: 700;
}

.miq-pill .miq-icon {
	width: 19px;
	height: 19px;
}

.miq-fees .miq-heading {
	font-size: 64px;
}

.miq-fees__content > h3 {
	margin: -3px 0 28px;
	color: var(--violet);
	font-size: 22px;
	font-weight: 550;
}

.miq-fees__content > p:not(.miq-pill) {
	max-width: 600px;
	margin-bottom: 17px;
	font-size: 18px;
}

.miq-fees__content > h4 {
	margin: 35px 0 0;
	font-size: 22px;
}

.miq-fees__visual {
	position: relative;
	height: 650px;
}

.miq-product {
	position: relative;
	width: 224px;
	height: 524px;
	border: 2px solid #2b2c30;
	border-radius: 33px;
	background:
		radial-gradient(circle at 38% 16%, rgba(255,255,255,.09), transparent 26%),
		linear-gradient(125deg, #4b4c50 0%, #242529 48%, #3b3c40 100%);
	box-shadow: 0 22px 45px rgba(23, 23, 30, 0.24), inset 0 0 0 2px rgba(255,255,255,.035);
	overflow: hidden;
}

.miq-product__top {
	position: absolute;
	top: 61px;
	left: 50%;
	width: 67px;
	height: 43px;
	transform: translateX(-50%);
	border: 2px solid #17181b;
	border-radius: 8px;
	background: radial-gradient(circle at 38% 30%, #fff 0%, #d6d6d6 30%, #9a9a9a 72%, #ececec 100%);
	box-shadow: inset 0 0 0 2px rgba(255,255,255,.45), 0 3px 5px rgba(0,0,0,.24);
}

.miq-product__grooves {
	position: absolute;
	top: 148px;
	left: 24px;
	width: calc(100% - 48px);
	height: 220px;
	background:
		repeating-linear-gradient(90deg, transparent 0 8px, rgba(9,9,11,.72) 8px 11px, rgba(255,255,255,.1) 11px 12px, transparent 12px 18px) left center / 55px 100% no-repeat,
		repeating-linear-gradient(90deg, transparent 0 8px, rgba(9,9,11,.72) 8px 11px, rgba(255,255,255,.1) 11px 12px, transparent 12px 18px) right center / 55px 100% no-repeat;
}

.miq-product__status {
	position: absolute;
	top: 300px;
	left: 50%;
	width: 45px;
	height: 29px;
	transform: translateX(-50%);
	border-radius: 4px;
	background: #111216;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.16);
}

.miq-product__status::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 3px;
	transform: translate(-50%, -50%);
	border-radius: 2px;
	background: #ddd;
	content: "";
}

.miq-product__back-copy {
	position: absolute;
	top: 155px;
	left: 50%;
	width: 95px;
	height: 105px;
	transform: translateX(-50%);
	border: 1px solid rgba(255,255,255,.3);
	background: repeating-linear-gradient(0deg, transparent 0 8px, rgba(255,255,255,.22) 8px 9px);
}

.miq-product--front {
	position: absolute;
	z-index: 2;
	right: 235px;
	bottom: 24px;
	transform: rotate(-5deg);
}

.miq-product--back {
	position: absolute;
	z-index: 1;
	right: 58px;
	bottom: 61px;
	transform: rotate(5deg);
}

.miq-float-card {
	position: absolute;
	z-index: 3;
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 210px;
	padding: 14px 18px;
	border: 1px solid #e4e2ef;
	border-radius: 11px;
	background: rgba(255,255,255,.93);
	box-shadow: 0 10px 25px rgba(47,42,83,.11);
	backdrop-filter: blur(8px);
}

.miq-float-card .miq-icon {
	width: 34px;
	height: 34px;
	padding: 7px;
	border-radius: 8px;
	background: #f0edff;
	color: var(--violet);
}

.miq-float-card p {
	margin-bottom: 0;
	line-height: 1.25;
}

.miq-float-card strong,
.miq-float-card span {
	display: block;
}

.miq-float-card strong {
	color: var(--ink);
	font-size: 12px;
}

.miq-float-card span {
	margin-top: 3px;
	font-size: 9px;
}

.miq-float-card--summary {
	top: 70px;
	left: 72px;
}

.miq-float-card--ask {
	top: 136px;
	right: 0;
}

.miq-float-card--audio {
	left: 16px;
	bottom: 93px;
}

.miq-fees__badge {
	position: absolute;
	z-index: 4;
	right: 5px;
	bottom: 24px;
	display: grid;
	width: 132px;
	height: 132px;
	place-content: center;
	border: 5px solid #fff;
	border-radius: 50%;
	background: linear-gradient(140deg, #644ced, #4f86f7);
	box-shadow: 0 10px 28px rgba(80,78,213,.25);
	color: #fff;
	text-align: center;
}

.miq-fees__badge strong,
.miq-fees__badge span {
	display: block;
}

.miq-fees__badge strong {
	font-family: "Sora", sans-serif;
	font-size: 14px;
}

.miq-fees__badge span {
	margin-top: 3px;
	font-size: 9px;
}

.miq-fees__included {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 22px;
}

.miq-included-card {
	display: flex;
	align-items: center;
	gap: 24px;
	height: 250px;
	padding: 32px 35px;
	border-radius: 15px;
}

.miq-included-card > .miq-icon {
	width: 68px;
	height: 68px;
	padding: 15px;
	border-radius: 50%;
	background: #f0edff;
	color: var(--violet);
}

.miq-included-card h3 {
	margin-bottom: 13px;
	font-size: 18px;
	line-height: 1.35;
}

.miq-included-card p {
	margin-bottom: 0;
	font-size: 13px;
}

.miq-fees__note {
	margin: 18px 0 0;
	text-align: center;
	font-size: 11px;
}

/* Story */
.miq-story {
	padding: 47px 0 25px;
	background: #fbfbfd;
}

.miq-story .miq-heading {
	font-size: 62px;
}

.miq-story__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	height: 930px;
	margin-top: 38px;
}

.miq-story-card {
	position: relative;
	padding: 28px 30px;
	border-radius: 12px;
	overflow: hidden;
}

.miq-story-card::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #5e63e9;
	content: "";
}

.miq-story-card--insight::before {
	background: #4f83ed;
}

.miq-story-card--solution::before {
	background: #55b976;
}

.miq-story-card > header {
	display: flex;
	align-items: center;
	gap: 11px;
	margin-bottom: 19px;
}

.miq-story-card > header p {
	margin-bottom: 0;
	color: var(--violet);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.miq-story-card__number {
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	border-radius: 50%;
	background: #efedff;
	color: #634de3;
	font-size: 12px;
	font-weight: 800;
}

.miq-story-card > h3 {
	margin-bottom: 17px;
	font-size: 27px;
	line-height: 1.22;
}

.miq-story-card > p {
	margin-bottom: 24px;
	font-size: 13px;
	line-height: 1.5;
}

.miq-story-card__photo {
	position: absolute;
	left: 28px;
	right: 28px;
	bottom: 28px;
	height: 535px;
	margin: 0;
	border-radius: 10px;
	overflow: hidden;
}

.miq-story-card__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.miq-story-card__photo figcaption {
	position: absolute;
	right: 16px;
	bottom: 16px;
	left: 16px;
	display: grid;
	gap: 8px;
	padding: 15px;
	border-radius: 8px;
	background: rgba(13,17,25,.84);
	color: #fff;
	font-size: 11px;
	backdrop-filter: blur(6px);
}

.miq-story-card__photo figcaption span {
	display: flex;
	align-items: center;
	gap: 8px;
}

.miq-story-card__photo .miq-icon {
	width: 19px;
	height: 19px;
	color: #9c8af7;
}

.miq-story-card__list {
	display: grid;
	gap: 13px;
	margin: 10px 0 25px;
	padding: 0;
	list-style: none;
}

.miq-story-card__list li {
	display: flex;
	align-items: center;
	gap: 13px;
	padding: 13px 15px;
	border-radius: 8px;
	background: #f7f8fc;
}

.miq-story-card__list .miq-icon {
	width: 32px;
	height: 32px;
	padding: 6px;
	border-radius: 7px;
	background: #edf3ff;
	color: #5585e8;
}

.miq-story-card__list strong,
.miq-story-card__list small {
	display: block;
}

.miq-story-card__list strong {
	color: var(--ink);
	font-size: 13px;
}

.miq-story-card__list small {
	margin-top: 2px;
	font-size: 10px;
}

.miq-story-card blockquote {
	margin: 25px 0 0;
	padding: 21px;
	border-left: 3px solid #6b76ed;
	background: #f2f4ff;
	color: #394157;
	font-family: "Sora", sans-serif;
	font-size: 15px;
	font-weight: 550;
	line-height: 1.5;
}

.miq-story-card__process {
	display: grid;
	gap: 9px;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

.miq-story-card__process li {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 11px 14px;
	border-radius: 8px;
	background: #f0faf4;
}

.miq-story-card__process li span {
	display: grid;
	width: 28px;
	height: 28px;
	place-items: center;
	border-radius: 50%;
	background: #dff4e8;
	color: #298a55;
	font-size: 10px;
	font-weight: 800;
}

.miq-story-card__process strong {
	font-size: 13px;
}

.miq-story-card__devices {
	position: absolute;
	right: 18px;
	bottom: 25px;
	left: 18px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 335px;
	background: radial-gradient(circle, #effaf3 0%, transparent 65%);
}

.miq-product--small {
	position: relative;
	width: 140px;
	height: 328px;
	border-radius: 22px;
	transform: rotate(-4deg);
}

.miq-product--small.miq-product--back {
	position: relative;
	right: auto;
	bottom: auto;
	margin-left: -22px;
	transform: rotate(5deg);
}

.miq-product--small .miq-product__top {
	top: 36px;
	width: 42px;
	height: 27px;
}

.miq-product--small .miq-product__grooves {
	top: 92px;
	left: 15px;
	width: calc(100% - 30px);
	height: 135px;
	background-size: 34px 100%, 34px 100%;
}

.miq-product--small .miq-product__status {
	top: 190px;
	width: 29px;
	height: 19px;
}

.miq-feature-strip--story {
	height: 105px;
	margin-top: 25px;
}

.miq-story__signature {
	margin: 13px 0 0;
	text-align: center;
	font-size: 11px;
}

.miq-story__signature strong {
	color: var(--violet);
}

/* Specs */
.miq-specs {
	padding: 29px 0 25px;
	background: linear-gradient(180deg, #f8f8fb, #fbfbfd);
}

.miq-specs__main {
	display: grid;
	grid-template-columns: 47% 53%;
	height: 1000px;
}

.miq-specs__content {
	padding-top: 8px;
}

.miq-specs .miq-heading {
	font-size: 61px;
}

.miq-specs__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px 22px;
	margin: 35px 0 0;
}

.miq-spec-card {
	display: grid;
	grid-template-columns: 45px 1fr;
	grid-template-rows: auto auto;
	column-gap: 13px;
	min-height: 132px;
	padding: 20px;
	border: 1px solid #e5e5ef;
	border-radius: 13px;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 9px 24px rgba(42, 36, 94, .055);
}

.miq-spec-card .miq-icon {
	grid-row: 1 / 3;
	width: 42px;
	height: 42px;
	padding: 9px;
	border-radius: 9px;
	background: #efedff;
	color: var(--violet);
}

.miq-spec-card dt {
	color: var(--ink);
	font-family: "Sora", sans-serif;
	font-size: 13px;
	font-weight: 700;
}

.miq-spec-card dd {
	margin: 4px 0 0;
	color: #384150;
	font-size: 12px;
	line-height: 1.35;
}

.miq-spec-card dd small {
	display: block;
	margin-top: 4px;
	color: #89909a;
}

.miq-measurement {
	position: relative;
	height: 965px;
}

.miq-measurement__front,
.miq-measurement__back,
.miq-measurement__side {
	position: absolute;
	top: 25px;
}

.miq-measurement__front {
	left: 87px;
	width: 280px;
	height: 580px;
}

.miq-measurement__back {
	right: 25px;
	width: 250px;
	height: 580px;
}

.miq-measurement__side {
	top: 52px;
	left: 385px;
	width: 100px;
	text-align: center;
}

.miq-product--measured {
	position: absolute;
	top: 38px;
	left: 52px;
	width: 215px;
	height: 504px;
}

.miq-measurement__back .miq-product--measured {
	top: 38px;
	right: auto;
	bottom: auto;
	left: 0;
	transform: none;
}

.miq-measurement__height {
	position: absolute;
	top: 244px;
	left: -50px;
	font-size: 13px;
	text-align: right;
}

.miq-measurement__height::after {
	position: absolute;
	top: -210px;
	right: -17px;
	width: 1px;
	height: 474px;
	background: #8d909a;
	content: "";
}

.miq-measurement__width {
	position: absolute;
	right: -10px;
	bottom: -3px;
	left: 45px;
	padding-top: 10px;
	border-top: 1px solid #8d909a;
	font-size: 13px;
	text-align: center;
}

.miq-measurement small {
	color: #9298a1;
	font-size: 10px;
}

.miq-product-side {
	position: relative;
	width: 44px;
	height: 504px;
	margin-inline: auto;
	border: 2px solid #2b2c30;
	border-radius: 19px;
	background: linear-gradient(90deg, #232428, #515257 50%, #242529);
	box-shadow: 0 17px 30px rgba(21,21,27,.18);
}

.miq-product-side span {
	position: absolute;
	top: 70px;
	right: -4px;
	width: 7px;
	height: 70px;
	border-radius: 3px;
	background: #17181a;
}

.miq-measurement__side p {
	margin: 15px 0 0;
	font-size: 12px;
}

.miq-product-views {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 25px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 19px;
	height: 345px;
}

.miq-product-views article {
	display: grid;
	justify-items: center;
	align-content: end;
	padding: 17px;
	border-radius: 11px;
	background: #f1f1f3;
	text-align: center;
}

.miq-product--mini {
	position: relative;
	right: auto;
	bottom: auto;
	width: 111px;
	height: 260px;
	border-radius: 17px;
	transform: rotate(-7deg);
}

.miq-product--mini.miq-product--back {
	position: relative;
	right: auto;
	bottom: auto;
	transform: rotate(7deg);
}

.miq-product--mini .miq-product__top {
	top: 30px;
	width: 34px;
	height: 22px;
}

.miq-product--mini .miq-product__grooves {
	top: 75px;
	left: 12px;
	width: calc(100% - 24px);
	height: 104px;
	background-size: 28px 100%, 28px 100%;
}

.miq-product--mini .miq-product__status {
	top: 151px;
	width: 24px;
	height: 16px;
}

.miq-product-side--flat {
	width: 225px;
	height: 98px;
	margin: 91px 0 70px;
	transform: rotate(-17deg);
	border-radius: 17px;
}

.miq-product-side--flat span {
	top: auto;
	right: 30px;
	bottom: -4px;
	width: 58px;
	height: 7px;
}

.miq-product-views p {
	margin: 12px 0 0;
	line-height: 1.28;
}

.miq-product-views strong,
.miq-product-views span {
	display: block;
}

.miq-product-views strong {
	color: var(--ink);
	font-size: 11px;
}

.miq-product-views span {
	margin-top: 5px;
	font-size: 9px;
}

.miq-privacy-strip {
	height: 170px;
	margin-top: 17px;
	grid-template-columns: 1.45fr repeat(3, 1fr);
}

.miq-privacy-strip__lead strong {
	font-size: 17px;
}

/* FAQ */
.miq-faq {
	padding: 26px 0 21px;
	background: #fbfbfd;
}

.miq-faq__layout {
	display: grid;
	grid-template-columns: 45% 55%;
	height: 848px;
}

.miq-faq__intro {
	padding-right: 70px;
}

.miq-faq .miq-heading {
	font-size: 58px;
}

.miq-faq__visual {
	height: 475px;
	margin: 30px 0 0;
	overflow: hidden;
}

.miq-faq__visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.miq-faq__list {
	align-self: start;
	margin: 2px 0 0 38px;
	padding: 0;
	border: 1px solid #e4e4ee;
	border-radius: 18px;
	background: rgba(255, 255, 255, .98);
	box-shadow: 0 14px 34px rgba(42, 36, 94, .075);
	overflow: hidden;
}

.miq-faq-item {
	border-top: 1px solid #e7e7ef;
}

.miq-faq-item:first-child {
	border-top: 0;
}

.miq-faq-item summary {
	position: relative;
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr) 24px;
	align-items: center;
	gap: 14px;
	min-height: 77px;
	padding: 9px 17px 9px 14px;
	color: #222a35;
	font-size: 17px;
	font-weight: 600;
	cursor: pointer;
	list-style: none;
	transition: background-color 160ms ease;
}

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

.miq-faq-item summary:hover,
.miq-faq-item[open] summary {
	background: #fcfbff;
}

.miq-faq-item__icon {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 50%;
	background: #f0edff;
	color: var(--violet);
}

.miq-faq-item__icon .miq-icon {
	width: 23px;
	height: 23px;
}

.miq-faq-item__question {
	min-width: 0;
}

.miq-faq-item__chevron {
	position: relative;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #f3f1ff;
	color: var(--violet);
}

.miq-faq-item__chevron::before {
	position: absolute;
	top: 7px;
	left: 7px;
	width: 7px;
	height: 7px;
	transform: rotate(-45deg);
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	content: "";
	transition: transform 180ms ease;
}

.miq-faq-item[open] .miq-faq-item__chevron::before {
	transform: rotate(45deg);
}

.miq-faq-item > div {
	padding: 0 55px 20px 72px;
}

.miq-faq-item > div p {
	margin-bottom: 0;
	font-size: 13px;
	line-height: 1.5;
}

/* Final CTA */
.miq-final-cta {
	padding: 17px 0 24px;
	background: #fbfbfd;
}

.miq-final-cta__inner {
	display: grid;
	grid-template-columns: 150px 1.4fr 1.55fr auto;
	align-items: center;
	height: 177px;
	padding: 18px 32px;
	border: 1px solid #dedaf9;
	border-radius: 15px;
	background: linear-gradient(105deg, #f1efff 0%, #f6f4ff 52%, #ece9ff 100%);
	box-shadow: 0 8px 24px rgba(65,51,145,.08);
}

.miq-final-cta__product {
	position: relative;
	height: 150px;
}

.miq-product--cta {
	position: absolute;
	top: -20px;
	left: 17px;
	width: 78px;
	height: 183px;
	border-radius: 13px;
	transform: rotate(-7deg);
}

.miq-product--cta .miq-product__top {
	top: 22px;
	width: 25px;
	height: 16px;
	border-radius: 4px;
}

.miq-product--cta .miq-product__grooves {
	top: 55px;
	left: 8px;
	width: calc(100% - 16px);
	height: 72px;
	background-size: 20px 100%, 20px 100%;
}

.miq-product--cta .miq-product__status {
	top: 107px;
	width: 17px;
	height: 11px;
}

.miq-final-cta__copy h2 {
	margin-bottom: 10px;
	font-size: 27px;
	letter-spacing: -.03em;
}

.miq-final-cta__copy p {
	margin-bottom: 0;
	font-size: 13px;
}

.miq-final-cta__benefits {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
	margin: 0 30px;
	padding: 0;
	list-style: none;
}

.miq-final-cta__benefits li {
	display: flex;
	align-items: center;
	gap: 10px;
}

.miq-final-cta__benefits .miq-icon {
	width: 35px;
	height: 35px;
	padding: 7px;
	border-radius: 8px;
	background: rgba(255,255,255,.7);
	color: var(--violet);
}

.miq-final-cta__benefits strong,
.miq-final-cta__benefits small {
	display: block;
}

.miq-final-cta__benefits strong {
	color: var(--ink);
	font-size: 11px;
}

.miq-final-cta__benefits small {
	margin-top: 3px;
	font-size: 9px;
}

.miq-button--cta {
	min-width: 230px;
	min-height: 62px;
	padding: 0 25px;
	font-size: 16px;
	gap: 16px;
}

.miq-button--cta .miq-icon {
	width: 21px;
	height: 21px;
}

/* Reference-image height lock at the supplied 1672px desktop width. */
@media (min-width: 1500px) {
	.miq-hero { height: 945px; }
	.miq-workflow { height: 1249px; }
	.miq-intelligence { height: 1113px; }
	.miq-recorder { height: 1113px; }
	.miq-fees { height: 1140px; }
	.miq-story { height: 1376px; }
	.miq-specs { height: 1254px; }
	.miq-faq { height: 895px; }
	.miq-final-cta { height: 218px; }
}

@media (max-width: 1499px) {
	:root {
		--shell: min(1280px, calc(100vw - 80px));
	}

	.miq-home section {
		height: auto;
	}

	.miq-hero {
		min-height: 820px;
	}

	.miq-hero h1 {
		font-size: 118px;
	}

	.miq-hero__tagline {
		font-size: 48px;
	}

	.miq-workflow,
	.miq-intelligence,
	.miq-recorder,
	.miq-fees,
	.miq-story,
	.miq-specs,
	.miq-faq {
		padding-block: 55px;
	}

	.miq-workflow__showcase {
		gap: 25px;
	}

	.miq-story__grid {
		height: 890px;
	}

	.miq-final-cta {
		padding-block: 24px;
	}
}

@media (max-width: 1050px) {
	:root {
		--shell: min(920px, calc(100vw - 48px));
	}

	.miq-heading,
	.miq-workflow .miq-heading,
	.miq-fees .miq-heading,
	.miq-story .miq-heading,
	.miq-specs .miq-heading,
	.miq-faq .miq-heading {
		font-size: 48px;
	}

	.miq-hero::after {
		width: 64%;
	}

	.miq-hero__content {
		width: 520px;
	}

	.miq-hero h1 {
		font-size: 100px;
	}

	.miq-hero__tagline {
		font-size: 40px;
	}

	.miq-workflow__steps,
	.miq-intelligence__grid,
	.miq-source-panel__grid,
	.miq-feature-strip,
	.miq-privacy-strip {
		grid-template-columns: repeat(2, 1fr);
		height: auto;
	}

	.miq-step:not(:last-child)::after {
		display: none;
	}

	.miq-workflow__showcase {
		grid-template-columns: repeat(2, 1fr);
		height: auto;
	}

	.miq-workflow__photo,
	.miq-ui-card {
		height: 470px;
	}

	.miq-intelligence__grid {
		height: auto;
	}

	.miq-feature-card {
		min-height: 440px;
	}

	.miq-recorder__intro,
	.miq-intelligence__intro,
	.miq-fees__main,
	.miq-specs__main,
	.miq-faq__layout {
		grid-template-columns: minmax(0, 1fr);
		height: auto;
	}

	.miq-recorder__intro,
	.miq-intelligence__intro {
		display: flex;
		flex-direction: column;
		gap: 25px;
		height: auto;
	}

	.miq-intelligence__intro .miq-section-head,
	.miq-recorder__intro .miq-section-head {
		width: auto;
		padding-top: 0;
	}

	.miq-intelligence__visual,
	.miq-recorder__visual {
		position: relative;
		inset: auto;
		width: 100%;
		height: 420px;
		margin-top: 0;
	}

	.miq-source-panel {
		height: auto;
	}

	.miq-source-panel__grid {
		height: auto;
	}

	.miq-source-card:nth-child(3) {
		border-left: 0;
		border-top: 1px solid var(--line);
	}

	.miq-source-card:nth-child(4) {
		border-top: 1px solid var(--line);
	}

	.miq-ai-flow {
		grid-template-columns: 1fr 1.2fr;
		height: auto;
		gap: 25px;
	}

	.miq-ai-flow__connector {
		display: none;
	}

	.miq-fees__main {
		gap: 25px;
	}

	.miq-fees__visual {
		width: 680px;
		max-width: 100%;
		margin-inline: auto;
	}

	.miq-story__grid {
		grid-template-columns: 1fr;
		height: auto;
	}

	.miq-story-card {
		min-height: 760px;
	}

	.miq-specs__main {
		gap: 30px;
	}

	.miq-measurement {
		width: 760px;
		max-width: 100%;
		margin-inline: auto;
	}

	.miq-privacy-strip,
	.miq-feature-strip {
		margin-top: 25px;
	}

	.miq-recorder .miq-feature-strip--compact {
		height: auto;
	}

	.miq-feature-strip > div:nth-child(odd),
	.miq-privacy-strip > div:nth-child(odd) {
		border-left: 0;
	}

	.miq-feature-strip > div:nth-child(n+3),
	.miq-privacy-strip > div:nth-child(n+3) {
		border-top: 1px solid var(--line);
	}

	.miq-faq__intro {
		padding-right: 0;
	}

	.miq-faq__visual {
		max-width: 620px;
	}

	.miq-faq__list {
		margin: 30px 0 0;
		padding: 0;
	}

	.miq-final-cta__inner {
		grid-template-columns: 105px 1fr auto;
		height: auto;
		min-height: 180px;
	}

	.miq-final-cta__benefits {
		display: none;
	}
}

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

	body {
		font-size: 16px;
	}

	.miq-home section {
		padding-block: 56px;
	}

	.miq-eyebrow {
		margin-bottom: 13px;
		font-size: 11px;
	}

	.miq-heading,
	.miq-workflow .miq-heading,
	.miq-fees .miq-heading,
	.miq-story .miq-heading,
	.miq-specs .miq-heading,
	.miq-faq .miq-heading {
		font-size: clamp(35px, 10vw, 43px);
		line-height: 1.08;
	}

	.miq-section-copy {
		font-size: 16px;
	}

	.miq-hero {
		min-height: 680px;
		padding: 0 !important;
	}

	.miq-hero::after {
		inset: 0;
		width: 100%;
		background: linear-gradient(180deg, rgba(242,241,239,.96) 0%, rgba(242,241,239,.88) 45%, rgba(242,241,239,.34) 64%, rgba(242,241,239,.04) 82%, transparent 100%);
	}

	.miq-hero__content {
		width: 100%;
		padding-top: 24px;
	}

	.miq-brand img {
		width: auto;
		height: 24px;
	}

	.miq-hero h1 {
		margin-top: 38px;
		font-size: 72px;
	}

	.miq-hero__tagline {
		font-size: 31px;
	}

	.miq-hero__rule {
		margin-bottom: 27px;
	}

	.miq-hero__benefits {
		gap: 12px;
		margin-bottom: 28px;
	}

	.miq-hero__benefits li {
		gap: 11px;
		font-size: 16px;
	}

	.miq-hero__benefits .miq-icon {
		width: 30px;
		height: 30px;
	}

	.miq-button--hero {
		min-width: 0;
		min-height: 62px;
		padding-inline: 28px;
		font-size: 18px;
	}

	.miq-hero__visual img {
		object-position: 71% center;
	}

	.miq-fees__main,
	.miq-fees__main > *,
	.miq-specs__main,
	.miq-specs__main > *,
	.miq-specs__content,
	.miq-specs__grid {
		width: 100%;
		min-width: 0;
	}

	.miq-workflow__steps,
	.miq-intelligence__grid,
	.miq-workflow__showcase,
	.miq-source-panel__grid,
	.miq-feature-strip,
	.miq-privacy-strip,
	.miq-fees__included,
	.miq-specs__grid {
		grid-template-columns: 1fr;
	}

	.miq-workflow__steps {
		gap: 22px;
	}

	.miq-step {
		grid-template-columns: 48px 1fr;
	}

	.miq-step__number {
		width: 46px;
		height: 46px;
		font-size: 16px;
	}

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

	.miq-workflow__showcase {
		gap: 18px;
		margin-top: 35px;
	}

	.miq-workflow__photo,
	.miq-ui-card {
		height: 470px;
	}

	.miq-feature-strip > div,
	.miq-privacy-strip > div {
		border-top: 1px solid var(--line);
		border-left: 0 !important;
	}

	.miq-feature-strip > div:first-child,
	.miq-privacy-strip > div:first-child {
		border-top: 0;
	}

	.miq-intelligence__intro,
	.miq-recorder__intro {
		display: flex;
	}

	.miq-intelligence__visual,
	.miq-recorder__visual {
		height: 300px;
		margin-top: 4px;
	}

	.miq-feature-card {
		min-height: 410px;
	}

	.miq-source-panel {
		padding-inline: 18px;
	}

	.miq-source-card,
	.miq-source-card:nth-child(3) {
		min-height: 145px;
		border-top: 1px solid var(--line);
		border-left: 0;
	}

	.miq-source-card:first-child {
		border-top: 0;
	}

	.miq-ai-flow {
		grid-template-columns: 1fr;
		padding: 24px;
	}

	.miq-ai-flow__outputs > div {
		grid-template-columns: repeat(2, 1fr);
	}

	.miq-fees__content {
		padding-left: 0;
	}

	.miq-fees__visual {
		height: 520px;
		transform: scale(.78);
		transform-origin: top center;
		margin-bottom: -115px;
	}

	.miq-included-card {
		height: auto;
		min-height: 180px;
	}

	.miq-story-card {
		min-height: 760px;
	}

	.miq-story-card__photo {
		height: 430px;
	}

	.miq-spec-card {
		min-height: 100px;
	}

	.miq-measurement {
		display: grid;
		grid-template-columns: 1fr 60px 1fr;
		height: 670px;
		margin-top: 30px;
		transform: scale(.6);
		transform-origin: top left;
		width: 590px;
		max-width: none;
		margin-bottom: -240px;
	}

	.miq-measurement__front {
		left: 30px;
	}

	.miq-measurement__side {
		left: 280px;
	}

	.miq-measurement__back {
		right: 0;
	}

	.miq-product-views {
		left: 0;
		width: 590px;
	}

	.miq-faq__visual {
		height: 300px;
	}

	.miq-faq-item summary {
		min-height: 64px;
		grid-template-columns: 36px minmax(0, 1fr) 20px;
		gap: 10px;
		padding: 8px 11px;
		font-size: 15px;
	}

	.miq-faq__list {
		width: 100%;
		margin-top: 24px;
		border-radius: 14px;
	}

	.miq-faq-item__icon {
		width: 34px;
		height: 34px;
	}

	.miq-faq-item__icon .miq-icon {
		width: 19px;
		height: 19px;
	}

	.miq-faq-item__chevron {
		width: 20px;
		height: 20px;
	}

	.miq-faq-item__chevron::before {
		top: 6px;
		left: 6px;
		width: 6px;
		height: 6px;
	}

	.miq-faq-item > div {
		padding: 0 38px 17px 57px;
	}

	.miq-final-cta {
		padding-block: 18px !important;
	}

	.miq-final-cta__inner {
		grid-template-columns: 72px 1fr;
		gap: 12px;
		padding: 18px;
	}

	.miq-final-cta__product {
		height: 105px;
	}

	.miq-product--cta {
		top: -13px;
		left: 0;
		transform: scale(.7) rotate(-7deg);
		transform-origin: top left;
	}

	.miq-final-cta__copy h2 {
		font-size: 19px;
	}

	.miq-button--cta {
		grid-column: 1 / -1;
		width: 100%;
	}
}

/* Keep the supplied 1672px desktop composition proportional on common laptops. */
@media (min-width: 1051px) and (max-width: 1671px) {
	.miq-home-stage.is-scaled {
		position: relative;
		height: var(--miq-home-stage-height);
		overflow: hidden;
	}

	.miq-home-stage.is-scaled .miq-home {
		width: 1672px;
		height: 9303px;
		transform: scale(var(--miq-home-scale));
		transform-origin: top left;
	}

	.miq-home-stage.is-scaled .miq-shell {
		width: 1528px;
	}

	.miq-home-stage.is-scaled .miq-hero { height: 945px; min-height: 0; padding: 0; }
	.miq-home-stage.is-scaled .miq-workflow { height: 1249px; padding: 20px 0 30px; }
	.miq-home-stage.is-scaled .miq-intelligence { height: 1113px; padding: 24px 0 23px; }
	.miq-home-stage.is-scaled .miq-recorder { height: 1113px; padding: 24px 0 18px; }
	.miq-home-stage.is-scaled .miq-fees { height: 1140px; padding: 54px 0 32px; }
	.miq-home-stage.is-scaled .miq-story { height: 1376px; padding: 47px 0 25px; }
	.miq-home-stage.is-scaled .miq-specs { height: 1254px; padding: 29px 0 25px; }
	.miq-home-stage.is-scaled .miq-faq { height: 895px; padding: 26px 0 21px; }
	.miq-home-stage.is-scaled .miq-final-cta { height: 218px; padding: 17px 0 24px; }

	.miq-home-stage.is-scaled .miq-hero h1 { font-size: 146px; }
	.miq-home-stage.is-scaled .miq-hero__tagline { font-size: 57px; }
	.miq-home-stage.is-scaled .miq-workflow__showcase { gap: 65px; }
	.miq-home-stage.is-scaled .miq-story__grid { height: 930px; }
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
