/* BASE */
  .fgd-rollers { 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-rollers, .fgd-rollers * { outline: none !important; box-sizing: border-box; }
  .fgd-rollers a:focus-visible, .fgd-rollers [tabindex]:focus-visible { outline: 2px solid #d72c2c !important; outline-offset: 2px; }
  .fgd-rollers h1, .fgd-rollers h2, .fgd-rollers h3 { color: #1a1a1a; letter-spacing: -0.01em; }
  .fgd-rollers p { margin: 0 0 14px; font-size: 1.05rem; color: #3a3a3a; }
  .fgd-rollers a { color: #d72c2c; text-decoration: none; font-weight: 600; }
  .fgd-rollers a:hover { text-decoration: underline; }
  .fgd-rollers a:visited { color: inherit; }
  .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; }
  .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-rollers 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-section h2::after, .fgd-cmp-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; }
  .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: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(215,44,44,0.10) 0%, transparent 70%), linear-gradient(180deg, #f5f6f7 0%, #fafafb 100%); padding: 120px 24px 100px; overflow: hidden; }
  .fgd-hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 8px; background: linear-gradient(90deg, #d72c2c 0%, #b91c1c 100%); z-index: 1; }
  .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; }
  .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 { max-width: 920px; margin: 0 auto; position: relative; z-index: 2; }
  .fgd-hero__eyebrow { display: inline-block; background: #d72c2c; color: #fff; font-size: 0.84rem; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; padding: 9px 20px; border-radius: 999px; margin-bottom: 22px; box-shadow: 0 6px 20px rgba(215,44,44,0.4); }
  .fgd-hero h1 { font-size: 3.8rem; line-height: 1.02; margin: 4px 0 20px; letter-spacing: -0.03em; font-weight: 900; background: linear-gradient(180deg, #0f0f0f 0%, #2c2c2c 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
  .fgd-hero__sub { text-align: center; font-size: 1.32rem; line-height: 1.5; color: #3a3a3a; max-width: 820px; 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: 18px 36px; border-radius: 8px; font-weight: 700; text-decoration: none !important; transition: transform 0.1s ease, box-shadow 0.2s ease; font-size: 1.08rem; }
  .fgd-btn--primary { background: #d72c2c; color: #fff !important; box-shadow: 0 6px 18px rgba(215,44,44,0.3); animation: fgd-pulse 2.4s ease-in-out infinite; }
  .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); }
  @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); } }
  .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; }

  /* TOC */
  .fgd-toc { background: linear-gradient(135deg, #fafafb 0%, #f5f6f7 100%); border: 1px solid #d4d8de; border-radius: 12px; padding: 22px 26px; margin: 36px auto 56px; max-width: 900px; box-shadow: 0 4px 20px rgba(0,0,0,0.04); }
  .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; }
  .fgd-toc a:visited { color: #3a3a3a !important; }

  /* STAT BANNER */
  .fgd-stat-banner { background: #1a1a1a; color: #fff; padding: 36px 16px; margin-bottom: 56px; 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; }
  .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; }

  /* WHY ROLLERS MATTER (4-up grid) */
  .fgd-why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin: 28px 0; }
  .fgd-why-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 14px; padding: 28px 24px; transition: transform 0.2s ease, box-shadow 0.2s ease; }
  .fgd-why-card:hover { transform: translateY(-3px); box-shadow: 0 10px 24px rgba(0,0,0,0.06); }
  .fgd-why-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; transition: all 0.3s ease; }
  .fgd-why-card__icon svg { width: 26px; height: 26px; stroke: #d72c2c; transition: stroke 0.3s ease; }
  .fgd-why-card:hover .fgd-why-card__icon { background: linear-gradient(135deg, #d72c2c 0%, #b91c1c 100%); border-color: #d72c2c; }
  .fgd-why-card:hover .fgd-why-card__icon svg { stroke: #fff; }
  .fgd-why-card h3 { font-size: 1.15rem; margin: 0 0 8px; font-weight: 700; }
  .fgd-why-card p { font-size: 0.96rem; color: #4a4a4a; margin: 0; }

  /* SIGNS (numbered cards) */
  .fgd-signs { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; margin: 28px 0; }
  .fgd-sign { background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; padding: 22px 22px 22px 80px; position: relative; overflow: hidden; }
  .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::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; }
  .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; }

  /* ROLLER COMPARISON (full-width gray) */
  .fgd-cmp-section { background: linear-gradient(180deg, #f5f6f7 0%, #eef0f2 100%); padding: 70px 24px; margin-bottom: 0; }
  .fgd-cmp-section__inner { max-width: 1100px; margin: 0 auto; }
  .fgd-cmp-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; margin: 32px 0 0; }
  .fgd-cmp-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 14px; padding: 26px 24px; position: relative; box-shadow: 0 2px 8px rgba(0,0,0,0.04); }
  .fgd-cmp-card--premium { border: 2px solid #d72c2c; box-shadow: 0 10px 28px rgba(215,44,44,0.12); }
  .fgd-cmp-card__tag { display: inline-block; 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-cmp-card--premium .fgd-cmp-card__tag { color: #fff; background: #d72c2c; }
  .fgd-cmp-card h3 { font-size: 1.18rem; font-weight: 800; margin: 0 0 10px; }
  .fgd-cmp-card__price { font-size: 0.85rem; font-weight: 700; color: #6a6a6a; margin: 0 0 12px; }
  .fgd-cmp-card ul { margin: 0; padding-left: 22px; }
  .fgd-cmp-card li { font-size: 0.94rem; color: #3a3a3a; margin-bottom: 6px; line-height: 1.5; }
  .fgd-cmp-card li.fgd-con { color: #8a4a4a; }
  .fgd-cmp-card li.fgd-pro { color: #1a6a3a; }

  /* 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-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; }
  .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: #fff; border: 1px solid #e5e7eb; border-radius: 14px; padding: 26px 28px 26px 92px; margin-bottom: 14px; position: relative; overflow: hidden; 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::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; }
  .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; 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; }
  .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; }

  /* 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); }
  .fgd-areas a:visited { color: #1a1a1a !important; }

  /* TRUST BLOCK */
  .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 10px 28px rgba(215,44,44,0.32); transition: transform 0.3s ease; }
  .fgd-trust-card:hover .fgd-trust-card__icon { transform: scale(1.08); }
  .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 */
  .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-rollers .fgd-faq { margin: 28px 0 32px; }
  .fgd-rollers .fgd-faq-item { border: 1px solid #dedede; border-radius: 8px; margin-bottom: 12px; overflow: hidden; background: #fff; }
  .fgd-rollers .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-rollers .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-rollers .fgd-faq-item.is-open > h3::after { content: '−'; }
  .fgd-rollers .fgd-faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.35s ease; padding: 0 20px; background: #fff; }
  .fgd-rollers .fgd-faq-item.is-open .fgd-faq-answer { max-height: 1400px; padding: 16px 20px 4px; }
  .fgd-rollers .fgd-faq-answer p { font-size: 0.96rem; line-height: 1.7; color: #333; margin: 0 0 14px; }
  .fgd-rollers .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::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 { max-width: 760px; margin: 0 auto; position: relative; z-index: 2; }
  .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; }

  /* MOBILE */
  @media (max-width: 768px) {
    .fgd-rollers 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: 60px 20px 50px; }
    .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-why-card, .fgd-sign, .fgd-cmp-card, .fgd-cost-card { padding: 22px 20px; }
    .fgd-sign { padding-left: 76px; }
    .fgd-sign__num { width: 38px; height: 38px; font-size: 1rem; left: 20px; top: 20px; }
    .fgd-cmp-section, .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-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; }
  }