    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    :root {
      --green:      #1a7a4a;
      --green-dark: #0d4a2a;
      --green-lt:   #f0faf5;
      --accent:     #4dd98a;
      --text:       #111827;
      --text-2:     #4b5563;
      --text-3:     #9ca3af;
      --white:      #fff;
      --gray-50:    #f9fafb;
      --gray-100:   #f3f4f6;
      --gray-200:   #e5e7eb;
      --nav-h:      72px;
      --font:       Fabriga, -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
    }
    html { scroll-behavior: smooth; }
    body { font-family: var(--font); color: var(--text); line-height: 1.6; -webkit-font-smoothing: antialiased; }
    img { display: block; max-width: 100%; }
    a { text-decoration: none; color: inherit; }
    ul { list-style: none; }


    /* ── NAV ── */
    .nav { background: transparent; border-bottom: 1px solid rgba(255,255,255,0.20); position: fixed; top: 0; left: 0; right: 0; z-index: 200; height: var(--nav-h); transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease; }
    .nav.solid { background: #fff; border-bottom-color: rgba(0,0,0,0.09); box-shadow: 0 2px 20px rgba(0,0,0,0.08); }
    .nav__inner { width: 100%; padding: 0 40px; height: 100%; display: flex; align-items: center; justify-content: space-between; }
    .nav__logo { display: flex; align-items: center; }
    .nav__logo img { max-height: 25px; height: auto; width: auto; display: block; }
    .nav__logo-img { transition: filter 0.3s ease; }
    .nav:not(.solid) .nav__logo-img { filter: brightness(0) invert(1); }
    .nav.solid .nav__logo-img { filter: none; }
    .nav__links { display: flex; align-items: center; list-style: none; flex: 1; justify-content: flex-start; gap: 10px; margin-left: 24px; }
    .nav__links a { font-size: 14.5px; font-weight: 500; color: rgba(255,255,255,0.90); text-decoration: none; padding: 8px 13px; border-radius: 6px; transition: background 0.18s, color 0.18s; white-space: nowrap; }
    .nav__links a:hover { background: rgba(255,255,255,0.12); color: #fff; }
    .nav.solid .nav__links a { color: #444; }
    .nav.solid .nav__links a:hover { background: #f3f3f3; color: #111; }
    .nav__right { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
    .nav__tel { display: flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 600; color: #fff; text-decoration: none; padding: 8px 16px; background: #2fa06a; border: 1.5px solid #2fa06a; border-radius: 6px; transition: border-color 0.18s, background 0.18s, color 0.18s; white-space: nowrap; }
    .nav__tel svg { width: 14px; height: 14px; stroke: currentColor; fill: none; flex-shrink: 0; }
    .nav__tel:hover { background: #268a5a; border-color: #268a5a; }
    .nav.solid .nav__tel { color: #111; background: transparent; border-color: #ddd; }
    .nav.solid .nav__tel:hover { border-color: var(--green); background: var(--green-lt); color: var(--green); }
    .btn-book { display: inline-flex; align-items: center; gap: 6px; background: var(--green); color: #fff; font-family: var(--font); font-size: 14px; font-weight: 700; padding: 10px 22px; border-radius: 6px; text-decoration: none; border: none; cursor: pointer; min-height: 44px; white-space: nowrap; transition: background 0.18s; }
    .btn-book:hover { background: var(--green-dark); }
    .nav__item-drop { position: static; list-style: none; }
    .nav__drop-toggle { display: inline-flex; align-items: center; gap: 5px; font-size: 14.5px; font-weight: 500; color: rgba(255,255,255,0.90); padding: 8px 13px; border-radius: 6px; background: none; border: none; cursor: pointer; font-family: var(--font); transition: background 0.18s, color 0.18s; white-space: nowrap; }
    .nav__drop-toggle svg { width: 14px; height: 14px; transition: transform 0.22s; flex-shrink: 0; stroke: currentColor; fill: none; }
    .nav__item-drop.open .nav__drop-toggle svg { transform: rotate(180deg); }
    .nav__item-drop.open .nav__drop-toggle { background: rgba(255,255,255,0.12); color: #fff; }
    .nav.solid .nav__drop-toggle { color: #444; }
    .nav.solid .nav__item-drop.open .nav__drop-toggle { background: #f3f3f3; color: #111; }
    .nav__mega { display: none; position: fixed; top: var(--nav-h); left: 0; right: 0; background: #fff; border-top: 2px solid var(--green); box-shadow: 0 12px 40px rgba(0,0,0,0.12); z-index: 190; padding: 28px 40px 32px; }
    .nav__item-drop.open .nav__mega { display: block; }
    .nav__mega-inner { padding: 0 40px; }
    .nav__mega-heading { font-size: 10.5px; font-weight: 700; color: #888; text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 18px; }
    .nav__mega-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 2px; }
    .nav__mega a.nav__mega-link { display: flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 500; color: #333 !important; text-decoration: none; padding: 11px 14px; border-radius: 6px; white-space: nowrap; background: transparent; transition: background 0.15s, color 0.15s; }
    .nav__mega a.nav__mega-link:hover { background: #f0faf5 !important; color: var(--green) !important; }
    .nav__mega a.nav__mega-link svg { width: 15px; height: 15px; flex-shrink: 0; opacity: 0.40; fill: none; stroke: currentColor; stroke-width: 1.8; }
    .nav__mega a.nav__mega-link:hover svg { opacity: 1; }
    .nav__mega-footer { margin-top: 20px; padding-top: 18px; border-top: 1px solid #eee; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
    .nav__mega-footer-text { font-size: 13px; color: #888; }
    .nav__mega-footer-cta { display: inline-flex; align-items: center; gap: 7px; background: var(--green); color: #fff; font-size: 13px; font-weight: 700; padding: 9px 20px; border-radius: 6px; text-decoration: none; transition: background 0.18s; }
    .nav__mega-footer-cta:hover { background: var(--green-dark); }
    .nav__burger { display: none; flex-direction: column; gap: 5px; padding: 10px; background: none; border: none; cursor: pointer; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; }
    .nav__burger span { display: block; width: 22px; height: 2px; background: #fff; border-radius: 2px; transition: transform 0.28s, opacity 0.28s, background 0.35s; }
    .nav.solid .nav__burger span { background: #333; }
    .nav__burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .nav__burger.open span:nth-child(2) { opacity: 0; }
    .nav__burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .nav__drawer { display: none; position: fixed; top: var(--nav-h); left: 0; right: 0; background: #fff; border-bottom: 1px solid rgba(0,0,0,0.08); z-index: 199; padding: 8px 24px 20px; box-shadow: 0 8px 24px rgba(0,0,0,0.10); }
    .nav__drawer.open { display: block; }
    .nav__drawer ul { list-style: none; }
    .nav__drawer ul li a { display: block; font-size: 16px; font-weight: 500; color: #222; padding: 14px 0; border-bottom: 1px solid #f0f0f0; text-decoration: none; }
    .nav__drawer ul li a:hover { color: var(--green); }
    .drawer-tel { display: flex; align-items: center; gap: 8px; font-size: 16px; font-weight: 700; color: var(--green); padding: 16px 0 4px; text-decoration: none; }
    .drawer-repairs-toggle { display: flex; align-items: center; justify-content: space-between; width: 100%; font-size: 16px; font-weight: 500; color: #222; padding: 14px 0; border-bottom: 1px solid #f0f0f0; background: none; border-top: none; border-left: none; border-right: none; cursor: pointer; font-family: var(--font); text-align: left; }
    .drawer-repairs-toggle svg { width: 16px; height: 16px; stroke: currentColor; fill: none; transition: transform 0.22s; }
    .drawer-repairs-toggle.open svg { transform: rotate(180deg); }
    .drawer-repairs-sub { display: none; list-style: none; padding-left: 12px; }
    .drawer-repairs-sub.open { display: block; }
    .drawer-repairs-sub li a { font-size: 14px; font-weight: 400; color: #555; padding: 10px 0; border-bottom: 1px solid #f5f5f5; }
    .drawer-repairs-sub li a:hover { color: var(--green); }
    @media (max-width: 1100px) { .nav__tel { display: none; } }
    @media (max-width: 1100px) { .nav__links, .btn-book { display: none; } .nav__burger { display: flex; } .nav__mega { display: none !important; } .nav__logo img { max-height: none; height: 13px; } .nav__inner { padding: 0 32px 0 16px; } }

    /* ── HERO ── (mirrors index.html's hero exactly — same structure, spacing and
       breakpoints; only the background image and title text differ per page) */
    .hero { position: relative; width: 100%; min-height: 100vh; display: flex; align-items: center; overflow: hidden; }
    @media (max-width: 1366px) { .hero { min-height: 780px; } }
    @media (max-width: 1024px) { .hero { min-height: 700px; } }
    .hero__bg { position: absolute; inset: 0; z-index: 0; }
    .hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
    .hero__overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(105deg, rgba(5,20,12,.88) 0%, rgba(10,40,22,.80) 45%, rgba(10,40,22,.55) 75%, transparent 100%); }
    .hero__content { position: relative; z-index: 2; width: 100%; padding: calc(var(--nav-h) + 64px) 40px 120px; }
    .hero__inner-v2 { display: flex; flex-direction: column; align-items: flex-start; max-width: 820px; }
    .gr-badge-v2 { display: inline-flex; align-items: center; gap: 6px; text-decoration: none; margin-bottom: 22px; opacity: 0.92; transition: opacity .18s; }
    .gr-badge-v2:hover { opacity: 1; }
    .gr-stars-v2 { display: inline-flex; align-items: center; gap: 1px; font-size: 12px; line-height: 1; }
    .gr-star { color: #F5C451; }
    .gr-star-partial { position: relative; display: inline-block; }
    .gr-star-bg { color: rgba(255,255,255,0.25); }
    .gr-star-fg { position: absolute; top: 0; left: 0; width: 88%; overflow: hidden; white-space: nowrap; color: #F5C451; }
    .gr-label-v2 { font-size: 12px; color: rgba(255,255,255,0.75); font-weight: 500; }
    .gr-divider-v2 { width: 1px; height: 13px; background: rgba(255,255,255,0.18); margin: 0 1px; }
    .gr-g-v2 { width: 14px; height: 14px; flex-shrink: 0; }
    .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; }
    .hero__h1-v2 { font-family: var(--font); font-size: clamp(30px, 4vw, 48px); font-weight: 600; color: #fff; line-height: 1.12; letter-spacing: -1px; margin: 0 0 28px; text-align: left; }
    .hero__h1-v2 em { font-style: normal; color: #fff; }
    .hero__checkbar { display: flex; align-items: stretch; width: 100%; max-width: 560px; background: rgba(255,255,255,0.16); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1.5px solid rgba(77,217,138,0.65); border-radius: 10px; padding: 6px; gap: 6px; box-shadow: 0 10px 30px rgba(0,0,0,0.18); }
    .hero__checkbar-input { flex: 1; min-width: 0; background: transparent; border: none; outline: none; color: #fff; font-size: 15px; padding: 12px 14px; }
    .hero__checkbar-input::placeholder { color: rgba(255,255,255,0.65); }
    .hero__checkbar-btn { display: inline-flex; align-items: center; gap: 8px; background: var(--green); color: #fff; font-size: 14px; font-weight: 700; padding: 12px 22px; border: none; border-radius: 7px; cursor: pointer; white-space: nowrap; box-shadow: 0 4px 14px rgba(0,0,0,0.22); transition: background 0.18s, transform 0.18s, box-shadow 0.18s; font-family: var(--font); }
    .hero__checkbar-btn:hover { background: var(--green-dark); transform: translateY(-1px); box-shadow: 0 6px 18px rgba(0,0,0,0.28); }
    .hero__checkbar-btn svg { flex-shrink: 0; }
    .hero__checkbar-btn-search { display: none; }
    .hero__card-result { margin-top: 12px; font-size: 13px; font-weight: 600; display: none; }
    .hero__statline { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 140px; }
    .hero__stat-item { display: inline-flex; align-items: center; gap: 7px; font-size: 13.5px; font-weight: 600; color: #fff; white-space: nowrap; }
    .hero__stat-item svg { width: 14px; height: 14px; stroke: var(--accent); flex-shrink: 0; }
    @media (max-width: 640px) {
      .hero__statline { flex-direction: column; align-items: flex-start; gap: 8px; }
      .hero__stat-item { display: flex; white-space: normal; }
      .hero__checkbar-btn-text, .hero__checkbar-btn-arrow { display: none; }
      .hero__checkbar-btn-search { display: inline-flex; }
      .hero__checkbar-btn { padding: 0; width: 46px; height: 46px; justify-content: center; flex-shrink: 0; }
      .hero { align-items: stretch; }
      .hero__content { display: flex; flex-direction: column; padding-top: calc(var(--nav-h) + 20px); padding-bottom: 24px; }
      .hero__inner-v2 { flex: 1; max-width: 100%; }
      .hero__top-group { margin-top: auto; margin-bottom: 44px; }
      .hero__statline { margin-top: 0; margin-bottom: auto; }
    }
    @media (max-width: 560px) {
      .hero__h1-v2 { font-size: 26px; line-height: 1.18; letter-spacing: -0.5px; margin-bottom: 20px; }
    }

    /* ── WHY CHOOSE ── */
    .why { background: #fff; padding: 72px 24px; border-top: 1px solid var(--gray-200); }
    .why__inner { max-width: 1200px; margin: 0 auto; }
    .why__heading { font-size: clamp(20px, 2.2vw, 28px); font-weight: 800; color: var(--text); line-height: 1.3; letter-spacing: -0.5px; margin-bottom: 40px; text-align: center; }
    .why__heading em { font-style: normal; color: var(--green); }
    .why__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
    .why__card { background: #fff; border: 1px solid var(--gray-200); border-radius: 14px; padding: 22px 14px; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 10px; }
    .why__icon { width: 52px; height: 52px; background: var(--green-lt); border: 1px solid rgba(26,122,74,0.12); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .why__icon svg { width: 24px; height: 24px; stroke: var(--green); fill: none; stroke-width: 1.6; }
    .why__card h3 { font-size: 12.5px; font-weight: 700; color: var(--text); line-height: 1.35; }
    .why__card p { font-size: 11.5px; color: var(--text-2); line-height: 1.6; }
    @media (max-width: 1024px) { .why__grid { grid-template-columns: repeat(3, 1fr); } }
    @media (max-width: 600px)  { .why__grid { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 380px)  { .why__grid { grid-template-columns: 1fr; } }

    /* ── PROBLEMS + PROCESS ── */
    .problems-process { background: #fff; padding: 0 24px 80px; border-top: 1px solid var(--gray-200); }
    .pp__inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 400px 1fr; gap: 40px; align-items: start; padding-top: 64px; }
    .problems__heading { font-size: clamp(20px, 1.8vw, 24px); font-weight: 800; color: var(--text); line-height: 1.25; letter-spacing: -0.3px; margin-bottom: 24px; }
    .problems__list { display: flex; flex-direction: column; gap: 11px; }
    .problems__item { display: flex; align-items: center; gap: 12px; font-size: 15px; color: var(--text-2); font-weight: 500; }
    .problems__check { width: 22px; height: 22px; background: var(--green-lt); border: 1px solid rgba(26,122,74,0.20); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .problems__check svg { width: 11px; height: 11px; stroke: var(--green); fill: none; stroke-width: 2.5; }
    .pp__img-col { border-radius: 20px; overflow: hidden; align-self: stretch; min-height: 340px; }
    .pp__img-col img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
    .proc__heading { font-size: clamp(20px, 1.8vw, 24px); font-weight: 800; color: var(--text); line-height: 1.25; letter-spacing: -0.3px; margin-bottom: 20px; }
    .proc__steps { display: flex; flex-direction: column; gap: 8px; }
    .proc__step { display: flex; align-items: flex-start; gap: 12px; background: var(--gray-50); border-radius: 12px; padding: 14px 16px; }
    .proc__num { width: 30px; height: 30px; background: var(--green); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 900; color: #fff; flex-shrink: 0; margin-top: 1px; }
    .proc__icon { width: 34px; height: 34px; background: #fff; border: 1px solid rgba(26,122,74,0.18); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .proc__icon svg { width: 16px; height: 16px; stroke: var(--green); fill: none; stroke-width: 1.8; }
    .proc__text h3 { font-size: 15px; font-weight: 700; color: var(--text); margin-bottom: 3px; }
    .proc__text p { font-size: 15px; color: var(--text-2); line-height: 1.55; }
    @media (max-width: 1024px) { .pp__inner { grid-template-columns: 1fr 300px 1fr; gap: 28px; } }
    @media (max-width: 768px) { .pp__inner { grid-template-columns: 1fr; } .pp__img-col { min-height: 240px; } }

    /* ── BRANDS ── */
    .brands { background: var(--gray-50); padding: 40px 24px; border-top: 1px solid var(--gray-200); border-bottom: 1px solid var(--gray-200); }
    .brands__inner { max-width: 1200px; margin: 0 auto; }
    .brands__label { text-align: center; font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.16em; color: var(--text-3); margin-bottom: 24px; }
    .brands__row { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }
    .brands__item { padding: 8px 20px; border-right: 1px solid var(--gray-200); display: flex; align-items: center; gap: 7px; }
    .brands__item:last-child { border-right: none; }
    .brands__name { font-size: clamp(13px, 1.6vw, 18px); font-weight: 900; color: #2d2d2d; letter-spacing: -0.3px; white-space: nowrap; }
    .brands__name--light { font-weight: 500; letter-spacing: 0.05em; }
    .brands__name--serif { font-style: italic; font-weight: 700; }
    .brands__name--script { font-weight: 400; letter-spacing: 0.08em; }
    .brands__name--red { color: #c8102e; }
    .brands__name--link { text-decoration: none; transition: opacity 0.15s; }
    .brands__name--link:hover { opacity: 0.7; text-decoration: underline; }
    @media (max-width: 768px) { .brands__item { padding: 6px 12px; } }
    @media (max-width: 480px) { .brands__item { border-right: none; padding: 5px 8px; } .brands__name { font-size: 12px; } }

    /* ── LOCAL SERVICE ── */
    .local { background: #133d22; padding: 0; overflow: hidden; }
    .local__inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 520px 1fr; gap: 0; align-items: stretch; min-height: 280px; position: relative; }
    #localDecor { position: absolute; inset: 0; pointer-events: none; }
    .local__snowflake { position: absolute; right: 24px; top: 50%; transform: translateY(-50%); width: 120px; height: 120px; opacity: 0.12; pointer-events: none; }
    .local__img { overflow: hidden; flex-shrink: 0; }
    .local__img img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
    .local__content { padding: 48px 80px 48px 52px; display: flex; flex-direction: column; justify-content: center; position: relative; }
    .local__heading { font-size: clamp(18px, 2vw, 26px); font-weight: 800; color: #fff; line-height: 1.25; margin-bottom: 14px; }
    .local__desc { font-size: 15px; color: rgba(255,255,255,0.70); line-height: 1.7; margin-bottom: 28px; max-width: 520px; }
    .local__badges { display: flex; flex-wrap: wrap; gap: 28px; }
    .local__badge { display: flex; flex-direction: column; align-items: center; gap: 6px; }
    .local__badge-icon { width: 40px; height: 40px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,0.25); display: flex; align-items: center; justify-content: center; }
    .local__badge-icon svg { width: 18px; height: 18px; stroke: rgba(255,255,255,0.85); fill: none; stroke-width: 1.8; }
    .local__badge span { font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.80); text-align: center; line-height: 1.3; }
    @media (max-width: 900px) { .local__inner { grid-template-columns: 1fr; } .local__img { height: 260px; } .local__content { padding: 36px 24px; } .local__snowflake { display: none; } }
    @media (max-width: 600px) { .local__badges { gap: 18px; } }

    /* ── FAQ ── */
    .faq-cta { background: #fff; padding: 80px 24px; border-top: 1px solid var(--gray-200); }
    .faq-cta__inner { max-width: 1200px; margin: 0 auto; }
    .faq__heading { font-size: clamp(20px, 2.2vw, 28px); font-weight: 800; color: var(--text); letter-spacing: -0.4px; margin-bottom: 32px; }
    .faq__subheading { font-size: 13px; font-weight: 700; color: var(--green); text-transform: uppercase; letter-spacing: 0.06em; margin-top: -24px; margin-bottom: 24px; }
    .faq__subheading:empty { display: none; }
    .faq__col { display: grid; grid-template-columns: 1fr 1fr; gap: 0 32px; border-top: 1px solid var(--gray-200); }
    .faq__item { border-bottom: 1px solid var(--gray-200); }
    .faq__q { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 18px 0; background: none; border: none; cursor: pointer; font-size: 15px; font-weight: 600; color: var(--text); text-align: left; gap: 16px; font-family: var(--font); transition: color 0.15s; }
    .faq__q:hover { color: var(--green); }
    .faq__icon { width: 26px; height: 26px; border: 1.5px solid var(--gray-200); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background 0.18s, border-color 0.18s; }
    .faq__icon svg { width: 11px; height: 11px; stroke: var(--text-2); fill: none; stroke-width: 2.5; transition: transform 0.25s, stroke 0.18s; }
    .faq__item.open .faq__icon { background: var(--green); border-color: var(--green); }
    .faq__item.open .faq__icon svg { stroke: #fff; transform: rotate(45deg); }
    .faq__a { display: none; padding: 0 0 18px; font-size: 15px; color: var(--text-2); line-height: 1.7; }
    .faq__item.open .faq__a { display: block; }
    @media (max-width: 640px) { .faq__col { grid-template-columns: 1fr; } }
    @media (max-width: 480px) { .faq-cta { padding: 56px 16px; } }

    /* ── FOOTER ── */
    .footer { background: #0d1f14; padding: 56px 24px 28px; }
    .footer__inner { max-width: 1200px; margin: 0 auto; }
    .footer__top { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
    .footer__brand-logo { margin-bottom: 12px; }
    .footer__brand-logo img { height: 32px; width: auto; filter: brightness(0) invert(0.75); }
    .footer__desc { font-size: 13.5px; color: rgba(255,255,255,0.45); line-height: 1.7; margin-bottom: 20px; max-width: 260px; }
    .footer__socials { display: flex; gap: 10px; }
    .footer__social { width: 34px; height: 34px; border-radius: 8px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.10); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.50); text-decoration: none; transition: background 0.15s, color 0.15s; }
    .footer__social svg { width: 14px; height: 14px; }
    .footer__social:hover { background: rgba(77,217,138,0.15); color: #4dd98a; }
    .footer__col-title { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; color: rgba(255,255,255,0.30); margin-bottom: 16px; }
    .footer__col-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
    .footer__col-links a { font-size: 14px; color: rgba(255,255,255,0.52); text-decoration: none; transition: color 0.15s; }
    .footer__col-links a:hover { color: #fff; }
    .footer__col-links a.active { color: #4dd98a; }
    .footer__contact-row { display: flex; align-items: flex-start; gap: 8px; font-size: 13.5px; color: rgba(255,255,255,0.55); text-decoration: none; margin-bottom: 10px; }
    .footer__contact-row svg { width: 14px; height: 14px; stroke: #4dd98a; fill: none; flex-shrink: 0; margin-top: 3px; }
    .footer__bottom { border-top: 1px solid rgba(255,255,255,0.07); padding-top: 20px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
    .footer__copy { font-size: 12.5px; color: rgba(255,255,255,0.25); }
    .footer__legal { display: flex; gap: 20px; }
    .footer__legal a { font-size: 12.5px; color: rgba(255,255,255,0.28); text-decoration: none; transition: color 0.15s; }
    .footer__legal a:hover { color: rgba(255,255,255,0.70); }
    @media (max-width: 1024px) { .footer__top { grid-template-columns: 1fr 1fr; gap: 28px; } }
    @media (max-width: 600px)  { .footer__top { grid-template-columns: 1fr; gap: 20px; } .footer__bottom { flex-direction: column; align-items: flex-start; } .footer__col-links { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 16px; } }

    /* ══════════════════════════════════════════════════════════════════
       OPTIONAL RICHER SECTIONS — hidden by default (inline style in the
       markup), shown only for appliance pages whose data entry opts in.
       ══════════════════════════════════════════════════════════════════ */

    /* Light-background button variants (the hero__ctas buttons are styled
       for a dark photo background and unreadable on white) */
    .btn-pricing-green { display: inline-flex; align-items: center; gap: 8px; background: var(--green); color: #fff; font-size: 14.5px; font-weight: 700; padding: 13px 26px; border-radius: 8px; transition: background 0.18s; white-space: nowrap; }
    .btn-pricing-green:hover { background: var(--green-dark); }
    .btn-pricing-outline { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: var(--text); font-size: 14.5px; font-weight: 700; padding: 12px 24px; border-radius: 8px; border: 2px solid var(--gray-200); transition: border-color 0.18s, color 0.18s; white-space: nowrap; }
    .btn-pricing-outline svg { width: 15px; height: 15px; stroke: currentColor; fill: none; }
    .btn-pricing-outline:hover { border-color: var(--green); color: var(--green); }

    /* Generic long-form essay section (why-trained / comparison / system) */
    .essay { background: #fff; padding: 64px 24px; border-top: 1px solid var(--gray-200); }
    .essay--tint { background: var(--gray-50); }
    .essay__inner { max-width: 760px; margin: 0 auto; }
    .essay__inner h2 { font-size: clamp(20px, 2.2vw, 28px); font-weight: 800; color: var(--text); letter-spacing: -0.4px; line-height: 1.25; margin-bottom: 18px; }
    .essay__inner p { font-size: 15.5px; color: var(--text-2); line-height: 1.75; margin-bottom: 14px; }
    .essay__inner p:last-child { margin-bottom: 0; }

    /* Intro essay (with side media) */
    .intro-essay { background: #fff; padding: 64px 24px; border-top: 1px solid var(--gray-200); }
    .intro-essay__inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: center; }
    .intro-essay__text h2 { font-size: clamp(21px, 2.4vw, 30px); font-weight: 800; color: var(--text); letter-spacing: -0.5px; line-height: 1.25; margin-bottom: 18px; }
    .intro-essay__text p { font-size: 15.5px; color: var(--text-2); line-height: 1.75; margin-bottom: 14px; }
    .intro-essay__text p:last-child { margin-bottom: 0; }
    .intro-essay__media { border-radius: 16px; overflow: hidden; min-height: 280px; background: var(--gray-50); border: 1px solid var(--gray-200); display: flex; align-items: center; justify-content: center; }
    .intro-essay__media img { width: 100%; height: 100%; object-fit: cover; }
    .intro-essay__media:empty { display: none; }
    .intro-essay__caption { font-size: 12.5px; color: var(--text-3); text-align: center; padding: 14px; font-style: italic; }
    @media (max-width: 900px) { .intro-essay__inner { grid-template-columns: 1fr; } .intro-essay__media { min-height: 220px; } }

    /* Appliance types list */
    .types { background: var(--gray-50); padding: 64px 24px; border-top: 1px solid var(--gray-200); text-align: center; }
    .types__inner { max-width: 640px; margin: 0 auto; }
    .types__inner h2 { font-size: clamp(20px, 2.2vw, 28px); font-weight: 800; color: var(--text); letter-spacing: -0.4px; line-height: 1.25; margin-bottom: 28px; }
    .types__inner .problems__list { text-align: left; margin-bottom: 4px; }

    /* Signs list */
    .signs { background: #fff; padding: 64px 24px; border-top: 1px solid var(--gray-200); }
    .signs__inner { max-width: 900px; margin: 0 auto; }
    .signs__inner h2 { font-size: clamp(20px, 2.2vw, 28px); font-weight: 800; color: var(--text); letter-spacing: -0.4px; line-height: 1.25; margin-bottom: 28px; text-align: center; }
    .problems__list--2col { display: grid; grid-template-columns: 1fr 1fr; gap: 11px 32px; }
    .signs__warning { margin-top: 28px; padding: 16px 20px; background: #fdf1f0; border: 1px solid #f3c9c6; border-radius: 12px; font-size: 14.5px; color: #8a3a34; line-height: 1.65; }
    @media (max-width: 700px) { .problems__list--2col { grid-template-columns: 1fr; } }

    /* Intro/closing lines around the Problems We Fix list */
    .problems__intro { margin: -12px 0 18px; font-size: 14.5px; color: var(--text-2); line-height: 1.65; }
    .problems__intro:empty { display: none; }
    .problems__closing { margin-top: 18px; font-size: 14px; color: var(--text-2); line-height: 1.65; font-style: italic; }
    .problems__closing:empty { display: none; }

    /* Detailed "why choose us" reasons list */
    .why-detailed { background: var(--gray-50); padding: 64px 24px; border-top: 1px solid var(--gray-200); }
    .why-detailed__inner { max-width: 820px; margin: 0 auto; }
    .why-detailed__inner h2 { font-size: clamp(20px, 2.2vw, 28px); font-weight: 800; color: var(--text); letter-spacing: -0.4px; line-height: 1.25; margin-bottom: 28px; text-align: center; }
    .why-detailed__list { display: flex; flex-direction: column; gap: 18px; }
    .why-detailed__item { display: flex; align-items: flex-start; gap: 14px; background: #fff; border: 1px solid var(--gray-200); border-radius: 14px; padding: 20px 22px; }
    .why-detailed__check { width: 26px; height: 26px; background: var(--green-lt); border: 1px solid rgba(26,122,74,0.20); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
    .why-detailed__check svg { width: 13px; height: 13px; stroke: var(--green); fill: none; stroke-width: 2.5; }
    .why-detailed__item p { font-size: 15px; color: var(--text-2); line-height: 1.7; }
    .why-detailed__item p strong { color: var(--text); font-weight: 700; }

    /* Reviews */
    .reviews-block { background: #fff; padding: 64px 24px; border-top: 1px solid var(--gray-200); }
    .reviews-block__inner { max-width: 1100px; margin: 0 auto; text-align: center; }
    .reviews-block__inner h2 { font-size: clamp(20px, 2.2vw, 28px); font-weight: 800; color: var(--text); letter-spacing: -0.4px; margin-bottom: 32px; }
    .reviews-block__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; text-align: left; margin-bottom: 28px; }
    .review-tile { background: var(--gray-50); border: 1px solid var(--gray-200); border-radius: 16px; padding: 24px; }
    .review-tile__stars { color: #f59e0b; font-size: 14px; margin-bottom: 12px; letter-spacing: 2px; }
    .review-tile__text { font-size: 14.5px; color: var(--text-2); line-height: 1.7; font-style: italic; margin-bottom: 14px; }
    .review-tile__name { font-size: 13px; font-weight: 700; color: var(--text); }
    .review-tile__loc { font-size: 12px; font-weight: 500; color: var(--text-3); }
    .reviews-block__rating { font-size: 14px; color: var(--text-2); font-weight: 500; }
    @media (max-width: 900px) { .reviews-block__grid { grid-template-columns: 1fr; } }

    /* Areas covered */
    .areas-block { background: var(--gray-50); padding: 64px 24px; border-top: 1px solid var(--gray-200); }
    .areas-block__inner { max-width: 1100px; margin: 0 auto; }
    .areas-block__inner h2 { font-size: clamp(20px, 2.2vw, 28px); font-weight: 800; color: var(--text); letter-spacing: -0.4px; line-height: 1.25; margin-bottom: 14px; text-align: center; }
    .areas-block__intro { font-size: 15px; color: var(--text-2); line-height: 1.7; text-align: center; max-width: 700px; margin: 0 auto 36px; }
    .areas-block__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px 24px; margin-bottom: 24px; }
    .areas-block__group { background: #fff; border: 1px solid var(--gray-200); border-radius: 12px; padding: 18px 20px; }
    .areas-block__group h3 { font-size: 13px; font-weight: 800; color: var(--green); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 8px; }
    .areas-block__group p { font-size: 14px; color: var(--text-2); line-height: 1.6; }
    .areas-block__closing { text-align: center; font-size: 14px; color: var(--text-2); }
    @media (max-width: 900px) { .areas-block__grid { grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 500px) { .areas-block__grid { grid-template-columns: 1fr; } }

    /* Help teaser callout */
    .help-teaser { background: var(--green-lt); padding: 48px 24px; border-top: 1px solid var(--gray-200); border-bottom: 1px solid var(--gray-200); }
    .help-teaser__inner { max-width: 760px; margin: 0 auto; text-align: center; }
    .help-teaser__inner h2 { font-size: clamp(19px, 2vw, 24px); font-weight: 800; color: var(--text); letter-spacing: -0.3px; margin-bottom: 12px; }
    .help-teaser__inner p { font-size: 15px; color: var(--text-2); line-height: 1.7; }

    /* Pricing CTA banner */
    .pricing-cta { background: #133d22; padding: 64px 24px; text-align: center; }
    .pricing-cta__inner { max-width: 700px; margin: 0 auto; }
    .pricing-cta__inner h2 { font-size: clamp(21px, 2.4vw, 30px); font-weight: 800; color: #fff; letter-spacing: -0.4px; line-height: 1.25; margin-bottom: 14px; }
    .pricing-cta__inner > p:not(.pricing-cta__note) { font-size: 15.5px; color: rgba(255,255,255,0.75); line-height: 1.7; margin-bottom: 10px; }
    .pricing-cta__note { font-size: 13.5px; color: rgba(255,255,255,0.55); margin-bottom: 28px; }
    .pricing-cta__btns { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; }
    .pricing-cta .btn-pricing-outline { color: #fff; border-color: rgba(255,255,255,0.35); }
    .pricing-cta .btn-pricing-outline:hover { border-color: #fff; color: #fff; background: rgba(255,255,255,0.10); }

    /* Advice / blog cards */
    .advice { background: #fff; padding: 64px 24px; border-top: 1px solid var(--gray-200); }
    .advice__inner { max-width: 1100px; margin: 0 auto; }
    .advice__inner h2 { font-size: clamp(20px, 2.2vw, 28px); font-weight: 800; color: var(--text); letter-spacing: -0.4px; margin-bottom: 32px; text-align: center; }
    .advice__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
    .advice__card { display: block; background: var(--gray-50); border: 1px solid var(--gray-200); border-radius: 16px; padding: 28px 24px; transition: transform 0.18s, box-shadow 0.18s; }
    .advice__card:hover { transform: translateY(-3px); box-shadow: 0 10px 24px rgba(17,24,39,0.08); }
    .advice__card h3 { font-size: 15.5px; font-weight: 700; color: var(--text); line-height: 1.4; margin-bottom: 12px; }
    .advice__link { font-size: 13px; font-weight: 700; color: var(--green); }
    @media (max-width: 900px) { .advice__grid { grid-template-columns: 1fr; } }

    /* Engineers trust section (dark, closes the page before the footer) */
    .engineers { background: #133d22; padding: 64px 24px; }
    .engineers__inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
    .engineers__col h2, .engineers__col h3 { font-size: 18px; font-weight: 800; color: #fff; margin-bottom: 12px; letter-spacing: -0.2px; }
    .engineers__col p { font-size: 14px; color: rgba(255,255,255,0.65); line-height: 1.7; }
    @media (max-width: 900px) { .engineers__inner { grid-template-columns: 1fr; gap: 32px; } }
