/* ═══════════════════════════════════════════════════════════════════════════════
 * MICROSITE RESPONSIVE — Breakpoints and responsive overrides.
 *
 * @package 4M Dental Microsite
 * ═══════════════════════════════════════════════════════════════════════════════ */

/* ─── Base rules (non-breakpoint) ───────────────────────────────────────────── */

/* Hide mobile-only elements on desktop */
.fm-hero__mobile-image {
	display: none !important;
}


/* ─── Tablet (max-width: 1024px) ────────────────────────────────────────────── */

@media (max-width: 1024px) {
	:root {
		--fm-text-hero: 48px;
		--fm-text-h1-serif: 56px;
		--fm-text-h2: 40px;
		--fm-text-h3: 36px;
		--fm-text-h4: 28px;
		--fm-section-padding: 60px 0;
	}

	/* Hero */
	.fm-hero__badge {
		font-size: 36px;
	}

	.fm-section--hero {
		min-height: 500px;
		padding: 100px 0 60px;
	}

	/* Video CTA */
	.fm-video-cta {
		gap: var(--fm-gap-lg);
	}

	/* Pricing Cards */
	.fm-pricing__grid--3 {
		grid-template-columns: repeat(2, 1fr);
	}

	.fm-pricing__card--featured {
		grid-column: 1 / -1;
		max-width: 400px;
		justify-self: center;
	}

	/* Before & After */
	.fm-ba__text {
		flex: 0 0 280px;
		max-width: 280px;
	}

	.fm-ba__card-footer {
		padding: 10px 24px;
	}

	.fm-ba__nav--prev {
		left: -40px;
	}
	.fm-ba__nav--next {
		right: -40px;
	}

	/* Ticker */
	.fm-ticker__card {
		width: 280px;
		padding: 16px;
	}

	/* Four Step Process */
	.fm-steps__titles-row {
		gap: 20px;
	}
	.fm-steps__title-text {
		font-size: 24px;
	}
	.fm-steps__card {
		height: auto;
	}
	.fm-steps__card-image img {
		height: 240px;
	}

	/* Doctors Grid */
	.fm-docs__grid {
		grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	}

	/* Candidate Quiz */
	.fm-quiz__heading {
		font-size: 50px;
	}
	.fm-quiz__sub {
		font-size: 20px;
	}
	.fm-quiz__guide-title {
		font-size: 28px;
	}
	.fm-quiz__guide-cta .fm-btn--dark {
		font-size: 20px;
	}

	/* Science Behind */
	.fm-science__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	/* Stats Banner */
	.fm-stats-banner__callout {
		transform: rotate(0);
	}

	/* Location Content Blocks */
	.fm-lcb__row {
		gap: 60px;
	}

	.fm-lcb__testimonial-card {
		right: -20px;
		bottom: -30px;
		width: 250px;
		padding: 20px;
	}

	/* Dr. Sean Feature */
	.fm-drsean__card {
		grid-template-columns: 300px 1fr;
	}

	.fm-drsean__content {
		padding: 30px 36px;
		gap: 20px;
	}

	.fm-drsean__desc {
		font-size: 18px;
	}

	.fm-drsean__stats {
		gap: 24px;
	}

	.fm-drsean__tagline {
		font-size: 32px;
	}

	.fm-drsean__watermark-row {
		font-size: 120px;
	}

	.fm-microsite .fm-drsean__section-title {
		font-size: 56px;
	}

	.fm-drsean__badge {
		width: 150px;
	}

	/* What Is Implant */
	.fm-wii__layout {
		gap: 40px;
	}

	.fm-wii__card {
		right: -30px;
	}

	.fm-microsite .fm-wii__heading {
		font-size: 56px;
	}
}


/* ─── Mobile (max-width: 768px) ─────────────────────────────────────────────── */

