
    /* ── Reset ── */
    *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      font-family: 'Barlow', sans-serif;
      font-weight: 400;
      font-size: 17px;
      line-height: 1.7;
      color: var(--text-primary);
      background: var(--bg-primary);
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      overflow-x: hidden;
    }
    img { max-width: 100%; height: auto; display: block; }
    a { color: inherit; text-decoration: none; }

    /* ── Colour Variables — Dark Mode (default) ── */
    :root,
    [data-color-mode="dark"] {
      --bg-primary: #0A0A0A;
      --bg-surface: #141414;
      --bg-elevated: #1A1A1A;
      --accent: #0081b8;
      --accent-glow: #0081b840;
      --accent-hover: #26a7de;
      --btn-text: #FFFFFF;
      --text-primary: #FFFFFF;
      --text-secondary: #9CA3AF;
      --text-muted: #6B7280;
      --proof-gold: #F59E0B;
      --border: rgba(255,255,255,0.06);
      --card-bg: rgba(255,255,255,0.04);
      --card-border: rgba(255,255,255,0.08);
      --hero-overlay-top: rgba(10,10,10,0.85);
      --hero-overlay-mid: rgba(10,10,10,0.7);
      --hero-overlay-btm: rgba(10,10,10,0.92);
      --map-filter: grayscale(1) invert(0.92) contrast(1.1);
    }

    /* ── Light Mode ── */
    [data-color-mode="light"] {
      --bg-primary: #FAFAFA;
      --bg-surface: #FFFFFF;
      --bg-elevated: #F3F4F6;
      --text-primary: #111827;
      --text-secondary: #4B5563;
      --text-muted: #9CA3AF;
      --border: rgba(0,0,0,0.08);
      --card-bg: rgba(0,0,0,0.02);
      --card-border: rgba(0,0,0,0.08);
      --hero-overlay-top: rgba(250,250,250,0.75);
      --hero-overlay-mid: rgba(250,250,250,0.55);
      --hero-overlay-btm: rgba(250,250,250,0.9);
      --map-filter: none;
    }
    [data-color-mode="light"] .btn-primary { color: var(--btn-text); }
    [data-color-mode="light"] .mobile-bar__btn--cta { color: var(--btn-text); }
    [data-color-mode="light"] .trust-bar__stars { color: var(--proof-gold); }
    [data-color-mode="light"] .proof-card__stars { color: var(--proof-gold); }
    [data-color-mode="light"] .ba-slider__label--after { color: #FFFFFF; }

    /* ── Split Mode — dark hero, light content ── */
    [data-color-mode="split"] {
      --bg-primary: #FAFAFA;
      --bg-surface: #FFFFFF;
      --bg-elevated: #F3F4F6;
      --text-primary: #111827;
      --text-secondary: #4B5563;
      --text-muted: #9CA3AF;
      --border: rgba(0,0,0,0.08);
      --card-bg: rgba(0,0,0,0.02);
      --card-border: rgba(0,0,0,0.08);
      --hero-overlay-top: rgba(10,10,10,0.85);
      --hero-overlay-mid: rgba(10,10,10,0.7);
      --hero-overlay-btm: rgba(10,10,10,0.92);
      --map-filter: none;
    }
    /* Split: hero + trust bar stay dark */
    [data-color-mode="split"] .hero { --text-primary: #FFFFFF; --text-secondary: #9CA3AF; }
    [data-color-mode="split"] .hero h1 { color: #FFFFFF; }
    [data-color-mode="split"] .hero .subheadline { color: #9CA3AF; }
    [data-color-mode="split"] .hero .pre-headline { color: var(--accent); }
    [data-color-mode="split"] .hero .btn-primary { color: var(--btn-text); }
    [data-color-mode="split"] .trust-bar {
      background: #0A0A0A;
      border-color: rgba(255,255,255,0.06);
    }
    [data-color-mode="split"] .trust-bar__item { color: #9CA3AF; }
    [data-color-mode="split"] .trust-bar__stars { color: var(--proof-gold); }
    [data-color-mode="split"] .btn-primary { color: var(--btn-text); }
    [data-color-mode="split"] .mobile-bar__btn--cta { color: var(--btn-text); }
    [data-color-mode="split"] .ba-slider__label--after { color: #FFFFFF; }
    [data-color-mode="split"] .proof-card__stars { color: var(--proof-gold); }

    /* ── Layout ── */
    .section { width: 100%; padding: 80px 24px; position: relative; }
    .section > * { position: relative; z-index: 1; }
    /* Subtle radial gradient on surface and alternating sections */
    .section--surface { background: var(--bg-surface) radial-gradient(ellipse at 70% 0%, var(--accent-glow) 0%, transparent 60%); }
    .section:nth-child(odd):not(.trust-bar):not(.hero):not(.section--surface) {
      background: var(--bg-primary) radial-gradient(ellipse at 30% 100%, var(--accent-glow) 0%, transparent 60%);
    }
    /* Accent glow orbs on alternating sections */
    .section--surface::after,
    .section:nth-child(odd):not(.trust-bar):not(.hero)::after {
      content: '';
      position: absolute;
      width: 600px;
      height: 600px;
      border-radius: 50%;
      background: radial-gradient(circle, var(--accent-glow) 0%, transparent 70%);
      opacity: 0.2;
      pointer-events: none;
      z-index: 0;
    }
    .section--surface::after { top: -200px; right: -200px; }
    .section:nth-child(odd):not(.trust-bar):not(.hero)::after { bottom: -200px; left: -200px; }
    .inner { max-width: 720px; margin: 0 auto; }
    .inner-wide { max-width: 1080px; margin: 0 auto; }
    .text-center { text-align: center; }
    .section--surface { background: var(--bg-surface); border-top: 1px solid var(--border); }
    .section--elevated { background: var(--bg-elevated); border-top: 1px solid var(--border); }

    /* ── Typography ── */
    h1 {
      font-family: 'Barlow', sans-serif;
      font-weight: 800;
      font-style: italic;
      font-size: 52px;
      line-height: 1.08;
      letter-spacing: -0.02em;
      color: var(--text-primary);
    }
    h2 {
      font-family: 'Barlow', sans-serif;
      font-weight: 700;
      font-size: 36px;
      line-height: 1.15;
      letter-spacing: -0.01em;
      color: var(--text-primary);
      margin-bottom: 16px;
    }
    h3 {
      font-weight: 700;
      font-size: 22px;
      line-height: 1.3;
      color: var(--text-primary);
    }
    .pre-headline {
      font-weight: 600;
      font-size: 14px;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--accent);
      margin-bottom: 12px;
    }
    .subheadline {
      font-weight: 400;
      font-size: 20px;
      line-height: 1.6;
      color: var(--text-secondary);
      max-width: 560px;
      margin: 20px auto 0;
    }
    .section-subtitle {
      font-size: 18px;
      color: var(--text-secondary);
      max-width: 520px;
      margin: 0 auto 40px;
    }
    .text-muted { color: var(--text-muted); font-size: 15px; }
    .accent { color: var(--accent); }

    /* ── Buttons ── */
    .btn-primary {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-family: 'Barlow', sans-serif;
      font-weight: 700;
      font-size: 17px;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: var(--btn-text);
      background: var(--accent);
      border: none;
      border-radius: 8px;
      padding: 18px 40px;
      min-height: 56px;
      cursor: pointer;
      transition: all 0.2s ease;
      box-shadow: 0 0 20px var(--accent-glow);
      text-decoration: none;
    }
    .btn-primary:hover {
      background: var(--accent-hover);
      transform: scale(1.02);
      box-shadow: 0 0 30px var(--accent-glow), 0 4px 20px rgba(0,0,0,0.3);
    }

    /* ── Divider ── */
    .divider {
      height: 1px;
      background: linear-gradient(90deg, transparent 0%, var(--accent) 50%, transparent 100%);
      opacity: 0.3;
      margin: 0 auto;
      max-width: 200px;
    }

    /* ── Scroll Animations ── */
    .reveal {
      opacity: 0;
      transform: translateY(30px);
      transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    }
    .reveal.visible {
      opacity: 1;
      transform: translateY(0);
    }
    /* Staggered children — service cards, proof cards, steps */
    .reveal.visible .service-card,
    .reveal.visible .proof-card,
    .reveal.visible .step,
    .reveal.visible .faq-item {
      opacity: 0;
      transform: translateY(20px);
      animation: stagger-in 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    }
    .reveal.visible .service-card:nth-child(1),
    .reveal.visible .proof-card:nth-child(1),
    .reveal.visible .step:nth-child(1),
    .reveal.visible .faq-item:nth-child(1) { animation-delay: 0.05s; }
    .reveal.visible .service-card:nth-child(2),
    .reveal.visible .proof-card:nth-child(2),
    .reveal.visible .step:nth-child(2),
    .reveal.visible .faq-item:nth-child(2) { animation-delay: 0.12s; }
    .reveal.visible .service-card:nth-child(3),
    .reveal.visible .proof-card:nth-child(3),
    .reveal.visible .step:nth-child(3),
    .reveal.visible .faq-item:nth-child(3) { animation-delay: 0.19s; }
    .reveal.visible .service-card:nth-child(4),
    .reveal.visible .proof-card:nth-child(4),
    .reveal.visible .faq-item:nth-child(4) { animation-delay: 0.26s; }
    .reveal.visible .service-card:nth-child(5),
    .reveal.visible .proof-card:nth-child(5),
    .reveal.visible .faq-item:nth-child(5) { animation-delay: 0.33s; }
    .reveal.visible .service-card:nth-child(6),
    .reveal.visible .faq-item:nth-child(6) { animation-delay: 0.40s; }
    @keyframes stagger-in {
      to { opacity: 1; transform: translateY(0); }
    }

    /* Hero entrance — text fades up with slight delay cascade */
    .hero__content .pre-headline,
    .hero__content h1,
    .hero__content .subheadline,
    .hero__content .btn-primary {
      opacity: 0;
      transform: translateY(20px);
      animation: hero-in 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    }
    .hero__content .pre-headline { animation-delay: 0.2s; }
    .hero__content h1 { animation-delay: 0.35s; }
    .hero__content .subheadline { animation-delay: 0.5s; }
    .hero__content .btn-primary { animation-delay: 0.65s; }
    @keyframes hero-in {
      to { opacity: 1; transform: translateY(0); }
    }

    /* Subtle hero background zoom — slow Ken Burns */
    .hero__bg {
      animation: hero-zoom 20s ease-out forwards;
    }
    @keyframes hero-zoom {
      from { transform: scale(1.08); }
      to { transform: scale(1); }
    }

    /* Card hover lift — universal */
    .service-card,
    .proof-card {
      transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.2s ease, box-shadow 0.3s ease;
    }
    .service-card:hover,
    .proof-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 12px 40px rgba(0,0,0,0.15);
    }

    /* ═══════════════════════════════════
       SECTION 1 — HERO
    ═══════════════════════════════════ */
    .hero {
      min-height: 90vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 120px 24px 60px;
      position: relative;
      overflow: hidden;
    }
    .hero__bg {
      position: absolute; inset: 0;
      background-image: url('/images/hero.jpg');
      background-size: cover;
      background-position: center;
      z-index: 0;
    }
    .hero__overlay {
      position: absolute; inset: 0;
      background: linear-gradient(180deg,
        var(--hero-overlay-top) 0%,
        var(--hero-overlay-mid) 40%,
        var(--hero-overlay-btm) 100%
      );
      z-index: 1;
    }
    .hero__content { position: relative; z-index: 2; max-width: 720px; }
    .hero h1 { margin-bottom: 0; }
    .hero .btn-primary { margin-top: 32px; }

    /* ═══════════════════════════════════
       SECTION 2 — TRUST BAR
    ═══════════════════════════════════ */
    .trust-bar {
      padding: 24px;
      background: var(--bg-surface);
      border-top: 1px solid var(--border);
      border-bottom: 1px solid var(--border);
    }
    .trust-bar__items {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 24px 40px;
      list-style: none;
    }
    .trust-bar__item {
      display: flex;
      align-items: center;
      gap: 8px;
      font-weight: 600;
      font-size: 15px;
      color: var(--text-secondary);
      white-space: nowrap;
    }
    .trust-bar__icon { font-size: 18px; }
    .trust-bar__svg { width: 18px; height: 18px; flex-shrink: 0; color: var(--accent); }
    .trust-bar__stars { color: var(--proof-gold); letter-spacing: 2px; }

    /* ═══════════════════════════════════
       SECTION 3 — PROOF WALL
    ═══════════════════════════════════ */
    .proof-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 20px;
      margin-top: 40px;
    }
    .proof-card {
      background: var(--card-bg);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      border: 1px solid var(--card-border);
      border-radius: 16px;
      padding: 32px;
      transition: transform 0.2s ease, border-color 0.2s ease;
    }
    .proof-card:hover {
      transform: translateY(-2px);
      border-color: var(--accent);
    }
    .proof-card__stars {
      color: var(--proof-gold);
      font-size: 16px;
      letter-spacing: 3px;
      margin-bottom: 16px;
    }
    .proof-card__quote {
      font-size: 17px;
      font-weight: 500;
      line-height: 1.6;
      color: var(--text-primary);
      margin-bottom: 20px;
    }
    .proof-card__meta {
      font-size: 14px;
      color: var(--text-muted);
    }
    .proof-card__name { font-weight: 600; color: var(--text-secondary); }
    .proof-card__google {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      margin-top: 12px;
      font-size: 13px;
      color: var(--text-muted);
    }
    .proof-card__google svg { width: 14px; height: 14px; }
    .proof-link {
      display: inline-block;
      margin-top: 32px;
      font-weight: 600;
      color: var(--accent);
      font-size: 16px;
      transition: opacity 0.2s;
    }
    .proof-link:hover { opacity: 0.8; }

    /* ═══════════════════════════════════
       SECTION 4 — PAIN BRIDGE
    ═══════════════════════════════════ */
    .pain-list {
      list-style: none;
      margin: 32px 0;
    }
    .pain-list li {
      position: relative;
      padding-left: 28px;
      margin-bottom: 16px;
      font-size: 18px;
      color: var(--text-secondary);
      line-height: 1.6;
    }
    .pain-list li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 10px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--accent);
    }
    .pain-bridge__close {
      font-size: 20px;
      font-weight: 600;
      color: var(--text-primary);
      margin-top: 8px;
    }

    /* ═══════════════════════════════════
       SECTION 5 — BEFORE/AFTER GALLERY
    ═══════════════════════════════════ */
    .gallery-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
      gap: 24px;
      margin-top: 40px;
    }
    .ba-slider {
      position: relative;
      border-radius: 16px;
      overflow: hidden;
      aspect-ratio: 4/3;
      cursor: col-resize;
      border: 1px solid var(--border);
    }
    .ba-slider__img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .ba-slider__after { clip-path: inset(0 0 0 50%); }
    .ba-slider__handle {
      position: absolute;
      top: 0; bottom: 0;
      left: 50%;
      width: 4px;
      background: var(--accent);
      transform: translateX(-50%);
      z-index: 2;
      pointer-events: none;
    }
    .ba-slider__handle::before,
    .ba-slider__handle::after {
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 36px;
      height: 36px;
      background: var(--accent);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .ba-slider__handle::before { top: 50%; transform: translate(-50%, -50%); }
    .ba-slider__label {
      position: absolute;
      bottom: 12px;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      padding: 4px 12px;
      border-radius: 4px;
      z-index: 3;
      pointer-events: none;
    }
    .ba-slider__label--before {
      left: 12px;
      background: rgba(0,0,0,0.7);
      color: var(--text-secondary);
    }
    .ba-slider__label--after {
      right: 12px;
      background: var(--accent);
      color: #fff;
    }
    .ba-slider__tag {
      position: absolute;
      top: 12px;
      left: 12px;
      font-size: 13px;
      font-weight: 600;
      color: var(--text-primary);
      background: rgba(0,0,0,0.6);
      backdrop-filter: blur(4px);
      padding: 4px 12px;
      border-radius: 6px;
      z-index: 3;
    }

    /* ═══════════════════════════════════
       SECTION 6 — SERVICES
    ═══════════════════════════════════ */
    .services-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
      margin-top: 40px;
    }
    .service-card {
      background: var(--bg-surface);
      border: 1px solid var(--border);
      border-radius: 16px;
      padding: 32px;
      transition: border-color 0.2s ease, transform 0.2s ease;
    }
    .service-card:hover {
      border-color: var(--accent);
      transform: translateY(-2px);
    }
    .service-card__icon {
      width: 52px;
      height: 52px;
      margin-bottom: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 14px;
      background: linear-gradient(135deg, var(--accent-glow), transparent);
      border: 1px solid var(--accent-glow);
      color: var(--accent);
      box-shadow: 0 0 20px var(--accent-glow);
    }
    .service-card__icon svg {
      width: 24px;
      height: 24px;
      stroke: currentColor;
      fill: none;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
      filter: drop-shadow(0 0 4px var(--accent-glow));
    }
    .service-card__name {
      font-weight: 700;
      font-size: 20px;
      margin-bottom: 8px;
    }
    .service-card__desc {
      font-size: 16px;
      color: var(--text-secondary);
      line-height: 1.6;
    }
    .service-card__link {
      display: inline-block;
      margin-top: 16px;
      font-weight: 600;
      font-size: 15px;
      color: var(--accent);
    }

    /* ═══════════════════════════════════
       SECTION 7 — HOW IT WORKS
    ═══════════════════════════════════ */
    .steps {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      gap: 32px;
      margin: 48px 0 40px;
    }
    .step { text-align: center; }
    .step__num {
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 700;
      font-size: 56px;
      color: var(--accent);
      line-height: 1;
      margin-bottom: 12px;
    }
    .step__title {
      font-weight: 700;
      font-size: 20px;
      margin-bottom: 8px;
    }
    .step__desc {
      font-size: 16px;
      color: var(--text-secondary);
      line-height: 1.6;
    }
    .logistics-list {
      list-style: none;
      max-width: 520px;
      margin: 0 auto;
    }
    .logistics-list li {
      padding: 8px 0;
      padding-left: 24px;
      position: relative;
      font-size: 16px;
      color: var(--text-secondary);
    }
    .logistics-list li::before {
      content: '\2713';
      position: absolute;
      left: 0;
      color: var(--accent);
      font-weight: 700;
    }

    /* ═══════════════════════════════════
       SECTION 8 — ABOUT
    ═══════════════════════════════════ */
    .about-layout {
      display: grid;
      grid-template-columns: 1fr 1.2fr;
      gap: 48px;
      align-items: center;
      margin-top: 40px;
    }
    .about-img {
      border-radius: 16px;
      overflow: hidden;
      border: 1px solid var(--border);
      aspect-ratio: 3/4;
    }
    .about-img img { width: 100%; height: 100%; object-fit: cover; }
    .about-text p {
      color: var(--text-secondary);
      margin-bottom: 16px;
      font-size: 17px;
    }
    .about-badges {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 24px;
    }
    .about-badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 8px 16px;
      background: var(--bg-elevated);
      border: 1px solid var(--border);
      border-radius: 8px;
      font-size: 14px;
      font-weight: 600;
      color: var(--text-secondary);
    }

    /* ═══════════════════════════════════
       SECTION 9 — SERVICE AREA
    ═══════════════════════════════════ */
    .area-layout {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      margin-top: 40px;
    }
    .area-map {
      border-radius: 16px;
      overflow: hidden;
      border: 1px solid var(--border);
      min-height: 320px;
    }
    .area-map iframe { width: 100%; height: 100%; border: none; filter: var(--map-filter); }
    .area-suburbs { display: flex; flex-wrap: wrap; gap: 8px; align-content: flex-start; }
    .area-tag {
      display: inline-block;
      padding: 8px 16px;
      background: var(--bg-elevated);
      border: 1px solid var(--border);
      border-radius: 8px;
      font-size: 14px;
      font-weight: 500;
      color: var(--text-secondary);
      transition: border-color 0.2s, color 0.2s;
    }
    .area-tag:hover { border-color: var(--accent); color: var(--text-primary); }

    /* ═══════════════════════════════════
       SECTION 10 — FAQ
    ═══════════════════════════════════ */
    .faq-list { margin-top: 40px; max-width: 680px; margin-left: auto; margin-right: auto; }
    .faq-item {
      border-bottom: 1px solid var(--border);
    }
    .faq-question {
      width: 100%;
      background: none;
      border: none;
      padding: 24px 0;
      font-family: 'Barlow', sans-serif;
      font-size: 18px;
      font-weight: 600;
      color: var(--text-primary);
      text-align: left;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 16px;
    }
    .faq-question::after {
      content: '+';
      font-size: 24px;
      font-weight: 400;
      color: var(--accent);
      transition: transform 0.3s ease;
      flex-shrink: 0;
    }
    .faq-item.active .faq-question::after { transform: rotate(45deg); }
    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease, padding 0.4s ease;
    }
    .faq-item.active .faq-answer { max-height: 600px; }
    .faq-answer__inner {
      padding: 0 0 24px;
      font-size: 16px;
      color: var(--text-secondary);
      line-height: 1.7;
    }

    /* ═══════════════════════════════════
       SECTION 11 — FINAL CTA
    ═══════════════════════════════════ */
    .final-cta {
      text-align: center;
      padding: 100px 24px;
    }
    .final-cta h2 { font-size: 42px; margin-bottom: 20px; }
    .final-cta p { font-size: 18px; color: var(--text-secondary); margin-bottom: 32px; }
    .final-cta__phone {
      display: block;
      margin-top: 20px;
      font-size: 20px;
      font-weight: 600;
      color: var(--text-secondary);
    }
    .final-cta__phone a { color: var(--accent); }
    .final-cta__area {
      margin-top: 12px;
      font-size: 15px;
      color: var(--text-muted);
    }

    /* ═══════════════════════════════════
       SECTION 12 — STICKY MOBILE BAR
    ═══════════════════════════════════ */
    .mobile-bar {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 9999;
      display: none;
      padding: 12px 16px;
      background: var(--bg-elevated);
      border-top: 1px solid var(--border);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
    }
    .mobile-bar__inner {
      display: grid;
      grid-template-columns: 1fr;
      gap: 10px;
      max-width: 480px;
      margin: 0 auto;
    }
    .mobile-bar__btn {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 14px;
      border-radius: 8px;
      font-family: 'Barlow', sans-serif;
      font-weight: 700;
      font-size: 15px;
      text-transform: uppercase;
      letter-spacing: 0.03em;
      text-decoration: none;
      cursor: pointer;
      border: none;
    }
    .mobile-bar__btn--call {
      background: var(--bg-surface);
      border: 1px solid var(--border);
      color: var(--text-primary);
    }
    .mobile-bar__btn--cta {
      background: var(--accent);
      color: var(--btn-text);
      box-shadow: 0 0 16px var(--accent-glow);
    }

    /* ── Header / Nav ── */
    .header {
      position: fixed;
      top: 0; left: 0; right: 0;
      z-index: 1000;
      padding: 16px 24px;
      background: rgba(10,10,10,0.85);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      border-bottom: 1px solid var(--border);
      transition: background 0.3s;
    }
    .header__inner {
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .header__logo img { height: 36px; width: auto; }
    .header__nav { display: flex; align-items: center; gap: 28px; }
    .header__link {
      font-size: 15px;
      font-weight: 500;
      color: var(--text-secondary);
      transition: color 0.2s;
    }
    .header__link:hover { color: var(--text-primary); }
    .header__phone {
      font-weight: 700;
      font-size: 15px;
      color: var(--text-primary);
    }
    .header__cta {
      padding: 10px 24px;
      font-size: 14px;
      min-height: auto;
    }
    .header__hamburger {
      display: none;
      background: none;
      border: none;
      cursor: pointer;
      padding: 8px;
    }
    .header__hamburger span {
      display: block;
      width: 24px;
      height: 2px;
      background: var(--text-primary);
      margin: 6px 0;
      transition: all 0.3s;
    }
    .mobile-nav {
      display: none;
      position: fixed;
      top: 68px; left: 0; right: 0; bottom: 0;
      background: var(--bg-primary);
      z-index: 10000;
      padding: 32px 24px;
    }
    .mobile-nav.active { display: flex; flex-direction: column; gap: 24px; }
    .mobile-nav a {
      font-size: 20px;
      font-weight: 600;
      color: var(--text-primary);
    }

    /* ── Quote Form ── */
    .form-container {
      max-width: 520px;
      margin: 0 auto;
      padding: 0;
    }
    .quote-form { display: flex; flex-direction: column; gap: 16px; text-align: left; }
    .quote-form__group { display: flex; flex-direction: column; gap: 6px; }
    .quote-form__label {
      font-size: 14px;
      font-weight: 600;
      color: var(--text-secondary);
      text-transform: uppercase;
      letter-spacing: 0.04em;
    }
    .quote-form__input,
    .quote-form__select,
    .quote-form__textarea {
      font-family: 'Barlow', sans-serif;
      font-size: 16px;
      font-weight: 500;
      color: var(--text-primary);
      background: var(--bg-surface);
      border: 1px solid var(--border);
      border-radius: 8px;
      padding: 14px 16px;
      outline: none;
      transition: border-color 0.2s;
      width: 100%;
    }
    .quote-form__input:focus,
    .quote-form__select:focus,
    .quote-form__textarea:focus {
      border-color: var(--accent);
    }
    .quote-form__input::placeholder,
    .quote-form__textarea::placeholder { color: var(--text-muted); }
    .quote-form__select { cursor: pointer; -webkit-appearance: none; appearance: none;
      background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%239CA3AF' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
      background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px;
    }
    .quote-form__select option { background: var(--bg-primary); color: var(--text-primary); }
    .quote-form__textarea { resize: vertical; min-height: 80px; }
    .quote-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    .quote-form__submit {
      font-family: 'Barlow', sans-serif;
      font-weight: 700;
      font-size: 17px;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: var(--btn-text);
      background: var(--accent);
      border: none;
      border-radius: 8px;
      padding: 18px 40px;
      min-height: 56px;
      cursor: pointer;
      transition: all 0.2s ease;
      box-shadow: 0 0 20px var(--accent-glow);
      margin-top: 8px;
      width: 100%;
    }
    .quote-form__submit:hover {
      transform: scale(1.02);
      box-shadow: 0 0 30px var(--accent-glow), 0 4px 20px rgba(0,0,0,0.3);
    }
    .quote-form__success {
      display: none;
      text-align: center;
      padding: 40px 24px;
    }
    .quote-form__success h3 { font-size: 28px; margin-bottom: 12px; color: var(--accent); }
    .quote-form__success p { color: var(--text-secondary); font-size: 17px; }
    @media (max-width: 768px) {
      .quote-form__row { grid-template-columns: 1fr; }
    }

    /* ═══════════════════════════════════
       RESPONSIVE
    ═══════════════════════════════════ */
    @media (max-width: 768px) {
      h1 { font-size: 36px; }
      h2 { font-size: 28px; }
      .section { padding: 60px 20px; }
      .hero { min-height: 80vh; padding: 100px 20px 40px; }
      .subheadline { font-size: 17px; }
      .btn-primary { width: 100%; padding: 18px 24px; }
      .about-layout { grid-template-columns: 1fr; }
      .about-img { aspect-ratio: 16/9; }
      .area-layout { grid-template-columns: 1fr; }
      .final-cta h2 { font-size: 32px; }
      .final-cta { padding: 80px 20px; }
      .header__nav { display: none; }
      .header__hamburger { display: block; }
      .mobile-bar { display: block; }
      body { padding-bottom: 80px; }
      .proof-grid { grid-template-columns: 1fr; }
      .gallery-grid { grid-template-columns: 1fr; }
    }
    @media (max-width: 480px) {
      h1 { font-size: 32px; }
      .step__num { font-size: 44px; }
      .steps { grid-template-columns: 1fr; gap: 40px; }
    }
  