/**
 * Real-product compositions for the homepage.
 *
 * Product bodies are always supplied photography. CSS is limited to the app
 * interface, presentation surfaces and soft shadows around those photographs.
 */

.miq-product-scene {
	isolation: isolate;
}

.miq-product-scene--hero {
	overflow: hidden;
	background:
		radial-gradient(circle at 77% 32%, rgba(255, 255, 255, .92), transparent 33%),
		linear-gradient(106deg, transparent 0 42%, rgba(222, 219, 215, .36) 66%, rgba(255, 255, 255, .5) 100%);
}

.miq-product-scene--hero::before {
	position: absolute;
	right: -4%;
	bottom: -45px;
	width: 78%;
	height: 220px;
	transform: skewX(-13deg);
	background: linear-gradient(175deg, rgba(255, 255, 255, .05), rgba(182, 179, 175, .28));
	box-shadow: inset 0 1px rgba(255, 255, 255, .75);
	content: "";
}

.miq-product-scene__phone {
	position: absolute;
	z-index: 1;
	top: 74px;
	right: 62px;
	width: 408px;
	height: 758px;
	padding: 13px;
	border: 3px solid #15181e;
	border-radius: 56px;
	background: linear-gradient(145deg, #252a31, #080a0d);
	box-shadow: 0 39px 70px rgba(34, 35, 40, .24), inset 0 0 0 1px rgba(255,255,255,.22);
	transform: rotate(4deg);
}

.miq-product-scene__notch {
	position: absolute;
	z-index: 2;
	top: 22px;
	left: 50%;
	width: 112px;
	height: 30px;
	transform: translateX(-50%);
	border-radius: 18px;
	background: #090b0e;
}

.miq-product-scene__screen {
	position: relative;
	height: 100%;
	padding: 72px 28px 27px;
	border-radius: 42px;
	background: linear-gradient(180deg, #fff, #f7f7fb);
	color: #202631;
	font-family: "Inter", sans-serif;
	overflow: hidden;
}

.miq-product-scene__screen::after {
	position: absolute;
	right: -90px;
	bottom: -115px;
	width: 280px;
	height: 280px;
	border-radius: 50%;
	background: rgba(103, 83, 238, .08);
	content: "";
}

.miq-product-scene__appbar,
.miq-product-scene__date {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
}

.miq-product-scene__appbar strong {
	font-size: 19px;
}

.miq-product-scene__appbar span {
	color: #888e9a;
	letter-spacing: 2px;
}

.miq-product-scene__date {
	margin-top: 7px;
	color: #8b909a;
	font-size: 11px;
}

.miq-product-scene__summary {
	margin-top: 28px;
	padding: 22px;
	border: 1px solid #e5e3f1;
	border-radius: 17px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(45, 37, 91, .07);
}

.miq-product-scene__summary > span {
	display: inline-block;
	margin-bottom: 17px;
	padding: 6px 9px;
	border-radius: 6px;
	background: #efecff;
	color: #6851e6;
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
}

.miq-product-scene__summary strong {
	display: block;
	font-size: 15px;
}

.miq-product-scene__summary p {
	margin: 8px 0 0;
	color: #626a76;
	font-size: 12px;
	line-height: 1.45;
}

.miq-product-scene__screen > ul {
	display: grid;
	gap: 13px;
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
}

.miq-product-scene__screen > ul li {
	display: flex;
	align-items: center;
	gap: 11px;
	padding: 13px 14px;
	border: 1px solid #ececf1;
	border-radius: 10px;
	background: rgba(255,255,255,.9);
	font-size: 11px;
}

.miq-product-scene__screen > ul i {
	width: 14px;
	height: 14px;
	border: 1px solid #aaa2dd;
	border-radius: 4px;
}

.miq-product-scene__ask {
	position: absolute;
	z-index: 1;
	right: 25px;
	bottom: 28px;
	left: 25px;
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 4px 12px;
	padding: 18px 20px;
	border-radius: 15px;
	background: linear-gradient(120deg, #6b4bea, #5b76f4);
	color: #fff;
}

.miq-product-scene__ask small {
	grid-column: 1 / -1;
	opacity: .78;
}

.miq-product-scene__ask strong {
	font-size: 13px;
}

.miq-product-scene__ask span {
	font-size: 20px;
}

.miq-product-scene--hero .miq-product-scene__device {
	position: absolute;
	z-index: 3;
	right: 395px;
	bottom: 63px;
	width: 435px;
	height: auto;
	max-width: none;
	object-fit: contain;
	filter: drop-shadow(0 32px 28px rgba(22, 24, 29, .28));
	transform: rotate(-5deg);
	transform-origin: center;
}

.miq-product-scene__shadow {
	position: absolute;
	z-index: 0;
	right: 312px;
	bottom: 35px;
	width: 560px;
	height: 75px;
	border-radius: 50%;
	background: rgba(27, 29, 34, .18);
	filter: blur(21px);
	transform: rotate(-5deg);
}

.miq-actual-product-tile {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 42px 24px 25px;
	background:
		radial-gradient(circle at 50% 39%, rgba(220, 214, 255, .42), transparent 48%),
		linear-gradient(180deg, #fff 0%, #f5f4fa 100%);
}

.miq-actual-product-tile__label {
	position: absolute;
	z-index: 2;
	top: 21px;
	left: 21px;
	padding: 7px 10px;
	border-radius: 6px;
	background: #ece9ff;
	color: #624ce2;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.miq-workflow__photo .miq-actual-product-tile__image {
	width: auto;
	height: 380px;
	max-width: 84%;
	object-fit: contain;
	filter: drop-shadow(0 22px 21px rgba(21, 23, 28, .2));
	transform: rotate(-3deg);
}

.miq-actual-product-tile figcaption {
	position: absolute;
	z-index: 2;
	right: 18px;
	bottom: 17px;
	left: 18px;
	padding: 14px 16px;
	border: 1px solid rgba(224, 222, 236, .9);
	border-radius: 10px;
	background: rgba(255,255,255,.92);
	box-shadow: 0 9px 20px rgba(36, 31, 70, .08);
	backdrop-filter: blur(8px);
}

.miq-actual-product-tile figcaption strong,
.miq-actual-product-tile figcaption span {
	display: block;
}

.miq-actual-product-tile figcaption strong {
	color: #202632;
	font-size: 12px;
}

.miq-actual-product-tile figcaption span {
	margin-top: 3px;
	font-size: 9px;
}

.miq-product-scene--intelligence {
	background: linear-gradient(100deg, transparent 0 43%, rgba(240, 239, 247, .9) 64%, #f7f7fa 100%);
}

.miq-product-scene__app-window {
	position: absolute;
	z-index: 1;
	top: 52px;
	right: 0;
	width: 620px;
	height: 310px;
	padding: 22px 25px;
	border: 8px solid #1e2127;
	border-radius: 38px;
	background: #fff;
	box-shadow: 0 24px 50px rgba(36, 33, 59, .2);
	transform: rotate(1deg);
}

.miq-product-scene__app-window > header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 14px;
	border-bottom: 1px solid #ececf1;
	color: #1e2530;
	font-size: 13px;
	font-weight: 700;
}

.miq-product-scene__app-window > header small {
	color: #8d929c;
	font-size: 9px;
	font-weight: 500;
}

.miq-product-scene__app-columns {
	display: grid;
	grid-template-columns: 1.1fr .9fr;
	gap: 13px;
	padding-top: 14px;
}

.miq-product-scene__app-columns section {
	padding: 14px;
	border-radius: 11px;
	background: #f6f4ff;
	color: #3b4350;
	font-size: 9px;
}

.miq-product-scene__app-columns section + section {
	background: #f8f8fa;
}

.miq-product-scene__app-columns strong,
.miq-product-scene__app-columns > section > span {
	display: block;
	margin-bottom: 8px;
	color: #262d38;
	font-size: 11px;
}

.miq-product-scene__app-columns p {
	margin: 0 0 10px;
	font-size: 9px;
	line-height: 1.4;
}

.miq-product-scene__app-columns ul {
	margin: 0;
	padding-left: 15px;
}

.miq-product-scene__app-columns label {
	display: flex;
	align-items: center;
	gap: 7px;
	margin-top: 9px;
	padding: 7px;
	border-radius: 7px;
	background: #fff;
}

.miq-product-scene__app-columns label i {
	width: 10px;
	height: 10px;
	border: 1px solid #aaaeb8;
	border-radius: 3px;
}

.miq-product-scene--intelligence .miq-product-scene__intelligence-device {
	position: absolute;
	z-index: 3;
	right: 560px;
	bottom: -12px;
	width: 215px;
	height: auto;
	max-width: none;
	object-fit: contain;
	filter: drop-shadow(0 23px 20px rgba(23, 25, 30, .27));
	transform: rotate(-3deg);
}

.miq-product-scene--meeting {
	background: linear-gradient(100deg, transparent 0 17%, rgba(244, 243, 248, .94) 42%, #fbfbfd 100%);
}

.miq-product-scene__meeting-window {
	position: absolute;
	z-index: 1;
	top: 55px;
	right: 0;
	display: grid;
	grid-template-columns: 1.6fr .8fr;
	width: 650px;
	height: 292px;
	padding: 18px;
	border: 8px solid #272a31;
	border-bottom-width: 19px;
	border-radius: 24px 24px 10px 10px;
	background: #fff;
	box-shadow: 0 25px 50px rgba(31, 31, 41, .19);
}

.miq-product-scene__meeting-window::after {
	position: absolute;
	right: -54px;
	bottom: -25px;
	left: -54px;
	height: 13px;
	border-radius: 0 0 50% 50%;
	background: linear-gradient(180deg, #c8c9ce, #8d8f95);
	content: "";
}

.miq-product-scene__meeting-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 7px;
	padding-right: 10px;
}

.miq-product-scene__meeting-grid span {
	position: relative;
	border-radius: 8px;
	background:
		radial-gradient(circle at 50% 38%, #b4b9c2 0 16%, transparent 17%),
		radial-gradient(ellipse at 50% 107%, #858d9b 0 40%, transparent 41%),
		linear-gradient(145deg, #e7e8eb, #cfd2d8);
}

.miq-product-scene__meeting-grid span:nth-child(2) {
	background:
		radial-gradient(circle at 50% 38%, #9d8e87 0 16%, transparent 17%),
		radial-gradient(ellipse at 50% 107%, #6c7a85 0 40%, transparent 41%),
		linear-gradient(145deg, #e2e0dc, #c6c4c0);
}

.miq-product-scene__meeting-window aside {
	padding: 12px;
	border-radius: 9px;
	background: #f4f2ff;
}

.miq-product-scene__meeting-window aside strong {
	display: block;
	margin-bottom: 19px;
	color: #292f3a;
	font-size: 11px;
}

.miq-product-scene__meeting-window aside p {
	margin: 0 0 10px;
	padding: 9px;
	border-radius: 6px;
	background: #fff;
	font-size: 8px;
}

.miq-product-scene--meeting .miq-product-scene__meeting-device {
	position: absolute;
	z-index: 3;
	right: 565px;
	bottom: 7px;
	width: 235px;
	height: auto;
	max-width: none;
	object-fit: contain;
	filter: drop-shadow(0 23px 20px rgba(23, 25, 30, .27));
	transform: rotate(-6deg);
}

.miq-fees__actual-product {
	position: absolute;
	z-index: 2;
	right: 77px;
	bottom: 4px;
	width: 455px;
	height: 610px;
	object-fit: contain;
	filter: drop-shadow(0 25px 25px rgba(21, 23, 28, .24));
}

.miq-story-card__devices img {
	width: auto;
	height: 325px;
	object-fit: contain;
	filter: drop-shadow(0 18px 18px rgba(22, 25, 29, .23));
}

.miq-measurement--actual {
	display: grid;
	grid-template-rows: 1fr auto;
	gap: 18px;
	padding: 20px 0 0 25px;
}

.miq-measurement__actual-figure {
	position: relative;
	height: 704px;
	margin: 0;
	border: 1px solid #e5e5ed;
	border-radius: 18px;
	background:
		linear-gradient(rgba(106, 90, 215, .035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(106, 90, 215, .035) 1px, transparent 1px),
		radial-gradient(circle at 50% 40%, #fff, #f2f2f6 75%);
	background-size: 38px 38px, 38px 38px, auto;
	box-shadow: 0 16px 35px rgba(40, 35, 76, .08);
	overflow: hidden;
}

.miq-measurement__actual-figure > img {
	position: absolute;
	width: auto;
	max-width: none;
	object-fit: contain;
	filter: drop-shadow(0 17px 15px rgba(22, 24, 29, .23));
}

.miq-measurement__actual-front {
	top: 53px;
	left: 54px;
	height: 500px;
	transform: rotate(-2deg);
}

.miq-measurement__actual-side {
	top: 65px;
	left: 287px;
	height: 455px;
	transform: rotate(2deg);
}

.miq-measurement__actual-angle {
	right: -65px;
	bottom: 33px;
	height: 365px;
	transform: rotate(7deg);
}

.miq-measurement__actual-figure > span {
	position: absolute;
	z-index: 5;
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding: 7px 10px;
	border-radius: 7px;
	background: rgba(255,255,255,.9);
	box-shadow: 0 7px 15px rgba(36, 32, 69, .09);
	color: #333a46;
	font-size: 12px;
	font-weight: 700;
}

.miq-measurement__actual-figure > span small {
	color: #8b909a;
	font-size: 9px;
	font-weight: 500;
}

.miq-measurement__height-label {
	top: 46%;
	left: 17px;
}

.miq-measurement__width-label {
	bottom: 18px;
	left: 137px;
}

.miq-measurement__depth-label {
	top: 24px;
	left: 320px;
}

.miq-measurement__actual-notes {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	height: 203px;
}

.miq-measurement__actual-notes article {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 20px;
	border: 1px solid #e4e4ec;
	border-radius: 12px;
	background: linear-gradient(160deg, #fff, #f4f4f7);
	overflow: hidden;
}

.miq-measurement__actual-notes img {
	width: 100%;
	height: 118px;
	margin-bottom: 9px;
	object-fit: contain;
	filter: drop-shadow(0 10px 9px rgba(24, 26, 31, .2));
}

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

.miq-measurement__actual-notes strong {
	margin-top: auto;
	color: #252c37;
	font-size: 11px;
}

.miq-measurement__actual-notes span {
	margin-top: 6px;
	font-size: 9px;
	line-height: 1.35;
}

.miq-faq__visual--actual {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	border-radius: 18px;
	background:
		radial-gradient(circle at 48% 57%, #fff 0 32%, transparent 33%),
		linear-gradient(155deg, #f2f1f7, #e8e7ee);
	box-shadow: inset 0 0 0 1px rgba(225, 224, 232, .85);
}

.miq-faq__visual--actual::before {
	position: absolute;
	right: 11%;
	bottom: 29px;
	left: 11%;
	height: 72px;
	border-radius: 50%;
	background: linear-gradient(180deg, #fff, #d6d5dc);
	box-shadow: 0 17px 28px rgba(38, 38, 49, .17);
	content: "";
}

.miq-faq__visual--actual > img {
	position: relative;
	z-index: 2;
	width: auto;
	height: 410px;
	object-fit: contain;
	filter: drop-shadow(0 22px 18px rgba(22, 25, 29, .22));
	transform: rotate(-2deg);
}

.miq-faq__visual--actual figcaption {
	position: absolute;
	z-index: 3;
	right: 18px;
	bottom: 18px;
	padding: 11px 13px;
	border-radius: 8px;
	background: rgba(255,255,255,.92);
	box-shadow: 0 8px 18px rgba(38, 34, 68, .09);
}

.miq-faq__visual--actual figcaption strong,
.miq-faq__visual--actual figcaption span {
	display: block;
}

.miq-faq__visual--actual figcaption strong {
	color: #242b36;
	font-size: 11px;
}

.miq-faq__visual--actual figcaption span {
	margin-top: 3px;
	font-size: 8px;
}

.miq-final-cta__product {
	display: flex;
	align-items: center;
	justify-content: center;
}

.miq-final-cta__product > img {
	width: auto;
	height: 168px;
	object-fit: contain;
	filter: drop-shadow(0 12px 10px rgba(27, 28, 33, .22));
	transform: rotate(-6deg);
}

@media (max-width: 1050px) {
	.miq-product-scene--hero .miq-product-scene__device {
		right: 245px;
		bottom: 44px;
		width: 320px;
	}

	.miq-product-scene__phone {
		top: 128px;
		right: 8px;
		width: 315px;
		height: 590px;
	}

	.miq-product-scene__screen {
		padding: 62px 18px 22px;
	}

	.miq-product-scene__shadow {
		right: 165px;
		width: 470px;
	}

	.miq-product-scene__app-window {
		right: 4%;
		width: 66%;
	}

	.miq-product-scene--intelligence .miq-product-scene__intelligence-device {
		right: 61%;
	}

	.miq-product-scene__meeting-window {
		right: 3%;
		width: 69%;
	}

	.miq-product-scene--meeting .miq-product-scene__meeting-device {
		right: 65%;
	}

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

@media (max-width: 680px) {
	.miq-product-scene--hero {
		background:
			radial-gradient(circle at 80% 72%, rgba(255,255,255,.9), transparent 36%),
			linear-gradient(180deg, transparent 0 55%, rgba(218,216,213,.42) 100%);
	}

	.miq-product-scene__phone {
		top: 315px;
		right: -42px;
		width: 230px;
		height: 425px;
		padding: 8px;
		border-width: 2px;
		border-radius: 34px;
	}

	.miq-product-scene__notch {
		top: 13px;
		width: 73px;
		height: 18px;
	}

	.miq-product-scene__screen {
		padding: 42px 12px 16px;
		border-radius: 27px;
	}

	.miq-product-scene__appbar strong {
		font-size: 11px;
	}

	.miq-product-scene__summary {
		margin-top: 15px;
		padding: 12px;
	}

	.miq-product-scene__summary > span {
		margin-bottom: 8px;
		padding: 3px 5px;
		font-size: 6px;
	}

	.miq-product-scene__summary strong {
		font-size: 9px;
	}

	.miq-product-scene__summary p,
	.miq-product-scene__date,
	.miq-product-scene__screen > ul li,
	.miq-product-scene__ask {
		font-size: 6px;
	}

	.miq-product-scene__screen > ul {
		gap: 5px;
		margin-top: 8px;
	}

	.miq-product-scene__screen > ul li {
		gap: 5px;
		padding: 6px;
		border-radius: 5px;
	}

	.miq-product-scene__screen > ul i {
		width: 7px;
		height: 7px;
	}

	.miq-product-scene__ask {
		right: 12px;
		bottom: 14px;
		left: 12px;
		padding: 8px 10px;
	}

	.miq-product-scene__ask strong {
		font-size: 7px;
	}

	.miq-product-scene--hero .miq-product-scene__device {
		right: 104px;
		bottom: -4px;
		width: 250px;
		transform: rotate(-8deg);
	}

	.miq-product-scene__shadow {
		right: 62px;
		bottom: -3px;
		width: 305px;
		height: 45px;
	}

	.miq-workflow__photo .miq-actual-product-tile__image {
		height: 355px;
	}

	.miq-product-scene__app-window,
	.miq-product-scene__meeting-window {
		top: 54px;
		right: 0;
		width: 78%;
		height: 210px;
		padding: 10px;
		border-width: 5px;
		border-radius: 21px;
	}

	.miq-product-scene__app-columns {
		gap: 6px;
		padding-top: 7px;
	}

	.miq-product-scene__app-columns section {
		padding: 7px;
		font-size: 6px;
	}

	.miq-product-scene__app-columns p,
	.miq-product-scene__app-columns label {
		font-size: 6px;
	}

	.miq-product-scene--intelligence .miq-product-scene__intelligence-device {
		right: 69%;
		bottom: -8px;
		width: 135px;
	}

	.miq-product-scene__meeting-window {
		grid-template-columns: 1.5fr .9fr;
	}

	.miq-product-scene--meeting .miq-product-scene__meeting-device {
		right: 67%;
		bottom: -2px;
		width: 150px;
	}

	.miq-fees__actual-product {
		right: 50%;
		bottom: 9px;
		width: 390px;
		height: 520px;
		transform: translateX(50%);
	}

	.miq-story-card__devices img {
		height: 315px;
	}

	.miq-measurement--actual {
		display: grid;
		width: 100%;
		height: auto;
		margin: 30px 0 0;
		padding: 0;
		transform: none;
	}

	.miq-measurement__actual-figure {
		height: 590px;
	}

	.miq-measurement__actual-front {
		top: 52px;
		left: 18px;
		height: 380px;
	}

	.miq-measurement__actual-side {
		top: 70px;
		left: 143px;
		height: 330px;
	}

	.miq-measurement__actual-angle {
		right: -72px;
		bottom: 27px;
		height: 270px;
	}

	.miq-measurement__depth-label {
		top: 16px;
		left: 130px;
	}

	.miq-measurement__width-label {
		bottom: 18px;
		left: 62px;
	}

	.miq-measurement__height-label {
		left: 8px;
	}

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

	.miq-measurement__actual-notes article {
		min-height: 210px;
	}

	.miq-measurement__actual-notes img {
		height: 116px;
	}

	.miq-faq__visual--actual > img {
		height: 270px;
	}

	.miq-final-cta__product > img {
		height: 112px;
	}
}
