/* Owner-selected desktop/mobile reference, shared by page-3 in all locales.
   Keep this stylesheet LAST: the old global .hero/.pricing rules must not win. */
.home-page { --mrh-ink:#142b43; --mrh-muted:#496073; --mrh-teal:#008c9c; --mrh-line:#dbeaf0; background:#fff; }
.home-page .home-main { margin:0; padding:0; }
.mrh-home, .mrh-footer { color:var(--mrh-ink); font-family:"Segoe UI",Arial,sans-serif; }
.mrh-home *, .mrh-footer * { box-sizing:border-box; }
.mrh-home h1, .mrh-home h2, .mrh-home h3, .mrh-home p { margin:0; hyphens:none; overflow-wrap:normal; word-break:normal; }
.mrh-shell { width:min(calc(100% - 48px),1200px); margin-inline:auto; }
.mrh-home a, .mrh-footer a { text-decoration:none; }
.mrh-home a:focus-visible, .mrh-footer a:focus-visible { outline:3px solid #087c92; outline-offset:5px; border-radius:4px; }
.mrh-home svg { display:block; }
.mrh-icon { flex:0 0 auto; width:32px; height:32px; fill:none; stroke:currentColor; stroke-width:1.65; stroke-linecap:round; stroke-linejoin:round; color:var(--mrh-teal); }
.mrh-eyebrow { color:#16758b; font-size:10px; font-weight:650; line-height:1.5; letter-spacing:.025em; }
.mrh-hero { background:linear-gradient(110deg,#f4fbfe,#effbfe 65%,#edfafe); }
.mrh-hero-grid { display:grid; grid-template-columns:minmax(0,.91fr) minmax(0,1.27fr); gap:18px; align-items:center; padding-block:25px 16px; }
.mrh-hero-copy { position:relative; z-index:1; padding-block:8px 12px; }
.mrh-hero-copy .mrh-eyebrow { margin-bottom:10px; }
.mrh-hero h1 { max-width:510px; color:var(--mrh-ink); font-size:clamp(29px,2.2vw,34px); font-weight:750; letter-spacing:-.038em; line-height:1.12; }
.mrh-hero h1 > span { display:block; color:#086176; }
.mrh-intro { max-width:490px; padding-top:16px; color:#354c61; font-size:15px; line-height:1.52; }
.mrh-actions { display:flex; align-items:center; flex-wrap:wrap; gap:12px; margin-top:19px; }
.mrh-button { display:inline-flex; align-items:center; justify-content:center; gap:12px; min-height:43px; padding:11px 22px; border:1px solid transparent; border-radius:99px; background:linear-gradient(105deg,#008697,#00a0af); color:#fff; font-size:13px; font-weight:650; line-height:1.2; text-align:center; transition:background .15s ease,box-shadow .15s ease; }
.mrh-button:hover { color:#fff; background:#06758a; box-shadow:0 6px 16px #17718b19; }
.mrh-button > span { font-size:21px; line-height:.8; }
.mrh-button-outline { min-width:120px; color:#106d82; border-color:#a1cddd; background:#ffffffc9; }
.mrh-button-outline:hover { color:#125c73; background:#fff; }
.mrh-assurances { display:flex; flex-wrap:wrap; gap:7px 13px; list-style:none; padding:0; margin:13px 0 0; color:#4f6b7e; font-size:10px; line-height:1.45; }
.mrh-assurances li::before { content:'\2713'; color:#078b9c; font-weight:700; margin-right:4px; }
.mrh-hero-figure { min-width:0; margin:0 -42px 0 -5px; }
.mrh-dashboard { width:100%; height:auto; aspect-ratio:800/430; overflow:visible; }
@media(min-width:1280px){.mrh-dashboard{max-height:325px}.mrh-hero-figure figcaption{margin-top:-3px}}
/* Base art never starts hidden. Outer SVG groups retain their positioning transforms. */
.mrh-dashboard g { visibility:visible; }
.mrh-hero-figure figcaption { margin-top:-6px; margin-left:23%; color:#627d8c; font-size:9px; line-height:1.4; }
.mrh-trust { border-top:2px solid #fff; background:linear-gradient(105deg,#eefaff,#f1fcfd); }
.mrh-trust-grid { display:grid; grid-template-columns:1fr 1fr 1.2fr 1.15fr 1.1fr; padding-block:18px; }
.mrh-trust-item { display:flex; align-items:center; gap:13px; min-width:0; padding-inline:20px; border-inline-end:1px solid #cbe8f1; }
.mrh-trust-item:first-child { padding-inline-start:0; }
.mrh-trust-item:last-child { padding-inline-end:0; border:0; }
.mrh-trust-item .mrh-icon { width:38px; height:38px; }
.mrh-trust-item strong { display:block; color:#173b50; font-size:13px; font-weight:650; line-height:1.3; }
.mrh-trust-item small { display:block; margin-top:5px; color:#507184; font-size:11px; line-height:1.4; }
.mrh-holiday { font-size:9px; }
.mrh-benefits { padding-block:20px 22px; }
.mrh-section-heading { text-align:center; margin-bottom:14px; }
.mrh-section-heading .mrh-eyebrow { margin-bottom:3px; }
.mrh-section-heading h2 { font-size:24px; font-weight:750; letter-spacing:-.026em; line-height:1.2; }
.mrh-benefits-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:29px; }
.mrh-benefit { min-width:0; }
.mrh-benefit svg { width:180px; max-width:100%; height:auto; margin:0 auto 3px; }
.mrh-benefit h3 { font-size:14px; font-weight:700; line-height:1.35; margin-bottom:6px; }
.mrh-benefit p { color:#42596d; font-size:13px; line-height:1.45; }
.mrh-pricing { padding-block:25px; background:linear-gradient(105deg,#edfafc,#f2fbfe); }
.mrh-contact-grid { display:grid; grid-template-columns:minmax(0,.91fr) minmax(0,1.95fr); gap:30px; align-items:center; }
.mrh-pricing-copy h2 { max-width:330px; font-size:27px; font-weight:750; letter-spacing:-.025em; line-height:1.08; margin-bottom:9px; }
.mrh-pricing-copy p { color:#4c6b7e; font-size:12px; line-height:1.4; margin-bottom:5px; }
.mrh-email { min-height:35px; padding:7px 16px; margin-top:6px; font-size:12px; gap:8px; }
.mrh-email .mrh-icon { color:#fff; width:17px; height:17px; stroke-width:1.7; }
.mrh-contact-cards { display:grid; grid-template-columns:.96fr 1.17fr 1.18fr; gap:14px; align-items:stretch; }
.mrh-contact-card { min-width:0; display:flex; align-items:flex-start; gap:10px; padding:20px 14px; border:1px solid #e5eff4; border-radius:12px; background:#fff; box-shadow:0 4px 16px #1a7c9b06; }
.mrh-contact-card > div { min-width:0; }
.mrh-contact-card > .mrh-icon { width:26px; height:30px; }
.mrh-contact-card h3 { color:#172f48; font-size:12px; font-weight:700; line-height:1.3; margin:0 0 11px; }
.mrh-contact-card p { color:#5c7183; font-size:11px; line-height:1.45; margin-bottom:7px; }
.mrh-company-id { padding-top:4px; }
.mrh-portrait { flex:0 0 54px; width:54px; height:54px; border-radius:50%; object-fit:cover; object-position:center; background:#edf7fa; }
.mrh-direct { display:flex; align-items:center; gap:6px; color:#526e7f; margin-bottom:9px; font-size:11px; line-height:1.25; overflow-wrap:anywhere; }
.mrh-direct .mrh-icon { width:14px; height:14px; }
.mrh-person { gap:10px; }
.mrh-card-link { display:inline-block; color:#08788e; font-size:11px; font-weight:700; line-height:1.3; margin-top:3px; }
.mrh-question { display:none; }
.mrh-footer { background:#fff; padding:17px 0 12px; }
.mrh-footer-top { display:flex; align-items:center; justify-content:space-between; gap:20px; }
.mrh-footer-brand { display:flex; align-items:center; gap:20px; flex:0 0 auto; }
.mrh-footer-logo { width:118px; height:auto; }
.mrh-social { display:flex; align-items:center; gap:12px; }
.mrh-social img { width:15px; height:15px; }
.mrh-footer-links { display:flex; flex-wrap:wrap; align-items:center; justify-content:flex-end; gap:7px 13px; font-size:10px; color:#567085; }
.mrh-footer-links a:hover { color:#058799; text-decoration:underline; }
.mrh-footer-bottom { display:flex; justify-content:space-between; gap:20px; padding-top:12px; font-size:9px; color:#6a8191; line-height:1.45; }
.mrh-footer-legal { display:flex; gap:16px; }
/* Homepage-only chrome: retain the existing navigation DOM and its keyboard/mobile behavior. */
.home-page .site-header { height:92px; box-shadow:0 2px 9px #23405208; }
.home-page .contact-bar, .home-page .contact-bar__inner { height:27px; }
.home-page .contact-bar__description, .home-page .contact-link { font-size:11px; }
.home-page .site-nav, .home-page .site-nav__inner { height:65px; }
.home-page .site-nav__inner { gap:24px; }
.home-page .site-header .shell { width:min(calc(100% - 48px),1200px); }
.home-page .brand-logo img { width:138px; }
.home-page .header-trial, .home-page .mobile-header-trial { background:#008c9c; min-height:39px; padding:10px 20px; font-size:12px; color:#fff; }
.home-page .mobile-header-trial { display:none; }
.home-page .header-trial:hover, .home-page .mobile-header-trial:hover { background:#087688; }
@keyframes mrh-gentle { 0%,100% { transform:translateY(0); } 50% { transform:translateY(-4px); } }
@keyframes mrh-chart { 0% { transform:scaleY(.75); } 100% { transform:scaleY(1); } }
.mrh-float, .mrh-mini-float { animation:mrh-gentle 4s ease-in-out 1; }
.mrh-chart-bar { transform-box:fill-box; transform-origin:50% 100%; animation:mrh-chart 1.6s ease-out 1; }
@media (max-width:1350px) {
 .home-page .site-header { height:92px; }
 .home-page .mobile-header-trial { display:inline-flex; margin-left:auto; }
 .home-page .mobile-menu-toggle { flex:0 0 44px; }
 .home-page .mobile-navigation { top:92px; }
 .mrh-hero-figure { margin-right:-5px; }
 .mrh-trust-item { gap:9px; padding-inline:14px; }
 .mrh-contact-grid { gap:22px; grid-template-columns:.85fr 1.9fr; }
 .mrh-contact-card { flex-direction:column; }
 .mrh-person { display:grid; grid-template-columns:44px minmax(0,1fr); }
 .mrh-person .mrh-portrait { width:44px; height:44px; }
}
@media (max-width:1050px) {
 .mrh-hero h1 { font-size:31px; }
 .mrh-intro { font-size:14px; }
 .mrh-actions { gap:10px; }
 .mrh-button { padding-inline:16px; font-size:12px; }
 .mrh-trust-grid { grid-template-columns:repeat(4,minmax(0,1fr)); }
 .mrh-trust-partner { display:none; }
 .mrh-trust-item:nth-child(4) { border:0; }
 .mrh-contact-grid { grid-template-columns:1fr; }
 .mrh-pricing-copy { max-width:650px; }
 .mrh-pricing-copy h2 { max-width:none; }
 .mrh-contact-card { flex-direction:row; padding:20px; }
 .mrh-benefits-grid { gap:20px; }
 .mrh-footer-top { align-items:flex-start; }
}
@media (max-width:760px) {
 .mrh-shell { width:calc(100% - 40px); }
 .mrh-hero-grid { grid-template-columns:1fr; gap:0; padding-top:30px; }
 .mrh-hero-copy { padding-block:0; }
 .mrh-hero h1 { max-width:600px; font-size:clamp(30px,4.9vw,38px); }
 .mrh-intro { max-width:580px; font-size:16px; padding-top:17px; }
 .mrh-hero-figure { margin:12px -12px 0; }
 .mrh-hero-figure figcaption { margin-top:1px; margin-left:0; text-align:center; }
 .mrh-trust { background:#fff; padding:12px 0; }
 .mrh-trust-grid { border-radius:18px; background:#f0fbfe; padding:20px 10px; }
 .mrh-trust-item { flex-direction:column; align-items:center; text-align:center; gap:9px; padding:0 10px; }
 .mrh-trust-item:first-child { padding-inline-start:10px; }
 .mrh-trust-item strong { font-size:13px; }
 .mrh-trust-item small { font-size:11px; }
 .mrh-trust-item .mrh-icon { width:35px; height:35px; }
 .mrh-benefits-grid { grid-template-columns:1fr 1fr; gap:20px; }
 .mrh-contact-cards { grid-template-columns:1fr; gap:12px; }
 .mrh-contact-card { padding:20px; gap:18px; flex-direction:row; }
 .mrh-person { display:flex; }
 .mrh-contact-card h3 { font-size:17px; margin-bottom:9px; }
 .mrh-contact-card p, .mrh-direct, .mrh-card-link { font-size:14px; }
 .mrh-contact-card > .mrh-icon { width:56px; height:56px; background:#eefafd; padding:12px; border-radius:50%; }
 .mrh-person .mrh-portrait { width:64px; height:64px; flex-basis:64px; }
 .mrh-footer-top, .mrh-footer-bottom { flex-direction:column; gap:12px; align-items:center; text-align:center; }
 .mrh-footer-links { justify-content:center; }
}
@media (max-width:620px) {
 .home-page .site-header { height:108px; }
 .home-page .site-header .contact-bar, .home-page .site-header .contact-bar__inner { height:40px; }
 .home-page .site-header .site-nav, .home-page .site-header .site-nav__inner { height:68px; }
 .home-page .site-header .shell.site-nav__inner { width:calc(100% - 32px); gap:10px; }
 .home-page .site-header .brand-logo img { width:116px; }
 .home-page .site-header .mobile-header-trial { padding:9px 15px; font-size:12px; white-space:nowrap; }
 .home-page .mobile-navigation { top:108px; }
 .home-page .contact-bar__language-slot, .home-page .contact-link--phone, .home-page .contact-link--mobile-contact, .home-page .contact-link--mobile-news,
 .home-page .contact-bar__language-slot .language-switcher > summary { min-height:40px; height:40px; }
 .mrh-shell { width:calc(100% - 36px); }
 .mrh-hero-grid { padding-top:28px; padding-bottom:12px; }
 .mrh-hero h1 { font-size:clamp(27px,7.1vw,35px); line-height:1.12; letter-spacing:-.035em; }
 .mrh-hero h1 > span { display:inline; color:var(--mrh-ink); }
 .mrh-eyebrow { font-size:10px; }
 .mrh-intro { font-size:15px; line-height:1.45; }
 .mrh-actions { display:flex; flex-direction:column; align-items:stretch; margin-top:16px; gap:6px; }
 .mrh-actions .mrh-button { min-height:46px; font-size:14px; }
 .mrh-actions .mrh-button-outline { min-height:34px; border:0; border-radius:0; padding:6px; background:none; text-decoration:underline; text-underline-offset:3px; }
 .mrh-assurances { justify-content:center; font-size:9px; gap:6px 9px; margin-top:9px; }
 .mrh-hero-figure { margin-top:10px; }
 .mrh-hero-figure figcaption { font-size:8px; }
 .mrh-trust-grid { padding:18px 6px; }
 .mrh-trust-item { padding:0 6px; gap:8px; }
 .mrh-trust-item:first-child { padding-inline-start:6px; }
 .mrh-trust-item strong { font-size:12px; }
 .mrh-trust-item small { font-size:10px; }
 .mrh-trust-item .mrh-icon { width:32px; height:32px; }
 .mrh-holiday { font-size:8px; }
 /* The reference has no duplicate benefit row on phones; its core information remains in the hero and trust strip. */
 .mrh-benefits { display:none; }
 .mrh-pricing { padding-block:23px 20px; }
 .mrh-contact-grid { gap:17px; }
 .mrh-pricing-copy { text-align:center; }
 .mrh-pricing-copy h2 { max-width:360px; margin:0 auto 12px; font-size:28px; line-height:1.1; }
 .mrh-pricing-copy p { font-size:13px; line-height:1.5; }
 .mrh-pricing-copy .mrh-email { display:none; }
 .mrh-hq { display:none; }
 .mrh-question { display:flex; align-items:center; gap:15px; padding:14px 18px; background:#fff; border:1px solid #e6f0f4; border-radius:13px; color:var(--mrh-ink); }
 .mrh-question > span:nth-child(2) { flex:1; min-width:0; }
 .mrh-question strong { display:block; font-size:15px; line-height:1.25; }
 .mrh-question small { display:block; font-size:12px; line-height:1.4; padding-top:3px; }
 .mrh-question > span:last-child { color:#008d9e; font-size:24px; }
 .mrh-footer { padding-top:15px; }
 .mrh-contact-card { padding:18px; gap:14px; }
}
@media (max-width:360px) {
 .home-page .site-header .brand-logo img { width:102px; }
 .home-page .site-header .mobile-header-trial { font-size:10px; padding-inline:11px; }
 .mrh-hero h1 { font-size:28px; }
 .mrh-assurances { font-size:8px; }
 .mrh-trust-item strong { font-size:10px; }
 .mrh-trust-item small { font-size:9px; }
 .mrh-contact-card h3 { font-size:15px; }
 .mrh-contact-card p, .mrh-direct { font-size:12px; }
}
@media (prefers-reduced-motion:reduce) {
 .mrh-home *, .mrh-home *::before, .mrh-home *::after { animation:none !important; transition:none !important; }
}

.mrh-trust, .mrh-pricing { scroll-margin-top:112px; }
