/* FM Services — Avis Google */
:root {
	--fm-blue: #1264f3;
	--fm-blue-dark: #0a43b8;
	--fm-navy: #071a3a;
	--fm-ink: #10213d;
	--fm-muted: #61708a;
	--fm-line: #dce6f4;
	--fm-soft: #f3f7fd;
	--fm-green: #21b573;
	--fm-yellow: #f9b916;
}

body.fm-avis-google-active {
	background: #fff !important;
}

body.fm-avis-google-active .entry-title,
body.fm-avis-google-active .page-title,
body.fm-avis-google-active main > header,
body.fm-avis-google-active article > header.entry-header {
	display: none !important;
}

body.fm-avis-google-active .site-main,
body.fm-avis-google-active .content-area,
body.fm-avis-google-active .entry-content,
body.fm-avis-google-active article,
body.fm-avis-google-active main {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.fm-reviews-page,
.fm-reviews-page * {
	box-sizing: border-box;
}

.fm-reviews-page {
	position: relative;
	width: 100vw;
	max-width: none;
	margin: 0 calc(50% - 50vw);
	overflow: hidden;
	background: #fff;
	color: var(--fm-ink);
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	line-height: 1.55;
}

.fm-reviews-page a {
	text-decoration: none;
}

.fm-reviews-page p,
.fm-reviews-page h1,
.fm-reviews-page h2,
.fm-reviews-page h3,
.fm-reviews-page blockquote {
	margin-top: 0;
}

.fm-reviews-page svg {
	width: 1.15em;
	height: 1.15em;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.fm-reviews-shell {
	position: relative;
	z-index: 2;
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
}

.fm-reviews-hero {
	position: relative;
	padding: clamp(82px, 9vw, 132px) 0 108px;
	overflow: hidden;
	background:
		radial-gradient(circle at 12% 18%, rgba(53, 140, 255, .26), transparent 31%),
		linear-gradient(118deg, #06152f 0%, #082a62 56%, #0f56d8 100%);
	color: #fff;
}

.fm-reviews-hero::before {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
	background-size: 44px 44px;
	mask-image: linear-gradient(to bottom, #000, transparent 92%);
	content: "";
}

.fm-orb {
	position: absolute;
	border-radius: 999px;
	filter: blur(2px);
	pointer-events: none;
}

.fm-orb-one {
	top: -170px;
	right: -110px;
	width: 500px;
	height: 500px;
	border: 1px solid rgba(255, 255, 255, .12);
	background: rgba(39, 130, 255, .13);
}

.fm-orb-two {
	bottom: -260px;
	left: 35%;
	width: 560px;
	height: 560px;
	border: 110px solid rgba(255, 255, 255, .025);
}

.fm-reviews-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(330px, .65fr);
	gap: clamp(54px, 7vw, 96px);
	align-items: center;
}

.fm-eyebrow,
.fm-section-kicker {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 22px;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .16em;
	line-height: 1.2;
	text-transform: uppercase;
}

.fm-eyebrow {
	color: #90c0ff;
}

.fm-eyebrow span {
	width: 28px;
	height: 2px;
	border-radius: 999px;
	background: #5ca5ff;
}

.fm-hero-copy h1 {
	max-width: 760px;
	margin-bottom: 25px;
	color: #fff;
	font-size: clamp(42px, 5.25vw, 74px);
	font-weight: 830;
	letter-spacing: -.055em;
	line-height: .99;
}

.fm-hero-intro {
	max-width: 690px;
	margin-bottom: 34px;
	color: rgba(255, 255, 255, .77);
	font-size: clamp(17px, 1.55vw, 20px);
	line-height: 1.65;
}

.fm-hero-actions,
.fm-cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.fm-button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 13px 21px;
	border: 1px solid transparent;
	border-radius: 12px;
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
	transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
}

.fm-button:hover {
	transform: translateY(-2px);
}

.fm-button-primary {
	background: var(--fm-blue);
	box-shadow: 0 12px 28px rgba(0, 63, 184, .28);
	color: #fff !important;
}

.fm-reviews-hero .fm-button-primary {
	background: #fff;
	box-shadow: 0 16px 30px rgba(0, 0, 0, .19);
	color: #0b429c !important;
}

.fm-button-primary:hover {
	background: #eaf3ff;
}

.fm-button-ghost {
	border-color: rgba(255, 255, 255, .28);
	background: rgba(255, 255, 255, .07);
	color: #fff !important;
	backdrop-filter: blur(8px);
}

.fm-button-ghost:hover {
	border-color: rgba(255, 255, 255, .5);
	background: rgba(255, 255, 255, .12);
}

.fm-hero-proof {
	display: flex;
	flex-wrap: wrap;
	gap: 13px 22px;
	margin-top: 29px;
	color: rgba(255, 255, 255, .7);
	font-size: 13px;
	font-weight: 700;
}

.fm-hero-proof span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.fm-hero-proof svg {
	color: #59d99e;
}

.fm-rating-card {
	position: relative;
	padding: 29px;
	border: 1px solid rgba(255, 255, 255, .42);
	border-radius: 26px;
	background: rgba(255, 255, 255, .97);
	box-shadow: 0 32px 80px rgba(0, 13, 40, .35);
	color: var(--fm-ink);
}

.fm-rating-card::after {
	position: absolute;
	right: 22px;
	bottom: -9px;
	width: 72%;
	height: 18px;
	border-radius: 999px;
	background: rgba(2, 19, 49, .22);
	filter: blur(18px);
	content: "";
	z-index: -1;
}

.fm-rating-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 22px;
}

.fm-google-word {
	display: inline-flex;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -.045em;
	line-height: 1;
}

.fm-google-word span:nth-child(1),
.fm-google-word span:nth-child(4) { color: #4285f4; }
.fm-google-word span:nth-child(2),
.fm-google-word span:nth-child(6) { color: #ea4335; }
.fm-google-word span:nth-child(3) { color: #fbbc05; }
.fm-google-word span:nth-child(5) { color: #34a853; }

.fm-google-badge {
	padding: 7px 10px;
	border-radius: 999px;
	background: #eef4ff;
	color: #47709f;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.fm-rating-main {
	display: flex;
	align-items: center;
	gap: 18px;
}

.fm-rating-main > strong {
	font-size: clamp(62px, 7vw, 82px);
	font-weight: 850;
	letter-spacing: -.07em;
	line-height: .95;
}

.fm-stars {
	color: var(--fm-yellow);
	font-size: 21px;
	letter-spacing: 2px;
	line-height: 1;
}

.fm-rating-main p {
	margin: 8px 0 0;
	color: var(--fm-muted);
	font-size: 13px;
}

.fm-review-total {
	margin: 18px 0 0 !important;
	color: var(--fm-muted);
	font-size: 15px;
}

.fm-review-total b {
	color: var(--fm-ink);
	font-size: 20px;
}

.fm-rating-divider {
	height: 1px;
	margin: 23px 0 19px;
	background: var(--fm-line);
}

.fm-rating-card blockquote {
	margin-bottom: 18px;
	padding: 0;
	border: 0;
	color: #465775;
	font-size: 14px;
	font-style: normal;
	line-height: 1.6;
}

.fm-rating-card > a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--fm-blue-dark);
	font-size: 14px;
	font-weight: 850;
}

.fm-stats {
	position: relative;
	z-index: 3;
	margin-top: -46px;
}

.fm-stats-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding: 7px;
	border: 1px solid #dfe8f5;
	border-radius: 21px;
	background: rgba(255, 255, 255, .98);
	box-shadow: 0 18px 55px rgba(24, 53, 91, .13);
}

.fm-stat {
	position: relative;
	display: flex;
	min-height: 106px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 18px;
	text-align: center;
}

.fm-stat:not(:last-child)::after {
	position: absolute;
	top: 20%;
	right: 0;
	width: 1px;
	height: 60%;
	background: var(--fm-line);
	content: "";
}

.fm-stat strong {
	color: var(--fm-navy);
	font-size: clamp(24px, 3vw, 34px);
	font-weight: 850;
	letter-spacing: -.04em;
	line-height: 1.05;
}

.fm-stat span {
	margin-top: 8px;
	color: var(--fm-muted);
	font-size: 12px;
	font-weight: 750;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.fm-reviews-values,
.fm-live-reviews {
	padding: clamp(84px, 9vw, 122px) 0;
}

.fm-section-heading {
	max-width: 690px;
	margin-bottom: 45px;
}

.fm-section-kicker {
	margin-bottom: 15px;
	color: var(--fm-blue);
}

.fm-section-heading h2,
.fm-live-heading h2,
.fm-cta-card h2 {
	margin-bottom: 15px;
	color: var(--fm-navy);
	font-size: clamp(34px, 4vw, 52px);
	font-weight: 830;
	letter-spacing: -.045em;
	line-height: 1.06;
}

.fm-section-heading > p:last-child,
.fm-live-heading > div > p:last-child,
.fm-cta-card > div > p:last-child {
	margin-bottom: 0;
	color: var(--fm-muted);
	font-size: 17px;
	line-height: 1.65;
}

.fm-values-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.fm-value-card {
	position: relative;
	min-height: 315px;
	padding: 27px;
	overflow: hidden;
	border: 1px solid var(--fm-line);
	border-radius: 19px;
	background: #fff;
	box-shadow: 0 10px 32px rgba(38, 68, 105, .055);
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.fm-value-card:hover {
	transform: translateY(-5px);
	border-color: #b9d2f7;
	box-shadow: 0 20px 45px rgba(38, 68, 105, .12);
}

.fm-value-icon {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	margin-bottom: 44px;
	border-radius: 13px;
	background: #eaf3ff;
	color: var(--fm-blue);
	font-size: 23px;
}

.fm-value-label {
	margin-bottom: 9px !important;
	color: var(--fm-blue);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .095em;
	text-transform: uppercase;
}

.fm-value-card h3 {
	margin-bottom: 12px;
	color: var(--fm-navy);
	font-size: 21px;
	font-weight: 820;
	letter-spacing: -.025em;
	line-height: 1.18;
}

.fm-value-card > p:last-child {
	margin-bottom: 0;
	color: var(--fm-muted);
	font-size: 14px;
	line-height: 1.65;
}

.fm-value-card-accent {
	border-color: transparent;
	background: linear-gradient(145deg, #0a4ab6, #1264f3);
}

.fm-value-card-accent .fm-value-icon {
	background: rgba(255, 255, 255, .14);
	color: #fff;
}

.fm-value-card-accent .fm-value-label,
.fm-value-card-accent > p:last-child {
	color: rgba(255, 255, 255, .74);
}

.fm-value-card-accent h3 {
	color: #fff;
}

.fm-live-reviews {
	background: var(--fm-soft);
}

.fm-live-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 35px;
	margin-bottom: 31px;
}

.fm-live-heading > div {
	max-width: 720px;
}

.fm-button-outline {
	flex: 0 0 auto;
	border-color: #b9cce7;
	background: transparent;
	color: var(--fm-blue-dark) !important;
}

.fm-button-outline:hover {
	border-color: var(--fm-blue);
	background: #e7f1ff;
}

.fm-google-redirect-card {
	max-width: 820px;
	margin-inline: auto;
	padding: clamp(32px, 6vw, 64px);
	border: 1px solid #d8e4f4;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 18px 58px rgba(31, 63, 105, .09);
	text-align: center;
}

.fm-google-redirect-logo .fm-google-word {
	font-size: 36px;
}

.fm-google-redirect-rating {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin: 26px 0;
}

.fm-google-redirect-rating strong {
	color: var(--fm-navy);
	font-size: 32px;
	font-weight: 850;
	letter-spacing: -.04em;
}

.fm-google-redirect-rating small {
	color: var(--fm-muted);
	font-size: 14px;
	font-weight: 750;
}

.fm-google-redirect-card h3 {
	margin-bottom: 13px;
	color: var(--fm-navy);
	font-size: clamp(26px, 4vw, 38px);
	font-weight: 830;
	letter-spacing: -.035em;
	line-height: 1.12;
}

.fm-google-redirect-card > p {
	max-width: 650px;
	margin: 0 auto 28px;
	color: var(--fm-muted);
	font-size: 16px;
	line-height: 1.65;
}

.fm-google-redirect-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}

.fm-google-redirect-note {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 24px;
	color: #718097;
	font-size: 12px;
}

.fm-google-redirect-note svg {
	color: var(--fm-green);
}

.fm-reviews-cta {
	padding: clamp(74px, 8vw, 110px) 0;
	background: #fff;
}

.fm-cta-card {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) auto;
	gap: 48px;
	align-items: center;
	padding: clamp(34px, 5vw, 62px);
	overflow: hidden;
	border-radius: 25px;
	background:
		radial-gradient(circle at 95% 5%, rgba(93, 166, 255, .45), transparent 26%),
		linear-gradient(125deg, #061932, #0b4fbf);
	box-shadow: 0 25px 65px rgba(8, 37, 79, .21);
}

.fm-cta-card::after {
	position: absolute;
	top: -100px;
	right: 18%;
	width: 280px;
	height: 280px;
	border: 60px solid rgba(255, 255, 255, .04);
	border-radius: 50%;
	content: "";
}

.fm-cta-card .fm-section-kicker,
.fm-cta-card h2,
.fm-cta-card > div > p:last-child {
	position: relative;
	z-index: 1;
	color: #fff;
}

.fm-cta-card > div > p:last-child {
	max-width: 720px;
	color: rgba(255, 255, 255, .72);
}

.fm-cta-actions {
	position: relative;
	z-index: 2;
	justify-content: flex-end;
}

.fm-button-light {
	background: #fff;
	box-shadow: 0 12px 27px rgba(0, 0, 0, .17);
	color: #0a48ab !important;
}

.fm-button-ghost-light {
	border-color: rgba(255, 255, 255, .32);
	background: rgba(255, 255, 255, .06);
	color: #fff !important;
}

.fm-local-strip {
	padding: 0 0 42px;
	background: #fff;
}

.fm-local-strip .fm-reviews-shell {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	color: #70809a;
	font-size: 13px;
	text-align: center;
}

.fm-local-strip svg {
	color: var(--fm-blue);
}

.fm-local-strip strong {
	color: var(--fm-ink);
}

.fm-reviews-js [data-fm-reveal] {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity .65s ease, transform .65s cubic-bezier(.2, .75, .25, 1);
}

.fm-reviews-js [data-fm-reveal].fm-is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 980px) {
	.fm-reviews-hero-grid {
		grid-template-columns: 1fr;
	}

	.fm-hero-copy {
		max-width: 820px;
	}

	.fm-rating-card {
		width: min(100%, 520px);
	}

	.fm-values-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.fm-value-card {
		min-height: 285px;
	}

	.fm-cta-card {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.fm-cta-actions {
		justify-content: flex-start;
	}
}

@media (max-width: 720px) {
	.fm-reviews-shell {
		width: min(100% - 26px, 1180px);
	}

	.fm-reviews-hero {
		padding: 68px 0 92px;
	}

	.fm-reviews-hero-grid {
		gap: 42px;
	}

	.fm-hero-copy h1 {
		font-size: clamp(39px, 12vw, 56px);
	}

	.fm-hero-intro {
		font-size: 16px;
	}

	.fm-hero-actions .fm-button,
	.fm-cta-actions .fm-button {
		width: 100%;
	}

	.fm-hero-proof {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.fm-rating-card {
		padding: 24px;
	}

	.fm-stats {
		margin-top: -35px;
	}

	.fm-stats-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.fm-stat {
		min-height: 95px;
	}

	.fm-stat:nth-child(2)::after {
		display: none;
	}

	.fm-stat:nth-child(-n+2) {
		border-bottom: 1px solid var(--fm-line);
	}

	.fm-values-grid {
		grid-template-columns: 1fr;
	}

	.fm-google-redirect-actions .fm-button {
		width: 100%;
	}

	.fm-value-card {
		min-height: 0;
	}

	.fm-value-icon {
		margin-bottom: 30px;
	}

	.fm-live-heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.fm-live-heading .fm-button {
		width: 100%;
	}

	.fm-google-redirect-card {
		border-radius: 17px;
	}

	.fm-cta-card {
		width: calc(100% - 26px);
		padding: 34px 23px;
		border-radius: 20px;
	}
}

@media (max-width: 460px) {
	.fm-hero-proof {
		grid-template-columns: 1fr;
	}

	.fm-rating-main {
		align-items: flex-start;
		flex-direction: column;
	}

	.fm-rating-main > strong {
		font-size: 68px;
	}

}

@media (prefers-reduced-motion: reduce) {
	.fm-reviews-page *,
	.fm-reviews-page *::before,
	.fm-reviews-page *::after {
		scroll-behavior: auto !important;
		transition: none !important;
		animation: none !important;
	}

	.fm-reviews-js [data-fm-reveal] {
		opacity: 1;
		transform: none;
	}
}
