/* Scoped to reviews; typography inherits the active Mediz theme settings. */
.mr-scope {
	--mr-blue: #17449e;
	--mr-sky: #27a4e3;
	--mr-ink: #223968;
	--mr-muted: #657186;
	--mr-line: #e3eaf2;
	--mr-soft: #f3f7fc;
	color: #555;
	font-size: 16px;
	line-height: 1.7;
}
.mr-scope *, .mr-scope *::before, .mr-scope *::after { box-sizing: border-box; }
.mr-scope [hidden] { display: none !important; }
.mr-scope h1, .mr-scope h2, .mr-scope h3, .mr-scope h4 { color: var(--mr-ink); letter-spacing: 0; }
.mr-scope h2 { font-size: clamp(26px, 3vw, 38px); line-height: 1.25; }
.mr-scope button { font-family: inherit; cursor: pointer; }
.mr-scope button:disabled { cursor: default; opacity: .4; }
.mr-scope :is(button, a, input, textarea, [tabindex]):focus-visible { outline: 3px solid var(--mr-sky); outline-offset: 4px; }
.mr-scope .mr-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 15px 32px;
	border: 0;
	border-radius: 99px;
	background: var(--mr-blue);
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.5;
}
.mr-scope .mr-button:hover { background: #123678; }
.mr-hero { background: var(--mr-soft); overflow: hidden; }
.mr-hero__inner { display: grid; grid-template-columns: 1.15fr 1fr; align-items: center; gap: 50px; }
.mr-hero__copy { padding: 76px 0; }
.mr-hero__copy h1 { font-size: clamp(32px, 4vw, 48px); line-height: 1.2; margin-bottom: 24px; }
.mr-hero__copy p { max-width: 620px; font-size: 18px; line-height: 1.8; margin-bottom: 30px; }
.mr-hero__photo { align-self: end; display: flex; justify-content: center; padding-top: 32px; }
.mr-hero__photo img { display: block; max-height: 560px; width: 100%; object-fit: contain; object-position: center bottom; }
.mr-section { padding: 72px 0; }
.mr-intro { max-width: 850px; margin-bottom: 32px; }
.mr-platforms__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.mr-scope .mr-platform {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 23px 18px;
	border: 1px solid var(--mr-line);
	border-radius: 12px;
	color: var(--mr-ink);
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
}
.mr-scope .mr-platform:hover { background: var(--mr-soft); border-color: var(--mr-sky); }
.mr-platform__logo { display: flex; align-items: center; justify-content: center; flex: 1; min-width: 0; height: 52px; }
.mr-platform__logo img { display: block; width: auto; height: auto; max-width: 100%; max-height: 52px; object-fit: contain; }
.mr-platform__arrow { margin-left: auto; color: var(--mr-muted); font-size: 21px; }
.mr-list-section { background: var(--mr-soft); }
.mr-reviews__heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.mr-reviews__heading h2 { margin: 0; }
.mr-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; align-items: stretch; }
.mr-card { display: flex; flex-direction: column; min-width: 0; padding: 25px; border: 1px solid var(--mr-line); border-radius: 12px; background: #fff; overflow-wrap: anywhere; }
.mr-scope .mr-card__name { font-size: 18px; line-height: 1.4; margin: 0 0 6px; font-weight: 600; }
.mr-card__date { color: var(--mr-muted); font-size: 13px; line-height: 1.5; margin: 0; }
.mr-card__header { margin-bottom: 14px; }
.mr-stars { display: flex; gap: 4px; font-size: 21px; line-height: 1; margin: 0 0 22px; }
.mr-stars__filled { color: #e9a735; }
.mr-stars__empty { color: #dbe1e9; }
.mr-card__section { margin-bottom: 18px; font-size: 14px; line-height: 1.75; }
.mr-scope .mr-card__section h4 { font-size: 14px; line-height: 1.5; margin: 0 0 7px; font-weight: 600; }
.mr-card__section p { margin: 0 0 10px; }
.mr-card__section p:last-child { margin-bottom: 0; }
.mr-card__source { margin: auto 0 0; padding-top: 15px; border-top: 1px solid var(--mr-line); color: var(--mr-muted); font-size: 13px; }
.mr-scope .mr-read-more { align-self: start; display: flex; gap: 12px; align-items: center; border: 0; padding: 0; margin-top: 18px; background: transparent; color: var(--mr-blue); font-size: 14px; font-weight: 600; text-align: left; }
.mr-scope .mr-read-more:hover { text-decoration: underline; }
.mr-carousel__controls { display: flex; gap: 10px; flex-shrink: 0; }
.mr-scope .mr-arrow { display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 1px solid var(--mr-line); border-radius: 50%; background: #fff; color: var(--mr-blue); font-size: 23px; line-height: 1; }
.mr-scope .mr-arrow:hover:not(:disabled) { background: var(--mr-blue); border-color: var(--mr-blue); color: #fff; }
.mr-carousel__track { --mr-columns: 3; display: grid; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: calc((100% - 44px) / 3); overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 12px; scrollbar-width: none; }
.mr-carousel__track::-webkit-scrollbar { display: none; width: 0; height: 0; }
.mr-carousel__track .mr-card { scroll-snap-align: start; }
body.mr-dialog-open { overflow: hidden; }
.mr-dialog { position: fixed; inset: 0; width: min(640px, calc(100% - 32px)); max-width: none; max-height: calc(100vh - 48px); max-height: calc(100dvh - 48px); margin: auto; padding: 38px; border: 0; border-radius: 16px; background: #fff; box-shadow: 0 24px 80px #10204440; overscroll-behavior: contain; overflow: auto; }
.mr-dialog:not([open]) { display: none; }
.mr-dialog::backdrop { background: rgb(15 31 59 / 60%); }
.mr-dialog > h2 { font-size: 28px; padding-right: 32px; margin-bottom: 14px; }
.mr-scope .mr-dialog__close { position: absolute; top: 14px; right: 14px; width: 36px; height: 36px; padding: 0; border: 0; border-radius: 50%; background: var(--mr-soft); color: var(--mr-ink); font-size: 28px; font-weight: 400; line-height: 1; }
.mr-dialog__review { margin-top: 26px; overflow-wrap: anywhere; }
.mr-dialog__review .mr-card__section { font-size: 16px; }
.mr-form > label:not(.mr-consent) { display: block; color: var(--mr-ink); font-size: 14px; font-weight: 600; margin-bottom: 7px; }
.mr-scope .mr-form input[type="text"], .mr-scope .mr-form textarea { display: block; width: 100%; padding: 12px 15px; margin: 0 0 20px; border: 1px solid #cdd8e7; border-radius: 8px; background: #fff; color: #223968; font: inherit; line-height: 1.5; }
.mr-form textarea { resize: vertical; min-height: 125px; }
.mr-rating-input { margin: 0 0 20px; padding: 0; border: 0; min-width: 0; }
.mr-rating-input legend { color: var(--mr-ink); font-size: 14px; font-weight: 600; margin-bottom: 8px; padding: 0; }
.mr-rating-input__options { display: flex; gap: 10px; }
.mr-rating-input__options label { flex: 1; position: relative; cursor: pointer; }
.mr-rating-input__options input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.mr-rating-input__options label > span { display: block; border: 1px solid #cdd8e7; border-radius: 8px; padding: 8px; color: var(--mr-muted); text-align: center; }
.mr-rating-input__options input:checked + span { border-color: var(--mr-blue); background: var(--mr-blue); color: #fff; }
.mr-rating-input__options input:focus-visible + span { outline: 3px solid var(--mr-sky); outline-offset: 3px; }
.mr-consent { display: flex; align-items: flex-start; gap: 10px; font-size: 12px; line-height: 1.6; cursor: pointer; }
.mr-scope .mr-consent input { flex: 0 0 18px; width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--mr-blue); }
.mr-consent a { color: var(--mr-blue); text-decoration: underline; }
.mr-honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.mr-form__status { font-size: 14px; color: var(--mr-ink); margin: 18px 0; }
.mr-form__status:empty { margin: 0 0 20px; }
.mr-form__status[data-error="true"] { color: #b52b35; }
.mr-form .mr-button { width: 100%; }
@media (max-width: 1100px) {
	.mr-platforms__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.mr-grid:not(.mr-carousel__track) { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.mr-carousel__track { --mr-columns: 2; grid-auto-columns: calc((100% - 22px) / 2); }
	.mr-hero__inner { gap: 24px; }
}
@media (max-width: 767px) {
	.mr-hero__inner { grid-template-columns: 1fr; gap: 0; }
	.mr-hero__copy { padding: 44px 0 10px; }
	.mr-hero__copy p { font-size: 16px; }
	.mr-hero__photo { padding-top: 20px; }
	.mr-hero__photo img { max-height: 360px; }
	.mr-section { padding: 44px 0; }
	.mr-reviews__heading { gap: 12px; margin-bottom: 22px; }
	.mr-dialog { padding: 30px 22px; }
}
@media (max-width: 600px) {
	.mr-grid:not(.mr-carousel__track), .mr-platforms__grid { grid-template-columns: 1fr; }
	.mr-carousel__track { --mr-columns: 1; grid-auto-columns: 100%; }
	.mr-card { padding: 22px; }
	.mr-platforms__grid { gap: 12px; }
	.mr-platform { padding: 16px 18px; }
	.mr-rating-input__options { gap: 6px; }
	.mr-rating-input__options label > span { padding: 8px 4px; }
}
