@import url(./services/svg.css);

#miniMovingHero {
	min-height: 820px;
}

#miniMovingHero::after {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.82) 45%, rgba(255, 255, 255, 0.26) 100%),
		linear-gradient(0deg, rgba(48, 79, 255, 0.16), rgba(48, 79, 255, 0.04));
}

#miniMovingHero .hero_section_img {
	height: 100%;
	object-fit: cover;
	object-position: 70% center;
}

.mini-hero-content {
	position: relative;
	z-index: 1;
	width: 100%;
	justify-content: space-between;
	gap: 60px;
}

.mini-hero-copy {
	max-width: 760px;
	gap: 24px;
}

.mini-hero-copy h1 {
	color: var(--blue);
}

.mini-hero-copy p {
	max-width: 700px;
	margin: 0;
}

.mini-kicker {
	color: var(--light-orange);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.mini-hero-points {
	gap: 12px;
	max-width: 680px;
}

.mini-hero-points span {
	position: relative;
	padding-left: 26px;
	line-height: 1.35;
}

.mini-hero-points span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 12px;
	height: 12px;
	background: var(--light-orange);
	border-radius: 50%;
}

.mini-hero-actions {
	flex-wrap: wrap;
	gap: 16px;
}

.mini-trust-strip {
	flex-wrap: wrap;
	gap: 10px 28px;
	margin-top: 4px;
}

.mini-trust-strip span {
	position: relative;
	padding-left: 22px;
	font-size: 14px;
	font-weight: 700;
	color: var(--blue);
}

.mini-trust-strip span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: var(--blue);
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M6.2 11.6 2.6 8l1.1-1.1 2.5 2.5 5.1-5.1L12.4 5.4z'/%3E%3C/svg%3E") center/10px no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M6.2 11.6 2.6 8l1.1-1.1 2.5 2.5 5.1-5.1L12.4 5.4z'/%3E%3C/svg%3E") center/10px no-repeat;
}

.mini-calculator-card {
	width: 100%;
	max-width: 500px;
	box-sizing: border-box;
	background: white;
	border-radius: 40px;
	padding: 36px;
	gap: 22px;
	box-shadow: 0 20px 60px rgba(48, 79, 255, 0.14), 0 1px 6px rgba(0, 0, 0, 0.12);
}

.mini-calculator-card h2 {
	color: var(--blue);
}

.mini-calculator-card p {
	margin: 8px 0 0;
}

.mini-calculator-card .button {
	width: 100%;
	gap: 10px;
	text-transform: uppercase;
	box-sizing: border-box;
}

.mini-calc-options {
	gap: 12px;
}

.mini-calc-options div {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(48, 79, 255, 0.16);
}

.mini-calc-options div:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.mini-calc-options strong {
	color: var(--blue);
	font-family: var(--main-font);
	font-size: 18px;
}

.mini-calc-options span {
	font-size: 15px;
	line-height: 1.35;
}

.mini-bullets {
	margin: 20px 0 0;
	padding-left: 22px;
}

.mini-bullets li {
	color: var(--light-orange);
	margin-bottom: 10px;
}

.mini-bullets li span {
	color: var(--font-color);
}

.mini-numbers .number-item .h1 {
	font-size: clamp(52px, 5vw, 80px);
	line-height: 1;
}

.mini-center-text {
	max-width: 800px;
	padding: 0 15px;
	text-align: center;
}

#miniItems {
	padding: var(--section-content-pd);
}

#miniRoute > div {
	border-top: solid 2px var(--light-orange);
	border-right: solid 2px var(--light-orange);
	border-radius: 0 var(--section-big-border) 0 0;
}

#miniRoute .section-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mini-coverage {
	gap: 24px;
}

.mini-coverage p {
	max-width: 720px;
	margin: 0;
}

.mini-tags {
	width: 100%;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
}

.mini-tags span {
	border: 1px solid var(--blue);
	border-radius: 30px;
	padding: 10px 18px;
	color: var(--blue);
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
}

.mini-steps {
	gap: 16px;
}

.mini-steps div {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	gap: 16px;
	align-items: center;
}

.mini-steps strong {
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: var(--blue);
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--franklin);
	font-size: 24px;
}

.mini-final-cta .flex.row {
	flex-wrap: wrap;
	justify-content: center;
}

@media (max-width: 1200px) {
	.mini-hero-content {
		flex-direction: column;
		align-items: flex-start;
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.mini-calculator-card {
		max-width: 720px;
	}
}

@media (max-width: 860px) {
	#miniMovingHero {
		min-height: auto;
	}

	#miniMovingHero::after {
		background:
			linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.9) 55%, rgba(255, 255, 255, 0.76) 100%),
			linear-gradient(0deg, rgba(48, 79, 255, 0.12), rgba(48, 79, 255, 0.04));
	}

	.mini-hero-content {
		padding: 54px 0 64px;
		gap: 34px;
	}

	.mini-hero-copy h1,
	#miniProblem h2,
	#miniItems h2,
	#miniCoverage h2,
	#faqs h2 {
		font-size: 44px;
		line-height: 1.1;
	}

	.mini-calculator-card {
		padding: 24px;
		border-radius: 28px;
	}

	#miniItems {
		padding-left: 20px;
		padding-right: 20px;
	}

	#miniRoute > div {
		border-radius: 0 90px 0 0;
	}

	.mini-tags {
		justify-content: flex-start;
	}
}

@media (max-width: 520px) {
	.mini-hero-actions,
	.mini-hero-actions .button {
		width: 100%;
		box-sizing: border-box;
	}

	.mini-tags span {
		font-size: 13px;
		padding: 9px 14px;
	}
}
