:root {
    --mr-navy: #071b34;
    --mr-navy-2: #0d2b50;
    --mr-blue: #0a76d8;
    --mr-blue-dark: #0759aa;
    --mr-sky: #eaf6ff;
    --mr-cyan: #44c5ee;
    --mr-ink: #17253a;
    --mr-muted: #65758b;
    --mr-line: #dce6ef;
    --mr-paper: #ffffff;
    --mr-warm: #f8fbfd;
    --mr-shadow: 0 18px 46px rgba(8, 36, 70, .12);
    --mr-radius: 18px;
    --mr-font: "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.mrfix-site,
.mrfix-site * { box-sizing: border-box; }

.mrfix-site {
    margin: 0;
    color: var(--mr-ink);
    background: var(--mr-paper);
    font-family: var(--mr-font);
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
}

.mrfix-site h1,
.mrfix-site h2,
.mrfix-site h3,
.mrfix-site h4,
.mrfix-site p { margin-top: 0; }

.mrfix-site h1,
.mrfix-site h2,
.mrfix-site h3 {
    color: var(--mr-navy);
    font-weight: 800;
    line-height: 1.14;
    letter-spacing: -.035em;
}

.mrfix-site a { color: inherit; text-decoration: none; }
.mrfix-site img { display: block; max-width: 100%; }
.mrfix-site button,
.mrfix-site input,
.mrfix-site select,
.mrfix-site textarea { font: inherit; }
.mrfix-site ::selection { color: #fff; background: var(--mr-blue); }

.mrfix-wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.mrfix-section { padding: 106px 0; }

.mrfix-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
    color: var(--mr-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .13em;
    line-height: 1;
    text-transform: uppercase;
}

.mrfix-eyebrow::before {
    width: 28px;
    height: 2px;
    background: currentColor;
    content: "";
}

.mrfix-title {
    max-width: 630px;
    margin-bottom: 17px;
    font-size: clamp(31px, 4.2vw, 52px);
}

.mrfix-intro {
    max-width: 620px;
    margin-bottom: 0;
    color: var(--mr-muted);
    font-size: 18px;
}

/* Header */
.mrfix-utility {
    border-bottom: 1px solid rgba(255,255,255,.12);
    color: #d9e9f6;
    background: var(--mr-navy);
    font-size: 13px;
}

.mrfix-utility .mrfix-wrap,
.mrfix-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mrfix-utility .mrfix-wrap { min-height: 39px; gap: 18px; }
.mrfix-utility-items { display: flex; align-items: center; gap: 22px; }
.mrfix-utility-item { display: inline-flex; align-items: center; gap: 7px; }
.mrfix-utility-item svg { width: 14px; height: 14px; fill: var(--mr-cyan); }
.mrfix-utility-note { color: #fff; font-weight: 700; }

.mrfix-header {
    position: relative;
    z-index: 20;
    background: rgba(255,255,255,.97);
    box-shadow: 0 2px 16px rgba(8, 36, 70, .05);
}

.mrfix-header-row { min-height: 88px; gap: 24px; }
.mrfix-brand { display: inline-flex; align-items: center; flex-shrink: 0; gap: 10px; }

.mrfix-brand-mark {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 13px;
    color: #fff;
    background: linear-gradient(135deg, var(--mr-blue), #044e9b);
    box-shadow: 0 7px 16px rgba(10,118,216,.25);
}

.mrfix-brand-mark svg { width: 28px; height: 28px; }
.mrfix-brand-text { display: grid; line-height: 1; }
.mrfix-brand-name { color: var(--mr-navy); font-size: 20px; font-weight: 900; letter-spacing: -.06em; }
.mrfix-brand-name em { color: var(--mr-blue); font-style: normal; }
.mrfix-brand-tag { margin-top: 4px; color: var(--mr-muted); font-size: 8px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }

.mrfix-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.mrfix-nav a { position: relative; color: #37485e; font-size: 14px; font-weight: 700; transition: color .2s ease; }
.mrfix-nav a::after { position: absolute; bottom: -7px; left: 0; width: 0; height: 2px; content: ""; background: var(--mr-blue); transition: width .2s ease; }
.mrfix-nav a:hover { color: var(--mr-blue); }
.mrfix-nav a:hover::after { width: 100%; }

.mrfix-header-cta,
.mrfix-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 0 21px;
    border: 1px solid var(--mr-blue);
    border-radius: 8px;
    color: #fff;
    background: var(--mr-blue);
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.mrfix-header-cta:hover,
.mrfix-button:hover { color: #fff; background: var(--mr-blue-dark); box-shadow: 0 10px 20px rgba(10,118,216,.22); transform: translateY(-2px); }
.mrfix-header-cta svg,
.mrfix-button svg { width: 17px; height: 17px; fill: currentColor; }
.mrfix-menu-toggle { display: none; padding: 8px; border: 0; color: var(--mr-navy); background: transparent; }
.mrfix-menu-toggle svg { width: 26px; height: 26px; }

/* Hero */
.mrfix-hero { position: relative; min-height: 660px; overflow: hidden; color: #fff; background: var(--mr-navy); isolation: isolate; }
.mrfix-hero::before { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(4,18,39,.94) 0%, rgba(4,20,43,.79) 41%, rgba(5,26,54,.28) 75%, rgba(5,26,54,.20) 100%); }
.mrfix-hero::after { position: absolute; z-index: -1; right: -70px; bottom: -190px; width: 620px; height: 620px; border: 1px solid rgba(97,204,255,.28); border-radius: 50%; content: ""; box-shadow: 0 0 0 50px rgba(97,204,255,.04), 0 0 0 100px rgba(97,204,255,.035); }
.mrfix-hero-image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.mrfix-hero .mrfix-wrap { display: flex; align-items: center; min-height: 660px; padding: 78px 0 126px; }
.mrfix-hero-copy { max-width: 680px; }
.mrfix-hero .mrfix-eyebrow { color: #67d3ff; }
.mrfix-hero h1 { max-width: 650px; margin-bottom: 21px; color: #fff; font-size: clamp(42px, 5.3vw, 69px); letter-spacing: -.05em; }
.mrfix-hero h1 span { color: #70d8ff; }
.mrfix-hero p { max-width: 555px; margin-bottom: 31px; color: #d6e3f2; font-size: 19px; }
.mrfix-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.mrfix-button.mrfix-button-light { border-color: #fff; color: var(--mr-navy); background: #fff; }
.mrfix-button.mrfix-button-light:hover { color: var(--mr-navy); background: #e8f6ff; }
.mrfix-hero-trust { display: flex; align-items: center; gap: 12px; margin-top: 38px; color: #e8f6ff; font-size: 13px; font-weight: 700; }
.mrfix-hero-trust-icons { display: flex; }
.mrfix-hero-trust-icons span { display: grid; width: 27px; height: 27px; margin-right: -7px; place-items: center; border: 2px solid var(--mr-navy); border-radius: 50%; color: #fff; background: var(--mr-blue); font-size: 12px; }

.mrfix-quickbar { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; border-top: 1px solid rgba(255,255,255,.15); background: rgba(6,24,47,.85); backdrop-filter: blur(8px); }
.mrfix-quickbar-inner { display: grid; grid-template-columns: repeat(3, 1fr); }
.mrfix-quick-item { display: flex; align-items: center; gap: 13px; min-height: 92px; padding: 12px 30px; border-right: 1px solid rgba(255,255,255,.13); color: #fff; }
.mrfix-quick-item:first-child { border-left: 1px solid rgba(255,255,255,.13); }
.mrfix-quick-icon { display: grid; flex: 0 0 39px; width: 39px; height: 39px; place-items: center; border-radius: 50%; color: #fff; background: rgba(64,191,236,.2); }
.mrfix-quick-icon svg { width: 20px; height: 20px; fill: currentColor; }
.mrfix-quick-item strong { display: block; font-size: 14px; }
.mrfix-quick-item small { display: block; margin-top: 2px; color: #b9cae0; font-size: 12px; }

/* Service cards */
.mrfix-services { background: var(--mr-warm); }
.mrfix-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 43px; }
.mrfix-section-heading .mrfix-intro { max-width: 510px; }
.mrfix-service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.mrfix-service-card { min-height: 270px; padding: 31px 26px 25px; border: 1px solid var(--mr-line); border-radius: var(--mr-radius); background: #fff; box-shadow: 0 4px 12px rgba(10,48,83,.035); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.mrfix-service-card:hover { border-color: #b5d8f5; box-shadow: var(--mr-shadow); transform: translateY(-7px); }
.mrfix-service-icon { display: grid; width: 54px; height: 54px; margin-bottom: 25px; place-items: center; border-radius: 15px; color: var(--mr-blue); background: #e9f5ff; }
.mrfix-service-icon svg { width: 28px; height: 28px; stroke: currentColor; stroke-width: 1.8; fill: none; }
.mrfix-service-card h3 { margin-bottom: 11px; font-size: 21px; }
.mrfix-service-card p { margin-bottom: 17px; color: var(--mr-muted); font-size: 14px; }
.mrfix-text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--mr-blue); font-size: 13px; font-weight: 800; }
.mrfix-text-link span { transition: transform .2s ease; }
.mrfix-text-link:hover span { transform: translateX(4px); }

/* About */
.mrfix-about { overflow: hidden; }
.mrfix-about-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(400px, .96fr); align-items: center; gap: clamp(45px, 8vw, 105px); }
.mrfix-about-media { position: relative; padding: 0 36px 36px 0; }
.mrfix-about-media-main { width: 100%; min-height: 485px; border-radius: 20px; object-fit: cover; box-shadow: var(--mr-shadow); }
.mrfix-about-media-badge { position: absolute; right: 0; bottom: 0; display: grid; width: 167px; min-height: 158px; padding: 22px; place-content: center; border: 7px solid #fff; border-radius: 18px; color: #fff; background: var(--mr-blue); box-shadow: 0 12px 28px rgba(10,118,216,.22); }
.mrfix-about-media-badge strong { font-size: 43px; line-height: 1; letter-spacing: -.06em; }
.mrfix-about-media-badge span { margin-top: 6px; font-size: 12px; font-weight: 700; line-height: 1.25; }
.mrfix-about-copy .mrfix-title { margin-bottom: 19px; }
.mrfix-about-copy > p { color: var(--mr-muted); }
.mrfix-check-list { display: grid; gap: 13px; margin: 27px 0 29px; padding: 0; list-style: none; }
.mrfix-check-list li { display: flex; align-items: center; gap: 10px; color: #2d415b; font-size: 15px; font-weight: 700; }
.mrfix-check { display: grid; flex: 0 0 21px; width: 21px; height: 21px; place-items: center; border-radius: 50%; color: var(--mr-blue); background: #e2f4ff; }
.mrfix-check svg { width: 13px; height: 13px; stroke: currentColor; stroke-width: 3; fill: none; }

/* Differentiators */
.mrfix-values { position: relative; overflow: hidden; color: #fff; background: var(--mr-navy); }
.mrfix-values::before { position: absolute; right: 0; bottom: 0; left: 0; height: 100%; content: ""; opacity: .17; background: url("../images/mrfix/circuit-mark.webp") right bottom / 550px auto no-repeat; mix-blend-mode: screen; }
.mrfix-values .mrfix-wrap { position: relative; }
.mrfix-values .mrfix-eyebrow { color: #72d9ff; }
.mrfix-values .mrfix-title { color: #fff; }
.mrfix-values .mrfix-intro { color: #c1d3e8; }
.mrfix-value-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 47px; border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.mrfix-value { min-height: 224px; padding: 30px 27px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.mrfix-value-number { color: var(--mr-cyan); font-size: 13px; font-weight: 900; letter-spacing: .12em; }
.mrfix-value h3 { margin: 24px 0 12px; color: #fff; font-size: 21px; }
.mrfix-value p { margin: 0; color: #bed0e4; font-size: 14px; }

/* Process */
.mrfix-process { background: #fff; }
.mrfix-process-top { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 80px; align-items: end; margin-bottom: 52px; }
.mrfix-process-top .mrfix-intro { max-width: 100%; }
.mrfix-process-note { padding: 19px 21px; border-left: 3px solid var(--mr-cyan); color: #52677f; background: #f3faff; font-size: 14px; }
.mrfix-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; }
.mrfix-step { position: relative; }
.mrfix-step:not(:last-child)::after { position: absolute; top: 35px; right: -23px; width: 46px; height: 1px; content: ""; background: #cfe2f1; }
.mrfix-step-icon { display: grid; width: 69px; height: 69px; margin-bottom: 25px; place-items: center; border: 1px solid #c6e6f9; border-radius: 50%; color: var(--mr-blue); background: #f5fbff; font-size: 18px; font-weight: 900; }
.mrfix-step h3 { margin-bottom: 10px; font-size: 20px; }
.mrfix-step p { color: var(--mr-muted); font-size: 14px; }

/* Call to action */
.mrfix-cta { padding: 0 0 105px; }
.mrfix-cta-inner { position: relative; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(285px, .9fr); min-height: 328px; overflow: hidden; border-radius: 22px; background: #0b66b9; }
.mrfix-cta-copy { position: relative; z-index: 1; padding: 65px clamp(34px, 5vw, 74px); color: #fff; }
.mrfix-cta-copy::after { position: absolute; z-index: -1; top: -260px; right: -170px; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; content: ""; box-shadow: 0 0 0 55px rgba(255,255,255,.045), 0 0 0 110px rgba(255,255,255,.035); }
.mrfix-cta-copy h2 { max-width: 550px; margin-bottom: 13px; color: #fff; font-size: clamp(29px, 3.5vw, 43px); }
.mrfix-cta-copy p { max-width: 515px; margin-bottom: 28px; color: #dcefff; }
.mrfix-cta-copy .mrfix-button { border-color: #fff; color: var(--mr-blue); background: #fff; }
.mrfix-cta-copy .mrfix-button:hover { background: #e6f5ff; }
.mrfix-cta-image { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.mrfix-cta-image-wrap { position: relative; }
.mrfix-cta-image-wrap::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, #0b66b9 0%, rgba(11,102,185,.04) 50%); }

/* FAQ */
.mrfix-faq { padding-top: 0; background: var(--mr-warm); }
.mrfix-faq-grid { display: grid; grid-template-columns: minmax(290px, .78fr) minmax(0, 1.22fr); gap: clamp(45px, 9vw, 125px); align-items: start; }
.mrfix-faq-summary { padding-top: 22px; }
.mrfix-faq-summary p { color: var(--mr-muted); }
.mrfix-faq-list { display: grid; gap: 10px; }
.mrfix-faq-item { padding: 0 23px; border: 1px solid var(--mr-line); border-radius: 10px; background: #fff; }
.mrfix-faq-item summary { display: flex; align-items: center; justify-content: space-between; padding: 19px 0; color: var(--mr-navy); cursor: pointer; font-size: 15px; font-weight: 800; list-style: none; }
.mrfix-faq-item summary::-webkit-details-marker { display: none; }
.mrfix-faq-item summary::after { width: 22px; height: 22px; flex: 0 0 22px; content: "+"; border-radius: 50%; color: var(--mr-blue); background: #e8f5ff; font-size: 18px; font-weight: 500; line-height: 21px; text-align: center; }
.mrfix-faq-item[open] summary::after { content: "–"; }
.mrfix-faq-item p { margin: -2px 0 19px; color: var(--mr-muted); font-size: 14px; }

/* Contact */
.mrfix-contact { background: #fff; }
.mrfix-contact-grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(450px, 1.12fr); gap: clamp(46px, 8vw, 110px); align-items: start; }
.mrfix-contact-copy { padding-top: 22px; }
.mrfix-contact-copy > p { color: var(--mr-muted); }
.mrfix-contact-cards { display: grid; gap: 12px; margin-top: 30px; }
.mrfix-contact-card { display: flex; align-items: center; gap: 13px; padding: 14px 16px; border: 1px solid var(--mr-line); border-radius: 11px; }
.mrfix-contact-card-icon { display: grid; flex: 0 0 38px; width: 38px; height: 38px; place-items: center; border-radius: 9px; color: var(--mr-blue); background: #e9f6ff; }
.mrfix-contact-card-icon svg { width: 18px; height: 18px; fill: currentColor; }
.mrfix-contact-card small { display: block; color: var(--mr-muted); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.mrfix-contact-card strong { display: block; color: var(--mr-navy); font-size: 14px; }
.mrfix-contact-card a:hover { color: var(--mr-blue); }

.mrfix-form-shell { padding: 34px; border-radius: 18px; background: var(--mr-warm); box-shadow: 0 15px 38px rgba(9,40,77,.08); }
.mrfix-form-shell h3 { margin-bottom: 5px; font-size: 26px; }
.mrfix-form-shell > p { margin-bottom: 24px; color: var(--mr-muted); font-size: 14px; }
.mrfix-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.mrfix-form-field { display: grid; gap: 6px; }
.mrfix-form-field--wide { grid-column: 1 / -1; }
.mrfix-form-field label { color: #52647a; font-size: 12px; font-weight: 800; }
.mrfix-form-field input,
.mrfix-form-field select,
.mrfix-form-field textarea { width: 100%; padding: 12px 13px; border: 1px solid #d7e3ec; border-radius: 7px; outline: none; color: var(--mr-ink); background: #fff; font-size: 14px; transition: border-color .2s ease, box-shadow .2s ease; }
.mrfix-form-field input:focus,
.mrfix-form-field select:focus,
.mrfix-form-field textarea:focus { border-color: var(--mr-blue); box-shadow: 0 0 0 3px rgba(10,118,216,.11); }
.mrfix-form-field textarea { min-height: 112px; resize: vertical; }
.mrfix-form-shell .mrfix-button { width: 100%; margin-top: 21px; border: 0; cursor: pointer; }
.mrfix-form-status { margin-bottom: 18px; padding: 12px 14px; border-radius: 7px; color: #115b43; background: #dcf5e9; font-size: 13px; font-weight: 700; }
.mrfix-form-status--error { color: #a02f2b; background: #fde6e3; }

/* Footer */
.mrfix-footer { color: #b9cce0; background: var(--mr-navy); }
.mrfix-footer-main { display: grid; grid-template-columns: 1.55fr .8fr .9fr; gap: 65px; padding: 66px 0 46px; }
.mrfix-footer .mrfix-brand { margin-bottom: 18px; }
.mrfix-footer .mrfix-brand-name { color: #fff; }
.mrfix-footer .mrfix-brand-tag { color: #95b5d0; }
.mrfix-footer-copy { max-width: 330px; color: #afc5db; font-size: 14px; }
.mrfix-footer-heading { margin-bottom: 19px; color: #fff; font-size: 15px; font-weight: 800; }
.mrfix-footer-links { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.mrfix-footer-links a { color: #b9cce0; font-size: 13px; }
.mrfix-footer-links a:hover { color: #6ed7ff; }
.mrfix-footer-call { display: inline-flex; align-items: center; gap: 9px; margin-top: 18px; color: #6ed7ff; font-size: 17px; font-weight: 800; }
.mrfix-footer-call svg { width: 18px; height: 18px; fill: currentColor; }
.mrfix-footer-bottom { padding: 17px 0; border-top: 1px solid rgba(255,255,255,.12); color: #91abc4; font-size: 12px; }
.mrfix-footer-bottom .mrfix-wrap { display: flex; justify-content: space-between; gap: 20px; }

/* Accessibility and floating utilities */
.mrfix-skip { position: fixed; z-index: 100; top: -100px; left: 20px; padding: 10px 15px; border-radius: 0 0 7px 7px; color: #fff; background: var(--mr-blue); font-weight: 700; }
.mrfix-skip:focus { top: 0; color: #fff; }
.mrfix-back-top { position: fixed; z-index: 18; right: 24px; bottom: 23px; display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; color: #fff; background: var(--mr-blue); box-shadow: 0 7px 18px rgba(10,118,216,.28); }
.mrfix-back-top:hover { color: #fff; background: var(--mr-blue-dark); }
.mrfix-back-top svg { width: 18px; height: 18px; fill: currentColor; }

@media (max-width: 980px) {
    .mrfix-nav { gap: 18px; }
    .mrfix-header-cta { padding: 0 14px; }
    .mrfix-service-grid { grid-template-columns: repeat(2, 1fr); }
    .mrfix-about-grid,
    .mrfix-contact-grid { grid-template-columns: 1fr; }
    .mrfix-about-media { max-width: 650px; }
    .mrfix-values { background-position: 170% 100%; }
    .mrfix-value-grid,
    .mrfix-process-grid { grid-template-columns: repeat(2, 1fr); }
    .mrfix-step:nth-child(2)::after { display: none; }
    .mrfix-cta-inner { grid-template-columns: 1.1fr .9fr; }
    .mrfix-footer-main { grid-template-columns: 1.35fr .8fr .8fr; gap: 35px; }
}

@media (max-width: 760px) {
    .mrfix-wrap { width: min(100% - 36px, 560px); }
    .mrfix-section { padding: 74px 0; }
    .mrfix-utility-note { display: none; }
    .mrfix-utility-items { gap: 13px; }
    .mrfix-utility .mrfix-wrap { min-height: 36px; justify-content: center; }
    .mrfix-header-row { min-height: 72px; }
    .mrfix-header-cta { display: none; }
    .mrfix-menu-toggle { display: block; margin-left: auto; }
    .mrfix-nav { position: absolute; top: 72px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 18px 18px; border-top: 1px solid var(--mr-line); background: #fff; box-shadow: 0 12px 16px rgba(12,42,77,.07); }
    .mrfix-nav.is-open { display: flex; }
    .mrfix-nav a { padding: 12px 0; }
    .mrfix-nav a::after { display: none; }
    .mrfix-hero,
    .mrfix-hero .mrfix-wrap { min-height: 630px; }
    .mrfix-hero::before { background: linear-gradient(90deg, rgba(4,18,39,.93), rgba(4,20,43,.68)); }
    .mrfix-hero .mrfix-wrap { padding: 65px 0 160px; }
    .mrfix-hero h1 { font-size: clamp(39px, 11vw, 54px); }
    .mrfix-hero p { font-size: 16px; }
    .mrfix-quickbar-inner { grid-template-columns: 1fr; }
    .mrfix-quick-item { min-height: 66px; padding: 10px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
    .mrfix-quick-item:first-child { border-left: 0; }
    .mrfix-quick-item:last-child { border-bottom: 0; }
    .mrfix-quick-icon { flex-basis: 34px; width: 34px; height: 34px; }
    .mrfix-quick-item small { display: none; }
    .mrfix-section-heading,
    .mrfix-process-top { display: block; margin-bottom: 33px; }
    .mrfix-section-heading .mrfix-intro { margin-top: 17px; }
    .mrfix-process-note { margin-top: 25px; }
    .mrfix-service-grid,
    .mrfix-value-grid,
    .mrfix-process-grid,
    .mrfix-cta-inner,
    .mrfix-faq-grid,
    .mrfix-footer-main { grid-template-columns: 1fr; }
    .mrfix-about-grid { gap: 48px; }
    .mrfix-about-media { padding: 0 23px 23px 0; }
    .mrfix-about-media-main { min-height: 350px; }
    .mrfix-about-media-badge { width: 138px; min-height: 126px; padding: 16px; border-width: 5px; }
    .mrfix-about-media-badge strong { font-size: 34px; }
    .mrfix-value { min-height: auto; }
    .mrfix-process-grid { gap: 26px; }
    .mrfix-step:not(:last-child)::after { display: none; }
    .mrfix-step-icon { margin-bottom: 16px; }
    .mrfix-cta { padding-bottom: 74px; }
    .mrfix-cta-copy { padding: 49px 28px; }
    .mrfix-cta-image-wrap { display: none; }
    .mrfix-contact-grid { gap: 40px; }
    .mrfix-form-shell { padding: 26px 19px; }
    .mrfix-form-grid { grid-template-columns: 1fr; }
    .mrfix-form-field--wide { grid-column: auto; }
    .mrfix-footer-main { gap: 30px; padding: 52px 0 36px; }
    .mrfix-footer-bottom .mrfix-wrap { display: block; }
    .mrfix-footer-bottom p + p { margin-top: 7px; }
    .mrfix-back-top { right: 16px; bottom: 16px; }
}

@media (max-width: 400px) {
    .mrfix-utility-item:nth-child(2) { display: none; }
    .mrfix-brand-name { font-size: 18px; }
    .mrfix-brand-mark { width: 38px; height: 38px; }
    .mrfix-hero-actions { display: grid; }
    .mrfix-button { width: 100%; }
}


/* Online booking and quote calculator */
.mrfix-booking { position: relative; overflow: hidden; background: #edf7fc; }
.mrfix-booking::before { position: absolute; top: -275px; right: -245px; width: 600px; height: 600px; border: 1px solid rgba(10,118,216,.16); border-radius: 50%; content: ""; box-shadow: 0 0 0 58px rgba(10,118,216,.035), 0 0 0 116px rgba(10,118,216,.025); }
.mrfix-booking .mrfix-wrap { position: relative; }
.mrfix-booking-heading { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 40px; }
.mrfix-booking-heading .mrfix-intro { max-width: 505px; }
.mrfix-booking-status { margin: -7px 0 24px; padding: 15px 18px; border: 1px solid #a8e6c8; border-radius: 10px; color: #115b43; background: #e4f8ec; font-size: 14px; }
.mrfix-booking-status--error { border-color: #f0b9b4; color: #9a302d; background: #fff0ee; }
.mrfix-booking-layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: 28px; align-items: start; }
.mrfix-booking-form { padding: 35px; border: 1px solid #d9e9f2; border-radius: 18px; background: #fff; box-shadow: 0 15px 36px rgba(7, 36, 70, .075); }
.mrfix-booking-form-head { display: flex; align-items: center; gap: 13px; margin-bottom: 23px; }
.mrfix-booking-form-head h3 { margin: 0 0 2px; font-size: 23px; }
.mrfix-booking-form-head p { margin: 0; color: var(--mr-muted); font-size: 13px; }
.mrfix-booking-form-head--appointment { margin-top: 32px; padding-top: 29px; border-top: 1px solid var(--mr-line); }
.mrfix-booking-step { display: grid; flex: 0 0 37px; width: 37px; height: 37px; place-items: center; border-radius: 50%; color: #fff; background: var(--mr-blue); font-size: 14px; font-weight: 900; }
.mrfix-priority-option { position: relative; display: flex; align-items: center; gap: 11px; padding: 14px 15px; border: 1px solid #d7e3ec; border-radius: 8px; cursor: pointer; transition: border-color .2s ease, background .2s ease; }
.mrfix-priority-option:hover { border-color: #8fcaef; background: #f6fbff; }
.mrfix-priority-option input { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
.mrfix-priority-check { display: grid; flex: 0 0 21px; width: 21px; height: 21px; place-items: center; border: 1px solid #b7c8d7; border-radius: 5px; color: transparent; background: #fff; font-size: 13px; font-weight: 900; transition: color .18s ease, border-color .18s ease, background .18s ease; }
.mrfix-priority-option input:checked + .mrfix-priority-check { border-color: var(--mr-blue); color: #fff; background: var(--mr-blue); }
.mrfix-priority-option strong { display: block; color: var(--mr-navy); font-size: 14px; }
.mrfix-priority-option strong em { margin-left: 4px; color: var(--mr-blue); font-style: normal; }
.mrfix-priority-option small { display: block; margin-top: 2px; color: var(--mr-muted); font-size: 12px; }
.mrfix-booking-form > .mrfix-button { width: 100%; margin-top: 24px; border: 0; cursor: pointer; }
.mrfix-booking-note { margin: 13px 0 0; color: #687a8f; font-size: 12px; text-align: center; }

.mrfix-quote-card { position: sticky; top: 22px; overflow: hidden; padding: 31px; border-radius: 18px; color: #d9eaff; background: var(--mr-navy); box-shadow: 0 18px 40px rgba(7,27,52,.18); }
.mrfix-quote-card::after { position: absolute; right: -148px; bottom: -147px; width: 310px; height: 310px; border: 1px solid rgba(106,215,255,.3); border-radius: 50%; content: ""; box-shadow: 0 0 0 37px rgba(106,215,255,.04), 0 0 0 74px rgba(106,215,255,.035); }
.mrfix-quote-card > * { position: relative; z-index: 1; }
.mrfix-quote-card-top { display: flex; align-items: center; gap: 9px; color: #7bdcff; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.mrfix-quote-icon { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 8px; color: #76dbff; background: rgba(88,205,249,.13); }
.mrfix-quote-icon svg { width: 18px; height: 18px; }
.mrfix-quote-card h3 { margin: 21px 0 7px; color: #fff; font-size: 27px; }
.mrfix-quote-prompt { min-height: 46px; margin: 0; color: #afc8e2; font-size: 14px; line-height: 1.45; }
.mrfix-quote-range { display: flex; align-items: baseline; margin: 25px 0 3px; color: #fff; font-size: 44px; font-weight: 900; letter-spacing: -.06em; line-height: 1; }
.mrfix-quote-currency { align-self: flex-start; margin-top: 4px; color: #78dcff; font-size: 21px; letter-spacing: 0; }
.mrfix-quote-divider { margin: 0 4px; color: #78dcff; font-weight: 400; }
.mrfix-quote-service { min-height: 22px; margin: 0 0 24px; color: #78dcff; font-size: 13px; font-weight: 700; }
.mrfix-quote-summary { display: grid; gap: 0; margin: 0; border-top: 1px solid rgba(255,255,255,.16); }
.mrfix-quote-summary > div { display: flex; justify-content: space-between; gap: 15px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.mrfix-quote-summary dt { color: #a9c4dd; font-size: 12px; }
.mrfix-quote-summary dd { margin: 0; color: #fff; font-size: 12px; font-weight: 700; text-align: right; }
.mrfix-quote-disclaimer { display: flex; gap: 8px; margin-top: 20px; color: #9db9d3; }
.mrfix-quote-disclaimer svg { flex: 0 0 15px; width: 15px; height: 15px; margin-top: 3px; fill: #79dcff; }
.mrfix-quote-disclaimer p { margin: 0; font-size: 11px; line-height: 1.48; }

@media (max-width: 980px) {
    .mrfix-booking-layout { grid-template-columns: minmax(0, 1fr) 330px; }
    .mrfix-booking-form { padding: 26px; }
    .mrfix-quote-card { padding: 25px; }
    .mrfix-quote-range { font-size: 37px; }
}

@media (max-width: 760px) {
    .mrfix-booking-heading { display: block; margin-bottom: 28px; }
    .mrfix-booking-heading .mrfix-intro { margin-top: 16px; }
    .mrfix-booking-layout { grid-template-columns: 1fr; }
    .mrfix-booking-form { padding: 25px 19px; }
    .mrfix-booking-form-head h3 { font-size: 20px; }
    .mrfix-booking-form-head--appointment { margin-top: 27px; padding-top: 24px; }
    .mrfix-quote-card { position: relative; top: auto; padding: 27px 22px; }
}


/* Focused hero refresh */
.mrfix-hero { min-height: 724px; }
.mrfix-hero::before { background: linear-gradient(90deg, rgba(4,18,39,.96) 0%, rgba(4,20,43,.86) 43%, rgba(5,26,54,.50) 70%, rgba(5,26,54,.30) 100%); }
.mrfix-hero-image { object-position: 56% center; }
.mrfix-hero .mrfix-hero-layout { display: grid; grid-template-columns: minmax(0, 1fr) 344px; align-items: center; gap: clamp(45px, 7vw, 100px); min-height: 724px; padding: 68px 0 127px; }
.mrfix-hero-copy { max-width: 660px; }
.mrfix-hero h1 { max-width: 645px; margin-bottom: 19px; font-size: clamp(44px, 5.6vw, 72px); line-height: 1.05; }
.mrfix-hero p { max-width: 580px; margin-bottom: 22px; color: #d8e7f5; font-size: 18px; }
.mrfix-hero-services { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 28px; }
.mrfix-hero-services span { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border: 1px solid rgba(139,214,247,.27); border-radius: 6px; color: #dceefa; background: rgba(4,27,52,.36); font-size: 12px; font-weight: 700; }
.mrfix-hero-services svg { width: 15px; height: 15px; color: #6dd7ff; }
.mrfix-hero-actions { gap: 13px; }
.mrfix-hero-actions .mrfix-button { min-height: 51px; }
.mrfix-hero-actions .mrfix-button-light { border-color: rgba(255,255,255,.76); color: #fff; background: rgba(255,255,255,.11); backdrop-filter: blur(8px); }
.mrfix-hero-actions .mrfix-button-light:hover { color: var(--mr-navy); background: #fff; }
.mrfix-hero-meta { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 25px; color: #c3d8eb; font-size: 12px; font-weight: 700; }
.mrfix-hero-meta span { display: inline-flex; align-items: center; gap: 7px; }
.mrfix-hero-meta svg { width: 15px; height: 15px; fill: #68d4ff; }

.mrfix-hero-booking-card { padding: 28px; border: 1px solid rgba(150,221,255,.28); border-radius: 17px; color: #d4e8f8; background: linear-gradient(155deg, rgba(9,47,83,.95), rgba(5,28,55,.92)); box-shadow: 0 22px 50px rgba(1,13,30,.36); backdrop-filter: blur(9px); }
.mrfix-hero-card-label { display: inline-flex; align-items: center; gap: 7px; color: #72d9ff; font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.mrfix-hero-card-label::before { width: 7px; height: 7px; border-radius: 50%; content: ""; background: #61d1f7; box-shadow: 0 0 0 5px rgba(97,209,247,.12); }
.mrfix-hero-booking-card h2 { margin: 17px 0 11px; color: #fff; font-size: 25px; line-height: 1.12; }
.mrfix-hero-booking-card p { margin: 0; color: #bcd2e7; font-size: 13px; line-height: 1.55; }
.mrfix-hero-booking-card ul { display: grid; gap: 10px; margin: 21px 0; padding: 0; list-style: none; }
.mrfix-hero-booking-card li { display: flex; align-items: center; gap: 9px; color: #e8f5ff; font-size: 12px; font-weight: 700; }
.mrfix-hero-booking-card li span { display: grid; flex: 0 0 20px; width: 20px; height: 20px; place-items: center; border-radius: 50%; color: #07335b; background: #6ed5fb; font-size: 10px; font-weight: 900; }
.mrfix-hero-booking-card > a { display: flex; align-items: center; justify-content: space-between; min-height: 45px; padding: 0 14px; border-radius: 7px; color: #06345e; background: #fff; font-size: 13px; font-weight: 900; transition: transform .2s ease, background .2s ease; }
.mrfix-hero-booking-card > a:hover { color: #06345e; background: #dbf3ff; transform: translateY(-2px); }
.mrfix-hero-booking-card > a svg { width: 17px; height: 17px; fill: currentColor; }

@media (max-width: 980px) {
    .mrfix-hero { min-height: 755px; }
    .mrfix-hero .mrfix-hero-layout { grid-template-columns: minmax(0, 1fr) 300px; gap: 35px; min-height: 755px; padding-top: 67px; }
    .mrfix-hero-booking-card { padding: 23px; }
    .mrfix-hero-booking-card h2 { font-size: 22px; }
}

@media (max-width: 760px) {
    .mrfix-hero { min-height: auto; }
    .mrfix-hero::before { background: linear-gradient(90deg, rgba(4,18,39,.95), rgba(4,20,43,.76)); }
    .mrfix-hero .mrfix-hero-layout { grid-template-columns: 1fr; gap: 29px; min-height: auto; padding: 65px 0 208px; }
    .mrfix-hero h1 { font-size: clamp(40px, 11vw, 55px); }
    .mrfix-hero p { font-size: 16px; }
    .mrfix-hero-services { gap: 7px; margin-bottom: 24px; }
    .mrfix-hero-services span { padding: 6px 8px; font-size: 11px; }
    .mrfix-hero-meta { gap: 9px; margin-top: 20px; }
    .mrfix-hero-meta span { width: 100%; }
    .mrfix-hero-booking-card { display: none; }
}

/* Confirmed Mr Fix I.T. guide pricing and WhatsApp actions */
.mrfix-service-price { display: block; margin: -3px 0 17px; color: var(--mr-blue); font-size: 12px; font-weight: 800; letter-spacing: .02em; }
.mrfix-footer-whatsapp { display: flex; width: fit-content; margin-top: 9px; color: #6ed7ff; font-size: 14px; }