@media (max-width: 768px) {
	:root {
		--fm-text-hero: 36px;
		--fm-text-h1-serif: 42px;
		--fm-text-h2: 32px;
		--fm-text-h3: 28px;
		--fm-text-h4: 24px;
		--fm-section-padding: 48px 0;
		--fm-container-padding: 0 16px;
	}

	.fm-btn {
		padding: 14px 24px;
		font-size: var(--fm-text-sm);
	}

	/* Hero */
	.fm-section--hero {
		min-height: auto !important;
		padding: 80px 0 0 !important; /* ← push down below navbar */
		background-image: none !important;
		background-color: var(--fm-color-bg-dark) !important;
		align-items: flex-start !important;
		flex-direction: column !important;
	}

	.fm-hero__overlay {
		display: none !important;
	}

	.fm-hero__content {
		max-width: 100%;
		padding-bottom: 40px;
		position: relative;
		z-index: 2;
	}

	.fm-hero__badge {
		font-size: 16px !important;
		margin-bottom: 8px;
	}

	.fm-hero__headline {
		font-size: 46px !important; /* ← ~30% bigger than 36px */
		line-height: 1.05 !important;
		letter-spacing: -0.02em;
		margin-bottom: 12px;
	}

	.fm-hero__subheadline {
		font-size: 14px !important;
		line-height: 1.5;
		margin-bottom: 24px;
	}

	.fm-hero__cta {
		margin-bottom: 24px;
	}

	.fm-hero__cta .fm-btn--light {
		font-size: 15px !important;
		padding: 14px 20px !important;
	}

	.fm-hero__badge-card {
		flex-wrap: wrap;
		gap: 10px;
		padding: 10px 16px;
	}

	.fm-hero__reviews-widget {
		margin-top: 16px;
		max-width: 100%;
		overflow: hidden;
		padding-bottom: 0;
	}

	/* Mobile image — show below content */
	.fm-microsite .fm-section--hero .fm-hero__mobile-image {
		display: block !important;
		width: 100% !important;
		min-height: 420px !important;
		object-fit: cover !important;
		object-position: center top !important;
		border-radius: 20px 20px 0 0 !important;
		margin-top: 24px !important;
		flex-shrink: 0 !important;
	}

	/* Video CTA */
	.fm-video-cta {
		grid-template-columns: 1fr;
		gap: var(--fm-gap-lg);
	}

	.fm-video-cta__text {
		max-width: 100%;
		order: 1;
	}

	.fm-microsite .fm-video-cta__heading {
		font-size: 36px;
	}

	.fm-video-cta__media {
		order: 0;
	}

	/* Final CTA */
	.fm-section--final-cta {
		min-height: 320px;
		padding: 64px 0;
	}

	.fm-final-cta__action .fm-btn--light {
		font-size: var(--fm-text-md);
		padding: 14px 28px;
	}

	/* Comparison Table */
	.fm-compare__header {
		flex-direction: column;
		gap: 16px;
	}

	.fm-compare__desc {
		text-align: left;
	}

	.fm-microsite .fm-compare__heading {
		font-size: 36px;
	}

	.fm-compare__comp-headers,
	.fm-compare__comp-row {
		gap: 20px;
		padding-right: 12px;
	}

	.fm-compare__comp-name,
	.fm-compare__comp-cell {
		width: 56px;
	}

	.fm-compare__4m-card {
		flex: 0 0 220px;
	}

	.fm-microsite .fm-compare__cta-heading {
		font-size: 28px;
	}

	/* Pricing Cards */
	.fm-pricing__grid--2,
	.fm-pricing__grid--3 {
		grid-template-columns: 1fr;
		max-width: 400px;
		margin: 0 auto;
	}

	.fm-pricing__card--featured {
		transform: none;
		max-width: none;
	}

	.fm-pricing__card--featured:hover {
		transform: translateY(-4px);
	}

	.fm-pricing__price {
		font-size: 32px;
	}

	/* Swiper Nav */
	.fm-swiper-btn {
		width: 40px;
		height: 40px;
		font-size: 18px;
	}

	/* Before & After */
	.fm-ba__layout {
		flex-direction: column;
		gap: 32px;
	}

	.fm-ba__text {
		flex: none;
		max-width: 100%;
		text-align: center;
	}

	.fm-ba__subtitle {
		align-items: center;
	}

	.fm-ba__slider {
		width: 100%;
	}

	.fm-ba__nav {
		display: none;
	}

	.fm-ba__card-footer {
		padding: 10px 20px;
	}

	/* Ticker */
	.fm-section--testimonial_ticker {
		padding: 40px 0;
	}

	.fm-ticker__photo {
		width: 180px;
		height: 190px;
	}

	.fm-ticker__card {
		width: 260px;
		padding: 14px;
	}

	.fm-ticker__text {
		font-size: 13px;
	}

	/* Four Step Process */
	.fm-section--four_step_process {
		padding: 48px 20px 60px;
	}

	.fm-steps__header {
		grid-template-columns: 1fr !important;
		gap: 20px !important;
		margin-bottom: 40px !important;
	}

	.fm-microsite .fm-steps__heading {
		font-size: 28px !important;
	}

	.fm-steps__intro {
		margin-left: 0 !important;
		max-width: 100% !important;
		gap: 20px !important;
	}

	.fm-steps__desc {
		font-size: 16px !important;
	}

	.fm-steps__intro .fm-btn--dark {
		width: 100%;
		justify-content: center;
	}

	.fm-steps__subtitle {
		font-size: 22px !important;
		margin-bottom: 32px !important;
	}

	.fm-steps__titles-row {
		display: none !important;
	}

	.fm-steps__grid {
		grid-template-columns: 1fr !important;
		gap: 40px !important;
		counter-reset: step-counter;
	}

	.fm-steps__card {
		border-radius: 20px !important;
		background: #f7f7f7;
		counter-increment: step-counter;
	}

	.fm-steps__card-image img {
		height: 240px !important;
		border-radius: 20px 20px 0 0 !important;
	}

	.fm-steps__card-body {
		padding: 16px 20px 24px !important;
	}

	.fm-steps__card-body::before {
		content: counter(step-counter);
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 32px;
		height: 32px;
		border-radius: 50%;
		background: rgba(0, 0, 0, 0.06);
		color: #000;
		font-family: var(--fm-font-body, 'Brockmann', sans-serif);
		font-size: 14px;
		font-weight: 500;
		margin-bottom: 10px;
	}

	.fm-steps__card-desc {
		font-size: 16px !important;
		line-height: 1.5 !important;
	}

	/* Media Recognition */
	.fm-section--media_recognition {
		padding: 40px 20px;
	}

	.fm-microsite .fm-media__heading {
		font-size: 22px !important;
		letter-spacing: -0.5px !important;
		margin-bottom: 32px;
	}

	.fm-logos__row {
		display: flex !important;
		flex-wrap: wrap !important;
		justify-content: center !important;
		align-items: center !important;
		gap: 24px 32px !important;
	}

	.fm-logos__item {
		flex: 0 0 auto !important;
	}

	.fm-logos__item:nth-child(1) .fm-logos__img { max-width: 120px !important; max-height: 52px !important; }
	.fm-logos__item:nth-child(2) .fm-logos__img { max-width: 110px !important; max-height: 52px !important; }
	.fm-logos__item:nth-child(3) .fm-logos__img { max-width: 70px  !important; max-height: 70px  !important; }
	.fm-logos__item:nth-child(4) .fm-logos__img { max-width: 70px  !important; max-height: 70px  !important; }
	.fm-logos__item:nth-child(5) .fm-logos__img { max-width: 130px !important; max-height: 64px  !important; }

	/* Patient Testimonials Slider */
	.fm-pts__layout {
		grid-template-columns: 1fr;
		gap: var(--fm-gap-md);
	}

	.fm-pts__text {
		max-width: 100%;
		text-align: center;
	}

	.fm-pts__cta {
		display: flex;
		justify-content: center;
	}

	.fm-section--patient_testimonials_slider {
		border-radius: 32px 32px 0 0;
		margin-top: -32px;
	}

	.fm-pts__card--video {
		height: 420px;
	}

	.fm-pts__nav {
		display: none;
	}

	/* Doctors Grid */
	.fm-docs__grid {
		grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
		gap: 16px;
	}

	.fm-doc__info {
		padding: 12px 16px;
	}

	.fm-docs-nav .swiper-wrapper {
		justify-content: flex-start;
	}

	/* Candidate Quiz */
	.fm-section--candidate_quiz {
		padding: 40px 0 60px;
		border-radius: 32px 32px 0 0;
		margin-top: -32px;
	}

	

	.fm-quiz__layout {
		grid-template-columns: 1fr !important;
		gap: 0;
	}

	.fm-quiz__left {
		padding-right: 0 !important;
	}

	.fm-quiz__heading {
		font-size: 36px !important;
		line-height: 1.05 !important;
		margin-bottom: 8px;
	}

	.fm-quiz__sub {
		font-size: 16px !important;
		margin-bottom: 24px;
	}

	.fm-quiz__divider {
		display: none !important;
	}

	.fm-quiz__right {
		padding-left: 0 !important;
		margin-top: 48px;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		padding-top: 48px;
	}

	.fm-microsite .fm-quiz__guide-title {
		font-size: 24px !important;
		margin-bottom: 16px;
	}

	.fm-quiz__guide-img {
		max-width: 260px !important;
		margin: 0 auto 16px;
	}

	.fm-quiz__guide-desc {
		font-size: 14px !important;
		opacity: 0.7;
		margin-bottom: 20px;
	}

	.fm-quiz__guide-cta .fm-btn--dark {
		font-size: 16px !important;
		padding: 12px 24px !important;
		width: 100%;
		justify-content: center;
	}

	.fm-quiz__embed {
		max-width: 100% !important;
	}

	.fm-quiz__embed iframe {
		min-height: 500px;
	}

	.fm-quiz__card {
		border-radius: 20px;
	}

	.fm-quiz__card-body {
		padding: 24px 20px 20px;
	}

	.fm-quiz__question {
		font-size: 16px !important;
	}

	.fm-quiz__option-text {
		font-size: 16px !important;
	}

	.fm-quiz__card-footer {
		padding: 12px 20px;
	}

	.fm-quiz__step-counter,
	.fm-quiz__next {
		font-size: 16px !important;
	}

	/* Why Choose 4M */
	.fm-section--why_choose_4m {
		padding: 48px 0;
	}

	.fm-why__header {
		margin-bottom: 40px;
		padding: 0 20px;
	}

	.fm-microsite .fm-why__heading {
		font-size: 28px !important;
		line-height: 1.15 !important;
		text-align: center;
	}

	.fm-why__services {
		gap: 48px;
		padding: 0 20px;
	}

	.fm-why__row {
		grid-template-columns: 1fr !important;
		gap: 20px !important;
	}

	.fm-why__row--img-right .fm-why__image,
	.fm-why__row--img-left .fm-why__image {
		order: 1 !important;
	}

	.fm-why__row--img-right .fm-why__text,
	.fm-why__row--img-left .fm-why__text {
		order: 2 !important;
	}

	.fm-why__image img {
		border-radius: 12px;
		width: 100%;
		height: auto;
		aspect-ratio: 4/3;
		object-fit: cover;
	}

	.fm-microsite .fm-why__title {
		font-size: 24px !important;
		margin-bottom: 12px;
	}

	.fm-why__desc {
		font-size: 16px !important;
		line-height: 1.5 !important;
	}

	.fm-why__cta {
		margin-top: 48px;
		padding: 0 20px;
	}

	.fm-why__cta .fm-btn--light {
		width: 100%;
		justify-content: center;
		font-size: 15px !important;
		padding: 14px 20px !important;
	}

	/* Science Behind */
	.fm-science__grid {
		grid-template-columns: 1fr 1fr;
	}

	.fm-science__card {
		padding: 24px 16px;
		min-height: auto;
	}

	.fm-science__icon {
		width: 90px;
		height: 90px;
	}

	.fm-science__icon svg {
		width: 48px;
		height: 48px;
	}

	/* Stats Banner */
	.fm-section--stats_banner {
		padding: 48px 20px !important;
	}

	.fm-stats-banner {
		flex-direction: column !important;
		align-items: center !important;
		gap: 32px !important;
		text-align: center;
	}

	.fm-microsite .fm-stats-banner__headline {
		font-size: 24px !important;
		line-height: 1.3 !important;
		text-align: center !important;
		max-width: 100% !important;
	}

	.fm-stats-banner__callout {
		transform: none !important;
		align-items: center !important;
		width: 100%;
		max-width: 280px;
		margin: 0 auto;
	}

	.fm-stats-banner__photo {
		width: 100% !important;
	}

	.fm-stats-banner__img {
		width: 100% !important;
		height: 280px !important;
		object-fit: cover !important;
		object-position: center top !important;
		border-radius: 12px !important;
	}

	.fm-stats-banner__callout-text {
		font-size: 16px !important;
		text-align: center !important;
		max-width: 240px;
	}

	/* Location Content Blocks */
	.fm-lcb__blocks {
		gap: 80px;
	}

	.fm-lcb__row {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.fm-lcb__row--img-right .fm-lcb__image,
	.fm-lcb__row--img-right .fm-lcb__content {
		order: unset;
	}

	.fm-microsite .fm-lcb__heading {
		font-size: var(--fm-text-h3);
	}

	.fm-lcb__testimonial-card {
		position: relative;
		bottom: auto;
		right: auto;
		width: 100%;
		margin-top: -40px;
		margin-left: auto;
		max-width: 320px;
	}

	/* Dr. Sean Feature */
	.fm-section--dr_sean_feature {
		padding: 48px 0;
	}

	.fm-drsean__watermark {
		display: none !important;
	}

	.fm-drsean__header {
		flex-direction: row !important;
		align-items: flex-start !important;
		justify-content: space-between !important;
		text-align: left !important;
		gap: 16px !important;
		margin-bottom: 32px !important;
		padding: 0 20px;
	}

	.fm-microsite .fm-drsean__section-title {
		font-size: 24px !important;
		line-height: 1.15 !important;
		text-align: left !important;
		color: #ffffff !important;
		flex: 1 !important;
	}

	.fm-drsean__badge {
		width: 80px !important;
		flex-shrink: 0 !important;
	}

	.fm-drsean__card {
		grid-template-columns: 1fr !important;
		border-radius: 20px !important;
		padding: 4px !important;
		margin: 0 16px !important;
		overflow: hidden !important;
	}

	.fm-drsean__photo {
		border-radius: 16px 16px 0 0 !important;
		max-height: 420px;
		overflow: hidden;
	}

	.fm-drsean__photo img {
		width: 100% !important;
		height: 420px !important;
		object-fit: cover !important;
		object-position: center top !important;
	}

	.fm-drsean__content {
		padding: 24px 20px 28px !important;
		gap: 20px !important;
	}

	.fm-drsean__desc {
		font-size: 15px !important;
		line-height: 1.5 !important;
		text-align: center;
	}

	.fm-drsean__stats {
		justify-content: center !important;
		gap: 24px !important;
		flex-wrap: wrap !important;
	}

	.fm-drsean__stat {
		min-width: 80px;
	}

	.fm-drsean__stat-value {
		font-size: 22px !important;
	}

	.fm-drsean__stat-label {
		font-size: 13px !important;
	}

	.fm-drsean__tagline {
		font-size: 22px !important;
		line-height: 1.3 !important;
		text-align: center;
	}

	.fm-drsean__cta .fm-btn--light {
		width: 100% !important;
		justify-content: center !important;
		font-size: 14px !important;
		padding: 14px 20px !important;
		text-align: center;
	}

	/* Location Map */
	.fm-map__embed iframe {
		height: 350px;
	}

	/* What Is Implant */
	.fm-wii__layout {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.fm-wii__section-header {
		margin-bottom: 32px;
	}

	.fm-microsite .fm-wii__section-heading {
		font-size: 36px;
		line-height: 1.1;
	}

	.fm-wii__card {
		position: relative;
		right: auto;
		top: auto;
		margin: -60px auto 0;
		max-width: 320px;
	}

	.fm-microsite .fm-wii__heading {
		font-size: 42px;
	}

	/* 4M Protocol */
	.fm-proto__layout {
		grid-template-columns: 1fr;
		gap: var(--fm-gap-lg);
	}

	.fm-proto__image {
		max-width: 500px;
	}

	.fm-microsite .fm-proto__heading {
		font-size: var(--fm-text-h3);
	}

	.fm-microsite .fm-proto__subheading {
		font-size: 28px;
	}

	/* Affordable Excellence */
	.fm-affordable-excellence .fm-ae-cards {
		grid-template-columns: 1fr !important;
		gap: 16px !important;
		padding: 16px !important;
		background: #d4d0c8 !important;
	}

	.fm-affordable-excellence .fm-ae-card {
		border-right: none !important;
		border-bottom: none !important;
		border-radius: 12px !important;
		padding: 28px 24px 24px !important;
	}

	.fm-affordable-excellence .fm-ae-cards-wrap {
		border-radius: 12px !important;
		margin-top: 24px !important;
	}
}


/* ─── Small Mobile (max-width: 480px) ───────────────────────────────────────── */

@media (max-width: 480px) {
	:root {
		--fm-text-hero: 28px;
		--fm-text-h1-serif: 34px;
		--fm-text-h2: 26px;
		--fm-text-h3: 24px;
		--fm-text-h4: 20px;
		--fm-section-padding: 40px 0;
	}

	/* Hero */
	.fm-section--hero {
		padding: 32px 0 0 !important;
	}

	.fm-hero__headline {
		font-size: 30px !important;
		line-height: 1.05 !important;
	}

	.fm-hero__badge {
		font-size: 14px !important;
	}

	.fm-hero__subheadline {
		font-size: 13px !important;
	}

	.fm-hero__badge-card .fm-google-badge__icon {
		width: 28px;
		height: 28px;
	}

	.fm-hero__badge-card .fm-google-badge__rating {
		font-size: 18px;
	}

	.fm-microsite .fm-section--hero .fm-hero__mobile-image {
		min-height: 360px !important;
	}

	/* Video CTA */
	.fm-microsite .fm-video-cta__heading {
		font-size: 28px;
	}

	/* Final CTA */
	.fm-section--final-cta {
		padding: 48px 0;
	}

	/* Pricing Cards */
	.fm-pricing__card {
		padding: 24px 20px;
	}

	/* Swiper Nav */
	.fm-swiper-btn {
		width: 36px;
		height: 36px;
		font-size: 16px;
	}

	/* Ticker */
	.fm-ticker__card {
		width: 240px;
	}

	/* Patient Testimonials */
	.fm-pts__card--video {
		height: 360px;
	}

	/* Doctors */
	.fm-doc__name {
		font-size: 22px;
	}

	.fm-docs__prev,
	.fm-docs__next {
		display: none;
	}

	.fm-docs-nav {
		display: none;
	}

	/* Comparison Table */
	.fm-compare__layout {
		flex-direction: column;
		gap: 24px;
	}

	.fm-compare__feat-col {
		display: none;
	}

	.fm-compare__4m-card {
		flex: none;
		width: 100%;
	}

	.fm-compare__cell {
		height: auto;
		min-height: 56px;
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.fm-compare__cell--tall {
		height: auto;
	}

	.fm-compare__comp-col {
		width: 100%;
	}

	.fm-compare__comp-headers,
	.fm-compare__comp-row {
		justify-content: space-between;
		gap: 8px;
		padding: 0 8px;
	}

	.fm-compare__comp-name,
	.fm-compare__comp-cell {
		width: auto;
		flex: 1;
	}

	.fm-compare__comp-label {
		white-space: normal;
		font-size: 10px;
	}

	.fm-compare__cta {
		margin-top: 40px;
	}

	/* Science Behind */
	.fm-science__grid {
		grid-template-columns: 1fr;
	}

	/* Stats Banner */
	.fm-stats-banner__img {
		height: 240px !important;
	}

	.fm-stats-banner__callout-text {
		font-size: 15px !important;
	}

	/* Dr. Sean Feature */
	.fm-microsite .fm-drsean__section-title {
		font-size: 24px !important;
	}

	.fm-drsean__badge {
		width: 100px !important;
	}

	.fm-drsean__photo img {
		height: 340px !important;
	}

	.fm-drsean__stat-value {
		font-size: 20px !important;
	}

	.fm-drsean__stat-icon svg {
		width: 36px;
		height: 36px;
	}

	.fm-drsean__tagline {
		font-size: 20px !important;
	}

	.fm-drsean__watermark-row {
		font-size: 60px;
	}

	/* Map */
	.fm-map__embed iframe {
		height: 280px;
	}

	/* FAQ */
	.fm-faq__question {
		font-size: var(--fm-text-md);
		padding: 16px 0;
	}

	/* Four Step Process */
	.fm-steps__titles-row,
	.fm-steps__grid {
		gap: 16px;
	}

	.fm-steps__title-text {
		font-size: 20px;
	}

	.fm-steps__num {
		width: 36px;
		height: 36px;
		font-size: 14px;
	}

	.fm-steps__subtitle {
		font-size: var(--fm-text-h4);
	}

	.fm-section--rounded-bottom {
		border-radius: 0 0 24px 24px;
	}

	/* Candidate Quiz */
	.fm-quiz__heading {
		font-size: 30px !important;
	}

	.fm-quiz__sub {
		font-size: 15px !important;
	}

	.fm-microsite .fm-quiz__guide-title {
		font-size: 22px !important;
	}

	/* Why Choose 4M */
	.fm-microsite .fm-why__heading {
		font-size: 24px !important;
	}

	.fm-microsite .fm-why__title {
		font-size: 22px !important;
	}

	.fm-why__desc {
		font-size: 15px !important;
	}

	/* Media Recognition */
	.fm-microsite .fm-media__heading {
		font-size: 20px !important;
	}

	.fm-logos__row {
		gap: 20px 24px !important;
	}

	.fm-logos__item:nth-child(1) .fm-logos__img { max-width: 100px !important; }
	.fm-logos__item:nth-child(2) .fm-logos__img { max-width: 90px  !important; }
	.fm-logos__item:nth-child(3) .fm-logos__img { max-width: 56px  !important; max-height: 56px !important; }
	.fm-logos__item:nth-child(4) .fm-logos__img { max-width: 56px  !important; max-height: 56px !important; }
	.fm-logos__item:nth-child(5) .fm-logos__img { max-width: 110px !important; }

	/* Steps */
	.fm-steps__card-image img {
		height: 200px !important;
	}

	.fm-steps__subtitle {
		font-size: 18px !important;
	}

	/* Video modal close */
	.fm-video-modal__close {
		top: -32px;
		font-size: 28px;
	}
}


/* ─── Reduced Motion ─────────────────────────────────────────────────────── */

@media (prefers-reduced-motion: reduce) {
	.fm-ticker__track {
		animation-play-state: paused !important;
	}

	.fm-logos-swiper .swiper-wrapper {
		transition-duration: 0s !important;
	}
}