:root{--msr-red: #c81e1e;--msr-red-dark: #a81818;--msr-red-deep: #8b0000;--msr-charcoal: #1c1c1e;--msr-text: #1a1a1a;--msr-text-soft: #555;--msr-text-muted: #888;--msr-border: #e5e5ea;--msr-surface: #ffffff;--msr-surface-soft: #f5f5f7;--msr-surface-red: #fff8f8;--msr-surface-warning: #fff3f3;--msr-surface-tip: #f0f6ff;--msr-blue: #2563eb;--msr-blue-text: #1e3a5f;--msr-radius-lg: 18px;--msr-radius-md: 13px;--msr-radius-sm: 10px;--msr-shadow-sm: 0 2px 10px rgba(0,0,0,.07);--msr-shadow-md: 0 10px 28px rgba(0,0,0,.1);--msr-transition: .22s ease}.msr-page{width:100%;max-width:900px;margin:0 auto;padding:0 16px;color:var(--msr-text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.7;box-sizing:border-box}.msr-page *,.msr-page *:before,.msr-page *:after{box-sizing:border-box}.msr-page img{max-width:100%;height:auto}.msr-page p{margin:0 0 16px}.msr-page h1,.msr-page h2,.msr-page h3,.msr-page h4{color:var(--msr-charcoal);line-height:1.25}.msr-page h2{margin:36px 0 14px;font-size:1.45rem;font-weight:700}.msr-page h3{margin:0 0 8px;font-size:1.1rem;font-weight:600}.msr-page a{text-underline-offset:2px}.msr-page :focus-visible{outline:3px solid rgba(200,30,30,.35);outline-offset:3px}.msr-hero{position:relative;overflow:hidden;margin-bottom:36px;padding:52px 40px;border-radius:var(--msr-radius-lg);background:var(--msr-charcoal);text-align:center}.msr-hero:before{content:"";position:absolute;top:-80px;right:-80px;width:340px;height:340px;border-radius:50%;background:#c81e1e21;pointer-events:none}.msr-hero>*{position:relative;z-index:1}.msr-hero h1{max-width:760px;margin:0 auto 16px;color:#fff;font-size:2.1rem;font-weight:700;line-height:1.2}.msr-hero p{max-width:640px;margin:0 auto 12px;color:#c8c8cc;font-size:1.05rem}.msr-hero p.msr-hero-sub,.msr-hero .msr-hero-sub{margin:0 auto 24px;color:#ffffff94;font-size:.92rem}.msr-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:28px}.msr-badge{display:inline-flex;align-items:center;min-height:34px;padding:6px 18px;border:1px solid rgba(255,255,255,.15);border-radius:999px;background:#ffffff14;color:#fff;font-size:.85rem;font-weight:500;line-height:1.35}.msr-btn{display:inline-block;padding:14px 34px;border:0;border-radius:999px;background:var(--msr-red);color:#fff!important;font-size:1rem;font-weight:700;line-height:1.2;text-align:center;text-decoration:none!important;cursor:pointer;transition:transform var(--msr-transition),background var(--msr-transition),box-shadow var(--msr-transition)}.msr-btn:hover{background:var(--msr-red-dark);transform:translateY(-2px);box-shadow:0 10px 22px #00000029}.msr-btn:active{transform:translateY(0)}.msr-trust-bar{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 24px;margin-bottom:28px;padding:16px 20px;border-radius:12px;background:var(--msr-surface-soft);color:var(--msr-text-soft);font-size:.88rem}.msr-trust-bar span{display:inline-flex;align-items:center;gap:6px}.msr-trust-bar span:before{content:"\2713";color:var(--msr-red);font-weight:800}.msr-quick{margin-bottom:28px;padding:22px 26px;border-left:5px solid var(--msr-red);border-radius:12px;background:var(--msr-surface-red);color:#2c2c2e;font-size:.98rem;line-height:1.65}.msr-quick h2{margin:0 0 10px;color:var(--msr-red);font-size:1.1rem}.msr-quick p{margin:0 0 10px;color:#2c2c2e;font-size:.98rem;line-height:1.65}.msr-quick p:last-child{margin-bottom:0}.msr-workshop{margin-bottom:28px;padding:22px 26px;border-left:5px solid var(--msr-red);border-radius:12px;background:var(--msr-surface-soft)}.msr-workshop-label{margin-bottom:8px;color:var(--msr-red);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.msr-workshop p{margin:0 0 10px;color:#2c2c2e;font-size:1rem;font-style:italic;line-height:1.65}.msr-workshop p:last-child{margin-bottom:0}.msr-stats{margin:36px 0;padding:36px 40px;border-radius:var(--msr-radius-lg);background:var(--msr-charcoal)}.msr-stats-label{margin-bottom:24px;color:var(--msr-red);font-size:.78rem;font-weight:700;letter-spacing:.1em;text-align:center;text-transform:uppercase}.msr-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:24px}.msr-stat{text-align:center}.msr-stat-number{margin-bottom:6px;color:#fff;font-size:2rem;font-weight:700;line-height:1.1}.msr-stat-label{color:#c8c8cc;font-size:.85rem;line-height:1.5}.msr-img{display:block;width:100%;margin:16px 0 6px;border-radius:var(--msr-radius-md)}.msr-img-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:20px 0 8px}.msr-img-trio{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:20px 0 8px}.msr-img-pair figure,.msr-img-trio figure{margin:0}.msr-img-pair img,.msr-img-trio img{display:block;width:100%;border-radius:var(--msr-radius-md)}.msr-img-pair figcaption,.msr-img-trio figcaption{margin-top:8px;color:var(--msr-text-muted);font-size:.8rem;line-height:1.45;text-align:center}.msr-img-pair figcaption strong,.msr-img-trio figcaption strong{display:block;margin-bottom:3px;color:var(--msr-text-soft);font-size:.78rem;letter-spacing:.06em;text-transform:uppercase}.msr-caption{margin:0 0 24px;color:var(--msr-text-muted);font-size:.82rem;line-height:1.5;text-align:center}.msr-caption-attr{margin:0 0 28px;color:#aaa;font-size:.78rem;letter-spacing:.02em;text-align:center}.msr-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:18px;margin:24px 0 32px}.msr-card{padding:22px 20px;border:1px solid var(--msr-border);border-top:4px solid var(--msr-red);border-radius:var(--msr-radius-md);background:var(--msr-surface);box-shadow:var(--msr-shadow-sm);transition:transform var(--msr-transition),box-shadow var(--msr-transition)}.msr-card:hover{transform:translateY(-3px);box-shadow:var(--msr-shadow-md)}.msr-card h3{margin:0 0 8px;color:var(--msr-charcoal);font-size:1rem}.msr-card p{margin:0 0 10px;color:var(--msr-text-soft);font-size:.88rem;line-height:1.55}.msr-card p:last-child{margin-bottom:0}.msr-card a{color:var(--msr-red);font-size:.88rem;font-weight:700;text-decoration:none}.msr-card a:hover{text-decoration:underline}.msr-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px;margin:28px 0 36px}.msr-option-card{padding:22px 22px 20px;border:1px solid var(--msr-border);border-top:4px solid var(--msr-red);border-radius:var(--msr-radius-md);background:#fff;box-shadow:var(--msr-shadow-sm);transition:transform var(--msr-transition),box-shadow var(--msr-transition)}.msr-option-card:hover{transform:translateY(-3px);box-shadow:var(--msr-shadow-md)}.msr-option-card.neutral{border-top-width:1px;background:var(--msr-surface-soft)}.msr-option-card.caution{border-color:#f0d080;border-top-width:1px;background:#fffbf0}.msr-option-card.recommended{border-color:#f5c6c6;border-top:4px solid var(--msr-red);background:var(--msr-surface-red)}.msr-option-label{margin-bottom:8px;color:var(--msr-red);font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.msr-option-card.neutral .msr-option-label{color:var(--msr-text-muted)}.msr-option-card.caution .msr-option-label{color:#9a6900}.msr-option-card h3,.msr-option-card>strong{display:block;margin:0 0 10px;color:var(--msr-charcoal);font-size:1rem;font-weight:700}.msr-option-card p{margin:0;color:#444;font-size:.9rem;line-height:1.6}.msr-quote{margin:36px 0;padding:36px 40px;border-radius:var(--msr-radius-lg);background:var(--msr-red);color:#fff;font-size:1.15rem;font-weight:600;line-height:1.6;text-align:center;box-shadow:0 12px 28px #c81e1e33}.msr-quote p{margin:0;color:#fff;font-size:inherit;font-weight:inherit;line-height:inherit}.msr-tip{margin-bottom:28px;padding:18px 22px;border-left:5px solid var(--msr-blue);border-radius:12px;background:var(--msr-surface-tip);color:var(--msr-blue-text);font-size:.95rem;line-height:1.6}.msr-tip a{color:var(--msr-blue-text);font-weight:700}.msr-did-you-know{background:#f0f4ff;border-left:4px solid #2563eb;border-radius:8px;padding:1.25rem 1.5rem;margin:2rem 0}.msr-did-you-know-label{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#2563eb;margin-bottom:.5rem}.msr-did-you-know p{margin:.4rem 0;color:#1e3a5f;font-size:.95rem;line-height:1.6}.msr-did-you-know p:first-of-type{margin-top:0}.msr-did-you-know p:last-child{margin-bottom:0}.msr-warning{margin-bottom:28px;padding:20px 24px;border:1px solid #f5c6c6;border-radius:12px;background:var(--msr-surface-warning);color:#2c2c2e;font-size:.95rem;line-height:1.65}.msr-warning p{margin:0}.msr-warning strong{color:var(--msr-red)}.msr-checklist{margin:36px 0;padding:28px 30px;border-radius:14px;background:var(--msr-charcoal)}.msr-checklist h2{color:#fff;margin:0 0 12px}.msr-checklist-note{margin:0 0 16px;color:#f5c6c6;font-size:.97rem;background:#c81e1e26;border:1px solid rgba(200,30,30,.3);border-radius:10px;padding:16px 20px;line-height:1.65}.msr-checklist-items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 22px;margin:0;padding:0;list-style:none}.msr-checklist-items li{position:relative;padding-left:24px;color:#fff;font-size:.92rem;line-height:1.55}.msr-checklist-items li:before{content:"\2713";position:absolute;top:0;left:0;color:var(--msr-red);font-weight:800}.msr-checklist-cta{margin:20px 0 0;padding-top:18px;border-top:1px solid rgba(255,255,255,.12);color:#c8c8cc;font-size:.92rem;font-style:italic}.msr-commonly-see,.msr-colour-choices,.msr-compare{width:100%;margin:36px 0;overflow-x:auto;-webkit-overflow-scrolling:touch}.msr-commonly-see-intro,.msr-hub-intro{margin:0 0 18px;color:var(--msr-text-soft);font-size:.97rem;line-height:1.65}.msr-commonly-see table,.msr-colour-choices table{width:100%;min-width:600px;border-collapse:collapse;font-size:.95rem}.msr-commonly-see th,.msr-colour-choices th{padding:12px 16px;background:var(--msr-charcoal);color:#fff;font-size:.85rem;font-weight:600;letter-spacing:.04em;text-align:left}.msr-commonly-see th:first-child,.msr-colour-choices th:first-child{border-radius:12px 0 0}.msr-commonly-see th:last-child,.msr-colour-choices th:last-child{border-radius:0 12px 0 0}.msr-commonly-see td,.msr-colour-choices td{padding:14px 16px;border-bottom:1px solid var(--msr-border);color:#2c2c2e;line-height:1.6;vertical-align:top}.msr-commonly-see tr:last-child td,.msr-colour-choices tr:last-child td{border-bottom:0}.msr-commonly-see tr:nth-child(2n) td,.msr-colour-choices tr:nth-child(2n) td{background:#f9f9fb}.msr-commonly-see td:first-child,.msr-colour-choices td:first-child{width:38%;color:var(--msr-charcoal);font-weight:600}.msr-commonly-see td a,.msr-colour-choices td a{color:var(--msr-red);font-weight:700;text-decoration:none}.msr-compare table{width:100%;min-width:760px;border-collapse:collapse;font-size:.95rem}.msr-compare th{padding:14px 18px;color:#fff;font-size:.85rem;font-weight:700;letter-spacing:.04em;text-align:left}.msr-compare th:first-child{width:30%;border-radius:12px 0 0;background:var(--msr-charcoal)}.msr-compare th:nth-child(2){background:#555}.msr-compare th:nth-child(3){background:#888}.msr-compare th:nth-child(4){border-radius:0 12px 0 0;background:var(--msr-red)}.msr-compare td{padding:13px 18px;border-bottom:1px solid var(--msr-border);color:#2c2c2e;line-height:1.55;vertical-align:top}.msr-compare tr:last-child td{border-bottom:0}.msr-compare tr:nth-child(2n) td{background:#f9f9fb}.msr-compare td:first-child{color:var(--msr-charcoal);font-weight:600}.msr-compare td:nth-child(4){color:var(--msr-red);font-weight:600}.msr-explainer,.msr-why,.msr-aus-conditions,.msr-suburbs{margin:36px 0;padding:28px 30px;border-radius:14px;background:var(--msr-surface-soft)}.msr-explainer h2,.msr-why h2,.msr-aus-conditions h2{margin:0 0 14px}.msr-explainer p,.msr-why p,.msr-aus-conditions p,.msr-suburbs p{margin:0 0 14px;color:#2c2c2e;font-size:.97rem;line-height:1.7}.msr-explainer p:last-child,.msr-why p:last-child,.msr-aus-conditions p:last-child,.msr-suburbs p:last-child{margin-bottom:0}.msr-suburbs{margin:0 0 28px;padding:22px 26px}.msr-suburbs h3{margin:0 0 12px;font-size:1rem}.msr-suburbs p{color:var(--msr-text-soft);font-size:.9rem;line-height:1.8}.msr-aus-conditions ul{display:flex;flex-wrap:wrap;gap:8px 20px;margin:0 0 16px;padding:0;list-style:none}.msr-aus-conditions li{position:relative;padding-left:16px;color:#2c2c2e;font-size:.92rem}.msr-aus-conditions li:before{content:"\2014";position:absolute;left:0;color:var(--msr-red)}.msr-makes{display:flex;flex-wrap:wrap;gap:8px 12px;margin:14px 0}.msr-make{padding:5px 14px;border:1px solid var(--msr-border);border-radius:8px;background:#fff;color:var(--msr-charcoal);font-size:.85rem;font-weight:500}.msr-steps{margin:20px 0 32px}.msr-step{display:flex;align-items:flex-start;gap:18px;margin-bottom:18px}.msr-step:last-child{margin-bottom:0}.msr-step-num{display:flex;flex:0 0 36px;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:var(--msr-red);color:#fff;font-size:1rem;font-weight:700}.msr-step-body{min-width:0;color:var(--msr-text-soft);font-size:.92rem;line-height:1.55}.msr-step-body h3,.msr-step-body>strong{display:block;margin:0 0 4px;color:var(--msr-charcoal);font-size:1rem;font-weight:700}.msr-step-body p{margin:0;color:var(--msr-text-soft);font-size:.92rem;line-height:1.55}.msr-repair-story{margin:36px 0;padding:28px 30px;border-radius:14px;background:var(--msr-surface-soft)}.msr-repair-story-label{margin-bottom:12px;color:var(--msr-red);font-size:.85rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.msr-repair-story p{margin:0 0 12px;color:#2c2c2e;font-size:.97rem;line-height:1.7}.msr-repair-story p:last-child{margin-bottom:0;color:var(--msr-text-soft);font-style:italic}.msr-mailin-visual{margin:36px 0;padding:28px 24px;border:1px solid var(--msr-border);border-radius:14px;background:#fff;text-align:center}.msr-mailin-visual h2{margin:0 0 12px;font-size:1.45rem}.msr-mailin-visual>p{max-width:700px;margin:0 auto 20px;color:var(--msr-text-soft);font-size:.95rem}.msr-mailin-steps{display:flex;flex-direction:column;align-items:center}.msr-mailin-node{min-width:min(100%,260px);padding:12px 28px;border-radius:12px;background:var(--msr-charcoal);color:#fff;font-size:.95rem;font-weight:600;line-height:1.4}.msr-mailin-node.red{background:var(--msr-red)}.msr-mailin-arrow{padding:4px 0;color:var(--msr-red);font-size:1.4rem;line-height:1}.msr-mailin-note{margin-top:16px;color:var(--msr-text-muted);font-size:.85rem;line-height:1.6}.msr-promise{margin:40px 0;padding:36px 40px;border-radius:var(--msr-radius-lg);background:var(--msr-charcoal);box-shadow:var(--msr-shadow-md)}.msr-promise h2{margin:0 0 16px;color:#fff;font-size:1.3rem}.msr-promise ul{margin:0;padding:0;list-style:none}.msr-promise li{position:relative;padding:6px 0 6px 22px;color:#c8c8cc;font-size:.97rem;line-height:1.55}.msr-promise li:before{content:"\2713";position:absolute;left:0;color:var(--msr-red);font-weight:800}.msr-faq{margin-bottom:36px}.msr-faq>h2{margin-bottom:8px}.msr-faq details{padding:14px 0;border-bottom:1px solid var(--msr-border)}.msr-faq summary{position:relative;display:flex;align-items:center;justify-content:space-between;gap:20px;padding-right:4px;color:var(--msr-charcoal);font-size:.98rem;font-weight:600;cursor:pointer;list-style:none}.msr-faq summary::-webkit-details-marker{display:none}.msr-faq summary:after{content:"+";flex:0 0 auto;color:var(--msr-red);font-size:1.3rem;font-weight:400}.msr-faq details[open] summary:after{content:"\2212"}.msr-faq details p{margin:12px 0 4px;padding-right:30px;color:#444;font-size:.93rem;line-height:1.65}.msr-related{margin-bottom:36px}.msr-related ul{margin:0;padding:0;list-style:none}.msr-related li{padding:10px 0;border-bottom:1px solid var(--msr-border);font-size:.95rem}.msr-related li a{color:var(--msr-red);font-weight:700;text-decoration:none}.msr-related li a:hover{text-decoration:underline}.msr-hub{margin-bottom:36px}.msr-hub>h2{margin-bottom:14px}.msr-hub-group{margin-bottom:24px}.msr-hub-group h3,.msr-hub-group>strong{display:block;margin:0 0 10px;color:var(--msr-text-muted);font-size:.85rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.msr-hub-links{display:flex;flex-wrap:wrap;gap:8px}.msr-hub-links a{display:inline-block;padding:7px 14px;border:1px solid var(--msr-border);border-radius:8px;background:var(--msr-surface-soft);color:var(--msr-red);font-size:.88rem;font-weight:700;text-decoration:none;transition:background var(--msr-transition),border-color var(--msr-transition),transform var(--msr-transition)}.msr-hub-links a:hover{border-color:#f5c6c6;background:var(--msr-surface-red);transform:translateY(-1px)}.msr-cta-final{margin-top:40px;padding:44px 40px;border-radius:var(--msr-radius-lg);background:linear-gradient(135deg,var(--msr-red) 0%,var(--msr-red-deep) 100%);text-align:center;box-shadow:0 14px 34px #c81e1e3d}.msr-cta-final h2{margin:0 0 12px;color:#fff;font-size:1.6rem}.msr-cta-final p{max-width:680px;margin:0 auto 24px;color:#ffffffe0;font-size:1rem}.msr-cta-final .msr-btn{background:#fff;color:var(--msr-red)!important}.msr-cta-final .msr-btn:hover{background:#f4f4f4}.msr-cta-meta{display:flex;flex-wrap:wrap;justify-content:center;gap:6px 18px;margin-top:20px;color:#ffffffc7;font-size:.9rem;line-height:1.8}.msr-cta-meta strong{color:#fff}.msr-cta-meta span{display:inline-block}.msr-signature{margin:32px 0 0;padding:0 20px;color:var(--msr-text-soft);font-size:.95rem;font-style:italic;line-height:1.75;text-align:center}.msr-page .msr-text-center{text-align:center}.msr-page .msr-no-margin{margin:0!important}.msr-page .msr-mt-0{margin-top:0!important}.msr-page .msr-mb-0{margin-bottom:0!important}.msr-page .msr-mb-24{margin-bottom:24px!important}@media(max-width:768px){.msr-page{padding:0 14px}.msr-hero{padding:42px 26px}.msr-hero h1{font-size:1.8rem}.msr-checklist-items{grid-template-columns:1fr}.msr-img-trio{grid-template-columns:1fr 1fr}.msr-cta-meta{flex-direction:column;gap:2px}}@media(max-width:600px){.msr-page{padding:0 10px}.msr-page h2{margin-top:32px;font-size:1.3rem}.msr-hero{padding:36px 20px;border-radius:15px}.msr-hero:before{width:250px;height:250px;top:-65px;right:-75px}.msr-hero h1{font-size:1.55rem}.msr-hero p{font-size:.98rem}.msr-badge{padding:6px 13px;font-size:.78rem}.msr-btn{width:100%;max-width:360px;padding:14px 20px}.msr-trust-bar{align-items:flex-start;justify-content:flex-start;gap:8px;padding:16px 18px;font-size:.82rem}.msr-trust-bar span{width:100%}.msr-quick,.msr-workshop,.msr-tip,.msr-warning{padding:20px}.msr-stats,.msr-quote,.msr-promise,.msr-cta-final{padding:28px 22px;border-radius:15px}.msr-stat-number{font-size:1.6rem}.msr-img-pair,.msr-img-trio,.msr-cards,.msr-options{grid-template-columns:1fr}.msr-card:hover,.msr-option-card:hover{transform:none}.msr-checklist,.msr-repair-story,.msr-explainer,.msr-why,.msr-aus-conditions{padding:24px 20px}.msr-commonly-see table,.msr-colour-choices table{min-width:560px;font-size:.88rem}.msr-compare table{min-width:720px;font-size:.85rem}.msr-commonly-see td:first-child,.msr-colour-choices td:first-child{width:42%}.msr-step{gap:14px}.msr-step-num{flex-basis:32px;width:32px;height:32px;font-size:.9rem}.msr-mailin-node{width:100%;min-width:0}.msr-faq summary{align-items:flex-start}.msr-faq details p{padding-right:0}.msr-hub-links a{width:100%}.msr-cta-final h2{font-size:1.4rem}}@media(prefers-reduced-motion:reduce){.msr-page *,.msr-page *:before,.msr-page *:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/msr-styles.css.map */
