@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=DM+Serif+Display:ital@0;1&display=swap');
:root{--navy:#1a2d3b;--wine:#673446;--wine-hover:#512335;--cream:#f7f3ed;--paper:#fff;--line:#dedbd7;--muted:#62696e;--tint:#f6eff2;--shadow:0 15px 55px #1a2d3b0d;--serif:'DM Serif Display',Georgia,serif;--sans:'DM Sans',Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--navy);font-family:var(--sans);font-size:16px;line-height:1.5}button,input,textarea{font:inherit}a{color:inherit;text-decoration:none}button{cursor:pointer}button:disabled{cursor:not-allowed}button,a,input,textarea,summary{touch-action:manipulation}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #b88294;outline-offset:4px}button{color:inherit}img{max-width:100%;display:block}svg{display:block}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-weight:400}.wrap{width:min(1240px,calc(100% - 96px));margin-inline:auto}.header{height:104px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #1a2d3b14}.brand{display:block;width:204px}.brand svg{width:100%;height:auto}.phone{display:flex;gap:10px;align-items:center;font-size:15px;font-weight:600}.phone svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.6}.hero{display:grid;grid-template-columns:1fr 1fr;gap:72px;padding-top:62px;padding-bottom:72px;align-items:start}.hero-copy{padding-top:5px}.eyebrow{font-size:12px;letter-spacing:.16em;font-weight:700;color:var(--wine)}h1{font-family:var(--serif);font-size:clamp(42px,4.4vw,64px);letter-spacing:-.035em;line-height:1.06;margin:18px 0 15px}h1 em{font-weight:400;font-style:normal;color:var(--wine);background:linear-gradient(transparent 87%,#dec3cc 87%,#dec3cc 96%,transparent 96%);box-decoration-break:clone;-webkit-box-decoration-break:clone}.intro{font-size:16px;line-height:1.45;max-width:465px;color:var(--muted)}.reassurance{display:flex;flex-wrap:wrap;gap:8px 22px;font-size:13px;margin:10px 0 24px}.reassurance>span{display:flex;align-items:center;gap:7px}.check{font-size:12px;display:inline-grid;place-items:center;background:#e8e8df;border-radius:50%;width:19px;height:19px}.home-photo{position:relative;overflow:hidden;border-radius:4px 38px 4px 4px;background:#e5dfd5;aspect-ratio:2.1}.home-photo img{width:100%;height:100%;object-fit:cover;object-position:center 58%}.home-photo:after{content:'';position:absolute;inset:50% 0 0;background:linear-gradient(transparent,#14222da1)}.home-photo figcaption{position:absolute;bottom:18px;left:23px;right:20px;color:white;z-index:1;font-size:14px;letter-spacing:.01em}.quiz{scroll-margin-top:24px;background:#fff;border:1px solid #e9e4df;border-radius:12px;box-shadow:var(--shadow);padding:30px 32px 19px;min-width:0;position:relative}.quiz-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.quiz-label{font-size:11px;font-weight:700;letter-spacing:.14em;color:var(--muted)}.step-count{font-size:12px;font-weight:600;color:var(--wine);white-space:nowrap}.progress{height:3px;background:#eee9e7;margin:18px 0 29px;overflow:hidden;border-radius:4px}.progress>span{display:block;height:100%;width:14%;background:var(--wine);transition:width .3s ease}.question-title{font-family:var(--serif);font-size:32px;line-height:1.14;letter-spacing:-.015em;margin-bottom:9px;outline:none}.question-help{color:var(--muted);font-size:15px;margin-bottom:23px}.choice-group{padding:0;margin:0;border:0;display:grid;gap:12px}.choice{display:flex;align-items:center;gap:15px;border:1px solid var(--line);border-radius:7px;min-height:80px;padding:16px;position:relative;cursor:pointer;transition:background .18s,border-color .18s;user-select:none}.choice:hover{background:#faf8f5;border-color:#b695a1}.choice:has(input:checked){background:var(--tint);border-color:var(--wine);box-shadow:0 0 0 1px var(--wine)}.choice:has(input:focus-visible){outline:3px solid #b88294;outline-offset:3px}.choice input{position:absolute;opacity:0;inset:0;width:100%;height:100%;margin:0;cursor:pointer}.choice-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:8px;background:#f6f2ed;flex:0 0 auto}.choice-icon svg{width:23px;height:23px;stroke:var(--navy);stroke-width:1.4;fill:none;stroke-linecap:round;stroke-linejoin:round}.choice:has(input:checked) .choice-icon{background:#eadde2}.choice-body{flex:1}.choice-title{font-size:16px;font-weight:600;display:block}.choice-desc{font-size:13px;color:var(--muted);margin-top:3px;display:block}.choice-dot{width:19px;height:19px;border:1px solid #c8c9c8;border-radius:50%;display:grid;place-items:center;flex-shrink:0}.choice:has(input:checked) .choice-dot{border:5px solid var(--wine);background:white}.choice-group.grid{grid-template-columns:1fr 1fr}.choice-group.grid .choice{min-height:74px;gap:9px;padding:13px}.choice-group.grid .choice-icon{display:none}.choice-group.multi .choice-dot{border-radius:4px}.choice-group.multi .choice:has(input:checked) .choice-dot{background:var(--wine);border-width:1px}.choice-group.multi .choice:has(input:checked) .choice-dot:after{content:'✓';color:white;font-size:13px}.quiz-actions{display:flex;align-items:center;gap:15px;margin-top:18px}.button{border:0;color:white;background:var(--wine);padding:15px 22px;min-height:53px;border-radius:6px;display:flex;align-items:center;justify-content:center;gap:22px;font-weight:600;flex:1;transition:background .2s,transform .2s}.button:hover{background:var(--wine-hover)}.button:active{transform:translateY(1px)}.button:disabled{opacity:.45}.back{background:none;border:0;padding:10px 0;font-size:14px;white-space:nowrap}.back[hidden]{display:none}.quiz-foot{display:flex;align-items:center;justify-content:center;gap:7px;font-size:12px;color:var(--muted);margin-top:18px}.quiz-foot svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:1.5}.preview-note{font-size:11px;text-align:center;color:#818182;margin-top:9px}.form-error{font-size:14px;color:#a02535;min-height:0;margin-top:12px}.form-error:empty{display:none}.field{display:block;font-size:14px;font-weight:550;margin-bottom:16px}.field input,.field textarea{display:block;width:100%;margin-top:7px;background:white;color:var(--navy);border:1px solid #cfcecc;border-radius:5px;padding:13px 14px;min-height:49px;font-size:16px}.field textarea{resize:vertical;min-height:72px}.field input::placeholder,.field textarea::placeholder{color:#999b9e}.field small{font-weight:400;color:var(--muted)}.compact-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.section-label{display:block;font-size:14px;font-weight:600;margin:20px 0 10px}.segments{display:flex;flex-wrap:wrap;gap:8px;border:0;margin:0 0 20px;padding:0}.segments legend{width:100%;padding:0 0 9px;font-size:14px;font-weight:600}.segment{position:relative;display:flex;align-items:center;justify-content:center;border:1px solid var(--line);min-width:44px;height:42px;border-radius:5px;padding:0 9px;font-size:14px;cursor:pointer;flex:1}.segment input{position:absolute;opacity:0;inset:0;width:100%;height:100%;margin:0;cursor:pointer}.segment:has(input:checked){color:var(--wine);border-color:var(--wine);background:var(--tint);box-shadow:0 0 0 1px var(--wine)}.segment:has(input:focus-visible){outline:3px solid #b88294;outline-offset:3px}.consent{display:flex;gap:9px;align-items:flex-start;font-size:12px;color:var(--muted);line-height:1.5;margin-top:8px}.consent input{accent-color:var(--wine);margin:4px 0 0;flex-shrink:0;width:15px;height:15px}.completion{min-height:330px;padding:16px 0 5px}.completion-mark{width:54px;height:54px;border-radius:50%;background:var(--tint);color:var(--wine);display:grid;place-items:center;font-size:24px;margin-bottom:25px}.completion p{color:var(--muted);margin:16px 0;font-size:15px}.completion .preview-box{background:var(--cream);border-radius:7px;padding:16px;font-size:14px}.completion .button{width:100%;margin-top:25px}.reviews-section{padding:60px 0 48px;background:#fff;border-block:1px solid #e9e4df;overflow:hidden}.reviews-heading{display:flex;justify-content:space-between;align-items:center;gap:36px}h2{font-family:var(--serif);font-size:38px;line-height:1.18;letter-spacing:-.025em}.reviews-heading h2{margin-top:10px}.rating{display:flex;align-items:center;gap:14px;flex-shrink:0}.rating strong{font-size:15px;font-weight:650}.rating div>span{display:block;font-size:12px;color:var(--muted);margin-top:2px}.stars{color:#b48546;letter-spacing:2px;font-size:18px;white-space:nowrap}.review-platforms{display:flex;align-items:center;gap:25px;margin-top:24px;margin-bottom:30px}.review-platforms a{display:flex;align-items:center;gap:14px}.review-platforms span{font-size:12px;color:var(--muted)}.review-platforms .platform-divider{width:1px;height:24px;background:var(--line)}.rma-logo{width:125px;height:26px;object-fit:contain;object-position:left center}.google-logo{width:65px;height:24px;object-fit:contain}.carousel-window{overflow:hidden}.review-track{display:flex;gap:20px;transition:transform .6s cubic-bezier(.22,.61,.36,1);will-change:transform}.review-card{flex:0 0 calc((100% - 40px)/3);min-width:0;background:#f8f6f2;border:1px solid #e9e4df;border-radius:8px;padding:24px;min-height:227px;display:flex;flex-direction:column}.review-card .stars{font-size:16px}.review-card blockquote{font-family:var(--serif);font-size:24px;line-height:1.3;letter-spacing:-.01em;margin:18px 0 24px}.review-card a{font-size:12px;color:var(--muted);margin-top:auto;display:flex;align-items:center;justify-content:space-between}.carousel-controls{display:flex;align-items:center;justify-content:space-between;margin-top:23px}.carousel-dots{display:flex;gap:8px}.carousel-dot{padding:0;width:7px;height:7px;border:0;background:#d8d2cd;border-radius:50%;position:relative}.carousel-dot:after{position:absolute;content:'';inset:-10px}.carousel-dot[aria-current="true"]{width:21px;border-radius:10px;background:var(--wine)}.carousel-arrows{display:flex;gap:8px}.circle-button{width:38px;height:38px;border-radius:50%;background:transparent;border:1px solid #d5d0cb;font-size:18px}.circle-button:hover{background:var(--cream)}.rotation{padding:8px 0;display:flex;align-items:center;gap:8px;font-size:12px;background:none;border:0;min-width:80px}.faq{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;padding-top:70px;padding-bottom:78px}.faq-heading h2{margin:14px 0 23px}.faq-heading>p:last-child{font-size:14px;color:var(--muted);line-height:1.9}.faq-heading a{color:var(--wine);border-bottom:1px solid #b998a5}.faq-list{border-top:1px solid #d9d5cf}.faq details{border-bottom:1px solid #d9d5cf}.faq summary{display:flex;align-items:center;justify-content:space-between;gap:20px;cursor:pointer;list-style:none;padding:21px 0;font-size:16px;font-weight:550}.faq summary::-webkit-details-marker{display:none}.faq summary span{font-size:23px;font-weight:400;color:var(--wine)}.faq details[open] summary span{font-size:0}.faq details[open] summary span:after{content:'−';font-size:23px}.faq details p{padding:0 35px 22px 0;color:var(--muted);font-size:15px;line-height:1.7}.footer{background:var(--navy);color:#f6f2eb;padding:37px 0 20px}.footer-top{display:flex;align-items:center;gap:30px;padding-bottom:30px}.footer-brand{background:var(--cream);padding:10px 14px;width:185px;border-radius:3px}.footer-top p{font-size:14px;color:#d4d7d8;flex:1}.footer-top>a:last-child{font-size:15px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;align-items:center;border-top:1px solid #ffffff20;padding-top:20px;font-size:11px;color:#c4cbd0}.footer-bottom button{background:none;border:none;padding:0;color:inherit;text-decoration:underline;font-size:12px}.skip-link{position:fixed;left:20px;top:-100px;background:#fff;padding:12px;z-index:99}.skip-link:focus{top:10px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}dialog{border:0;border-radius:12px;max-width:530px;width:calc(100% - 40px);padding:35px;color:var(--navy);box-shadow:0 20px 90px #0004}dialog::backdrop{background:#1a2d3b99}dialog h2{font-size:29px;margin:15px 0}dialog p{font-size:15px;line-height:1.7;margin:15px 0}.dialog-close{position:absolute;right:12px;top:8px;border:0;background:none;font-size:28px;padding:4px 10px}dialog a{text-decoration:underline}#question-content{animation:appear .22s ease}@keyframes appear{from{opacity:.3;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}
@media(min-width:1500px){.hero{gap:100px}}@media(max-width:1100px){.wrap{width:calc(100% - 64px)}.hero{gap:38px}h1{font-size:45px}.quiz{padding:25px}.reassurance{gap:13px;font-size:12px}.reviews-heading{gap:20px}.rating{display:block}.rating .stars{display:block;margin-bottom:6px}.review-card{padding:22px}.review-card blockquote{font-size:22px}.faq{gap:50px}}
@media(max-width:800px){.wrap{width:calc(100% - 40px)}.header{height:82px}.brand{width:177px}.phone{font-size:13px}.phone svg{width:15px}.hero{grid-template-columns:1fr;gap:21px;padding-top:29px;padding-bottom:45px}.hero-copy{padding:0}h1{font-size:clamp(40px,7.3vw,56px);max-width:600px;margin-top:13px;margin-bottom:12px}h1 br{display:none}.intro{font-size:16px;line-height:1.4;max-width:550px}.reassurance{margin:8px 0 0;font-size:12px;gap:8px 20px}.home-photo{display:none}.quiz{padding:25px;max-width:600px;width:100%;margin:auto}.quiz-label{font-size:11px}.question-title{font-size:30px}.question-help{font-size:14px}.reviews-section{padding:39px 0 32px}.reviews-heading{display:block}.reviews-heading h2{font-size:31px}.rating{display:flex;margin-top:19px;align-items:center}.rating .stars{margin:0}.review-platforms{gap:18px;margin:24px 0}.review-platforms a{gap:7px;align-items:flex-start;flex-direction:column}.review-platforms .platform-divider{height:40px}.review-card{flex-basis:calc((100% - 20px)/2)}.review-card blockquote{font-size:23px}.faq{grid-template-columns:1fr;gap:30px;padding-top:43px;padding-bottom:47px}.faq-heading h2{font-size:32px;margin:12px 0 15px}.faq-heading h2 br{display:none}.faq-heading>p:last-child br{display:none}.faq-heading>p:last-child a{margin-left:4px}.faq summary{padding:18px 0;font-size:15px}.footer-top{flex-wrap:wrap;gap:20px;padding-bottom:24px}.footer-brand{width:170px}.footer-top p{order:3;flex-basis:100%;font-size:13px}.footer-top>a:last-child{margin-left:auto;font-size:14px}.footer-bottom{flex-wrap:wrap;gap:11px;font-size:11px}.footer-bottom>span:nth-child(2){order:3;width:100%}}
@media(max-width:480px){.wrap{width:calc(100% - 36px)}.header{height:74px}.brand{width:157px}.phone{font-size:12px;gap:6px}.hero{padding-top:24px;gap:19px}.eyebrow{font-size:10px;letter-spacing:.15em}h1{font-size:clamp(36px,10.5vw,46px);line-height:1.04;letter-spacing:-.035em;margin-bottom:11px}.intro{font-size:15px;line-height:1.4}.reassurance{font-size:12px;gap:7px 17px;margin-top:8px}.quiz{padding:24px 21px 17px}.progress{margin:17px 0 24px}.question-title{font-size:29px}.choice{padding:14px;min-height:78px;gap:12px}.choice-title{font-size:15px}.choice-desc{font-size:12px}.choice-icon{width:34px;height:34px}.choice-group.grid .choice{padding:12px;min-height:67px}.choice-group.grid .choice-title{font-size:14px}.quiz-actions{gap:12px}.button{font-size:15px;padding:15px 13px}.review-card{flex-basis:100%;min-height:223px}.review-card blockquote{font-size:27px}.review-platforms{gap:22px}.review-platforms span{font-size:11px}.reviews-heading h2{font-size:31px}.rating .stars{font-size:16px}.rating div>span{font-size:11px}.compact-grid{grid-template-columns:1fr;gap:0}.field{margin-bottom:14px}.footer-brand{width:160px}.faq-heading h2{font-size:31px}}
.quiz-actions[hidden]{display:none}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.review-track{will-change:auto}}

