:root {
  --bg: #0f1720;
  --bg-soft: #142131;
  --card: #ffffff;
  --text: #0f1720;
  --muted: #5a6778;
  --line: #dbe3ea;
  --brand: #0e2f4f;
  --brand-2: #ee8b2d;
  --brand-3: #f5f7fa;
  --shadow: 0 18px 50px rgba(15, 23, 32, 0.09);
  --radius: 22px;
  --max: 1220px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }
.topbar {
  background: var(--bg);
  color: #d5dee7;
  font-size: 14px;
}
.topbar .container,
.nav .container,
.hero .container,
.cta-strip .container,
.footer-top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.topbar .container { padding: 12px 0; }
.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(219,227,234,.8);
}
.nav .container { padding: 18px 0; }
.brand { display: flex; align-items: center; gap: 14px; }
.brand-mark {
  width: 46px; height: 46px; border-radius: 14px;
  background: linear-gradient(135deg, var(--brand), #0b1d2f);
  color: white; display:flex; align-items:center; justify-content:center;
  font-weight: 800; letter-spacing:.08em;
}
.brand-copy strong { display:block; font-size: 15px; letter-spacing:.08em; text-transform: uppercase; }
.brand-copy span { display:block; color: var(--muted); font-size: 13px; }
.nav-links { display:flex; gap: 22px; flex-wrap: wrap; align-items:center; }
.nav-links a { color: #223041; font-weight: 600; font-size: 15px; }
.btn, .btn-outline {
  display: inline-flex; align-items:center; justify-content:center; gap:10px;
  padding: 14px 22px; border-radius: 999px; font-weight: 700; font-size: 15px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn { background: var(--brand-2); color: white; box-shadow: 0 12px 28px rgba(238,139,45,.28); }
.btn:hover, .btn-outline:hover { transform: translateY(-1px); }
.btn-outline { background: white; color: var(--brand); border: 1px solid var(--line); }
.hero {
  background:
    radial-gradient(circle at top right, rgba(238,139,45,.18), transparent 28%),
    linear-gradient(180deg, #f7fafc 0%, #fff 100%);
  padding: 70px 0 48px;
}
.hero-grid {
  display:grid; grid-template-columns: 1.08fr .92fr; gap: 32px; align-items:center;
}
.kicker {
  display:inline-flex; padding: 8px 14px; border-radius:999px; background:#eef4f9;
  color: var(--brand); font-weight: 700; font-size: 13px; letter-spacing:.04em; text-transform: uppercase;
}
.hero h1 { font-size: clamp(40px, 6vw, 68px); line-height:1.02; margin: 18px 0 18px; }
.hero p.lead { font-size: 19px; color: #405062; max-width: 760px; margin: 0 0 24px; }
.hero-points { display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px 16px; margin: 26px 0; }
.hero-points div {
  padding: 14px 16px; background:#fff; border:1px solid #e6edf3; border-radius:16px; box-shadow: var(--shadow);
  font-weight: 600; color:#203040;
}
.hero-card {
  background: #fff; border-radius: 28px; overflow: hidden; box-shadow: var(--shadow); border: 1px solid #e8eef3;
}
.hero-card .image-wrap { position: relative; min-height: 560px; }
.hero-card img { width:100%; height:100%; object-fit: cover; position:absolute; inset:0; }
.hero-card .overlay {
  position:absolute; inset:auto 18px 18px 18px; background: rgba(15,23,32,.82); color:white; padding:18px; border-radius:18px;
}
.metrics { display:grid; grid-template-columns: repeat(3,1fr); gap:16px; margin-top: 18px; }
.metric { background:#fff; border:1px solid #e6edf3; border-radius:22px; padding:22px; box-shadow: var(--shadow); }
.metric strong { display:block; font-size: 34px; color: var(--brand); line-height:1; }
.metric span { color: var(--muted); font-weight:600; }
section { padding: 80px 0; }
.section-head { display:flex; justify-content:space-between; gap:20px; align-items:end; margin-bottom: 30px; }
.section-head h2 { font-size: clamp(30px, 4vw, 46px); margin:0; line-height:1.05; }
.section-head p { max-width: 760px; color: var(--muted); font-size: 18px; margin:0; }
.cards { display:grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.card {
  background:#fff; border:1px solid #e6edf3; border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow);
}
.card h3 { margin: 0 0 10px; font-size: 22px; }
.card p, .card li { color:#516071; }
.card ul { padding-left: 18px; margin: 12px 0 0; }
.process-grid { display:grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.process-step { background:#fff; border:1px solid #e6edf3; border-radius:22px; padding:24px; box-shadow: var(--shadow); }
.process-step .num {
  width: 42px; height:42px; border-radius: 50%; background:#eef4f9; color: var(--brand); font-weight:800;
  display:flex; align-items:center; justify-content:center; margin-bottom: 18px;
}
.tool-grid { display:grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.tool { display:flex; gap: 16px; align-items:flex-start; background:#fff; border:1px solid #e6edf3; border-radius: 20px; padding: 20px; box-shadow: var(--shadow); }
.tool-icon {
  min-width:50px; height:50px; border-radius:14px; background:#eef4f9; color: var(--brand); display:flex; align-items:center; justify-content:center; font-size:22px;
}
.portfolio-grid { display:grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.ba-card { background:#fff; border:1px solid #e6edf3; border-radius: 28px; overflow:hidden; box-shadow: var(--shadow); }
.ba-media { position:relative; aspect-ratio: 4/3; overflow:hidden; background:#eff4f8; }
.ba-media img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.ba-media .after-img { clip-path: inset(0 0 0 50%); }
.ba-handle {
  position:absolute; inset:0 auto 0 50%; width:4px; background:#fff; box-shadow: 0 0 0 1px rgba(15,23,32,.12);
}
.ba-handle::before {
  content:"↔"; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);
  width:44px; height:44px; border-radius:50%; background:#fff; color:var(--brand); display:flex; align-items:center; justify-content:center; font-weight:800;
  box-shadow: 0 10px 24px rgba(15,23,32,.18);
}
.ba-range { position:absolute; inset:0; opacity:0; cursor:ew-resize; }
.ba-labels { position:absolute; inset:auto 16px 16px 16px; display:flex; justify-content:space-between; pointer-events:none; }
.ba-labels span { background:rgba(15,23,32,.78); color:#fff; padding:8px 12px; border-radius:999px; font-size:13px; font-weight:700; }
.ba-copy { padding: 22px; }
.quote-template {
  background: linear-gradient(135deg, #0f1720 0%, #163150 100%);
  color:#fff; border-radius:30px; padding: 34px; box-shadow: var(--shadow);
}
.quote-top, .quote-columns { display:grid; grid-template-columns: 1.1fr .9fr; gap: 26px; }
.quote-badge { display:inline-flex; background: rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.15); border-radius:999px; padding:8px 14px; font-weight:700; font-size:13px; }
.quote-sample {
  background:#fff; color:#172231; border-radius:24px; padding:24px; margin-top:24px;
}
.sample-table { width:100%; border-collapse: collapse; font-size: 14px; }
.sample-table th, .sample-table td { padding: 12px 10px; border-bottom:1px solid #e8eef3; text-align:left; }
.sample-table tfoot td { font-weight:800; }
.quote-visual {
  border-radius:24px; overflow:hidden; border:1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.06);
}
.quote-visual img { width:100%; height:100%; object-fit:cover; min-height: 310px; }
.suburb-grid { display:grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.suburb-grid a {
  display:block; padding: 14px 16px; background:#fff; border:1px solid #e6edf3; border-radius: 16px; font-weight:700; color:#203040; box-shadow: var(--shadow);
}
.faqs { display:grid; gap: 16px; }
.faq { border:1px solid #e6edf3; border-radius: 18px; padding: 20px 22px; box-shadow: var(--shadow); background:#fff; }
.faq h3 { margin:0 0 8px; font-size: 20px; }
.cta-strip { background: var(--bg); color:#fff; padding: 32px 0; }
.cta-strip h2 { margin:0; font-size: clamp(28px, 4vw, 42px); }
.footer-top { background:#08111a; color:#d5dee7; padding: 50px 0; }
.footer-grid { display:grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 24px; width:100%; }
.footer-grid h3, .footer-grid h4 { color:#fff; margin-top:0; }
.footer-grid a { color:#d5dee7; }
.disclaimer {
  margin-top: 12px; font-size: 13px; color:#7d8b99;
}
.gallery-strip { display:grid; grid-template-columns: repeat(3,1fr); gap:16px; }
.gallery-strip img { border-radius:22px; border:1px solid #e6edf3; box-shadow:var(--shadow); aspect-ratio: 4/3; object-fit:cover; }
@media (max-width: 1100px) {
  .hero-grid, .quote-top, .quote-columns, .cards, .process-grid, .portfolio-grid, .tool-grid, .suburb-grid, .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 820px) {
  .nav .container, .topbar .container, .cta-strip .container, .section-head { flex-direction:column; align-items:flex-start; }
  .hero-grid, .cards, .process-grid, .portfolio-grid, .tool-grid, .quote-top, .quote-columns, .suburb-grid, .footer-grid, .metrics, .hero-points { grid-template-columns: 1fr; }
  .nav-links { display:none; }
  .hero-card .image-wrap { min-height: 360px; }
  section { padding: 62px 0; }
}
