:root {
  --primary: #102b52;
  --primary-dark: #0b1f3d;
  --accent: #f29a2e;
  --accent-dark: #d77e12;
  --ink: #122033;
  --muted: #58677f;
  --bg: #f4f7fb;
  --card: #ffffff;
  --line: #d9e3ef;
  --success: #0f9d58;
  --shadow: 0 14px 34px rgba(16, 38, 74, 0.09);
  --shadow-lg: 0 28px 70px rgba(16, 38, 74, 0.16);
  --radius: 20px;
  --max: 1200px;
}
* { 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(--ink);
  background:
    radial-gradient(circle at top left, rgba(16, 43, 82, 0.06), transparent 34%),
    linear-gradient(180deg, #f9fbff 0%, #ffffff 40%, #f9fbff 100%);
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(var(--max), calc(100% - 2rem)); margin: 0 auto; }
.section-header { max-width: 760px; margin-bottom: 1.8rem; }
.section-header-centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.mini-kicker {
  color: var(--accent);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .75rem;
  margin-bottom: .75rem;
}
.mini-kicker-subline {
  color: var(--muted);
  text-transform: none;
  letter-spacing: 0;
  font-size: .85rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: .35rem;
  display: block;
}
.phone-strip .mini-kicker {
  margin-bottom: .35rem;
}
.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: -1.6rem;
  position: relative;
  z-index: 3;
}
.trust-pill {
  background: rgba(255,255,255,0.98);
  border: 1px solid rgba(219,228,240,.9);
  border-radius: 18px;
  padding: 1rem 1.1rem;
  box-shadow: var(--shadow);
  font-weight: 800;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: .75rem;
}
.trust-icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(15,79,201,.12), rgba(56,164,255,.18));
  color: var(--primary);
  font-weight: 900;
  flex: 0 0 34px;
}
.text-gradient {
  background: linear-gradient(135deg, #ffffff, #f5bb6d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  padding: 1rem 1.35rem;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: -0.01em;
  border: 2px solid transparent;
  transition: .22s ease;
  box-shadow: 0 12px 28px rgba(11, 95, 255, 0.10);
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--accent), #ffb252); color: #13233a; box-shadow: 0 16px 30px rgba(242,154,46,.28); }
.btn-primary:hover { background: linear-gradient(135deg, var(--accent-dark), var(--accent)); }
.btn-secondary { background: rgba(255,255,255,0.96); color: var(--primary); border-color: rgba(15,79,201,.12); }
.btn-secondary:hover { background: #f2f7ff; }
.btn-accent { background: linear-gradient(135deg, var(--accent), #ffb252); color: #13233a; border-color: rgba(255,184,97,.42); box-shadow: 0 16px 30px rgba(242,154,46,.28); }
.btn-accent:hover { background: linear-gradient(135deg, var(--accent-dark), var(--accent)); }
.topbar { background: linear-gradient(90deg, #0d1d31, #142640); color: #fff; font-size: .93rem; }
.topbar-inner, .nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .85rem 0; }
.nav-inner {
  justify-content: flex-start;
}
.topbar a { color: #fff; font-weight: 800; }
.topbar-call a {
  display: inline-flex;
  align-items: center;
  padding: .5rem .9rem;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
}
.header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.92); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(217,227,239,.9); box-shadow: 0 8px 30px rgba(18,32,51,.04); }
.brand { display: flex; align-items: center; gap: .75rem; font-weight: 800; font-size: 1.05rem; }
.brand-logo { gap: .9rem; }
.site-logo {
  width: 164px;
  height: auto;
  display: block;
  filter: drop-shadow(0 8px 18px rgba(16,38,74,.12));
}
.site-logo-preview {
  width: 260px;
}
.brand-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.brand-name-visible {
  font-size: 1.22rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #68c443;
}
.brand-name-black {
  color: #000;
}
.hero-wordmark-row {
  display: flex;
  align-items: center;
  gap: 1.35rem;
  margin-bottom: 2.4rem;
  position: relative;
  z-index: 2;
}
.hero-wordmark {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(3rem, 5.6vw, 4.9rem);
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #68c443;
  line-height: 1;
}
.hero-icon-inline {
  width: 132px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 28px rgba(0,0,0,.24));
}
.phone-strip-caption {
  margin-top: .35rem;
  color: var(--muted);
  font-size: .95rem;
  font-weight: 700;
}
.hero-van-photo {
  margin: 1.1rem 0 1.4rem;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(217,227,239,.9);
  box-shadow: var(--shadow);
  background: #fff;
}
.hero-van-photo img {
  display: block;
  width: 100%;
  height: auto;
}
.brand-badge { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: linear-gradient(135deg, var(--primary), #33a1ff); color: #fff; font-size: 1.15rem; }
.nav-links { display: flex; align-items: center; gap: 1.15rem; margin-left: 0; flex: 1; }
.nav-links a { color: var(--muted); font-weight: 700; }
.nav-links .btn { margin-left: auto; }
.nav-links a.active, .nav-links a:hover { color: var(--primary); }
.menu-toggle { display: none; border: 0; background: transparent; font-size: 1.6rem; color: var(--ink); }
.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 20%, rgba(255,255,255,.14), transparent 20%),
    radial-gradient(circle at 80% 18%, rgba(242,154,46,.18), transparent 22%),
    linear-gradient(135deg, #091a31 0%, #10284a 28%, #173b67 62%, #edf5ff 100%);
  padding: 7.2rem 0 5.2rem;
}
.hero::before {
  content: "";
  position: absolute;
  inset: auto -12% -24% auto;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242,154,46,.22), transparent 62%);
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  inset: -120px auto auto -120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.08), transparent 68%);
  pointer-events: none;
}
.hero-grid, .two-col { display: grid; grid-template-columns: 1.08fr .92fr; gap: 2.4rem; align-items: center; }
.two-col > :only-child { grid-column: 1 / -1; }
.hero-premium .hero-grid { align-items: stretch; }
.hero-showcase { display: flex; align-items: stretch; }
.hero-actions { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.5rem; }
.eyebrow { display: inline-flex; gap: .45rem; align-items: center; padding: .58rem .9rem; border-radius: 999px; background: rgba(255,255,255,.12); color: #fff; font-weight: 800; font-size: .88rem; box-shadow: none; border: 1px solid rgba(255,255,255,.12); }
h1, h2, h3 { line-height: 1.08; margin: 0 0 .9rem; }
h1 { font-size: clamp(3.2rem, 6.5vw, 6rem); letter-spacing: -0.05em; max-width: 11.5ch; color: #fff; }
h2 { font-size: clamp(2.15rem, 4.2vw, 3.5rem); letter-spacing: -0.035em; }
h3 { font-size: 1.32rem; }
.lead { font-size: 1.17rem; color: rgba(255,255,255,.84); max-width: 58ch; }
.section .lead, .section.alt .lead, .page-hero .lead, .footer .lead {
  color: var(--muted);
}
.hero-card, .card, .quote-box, .contact-box {
  background: linear-gradient(180deg, rgba(255,255,255,0.99), rgba(247,250,255,0.97));
  border: 1px solid rgba(217, 227, 239, 0.95);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.hero-card { padding: 1.9rem; box-shadow: var(--shadow-lg); position: relative; overflow: hidden; }
.hero-card::after { content: ""; position: absolute; inset: auto -50px -50px auto; width: 160px; height: 160px; border-radius: 50%; background: radial-gradient(circle, rgba(11,95,255,.10), transparent 65%); }
.hero-card-premium { min-height: 100%; }
.hero-banner-art {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 1rem;
  border: 1px solid rgba(219,228,240,.9);
  background: #fff;
}
.photo-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .85rem;
  margin-bottom: 1rem;
}
.job-photo, .gallery-photo {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 18px;
  border: 1px solid rgba(219,228,240,.9);
  box-shadow: var(--shadow);
}
.gallery-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1.5rem;
}
.recent-work {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.8rem;
  margin-top: 1.6rem;
}
.recent-install-grid {
  align-items: stretch;
}
.recent-work-card {
  background: linear-gradient(180deg, rgba(255,255,255,.99), rgba(247,250,255,.97));
  border: 1px solid rgba(217,227,239,.9);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}
.recent-install-photo {
  margin: 0;
  border-bottom: 1px solid rgba(217,227,239,.7);
  border-radius: 28px 28px 0 0;
  overflow: hidden;
  background: #fff;
}
.recent-install-location {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 800;
  font-size: .76rem;
  color: var(--primary);
  margin-bottom: .45rem;
}
.recent-install-location::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}
.recent-install-photo .gallery-photo {
  width: 100%;
  height: auto;
  display: block;
}
.recent-work-copy {
  padding: 1.2rem 1.4rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: .4rem;
}
.recent-work-copy strong {
  display: block;
  color: var(--ink);
}
.recent-work-copy p {
  margin: 0;
  color: var(--muted);
}
.gallery-strip-3 {
  grid-template-columns: 1.15fr .85fr .85fr;
}
.gallery-photo.tall {
  min-height: 0;
}
.system-visual-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1.6rem;
}
.wide-photo {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 20px;
  border: 1px solid rgba(219,228,240,.9);
  box-shadow: var(--shadow);
}
.map-illustration {
  width: 100%;
  border-radius: 18px;
  margin-bottom: 1rem;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.08);
}
.portrait-photo {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  max-height: 480px;
}
.owner-panel-top {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 1rem;
  align-items: stretch;
  margin-bottom: 1rem;
}
.owner-brand-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  padding: 1.2rem;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.04));
  border: 1px solid rgba(255,255,255,.12);
}
.owner-brand-logo {
  width: min(240px, 100%);
  height: auto;
  filter: drop-shadow(0 14px 30px rgba(0,0,0,.22));
}
.checklist, .feature-list, .contact-list, .suburb-list { list-style: none; padding: 0; margin: 1rem 0 0; }
.checklist li, .feature-list li, .contact-list li, .suburb-list li { display: flex; gap: .7rem; margin-bottom: .75rem; color: var(--ink); }
.icon-dot { flex: 0 0 28px; width: 28px; height: 28px; border-radius: 999px; display: grid; place-items: center; background: #e8f7ee; color: var(--success); font-size: .95rem; }
.section { padding: 6.4rem 0; }
.section.alt { background: linear-gradient(180deg, #e9f1fb, #f7faff); border-top: 1px solid rgba(217,227,239,.72); border-bottom: 1px solid rgba(217,227,239,.72); }
.section-dark-band {
  background: linear-gradient(180deg, #0c1e37 0%, #132b4d 100%);
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.section-dark-band .kicker,
.section-dark-band h2,
.section-dark-band .lead,
.section-dark-band .card-dark h3,
.section-dark-band .card-dark p {
  color: #fff;
}
.section-dark-band .lead {
  color: rgba(255,255,255,.78);
}
.section-dark-band .service-card {
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(244,248,253,.96));
}
.grid-2, .grid-3, .grid-4, .testimonials, .stats { display: grid; gap: 1.25rem; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.testimonials { grid-template-columns: repeat(3, 1fr); }
.stats { grid-template-columns: repeat(4, 1fr); margin-top: 1.5rem; }
.card { padding: 1.65rem; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: rgba(15,79,201,.16); }
.card-dark {
  background: linear-gradient(160deg, #15315d, #0d2145 64%, #0a1832);
  color: #fff;
  border-color: rgba(255,255,255,.08);
}
.white-list li, .card-dark p, .card-dark h3 { color: rgba(255,255,255,.95); }
.service-card { position: relative; }
.service-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-size: 1.4rem;
  background: linear-gradient(135deg, rgba(16,43,82,.1), rgba(242,154,46,.18));
  margin-bottom: 1rem;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
}
.stat { text-align: center; padding: 1.3rem; background: linear-gradient(180deg, #ffffff, #f8fbff); border-radius: 16px; border: 1px solid var(--line); box-shadow: var(--shadow); }
.stat strong { display: block; font-size: 1.8rem; color: var(--primary); }
.kicker { color: var(--primary); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; font-size: .8rem; }
.page-hero { padding: 4.3rem 0 3.7rem; background: linear-gradient(135deg, #10284a 0%, #1a3e6c 72%, #eef5ff 100%); border-bottom: 1px solid rgba(16,43,82,.08); }
.page-hero h1 {
  color: #fff;
  max-width: 14ch;
}
.page-hero .lead {
  color: rgba(255,255,255,.82);
}
.page-hero .breadcrumbs {
  color: rgba(255,255,255,.7);
}
.page-hero-inner {
  max-width: 920px;
}
.cta-band { background: linear-gradient(135deg, #10284a, #183b66 58%, #254f82); color: #fff; border-radius: 28px; padding: 2.6rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; box-shadow: var(--shadow-lg); border: 1px solid rgba(255,255,255,.06); }
.footer { background: linear-gradient(180deg, #122239, #0d1728); color: rgba(255,255,255,.92); padding: 3.2rem 0 2.7rem; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 1.5rem; }
.footer a { color: #fff; }
.footer-logo {
  width: 150px;
  filter: brightness(1.03) drop-shadow(0 8px 18px rgba(0,0,0,.16));
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
label { font-weight: 700; font-size: .95rem; display: block; margin-bottom: .35rem; }
input, textarea, select { width: 100%; border: 1px solid var(--line); border-radius: 14px; padding: .95rem 1rem; font: inherit; background: #fff; }
textarea { min-height: 150px; resize: vertical; }
.notice { font-size: .95rem; color: var(--muted); }
.small { font-size: .92rem; color: var(--muted); }
.breadcrumbs { color: var(--muted); font-size: .95rem; margin-bottom: .8rem; }
.badge-row { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1rem; }
.badge { padding: .58rem .9rem; border-radius: 999px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.14); font-weight: 700; color: rgba(255,255,255,.9); }
.section .badge, .section.alt .badge, .page-hero .badge {
  background: #fff;
  border: 1px solid var(--line);
  color: var(--muted);
}
.phone-box { padding: 1.2rem 1.25rem; border-radius: 18px; background: linear-gradient(180deg, #fff7ee, #fff1df); border: 1px solid #ffd9b0; }
.hero-points { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem; margin: 1.5rem 0; }
.hero-point { padding: 1rem 1.05rem; border-radius: 16px; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.12); box-shadow: none; font-weight: 700; color: #fff; backdrop-filter: blur(8px); }
.hero-point strong { color: #fff; }
.testimonial-card {
  position: relative;
}
.testimonial-card::before {
  content: "“";
  font-size: 4rem;
  line-height: 1;
  color: rgba(15,79,201,.12);
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.testimonial-card strong { display: inline-block; margin-top: .9rem; color: var(--primary); }
.contact-box, .quote-box { box-shadow: var(--shadow-lg); }
.two-col > div > p.kicker + h2 {
  max-width: 14ch;
}
.two-col > div > .lead {
  max-width: 56ch;
}
.suburb-coverage-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
  align-items: stretch;
}
.suburb-coverage-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.suburb-note {
  margin-top: 1rem;
}
.area-links a { display: inline-flex; margin: .35rem .45rem .35rem 0; padding: .65rem 1rem; border-radius: 999px; border: 1px solid var(--line); background: linear-gradient(180deg, #fff, #f5f9ff); color: var(--primary); font-weight: 700; box-shadow: var(--shadow); }
.area-links-compact a { margin: .3rem .35rem .3rem 0; }
.area-links a:hover { border-color: rgba(11,95,255,.18); transform: translateY(-1px); }
.faq-grid .card h3 { font-size: 1.1rem; }
.sticky-call { position: fixed; right: 18px; bottom: 18px; z-index: 40; background: linear-gradient(135deg, var(--accent), #ff9d2f); color: #fff; padding: 1rem 1.2rem; border-radius: 999px; font-weight: 800; box-shadow: var(--shadow-lg); border: 1px solid rgba(255,255,255,.28); }
.hero-grid-conversion {
  grid-template-columns: 1.12fr .88fr;
}
.quote-hero-card {
  display: grid;
  gap: 1rem;
}
.phone-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff7ee, #fff1df);
  border: 1px solid #ffd9b0;
}
.phone-strip-number {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--primary);
}
.phone-strip-caption {
  margin-top: .45rem;
  color: var(--muted);
  font-size: .95rem;
  font-weight: 600;
}
.quote-form-card {
  padding: 1.25rem;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff, #f7faff);
  border: 1px solid rgba(217,227,239,.95);
}
.quote-form-card h3 {
  margin-bottom: .7rem;
}
.compact-form-grid {
  grid-template-columns: 1fr 1fr;
}
.form-actions {
  margin-top: 1rem;
}
.why-grid {
  align-items: stretch;
}
.about-panel {
  align-self: stretch;
}
.panel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 1.25rem;
}
.service-support-row {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 1rem;
  margin-top: 1.6rem;
  align-items: stretch;
}
.service-support-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service-area-card {
  grid-column: 1 / -1;
  width: 100%;
}
.service-map-live {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 1rem;
  border: 1px solid rgba(217,227,239,.95);
  background: #dfe9f3;
  width: 100%;
  aspect-ratio: 1 / 1;
}
.leaflet-service-map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.leaflet-service-map .leaflet-control-attribution {
  font-size: .72rem;
}
.leaflet-service-map .leaflet-popup-content-wrapper,
.leaflet-service-map .leaflet-popup-tip {
  box-shadow: 0 10px 24px rgba(8,22,44,.18);
}
.leaflet-service-map .leaflet-popup-content {
  margin: .7rem .9rem;
  font-size: .92rem;
  line-height: 1.35;
}
.service-map-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0 0 1rem;
  color: var(--ink);
  font-size: .95rem;
  font-weight: 700;
}
.service-map-legend span {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
}
.legend-dot {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  display: inline-block;
  border: 1px solid rgba(11,95,255,.45);
}
.legend-15 { background: rgba(11,95,255,.2); }
.legend-20 { background: rgba(11,95,255,.13); }
.legend-25 { background: rgba(11,95,255,.08); }
.leaflet-overlay-pane path[stroke="#3e79c7"],
.leaflet-overlay-pane path[stroke="#2f69b9"] {
  display: none !important;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.process-step {
  position: relative;
  padding-top: 4.2rem;
}
.process-number {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-weight: 900;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), #2b5f96);
  box-shadow: var(--shadow);
}
.cta-band-strong {
  background: linear-gradient(135deg, #10284a, #183b66 58%, #2b5f96);
}
.page-hero-conversion {
  padding: 4.8rem 0 4rem;
}
.page-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 1.4rem;
  align-items: center;
}
.page-hero-grid > :only-child {
  grid-column: 1 / -1;
}
.hero-wide .page-hero-grid > div {
  width: 100%;
}
.hero-wide h1,
.hero-wide .lead {
  max-width: none;
}
.page-hero-actions {
  margin-top: 1.35rem;
}
.quick-contact-card {
  padding: 1.7rem;
  box-shadow: var(--shadow-lg);
}
.page-form-layout {
  align-items: start;
}
.quote-form-shell {
  box-shadow: var(--shadow-lg);
}
.process-grid-vertical {
  grid-template-columns: 1fr;
}
.compact-process-step {
  min-height: auto;
}
.compact-process-step p {
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .hero-grid, .two-col, .grid-2, .grid-3, .grid-4, .testimonials, .stats, .footer-grid, .form-grid, .hero-points, .trust-strip, .photo-split, .gallery-strip, .gallery-strip-3, .system-visual-row, .recent-work, .process-grid, .service-support-row, .compact-form-grid, .page-hero-grid, .owner-panel-top, .suburb-coverage-grid { grid-template-columns: 1fr; }
  .leaflet-service-map { height: 100%; }
  .nav-links { display: none; position: absolute; left: 0; right: 0; top: calc(100% + 1px); background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); padding: 1rem; flex-direction: column; align-items: flex-start; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .menu-toggle { display: block; }
  .cta-band, .topbar-inner, .nav-inner, .phone-strip, .hero-brand-lockup { flex-direction: column; align-items: flex-start; }
  .hero { padding: 4.8rem 0 3.2rem; }
  .trust-pill { padding: .95rem 1rem; }
  h1 { max-width: none; }
  .site-logo { width: 132px; }
  .sticky-call { left: 16px; right: 16px; bottom: 14px; justify-content: center; text-align: center; }
}