/* ---- worth.wemark.com.au additions ---- */
/* button back to the main website, in this page's own style */
.header-actions{display:flex;align-items:center;gap:22px}
.site-button{display:inline-flex;align-items:center;gap:8px;white-space:nowrap;font-size:14px;font-weight:600;color:var(--navy);border:1px solid #1a2d3b40;border-radius:6px;padding:10px 16px;transition:background .2s,color .2s,border-color .2s}
.site-button:hover{background:var(--navy);border-color:var(--navy);color:#fff}
.quiz-privacy{background:none;border:0;padding:0;margin-left:4px;font:inherit;color:inherit;text-decoration:underline;text-underline-offset:2px;cursor:pointer}
.hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}
.completion .sending{color:var(--muted)}
@media(max-width:560px){.header-actions .site-button{display:none}}

/* The main website's footer, as it renders on www.wemark.com.au. Scoped
   under .wm-footer so it cannot touch this page's own styles. */
@font-face{font-family:'Conthrax';src:url('assets/conthrax-sb.woff2') format('woff2');font-weight:600;font-display:swap}
.wm-footer{background:#F1ECE4;color:#7C8894;border-top:1px solid rgba(31,45,56,.10);padding:72px 0 0;font-family:'Manrope',-apple-system,sans-serif;font-size:16px;line-height:1.65}
.wm-footer a{color:inherit}
.wm-wrap{max-width:1280px;margin:0 auto;padding:0 40px}
.wm-site-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;padding-bottom:48px;margin-bottom:64px;border-bottom:1px solid rgba(31,45,56,.10)}
.wm-site-cta p{margin:0;font-size:15px;color:#1F2D38}
.wm-footer .site-button{font-family:'Manrope',-apple-system,sans-serif;color:#1F2D38}
.wm-footer .site-button:hover{color:#FCFAF7}
.site-button-lg{font-size:14px;padding:13px 22px}
.wm-foot-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.3fr;gap:48px;padding-bottom:70px}
.wm-foot-grid img{display:block;height:30px;width:auto;margin-bottom:20px}
.wm-foot-grid p{margin:0;font-size:13.5px;line-height:22.275px;max-width:300px;color:#7C8894}
.wm-foot-grid h4{font-family:'Conthrax','Manrope',sans-serif;font-weight:700;font-size:10px;letter-spacing:.26em;text-transform:uppercase;color:#1F2D38;margin:0 0 20px;line-height:16.5px}
.wm-foot-grid ul{list-style:none;margin:0;padding:0;display:grid;gap:12px;font-size:13.5px;line-height:22.275px}
.wm-foot-grid ul a:hover{color:#6B3A3B}
.wm-socials{display:flex;gap:12px;margin-top:24px}
.wm-socials a{width:38px;height:38px;border-radius:50%;border:1px solid rgba(31,45,56,.10);display:grid;place-items:center;font-size:12px;font-weight:800;line-height:1;color:#1F2D38;transition:background .2s,color .2s,border-color .2s}
.wm-socials a:hover{background:#1F2D38;color:#FCFAF7;border-color:#1F2D38}
.wm-foot-bottom{border-top:1px solid rgba(31,45,56,.10);padding:26px 0;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;font-size:12px;line-height:19.8px;color:#7C8894}
.wm-foot-legal{display:flex;gap:16px}
.wm-foot-legal a{opacity:.65}
.wm-foot-legal a:hover{opacity:1;color:#6B3A3B}
.wm-built-by{font-size:10.5px;opacity:.55}
.wm-built-by a{border-bottom:1px solid currentColor;padding-bottom:1px}
@media(max-width:1020px){.wm-foot-grid{grid-template-columns:1fr 1fr}.wm-wrap{padding:0 28px}}
@media(max-width:640px){.wm-foot-grid{grid-template-columns:1fr;gap:34px}.wm-site-cta{margin-bottom:48px}.wm-site-cta .site-button{width:100%;justify-content:center}}

/* address suggestions (Google Places, SA only) */
.field.has-suggest{position:relative}
.suggest{display:none;position:absolute;left:0;right:0;top:calc(100% - 10px);z-index:30;margin:0;padding:6px;list-style:none;background:#fff;border:1px solid #cfcecc;border-radius:7px;box-shadow:0 14px 34px #1a2d3b24;font-weight:400}
.suggest.open{display:block}
.suggest li[data-i]{display:flex;gap:11px;align-items:flex-start;padding:10px 10px;border-radius:5px;cursor:pointer;line-height:1.3}
.suggest li[data-i]:hover,.suggest li.active{background:var(--tint)}
.suggest svg{width:17px;height:17px;flex:0 0 auto;margin-top:1px;fill:none;stroke:var(--wine);stroke-width:1.6}
.suggest strong{display:block;font-size:15px;font-weight:600;color:var(--navy)}
.suggest small{display:block;font-size:13px;color:var(--muted);margin-top:2px}
.suggest .suggest-credit{font-size:10px;color:#9a9c9e;text-align:right;padding:4px 8px 2px;letter-spacing:.02em}
