/* DEFENSIVE RESETS — prevent browser/Elementor styling from leaking through */
  .fgd-repair, .fgd-repair * {
    outline: none !important;
    box-sizing: border-box;
  }
  .fgd-repair a:focus-visible,
  .fgd-repair button:focus-visible,
  .fgd-repair [tabindex]:focus-visible {
    outline: 2px solid #d72c2c !important;
    outline-offset: 2px;
  }
  /* Force all link states (incl. :visited) to use intended colors — overrides default browser purple */
  .fgd-repair a,
  .fgd-repair a:link,
  .fgd-repair a:visited,
  .fgd-repair a:hover,
  .fgd-repair a:active { -webkit-tap-highlight-color: transparent; }
  .fgd-repair .fgd-problem,
  .fgd-repair .fgd-problem:link,
  .fgd-repair .fgd-problem:visited,
  .fgd-repair .fgd-problem:hover,
  .fgd-repair .fgd-problem:active { color: inherit !important; border-color: #e5e7eb !important; }
  .fgd-repair .fgd-problem:hover { border-color: #d72c2c !important; }
  .fgd-repair .fgd-problem h3,
  .fgd-repair .fgd-problem:visited h3 { color: #1a1a1a !important; }
  .fgd-repair .fgd-problem p,
  .fgd-repair .fgd-problem:visited p { color: #4a4a4a !important; }
  .fgd-repair .fgd-problem__link,
  .fgd-repair .fgd-problem:visited .fgd-problem__link { color: #d72c2c !important; }
  .fgd-repair .fgd-toc a,
  .fgd-repair .fgd-toc a:visited { color: #3a3a3a !important; }
  .fgd-repair .fgd-toc a:hover { color: #d72c2c !important; }
  .fgd-repair .fgd-areas a,
  .fgd-repair .fgd-areas a:visited { color: #1a1a1a !important; }
  .fgd-repair .fgd-areas a:hover { color: #fff !important; }

  /* BASE */
  .fgd-repair { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif; color: #1a1a1a; max-width: 1100px; margin: 0 auto; padding: 0 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
  .fgd-repair h1, .fgd-repair h2, .fgd-repair h3 { color: #1a1a1a; letter-spacing: -0.01em; }
  .fgd-repair p { margin: 0 0 14px; font-size: 1.05rem; color: #3a3a3a; }
  .fgd-repair a { color: #d72c2c; text-decoration: none; font-weight: 600; }
  .fgd-repair a:hover { text-decoration: underline; }
  .fgd-eyebrow { display: inline-block; font-size: 0.78rem; font-weight: 800; letter-spacing: 1.6px; text-transform: uppercase; color: #d72c2c; margin: 0 0 12px; position: relative; padding-left: 28px; }
  .fgd-eyebrow::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 18px; height: 2px; background: #d72c2c; }
  /* Centered variant — dash sits ABOVE the text instead of next to it */
  .fgd-eyebrow--center { display: block; padding-left: 0; text-align: center; margin: 0 auto 12px; }
  .fgd-eyebrow--center::before { position: static; top: auto; left: auto; transform: none; display: block; width: 36px; height: 3px; margin: 0 auto 10px; border-radius: 2px; }
  .fgd-repair h2 { font-size: 2.1rem; line-height: 1.15; font-weight: 800; margin: 56px 0 16px; letter-spacing: -0.025em; }
  .fgd-section { margin-bottom: 56px; scroll-margin-top: 20px; }
  .fgd-section > p:first-of-type { font-size: 1.1rem; color: #4a4a4a; max-width: 760px; margin-bottom: 28px; }
  .fgd-fullbleed { position: relative; width: 100vw; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; }

  /* HERO */
  .fgd-hero { position: relative; width: 100vw; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; margin-top: 0; margin-bottom: 0; text-align: center; background: linear-gradient(180deg, #f5f6f7 0%, #fafafb 100%); padding: 80px 24px 70px; overflow: hidden; }
  .fgd-hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 6px; background: linear-gradient(90deg, #d72c2c 0%, #b91c1c 100%); z-index: 1; }
  .fgd-hero__inner { max-width: 920px; margin: 0 auto; }
  .fgd-hero__eyebrow { display: inline-block; background: #d72c2c; color: #fff; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.9px; text-transform: uppercase; padding: 7px 16px; border-radius: 999px; margin-bottom: 22px; box-shadow: 0 3px 10px rgba(215,44,44,0.25); }
  .fgd-hero h1 { font-size: 3rem; line-height: 1.05; margin: 4px 0 20px; letter-spacing: -0.03em; font-weight: 800; }
  .fgd-hero__sub { text-align: center; font-size: 1.25rem; line-height: 1.5; color: #3a3a3a; max-width: 800px; margin: 0 auto 32px; font-weight: 500; }
  .fgd-cta-row { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin: 22px 0; }
  .fgd-btn { display: inline-block; padding: 16px 30px; border-radius: 8px; font-weight: 700; text-decoration: none !important; transition: transform 0.1s ease, box-shadow 0.2s ease; font-size: 1.02rem; }
  .fgd-btn--primary { background: #d72c2c; color: #fff !important; box-shadow: 0 6px 18px rgba(215,44,44,0.3); }
  .fgd-btn--primary:hover { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(215,44,44,0.4); }
  .fgd-btn--secondary { background: #fff; color: #1a1a1a !important; border: 1.5px solid #d72c2c; }
  .fgd-btn--secondary:hover { background: #f5f6f7; }
  .fgd-btn--white { background: #fff; color: #d72c2c !important; box-shadow: 0 6px 18px rgba(0,0,0,0.12); }
  .fgd-btn--white:hover { transform: translateY(-1px); }
  .fgd-btn--outline-white { background: transparent; color: #fff !important; border: 1.5px solid #fff; }
  .fgd-btn--outline-white:hover { background: rgba(255,255,255,0.1); }
  .fgd-hero__trust { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 18px; font-size: 0.95rem; color: #5a5a5a; margin-top: 14px; }
  .fgd-hero__stars { color: #d72c2c; letter-spacing: 1px; font-size: 1.05rem; }
  .fgd-hero__dot { color: #9ca3af; font-weight: 700; }

  /* TABLE OF CONTENTS */
  .fgd-toc { background: #fafafb; border: 1px solid #e5e7eb; border-radius: 12px; padding: 22px 26px; margin: 36px auto 56px; max-width: 900px; }
  .fgd-toc__label { font-size: 0.78rem; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; color: #d72c2c; margin: 0 0 12px; display: block; }
  .fgd-toc__title { font-size: 1.1rem; font-weight: 700; margin: 0 0 14px; color: #1a1a1a; }
  .fgd-toc__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 8px 18px; }
  .fgd-toc a { display: block; padding: 6px 0; font-size: 0.95rem; color: #3a3a3a !important; font-weight: 600; border-bottom: 1px dashed transparent; transition: all 0.15s ease; }
  .fgd-toc a:hover { color: #d72c2c !important; border-bottom-color: #d72c2c; text-decoration: none; }
  .fgd-toc a::before { content: '→'; color: #d72c2c; margin-right: 8px; font-weight: 700; }

  /* STAT BANNER */
  .fgd-stat-banner { background: #1a1a1a; color: #fff; padding: 36px 16px; margin-bottom: 56px; }
  .fgd-stat-banner__grid { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; text-align: center; }
  .fgd-stat__num { display: block; font-size: 2.4rem; font-weight: 800; color: #fff; letter-spacing: -0.02em; line-height: 1; margin-bottom: 6px; }
  .fgd-stat__num--accent { color: #ff6b6b; }
  .fgd-stat__num--small { font-size: 1.7rem; }
  .fgd-stat__label { font-size: 0.82rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #9ca3af; }

  /* QUICK ANSWER */
  .fgd-quick { background: #f5f6f7; border-left: 4px solid #d72c2c; border-radius: 10px; padding: 22px 26px; margin: 0 0 56px; font-size: 1.05rem; line-height: 1.6; }
  .fgd-quick strong { display: inline-block; color: #d72c2c; font-weight: 800; letter-spacing: 0.6px; margin-right: 8px; font-size: 0.85rem; }

  /* PROBLEM CARDS */
  .fgd-problems { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; margin: 28px 0; }
  .fgd-problem { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 14px; padding: 26px 24px; transition: all 0.2s ease; display: flex; flex-direction: column; text-decoration: none !important; color: inherit !important; }
  .fgd-problem:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(0,0,0,0.08); border-color: #d72c2c; text-decoration: none !important; }
  .fgd-problem__tag { display: inline-block; align-self: flex-start; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.8px; text-transform: uppercase; color: #d72c2c; background: #f5f6f7; padding: 4px 10px; border-radius: 999px; margin-bottom: 12px; }
  .fgd-problem h3 { font-size: 1.18rem; margin: 0 0 10px; font-weight: 800; color: #1a1a1a !important; }
  .fgd-problem p { font-size: 0.96rem; color: #4a4a4a; margin: 0 0 14px; flex-grow: 1; }
  .fgd-problem__link { font-size: 0.92rem; font-weight: 700; color: #d72c2c !important; margin-top: auto; }

  /* DIAGNOSTIC TABLE (WON'T OPEN / WON'T CLOSE) */
  .fgd-diag-section { background: linear-gradient(180deg, #f5f6f7 0%, #eef0f2 100%); padding: 70px 24px; margin-bottom: 0; }
  .fgd-diag-section__inner { max-width: 1100px; margin: 0 auto; }
  .fgd-diag-cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px; margin: 28px 0; }
  .fgd-diag-col { background: #fff; border: 1px solid #e5e7eb; border-radius: 14px; padding: 28px 26px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
  .fgd-diag-col__head { display: flex; align-items: center; gap: 14px; padding-bottom: 18px; margin-bottom: 18px; border-bottom: 2px solid #f5f6f7; }
  .fgd-diag-col__badge { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .fgd-diag-col__badge--open { background: #d72c2c; }
  .fgd-diag-col__badge--close { background: #1a1a1a; }
  .fgd-diag-col__badge svg { width: 24px; height: 24px; stroke: #fff; }
  .fgd-diag-col h3 { font-size: 1.2rem; font-weight: 800; margin: 0; line-height: 1.2; }
  .fgd-diag-item { padding: 14px 0; border-bottom: 1px dashed #e5e7eb; }
  .fgd-diag-item:last-child { border-bottom: none; padding-bottom: 0; }
  .fgd-diag-item h4 { font-size: 1rem; margin: 0 0 4px; font-weight: 700; color: #1a1a1a; }
  .fgd-diag-item p { font-size: 0.92rem; color: #4a4a4a; margin: 0; line-height: 1.5; }

  /* SIGNS */
  .fgd-signs { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin: 28px 0; }
  .fgd-sign { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 22px 22px 22px 80px; position: relative; }
  .fgd-sign__num { position: absolute; left: 22px; top: 22px; width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, #d72c2c 0%, #b91c1c 100%); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.1rem; box-shadow: 0 4px 10px rgba(215,44,44,0.25); }
  .fgd-sign h3 { font-size: 1.05rem; margin: 0 0 6px; font-weight: 700; }
  .fgd-sign p { font-size: 0.94rem; color: #4a4a4a; margin: 0; }

  /* REPAIR VS REPLACE */
  .fgd-vs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 18px; margin: 28px 0; }
  .fgd-vs-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 14px; padding: 28px 24px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
  .fgd-vs-card__tag { display: inline-block; font-size: 0.74rem; font-weight: 800; letter-spacing: 0.9px; text-transform: uppercase; color: #fff; background: #d72c2c; padding: 4px 12px; border-radius: 999px; margin-bottom: 12px; }
  .fgd-vs-card__tag--neutral { background: #1a1a1a; }
  .fgd-vs-card h3 { font-size: 1.2rem; font-weight: 800; margin: 0 0 12px; }
  .fgd-vs-card ul { margin: 0; padding-left: 22px; }
  .fgd-vs-card li { font-size: 0.98rem; color: #3a3a3a; margin-bottom: 8px; line-height: 1.55; }

  /* FREE ESTIMATE CALLOUT */
  .fgd-estimate { background: #1a1a1a; color: #fff; border-radius: 16px; padding: 36px 32px; margin: 32px 0; display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; position: relative; overflow: hidden; }
  .fgd-estimate::before { content: ''; position: absolute; top: 0; left: 0; width: 6px; height: 100%; background: linear-gradient(180deg, #d72c2c 0%, #b91c1c 100%); }
  .fgd-estimate h3 { color: #fff; font-size: 1.4rem; margin: 0 0 6px; font-weight: 800; letter-spacing: -0.01em; }
  .fgd-estimate p { color: rgba(255,255,255,0.88); margin: 0; font-size: 0.98rem; }
  .fgd-estimate__ctas { display: flex; gap: 10px; flex-wrap: wrap; }

  /* MID CTA */
  .fgd-mid-cta { position: relative; width: 100vw; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; margin-top: 0; margin-bottom: 56px; background: linear-gradient(135deg, #d72c2c 0%, #b91c1c 100%); color: #fff; padding: 60px 24px; text-align: center; overflow: hidden; }
  .fgd-mid-cta::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(circle at 80% 30%, rgba(255,255,255,0.08) 0%, transparent 50%), radial-gradient(circle at 20% 70%, rgba(255,255,255,0.06) 0%, transparent 50%); pointer-events: none; }
  .fgd-mid-cta__inner { max-width: 760px; margin: 0 auto; position: relative; z-index: 1; text-align: center; }
  .fgd-mid-cta__eyebrow { display: block; text-align: center; font-size: 0.78rem; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; color: rgba(255,255,255,0.85); margin: 0 auto 14px; }
  .fgd-mid-cta h2 { color: #fff; font-size: 2.15rem; line-height: 1.15; margin: 0 auto 16px; font-weight: 800; letter-spacing: -0.025em; text-align: center; max-width: 720px; }
  .fgd-mid-cta p { color: rgba(255,255,255,0.92); font-size: 1.1rem; margin: 0 auto 24px; max-width: 600px; text-align: center; }
  .fgd-mid-cta .fgd-cta-row { justify-content: center; }

  /* STEPS */
  .fgd-steps { counter-reset: step; list-style: none; padding: 0; margin: 28px 0; }
  .fgd-steps > li { counter-increment: step; background: #ffffff; border: 1px solid #e5e7eb; border-radius: 14px; padding: 26px 28px 26px 92px; margin-bottom: 14px; position: relative; transition: box-shadow 0.2s ease; }
  .fgd-steps > li:hover { box-shadow: 0 8px 20px rgba(0,0,0,0.05); }
  .fgd-steps > li::before { content: counter(step); position: absolute; left: 24px; top: 24px; width: 48px; height: 48px; background: linear-gradient(135deg, #d72c2c 0%, #b91c1c 100%); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 1.25rem; box-shadow: 0 4px 12px rgba(215,44,44,0.25); }
  .fgd-steps > li h3 { margin: 0 0 8px; font-size: 1.15rem; font-weight: 700; }
  .fgd-steps > li p { margin: 0; font-size: 0.98rem; color: #4a4a4a; }

  /* COST */
  .fgd-cost-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; margin: 28px 0; }
  .fgd-cost-card { background: #fafafb; border: 1px solid #e5e7eb; border-radius: 12px; padding: 22px 24px; border-top: 4px solid #d72c2c; }
  .fgd-cost-card__driver { font-size: 0.85rem; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: #d72c2c; margin: 0 0 6px; }
  .fgd-cost-card h3 { font-size: 1.08rem; margin: 2px 0 8px; font-weight: 700; }
  .fgd-cost-card p { font-size: 0.94rem; color: #4a4a4a; margin: 0; line-height: 1.55; }
  .fgd-cost-note { background: #f5f6f7; border: 1px solid #d4d8de; border-radius: 10px; padding: 18px 22px; margin-top: 22px; font-size: 1rem; }
  .fgd-cost-note strong { color: #d72c2c; }

  /* PRO REASONS */
  .fgd-pro-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; margin: 28px 0; }
  .fgd-pro-card { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 14px; padding: 28px 24px; transition: transform 0.2s ease, box-shadow 0.2s ease; }
  .fgd-pro-card:hover { transform: translateY(-3px); box-shadow: 0 10px 24px rgba(0,0,0,0.06); }
  .fgd-pro-card__icon { width: 52px; height: 52px; background: #f5f6f7; border: 1.5px solid #d4d8de; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
  .fgd-pro-card__icon svg { width: 26px; height: 26px; stroke: #d72c2c; }
  .fgd-pro-card h3 { font-size: 1.1rem; margin: 0 0 8px; font-weight: 700; }
  .fgd-pro-card p { font-size: 0.96rem; color: #4a4a4a; margin: 0; }

  /* SERVICE AREAS */
  .fgd-areas { display: flex; flex-wrap: wrap; gap: 10px 12px; margin: 22px 0 28px; }
  .fgd-areas a { display: inline-block; padding: 10px 18px; background: #f5f6f7; border: 1px solid #d4d8de; border-radius: 999px; font-size: 0.96rem; color: #1a1a1a !important; font-weight: 700; transition: all 0.2s ease; }
  .fgd-areas a:hover { background: #d72c2c; color: #fff !important; border-color: #d72c2c; text-decoration: none; transform: translateY(-1px); }

  /* TRUST SECTION */
  .fgd-trust-section { background: linear-gradient(180deg, #f5f6f7 0%, #fafafb 100%); padding: 70px 24px; margin-bottom: 0; }
  .fgd-trust-section__inner { max-width: 1100px; margin: 0 auto; }
  .fgd-trust-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; margin: 32px 0 0; }
  .fgd-trust-card { text-align: center; padding: 26px 22px; }
  .fgd-trust-card__icon { width: 64px; height: 64px; background: #d72c2c; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; box-shadow: 0 6px 18px rgba(215,44,44,0.25); }
  .fgd-trust-card__icon svg { width: 30px; height: 30px; stroke: #fff; }
  .fgd-trust-card h3 { font-size: 1.1rem; margin: 0 0 8px; font-weight: 800; }
  .fgd-trust-card p { font-size: 0.96rem; color: #4a4a4a; margin: 0; }

  /* REVIEWS SECTION */
  .fgd-reviews-section { background: #fafafb; padding: 60px 24px; margin-bottom: 0; }
  .fgd-reviews-section__inner { max-width: 1100px; margin: 0 auto; text-align: center; }
  .fgd-reviews-widget { margin: 28px auto 0; max-width: 1000px; text-align: center; display: flex; justify-content: center; align-items: center; flex-direction: column; }
  .fgd-reviews-widget > * { margin-left: auto !important; margin-right: auto !important; }

  /* FAQ */
  .fgd-repair .fgd-faq { margin: 28px 0 32px; }
  .fgd-repair .fgd-faq-item { border: 1px solid #dedede; border-radius: 8px; margin-bottom: 12px; overflow: hidden; background: #fff; }
  .fgd-repair .fgd-faq-item > h3 { background: #000; color: #fff; font-size: 1rem; font-weight: 700; line-height: 1.4; padding: 16px 20px; margin: 0; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 14px; border: none; user-select: none; }
  .fgd-repair .fgd-faq-item > h3:focus-visible { outline: 2px solid #d72c2c; outline-offset: -2px; }
  .fgd-repair .fgd-faq-item > h3::after { content: '+'; flex-shrink: 0; font-size: 1.5rem; font-weight: 400; line-height: 1; width: 22px; text-align: center; }
  .fgd-repair .fgd-faq-item.is-open > h3::after { content: '−'; }
  .fgd-repair .fgd-faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.35s ease; padding: 0 20px; background: #fff; }
  .fgd-repair .fgd-faq-item.is-open .fgd-faq-answer { max-height: 1400px; padding: 16px 20px 4px; }
  .fgd-repair .fgd-faq-answer p { font-size: 0.96rem; line-height: 1.7; color: #333; margin: 0 0 14px; }
  .fgd-repair .fgd-faq-answer a { color: #d72c2c; font-weight: 600; }

  /* FINAL CTA */
  .fgd-final-cta { position: relative; width: 100vw; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; margin-top: 70px; margin-bottom: 0; background: linear-gradient(180deg, #1a1a1a 0%, #2a2a2a 100%); color: #fff; padding: 70px 24px; text-align: center; overflow: hidden; }
  .fgd-final-cta::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 6px; background: linear-gradient(90deg, #d72c2c 0%, #b91c1c 100%); }
  .fgd-final-cta__inner { max-width: 760px; margin: 0 auto; position: relative; z-index: 1; }
  .fgd-final-cta__eyebrow { display: inline-block; font-size: 0.78rem; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; color: #ff6b6b; margin-bottom: 14px; }
  .fgd-final-cta h2 { margin-top: 0; color: #fff; font-size: 2.4rem; line-height: 1.1; font-weight: 800; letter-spacing: -0.025em; }
  .fgd-final-cta p { font-size: 1.12rem; color: rgba(255,255,255,0.88); max-width: 640px; margin: 0 auto 26px; }

  /* ============================================
     DESIGN-HEAVY ENHANCEMENTS — premium visual layer
     ============================================ */

  /* Red accent bar under every H2 */
  .fgd-section h2::after,
  .fgd-diag-section h2::after,
  .fgd-trust-section h2::after,
  .fgd-reviews-section h2::after {
    content: '';
    display: block;
    width: 64px;
    height: 4px;
    background: linear-gradient(90deg, #d72c2c 0%, #b91c1c 100%);
    border-radius: 3px;
    margin-top: 16px;
  }
  .fgd-trust-section h2::after,
  .fgd-reviews-section h2::after { margin-left: auto; margin-right: auto; }
  .fgd-mid-cta h2::after,
  .fgd-final-cta h2::after {
    content: '';
    display: block;
    width: 64px;
    height: 4px;
    background: rgba(255,255,255,0.5);
    border-radius: 3px;
    margin: 16px auto 0;
  }

  /* Hero — high-impact, layered backgrounds, corner accents, gradient H1 */
  .fgd-hero {
    padding: 120px 24px 100px !important;
    background:
      radial-gradient(ellipse 80% 60% at 50% 0%, rgba(215,44,44,0.10) 0%, transparent 70%),
      linear-gradient(180deg, #f5f6f7 0%, #fafafb 100%) !important;
  }
  .fgd-hero::before { height: 8px !important; }
  .fgd-hero::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: radial-gradient(circle, rgba(215,44,44,0.07) 1.4px, transparent 1.4px);
    background-size: 32px 32px;
    pointer-events: none;
    opacity: 0.8;
    z-index: 0;
  }

  /* Decorative corner accent marks */
  .fgd-hero__corner {
    position: absolute;
    width: 90px;
    height: 90px;
    opacity: 0.28;
    pointer-events: none;
    z-index: 1;
  }
  .fgd-hero__corner--tl {
    top: 32px; left: 32px;
    border-top: 4px solid #d72c2c;
    border-left: 4px solid #d72c2c;
    border-top-left-radius: 6px;
  }
  .fgd-hero__corner--br {
    bottom: 32px; right: 32px;
    border-bottom: 4px solid #d72c2c;
    border-right: 4px solid #d72c2c;
    border-bottom-right-radius: 6px;
  }

  .fgd-hero__inner { position: relative; z-index: 2; }
  .fgd-hero h1 {
    font-size: 3.8rem !important;
    line-height: 1.02 !important;
    background: linear-gradient(180deg, #0f0f0f 0%, #2c2c2c 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900 !important;
  }
  .fgd-hero__sub { font-size: 1.32rem !important; max-width: 820px !important; }
  .fgd-hero__eyebrow {
    box-shadow: 0 6px 20px rgba(215,44,44,0.4) !important;
    font-size: 0.84rem !important;
    padding: 9px 20px !important;
    letter-spacing: 1px !important;
  }
  .fgd-hero .fgd-btn { padding: 18px 38px !important; font-size: 1.08rem !important; }
  .fgd-hero .fgd-btn--primary {
    animation: fgd-pulse 2.4s ease-in-out infinite;
  }
  @keyframes fgd-pulse {
    0%, 100% { box-shadow: 0 6px 18px rgba(215,44,44,0.3); }
    50% { box-shadow: 0 8px 28px rgba(215,44,44,0.55); }
  }

  /* Hero badge strip — bigger visual trust signals */
  .fgd-hero__badges {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin: 36px auto 8px;
    max-width: 760px;
  }
  .fgd-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1.5px solid #d4d8de;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 0.88rem;
    font-weight: 700;
    color: #1a1a1a;
    box-shadow: 0 4px 14px rgba(0,0,0,0.06);
    transition: transform 0.2s ease;
  }
  .fgd-hero__badge:hover { transform: translateY(-1px); }
  .fgd-hero__badge svg {
    width: 18px; height: 18px;
    stroke: #d72c2c;
    flex-shrink: 0;
  }
  .fgd-hero__badge-stars { color: #d72c2c; letter-spacing: 1px; font-size: 0.95rem; }

  /* Hide the old trust row in favor of new badges */
  .fgd-hero__trust { display: none !important; }

  /* Stat banner with side accents + pattern */
  .fgd-stat-banner { position: relative; overflow: hidden; }
  .fgd-stat-banner::before,
  .fgd-stat-banner::after {
    content: '';
    position: absolute; top: 0;
    width: 5px; height: 100%;
    background: linear-gradient(180deg, #d72c2c 0%, #b91c1c 100%);
  }
  .fgd-stat-banner::before { left: 0; }
  .fgd-stat-banner::after { right: 0; }

  /* TOC enhanced */
  .fgd-toc {
    background: linear-gradient(135deg, #fafafb 0%, #f5f6f7 100%) !important;
    border-color: #d4d8de !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
  }

  /* Problem cards: icon container + enhanced hover */
  .fgd-problem__icon {
    width: 56px; height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, #f5f6f7 0%, #eef0f2 100%);
    border: 1.5px solid #d4d8de;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 16px;
    transition: all 0.3s ease;
  }
  .fgd-problem__icon svg { width: 28px; height: 28px; stroke: #d72c2c; }
  .fgd-problem:hover .fgd-problem__icon {
    background: linear-gradient(135deg, #d72c2c 0%, #b91c1c 100%);
    border-color: #d72c2c;
    transform: scale(1.05) rotate(-3deg);
  }
  .fgd-problem:hover .fgd-problem__icon svg { stroke: #fff; }

  /* Signs cards with subtle radial decoration */
  .fgd-sign { position: relative; overflow: hidden; }
  .fgd-sign::after {
    content: '';
    position: absolute; top: 0; right: 0;
    width: 90px; height: 90px;
    background: radial-gradient(circle at top right, rgba(215,44,44,0.07) 0%, transparent 70%);
    pointer-events: none;
  }

  /* Repair vs Replace icons */
  .fgd-vs-card__icon {
    width: 56px; height: 56px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 16px;
    background: linear-gradient(135deg, #d72c2c 0%, #b91c1c 100%);
    box-shadow: 0 6px 16px rgba(215,44,44,0.28);
  }
  .fgd-vs-card--neutral .fgd-vs-card__icon {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    box-shadow: 0 6px 16px rgba(0,0,0,0.22);
  }
  .fgd-vs-card__icon svg { width: 28px; height: 28px; stroke: #fff; }

  /* Free estimate callout — much more dramatic */
  .fgd-estimate {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%) !important;
    box-shadow: 0 14px 36px rgba(0,0,0,0.18);
    position: relative; overflow: hidden;
  }
  .fgd-estimate::after {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    background:
      radial-gradient(circle at 78% 30%, rgba(215,44,44,0.22) 0%, transparent 50%),
      radial-gradient(circle at 18% 80%, rgba(215,44,44,0.14) 0%, transparent 50%);
    pointer-events: none;
  }
  .fgd-estimate > * { position: relative; z-index: 1; }

  /* Steps with subtle radial accent */
  .fgd-steps > li { position: relative; overflow: hidden; }
  .fgd-steps > li::after {
    content: '';
    position: absolute; bottom: -40px; right: -40px;
    width: 130px; height: 130px;
    background: radial-gradient(circle, rgba(215,44,44,0.05) 0%, transparent 70%);
    pointer-events: none;
  }

  /* Cost cards: subtle corner icon + hover */
  .fgd-cost-card { position: relative; overflow: hidden; transition: all 0.2s ease; }
  .fgd-cost-card:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(0,0,0,0.06); }
  .fgd-cost-card::after {
    content: '';
    position: absolute; bottom: -25px; right: -25px;
    width: 80px; height: 80px;
    background: radial-gradient(circle, rgba(215,44,44,0.08) 0%, transparent 70%);
    pointer-events: none;
  }

  /* Mid CTA with dot pattern overlay */
  .fgd-mid-cta::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    background-image:
      radial-gradient(circle at 80% 30%, rgba(255,255,255,0.1) 0%, transparent 50%),
      radial-gradient(circle at 20% 70%, rgba(255,255,255,0.08) 0%, transparent 50%),
      radial-gradient(circle, rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 100% 100%, 100% 100%, 28px 28px;
    pointer-events: none;
  }

  /* Trust block icons get bigger glow */
  .fgd-trust-card__icon {
    box-shadow: 0 10px 28px rgba(215,44,44,0.32) !important;
    transition: transform 0.3s ease;
  }
  .fgd-trust-card:hover .fgd-trust-card__icon { transform: scale(1.08); }

  /* Pro card icons enhanced */
  .fgd-pro-card__icon { transition: all 0.3s ease; }
  .fgd-pro-card:hover .fgd-pro-card__icon {
    background: linear-gradient(135deg, #d72c2c 0%, #b91c1c 100%);
    border-color: #d72c2c;
  }
  .fgd-pro-card:hover .fgd-pro-card__icon svg { stroke: #fff; }

  /* Final CTA with subtle pattern */
  .fgd-final-cta::after {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    background:
      radial-gradient(circle at 80% 20%, rgba(215,44,44,0.12) 0%, transparent 50%),
      radial-gradient(circle at 20% 80%, rgba(215,44,44,0.1) 0%, transparent 50%),
      radial-gradient(circle, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 100% 100%, 100% 100%, 36px 36px;
    pointer-events: none;
  }
  .fgd-final-cta__inner { position: relative; z-index: 2; }

  /* MOBILE */
  @media (max-width: 768px) {
    .fgd-repair h2 { font-size: 1.6rem; margin: 40px 0 12px; }
    .fgd-section { margin-bottom: 40px; }
    .fgd-section > p:first-of-type { font-size: 1.02rem; }
    .fgd-hero { padding: 50px 20px 44px; }
    .fgd-hero h1 { font-size: 2.1rem; }
    .fgd-hero__sub { font-size: 1.05rem; }
    .fgd-cta-row { flex-direction: column; }
    .fgd-btn { width: 100%; padding: 14px 24px; }
    .fgd-toc { padding: 18px 20px; margin: 24px auto 40px; }
    .fgd-toc__grid { grid-template-columns: 1fr; gap: 4px; }
    .fgd-stat-banner { padding: 30px 16px; margin-bottom: 40px; }
    .fgd-stat-banner__grid { grid-template-columns: repeat(3, 1fr); gap: 16px 12px; }
    .fgd-stat__num { font-size: 1.7rem; }
    .fgd-stat__num--small { font-size: 1.25rem; }
    .fgd-stat__label { font-size: 0.7rem; letter-spacing: 0.6px; }
    .fgd-quick { padding: 18px 20px; font-size: 1rem; margin-bottom: 40px; }
    .fgd-problem, .fgd-sign, .fgd-vs-card, .fgd-cost-card, .fgd-pro-card, .fgd-diag-col { padding: 22px 20px; }
    .fgd-sign { padding-left: 76px; }
    .fgd-sign__num { width: 38px; height: 38px; font-size: 1rem; left: 20px; top: 20px; }
    .fgd-diag-section { padding: 50px 20px; }
    .fgd-trust-section, .fgd-reviews-section { padding: 50px 20px; }
    .fgd-mid-cta { padding: 44px 20px; }
    .fgd-mid-cta h2 { font-size: 1.65rem; }
    .fgd-mid-cta p { font-size: 1rem; }
    .fgd-estimate { grid-template-columns: 1fr; padding: 28px 22px; text-align: center; }
    .fgd-estimate__ctas { justify-content: center; }
    .fgd-steps > li { padding: 24px 22px 24px 80px; }
    .fgd-steps > li::before { width: 42px; height: 42px; left: 20px; top: 22px; font-size: 1.1rem; }
    .fgd-final-cta { padding: 50px 20px; margin-top: 50px; }
    .fgd-final-cta h2 { font-size: 1.85rem; }
    .fgd-final-cta p { font-size: 1.02rem; }
  }