/* ==========================================================================
   Motoreta Rent
   Resetul e scris cu :where(), deci are specificitate zero: orice clasă îl
   bate, fără prefixe dublate și fără !important.
   ========================================================================== */

@font-face {
	font-family: "Archivo";
	font-style: normal;
	font-weight: 100 900;
	font-stretch: 62% 125%;
	font-display: swap;
	src: url(../fonts/archivo-var-latin-ext.woff2) format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: "Archivo";
	font-style: normal;
	font-weight: 100 900;
	font-stretch: 62% 125%;
	font-display: swap;
	src: url(../fonts/archivo-var-latin.woff2) format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
	--ink: #0a0f1a;
	--ink-2: #111827;
	--ink-3: #1a2334;
	--line-d: rgba(255, 255, 255, .11);
	--paper: #f3f4f6;
	--white: #fff;
	--line: #e2e5ea;
	--line-2: #d3d8df;
	--txt: #384150;
	--txt-2: #566070;
	--txt-d: #c8ceda;
	--txt-d2: #9aa3b2;
	--orange: #ff7a1a;
	--orange-2: #ff9447;
	--orange-ink: #a64700;
	--orange-tint: #fff1e5;
	--blue: #4a9fe8;
	--ok: #18a058;
	--busy: #d63d43;
	--busy-tint: #fdeced;
	--wa: #25d366;

	--r-sm: 8px;
	--r: 12px;
	--r-lg: 18px;
	--head-h: 72px;
	--sec: clamp(64px, 6vw + 28px, 124px);
	--gut: clamp(18px, 4vw, 40px);
	--ease: cubic-bezier(.2, .7, .2, 1);
	--shadow: 0 1px 2px rgba(10, 15, 26, .05), 0 12px 32px -12px rgba(10, 15, 26, .16);
}

html {
	overflow-x: hidden; /* Oprește „shrink to fit" pe iPhone când un element fix iese din ecran. */
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
}
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
}

*, *::before, *::after { box-sizing: border-box; }

body.mr {
	margin: 0;
	background: var(--white);
	color: var(--txt);
	font-family: "Archivo", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
	font-size: 16.5px;
	line-height: 1.6;
	font-stretch: 100%;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

:where(.mr) :where(h1, h2, h3, h4, p, ul, ol, dl, dd, figure, blockquote) { margin: 0; }
:where(.mr) :where(ul, ol) { padding: 0; list-style: none; }
:where(.mr) a { color: inherit; text-decoration: none; }
:where(.mr) img { max-width: 100%; height: auto; display: block; }
:where(.mr) svg { flex: none; }
:where(.mr) button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
:where(.mr) :where(input, select, textarea) { font: inherit; color: inherit; }
.mr [hidden] { display: none !important; }

/* Elementor: containerele fără padding și fără spațiu între ele. */
.mr .e-con { --padding-top: 0; --padding-right: 0; --padding-bottom: 0; --padding-left: 0; --gap: 0; --row-gap: 0; --column-gap: 0; padding: 0; }
.mr .e-con > .e-con-inner { max-width: none; padding: 0; }
.mr .elementor-widget { width: 100%; }
.mr .elementor-widget:not(:last-child) { margin-block-end: 0; }

.mr-sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.mr-skip { position: fixed; left: 12px; top: -60px; z-index: 200; padding: 10px 16px; border-radius: var(--r-sm); background: var(--orange); color: var(--ink); font-weight: 700; transition: top .2s; }
.mr-skip:focus { top: 12px; }
:where(.mr) :focus-visible { outline: 2px solid var(--orange); outline-offset: 3px; border-radius: 4px; }
main#continut:focus { outline: none; }

.mr-wrap { width: 100%; max-width: 1240px; margin-inline: auto; padding-inline: var(--gut); }

/* ---------- Tipografie ---------- */

.mr-h1, .mr-h2, .mr-h3, .mr-h4, .mr-brand, .mr-cta__tel, .mr-steps__n, .mr-stats b {
	font-stretch: 112%;
	color: var(--ink);
	letter-spacing: -.02em;
}
.mr-h1 { font-size: clamp(2.35rem, 4.2vw + 1rem, 4.6rem); line-height: 1.08; font-weight: 800; }
.mr-nw { white-space: nowrap; }
.mr-h1--page { font-size: clamp(2.1rem, 3.2vw + 1rem, 3.9rem); }
.mr-h2 { font-size: clamp(1.8rem, 2.1vw + 1rem, 2.9rem); line-height: 1.08; font-weight: 780; }
.mr-h3 { font-size: clamp(1.2rem, .5vw + 1rem, 1.42rem); line-height: 1.2; font-weight: 720; }
.mr-h4 { font-size: 1.12rem; line-height: 1.25; font-weight: 700; }

.mr-fade {
	background: linear-gradient(90deg, var(--orange) 0%, #ffb36b 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.mr-lead { font-size: clamp(1.05rem, .35vw + .98rem, 1.22rem); line-height: 1.55; color: var(--txt); max-width: 60ch; }
.mr-lead--d { color: var(--txt-d); }

.mr-eyebrow {
	display: inline-flex; align-items: center; gap: 10px;
	margin-bottom: 14px;
	font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
	color: var(--orange-ink);
}
.mr-eyebrow::before { content: ""; width: 18px; height: 2px; background: currentColor; border-radius: 2px; }
.mr-eyebrow--d { color: var(--orange-2); }

.mr-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--ink); white-space: nowrap; }
.mr-link svg { width: 18px; height: 18px; color: var(--orange-ink); transition: transform .25s var(--ease); }
.mr-link:hover svg { transform: translateX(4px); }
.mr-inline { color: var(--orange-ink); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }

.mr-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--ok); box-shadow: 0 0 0 0 rgba(24, 160, 88, .6); animation: mr-pulse 2.2s infinite; flex: none; }
@keyframes mr-pulse { 70% { box-shadow: 0 0 0 8px rgba(24, 160, 88, 0); } 100% { box-shadow: 0 0 0 0 rgba(24, 160, 88, 0); } }
@media (prefers-reduced-motion: reduce) { .mr-dot { animation: none; } }

/* ---------- Butoane ---------- */

