/* wagereviews.com.au */

@font-face { font-family: "Inter"; font-weight: 400; font-display: swap; src: url("/fonts/inter-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-weight: 500; font-display: swap; src: url("/fonts/inter-latin-500-normal.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-weight: 600; font-display: swap; src: url("/fonts/inter-latin-600-normal.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-weight: 700; font-display: swap; src: url("/fonts/inter-latin-700-normal.woff2") format("woff2"); }

:root {
  --navy: #0b1f3a;
  --navy-2: #122a4d;
  --ink: #0f172a;
  --ink-2: #475569;
  --ink-3: #64748b;
  --line: #e2e8f0;
  --line-2: #cbd5e1;
  --tint: #f4f6fa;
  --white: #ffffff;
  --accent: #2563eb;
  --accent-2: #1d4fd7;
  --accent-tint: #e8effd;
  --on-navy: rgba(255,255,255,.78);
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: var(--sans); font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 28px; }
a { color: var(--accent); text-decoration: none; }
a:hover { color: var(--accent-2); }
p { margin: 0 0 1em; }
h1, h2, h3 { margin: 0; line-height: 1.15; letter-spacing: -.02em; font-weight: 700; color: var(--ink); }
h2 { font-size: 34px; }
h3 { font-size: 20px; letter-spacing: -.01em; }
.eyebrow { font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; margin: 0 0 14px; color: var(--accent); }
.skip { position: absolute; left: -999px; }
.skip:focus { left: 16px; top: 8px; background: #fff; padding: 8px 12px; z-index: 30; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-weight: 600; font-size: 16px; padding: 14px 22px; border-radius: 8px; line-height: 1.2; border: 1px solid transparent; white-space: nowrap; cursor: pointer; font-family: inherit; }
.btn-primary { background: var(--accent); color: #fff; border-color: var(--accent); }
.btn-primary:hover { background: var(--accent-2); color: #fff; }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.45); }
.btn-ghost:hover { border-color: #fff; color: #fff; }
.btn-outline { background: #fff; color: var(--navy); border-color: var(--line-2); }
.btn-outline:hover { border-color: var(--navy); color: var(--navy); }
.btn-sm { padding: 10px 16px; font-size: 15px; }

/* ---------- Header ---------- */

.site-header { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; }
.header-grid { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 76px; }
.brand img { display: block; height: 32px; width: auto; }
.site-nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 30px; }
.site-nav a { color: var(--ink); font-weight: 500; font-size: 15.5px; padding: 6px 0; border-bottom: 2px solid transparent; }
.site-nav a:hover { color: var(--accent); }
.site-nav a[aria-current="page"], .site-nav a.current { color: var(--navy); border-bottom-color: var(--accent); }
.site-nav .nav-quote { display: none; }
.header-actions { display: flex; align-items: center; gap: 22px; }
.phone { color: var(--navy); font-weight: 600; font-size: 16px; display: inline-flex; align-items: center; gap: 8px; }
.phone svg { width: 16px; height: 16px; }
.call-icon { display: none; width: 40px; height: 40px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 8px; color: var(--navy); }
.call-icon svg { width: 18px; height: 18px; }
.menu-toggle { display: none; width: 44px; height: 40px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 0; cursor: pointer; }
.menu-toggle span, .menu-toggle span::before, .menu-toggle span::after { display: block; width: 18px; height: 2px; background: var(--navy); position: relative; transition: transform .15s, background .15s; }
.menu-toggle span::before, .menu-toggle span::after { content: ""; position: absolute; left: 0; }
.menu-toggle span::before { top: -6px; }
.menu-toggle span::after { top: 6px; }
.menu-toggle[aria-expanded="true"] span { background: transparent; }
.menu-toggle[aria-expanded="true"] span::before { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span::after { transform: translateY(-6px) rotate(-45deg); }

/* ---------- Hero (home and service pages) ---------- */

.hero { background: var(--navy); color: #fff; }
.hero .wrap { display: grid; grid-template-columns: minmax(0, 1fr) 420px; gap: 72px; align-items: start; padding-top: 72px; padding-bottom: 72px; }
.hero .eyebrow { color: #9db4d8; }
.hero h1 { font-size: 44px; color: #fff; max-width: 15em; }
.hero.hero-service h1 { font-size: 40px; }
.hero .lede { font-size: 19px; line-height: 1.55; color: var(--on-navy); margin: 22px 0 30px; max-width: 32em; }
.hero .lede strong { color: #fff; font-weight: 600; }
.hero .actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 36px; }
.proof { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px 28px; color: var(--on-navy); font-size: 15px; }
.proof li { display: flex; align-items: center; gap: 9px; }
.proof li::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #5b8def; flex: none; }

/* ---------- Quote form ---------- */

.quote { background: #fff; color: var(--ink); border-radius: 12px; padding: 28px 28px 24px; box-shadow: 0 20px 50px rgba(3,12,30,.35); }
.quote h2 { font-size: 22px; margin-bottom: 6px; }
.quote .sub { font-size: 14.5px; color: var(--ink-2); margin-bottom: 18px; }
.field { margin-bottom: 12px; }
.field label { display: block; font-size: 13px; font-weight: 600; color: var(--ink-2); margin-bottom: 5px; }
.field input, .field select, .field textarea { width: 100%; font: inherit; font-size: 15px; padding: 11px 12px; border: 1px solid var(--line-2); border-radius: 7px; background: #fff; color: var(--ink); }
.field textarea { min-height: 76px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--accent); outline-offset: 0; border-color: var(--accent); }
.two { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.quote .btn { width: 100%; margin-top: 4px; padding: 14px; }
.quote .after { font-size: 13.5px; color: var(--ink-3); margin: 12px 0 0; text-align: center; }
.quote .after a { color: var(--navy); font-weight: 600; }
.quote .status { display: none; margin: 12px 0 0; padding: 12px 14px; border-radius: 8px; font-size: 15px; }
.quote .status.ok { display: block; background: #e7f5ee; color: #14532d; }
.quote .status.err { display: block; background: #fdecec; color: #7f1d1d; }
.quote.compact { box-shadow: none; border: 1px solid var(--line); padding: 22px 22px 18px; }
.quote.compact h2 { font-size: 19px; }
.quote.plain { box-shadow: none; border: 1px solid var(--line); }
.cf-turnstile { margin: 4px 0 8px; }

/* ---------- Sections ---------- */

.section { padding: 80px 0; }
.section.tint { background: var(--tint); }
.section-head { max-width: 40em; margin-bottom: 40px; }
.section-head p { font-size: 18px; color: var(--ink-2); margin: 12px 0 0; }
.services { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.services.two-up { grid-template-columns: repeat(2, 1fr); }
.service { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 26px 26px 22px; display: flex; flex-direction: column; transition: box-shadow .15s, border-color .15s; color: var(--ink); }
.service:hover { border-color: var(--line-2); box-shadow: 0 10px 30px rgba(15,23,42,.06); color: var(--ink); }
.service .tag { font-size: 12.5px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 14px; }
.service h3 { margin-bottom: 10px; color: var(--navy); }
.service p { font-size: 15.5px; color: var(--ink-2); flex: 1; margin-bottom: 18px; }
.service .go { font-weight: 600; font-size: 15px; color: var(--accent); }
.service .go::after { content: " \2192"; }

.why { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: start; }
.why h2 { font-size: 32px; max-width: 14em; }
.why .big { font-size: 20px; color: var(--ink-2); margin-top: 16px; max-width: 26em; }
.points { list-style: none; margin: 0; padding: 0; display: grid; gap: 22px; }
.points li { padding-left: 22px; border-left: 3px solid var(--accent); }
.points strong { display: block; color: var(--navy); font-size: 17px; margin-bottom: 2px; }
.points span { color: var(--ink-2); font-size: 16px; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.step .n { width: 40px; height: 40px; border-radius: 50%; background: var(--navy); color: #fff; font-weight: 700; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; font-size: 16px; }
.step h3 { margin-bottom: 8px; }
.step p { color: var(--ink-2); font-size: 16px; margin: 0; }

.who { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.who h2 { font-size: 30px; }
.who p { color: var(--ink-2); }
.who .name { font-weight: 600; color: var(--navy); font-size: 18px; margin: 16px 0 4px; }
.facts { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 16px 24px; }
.facts li { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 18px 20px; font-size: 15px; color: var(--ink-2); }
.facts strong { display: block; color: var(--navy); font-size: 16px; margin-bottom: 3px; }

.guides { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.guides.list { grid-template-columns: repeat(2, 1fr); }
.guide { padding: 20px 22px; border: 1px solid var(--line); border-radius: 10px; color: var(--navy); font-weight: 600; font-size: 16px; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.guide:hover { border-color: var(--accent); color: var(--accent); }
.guide::after { content: "\2192"; color: var(--ink-3); }
.guide small { display: block; font-weight: 400; color: var(--ink-2); font-size: 14.5px; margin-top: 4px; }

.cta { background: var(--navy); color: #fff; padding: 72px 0; }
.cta .wrap { display: flex; justify-content: space-between; align-items: center; gap: 40px; flex-wrap: wrap; }
.cta h2 { color: #fff; font-size: 32px; }
.cta p { color: var(--on-navy); margin: 10px 0 0; font-size: 17px; max-width: 32em; }
.cta .actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ---------- Service pages ---------- */

.detail { display: grid; grid-template-columns: 1fr 1fr; gap: 48px 64px; }
.detail h2 { font-size: 24px; margin-bottom: 14px; }
.detail ul { list-style: none; margin: 0; padding: 0; }
.detail li { position: relative; padding-left: 26px; margin-bottom: 12px; color: var(--ink-2); font-size: 16.5px; }
.detail li::before { content: ""; position: absolute; left: 0; top: .5em; width: 12px; height: 12px; border-radius: 50%; background: var(--accent-tint); border: 2px solid var(--accent); }
.detail .span { grid-column: 1 / -1; }
.fee-box { background: var(--tint); border-radius: 12px; padding: 26px 28px; display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; }
.fee-box h2 { font-size: 22px; margin-bottom: 6px; }
.fee-box p { margin: 0; color: var(--ink-2); font-size: 16px; }
.honest { border-left: 3px solid var(--accent); padding-left: 20px; color: var(--ink-2); font-size: 16px; max-width: 40em; }

/* ---------- Guides ---------- */

.guide-head { background: var(--tint); border-bottom: 1px solid var(--line); }
.guide-head .wrap { padding-top: 52px; padding-bottom: 44px; max-width: 1200px; }
.guide-head h1 { font-size: 38px; max-width: 20em; }
.guide-head .lede { font-size: 19px; color: var(--ink-2); margin: 18px 0 16px; max-width: 36em; line-height: 1.5; }
.guide-head .lede p { margin: 0; }
.worked-from { font-size: 14px; color: var(--ink-3); margin: 0; }
.worked-from span { font-weight: 600; letter-spacing: .06em; text-transform: uppercase; font-size: 12px; color: var(--ink-2); margin-right: 8px; }
.worked-from i { font-style: italic; }
.crumbs { font-size: 14px; color: var(--ink-3); margin: 0 0 18px; }
.crumbs a { color: var(--ink-3); }
.crumbs a:hover { color: var(--accent); }

.guide-grid { display: grid; grid-template-columns: minmax(0, 720px) 340px; gap: 72px; justify-content: space-between; padding-top: 44px; padding-bottom: 72px; }
.rail { position: sticky; top: 96px; align-self: start; display: grid; gap: 20px; }
.toc { border: 1px solid var(--line); border-radius: 10px; padding: 18px 20px; }
.toc h2 { font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); margin: 0 0 8px; }
.toc ol { list-style: none; margin: 0; padding: 0; }
.toc a { display: block; padding: 5px 0 5px 12px; margin-left: -1px; border-left: 2px solid var(--line); color: var(--ink-2); font-size: 14.5px; line-height: 1.35; }
.toc a:hover { color: var(--ink); }
.toc a.current { color: var(--navy); border-left-color: var(--accent); font-weight: 600; }
.toc-inline { display: none; }

.content { min-width: 0; }
.content h2 { font-size: 26px; margin: 48px 0 14px; padding-top: 6px; }
.content h2:first-child { margin-top: 0; }
.content h3 { font-size: 19px; margin: 28px 0 8px; }
.content p, .content li { font-size: 17px; }
.content ul, .content ol { padding-left: 22px; margin: 0 0 1.2em; }
.content li { margin-bottom: .45em; }
.content blockquote { margin: 22px 0 26px; padding: 18px 22px 16px; background: var(--tint); border-left: 3px solid var(--accent); border-radius: 0 8px 8px 0; font-size: 17px; color: var(--ink); }
.content blockquote p { margin: 0 0 .6em; }
.content blockquote p:last-child { margin-bottom: 0; }
.content blockquote .source { display: block; margin-top: 10px; font-size: 12.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-3); font-weight: 600; }
.content a.xref { font-weight: 600; }
.content a.xref::after { content: " \2192"; }
.checklist { list-style: none; padding-left: 0 !important; }
.checklist li { position: relative; padding-left: 30px; }
.checklist li::before { content: ""; position: absolute; left: 0; top: .4em; width: 16px; height: 16px; border-radius: 50%; background: var(--accent-tint); border: 2px solid var(--accent); }
.checklist li::after { content: ""; position: absolute; left: 6px; top: calc(.4em + 3px); width: 4px; height: 8px; border: solid var(--accent); border-width: 0 2px 2px 0; transform: rotate(45deg); }

.table-scroll { overflow-x: auto; margin: 18px 0 26px; }
table { border-collapse: collapse; width: 100%; font-size: 15px; line-height: 1.4; }
th, td { text-align: left; vertical-align: top; padding: 9px 12px; border-bottom: 1px solid var(--line); }
thead th { font-size: 12.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-3); font-weight: 600; border-bottom: 2px solid var(--navy); white-space: nowrap; }
th:first-child, td:first-child { padding-left: 0; }
th:last-child, td:last-child { padding-right: 0; }
td.code { font-variant-numeric: tabular-nums; color: var(--ink-2); white-space: nowrap; }
td.num { font-variant-numeric: tabular-nums; white-space: nowrap; text-align: right; }
th.num { text-align: right; }
td.bar { width: 40%; padding-top: 12px; }
.bar-track { position: relative; height: 10px; }
.bar-fill { position: absolute; left: 0; top: 0; height: 10px; background: var(--accent); border-radius: 0 3px 3px 0; }
.bar-base { position: absolute; top: -5px; bottom: -5px; width: 0; border-left: 2px dashed var(--navy); }
.bar-label { font-size: 12.5px; color: var(--ink-3); margin-top: 6px; white-space: nowrap; }
tr.baseline td { background: var(--accent-tint); }
.table-key { font-size: 13.5px; color: var(--ink-3); margin: -14px 0 26px; }
.table-key .swatch { display: inline-block; width: 22px; height: 8px; background: var(--accent); vertical-align: middle; margin-right: 6px; border-radius: 0 3px 3px 0; }
.table-key .base { display: inline-block; width: 0; height: 12px; border-left: 2px dashed var(--navy); vertical-align: middle; margin: 0 8px 0 14px; }

.closing { margin-top: 56px; padding-top: 24px; border-top: 1px solid var(--line); }
.fine { font-size: 14px; line-height: 1.55; color: var(--ink-3); }
.fine p { margin-bottom: .8em; }
.sources { margin-top: 18px; padding: 16px 20px; background: var(--tint); border-radius: 8px; font-size: 14px; color: var(--ink-2); }
.sources h2 { font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); margin: 0 0 6px; padding: 0; }
.sources p { margin: 0; }

/* ---------- Plain pages (about, quote, 404) ---------- */

.plain-head .wrap { padding-top: 56px; padding-bottom: 12px; }
.plain-head h1 { font-size: 40px; max-width: 18em; }
.plain-head .lede { font-size: 19px; color: var(--ink-2); margin: 16px 0 0; max-width: 36em; }
.about-grid { display: grid; grid-template-columns: minmax(0, 720px) 340px; gap: 72px; justify-content: space-between; padding-top: 32px; padding-bottom: 72px; }
.entity { border: 1px solid var(--line); border-radius: 10px; padding: 20px 22px; font-size: 15px; }
.entity h2 { font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); margin: 0 0 10px; }
.entity dl { margin: 0; display: grid; grid-template-columns: auto 1fr; gap: 6px 14px; }
.entity dt { color: var(--ink-3); }
.entity dd { margin: 0; }
.quote-page { display: grid; grid-template-columns: minmax(0, 1fr) 460px; gap: 64px; align-items: start; padding-top: 32px; padding-bottom: 72px; }
.quote-page .side h2 { font-size: 22px; margin: 28px 0 10px; }
.quote-page .side p, .quote-page .side li { color: var(--ink-2); }

/* ---------- Footer ---------- */

.site-footer { background: #fff; border-top: 1px solid var(--line); padding: 48px 0 32px; font-size: 14.5px; color: var(--ink-2); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 36px; }
.site-footer h4 { margin: 0 0 12px; font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 8px; }
.site-footer a { color: var(--ink); }
.site-footer a:hover { color: var(--accent); }
.footer-bottom { border-top: 1px solid var(--line); padding-top: 20px; font-size: 13px; color: var(--ink-3); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }

/* ---------- Responsive ---------- */

@media (max-width: 1024px) {
  .hero .wrap { grid-template-columns: 1fr; gap: 40px; }
  .services, .guides { grid-template-columns: 1fr 1fr; }
  .why, .who, .detail, .quote-page { grid-template-columns: 1fr; gap: 36px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .guide-grid, .about-grid { grid-template-columns: 1fr; gap: 0; }
  .rail { display: none; }
  .toc-inline { display: block; margin: 0 0 28px; background: var(--tint); border-radius: 8px; padding: 12px 16px; }
  .toc-inline summary { font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); font-weight: 600; cursor: pointer; }
  .toc-inline ol { margin: 8px 0 0; padding-left: 20px; font-size: 15px; }
  .toc-inline li { margin-bottom: 4px; }
  .toc-inline a { color: var(--ink-2); }
  .mobile-quote { display: block; }
}
@media (min-width: 1025px) { .mobile-quote { display: none; } }

@media (max-width: 700px) {
  body { font-size: 16px; }
  .wrap { padding: 0 20px; }
  .header-grid { height: 64px; gap: 12px; }
  .brand img { height: 28px; }
  .site-nav { position: absolute; left: 0; right: 0; top: 100%; background: #fff; border-bottom: 1px solid var(--line); display: none; padding: 6px 20px 14px; box-shadow: 0 16px 30px rgba(15,23,42,.12); }
  .site-nav.open { display: block; }
  .site-nav ul { flex-direction: column; gap: 0; }
  .site-nav li { border-bottom: 1px solid var(--line); }
  .site-nav li:last-child { border-bottom: 0; }
  .site-nav a { display: block; padding: 14px 0; font-size: 17px; border-bottom: 0; }
  .site-nav .nav-quote { display: block; }
  .site-nav .nav-quote a { color: var(--accent); font-weight: 600; }
  .header-actions { gap: 8px; }
  .header-actions .phone, .header-actions .btn { display: none; }
  .call-icon { display: inline-flex; }
  .menu-toggle { display: flex; }
  .no-js .menu-toggle { display: none; }
  .no-js .site-nav { position: static; display: block; box-shadow: none; padding: 0; border: 0; order: 3; flex-basis: 100%; }
  .no-js .site-nav ul { flex-direction: row; flex-wrap: wrap; gap: 4px 16px; }
  .no-js .site-nav li { border: 0; }
  .no-js .site-nav a { padding: 4px 0; font-size: 14px; }
  .no-js .header-grid { flex-wrap: wrap; height: auto; padding: 10px 0; }
  .hero .wrap { padding-top: 44px; padding-bottom: 44px; }
  .hero h1, .hero.hero-service h1 { font-size: 31px; }
  .hero .lede { font-size: 17px; }
  .hero .actions .btn { width: 100%; }
  .quote { padding: 22px 20px; }
  .two { grid-template-columns: 1fr; }
  .section { padding: 52px 0; }
  h2, .why h2, .cta h2 { font-size: 26px; }
  .services, .services.two-up, .guides, .guides.list, .facts, .steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .guide-head h1, .plain-head h1 { font-size: 28px; }
  .content h2 { font-size: 22px; margin-top: 36px; }
  .fee-box { grid-template-columns: 1fr; }
  .cta .actions .btn { width: 100%; }
}

@media print {
  .site-header, .site-footer, .rail, .toc-inline, .cta, .quote { display: none; }
  body { font-size: 11pt; }
  .hero { background: #fff; color: #000; }
  .hero h1 { color: #000; }
  a { color: inherit; }
}