.mr-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	min-height: 52px; padding: 0 24px;
	border-radius: var(--r);
	background: var(--orange); color: var(--ink);
	font-weight: 750; font-size: 1rem; letter-spacing: -.005em; line-height: 1.1;
	text-align: center;
	border: 1px solid transparent;
	transition: background-color .2s, transform .2s var(--ease), box-shadow .2s, border-color .2s, color .2s;
}
.mr-btn svg { width: 19px; height: 19px; }
@media (hover: hover) { .mr-btn:hover { background: var(--orange-2); transform: translateY(-1px); box-shadow: 0 10px 24px -10px rgba(255, 122, 26, .7); } }
.mr-btn:active { transform: none; }
.mr-btn--ghost { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .28); }
.mr-btn--ghost:hover { background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .5); box-shadow: none; }
.mr-btn--dark { background: var(--ink); color: #fff; }
.mr-btn--dark:hover { background: var(--ink-3); box-shadow: 0 10px 24px -12px rgba(10, 15, 26, .6); }
.mr-btn--wa { background: var(--wa); color: #06210f; }
.mr-btn--wa:hover { background: #3be07a; box-shadow: 0 10px 24px -10px rgba(37, 211, 102, .6); }
.mr-btn--sm { min-height: 44px; padding: 0 18px; font-size: .95rem; }
.mr-btn--block { width: 100%; }
.mr-btn[disabled], .mr-btn.is-busy { opacity: .65; pointer-events: none; }
.mr-btn.is-busy svg { animation: mr-nudge .8s infinite alternate; }
@keyframes mr-nudge { to { transform: translateX(5px); } }

.mr-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

/* ---------- Antet ---------- */

.mr-head {
	position: fixed; inset: 0 0 auto; z-index: 100;
	height: var(--head-h);
	background: rgba(10, 15, 26, .6);
	-webkit-backdrop-filter: saturate(1.4) blur(14px);
	backdrop-filter: saturate(1.4) blur(14px);
	border-bottom: 1px solid transparent;
	transition: background-color .3s, border-color .3s;
}
.mr-head.is-scrolled { background: rgba(10, 15, 26, .92); border-bottom-color: var(--line-d); }
.mr-head__in { height: 100%; display: flex; align-items: center; gap: 28px; }

.mr-brand { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-weight: 800; font-size: 1.24rem; letter-spacing: -.03em; flex: none; }
.mr-brand img { width: 58px; height: 24px; }
.mr-brand b { color: var(--orange); font-weight: 800; }

.mr-nav { display: flex; gap: 4px; margin-left: auto; }
.mr-nav a { position: relative; padding: 10px 12px; color: var(--txt-d); font-weight: 600; font-size: .96rem; border-radius: var(--r-sm); transition: color .2s; }
.mr-nav a:hover, .mr-nav a[aria-current] { color: #fff; }
.mr-nav a[aria-current]::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: 4px; height: 2px; border-radius: 2px; background: var(--orange); }

.mr-head__act { display: flex; align-items: center; gap: 14px; }
@media (max-width: 1240px) { .mr-head__x { display: none; } }
.mr-btn--line { background: transparent; color: #fff; border-color: var(--line-d); }
.mr-btn--line:hover { background: rgba(255, 255, 255, .06); border-color: rgba(255, 255, 255, .3); }
.mr-head__tel { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-weight: 700; padding: 8px 4px; }
.mr-head__tel svg { width: 18px; height: 18px; color: var(--orange); }

.mr-burger { display: none; width: 44px; height: 44px; border-radius: var(--r-sm); position: relative; }
.mr-burger__l, .mr-burger__l::before, .mr-burger__l::after { position: absolute; left: 11px; width: 22px; height: 2px; border-radius: 2px; background: #fff; transition: transform .3s var(--ease), opacity .2s; }
.mr-burger__l { top: 21px; }
.mr-burger__l::before, .mr-burger__l::after { content: ""; left: 0; }
.mr-burger__l::before { transform: translateY(-7px); }
.mr-burger__l::after { transform: translateY(7px); }
.mr-menu-open .mr-burger__l { background: transparent; }
/* Cu meniul deschis, butonul din antet dublează „Rezervă online” din meniu. */
.mr-menu-open .mr-head__act > .mr-btn { display: none; }
.mr-menu-open .mr-burger__l::before { transform: rotate(45deg); background: #fff; }
.mr-menu-open .mr-burger__l::after { transform: rotate(-45deg); background: #fff; }

.mr-menu { position: fixed; inset: var(--head-h) 0 0; z-index: 99; background: var(--ink); overflow-y: auto; max-width: 100%; }
.mr-menu__in { display: flex; flex-direction: column; justify-content: flex-start; gap: 28px; padding-block: 24px 40px; min-height: 100%; }
.mr-menu__nav { display: flex; flex-direction: column; }
.mr-menu__nav a { padding: 14px 0; border-bottom: 1px solid var(--line-d); color: #fff; font-size: 1.5rem; font-weight: 700; font-stretch: 110%; letter-spacing: -.02em; }
.mr-menu__nav a[aria-current] { color: var(--orange); }
.mr-menu__act { display: grid; gap: 10px; }
.mr-menu__note { display: flex; align-items: center; gap: 8px; color: var(--txt-d2); font-size: .95rem; margin-top: 6px; }
.mr-menu__note svg { width: 18px; height: 18px; }
.mr-menu-open, .mr-menu-open body { overflow: hidden; }

@media (max-width: 1100px) {
	.mr-head__tel span { display: none; }
	.mr-head__tel { width: 44px; height: 44px; justify-content: center; }
}
@media (max-width: 980px) {
	.mr-nav, .mr-head__tel { display: none; }
	.mr-head__act { margin-left: auto; gap: 8px; }
	.mr-burger { display: block; }
}
@media (max-width: 980px) and (min-width: 421px) {
	.mr-head__tel { display: inline-flex; width: 44px; height: 44px; justify-content: center; padding: 0; border-radius: var(--r-sm); border: 1px solid var(--line-d); }
}
@media (max-width: 560px) {
	.mr-head__in { gap: 12px; }
	.mr-brand { font-size: 1.06rem; gap: 8px; }
	.mr-brand img { width: 46px; height: 19px; }
	.mr-head .mr-btn--sm { min-height: 40px; padding: 0 14px; }
	.mr-burger { margin-right: -8px; }
}
@media (max-width: 340px) {
	.mr-head .mr-btn--sm { display: none; }
}

/* ---------- Secțiuni ---------- */

main#continut { display: block; }
.mr-sec { padding-block: var(--sec); position: relative; scroll-margin-top: var(--head-h); }
.mr-sec--tight { padding-block: clamp(36px, 3vw + 20px, 64px) var(--sec); }
.mr-sec--paper { background: var(--paper); }
.mr-sec--ink { background: var(--ink); color: var(--txt-d); }
.mr-sec--ink .mr-h2, .mr-sec--ink .mr-h3, .mr-sec--ink .mr-h4 { color: #fff; }

.mr-sec__head { margin-bottom: clamp(32px, 3vw + 16px, 56px); max-width: 780px; }
.mr-sec__head--row { max-width: none; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.mr-sec__head--center { text-align: center; margin-inline: auto; }
.mr-sec__head--center .mr-eyebrow { justify-content: center; }
.mr-sec__head .mr-lead { margin-top: 12px; max-width: 54ch; }

/* ---------- Hero ---------- */

.mr-hero {
	position: relative;
	background:
		radial-gradient(900px 520px at 88% 8%, rgba(255, 122, 26, .16), transparent 62%),
		radial-gradient(700px 500px at 0% 100%, rgba(74, 159, 232, .10), transparent 60%),
		var(--ink);
	color: var(--txt-d);
	padding: calc(var(--head-h) + clamp(28px, 3.2vw, 56px)) 0 clamp(36px, 3.5vw, 56px);
	overflow: hidden;
}
.mr-hero__in { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(32px, 4.5vw, 72px); align-items: center; }
.mr-hero__txt { position: relative; z-index: 1; }
.mr-pill .mr-dot { margin-right: 10px; }
.mr-pill__x { white-space: pre; }
.mr-hero .mr-h1 { color: #fff; margin: 20px 0 22px; }
.mr-pill { display: inline-flex; align-items: center; gap: 0; padding: 8px 14px 8px 12px; border: 1px solid var(--line-d); border-radius: 999px; background: rgba(10, 15, 26, .45); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); font-size: .88rem; font-weight: 600; color: var(--txt-d); }

.mr-stats { display: flex; gap: clamp(20px, 3vw, 44px); margin-top: 32px; padding-top: 22px; border-top: 1px solid var(--line-d); }
.mr-stats li { display: flex; flex-direction: column; }
.mr-stats b { color: #fff; font-size: clamp(1.7rem, 1.4vw + 1rem, 2.3rem); font-weight: 800; line-height: 1; }
.mr-stats span { font-size: .9rem; color: var(--txt-d2); margin-top: 6px; }

/* Poza e portret: pe desktop stă în dreapta, pe telefon devine fundalul întregului hero. */
.mr-hero__media { position: relative; width: 100%; max-height: 640px; aspect-ratio: 4 / 5; border-radius: 22px; overflow: hidden; background: var(--ink-3); box-shadow: 0 40px 90px -36px rgba(0, 0, 0, .9), 0 0 0 1px var(--line-d); }
.mr-hero__media picture { display: contents; }
.mr-hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
.mr-hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10, 15, 26, .25) 0%, transparent 22%, transparent 62%, rgba(10, 15, 26, .7) 100%); pointer-events: none; }
.mr-hero__media figcaption { position: absolute; left: 14px; right: 14px; bottom: 14px; z-index: 1; }
.mr-hero__car {
	display: flex; align-items: center; justify-content: space-between; gap: 12px;
	padding: 12px 12px 12px 16px; border-radius: 14px;
	background: rgba(10, 15, 26, .58); -webkit-backdrop-filter: blur(14px) saturate(1.3); backdrop-filter: blur(14px) saturate(1.3);
	border: 1px solid rgba(255, 255, 255, .14); color: #fff;
	transition: background-color .25s, border-color .25s;
}
.mr-hero__car > span:first-child { display: flex; flex-direction: column; min-width: 0; }
.mr-hero__car b { font-weight: 700; font-stretch: 110%; line-height: 1.25; }
.mr-hero__car small { font-size: .85rem; color: var(--txt-d); }
.mr-hero__go { display: inline-flex; align-items: center; gap: 8px; flex: none; padding: 9px 12px; border-radius: 10px; background: var(--orange); color: var(--ink); font-weight: 750; font-size: .88rem; }
.mr-hero__go svg { width: 16px; height: 16px; transition: transform .25s var(--ease); }
.mr-hero__car:hover { background: rgba(10, 15, 26, .75); border-color: rgba(255, 255, 255, .28); }
.mr-hero__car:hover .mr-hero__go svg { transform: translateX(3px); }

.mr-hero__cut { display: none; }

.mr-hero__quick { position: relative; z-index: 1; margin-top: clamp(28px, 3vw, 44px); }

/* Pe laptopuri (ecran jos) titlul și statisticile lasă loc căutării în primul ecran. */
@media (min-width: 981px) and (max-height: 940px) {
	.mr-hero { padding-top: calc(var(--head-h) + 20px); padding-bottom: 28px; }
	.mr-hero .mr-h1 { font-size: clamp(2.1rem, 3.4vw + .6rem, 3.3rem); margin: 14px 0 14px; }
	.mr-hero__txt .mr-lead { font-size: 1.02rem; }
	.mr-hero .mr-actions { margin-top: 20px; }
	.mr-hero .mr-stats { margin-top: 20px; padding-top: 16px; }
	.mr-hero__media { max-height: 520px; }
	.mr-hero__quick { margin-top: 20px; }
}
@media (max-width: 1120px) and (min-width: 980px) {
	.mr-hero__go { font-size: 0; gap: 0; padding: 10px; }
	.mr-hero__go svg { width: 18px; height: 18px; }
}

@media (max-width: 979px) {
	.mr-hero { padding-top: 0; }
	.mr-hero__in { grid-template-columns: 1fr; gap: 0; align-items: stretch; }
	.mr-hero__media, .mr-hero__txt { grid-area: 1 / 1; }
	.mr-hero__media { width: auto; max-height: none; aspect-ratio: auto; margin-inline: calc(var(--gut) * -1); border-radius: 0; box-shadow: none; }
	.mr-hero__media img { object-position: 50% 58%; }
	/* Text pe cer, mașina liberă la mijloc, butoanele pe asfalt. */
	.mr-hero__media::after {
		background: linear-gradient(180deg,
			rgba(10, 15, 26, .9) 0%, rgba(10, 15, 26, .62) 26%, rgba(10, 15, 26, .12) 44%,
			transparent 54%, transparent 64%,
			rgba(10, 15, 26, .72) 76%, var(--ink) 97%);
	}
	.mr-hero__media figcaption { display: none; }
	.mr-hero__txt { display: flex; flex-direction: column; align-items: flex-start; min-height: clamp(660px, 92svh, 860px); padding: calc(var(--head-h) + 22px) 0 4px; }
	.mr-hero__txt .mr-h1 { text-shadow: 0 2px 24px rgba(10, 15, 26, .45); }
	.mr-hero__txt .mr-actions { margin-top: 0; width: 100%; }
	/* Pe telefon mașina decupată stă între titlu și butoane, centrată pe spațiul rămas. */
	.mr-hero { background: radial-gradient(90% 38% at 50% 56%, rgba(255, 122, 26, .2), transparent 70%), var(--ink); }
	.mr-hero__media { display: none; }
	.mr-hero__cut { position: relative; display: flex; flex-direction: column; align-items: center; width: 100%; margin: auto 0; padding: 26px 0 18px; }
	.mr-hero__cut::before { content: ""; position: absolute; left: 50%; top: 44%; width: 130%; aspect-ratio: 2 / 1; transform: translate(-50%, -50%); background: radial-gradient(closest-side, rgba(255, 150, 70, .42), rgba(255, 122, 26, .14) 55%, transparent); pointer-events: none; }
	.mr-hero__cut picture { display: contents; }
	.mr-hero__cut img { position: relative; z-index: 1; width: min(100%, 520px); height: auto; filter: drop-shadow(0 22px 20px rgba(0, 0, 0, .6)); }
	.mr-hero__cut::after { content: ""; position: absolute; z-index: 0; left: 10%; right: 10%; top: calc(26px + min(88vw, 520px) * .45); height: 26px; background: radial-gradient(closest-side, rgba(0, 0, 0, .75), transparent); }
	.mr-hero__cut figcaption { position: relative; z-index: 1; margin-top: 14px; }
	.mr-hero__cut a { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; padding: 7px 12px 7px 14px; border: 1px solid var(--line-d); border-radius: 999px; background: rgba(255, 255, 255, .05); font-size: .86rem; color: var(--txt-d); }
	.mr-hero__cut a b { color: #fff; font-weight: 700; }
	.mr-hero__cut a span::before { content: "·"; margin-right: 8px; color: var(--txt-d2); }
	.mr-hero__cut a svg { width: 15px; height: 15px; color: var(--orange); }
	.mr-hero__txt .mr-stats { width: 100%; margin-top: 22px; padding-top: 18px; }
	.mr-hero__quick { margin-top: 18px; }
}
@media (max-width: 600px) {
	.mr-hero__txt .mr-lead { display: none; }
}
@media (max-width: 380px) {
	.mr-hero__cut a span { display: none; }
}
@media (max-width: 600px) {
	.mr-pill__x { display: none; }
	.mr-hero .mr-h1 { margin-bottom: 0; }
}
@media (max-width: 560px) {
	.mr-stats { justify-content: space-between; gap: 12px; }
	.mr-stats span { font-size: .8rem; }
	.mr-actions .mr-btn { flex: 1 1 100%; }
}
@media (max-height: 700px) and (max-width: 979px) {
	.mr-hero__txt { min-height: 640px; }
}

/* ---------- Căutare după perioadă ---------- */

.mr-quick {
	display: grid; grid-template-columns: 1fr 1fr .95fr auto; gap: 8px; align-items: stretch;
	padding: 8px;
	background: #fff; border-radius: var(--r-lg);
	box-shadow: 0 24px 60px -24px rgba(0, 0, 0, .55);
}
.mr-quick__f { display: flex; flex-direction: column; justify-content: center; gap: 2px; padding: 0; border-radius: var(--r); background: var(--paper); min-width: 0; transition: box-shadow .2s; }
.mr-quick__f > .mr-quick__l { padding: 9px 14px 0; }
.mr-quick__f > .mr-quick__dt, .mr-quick__f--loc > select { padding: 0 14px 8px; }
.mr-quick__l { display: inline-flex; align-items: center; gap: 6px; font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--txt-2); cursor: pointer; }
.mr-quick__l svg { width: 15px; height: 15px; color: var(--orange-ink); }
.mr-quick__dt { display: flex; align-items: center; gap: 6px; min-width: 0; }
.mr-quick__f input, .mr-quick__f select { min-width: 0; border: 0; background: transparent; padding: 2px 0; font-weight: 650; color: var(--ink); font-size: 1rem; outline: none; min-height: 44px; }
.mr-quick__f select { appearance: none; -webkit-appearance: none; cursor: pointer; }
.mr-quick__dt input { flex: 1 1 auto; }
.mr-quick__dt select { flex: none; min-width: 76px; padding: 2px 8px; border-radius: 8px; background: #fff; box-shadow: inset 0 0 0 1px var(--line); }
.mr-quick__f--loc select { width: calc(100% - 28px); text-overflow: ellipsis; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23566070' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") right center / 16px no-repeat; padding-right: 22px; }
.mr-quick__f:focus-within { box-shadow: inset 0 0 0 2px var(--orange); }
.mr-quick__go { min-height: 64px; padding-inline: 24px; border-radius: var(--r); }
.mr-quick__go svg { width: 20px; height: 20px; }
@media (max-width: 1100px) {
	.mr-quick { grid-template-columns: 1fr 1fr; }
	.mr-quick__go { min-height: 56px; }
}
@media (max-width: 640px) {
	.mr-quick { grid-template-columns: 1fr; }
}

/* Datele se aleg dintr-un singur calendar: tot câmpul îl deschide. */
.mr-quick { position: relative; }
.mr-quick__f--dt { cursor: pointer; }
.mr-quick__f--dt:hover { box-shadow: inset 0 0 0 1px var(--line-2); }
.mr-quick__f--dt:focus-within:hover { box-shadow: inset 0 0 0 2px var(--orange); }
.mr-dbtn { display: flex; align-items: center; gap: 8px; width: 100%; min-width: 0; min-height: 44px; padding: 2px 0; text-align: left; font: inherit; font-weight: 650; font-size: 1rem; color: var(--ink); background: transparent; border: 0; cursor: pointer; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mr-dbtn b { font-weight: 700; }
.mr-dbtn span { color: var(--txt-2); font-weight: 600; }
.mr-dbtn:focus { outline: none; }
.mr-dbtn:focus-visible { text-decoration: underline; text-decoration-color: var(--orange); text-underline-offset: 4px; text-decoration-thickness: 2px; }
.mr-quick__dt .mr-dbtn { flex: 1 1 auto; }
.mr-quick__f.is-picking { box-shadow: inset 0 0 0 2px var(--orange); background: #fff; }
.mr-field.is-picking .mr-dbtn { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(255, 122, 26, .28); }
.mr-quick__f.is-bad { box-shadow: inset 0 0 0 2px var(--busy); }
.mr-quick__err { grid-column: 1 / -1; margin: 2px 6px 4px; font-size: .9rem; font-weight: 650; color: #8f1d22; }
/* Pe pagina de rezervare butonul arată ca celelalte câmpuri. */
.mr-dt .mr-dbtn { min-height: 48px; padding: 11px 38px 11px 13px; border: 1px solid var(--line-2); border-radius: var(--r-sm); background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a64700' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='5' width='17' height='15.5' rx='2.2'/%3E%3Cpath d='M3.5 9.5h17M8.5 3.3v3.4M15.5 3.3v3.4'/%3E%3C/svg%3E") right 12px center / 18px no-repeat; transition: border-color .2s, box-shadow .2s; }
.mr-dt .mr-dbtn:hover { border-color: var(--txt-2); }
.mr-dt .mr-dbtn:focus-visible, .mr-dt .mr-dbtn[aria-expanded="true"] { text-decoration: none; border-color: var(--ink); box-shadow: 0 0 0 3px rgba(255, 122, 26, .28); }
.mr-dt .mr-dbtn[aria-invalid="true"] { border-color: var(--busy); box-shadow: 0 0 0 3px rgba(214, 61, 67, .18); }
.mr-co__dates { position: relative; }
[data-step="perioada"] .mr-field > span { cursor: pointer; }

.mr-pick { position: absolute; z-index: 96; top: 0; left: 0; width: 700px; max-width: calc(100vw - 32px); padding: 16px 18px 14px; border-radius: var(--r-lg); background: #fff; border: 1px solid var(--line); box-shadow: 0 30px 70px -24px rgba(10, 15, 26, .45), 0 2px 6px rgba(10, 15, 26, .06); color: var(--txt); text-align: left; animation: mr-pick-in .22s var(--ease); }
@keyframes mr-pick-in { from { opacity: 0; transform: translateY(-6px); } }
.mr-pick__top { display: flex; align-items: stretch; gap: 8px; }
.mr-pick__tab { flex: 1 1 0; display: flex; flex-direction: column; align-items: flex-start; min-width: 0; padding: 8px 12px; border-radius: var(--r); border: 1.5px solid var(--line); text-align: left; transition: border-color .2s, background-color .2s; }
.mr-pick__tab small { font-size: .7rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: var(--txt-2); }
.mr-pick__tab b { font-weight: 700; color: var(--ink); white-space: nowrap; }
.mr-pick__tab.is-on { border-color: var(--ink); background: var(--orange-tint); }
.mr-pick__arr { align-self: center; color: var(--txt-2); font-weight: 700; }
.mr-pick__x { flex: none; width: 44px; display: grid; place-items: center; border-radius: var(--r); color: var(--txt-2); }
.mr-pick__x:hover { background: var(--paper); color: var(--ink); }
.mr-pick__x svg { width: 20px; height: 20px; }
.mr-pick__hint { margin: 10px 2px 6px; min-height: 1.5em; font-size: .9rem; color: var(--txt-2); }
.mr-pick__hint.is-err { color: #8f1d22; font-weight: 650; }
.mr-pick__cal.is-two { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; }
.mr-pick__cal .mr-cal__legend { grid-column: 1 / -1; margin: 8px 0 0; }
.mr-pick .mr-cal__head { margin-bottom: 4px; }
.mr-pick .mr-cal__nav { width: 40px; height: 40px; }
.mr-pick .mr-cal__d { min-height: 40px; font-size: .92rem; }
.mr-cal__sp { width: 40px; height: 40px; }
.mr-pick__foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--line); font-size: .92rem; color: var(--txt-2); }
.mr-pick__foot b { color: var(--ink); }
.mr-pick__foot .mr-btn { min-height: 42px; padding-inline: 20px; }
.mr-pick__back { position: fixed; inset: 0; z-index: 199; background: rgba(10, 15, 26, .55); }
.mr-pick-open, .mr-pick-open body { overflow: hidden; }
@media (max-width: 759px) {
	.mr-pick { position: fixed; z-index: 200; inset: auto 0 0; width: auto; max-width: none; max-height: 92svh; overflow-y: auto; overscroll-behavior: contain; padding: 14px var(--gut) calc(14px + env(safe-area-inset-bottom)); border-radius: 20px 20px 0 0; border: 0; animation: mr-pick-up .28s var(--ease); }
	@keyframes mr-pick-up { from { transform: translateY(40px); opacity: .4; } }
	.mr-pick::before { content: ""; display: block; width: 40px; height: 4px; margin: 0 auto 12px; border-radius: 4px; background: var(--line-2); }
	.mr-pick .mr-cal__d { min-height: 44px; }
	.mr-pick__foot .mr-btn { min-height: 48px; padding-inline: 28px; }
}
@media (prefers-reduced-motion: reduce) { .mr-pick { animation: none; } }

/* ---------- Carduri de mașini ---------- */

.mr-filter { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.mr-chip { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 0 16px; border-radius: 999px; border: 1px solid var(--line-2); background: #fff; color: var(--ink); font-weight: 650; font-size: .95rem; transition: background-color .2s, border-color .2s, color .2s; }
.mr-chip span { font-size: .8rem; font-weight: 700; color: var(--txt-2); background: var(--paper); border-radius: 999px; padding: 1px 8px; }
.mr-chip:hover { border-color: var(--ink); }
.mr-chip.is-on { background: var(--ink); border-color: var(--ink); color: #fff; }
.mr-chip.is-on span { background: rgba(255, 255, 255, .14); color: #fff; }
@media (max-width: 640px) {
	.mr-filter { flex-wrap: nowrap; overflow-x: auto; margin-inline: calc(var(--gut) * -1); padding-inline: var(--gut); scrollbar-width: none; }
	.mr-filter::-webkit-scrollbar { display: none; }
	.mr-chip { flex: none; }
}

.mr-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 1000px) { .mr-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .mr-grid { grid-template-columns: 1fr; gap: 16px; } }

.mr-card { position: relative; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; transition: transform .35s var(--ease), box-shadow .35s, border-color .35s; }
@media (hover: hover) { .mr-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: transparent; } }
.mr-card__media { position: relative; aspect-ratio: 4 / 3; background: #e4e7ec; overflow: hidden; }
.mr-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.mr-card:hover .mr-card__media img { transform: scale(1.04); }
.mr-card__body { display: flex; flex-direction: column; flex: 1; padding: 18px 20px 20px; }
.mr-card__cat { font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--orange-ink); }
.mr-card__t { margin: 6px 0 14px; font-size: 1.32rem; line-height: 1.2; font-weight: 750; font-stretch: 110%; letter-spacing: -.02em; color: var(--ink); }
.mr-card__t span { color: var(--txt-2); font-weight: 600; }
.mr-card__t a::after { content: ""; position: absolute; inset: 0; z-index: 1; }
.mr-specs { display: flex; flex-wrap: wrap; gap: 8px 16px; font-size: .93rem; color: var(--txt); }
.mr-specs li { display: inline-flex; align-items: center; gap: 6px; }
.mr-specs svg { width: 17px; height: 17px; color: var(--txt-2); }
.mr-card__foot { display: flex; align-items: center; justify-content: space-between; gap: 8px 14px; padding-top: 16px; border-top: 1px solid var(--line); margin-top: auto; }
.mr-specs { margin-bottom: 18px; }
.mr-card__price { font-size: .92rem; color: var(--txt-2); min-width: 0; }
.mr-card__price b { color: var(--ink); font-size: 1.18rem; font-weight: 780; }
.mr-card__days { font-weight: 650; color: var(--ink); }
.mr-card__ask { font-weight: 650; font-size: .88rem; color: var(--txt-2); }
.mr-card__book { position: relative; z-index: 2; margin-left: auto; min-height: 44px; }
.mr-card__book svg { width: 17px; height: 17px; transition: transform .25s var(--ease); }
.mr-card:hover .mr-card__book svg { transform: translateX(3px); }
.mr-card__state { display: flex; align-items: center; gap: 8px; margin: -4px 0 16px; padding: 8px 12px; border-radius: var(--r-sm); font-size: .9rem; font-weight: 650; color: #11703d; background: #e7f6ed; }
.mr-card__state svg { width: 17px; height: 17px; }
.mr-card.is-busy .mr-card__state { color: #a52a2f; background: var(--busy-tint); }
.mr-card.is-busy .mr-card__media img { filter: grayscale(.85); opacity: .7; }
.mr-card.is-busy .mr-card__book { background: var(--paper); color: var(--ink); }
.mr-card.is-busy .mr-card__book:hover { box-shadow: none; background: var(--line); }
.mr-card.is-busy .mr-card__price { opacity: .6; }

/* Butonul de sub grila scurtă de acasă */
.mr-more { margin-top: 30px; text-align: center; }

/* Tariful pe zi, pe pagina de tarife */
.mr-rates { margin-top: 26px; border: 1px solid var(--line); border-radius: var(--r-lg); background: #fff; overflow: hidden; }
.mr-rates__t { width: 100%; border-collapse: collapse; font-size: .97rem; }
.mr-rates__t th, .mr-rates__t td { padding: 14px 20px; text-align: left; border-bottom: 1px solid var(--line); }
.mr-rates__t thead th { font-size: .78rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: var(--txt-2); background: var(--paper); }
.mr-rates__t tbody th { font-weight: 700; color: var(--ink); }
.mr-rates__t tbody th a { color: inherit; }
.mr-rates__t tbody th a:hover { color: var(--orange-ink); }
.mr-rates__t tbody th span { color: var(--txt-2); font-weight: 600; }
.mr-rates__t td { color: var(--txt); }
.mr-rates__t td:last-child { text-align: right; white-space: nowrap; }
.mr-rates__t td:last-child b { font-size: 1.12rem; font-weight: 780; color: var(--ink); }
.mr-rates__ask { color: var(--txt-2); }
.mr-rates__t tbody tr:last-child th, .mr-rates__t tbody tr:last-child td { border-bottom: 0; }
.mr-rates__n { margin: 0; padding: 14px 20px; border-top: 1px solid var(--line); background: var(--paper); font-size: .88rem; color: var(--txt-2); }
@media (max-width: 720px) {
	.mr-rates__t thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
	.mr-rates__t tbody tr { position: relative; display: block; padding: 14px 18px; border-bottom: 1px solid var(--line); }
	.mr-rates__t tbody tr:last-child { border-bottom: 0; }
	.mr-rates__t th, .mr-rates__t td { display: inline; padding: 0; border: 0; }
	.mr-rates__t tbody th { display: block; padding-right: 96px; font-size: 1.02rem; }
	.mr-rates__t td[data-l="Locuri"], .mr-rates__t td[data-l="Transmisie"] { font-size: .88rem; color: var(--txt-2); }
	.mr-rates__t td[data-l="Locuri"]::after { content: " locuri · "; }
	.mr-rates__t td[data-l="Tarif pe zi"] { position: absolute; top: 14px; right: 18px; }
}

.mr-when { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 6px 12px; margin: -8px 0 22px; padding: 12px 16px; border-radius: var(--r); background: #fff; border: 1px solid var(--line); color: var(--txt); font-size: .95rem; }
.mr-when svg { width: 18px; height: 18px; color: var(--orange-ink); }
.mr-when b { color: var(--ink); }
.mr-when > span { min-width: 0; }
@media (max-width: 640px) { .mr-when { grid-template-columns: auto 1fr; align-items: start; } .mr-when svg { margin-top: 3px; } .mr-when a { grid-column: 2; } }
.mr-when a { font-weight: 700; font-size: .9rem; color: var(--orange-ink); text-decoration: underline; text-underline-offset: 3px; padding-block: 11px; margin-block: -11px; }

.mr-card a:focus-visible { outline: none; }
.mr-card:focus-within { outline: 2px solid var(--orange); outline-offset: 3px; }
.mr-noimg { display: grid; place-items: center; width: 100%; height: 100%; color: var(--txt-2); }
.mr-noimg svg { width: 48px; height: 48px; }

/* ---------- Split (text + imagine) ---------- */

.mr-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 80px); align-items: center; }
.mr-split__media { position: relative; border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4 / 3; background: var(--ink-3); }
.mr-split__media img { width: 100%; height: 100%; object-fit: cover; }
.mr-split__media figcaption { position: absolute; left: 16px; bottom: 16px; display: flex; align-items: baseline; gap: 10px; padding: 12px 18px; border-radius: var(--r); background: rgba(10, 15, 26, .78); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); color: var(--txt-d); font-size: .95rem; }
.mr-split__media figcaption b { color: #fff; font-size: 1.6rem; font-weight: 800; font-stretch: 112%; line-height: 1; }
.mr-split__txt .mr-h2 { margin-bottom: 18px; }
.mr-split--light .mr-split__media { background: var(--paper); }
@media (max-width: 980px) {
	.mr-split { grid-template-columns: 1fr; }
	.mr-split--light .mr-split__txt { order: 2; }
}

.mr-list { display: grid; gap: 12px; margin-top: 24px; }
.mr-list li { display: flex; align-items: flex-start; gap: 12px; font-weight: 600; }
.mr-list svg { width: 22px; height: 22px; padding: 3px; border-radius: 50%; background: var(--orange); color: var(--ink); stroke-width: 2.6; margin-top: 1px; }
.mr-list--d li { color: #fff; }

/* ---------- Pași ---------- */

/* Linie cronologică, nu încă un rând de casete: secțiunile vecine au deja carduri. */
.mr-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; position: relative; }
.mr-steps li { position: relative; padding-right: 12px; }
.mr-steps__n { position: relative; z-index: 1; display: inline-grid; place-items: center; width: 56px; height: 56px; margin-bottom: 24px; border-radius: 50%; background: #fff; border: 2px solid var(--orange); color: var(--ink); font-weight: 800; font-size: 1.05rem; letter-spacing: 0; box-shadow: 0 0 0 6px var(--orange-tint); }
.mr-steps li:first-child .mr-steps__n { background: var(--orange); }
.mr-steps li:not(:last-child)::after { content: ""; position: absolute; top: 27px; left: 72px; right: -20px; height: 2px; border-radius: 2px; background: linear-gradient(90deg, var(--orange) 0%, var(--line-2) 55%); }
.mr-steps .mr-h3 { margin-bottom: 8px; }
.mr-steps p { color: var(--txt-2); max-width: 34ch; }
@media (max-width: 860px) {
	.mr-steps { grid-template-columns: 1fr; gap: 0; }
	.mr-steps li { display: grid; grid-template-columns: 56px 1fr; column-gap: 20px; padding: 0 0 30px; }
	.mr-steps li:last-child { padding-bottom: 0; }
	.mr-steps__n { grid-row: span 2; margin: 0; }
	.mr-steps .mr-h3 { padding-top: 14px; }
	.mr-steps li:not(:last-child)::after { top: 66px; bottom: 8px; left: 27px; right: auto; width: 2px; height: auto; background: linear-gradient(180deg, var(--orange), var(--line-2)); }
}

/* ---------- Condiții ---------- */

/* Un singur panou împărțit cu linii fine: patru condiții citite dintr-o privire. */
.mr-feats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.mr-sec--paper .mr-feats { box-shadow: 0 1px 2px rgba(10, 15, 26, .04), 0 18px 40px -28px rgba(10, 15, 26, .22); }
.mr-feat { padding: 30px 26px; background: #fff; }
.mr-feat > svg { width: 44px; height: 44px; padding: 10px; border-radius: var(--r); background: var(--orange-tint); color: var(--orange-ink); margin-bottom: 18px; }
.mr-feat .mr-h4 { margin-bottom: 6px; }
.mr-feat p { color: var(--txt-2); font-size: .97rem; }
@media (max-width: 1100px) { .mr-feats { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .mr-feats { grid-template-columns: 1fr; } .mr-feat { padding: 20px; display: grid; grid-template-columns: 44px 1fr; column-gap: 16px; } .mr-feat > svg { grid-row: span 2; margin: 0; } }

/* ---------- De ce noi ---------- */

.mr-why { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(32px, 5vw, 88px); align-items: start; }
.mr-why__head { position: sticky; top: calc(var(--head-h) + 32px); }
.mr-why__head .mr-h2 { margin-bottom: 16px; }
.mr-why__head .mr-btn { margin-top: 28px; }
.mr-why__list { display: grid; grid-template-columns: 1fr 1fr; gap: 40px 44px; }
.mr-why__list li { display: flex; flex-direction: column; gap: 16px; padding-top: 26px; border-top: 1px solid var(--line-2); }
.mr-why__list svg { width: 50px; height: 50px; padding: 13px; border-radius: 14px; background: var(--ink); color: var(--orange); }
.mr-why__list .mr-h4 { margin-bottom: 6px; }
.mr-why__list p { color: var(--txt-2); font-size: .97rem; }
@media (max-width: 980px) { .mr-why { grid-template-columns: 1fr; } .mr-why__head { position: static; } }
@media (max-width: 560px) { .mr-why__list { grid-template-columns: 1fr; gap: 22px; } .mr-why__list li { flex-direction: row; padding-top: 22px; } .mr-why__list svg { width: 44px; height: 44px; padding: 11px; } }

/* ---------- Întrebări ---------- */

.mr-faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(32px, 5vw, 88px); align-items: start; }
.mr-faq__head { position: sticky; top: calc(var(--head-h) + 32px); }
.mr-faq__head .mr-h2 { margin-bottom: 16px; }
.mr-acc { border-top: 1px solid var(--line-2); }
.mr-acc__i { border-bottom: 1px solid var(--line-2); }
.mr .mr-acc__q { display: flex; align-items: center; justify-content: space-between; gap: 20px; width: 100%; padding: 22px 0; text-align: left; font-weight: 700; font-size: 1.08rem; line-height: 1.35; color: var(--ink); }
.mr-acc__ic { position: relative; width: 32px; height: 32px; flex: none; border-radius: 50%; border: 1px solid var(--line-2); transition: background-color .25s, border-color .25s, transform .3s var(--ease); }
.mr-acc__ic::before, .mr-acc__ic::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 2px; margin: -1px 0 0 -6px; background: var(--ink); border-radius: 2px; transition: transform .3s var(--ease), background-color .25s; }
.mr-acc__ic::after { transform: rotate(90deg); }
.mr-acc__q[aria-expanded="true"] .mr-acc__ic { background: var(--ink); border-color: var(--ink); }
.mr-acc__q[aria-expanded="true"] .mr-acc__ic::before { background: #fff; }
.mr-acc__q[aria-expanded="true"] .mr-acc__ic::after { transform: rotate(0); background: #fff; }
.mr-acc__q:hover .mr-acc__ic { border-color: var(--ink); }
.mr-acc__a { padding: 0 52px 22px 0; color: var(--txt); }
@media (max-width: 980px) { .mr-faq { grid-template-columns: 1fr; } .mr-faq__head { position: static; } .mr-acc__a { padding-right: 0; } }

/* ---------- Bandă CTA și contact ---------- */

.mr-cta__in { display: grid; grid-template-columns: 1.3fr .7fr; gap: clamp(32px, 5vw, 80px); align-items: end; }
.mr-cta__tel { display: inline-block; margin-top: 18px; color: #fff; font-size: clamp(2.4rem, 5vw + 1rem, 5.2rem); font-weight: 800; line-height: 1; letter-spacing: -.03em; transition: color .2s; }
.mr-cta__tel:hover { color: var(--orange); }
.mr-fade { white-space: nowrap; } /* „non-stop" rupt la cratimă arăta a greșeală. */
.mr-cinfo { display: grid; gap: 22px; padding: 28px; border: 1px solid var(--line-d); border-radius: var(--r-lg); }
.mr-cinfo li { display: flex; gap: 14px; align-items: flex-start; }
.mr-cinfo svg { width: 22px; height: 22px; color: var(--orange); margin-top: 2px; }
.mr-cinfo b { display: block; color: #fff; font-weight: 700; margin-bottom: 2px; }
.mr-cinfo a { text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(255, 255, 255, .3); }
.mr-cinfo a:hover { color: #fff; text-decoration-color: var(--orange); }
.mr-cinfo--light { margin-top: 32px; border-color: var(--line); }
.mr-cinfo--light b { color: var(--ink); }
.mr-cinfo--light svg { color: var(--orange-ink); }
.mr-cinfo--light a { text-decoration-color: var(--line-2); }
.mr-cinfo--light a:hover { color: var(--ink); }
@media (max-width: 980px) { .mr-cta__in { grid-template-columns: 1fr; align-items: start; } }

.mr-band { padding-block: clamp(56px, 5vw + 20px, 96px); }
.mr-band__in { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.mr-band__in .mr-h2 { margin-bottom: 10px; }
.mr-band__in .mr-actions { margin-top: 0; }

.mr-contact { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.mr-ccard { position: relative; display: flex; flex-direction: column; gap: 4px; padding: 26px 24px; border-radius: var(--r-lg); background: #fff; transition: transform .35s var(--ease), box-shadow .35s; min-width: 0; }
@media (hover: hover) { .mr-ccard:hover { transform: translateY(-4px); box-shadow: var(--shadow); } }
.mr-ccard > svg { width: 30px; height: 30px; color: var(--orange-ink); margin-bottom: 20px; }
.mr-ccard__l { font-size: .8rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--txt-2); }
.mr-ccard__v { font-size: 1.18rem; font-weight: 750; font-stretch: 108%; color: var(--ink); overflow-wrap: anywhere; line-height: 1.3; }
.mr-ccard--mail .mr-ccard__v { font-size: 1rem; overflow-wrap: break-word; }
.mr-ccard__go { display: inline-flex; align-items: center; gap: 6px; margin-top: 16px; font-weight: 700; font-size: .93rem; color: var(--ink); }
.mr-ccard__go svg { width: 16px; height: 16px; color: var(--orange-ink); }
.mr-ccard--main { background: var(--ink); }
.mr-ccard--main > svg { color: var(--orange); }
.mr-ccard--main .mr-ccard__l { color: var(--txt-d2); }
.mr-ccard--main .mr-ccard__v { color: #fff; font-size: 1.5rem; }
.mr-ccard--main .mr-ccard__go { color: #fff; }
.mr-ccard--main .mr-ccard__go svg { color: var(--orange); }
.mr-ccard--wa > svg { color: #12a150; }
@media (max-width: 1100px) { .mr-contact { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .mr-contact { grid-template-columns: 1fr; } }

/* ---------- Capul paginilor interioare ---------- */

.mr-phero {
	background: radial-gradient(800px 420px at 90% 0%, rgba(255, 122, 26, .13), transparent 62%), var(--ink);
	color: var(--txt-d);
	padding: calc(var(--head-h) + clamp(28px, 3vw, 52px)) 0 clamp(44px, 4vw, 76px);
}
.mr-phero .mr-h1 { color: #fff; }
.mr-phero__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(24px, 4vw, 72px); align-items: end; }
.mr-phero__grid .mr-actions { margin-top: 22px; }
.mr-phero__note { display: flex; align-items: center; gap: 8px; margin-top: 16px; color: var(--txt-d2); }
.mr-phero__note svg { width: 18px; height: 18px; color: var(--orange); }
.mr-phero__note a { color: #fff; font-weight: 700; }
.mr-phero--slim .mr-lead { margin-top: 14px; }
@media (max-width: 900px) { .mr-phero__grid { grid-template-columns: 1fr; } }

.mr-crumb { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 10px; margin-bottom: clamp(20px, 2.5vw, 34px); font-size: .9rem; color: var(--txt-d2); }
.mr-crumb a { padding-block: 5px; margin-block: -5px; transition: color .2s; }
.mr-crumb a:hover { color: #fff; }
.mr-crumb [aria-current] { color: var(--txt-d); }

/* ---------- Pagina mașinii ---------- */

.mr-carhead { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.mr-carhead .mr-lead { margin-top: 12px; }
.mr-carhead__facts { display: flex; gap: 10px; flex-wrap: wrap; }
.mr-carhead__facts li { display: grid; grid-template-columns: auto 1fr; column-gap: 10px; align-items: center; padding: 12px 16px; border: 1px solid var(--line-d); border-radius: var(--r); background: rgba(255, 255, 255, .03); }
.mr-carhead__facts svg { grid-row: span 2; width: 22px; height: 22px; color: var(--orange); }
.mr-carhead__facts b { color: #fff; font-weight: 700; line-height: 1.2; }
.mr-carhead__facts span { font-size: .8rem; color: var(--txt-d2); line-height: 1.2; }

.mr-sec--car { padding-top: clamp(28px, 3vw, 48px); }
.mr-car { display: grid; grid-template-columns: minmax(0, 1fr) 420px; gap: clamp(28px, 3.5vw, 56px); align-items: start; }
.mr-car__side { position: sticky; top: calc(var(--head-h) + 20px); scroll-margin-top: calc(var(--head-h) + 16px); max-height: calc(100vh - var(--head-h) - 36px); overflow-y: auto; overscroll-behavior: contain; }
/* Pe ecrane joase caseta nu mai stă lipită: butonul „Continuă" trebuie să rămână vizibil. */
@media (min-width: 1041px) and (max-height: 860px) { .mr-car__side { position: static; max-height: none; overflow: visible; } }
.mr-car__block { padding-top: 34px; margin-top: 34px; border-top: 1px solid var(--line); }
.mr-car__block .mr-h3 { margin-bottom: 16px; }
@media (max-width: 1040px) {
	/* Pe ecrane înguste rezervarea vine imediat după poze, nu sub tot textul. */
	.mr-car { grid-template-columns: minmax(0, 1fr); }
	.mr-car__side { max-height: none; overflow: visible; }
	.mr-book { max-width: 560px; margin-inline: auto; }
	.mr-car__main { display: contents; }
	.mr-car > .mr-car__main > .mr-gal { order: 1; }
	.mr-car__side { position: static; order: 2; }
	.mr-car__main > .mr-car__block { order: 3; margin-top: 0; }
	.mr-car__main > .mr-gal + .mr-car__block { border-top: 0; padding-top: 8px; }
	.mr-carhead__facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: 100%; }
	.mr-carhead__facts li { padding: 10px 12px; min-width: 0; }
}
@media (max-width: 480px) {
	.mr-carhead__facts { gap: 6px; }
	.mr-carhead__facts li { grid-template-columns: 1fr; padding: 9px 10px; }
	.mr-carhead__facts svg { display: none; }
	.mr-carhead__facts b { font-size: .95rem; overflow-wrap: anywhere; }
}

.mr-gal__main { border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4 / 3; background: var(--paper); }
.mr-gal__main img { width: 100%; height: 100%; object-fit: cover; }
.mr-gal__thumbs { display: flex; gap: 10px; margin-top: 12px; padding: 4px; margin-inline: -4px; overflow-x: auto; }
.mr-gal__t { width: 96px; aspect-ratio: 4 / 3; border-radius: var(--r-sm); overflow: hidden; flex: none; opacity: .6; outline: 2px solid transparent; outline-offset: 2px; transition: opacity .2s, outline-color .2s; }
.mr-gal__t img { width: 100%; height: 100%; object-fit: cover; }
.mr-gal__t.is-on, .mr-gal__t:hover { opacity: 1; }
.mr-gal__t.is-on { outline-color: var(--orange); }
.mr-gal__t:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }

.mr-dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.mr-dl div { padding: 14px 16px; background: #fff; }
.mr-dl dt { font-size: .8rem; font-weight: 600; color: var(--txt-2); }
.mr-dl dd { margin: 2px 0 0; font-weight: 700; color: var(--ink); }
@media (max-width: 560px) { .mr-dl { grid-template-columns: 1fr 1fr; } }

.mr-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.mr-chips li { display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px 9px 10px; border-radius: 999px; background: var(--paper); font-weight: 600; font-size: .95rem; color: var(--ink); }
.mr-chips svg { width: 18px; height: 18px; color: var(--ok); stroke-width: 2.4; }

.mr-know { padding: 26px; border: 0; border-radius: var(--r-lg); background: var(--paper); }
.mr-know__list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px; margin-bottom: 20px; }
.mr-know__list li { display: flex; gap: 12px; align-items: flex-start; font-size: .97rem; }
.mr-know__list svg { width: 22px; height: 22px; color: var(--orange-ink); margin-top: 1px; }
.mr-know__list b { color: var(--ink); }
@media (max-width: 640px) { .mr-know__list { grid-template-columns: 1fr; } }

/* ---------- Rezervare și calendar ---------- */

.mr-book { padding: 22px; border-radius: var(--r-lg); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.mr-book__head { margin-bottom: 14px; }
.mr-book__t { font-size: 1.3rem; font-weight: 750; font-stretch: 110%; letter-spacing: -.02em; color: var(--ink); }
.mr-book__price { margin-top: 2px; color: var(--txt-2); }
.mr-book__price b { color: var(--ink); font-size: 1.2rem; }
.mr-book__price--ask { margin-top: 6px; font-size: .93rem; }
.mr-book__s { margin-top: 6px; font-size: .93rem; color: var(--txt-2); }

.mr-cal { min-height: 318px; }
.mr-cal__loading { display: grid; place-items: center; min-height: 318px; color: var(--txt-2); }
.mr-cal__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.mr-cal__m { font-weight: 700; color: var(--ink); text-transform: capitalize; }
.mr-cal__nav { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--line-2); transition: background-color .2s, border-color .2s; }
.mr-cal__nav svg { width: 18px; height: 18px; }
.mr-cal__nav:hover:not([disabled]) { border-color: var(--ink); }
.mr-cal__nav[disabled] { opacity: .35; cursor: default; }
.mr-cal__dow, .mr-cal__grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 3px; }
.mr-cal__dow span { text-align: center; font-size: .75rem; font-weight: 700; color: var(--txt-2); padding: 4px 0; }
.mr-cal__d { position: relative; aspect-ratio: 1; min-height: 44px; border-radius: var(--r-sm); font-weight: 650; font-size: .95rem; color: var(--ink); transition: background-color .15s, color .15s; }
.mr-cal__d:hover:not([disabled]) { background: var(--paper); }
.mr-cal__d.is-today::after { content: ""; position: absolute; left: 50%; bottom: 5px; width: 4px; height: 4px; margin-left: -2px; border-radius: 50%; background: var(--orange); }
.mr-cal__d.is-past { color: #b4bac4; cursor: default; }
.mr-cal__d.is-busy { color: var(--busy); background: var(--busy-tint); text-decoration: line-through; text-decoration-thickness: 1.5px; cursor: not-allowed; }
.mr-cal__d.is-range { background: var(--orange-tint); border-radius: 0; }
.mr-cal__d.is-bad { background: #fbd6d8; }
.mr-cal__d.is-start, .mr-cal__d.is-end { background: var(--ink); color: #fff; }
.mr-cal__d.is-start:hover, .mr-cal__d.is-end:hover { background: var(--ink); }
.mr-cal__d.is-today.is-start::after, .mr-cal__d.is-today.is-end::after { background: var(--orange); }
.mr-cal__legend { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 14px; margin: 10px 0 16px; font-size: .82rem; color: var(--txt-2); }
.mr-cal__legend span { display: inline-block; width: 12px; height: 12px; border-radius: 3px; margin-right: -8px; vertical-align: -1px; }
.mr-cal__legend .is-free { border: 1px solid var(--line-2); }
.mr-cal__legend .is-busy { background: var(--busy-tint); border: 1px solid #f3b7ba; }
.mr-cal__legend .is-sel { background: var(--ink); }

.mr-book__sum { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 12px; margin-bottom: 16px; padding: 12px 14px; border-radius: var(--r); background: var(--orange-tint); color: var(--ink); font-size: .95rem; }
.mr-book__sum > span:first-child { display: inline-flex; align-items: center; gap: 8px; }
.mr-book__sum svg { width: 18px; height: 18px; color: var(--orange-ink); }
.mr-book__n { padding: 2px 10px; border-radius: 999px; background: var(--ink); color: #fff; font-weight: 700; font-size: .85rem; }
.mr .mr-book__reset { margin-left: auto; font-weight: 700; font-size: .88rem; text-decoration: underline; text-underline-offset: 3px; color: var(--orange-ink); padding: 11px 0; }

.mr-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.mr-field { display: flex; flex-direction: column; gap: 5px; min-width: 0; }
.mr-field--full { grid-column: 1 / -1; }
.mr-field > span { font-size: .85rem; font-weight: 650; color: var(--ink); }
.mr-field em { font-style: normal; font-weight: 500; color: var(--txt-2); }
.mr-field input, .mr-field textarea {
	width: 100%; min-height: 48px; padding: 11px 13px;
	border: 1px solid var(--line-2); border-radius: var(--r-sm); background: #fff;
	color: var(--ink); font-size: 1rem; line-height: 1.4;
	transition: border-color .2s, box-shadow .2s;
}
.mr-field textarea { resize: vertical; min-height: 70px; }
.mr-field input:focus, .mr-field textarea:focus { outline: none; border-color: var(--ink); box-shadow: 0 0 0 3px rgba(255, 122, 26, .28); }
.mr-field input[aria-invalid="true"] { border-color: var(--busy); }
.mr-hp { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.mr-check { display: flex; gap: 10px; align-items: flex-start; margin: 16px 0; font-size: .88rem; color: var(--txt); line-height: 1.45; cursor: pointer; }
.mr-check input { width: 20px; height: 20px; margin: 1px 0 0; flex: none; accent-color: var(--ink); }
.mr-check a { text-decoration: underline; text-underline-offset: 2px; }
.mr-form__err { margin-bottom: 14px; padding: 12px 14px; border-radius: var(--r-sm); background: var(--busy-tint); color: #8f1d22; font-size: .93rem; font-weight: 600; }
.mr-form__err ul { margin-top: 8px; display: grid; gap: 4px; font-weight: 500; }
.mr-form__err a { color: var(--ink); text-decoration: underline; font-weight: 700; }
.mr-form__or { margin-top: 12px; font-size: .88rem; color: var(--txt-2); text-align: center; }
.mr-form__or a { color: var(--ink); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }

.mr-book__done { text-align: center; padding: 10px 0 0; }
.mr-book__done:focus { outline: none; }
.mr-book__ok { display: inline-grid; place-items: center; width: 60px; height: 60px; margin-bottom: 14px; border-radius: 50%; background: #e3f6ea; color: var(--ok); }
.mr-book__ok svg { width: 30px; height: 30px; stroke-width: 2.4; }
.mr-book__done > p:not(.mr-book__t):not(.mr-form__or) { margin: 8px 0 18px; }
.mr-book.is-done .mr-book__head, .mr-book.is-done .mr-cal, .mr-book.is-done .mr-cal__legend { display: none; }

@media (max-width: 400px) {
	.mr-cal__grid { gap: 2px; }
	.mr-cal__d { font-size: .9rem; }
}
@media (max-width: 420px) {
	.mr-book { padding: 14px; margin-inline: -4px; }
	.mr-form__grid { grid-template-columns: 1fr; }
}

/* ---------- Pagina mașinii: ore și continuare ---------- */

.mr-book__times { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 14px; }
.mr-book__est { flex-basis: 100%; display: flex; justify-content: space-between; padding-top: 8px; border-top: 1px solid rgba(166, 71, 0, .15); color: var(--txt); }
.mr-book__est b { color: var(--ink); }
.mr-book__go[aria-disabled="true"] { background: var(--paper); color: var(--txt-2); box-shadow: none; transform: none; }
.mr-book__go[aria-disabled="true"] svg { opacity: .5; }
.mr-book .mr-form__err { margin-bottom: 14px; }

/* Selecturile arată ca inputurile. */
.mr-field select {
	width: 100%; min-height: 48px; padding: 11px 36px 11px 13px;
	border: 1px solid var(--line-2); border-radius: var(--r-sm);
	background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23566070' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") right 12px center / 16px no-repeat;
	color: var(--ink); font-size: 1rem; line-height: 1.4; appearance: none; -webkit-appearance: none; cursor: pointer;
	transition: border-color .2s, box-shadow .2s;
}
.mr-field select:focus { outline: none; border-color: var(--ink); box-shadow: 0 0 0 3px rgba(255, 122, 26, .28); }
.mr-field input[aria-invalid="true"], .mr-field select[aria-invalid="true"], .mr-check input[aria-invalid="true"] { border-color: var(--busy); box-shadow: 0 0 0 3px rgba(214, 61, 67, .18); }

/* ---------- Tarife ---------- */

.mr-prices { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(32px, 5vw, 88px); align-items: start; }
.mr-prices__head { position: sticky; top: calc(var(--head-h) + 32px); }
.mr-prices__head .mr-h2 { margin-bottom: 16px; }
.mr-prices__head .mr-list { margin: 26px 0 28px; }
.mr-prices__head .mr-list li { color: var(--ink); }
.mr-ledger { padding: 8px 28px 14px; border-radius: var(--r-lg); background: #fff; border: 1px solid var(--line); box-shadow: 0 1px 2px rgba(10, 15, 26, .04), 0 18px 40px -28px rgba(10, 15, 26, .22); }
.mr-ledger__h { margin: 22px 0 4px; font-size: .74rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--txt-2); }
.mr-ledger__h small { display: block; margin-top: 2px; font-size: .78rem; font-weight: 600; letter-spacing: 0; text-transform: none; color: var(--txt-2); }
.mr-ledger__r { display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.mr-ledger ul:last-child .mr-ledger__r:last-child { border-bottom: 0; }
.mr-ledger__r > svg { width: 40px; height: 40px; padding: 10px; border-radius: 10px; background: var(--orange-tint); color: var(--orange-ink); }
.mr-ledger__n { display: flex; flex-direction: column; min-width: 0; }
.mr-ledger__n b { color: var(--ink); font-weight: 700; line-height: 1.3; }
.mr-ledger__n small { font-size: .88rem; color: var(--txt-2); line-height: 1.35; }
.mr-ledger__p { font-weight: 780; font-stretch: 108%; color: var(--ink); font-size: 1.12rem; white-space: nowrap; text-align: right; line-height: 1.3; }
.mr-ledger__p span { display: block; font-size: .86rem; font-weight: 600; color: var(--txt-2); }
.mr-ledger__p.is-free { color: #11703d; }
.mr-sec--paper .mr-ledger { border-color: transparent; }
@media (max-width: 980px) { .mr-prices { grid-template-columns: 1fr; } .mr-prices__head { position: static; } }
@media (max-width: 480px) {
	.mr-ledger { padding: 4px 18px 10px; }
	.mr-ledger__r { grid-template-columns: 1fr auto; gap: 10px; }
	.mr-ledger__r > svg { display: none; }
	.mr-ledger__p { font-size: 1rem; }
}

.mr-phero__search { margin-top: clamp(28px, 3vw, 44px); }

/* ---------- Pagina de rezervare ---------- */

.mr-phero--co { padding-bottom: clamp(28px, 3vw, 48px); }
.mr-cohead { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 20px 32px; }
.mr-costeps { display: flex; gap: 6px; counter-reset: s; }
.mr-costeps li { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px 7px 7px; border-radius: 999px; border: 1px solid var(--line-d); font-size: .9rem; font-weight: 650; color: var(--txt-d2); }
.mr-costeps span { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: rgba(255, 255, 255, .08); font-size: .8rem; font-weight: 750; }
.mr-costeps span svg { width: 15px; height: 15px; }
.mr-costeps .is-done { color: var(--txt-d); }
.mr-costeps .is-done span { background: var(--ok); color: #fff; }
.mr-costeps .is-on { color: #fff; border-color: rgba(255, 122, 26, .5); background: rgba(255, 122, 26, .1); }
.mr-costeps .is-on span { background: var(--orange); color: var(--ink); }
@media (max-width: 560px) { .mr-costeps li { padding: 6px 12px 6px 6px; font-size: .82rem; } .mr-costeps li:not(.is-on) { font-size: 0; gap: 0; padding: 6px; } }

.mr-cohead .mr-fade { white-space: normal; overflow-wrap: anywhere; }
@media (max-width: 560px) { .mr-phero--co .mr-h1--page { font-size: clamp(1.7rem, 7vw, 2.2rem); } }
.mr-co__alt { margin: 14px 0 0; font-size: .95rem; font-weight: 600; color: var(--ink); }
.mr-co__ret { margin-top: 4px; }
.mr-sec--co { padding-top: clamp(24px, 3vw, 44px); }
.mr-co { display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: clamp(24px, 3vw, 44px); align-items: start; }
.mr-co__form { display: grid; gap: 14px; min-width: 0; }
.mr-co__box { margin: 0; min-width: 0; padding: 24px 26px 26px; border: 1px solid var(--line); border-radius: var(--r-lg); background: #fff; }
.mr-co__h { display: flex; align-items: center; gap: 12px; float: left; width: 100%; margin: 0 0 18px; padding: 0; font-size: 1.22rem; font-weight: 750; font-stretch: 110%; letter-spacing: -.02em; color: var(--ink); }
.mr-co__h + * { clear: both; }
.mr-co__n { display: grid; place-items: center; width: 30px; height: 30px; flex: none; border-radius: 50%; background: var(--ink); color: #fff; font-size: .88rem; font-weight: 750; }
.mr-co__sub { margin: 18px 0 10px; font-size: .8rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--txt-2); }
.mr-co__sub small { font-weight: 600; letter-spacing: 0; text-transform: none; }
.mr-co__h + .mr-co__sub { margin-top: 0; }
.mr-co__dates { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.mr-dt { display: grid; grid-template-columns: minmax(0, 1fr) 104px; gap: 6px; }
.mr-dt input, .mr-dt select { min-width: 0; }
.mr-co__avail { display: flex; align-items: flex-start; gap: 10px; margin-top: 14px; padding: 11px 14px; border-radius: var(--r-sm); font-size: .94rem; font-weight: 600; }
/* Locul mesajului e rezervat dinainte, ca formularul să nu sară când apare. */
.mr-co__dates { margin-bottom: 0; }
[data-step="perioada"] { min-height: 190px; }
.mr-co__avail svg { width: 19px; height: 19px; margin-top: 1px; }
.mr-co__avail.is-ok { background: #e7f6ed; color: #11703d; }
.mr-co__avail.is-bad { background: var(--busy-tint); color: #8f1d22; }
.mr-co__avail a { color: inherit; text-decoration: underline; text-underline-offset: 3px; font-weight: 700; }

.mr-opts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.mr-opts--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.mr-opt { position: relative; display: block; cursor: pointer; }
.mr-opt input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.mr-opt__b { display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto 1fr; gap: 4px 12px; height: 100%; padding: 14px 14px 14px; border: 1.5px solid var(--line-2); border-radius: var(--r); background: #fff; transition: border-color .2s, background-color .2s, box-shadow .2s; }
.mr-opt__ic { grid-row: span 2; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 10px; background: var(--paper); color: var(--txt-2); transition: background-color .2s, color .2s; }
.mr-opt__ic svg { width: 19px; height: 19px; }
.mr-opt__t { display: flex; flex-direction: column; min-width: 0; }
.mr-opt__t b { color: var(--ink); font-weight: 700; line-height: 1.25; }
.mr-opt__t small { margin-top: 3px; font-size: .84rem; line-height: 1.35; color: var(--txt-2); }
.mr-opt__p { grid-column: 2; align-self: end; margin-top: 8px; font-weight: 750; color: var(--ink); }
.mr-opt__p.is-free { color: #11703d; }
.mr-opt:hover .mr-opt__b { border-color: var(--txt-2); }
.mr-opt input:checked + .mr-opt__b { border-color: var(--ink); background: #fffaf5; box-shadow: inset 0 0 0 1px var(--ink); }
.mr-opt input:checked + .mr-opt__b .mr-opt__ic { background: var(--orange); color: var(--ink); }
.mr-opt input:focus-visible + .mr-opt__b { outline: 2px solid var(--orange); outline-offset: 3px; }
@media (max-width: 760px) {
	.mr-opts { grid-template-columns: 1fr; gap: 8px; }
	.mr-opt__b { grid-template-columns: auto 1fr auto; grid-template-rows: auto; align-items: center; }
	.mr-opt__ic { grid-row: auto; }
	.mr-opt__p { grid-column: auto; align-self: center; margin: 0; white-space: nowrap; }
}

.mr-switch { position: relative; display: flex; align-items: center; gap: 14px; cursor: pointer; }
.mr-switch input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.mr-switch__ui { position: relative; width: 50px; height: 30px; flex: none; border-radius: 999px; background: var(--line-2); transition: background-color .25s; }
.mr-switch__ui::after { content: ""; position: absolute; left: 3px; top: 3px; width: 24px; height: 24px; border-radius: 50%; background: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, .25); transition: transform .25s var(--ease); }
.mr-switch input:checked + .mr-switch__ui { background: var(--ink); }
.mr-switch input:checked + .mr-switch__ui::after { transform: translateX(20px); background: var(--orange); }
.mr-switch input:focus-visible + .mr-switch__ui { outline: 2px solid var(--orange); outline-offset: 3px; }
.mr-switch__t { display: flex; flex-direction: column; }
.mr-switch__t b { color: var(--ink); font-weight: 700; }
.mr-switch__t small { font-size: .9rem; color: var(--txt-2); }
.mr-co__tari { margin-top: 16px; }

.mr-co__box .mr-check { margin-bottom: 0; }
.mr-co__submit { min-height: 58px; font-size: 1.05rem; }
.mr-co__safe { display: flex; align-items: flex-start; justify-content: center; gap: 8px; font-size: .9rem; color: var(--txt-2); text-align: center; }
.mr-co__safe svg { width: 17px; height: 17px; margin-top: 2px; }
.mr-co__form > .mr-form__err { margin: 0; }

.mr-co__side { position: sticky; top: calc(var(--head-h) + 20px); }
.mr-sum { padding: 20px; border-radius: var(--r-lg); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.mr-sum__car { display: grid; grid-template-columns: 112px 1fr; gap: 14px; align-items: center; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.mr-sum__img { aspect-ratio: 4 / 3; border-radius: var(--r-sm); overflow: hidden; background: var(--paper); }
.mr-sum__img img { width: 100%; height: 100%; object-fit: cover; }
.mr-sum__n { font-weight: 750; font-stretch: 110%; color: var(--ink); line-height: 1.2; font-size: 1.08rem; }
.mr-sum__n span { color: var(--txt-2); font-weight: 600; }
.mr-sum__s { margin-top: 3px; font-size: .85rem; color: var(--txt-2); line-height: 1.35; }
.mr-sum__ch { display: inline-block; margin-top: 4px; padding-block: 11px; margin-bottom: -11px; font-size: .85rem; font-weight: 700; color: var(--orange-ink); text-decoration: underline; text-underline-offset: 3px; }
.mr-sum__per { display: flex; align-items: center; gap: 8px; margin: 14px 0 6px; font-weight: 650; color: var(--ink); font-size: .95rem; }
.mr-sum__per svg { width: 18px; height: 18px; color: var(--orange-ink); }
.mr-sum__lines { display: grid; gap: 0; }
.mr-sum__lines li { display: flex; justify-content: space-between; gap: 14px; padding: 8px 0; font-size: .92rem; color: var(--txt); border-bottom: 1px dashed var(--line); }
.mr-sum__lines b { font-weight: 700; color: var(--ink); white-space: nowrap; }
.mr-sum__lines em { font-style: normal; font-weight: 600; color: var(--txt-2); }
.mr-sum__lines .is-free { color: #11703d; }
.mr-sum__tot { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 14px 0 4px; }
.mr-sum__tot span { font-weight: 700; color: var(--ink); }
.mr-sum__tot b { font-size: 1.75rem; font-weight: 800; font-stretch: 112%; letter-spacing: -.02em; color: var(--ink); }
.mr-sum__note { font-size: .85rem; color: var(--txt-2); line-height: 1.45; }
.mr-sum__dep { display: flex; gap: 10px; align-items: flex-start; margin-top: 14px; padding: 12px 14px; border-radius: var(--r-sm); background: var(--paper); font-size: .88rem; line-height: 1.45; color: var(--txt); }
.mr-sum__dep svg { width: 18px; height: 18px; margin-top: 1px; color: var(--orange-ink); }
.mr-sum__dep b { color: var(--ink); }
.mr-sum__ok { display: grid; gap: 8px; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line); }
.mr-sum__ok li { display: flex; align-items: center; gap: 10px; font-size: .9rem; color: var(--txt); }
.mr-sum__ok svg { width: 17px; height: 17px; color: var(--ok); }

.mr-co__done { grid-column: 1 / -1; max-width: 720px; margin: 0 auto; padding: clamp(28px, 4vw, 48px); border-radius: var(--r-lg); background: #fff; border: 1px solid var(--line); text-align: center; }
.mr-co__done:focus { outline: none; }
.mr-co__done .mr-h2 { margin: 6px 0 14px; }
.mr-co__done .mr-lead { margin-inline: auto; }
.mr-co__done .mr-actions { justify-content: center; }
.mr-co__done .mr-co__safe { margin-top: 20px; }
.mr-co__done-k { font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--orange-ink); }
.mr-co.is-done { grid-template-columns: 1fr; }

.mr-cobar { display: none; }
@media (max-width: 1040px) {
	/* Pe telefon formularul începe imediat; rezumatul complet vine înainte de buton,
	   iar totalul se vede tot timpul în bara de jos. Formularul se „desface"
	   (display: contents), ca rezumatul să poată sta între ultima casetă și buton. */
	.mr-co { display: flex; flex-direction: column; gap: 14px; }
	.mr-co__form { display: contents; }
	.mr-co__form[hidden] { display: none; }
	.mr-co__box { order: 1; }
	.mr-co__side { position: static; order: 2; }
	.mr-co__form > .mr-form__err { order: 3; }
	.mr-co__submit { order: 4; }
	.mr-co__form > .mr-co__safe { order: 5; }
	.mr-co__done { order: 6; }
	.mr-sum { box-shadow: none; }
	.mr-sum__ok { display: none; }
	.mr-cobar {
		position: fixed; left: 0; right: 0; bottom: 0; z-index: 95;
		display: flex; align-items: center; justify-content: space-between; gap: 14px;
		padding: 10px var(--gut) calc(10px + env(safe-area-inset-bottom));
		background: rgba(255, 255, 255, .96); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
		border-top: 1px solid var(--line); box-shadow: 0 -10px 30px -18px rgba(10, 15, 26, .35);
		transition: transform .3s var(--ease);
	}
	.mr-cobar[hidden] { display: none; }
	.mr-cobar.is-away { transform: translateY(110%); }
	.mr-cobar__t { display: flex; flex-direction: column; line-height: 1.15; }
	.mr-cobar__t small { font-size: .78rem; color: var(--txt-2); }
	.mr-cobar__t b { font-size: 1.3rem; font-weight: 800; color: var(--ink); }
	.mr-cobar .mr-btn { min-height: 48px; }
	.mr-page-co .mr-foot { padding-bottom: 72px; }
}
@media (max-width: 560px) {
	.mr-co__box { padding: 18px 16px 20px; border-radius: var(--r); }
	.mr-co__dates { grid-template-columns: 1fr; }
	.mr-sum { padding: 16px; }
	.mr-sum__car { grid-template-columns: 88px 1fr; }
	.mr-book__times { grid-template-columns: 1fr 1fr; }
}
.mr-page-co .mr-wa-float { display: none; }
.mr-carbar .mr-cobar__t { min-width: 0; }
.mr-carbar .mr-cobar__t small { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mr-carbar .mr-btn { flex: none; }
.mr-carbar .mr-btn svg { width: 18px; height: 18px; }
@media (max-width: 1040px) { .mr-has-bar .mr-foot { padding-bottom: 72px; } }

/* ---------- Text lung ---------- */

.mr-prose { color: var(--txt); }
.mr-prose > * + * { margin-top: 1em; }
.mr-prose h2 { margin-top: 1.8em; font-size: 1.4rem; line-height: 1.25; font-weight: 750; font-stretch: 110%; color: var(--ink); letter-spacing: -.015em; }
.mr-prose h3 { margin-top: 1.6em; font-size: 1.15rem; font-weight: 700; color: var(--ink); }
.mr-prose h2:first-child, .mr-prose h3:first-child { margin-top: 0; }
.mr-prose strong { color: var(--ink); }
.mr-prose a { color: var(--orange-ink); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.mr .mr-prose ul { list-style: disc; padding-left: 1.3em; }
.mr .mr-prose li + li { margin-top: .35em; }
.mr .mr-prose li::marker { color: var(--orange); }
.mr-prose--doc { max-width: 74ch; margin-inline: auto; }
.mr-split__txt.mr-prose > .mr-h2 { margin-bottom: 0; }

.mr-guide { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(32px, 5vw, 88px); align-items: start; }
.mr-guide__head { position: sticky; top: calc(var(--head-h) + 32px); }
@media (max-width: 980px) { .mr-guide { grid-template-columns: 1fr; } .mr-guide__head { position: static; } }

/* ---------- Subsol ---------- */

.mr-foot { position: relative; background: var(--ink); color: var(--txt-d2); padding-top: clamp(56px, 5vw, 88px); overflow: hidden; border-top: 1px solid var(--line-d); }
.mr-foot__top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 48px; }
.mr-foot__brand p { margin: 18px 0 20px; max-width: 34ch; font-size: .95rem; }
.mr-foot__social { display: flex; gap: 8px; }
.mr-foot__social a { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--line-d); color: #fff; transition: background-color .2s, border-color .2s; }
.mr-foot__social a:hover { background: var(--orange); border-color: var(--orange); color: var(--ink); }
.mr-foot__social svg { width: 18px; height: 18px; }
.mr-foot__col { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; }
.mr-foot__h { margin-bottom: 12px; font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #fff; }
.mr-foot__col a { padding-block: 6px; font-size: .95rem; transition: color .2s; overflow-wrap: anywhere; }
.mr-foot__col a:hover { color: #fff; }
.mr .mr-foot__tel { color: #fff; font-size: 1.3rem; font-weight: 800; font-stretch: 110%; }
.mr-foot__open { display: inline-flex; align-items: center; gap: 8px; margin-top: 8px; font-size: .9rem; color: var(--txt-d); }
.mr-foot__legal { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px 24px; padding-block: 22px; border-top: 1px solid var(--line-d); font-size: .85rem; }
.mr-foot__legal p { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 16px; }
.mr-foot__anpc img { border-radius: 4px; background: #fff; }
.mr-co__firma { font-size: .8rem; color: var(--txt-2); }
.mr-foot__legal a { padding-block: 5px; text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(255, 255, 255, .2); }
.mr-foot__legal a:hover { color: #fff; }
.mr-foot__credit { gap: 6px !important; }
.mr .mr-foot__legal .mr-foot__credit a { color: #ff6333; font-weight: 800; text-decoration: none; transition: color .2s; }
.mr .mr-foot__legal .mr-foot__credit a:hover { color: #ff8a63; }
.mr-foot__word { margin: 0; padding: 0 var(--gut); font-size: clamp(3.4rem, 13.2vw, 12.6rem); line-height: .78; font-weight: 900; font-stretch: 125%; letter-spacing: -.04em; text-align: center; color: transparent; -webkit-text-stroke: 1px rgba(255, 255, 255, .09); user-select: none; transform: translateY(12%); white-space: nowrap; }
@media (max-width: 980px) { .mr-foot__top { grid-template-columns: 1fr 1fr; } .mr-foot__brand { grid-column: 1 / -1; } }
@media (max-width: 520px) { .mr-foot__top { grid-template-columns: 1fr; gap: 28px; } }

.mr-wa-float { position: fixed; right: 18px; bottom: 18px; z-index: 90; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; background: var(--wa); color: #fff; box-shadow: 0 12px 30px -8px rgba(0, 0, 0, .45); transition: transform .3s var(--ease), opacity .3s; }
.mr-wa-float svg { width: 28px; height: 28px; }
.mr-wa-float:hover { transform: scale(1.06); }
.mr-wa-float.is-away { opacity: 0; transform: translateY(20px); pointer-events: none; }
.single-masina .mr-wa-float { display: none; }

/* ---------- Revelare la derulare ---------- */

.mr-js [data-rv] { opacity: 0; transform: translateY(18px); transition: opacity .5s var(--ease), transform .8s var(--ease); transition-delay: calc(var(--i, 0) * 70ms); }
.mr-js [data-rv].is-in { opacity: 1; transform: none; }
.mr-snap [data-rv] { transition-duration: 0s !important; transition-delay: 0s !important; }
@media (prefers-reduced-motion: reduce) {
	.mr-js [data-rv] { opacity: 1; transform: none; transition: none; }
	*, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

@media print {
	.mr-head, .mr-menu, .mr-wa-float, .mr-foot__word { display: none !important; }
	.mr-js [data-rv] { opacity: 1; transform: none; }
}
