{"id":2022,"date":"2026-06-04T17:35:32","date_gmt":"2026-06-04T09:35:32","guid":{"rendered":"https:\/\/grechofacer.com\/?page_id=2022"},"modified":"2026-08-31T18:41:20","modified_gmt":"2026-08-31T10:41:20","slug":"faq","status":"publish","type":"page","link":"https:\/\/grechofacer.com\/de\/faq\/","title":{"rendered":"H\u00e4ufige Fragen zu Kaschierungen, Mustern und Unterlagen"},"content":{"rendered":"        <style>\n            body:has(.grecho-faq-v2) .site-header,\n            body:has(.grecho-faq-v2) .main-navigation,\n            body:has(.grecho-faq-v2) .site-footer,\n            body:has(.grecho-faq-v2) .site-info,\n            body:has(.grecho-faq-v2) .entry-header {\n                display: none !important;\n            }\n            body:has(.grecho-faq-v2) .site-content,\n            body:has(.grecho-faq-v2) .content-area,\n            body:has(.grecho-faq-v2) .site-main,\n            body:has(.grecho-faq-v2) .inside-article,\n            body:has(.grecho-faq-v2) .entry-content,\n            body:has(.grecho-faq-v2) .grid-container,\n            body:has(.grecho-faq-v2) .container {\n                width: 100% !important;\n                max-width: none !important;\n                margin: 0 !important;\n                padding: 0 !important;\n            }\n            html:has(.grecho-faq-v2),\n            body:has(.grecho-faq-v2) { overflow-x: hidden !important; }\n\n            .grecho-faq-v2 {\n                --gfaq-blue: #18479F;\n                --gfaq-blue-2: #2563db;\n                --gfaq-deep: #0F2B5B;\n                --gfaq-navy: #0b1728;\n                --gfaq-ink: #0f172a;\n                --gfaq-muted: #64748b;\n                --gfaq-soft: #f3f6fb;\n                --gfaq-line: #dbe4f0;\n                width: 100%;\n                max-width: 100%;\n                margin: 0;\n                overflow-x: clip;\n                color: var(--gfaq-ink);\n                background: #fff;\n                font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, Helvetica, sans-serif;\n                -webkit-font-smoothing: antialiased;\n                text-rendering: optimizeLegibility;\n            }\n            .grecho-faq-v2,\n            .grecho-faq-v2 * { box-sizing: border-box; }\n            .grecho-faq-v2 a { color: inherit; text-decoration: none; }\n            .grecho-faq-v2 p { margin: 0; }\n            .grecho-faq-v2 img { max-width: 100%; }\n            .grecho-faq-v2 section, .grecho-faq-v2 header, .grecho-faq-v2 footer { max-width: 100%; }\n\n            .gfaq-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 99999; background: rgba(5,15,32,.30); backdrop-filter: blur(18px) saturate(150%); -webkit-backdrop-filter: blur(18px) saturate(150%); transition: background .22s ease, border-color .22s ease, box-shadow .22s ease; }\n            .gfaq-nav.is-scrolled { background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(226,232,240,.86); box-shadow: 0 8px 18px rgba(15,23,42,.045); }\n            .gfaq-nav.is-open { background: rgba(15,23,42,.98); border-bottom-color: rgba(148,163,184,.16); box-shadow: 0 18px 50px rgba(2,6,23,.28); }\n            .gfaq-nav-inner { width: min(1180px, calc(100vw - 48px)); min-height: 70px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 22px; }\n            .gfaq-brand { display: inline-flex; align-items: center; min-width: 134px; }\n            .gfaq-logo-img { display: block; width: 138px; height: auto; }\n            .gfaq-nav-links { display: flex; align-items: center; justify-content: center; gap: 22px; color: rgba(255,255,255,.84); font-size: 13px; font-weight: 750; letter-spacing: -.02em; }\n            .gfaq-nav-links a { padding: 26px 0; opacity: .98; transition: color .2s ease, opacity .2s ease; }\n            .gfaq-nav-links a:hover { color: #fff; }\n            .gfaq-nav.is-scrolled .gfaq-nav-links { color: #243044; }\n            .gfaq-nav.is-scrolled .gfaq-nav-links a:hover { color: var(--gfaq-blue); }\n            .gfaq-nav-actions { display: inline-flex; align-items: center; justify-content: flex-end; gap: 10px; margin-left: auto; }\n            .gfaq-nav-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 11px 18px; border-radius: 999px; border: 1px solid transparent; background: #fff; color: var(--gfaq-ink); font-size: 13px; font-weight: 800; line-height: 1; white-space: nowrap; box-shadow: 0 6px 14px rgba(15,23,42,.055); transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease; }\n            .gfaq-nav-cta:hover, .gfaq-nav-cta:visited { color: var(--gfaq-ink); }\n            .gfaq-nav.is-scrolled .gfaq-nav-cta { background: var(--gfaq-blue); color: #fff; border-color: var(--gfaq-blue); }\n            .gfaq-nav.is-open .gfaq-nav-cta { background: #fff; color: var(--gfaq-ink); border-color: rgba(255,255,255,.45); }\n            .gfaq-menu-toggle { display: none; align-items: center; justify-content: center; flex-direction: column; gap: 4px; width: 42px; height: 42px; border-radius: 999px; border: 1px solid rgba(255,255,255,.35); background: rgba(255,255,255,.08); color: #fff; cursor: pointer; padding: 0; }\n            .gfaq-menu-toggle span { display: block; width: 17px; height: 2px; border-radius: 999px; background: #fff; transform-origin: center; transition: transform .18s ease, opacity .18s ease; }\n            .gfaq-menu-toggle.is-active span:nth-child(1) { transform: translateY(6px) rotate(45deg); }\n            .gfaq-menu-toggle.is-active span:nth-child(2) { opacity: 0; }\n            .gfaq-menu-toggle.is-active span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }\n            .gfaq-mobile-menu { display: none; }\n\n            .gfaq-hero { position: relative; overflow: hidden; min-height: 720px; padding: 132px max(28px, calc((100% - 1280px) \/ 2)) 86px; display: flex; align-items: center; color: #fff; background: linear-gradient(90deg, rgba(8,20,38,.96) 0%, rgba(13,37,74,.90) 45%, rgba(13,37,74,.62) 100%), linear-gradient(180deg, rgba(8,20,38,.25), rgba(8,20,38,.70)), url('https:\/\/grechofacer.com\/wp-content\/uploads\/grecho-webp-r1-lite\/grecho-faq-hero-desktop.webp') center\/cover no-repeat, #0b1728; }\n            .gfaq-hero::before { content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none; background: linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(180deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 88px 88px; opacity: .26; mix-blend-mode: screen; }\n            .gfaq-hero-inner { position: relative; z-index: 1; width: min(1280px, 100%); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) 450px; gap: 72px; align-items: center; }\n            .gfaq-eyebrow { margin: 0 0 22px; color: #c7dbff; font-size: 13px; line-height: 1.2; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }\n            .gfaq-hero h1 { max-width: 760px; margin: 0; color: #fff; font-size: clamp(50px, 5.9vw, 88px); line-height: .96; letter-spacing: -.065em; font-weight: 820; }\n            .gfaq-hero-copy { max-width: 720px; margin-top: 26px; color: rgba(255,255,255,.86); font-size: 18px; line-height: 1.68; font-weight: 500; }\n            .gfaq-hero-actions { display: flex; align-items: center; gap: 14px; margin-top: 34px; flex-wrap: wrap; }\n            .gfaq-btn { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 12px 22px; border-radius: 999px; border: 1px solid transparent; font-size: 14px; line-height: 1; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }\n            .gfaq-btn:hover { transform: translateY(-1px); }\n            .gfaq-btn-primary { background: var(--gfaq-blue-2); color: #fff; box-shadow: 0 16px 40px rgba(37,99,235,.25); }\n            .gfaq-btn-primary:hover, .gfaq-btn-primary:visited { color: #fff; }\n            .gfaq-btn-outline { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.48); color: #fff; }\n            .gfaq-btn-outline:hover, .gfaq-btn-outline:visited { color: #fff; }\n            .gfaq-hero-panel { padding: 30px; border-radius: 28px; border: 1px solid rgba(170,197,232,.24); background: rgba(9,25,50,.72); box-shadow: 0 24px 70px rgba(0,0,0,.22); backdrop-filter: blur(16px); }\n            .gfaq-panel-label { color: #bcd7ff; font-size: 12px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 18px; }\n            .gfaq-panel-item { display: flex; gap: 15px; align-items: flex-start; padding: 18px; border-radius: 18px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.095); }\n            .gfaq-panel-item + .gfaq-panel-item { margin-top: 12px; }\n            .gfaq-panel-item span { flex: 0 0 42px; width: 42px; height: 42px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; color: #fff; border: 1px solid rgba(255,255,255,.26); background: rgba(255,255,255,.12); font-weight: 850; font-size: 13px; }\n            .gfaq-panel-item h3 { margin: 0 0 6px; color: #fff; font-size: 17px; line-height: 1.22; font-weight: 820; letter-spacing: -.025em; }\n            .gfaq-panel-item p { color: rgba(255,255,255,.74); font-size: 14px; line-height: 1.55; font-weight: 500; }\n\n            .gfaq-section { padding: 96px max(28px, calc((100% - 1180px) \/ 2)); }\n            .gfaq-section-soft { background: #f3f6fb; }\n            .gfaq-section-dark { color: #fff; background: linear-gradient(135deg, #0F2B5B 0%, #1e5fcb 100%); }\n            .gfaq-section-head { max-width: 780px; margin: 0 auto 42px; text-align: center; }\n            .gfaq-section-head.left { margin-left: 0; text-align: left; }\n            .gfaq-section-kicker { display: block; margin: 0 0 12px; color: var(--gfaq-blue); font-size: 12px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }\n            .gfaq-section h2 { margin: 0; color: var(--gfaq-ink); font-size: clamp(34px, 4.2vw, 58px); line-height: .98; letter-spacing: -.052em; font-weight: 820; }\n            .gfaq-section-head p { margin-top: 18px; color: #62708a; font-size: 17px; line-height: 1.7; font-weight: 500; }\n            .gfaq-section-dark .gfaq-section-kicker { color: #a7c6ff; }\n            .gfaq-section-dark h2, .gfaq-section-dark p { color: #fff; }\n            .gfaq-section-dark .gfaq-section-head p { color: rgba(255,255,255,.88); }\n\n            .gfaq-quick-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }\n            .gfaq-quick-card { min-height: 210px; padding: 24px; border: 1px solid var(--gfaq-line); border-radius: 22px; background: #fff; box-shadow: 0 20px 55px rgba(15, 23, 42, .045); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }\n            .gfaq-quick-card:hover { transform: translateY(-3px); border-color: rgba(24,71,159,.32); box-shadow: 0 24px 70px rgba(15, 23, 42, .075); }\n            .gfaq-card-num { width: 36px; height: 36px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; color: var(--gfaq-blue); background: #eef5ff; font-size: 13px; font-weight: 850; margin-bottom: 18px; }\n            .gfaq-quick-card h3 { margin: 0 0 12px; color: var(--gfaq-ink); font-size: 21px; line-height: 1.18; letter-spacing: -.035em; font-weight: 820; }\n            .gfaq-quick-card p { color: #63708a; font-size: 15px; line-height: 1.65; font-weight: 500; }\n            .gfaq-quick-card small { display: block; margin-top: 18px; color: var(--gfaq-blue); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; font-weight: 850; }\n\n            .gfaq-filter-wrap { display: flex; flex-direction: column; align-items: center; gap: 18px; margin-bottom: 40px; }\n            .gfaq-search { width: min(680px, 100%); position: relative; }\n            .gfaq-search input { width: 100%; height: 52px; border-radius: 999px; border: 1px solid var(--gfaq-line); background: #fff; padding: 0 20px 0 48px; color: var(--gfaq-ink); font-size: 15px; font-weight: 600; outline: none; box-shadow: 0 20px 50px rgba(15,23,42,.045); }\n            .gfaq-search svg { position: absolute; left: 18px; top: 50%; transform: translateY(-50%); color: #94a3b8; }\n            .gfaq-topic-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }\n            .gfaq-tab { appearance: none; border: 1px solid #dbe4f0; background: #fff; color: #334155; border-radius: 999px; padding: 10px 15px; font-size: 13px; font-weight: 800; line-height: 1; cursor: pointer; transition: background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease; }\n            .gfaq-tab.is-active { background: var(--gfaq-blue); border-color: var(--gfaq-blue); color: #fff; box-shadow: 0 12px 30px rgba(24,71,159,.18); }\n\n            .gfaq-explorer { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 34px; align-items: start; }\n            .gfaq-side { position: sticky; top: 92px; padding: 18px; border-radius: 22px; border: 1px solid var(--gfaq-line); background: #fff; box-shadow: 0 22px 60px rgba(15,23,42,.055); }\n            .gfaq-side strong { display: block; margin-bottom: 12px; color: var(--gfaq-ink); font-size: 13px; letter-spacing: .14em; text-transform: uppercase; font-weight: 850; }\n            .gfaq-side a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 12px; border-radius: 14px; color: #475569; font-size: 14px; font-weight: 750; transition: background .2s ease, color .2s ease; }\n            .gfaq-side a:hover { background: #eef5ff; color: var(--gfaq-blue); }\n            .gfaq-side a span { color: #94a3b8; font-size: 12px; }\n\n            .gfaq-group { scroll-margin-top: 110px; border: 1px solid var(--gfaq-line); border-radius: 26px; background: #fff; box-shadow: 0 24px 70px rgba(15,23,42,.045); overflow: hidden; }\n            .gfaq-group + .gfaq-group { margin-top: 24px; }\n            .gfaq-group-head { padding: 26px 28px; border-bottom: 1px solid var(--gfaq-line); background: linear-gradient(180deg, #ffffff, #f8fbff); }\n            .gfaq-group-head .gfaq-section-kicker { margin-bottom: 10px; }\n            .gfaq-group-head h3 { margin: 0; color: var(--gfaq-ink); font-size: 28px; line-height: 1.05; letter-spacing: -.04em; font-weight: 820; }\n            .gfaq-group-head p { margin-top: 12px; color: #64748b; font-size: 15px; line-height: 1.65; font-weight: 500; }\n            .gfaq-accordion { padding: 8px; }\n            .gfaq-item { border-radius: 18px; overflow: hidden; }\n            .gfaq-item + .gfaq-item { border-top: 1px solid #edf2f7; }\n            .gfaq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px; border: 0; background: transparent; color: var(--gfaq-ink); text-align: left; font-size: 17px; line-height: 1.35; font-weight: 820; letter-spacing: -.025em; cursor: pointer; }\n            .gfaq-question span:first-child { min-width: 0; }\n            .gfaq-question .gfaq-plus { flex: 0 0 28px; width: 28px; height: 28px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; color: var(--gfaq-blue); background: #eef5ff; font-size: 18px; font-weight: 800; transition: transform .2s ease; }\n            .gfaq-item.is-open .gfaq-plus { transform: rotate(45deg); }\n            .gfaq-answer { display: none; padding: 0 20px 22px; color: #64748b; font-size: 15px; line-height: 1.72; font-weight: 500; }\n            .gfaq-item.is-open .gfaq-answer { display: block; }\n            .gfaq-empty { display: none; padding: 30px; border: 1px dashed #cbd5e1; border-radius: 20px; color: #64748b; background: #f8fafc; text-align: center; font-weight: 700; }\n\n            .gfaq-resource-card { margin: 34px 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; align-items: center; padding: 30px; border-radius: 28px; background: linear-gradient(135deg, #0f2b5b, #1f62d2); color: #fff; box-shadow: 0 28px 70px rgba(31,98,210,.20); }\n            .gfaq-resource-card .gfaq-section-kicker { color: #bcd7ff; }\n            .gfaq-resource-card h3 { margin: 0; color: #fff; font-size: 28px; line-height: 1.1; letter-spacing: -.04em; font-weight: 820; }\n            .gfaq-resource-card p { margin-top: 12px; color: rgba(255,255,255,.82); font-size: 15px; line-height: 1.7; font-weight: 500; }\n            .gfaq-resource-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }\n\n            .gfaq-next-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }\n            .gfaq-next-card { padding: 26px; border-radius: 22px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.13); box-shadow: 0 18px 50px rgba(0,0,0,.10); }\n            .gfaq-next-card h3 { margin: 0 0 12px; color: #fff; font-size: 22px; line-height: 1.12; font-weight: 820; letter-spacing: -.035em; }\n            .gfaq-next-card p { color: rgba(255,255,255,.86); font-size: 15px; line-height: 1.65; font-weight: 500; }\n            .gfaq-next-card a { display: inline-flex; margin-top: 18px; color: #fff; font-size: 14px; font-weight: 850; }\n\n            .gfaq-final { padding: 90px max(28px, calc((100% - 1180px) \/ 2)); color: #fff; background: linear-gradient(135deg, #0F2B5B 0%, #2f6be6 100%); }\n            .gfaq-final-card { width: min(980px, 100%); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) 250px; gap: 34px; align-items: center; padding: 46px 54px; border-radius: 28px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.12); box-shadow: 0 24px 80px rgba(0,0,0,.12); }\n            .gfaq-final h2 { margin: 0; color: #fff; font-size: clamp(34px, 4.1vw, 58px); line-height: .98; letter-spacing: -.052em; font-weight: 820; }\n            .gfaq-final p { margin-top: 16px; color: rgba(255,255,255,.84); font-size: 16px; line-height: 1.65; font-weight: 500; }\n            .gfaq-final-actions { display: flex; flex-direction: column; gap: 12px; align-items: stretch; }\n            .gfaq-final-actions .gfaq-btn { width: 100%; }\n\n            .gfaq-footer { padding: 72px max(28px, calc((100% - 1180px) \/ 2)) 34px; background: #111c2e; color: rgba(255,255,255,.72); }\n            .gfaq-footer-grid { display: grid; grid-template-columns: 1.25fr .8fr .8fr 1fr; gap: 70px; align-items: start; }\n            .gfaq-footer-logo { display: block; width: 150px; height: auto; margin-bottom: 24px; }\n            .gfaq-footer p { color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.72; font-weight: 500; }\n            .gfaq-socials { display: flex; gap: 12px; margin-top: 24px; }\n            .gfaq-socials a, .gfaq-contact-icon { width: 34px; height: 34px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.08); color: #fff; }\n            .gfaq-footer h4 { margin: 0 0 18px; color: #fff; font-size: 13px; letter-spacing: .11em; text-transform: uppercase; font-weight: 850; }\n            .gfaq-footer a { display: block; color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.5; font-weight: 500; margin: 0 0 12px; }\n            .gfaq-footer a:hover { color: #fff; }\n            .gfaq-contact-line { display: flex; gap: 12px; align-items: center; margin-bottom: 13px; color: rgba(255,255,255,.72); font-size: 14px; }\n            .gfaq-contact-icon { flex: 0 0 30px; width: 30px; height: 30px; color: #9cc2ff; }\n            .gfaq-footer-bottom { margin-top: 54px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.10); display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.58); font-size: 13px; }\n\n            @media (max-width: 1180px) {\n                .gfaq-nav-links { display: none; }\n                .gfaq-menu-toggle { display: inline-flex; }\n                .gfaq-nav { background: #0f172a !important; backdrop-filter: none !important; -webkit-backdrop-filter: none !important; border-bottom: 1px solid rgba(255,255,255,.08); box-shadow: none; }\n                .gfaq-nav.is-scrolled, .gfaq-nav.is-open { background: #0f172a !important; border-bottom-color: rgba(255,255,255,.08); }\n                .gfaq-nav-inner { width: 100%; min-height: 72px; padding: 0 14px; gap: 10px; }\n                .gfaq-brand { min-width: 0; }\n                .gfaq-logo-img { width: 145px; }\n                .gfaq-nav-cta, .gfaq-nav.is-scrolled .gfaq-nav-cta, .gfaq-nav.is-open .gfaq-nav-cta { position: relative; min-height: 34px; height: 34px; max-height: 34px; padding: 0 15px; border: 0 !important; outline: 0 !important; box-shadow: none !important; background: #fff !important; color: #0f172a !important; font-size: 11px; font-weight: 800; line-height: 1; overflow: hidden; }\n                .gfaq-nav-cta::before, .gfaq-nav-cta::after, .gfaq-nav-cta span::before, .gfaq-nav-cta span::after { content: none !important; display: none !important; width: 0 !important; height: 0 !important; border: 0 !important; background: transparent !important; box-shadow: none !important; }\n                .gfaq-nav-cta:hover { transform: none; }\n                .gfaq-nav-actions { gap: 8px; }\n                .gfaq-menu-toggle { width: 38px; height: 38px; border-color: rgba(255,255,255,.32); background: rgba(255,255,255,.08); }\n                .gfaq-mobile-menu { display: none; position: absolute; top: 80px; left: 16px; right: 16px; z-index: 99998; padding: 10px; border-radius: 16px; background: rgba(15,23,42,.97); border: 1px solid rgba(148,163,184,.16); box-shadow: 0 22px 70px rgba(0,0,0,.30); }\n                .gfaq-mobile-menu.is-open { display: block; }\n                .gfaq-mobile-menu a { display: block; padding: 13px 12px; border-bottom: 1px solid rgba(148,163,184,.16); color: rgba(255,255,255,.90); font-size: 14px; font-weight: 800; }\n                .gfaq-mobile-menu a:last-child { border-bottom: 0; }\n\n                .gfaq-hero { min-height: 0; padding: 120px 20px 56px; }\n                .gfaq-hero-inner { grid-template-columns: 1fr; gap: 28px; }\n                .gfaq-hero h1 { max-width: 100%; font-size: clamp(42px, 9.4vw, 62px); letter-spacing: -.058em; }\n                .gfaq-hero-copy { font-size: 16px; line-height: 1.62; }\n                .gfaq-hero-actions { flex-direction: column; align-items: stretch; }\n                .gfaq-hero-actions .gfaq-btn { width: 100%; min-height: 50px; }\n                .gfaq-hero-panel { padding: 20px; border-radius: 22px; }\n                .gfaq-panel-item { padding: 15px; }\n                .gfaq-section { padding: 72px 20px; }\n                .gfaq-quick-grid, .gfaq-next-grid { grid-template-columns: 1fr 1fr; }\n                .gfaq-explorer { grid-template-columns: 1fr; }\n                .gfaq-side { position: relative; top: auto; }\n                .gfaq-resource-card { grid-template-columns: 1fr; }\n                .gfaq-resource-actions { justify-content: flex-start; }\n                .gfaq-final-card { grid-template-columns: 1fr; padding: 34px 28px; }\n                .gfaq-footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }\n            }\n            @media (max-width: 640px) {\n                .gfaq-logo-img { width: 145px; }\n                .gfaq-nav-cta { padding: 0 14px !important; }\n                .gfaq-hero { padding: 116px 20px 48px; }\n                .gfaq-eyebrow { font-size: 12px; letter-spacing: .16em; }\n                .gfaq-hero h1 { font-size: clamp(37px, 10vw, 52px); }\n                .gfaq-hero-copy { margin-top: 20px; }\n                .gfaq-panel-item { gap: 12px; }\n                .gfaq-panel-item span { width: 38px; height: 38px; flex-basis: 38px; }\n                .gfaq-section h2 { font-size: clamp(34px, 9.4vw, 46px); }\n                .gfaq-section-head { margin-bottom: 30px; }\n                .gfaq-quick-grid, .gfaq-next-grid { grid-template-columns: 1fr; }\n                .gfaq-topic-tabs { justify-content: flex-start; overflow-x: auto; width: 100%; padding-bottom: 4px; flex-wrap: nowrap; }\n                .gfaq-tab { flex: 0 0 auto; }\n                .gfaq-group-head { padding: 22px; }\n                .gfaq-group-head h3 { font-size: 24px; }\n                .gfaq-question { padding: 18px 16px; font-size: 16px; }\n                .gfaq-answer { padding: 0 16px 20px; }\n                .gfaq-resource-card { padding: 24px; }\n                .gfaq-resource-actions .gfaq-btn { width: 100%; }\n                .gfaq-footer-grid { grid-template-columns: 1fr; }\n                .gfaq-footer-bottom { flex-direction: column; }\n            }\n        \n\n            \/* FAQ V2.1 - Home \/ Contact aligned polish overrides *\/\n            .grecho-faq-v2 {\n                --gfaq-fog: #f3f6fb;\n            }\n            @media (min-width: 1181px) {\n                .grecho-faq-v2 .gfaq-nav {\n                    background: rgba(15, 23, 42, .36) !important;\n                    border-bottom: 0 !important;\n                    box-shadow: none !important;\n                    backdrop-filter: blur(18px) saturate(145%) !important;\n                    -webkit-backdrop-filter: blur(18px) saturate(145%) !important;\n                }\n                .grecho-faq-v2 .gfaq-nav-inner {\n                    width: min(1280px, calc(100% - 40px)) !important;\n                    min-height: 80px !important;\n                    height: 80px !important;\n                    gap: 24px !important;\n                }\n                .grecho-faq-v2 .gfaq-brand {\n                    min-width: 190px !important;\n                }\n                .grecho-faq-v2 .gfaq-logo-img {\n                    width: 190px !important;\n                    max-width: 190px !important;\n                    filter: drop-shadow(0 2px 8px rgba(0,0,0,.38)) !important;\n                }\n                .grecho-faq-v2 .gfaq-nav-links {\n                    gap: 24px !important;\n                    color: rgba(255,255,255,.90) !important;\n                    font-size: 14px !important;\n                    line-height: 20px !important;\n                    font-weight: 500 !important;\n                    letter-spacing: 0 !important;\n                    text-shadow: 0 2px 8px rgba(0,0,0,.45) !important;\n                }\n                .grecho-faq-v2 .gfaq-nav-links a {\n                    padding: 30px 0 !important;\n                    font-weight: 500 !important;\n                }\n                .grecho-faq-v2 .gfaq-nav-cta {\n                    min-height: 40px !important;\n                    padding: 8px 20px !important;\n                    color: #0f172a !important;\n                    background: rgba(255,255,255,.92) !important;\n                    border: 1px solid rgba(255,255,255,.44) !important;\n                    box-shadow: 0 10px 24px rgba(15,23,42,.16) !important;\n                    font-size: 14px !important;\n                    line-height: 20px !important;\n                    font-weight: 500 !important;\n                }\n                .grecho-faq-v2 .gfaq-nav.is-scrolled {\n                    background: rgba(255,255,255,.96) !important;\n                    border-bottom: 1px solid rgba(226,232,240,.72) !important;\n                    box-shadow: 0 10px 26px rgba(15,23,42,.08) !important;\n                    backdrop-filter: blur(18px) saturate(160%) !important;\n                    -webkit-backdrop-filter: blur(18px) saturate(160%) !important;\n                }\n                .grecho-faq-v2 .gfaq-nav.is-scrolled .gfaq-nav-inner {\n                    height: 64px !important;\n                    min-height: 64px !important;\n                }\n                .grecho-faq-v2 .gfaq-nav.is-scrolled .gfaq-logo-img {\n                    filter: none !important;\n                }\n                .grecho-faq-v2 .gfaq-nav.is-scrolled .gfaq-nav-links {\n                    color: #334155 !important;\n                    text-shadow: none !important;\n                }\n                .grecho-faq-v2 .gfaq-nav.is-scrolled .gfaq-nav-links a:hover {\n                    color: var(--gfaq-blue) !important;\n                }\n                .grecho-faq-v2 .gfaq-nav.is-scrolled .gfaq-nav-cta {\n                    color: #1b4aa1 !important;\n                    background: #fff !important;\n                    border: 1px solid rgba(27,74,161,.28) !important;\n                    box-shadow: 0 8px 20px rgba(15,43,91,.08) !important;\n                }\n            }\n            .grecho-faq-v2 .gfaq-hero {\n                min-height: 680px !important;\n                padding: 132px max(28px, calc((100% - 1280px) \/ 2)) 76px !important;\n                align-items: flex-end !important;\n                background:\n                    linear-gradient(180deg, rgba(0,0,0,.42), rgba(0,0,0,.08) 44%, rgba(0,0,0,.66)),\n                    linear-gradient(90deg, rgba(8,20,38,.86) 0%, rgba(15,23,42,.62) 48%, rgba(15,23,42,.42) 100%),\n                    url('https:\/\/grechofacer.com\/wp-content\/uploads\/grecho-webp-r1-lite\/grecho-faq-hero-desktop.webp') center \/ cover no-repeat,\n                    #0f172a !important;\n            }\n            .grecho-faq-v2 .gfaq-hero::before {\n                opacity: .18 !important;\n                background-size: 96px 96px !important;\n            }\n            .grecho-faq-v2 .gfaq-hero-inner {\n                width: min(1280px, 100%) !important;\n                grid-template-columns: minmax(0, 720px) minmax(360px, 470px) !important;\n                gap: 64px !important;\n                align-items: flex-end !important;\n            }\n            .grecho-faq-v2 .gfaq-hero h1 {\n                max-width: 720px !important;\n                font-size: clamp(42px, 5.15vw, 64px) !important;\n                line-height: 1.06 !important;\n                letter-spacing: -0.03em !important;\n                word-spacing: .035em !important;\n                font-weight: 800 !important;\n                text-shadow: none !important;\n            }\n            .grecho-faq-v2 .gfaq-eyebrow,\n            .grecho-faq-v2 .gfaq-section-kicker {\n                font-size: 12px !important;\n                line-height: 1.1 !important;\n                font-weight: 800 !important;\n                letter-spacing: .20em !important;\n                text-transform: uppercase !important;\n            }\n            .grecho-faq-v2 .gfaq-hero-copy {\n                max-width: 700px !important;\n                margin-top: 22px !important;\n                color: rgba(255,255,255,.86) !important;\n                font-size: 18px !important;\n                line-height: 1.68 !important;\n                font-weight: 500 !important;\n            }\n            .grecho-faq-v2 .gfaq-hero-actions {\n                gap: 18px !important;\n                margin-top: 30px !important;\n            }\n            .grecho-faq-v2 .gfaq-btn {\n                min-height: 44px !important;\n                padding: 11px 22px !important;\n                border-radius: 999px !important;\n                font-size: 14px !important;\n                font-weight: 800 !important;\n                line-height: 1.1 !important;\n            }\n            .grecho-faq-v2 .gfaq-btn-primary {\n                background: var(--gfaq-blue) !important;\n                box-shadow: 0 12px 26px rgba(27,74,161,.22) !important;\n            }\n            .grecho-faq-v2 .gfaq-btn-primary:hover {\n                background: #0f3f8c !important;\n            }\n            .grecho-faq-v2 .gfaq-btn-outline {\n                color: #fff !important;\n                background: rgba(255,255,255,.06) !important;\n                border-color: rgba(255,255,255,.58) !important;\n            }\n            .grecho-faq-v2 .gfaq-hero-panel {\n                max-width: 470px !important;\n                padding: 28px !important;\n                border-radius: 28px !important;\n                background: rgba(15,23,42,.62) !important;\n                border: 1px solid rgba(148,163,184,.26) !important;\n                box-shadow: 0 24px 60px rgba(2,6,23,.16) !important;\n                backdrop-filter: blur(8px) !important;\n            }\n            .grecho-faq-v2 .gfaq-panel-item {\n                border-radius: 18px !important;\n                background: rgba(255,255,255,.10) !important;\n            }\n            .grecho-faq-v2 .gfaq-panel-item h3,\n            .grecho-faq-v2 .gfaq-quick-card h3,\n            .grecho-faq-v2 .gfaq-group-head h3,\n            .grecho-faq-v2 .gfaq-resource-card h3,\n            .grecho-faq-v2 .gfaq-next-card h3 {\n                letter-spacing: -0.02em !important;\n                font-weight: 800 !important;\n            }\n            .grecho-faq-v2 .gfaq-section {\n                padding: 92px max(22px, calc((100% - 1280px) \/ 2)) !important;\n            }\n            .grecho-faq-v2 .gfaq-section-soft {\n                background: var(--gfaq-fog) !important;\n            }\n            .grecho-faq-v2 .gfaq-section-head {\n                margin-bottom: 40px !important;\n            }\n            .grecho-faq-v2 .gfaq-section-head h2,\n            .grecho-faq-v2 .gfaq-section h2,\n            .grecho-faq-v2 .gfaq-final h2 {\n                font-size: clamp(32px, 4.6vw, 54px) !important;\n                line-height: 1.08 !important;\n                letter-spacing: -0.025em !important;\n                word-spacing: .03em !important;\n                font-weight: 800 !important;\n            }\n            .grecho-faq-v2 .gfaq-section-head p,\n            .grecho-faq-v2 .gfaq-quick-card p,\n            .grecho-faq-v2 .gfaq-group-head p,\n            .grecho-faq-v2 .gfaq-answer,\n            .grecho-faq-v2 .gfaq-resource-card p,\n            .grecho-faq-v2 .gfaq-next-card p {\n                color: #62708a !important;\n                font-size: 16px !important;\n                line-height: 1.7 !important;\n                font-weight: 500 !important;\n            }\n            .grecho-faq-v2 .gfaq-quick-card,\n            .grecho-faq-v2 .gfaq-side,\n            .grecho-faq-v2 .gfaq-group,\n            .grecho-faq-v2 .gfaq-question,\n            .grecho-faq-v2 .gfaq-tab,\n            .grecho-faq-v2 .gfaq-search input {\n                border-color: #e2e8f0 !important;\n            }\n            .grecho-faq-v2 .gfaq-quick-card,\n            .grecho-faq-v2 .gfaq-side,\n            .grecho-faq-v2 .gfaq-group {\n                box-shadow: 0 18px 42px rgba(15,23,42,.045) !important;\n            }\n            .grecho-faq-v2 .gfaq-quick-card {\n                min-height: 190px !important;\n                border-radius: 24px !important;\n                padding: 24px !important;\n            }\n            .grecho-faq-v2 .gfaq-filter-wrap {\n                margin-bottom: 36px !important;\n            }\n            .grecho-faq-v2 .gfaq-search input {\n                height: 50px !important;\n                box-shadow: 0 16px 42px rgba(15,23,42,.04) !important;\n            }\n            .grecho-faq-v2 .gfaq-group {\n                border-radius: 24px !important;\n            }\n            .grecho-faq-v2 .gfaq-group-head {\n                padding: 24px 26px !important;\n                background: linear-gradient(180deg, #fff, #f8fbff) !important;\n            }\n            .grecho-faq-v2 .gfaq-question {\n                font-size: 16px !important;\n                line-height: 1.4 !important;\n                font-weight: 800 !important;\n            }\n            .grecho-faq-v2 .gfaq-resource-card {\n                background: linear-gradient(90deg, #102b5b 0%, #1f62d3 100%) !important;\n                box-shadow: 0 24px 52px rgba(31,98,210,.18) !important;\n            }\n            .grecho-faq-v2 .gfaq-section-dark {\n                background: linear-gradient(90deg, #102b5b 0%, #1f62d3 100%) !important;\n            }\n            .grecho-faq-v2 .gfaq-section-dark .gfaq-section-head p,\n            .grecho-faq-v2 .gfaq-next-card p {\n                color: rgba(255,255,255,.90) !important;\n            }\n            .grecho-faq-v2 .gfaq-next-card {\n                background: rgba(255,255,255,.14) !important;\n                border-color: rgba(255,255,255,.20) !important;\n                box-shadow: 0 18px 46px rgba(0,0,0,.10) !important;\n            }\n            .grecho-faq-v2 .gfaq-final {\n                padding-top: 86px !important;\n                padding-bottom: 86px !important;\n                background: linear-gradient(90deg, rgba(15,43,91,.98), rgba(37,99,235,.92)) !important;\n            }\n            .grecho-faq-v2 .gfaq-final-card {\n                width: min(1120px, 100%) !important;\n                border-radius: 30px !important;\n                background: rgba(255,255,255,.12) !important;\n                grid-template-columns: minmax(0, 1fr) 230px !important;\n            }\n            .grecho-faq-v2 .gfaq-final-actions {\n                width: 230px !important;\n                justify-self: end !important;\n            }\n            .grecho-faq-v2 .gfaq-final-actions .gfaq-btn {\n                width: 100% !important;\n            }\n            .grecho-faq-v2 .gfaq-footer {\n                background: linear-gradient(180deg, #1e293b, #0f172a) !important;\n                padding: 72px max(28px, calc((100% - 1280px) \/ 2)) 28px !important;\n            }\n            .grecho-faq-v2 .gfaq-footer-grid {\n                width: min(1280px, 100%) !important;\n                margin: 0 auto !important;\n                grid-template-columns: 1.25fr .8fr .8fr 1fr !important;\n                gap: 42px !important;\n            }\n            .grecho-faq-v2 .gfaq-footer-logo {\n                width: 150px !important;\n                margin-bottom: 18px !important;\n            }\n            .grecho-faq-v2 .gfaq-footer h4 {\n                margin: 0 0 16px !important;\n                color: #fff !important;\n                font-size: 12px !important;\n                font-weight: 950 !important;\n                letter-spacing: .10em !important;\n            }\n            .grecho-faq-v2 .gfaq-footer p,\n            .grecho-faq-v2 .gfaq-footer a,\n            .grecho-faq-v2 .gfaq-footer span {\n                display: block;\n                color: rgba(226,232,240,.75) !important;\n                font-size: 13px !important;\n                line-height: 1.74 !important;\n                font-weight: 500 !important;\n            }\n            .grecho-faq-v2 .gfaq-footer-links {\n                display: grid;\n                gap: 8px;\n            }\n            .grecho-faq-v2 .gfaq-socials {\n                gap: 10px !important;\n                margin-top: 20px !important;\n            }\n            .grecho-faq-v2 .gfaq-socials a {\n                width: 28px !important;\n                height: 28px !important;\n                display: inline-flex !important;\n                align-items: center !important;\n                justify-content: center !important;\n                border-radius: 999px !important;\n                color: rgba(226,232,240,.82) !important;\n                background: rgba(255,255,255,.06) !important;\n                border: 1px solid rgba(255,255,255,.10) !important;\n                margin: 0 !important;\n            }\n            .grecho-faq-v2 .gfaq-socials svg {\n                width: 14px !important;\n                height: 14px !important;\n            }\n            .grecho-faq-v2 .gfaq-footer-contact-list {\n                display: grid;\n                gap: 9px;\n            }\n            .grecho-faq-v2 .gfaq-footer-contact-row {\n                display: grid !important;\n                grid-template-columns: 22px minmax(0, 1fr);\n                gap: 10px;\n                align-items: start;\n                margin: 0 !important;\n            }\n            .grecho-faq-v2 .gfaq-footer-contact-icon {\n                width: 22px !important;\n                height: 22px !important;\n                border-radius: 999px !important;\n                display: inline-flex !important;\n                align-items: center !important;\n                justify-content: center !important;\n                color: #93c5fd !important;\n                background: rgba(37,99,235,.12) !important;\n                flex: 0 0 22px !important;\n            }\n            .grecho-faq-v2 .gfaq-footer-contact-icon svg {\n                width: 13px !important;\n                height: 13px !important;\n                stroke: currentColor !important;\n            }\n            .grecho-faq-v2 .gfaq-footer-contact-text {\n                min-width: 0;\n                overflow-wrap: anywhere;\n            }\n            .grecho-faq-v2 .gfaq-footer-bottom {\n                width: min(1280px, 100%) !important;\n                margin-left: auto !important;\n                margin-right: auto !important;\n                margin-top: 52px !important;\n                padding-top: 24px !important;\n                color: rgba(226,232,240,.55) !important;\n                font-size: 12px !important;\n            }\n            @media (max-width: 1180px) {\n                .grecho-faq-v2 .gfaq-nav,\n                .grecho-faq-v2 .gfaq-nav.is-scrolled,\n                .grecho-faq-v2 .gfaq-nav.is-open {\n                    background: #0f172a !important;\n                    border-bottom: 0 !important;\n                    box-shadow: none !important;\n                    backdrop-filter: none !important;\n                    -webkit-backdrop-filter: none !important;\n                }\n                .grecho-faq-v2 .gfaq-nav-inner {\n                    width: calc(100% - 28px) !important;\n                    min-height: 64px !important;\n                    height: 64px !important;\n                    gap: 10px !important;\n                    padding: 0 !important;\n                }\n                .grecho-faq-v2 .gfaq-brand {\n                    min-width: 0 !important;\n                    flex: 0 1 auto !important;\n                }\n                .grecho-faq-v2 .gfaq-logo-img {\n                    width: 145px !important;\n                    max-width: 145px !important;\n                    filter: none !important;\n                }\n                .grecho-faq-v2 .gfaq-nav-cta,\n                .grecho-faq-v2 .gfaq-nav.is-scrolled .gfaq-nav-cta,\n                .grecho-faq-v2 .gfaq-nav.is-open .gfaq-nav-cta {\n                    min-height: 34px !important;\n                    padding: 8px 12px !important;\n                    background: #fff !important;\n                    color: #0f172a !important;\n                    border: 0 !important;\n                    font-size: 11px !important;\n                    line-height: 1 !important;\n                    font-weight: 700 !important;\n                    box-shadow: none !important;\n                }\n                .grecho-faq-v2 .gfaq-menu-toggle {\n                    display: inline-flex !important;\n                    width: 38px !important;\n                    height: 38px !important;\n                    flex: 0 0 38px !important;\n                    border: 1px solid rgba(255,255,255,.22) !important;\n                    border-radius: 999px !important;\n                    background: rgba(255,255,255,.08) !important;\n                }\n                .grecho-faq-v2 .gfaq-menu-toggle span {\n                    display: block !important;\n                    width: 17px !important;\n                    height: 2px !important;\n                    border-radius: 999px !important;\n                    background: #fff !important;\n                }\n                .grecho-faq-v2 .gfaq-mobile-menu {\n                    top: 80px !important;\n                    left: 16px !important;\n                    right: 16px !important;\n                    padding: 10px !important;\n                    border-radius: 16px !important;\n                    background: rgba(15,23,42,.97) !important;\n                    border: 1px solid rgba(148,163,184,.16) !important;\n                    box-shadow: 0 22px 70px rgba(0,0,0,.30) !important;\n                }\n                .grecho-faq-v2 .gfaq-mobile-menu a {\n                    padding: 13px 12px !important;\n                    color: rgba(255,255,255,.90) !important;\n                    font-size: 14px !important;\n                    font-weight: 800 !important;\n                }\n                .grecho-faq-v2 .gfaq-hero {\n                    padding: 112px 20px 48px !important;\n                    background:\n                        linear-gradient(180deg, rgba(0,0,0,.38), rgba(0,0,0,.05) 38%, rgba(0,0,0,.60)),\n                        linear-gradient(90deg, rgba(8,20,38,.90) 0%, rgba(15,23,42,.64) 100%),\n                        url('https:\/\/grechofacer.com\/wp-content\/uploads\/grecho-webp-r1-lite\/grecho-faq-hero-desktop.webp') center \/ cover no-repeat,\n                        #0f172a !important;\n                }\n                .grecho-faq-v2 .gfaq-hero-inner {\n                    grid-template-columns: 1fr !important;\n                    gap: 28px !important;\n                    align-items: start !important;\n                }\n                .grecho-faq-v2 .gfaq-hero h1 {\n                    font-size: clamp(37px, 9.6vw, 52px) !important;\n                    line-height: 1.02 !important;\n                    letter-spacing: -0.045em !important;\n                    max-width: 100% !important;\n                }\n                .grecho-faq-v2 .gfaq-hero-copy {\n                    font-size: 16px !important;\n                    line-height: 1.62 !important;\n                }\n                .grecho-faq-v2 .gfaq-hero-actions {\n                    flex-direction: column !important;\n                    align-items: stretch !important;\n                }\n                .grecho-faq-v2 .gfaq-hero-actions .gfaq-btn {\n                    width: 100% !important;\n                    min-height: 50px !important;\n                }\n                .grecho-faq-v2 .gfaq-hero-panel {\n                    max-width: none !important;\n                    padding: 20px !important;\n                    border-radius: 22px !important;\n                }\n                .grecho-faq-v2 .gfaq-section {\n                    padding: 72px 20px !important;\n                }\n                .grecho-faq-v2 .gfaq-section h2 {\n                    font-size: clamp(34px, 9.4vw, 46px) !important;\n                }\n                .grecho-faq-v2 .gfaq-final-card {\n                    grid-template-columns: 1fr !important;\n                    padding: 34px 28px !important;\n                }\n                .grecho-faq-v2 .gfaq-final-actions {\n                    width: 100% !important;\n                    justify-self: stretch !important;\n                }\n                .grecho-faq-v2 .gfaq-footer-grid {\n                    grid-template-columns: 1fr 1fr !important;\n                    gap: 36px !important;\n                }\n            }\n            @media (max-width: 640px) {\n                .grecho-faq-v2 .gfaq-hero {\n                    padding: 112px 20px 48px !important;\n                }\n                .grecho-faq-v2 .gfaq-hero h1 {\n                    font-size: clamp(36px, 9.4vw, 48px) !important;\n                }\n                .grecho-faq-v2 .gfaq-panel-item {\n                    gap: 12px !important;\n                    padding: 15px !important;\n                }\n                .grecho-faq-v2 .gfaq-panel-item span {\n                    width: 38px !important;\n                    height: 38px !important;\n                    flex-basis: 38px !important;\n                }\n                .grecho-faq-v2 .gfaq-footer {\n                    padding: 54px 22px 24px !important;\n                }\n                .grecho-faq-v2 .gfaq-footer-grid {\n                    grid-template-columns: 1fr !important;\n                    gap: 30px !important;\n                }\n                .grecho-faq-v2 .gfaq-footer-bottom {\n                    display: grid !important;\n                    gap: 10px !important;\n                }\n            }\n\n\n            \/* FAQ V2.2 - Home exact nav polish + accordion hover bug fix *\/\n            @media (min-width: 1181px) {\n                .grecho-faq-v2 .gfaq-nav {\n                    height: auto !important;\n                    background: rgba(15, 23, 42, .36) !important;\n                    border-bottom: 0 !important;\n                    box-shadow: none !important;\n                    backdrop-filter: blur(18px) saturate(145%) !important;\n                    -webkit-backdrop-filter: blur(18px) saturate(145%) !important;\n                }\n                .grecho-faq-v2 .gfaq-nav-inner {\n                    width: min(1280px, calc(100% - 40px)) !important;\n                    height: 80px !important;\n                    min-height: 80px !important;\n                    padding: 0 !important;\n                    margin: 0 auto !important;\n                    display: flex !important;\n                    align-items: center !important;\n                    justify-content: space-between !important;\n                    gap: 24px !important;\n                }\n                .grecho-faq-v2 .gfaq-brand {\n                    display: inline-flex !important;\n                    align-items: center !important;\n                    min-width: 190px !important;\n                    line-height: 0 !important;\n                }\n                .grecho-faq-v2 .gfaq-logo-img {\n                    display: block !important;\n                    width: 190px !important;\n                    max-width: 190px !important;\n                    height: auto !important;\n                    filter: drop-shadow(0 2px 8px rgba(0,0,0,.38)) !important;\n                    transition: filter .22s ease, opacity .18s ease !important;\n                }\n                .grecho-faq-v2 .gfaq-nav-links {\n                    display: flex !important;\n                    align-items: center !important;\n                    justify-content: center !important;\n                    gap: 24px !important;\n                    color: rgba(255,255,255,.90) !important;\n                    font-size: 14px !important;\n                    line-height: 20px !important;\n                    font-weight: 500 !important;\n                    letter-spacing: 0 !important;\n                    text-shadow: 0 2px 8px rgba(0,0,0,.45) !important;\n                }\n                .grecho-faq-v2 .gfaq-nav-links a {\n                    display: inline-flex !important;\n                    align-items: center !important;\n                    min-height: 80px !important;\n                    padding: 0 !important;\n                    color: inherit !important;\n                    font-size: 14px !important;\n                    line-height: 20px !important;\n                    font-weight: 500 !important;\n                    text-decoration: none !important;\n                }\n                .grecho-faq-v2 .gfaq-nav-links a:hover {\n                    color: #fff !important;\n                }\n                .grecho-faq-v2 .gfaq-nav-actions {\n                    display: flex !important;\n                    align-items: center !important;\n                    gap: 12px !important;\n                    margin-left: auto !important;\n                }\n                .grecho-faq-v2 .gfaq-nav-cta {\n                    display: inline-flex !important;\n                    align-items: center !important;\n                    justify-content: center !important;\n                    min-height: 40px !important;\n                    height: 40px !important;\n                    padding: 8px 20px !important;\n                    border-radius: 999px !important;\n                    color: #0f172a !important;\n                    background: rgba(255,255,255,.92) !important;\n                    border: 1px solid rgba(255,255,255,.44) !important;\n                    box-shadow: 0 10px 24px rgba(15,23,42,.16) !important;\n                    font-size: 14px !important;\n                    line-height: 20px !important;\n                    font-weight: 500 !important;\n                    white-space: nowrap !important;\n                    text-shadow: none !important;\n                }\n                .grecho-faq-v2 .gfaq-nav.is-scrolled {\n                    height: auto !important;\n                    background: rgba(255,255,255,.96) !important;\n                    border-bottom: 1px solid rgba(226,232,240,.72) !important;\n                    box-shadow: 0 10px 26px rgba(15,23,42,.08) !important;\n                    backdrop-filter: blur(18px) saturate(160%) !important;\n                    -webkit-backdrop-filter: blur(18px) saturate(160%) !important;\n                }\n                .grecho-faq-v2 .gfaq-nav.is-scrolled .gfaq-nav-inner {\n                    height: 64px !important;\n                    min-height: 64px !important;\n                }\n                .grecho-faq-v2 .gfaq-nav.is-scrolled .gfaq-logo-img {\n                    filter: none !important;\n                }\n                .grecho-faq-v2 .gfaq-nav.is-scrolled .gfaq-nav-links {\n                    color: #334155 !important;\n                    text-shadow: none !important;\n                }\n                .grecho-faq-v2 .gfaq-nav.is-scrolled .gfaq-nav-links a {\n                    min-height: 64px !important;\n                }\n                .grecho-faq-v2 .gfaq-nav.is-scrolled .gfaq-nav-links a:hover {\n                    color: #1b4aa1 !important;\n                }\n                .grecho-faq-v2 .gfaq-nav.is-scrolled .gfaq-nav-cta {\n                    min-height: 40px !important;\n                    height: 40px !important;\n                    padding: 8px 20px !important;\n                    color: #1b4aa1 !important;\n                    background: #fff !important;\n                    border: 1px solid rgba(27,74,161,.28) !important;\n                    box-shadow: 0 8px 20px rgba(15,43,91,.08) !important;\n                    font-size: 14px !important;\n                    line-height: 20px !important;\n                    font-weight: 500 !important;\n                }\n            }\n\n            \/* Phase 3K-2C: FAQ body typography and CTA visual alignment with the Home UI system. *\/\n            .grecho-faq-v2 {\n                font-family: \"Inter\", \"Inter Tight\", \"Noto Sans SC\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif !important;\n                color: #0f172a !important;\n            }\n\n            .grecho-faq-v2 .grecho-v1-section-heading h2 {\n                font-family: \"Inter Tight\", \"Noto Sans SC\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif !important;\n                font-size: clamp(32px, 4vw, 48px) !important;\n                line-height: 1.05 !important;\n                letter-spacing: -0.035em !important;\n                font-weight: 850 !important;\n                color: #0f172a !important;\n            }\n\n            .grecho-faq-v2 .grecho-v1-section-heading h2 span {\n                color: #1b4aa1 !important;\n                -webkit-text-fill-color: #1b4aa1 !important;\n            }\n\n            .grecho-faq-v2 .grecho-v1-section-heading p {\n                font-size: 15px !important;\n                line-height: 1.75 !important;\n                color: #64748b !important;\n                font-weight: 500 !important;\n            }\n\n            .grecho-faq-v2 .gfaq-section-kicker,\n            .grecho-faq-v2 .gfaq-panel-label,\n            .grecho-faq-v2 .gfaq-quick-card small,\n            .grecho-faq-v2 .gfaq-side strong {\n                font-family: \"Inter Tight\", \"Noto Sans SC\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif !important;\n                font-size: 12px !important;\n                line-height: 1.2 !important;\n                letter-spacing: .14em !important;\n                text-transform: uppercase !important;\n                font-weight: 750 !important;\n            }\n\n            .grecho-faq-v2 .gfaq-panel-item h3,\n            .grecho-faq-v2 .gfaq-quick-card h3,\n            .grecho-faq-v2 .gfaq-group-head h3,\n            .grecho-faq-v2 .gfaq-resource-card h3,\n            .grecho-faq-v2 .gfaq-next-card h3 {\n                font-family: \"Inter Tight\", \"Noto Sans SC\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif !important;\n                line-height: 1.18 !important;\n                letter-spacing: -0.02em !important;\n                font-weight: 800 !important;\n            }\n\n            .grecho-faq-v2 .gfaq-quick-card h3 {\n                font-size: 20px !important;\n            }\n\n            .grecho-faq-v2 .gfaq-group-head h3 {\n                font-size: clamp(24px, 2.3vw, 30px) !important;\n            }\n\n            .grecho-faq-v2 .gfaq-panel-item p,\n            .grecho-faq-v2 .gfaq-quick-card p,\n            .grecho-faq-v2 .gfaq-group-head p,\n            .grecho-faq-v2 .gfaq-answer,\n            .grecho-faq-v2 .gfaq-empty {\n                font-size: 15px !important;\n                line-height: 1.68 !important;\n                color: #64748b !important;\n                font-weight: 500 !important;\n            }\n\n            .grecho-faq-v2 .gfaq-search input {\n                font-size: 14px !important;\n                line-height: 1.4 !important;\n                font-weight: 500 !important;\n                color: #0f172a !important;\n            }\n\n            .grecho-faq-v2 .gfaq-tab {\n                font-size: 13px !important;\n                line-height: 1 !important;\n                letter-spacing: 0 !important;\n                font-weight: 750 !important;\n            }\n\n            .grecho-faq-v2 .gfaq-side a {\n                font-size: 14px !important;\n                line-height: 1.42 !important;\n                font-weight: 650 !important;\n                color: #475569 !important;\n            }\n\n            .grecho-faq-v2 .gfaq-side a:hover {\n                color: #1b4aa1 !important;\n            }\n\n            .grecho-faq-v2 .gfaq-side a span {\n                color: #94a3b8 !important;\n                font-size: 12px !important;\n                font-weight: 700 !important;\n            }\n\n            .grecho-faq-v2 .gfaq-question {\n                font-family: \"Inter Tight\", \"Noto Sans SC\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif !important;\n                font-size: 16px !important;\n                line-height: 1.42 !important;\n                letter-spacing: -0.01em !important;\n                font-weight: 780 !important;\n                color: #0f172a !important;\n            }\n\n            .grecho-faq-v2 .gfaq-resource-card {\n                background: linear-gradient(135deg, #0f172a 0%, #12356f 58%, #1b4aa1 100%) !important;\n                border: 1px solid rgba(255, 255, 255, .16) !important;\n                box-shadow: 0 24px 64px rgba(15, 23, 42, .18) !important;\n            }\n\n            .grecho-faq-v2 .gfaq-resource-card .gfaq-section-kicker {\n                color: rgba(191, 219, 254, .96) !important;\n                -webkit-text-fill-color: rgba(191, 219, 254, .96) !important;\n            }\n\n            .grecho-faq-v2 .gfaq-resource-card h3 {\n                color: #ffffff !important;\n                -webkit-text-fill-color: #ffffff !important;\n            }\n\n            .grecho-faq-v2 .gfaq-resource-card p {\n                color: rgba(255, 255, 255, .80) !important;\n                -webkit-text-fill-color: rgba(255, 255, 255, .80) !important;\n            }\n\n            .grecho-faq-v2 .gfaq-resource-card .gfaq-btn-primary {\n                background: #ffffff !important;\n                color: #12356f !important;\n                border-color: #ffffff !important;\n                box-shadow: none !important;\n            }\n\n            .grecho-faq-v2 .gfaq-resource-card .gfaq-btn-outline {\n                background: rgba(255, 255, 255, .08) !important;\n                color: #ffffff !important;\n                border-color: rgba(255, 255, 255, .56) !important;\n            }\n\n            .grecho-faq-v2 .gfaq-section-dark {\n                background: linear-gradient(135deg, #0f172a 0%, #12356f 58%, #1b4aa1 100%) !important;\n            }\n\n            .grecho-faq-v2 .gfaq-section-dark .gfaq-section-kicker {\n                color: rgba(191, 219, 254, .96) !important;\n                -webkit-text-fill-color: rgba(191, 219, 254, .96) !important;\n            }\n\n            .grecho-faq-v2 .gfaq-section-dark .gfaq-section-head h2 {\n                color: #ffffff !important;\n                -webkit-text-fill-color: #ffffff !important;\n            }\n\n            .grecho-faq-v2 .gfaq-section-dark .gfaq-section-head p,\n            .grecho-faq-v2 .gfaq-next-card p {\n                color: rgba(255, 255, 255, .80) !important;\n                -webkit-text-fill-color: rgba(255, 255, 255, .80) !important;\n            }\n\n            .grecho-faq-v2 .gfaq-next-card {\n                background: rgba(255, 255, 255, .11) !important;\n                border-color: rgba(255, 255, 255, .18) !important;\n                box-shadow: 0 18px 50px rgba(2, 6, 23, .16) !important;\n            }\n\n            .grecho-faq-v2 .gfaq-next-card h3 {\n                color: #ffffff !important;\n                -webkit-text-fill-color: #ffffff !important;\n            }\n\n            .grecho-faq-v2 .gfaq-next-card a {\n                color: #bfdbfe !important;\n                -webkit-text-fill-color: #bfdbfe !important;\n                font-weight: 850 !important;\n            }\n\n            .grecho-faq-v2 .gfaq-final {\n                background: linear-gradient(135deg, #0f172a 0%, #12356f 62%, #1b4aa1 100%) !important;\n            }\n\n            .grecho-faq-v2 .gfaq-final-card {\n                background: rgba(255, 255, 255, .10) !important;\n                border-color: rgba(255, 255, 255, .16) !important;\n                box-shadow: 0 24px 70px rgba(2, 6, 23, .20) !important;\n            }\n\n            .grecho-faq-v2 .gfaq-final h2 {\n                color: #ffffff !important;\n                -webkit-text-fill-color: #ffffff !important;\n            }\n\n            .grecho-faq-v2 .gfaq-final p {\n                color: rgba(255, 255, 255, .80) !important;\n                -webkit-text-fill-color: rgba(255, 255, 255, .80) !important;\n            }\n\n            .grecho-faq-v2 .gfaq-final-actions .gfaq-btn-primary {\n                background: #ffffff !important;\n                color: #12356f !important;\n                border-color: #ffffff !important;\n                box-shadow: none !important;\n            }\n\n            .grecho-faq-v2 .gfaq-final-actions .gfaq-btn-outline {\n                background: rgba(255, 255, 255, .08) !important;\n                color: #ffffff !important;\n                border-color: rgba(255, 255, 255, .56) !important;\n            }\n\n            \/* Prevent GeneratePress\/global button hover styles from turning FAQ questions into dark buttons. *\/\n            .grecho-faq-v2 .gfaq-question,\n            .grecho-faq-v2 .gfaq-question:hover,\n            .grecho-faq-v2 .gfaq-question:focus,\n            .grecho-faq-v2 .gfaq-question:active {\n                appearance: none !important;\n                -webkit-appearance: none !important;\n                width: 100% !important;\n                background: transparent !important;\n                background-color: transparent !important;\n                border: 0 !important;\n                border-left: 0 !important;\n                border-right: 0 !important;\n                outline: 0 !important;\n                box-shadow: none !important;\n                color: var(--gfaq-ink) !important;\n                text-decoration: none !important;\n                transform: none !important;\n            }\n            .grecho-faq-v2 .gfaq-question::before,\n            .grecho-faq-v2 .gfaq-question::after,\n            .grecho-faq-v2 .gfaq-question span::before,\n            .grecho-faq-v2 .gfaq-question span::after {\n                content: none !important;\n                display: none !important;\n                border: 0 !important;\n                box-shadow: none !important;\n                background: transparent !important;\n            }\n            .grecho-faq-v2 .gfaq-item.is-open .gfaq-question {\n                background: transparent !important;\n                color: var(--gfaq-ink) !important;\n                border: 0 !important;\n                box-shadow: none !important;\n            }\n            .grecho-faq-v2 .gfaq-question:hover .gfaq-plus,\n            .grecho-faq-v2 .gfaq-question:focus .gfaq-plus {\n                background: #e0ecff !important;\n                color: var(--gfaq-blue) !important;\n            }\n\n            \/* Phase 3K-3B: final pre-freeze focus polish for FAQ controls. *\/\n            .grecho-faq-v2 .gfaq-search input:focus-visible,\n            .grecho-faq-v2 .gfaq-tab:focus-visible,\n            .grecho-faq-v2 .gfaq-side a:focus-visible,\n            .grecho-faq-v2 .gfaq-question:focus-visible,\n            .grecho-faq-v2 .gfaq-btn:focus-visible,\n            .grecho-faq-v2 .gfaq-next-card a:focus-visible {\n                outline: 2px solid rgba(96, 165, 250, .96) !important;\n                outline-offset: 3px !important;\n                box-shadow: 0 0 0 4px rgba(96, 165, 250, .20) !important;\n                text-decoration: none !important;\n            }\n\n            .grecho-faq-v2 .gfaq-question:focus-visible {\n                background: transparent !important;\n            }\n\n            \/* Phase 3K-2C-R1: mobile-only typography and spacing rhythm refinement. *\/\n            @media (max-width: 768px) {\n                .grecho-faq-v2 .gfaq-section {\n                    padding: 68px 20px !important;\n                }\n\n                .grecho-faq-v2 .grecho-v1-section-heading,\n                .grecho-faq-v2 .gfaq-section-head {\n                    margin-bottom: 30px !important;\n                }\n\n                .grecho-faq-v2 .grecho-v1-section-heading h2,\n                .grecho-faq-v2 .gfaq-section h2 {\n                    font-size: clamp(28px, 7.8vw, 38px) !important;\n                    line-height: 1.08 !important;\n                    letter-spacing: -0.026em !important;\n                }\n\n                .grecho-faq-v2 .grecho-v1-section-heading p,\n                .grecho-faq-v2 .gfaq-section-head p {\n                    font-size: 14px !important;\n                    line-height: 1.65 !important;\n                    margin-top: 14px !important;\n                }\n\n                .grecho-faq-v2 .gfaq-quick-grid,\n                .grecho-faq-v2 .gfaq-next-grid {\n                    gap: 16px !important;\n                }\n\n                .grecho-faq-v2 .gfaq-quick-card {\n                    min-height: 0 !important;\n                    padding: 22px !important;\n                    border-radius: 20px !important;\n                }\n\n                .grecho-faq-v2 .gfaq-card-num {\n                    margin-bottom: 14px !important;\n                }\n\n                .grecho-faq-v2 .gfaq-quick-card h3 {\n                    margin-bottom: 10px !important;\n                    font-size: 15.5px !important;\n                    line-height: 1.34 !important;\n                    font-weight: 800 !important;\n                }\n\n                .grecho-faq-v2 .gfaq-quick-card p {\n                    font-size: 13.5px !important;\n                    line-height: 1.62 !important;\n                }\n\n                .grecho-faq-v2 .gfaq-quick-card small {\n                    margin-top: 14px !important;\n                    font-size: 10.5px !important;\n                    letter-spacing: .12em !important;\n                }\n\n                .grecho-faq-v2 .gfaq-filter-wrap {\n                    gap: 14px !important;\n                    margin-bottom: 30px !important;\n                }\n\n                .grecho-faq-v2 .gfaq-search input {\n                    height: 48px !important;\n                    font-size: 13.5px !important;\n                    line-height: 1.4 !important;\n                    font-weight: 500 !important;\n                    padding-left: 46px !important;\n                }\n\n                .grecho-faq-v2 .gfaq-topic-tabs {\n                    gap: 8px !important;\n                }\n\n                .grecho-faq-v2 .gfaq-tab {\n                    padding: 9px 13px !important;\n                    font-size: 12.5px !important;\n                    font-weight: 750 !important;\n                }\n\n                .grecho-faq-v2 .gfaq-explorer {\n                    gap: 22px !important;\n                }\n\n                .grecho-faq-v2 .gfaq-side {\n                    padding: 16px !important;\n                    border-radius: 20px !important;\n                }\n\n                .grecho-faq-v2 .gfaq-side a {\n                    padding: 10px 11px !important;\n                    font-size: 13.5px !important;\n                    line-height: 1.42 !important;\n                }\n\n                .grecho-faq-v2 .gfaq-group {\n                    border-radius: 20px !important;\n                }\n\n                .grecho-faq-v2 .gfaq-group + .gfaq-group {\n                    margin-top: 18px !important;\n                }\n\n                .grecho-faq-v2 .gfaq-group-head {\n                    padding: 20px 20px 18px !important;\n                }\n\n                .grecho-faq-v2 .gfaq-group-head h3 {\n                    font-size: clamp(18px, 5.2vw, 20px) !important;\n                    line-height: 1.2 !important;\n                    letter-spacing: -0.018em !important;\n                }\n\n                .grecho-faq-v2 .gfaq-group-head p {\n                    margin-top: 10px !important;\n                    font-size: 13.5px !important;\n                    line-height: 1.62 !important;\n                }\n\n                .grecho-faq-v2 .gfaq-accordion {\n                    padding: 7px !important;\n                }\n\n                .grecho-faq-v2 .gfaq-question,\n                .grecho-faq-v2 .gfaq-question:hover,\n                .grecho-faq-v2 .gfaq-question:focus,\n                .grecho-faq-v2 .gfaq-question:active,\n                .grecho-faq-v2 .gfaq-item.is-open .gfaq-question {\n                    padding: 16px 15px !important;\n                    font-size: 15px !important;\n                    line-height: 1.42 !important;\n                    font-weight: 800 !important;\n                    letter-spacing: -0.006em !important;\n                }\n\n                .grecho-faq-v2 .gfaq-question .gfaq-plus {\n                    flex-basis: 26px !important;\n                    width: 26px !important;\n                    height: 26px !important;\n                    font-size: 16px !important;\n                }\n\n                .grecho-faq-v2 .gfaq-answer {\n                    padding: 0 15px 18px !important;\n                    font-size: 14px !important;\n                    line-height: 1.66 !important;\n                }\n\n                .grecho-faq-v2 .gfaq-resource-card {\n                    padding: 24px !important;\n                    border-radius: 22px !important;\n                    gap: 20px !important;\n                }\n\n                .grecho-faq-v2 .gfaq-resource-card h3 {\n                    font-size: clamp(20px, 6.2vw, 24px) !important;\n                    line-height: 1.16 !important;\n                }\n\n                .grecho-faq-v2 .gfaq-resource-card p {\n                    font-size: 14px !important;\n                    line-height: 1.64 !important;\n                }\n\n                .grecho-faq-v2 .gfaq-section-dark .gfaq-section-head h2 {\n                    font-size: clamp(28px, 7.6vw, 36px) !important;\n                    line-height: 1.1 !important;\n                }\n\n                .grecho-faq-v2 .gfaq-next-card {\n                    padding: 22px !important;\n                    border-radius: 20px !important;\n                }\n\n                .grecho-faq-v2 .gfaq-next-card h3 {\n                    margin-bottom: 10px !important;\n                    font-size: 18px !important;\n                    line-height: 1.22 !important;\n                }\n\n                .grecho-faq-v2 .gfaq-next-card p {\n                    font-size: 14px !important;\n                    line-height: 1.64 !important;\n                }\n\n                .grecho-faq-v2 .gfaq-next-card a {\n                    margin-top: 15px !important;\n                    font-size: 13.5px !important;\n                }\n\n                .grecho-faq-v2 .gfaq-final {\n                    padding-top: 68px !important;\n                    padding-bottom: 68px !important;\n                }\n\n                .grecho-faq-v2 .gfaq-final-card {\n                    gap: 24px !important;\n                    padding: 30px 24px !important;\n                    border-radius: 24px !important;\n                }\n\n                .grecho-faq-v2 .gfaq-final h2 {\n                    font-size: clamp(28px, 8vw, 38px) !important;\n                    line-height: 1.08 !important;\n                    letter-spacing: -0.026em !important;\n                }\n\n                .grecho-faq-v2 .gfaq-final p {\n                    margin-top: 14px !important;\n                    font-size: 14px !important;\n                    line-height: 1.64 !important;\n                }\n\n                .grecho-faq-v2 .gfaq-final-actions {\n                    gap: 10px !important;\n                }\n\n                .grecho-faq-v2 .gfaq-final-actions .gfaq-btn {\n                    min-height: 44px !important;\n                    font-size: 13.5px !important;\n                }\n            }\n\n            @media (max-width: 430px) {\n                .grecho-faq-v2 .gfaq-section {\n                    padding: 62px 18px !important;\n                }\n\n                .grecho-faq-v2 .grecho-v1-section-heading h2,\n                .grecho-faq-v2 .gfaq-section h2 {\n                    font-size: clamp(27px, 8.1vw, 34px) !important;\n                }\n\n                .grecho-faq-v2 .gfaq-quick-card,\n                .grecho-faq-v2 .gfaq-next-card,\n                .grecho-faq-v2 .gfaq-resource-card {\n                    padding: 20px !important;\n                }\n\n                .grecho-faq-v2 .gfaq-question,\n                .grecho-faq-v2 .gfaq-question:hover,\n                .grecho-faq-v2 .gfaq-question:focus,\n                .grecho-faq-v2 .gfaq-question:active,\n                .grecho-faq-v2 .gfaq-item.is-open .gfaq-question {\n                    padding: 15px 14px !important;\n                    font-size: 14.5px !important;\n                }\n\n                .grecho-faq-v2 .gfaq-answer {\n                    padding: 0 14px 17px !important;\n                    font-size: 13.75px !important;\n                }\n\n                .grecho-faq-v2 .gfaq-final-card {\n                    padding: 28px 22px !important;\n                }\n\n                .grecho-faq-v2 .gfaq-final-actions .gfaq-btn {\n                    min-height: 44px !important;\n                    padding-left: 16px !important;\n                    padding-right: 16px !important;\n                }\n            }\n\n            \/* FAQ-H3: align FAQ page heading weight with the Home\/Global title rhythm. *\/\n            .grecho-faq-v2 .grecho-v1-section-heading h2,\n            .grecho-faq-v2 .gfaq-section h2,\n            .grecho-faq-v2 .gfaq-final h2 {\n                font-family: \"Inter Tight\", \"Noto Sans SC\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif !important;\n                font-size: clamp(32px, 4vw, 48px) !important;\n                line-height: 1.08 !important;\n                letter-spacing: -0.035em !important;\n                font-weight: 700 !important;\n            }\n\n            .grecho-faq-v2 .gfaq-quick-card h3,\n            .grecho-faq-v2 .gfaq-group-head h3,\n            .grecho-faq-v2 .gfaq-resource-card h3,\n            .grecho-faq-v2 .gfaq-next-card h3 {\n                font-weight: 720 !important;\n                letter-spacing: -0.018em !important;\n            }\n\n            .grecho-faq-v2 .gfaq-section-kicker,\n            .grecho-faq-v2 .gfaq-quick-card small,\n            .grecho-faq-v2 .gfaq-side strong {\n                font-weight: 650 !important;\n            }\n\n            @media (max-width: 768px) {\n                .grecho-faq-v2 .grecho-v1-section-heading h2,\n                .grecho-faq-v2 .gfaq-section h2,\n                .grecho-faq-v2 .gfaq-final h2 {\n                    font-size: clamp(28px, 7.8vw, 38px) !important;\n                    line-height: 1.08 !important;\n                    font-weight: 700 !important;\n                }\n\n                .grecho-faq-v2 .gfaq-quick-card h3,\n                .grecho-faq-v2 .gfaq-group-head h3,\n                .grecho-faq-v2 .gfaq-resource-card h3,\n                .grecho-faq-v2 .gfaq-next-card h3 {\n                    font-weight: 700 !important;\n                }\n            }\n\n            @media (max-width: 430px) {\n                .grecho-faq-v2 .grecho-v1-section-heading h2,\n                .grecho-faq-v2 .gfaq-section h2,\n                .grecho-faq-v2 .gfaq-final h2 {\n                    font-size: clamp(27px, 8.1vw, 34px) !important;\n                }\n            }\n\n            \/* FAQ-H3: local Hero visual alignment with the Global Hero family. *\/\n            .grecho-faq-v2 .gfaq-hero {\n                min-height: 760px !important;\n                padding: 128px max(28px, calc((100% - 1280px) \/ 2)) 68px !important;\n                background:\n                    linear-gradient(180deg, rgba(0,0,0,.48), rgba(0,0,0,.08) 42%, rgba(0,0,0,.72)),\n                    linear-gradient(90deg, rgba(5,16,38,.92) 0%, rgba(5,16,38,.58) 50%, rgba(5,16,38,.18) 100%),\n                    url('https:\/\/grechofacer.com\/wp-content\/uploads\/grecho-webp-r1-lite\/grecho-faq-hero-desktop.webp') center \/ cover no-repeat,\n                    #0f172a !important;\n            }\n\n            \/* HERO-1A: desktop viewport-fill microfix for the local FAQ Hero. *\/\n            @media (min-width: 769px) {\n                .grecho-faq-v2 .gfaq-hero {\n                    min-height: 820px !important;\n                    min-height: max(820px, 100svh) !important;\n                    min-height: max(820px, 100dvh) !important;\n                    padding-top: 132px !important;\n                    padding-bottom: 78px !important;\n                }\n            }\n\n            .grecho-faq-v2 .gfaq-hero::before {\n                opacity: .08 !important;\n            }\n\n            .grecho-faq-v2 .gfaq-hero-inner {\n                grid-template-columns: minmax(0, 740px) minmax(340px, 410px) !important;\n                gap: 62px !important;\n                align-items: flex-end !important;\n            }\n\n            .grecho-faq-v2 .gfaq-hero h1 {\n                max-width: 740px !important;\n                font-family: \"Inter Tight\", \"Noto Sans SC\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif !important;\n                font-size: clamp(34px, 3.6vw, 46px) !important;\n                line-height: 1.06 !important;\n                letter-spacing: -0.035em !important;\n                word-spacing: 0 !important;\n                font-weight: 620 !important;\n            }\n\n            .grecho-faq-v2 .gfaq-eyebrow {\n                font-size: 11.5px !important;\n                line-height: 1.15 !important;\n                letter-spacing: .22em !important;\n                font-weight: 620 !important;\n                color: rgba(255,255,255,.78) !important;\n            }\n\n            .grecho-faq-v2 .gfaq-hero-copy {\n                max-width: 680px !important;\n                margin-top: 20px !important;\n                color: rgba(255,255,255,.86) !important;\n                font-size: 16px !important;\n                line-height: 1.64 !important;\n                font-weight: 500 !important;\n            }\n\n            .grecho-faq-v2 .gfaq-hero-actions {\n                flex-direction: row !important;\n                align-items: flex-start !important;\n                flex-wrap: wrap !important;\n                gap: 22px !important;\n                margin-top: 26px !important;\n            }\n\n            .grecho-faq-v2 .gfaq-hero-actions .gfaq-btn {\n                width: auto !important;\n                min-height: 38px !important;\n                padding: 0 0 4px !important;\n                border: 0 !important;\n                border-radius: 0 !important;\n                border-bottom: 1px solid rgba(255,255,255,.68) !important;\n                background: transparent !important;\n                color: rgba(255,255,255,.92) !important;\n                font-size: 14px !important;\n                line-height: 1.2 !important;\n                font-weight: 620 !important;\n                letter-spacing: -0.015em !important;\n                box-shadow: none !important;\n                transform: none !important;\n            }\n\n            .grecho-faq-v2 .gfaq-hero-actions .gfaq-btn::after {\n                content: \"\\2192\";\n                display: inline-block;\n                margin-left: 7px;\n                transform: translateY(-1px);\n                transition: transform .2s ease;\n            }\n\n            .grecho-faq-v2 .gfaq-hero-actions .gfaq-btn:hover {\n                border-bottom-color: #ffffff !important;\n                color: #ffffff !important;\n            }\n\n            .grecho-faq-v2 .gfaq-hero-actions .gfaq-btn:hover::after {\n                transform: translate(2px, -1px);\n            }\n\n            .grecho-faq-v2 .gfaq-hero-actions .gfaq-btn-primary {\n                background: transparent !important;\n                border-color: rgba(255,255,255,.72) !important;\n                box-shadow: none !important;\n            }\n\n            .grecho-faq-v2 .gfaq-hero-actions .gfaq-btn-outline {\n                background: transparent !important;\n                border-color: rgba(255,255,255,.42) !important;\n                color: rgba(255,255,255,.84) !important;\n                box-shadow: none !important;\n            }\n\n            .grecho-faq-v2 .gfaq-hero-panel {\n                max-width: 410px !important;\n                padding: 22px !important;\n                border-radius: 22px !important;\n                background: rgba(8,18,36,.46) !important;\n                border: 1px solid rgba(255,255,255,.13) !important;\n                box-shadow: 0 18px 44px rgba(2,6,23,.16) !important;\n                backdrop-filter: blur(10px) saturate(132%) !important;\n                -webkit-backdrop-filter: blur(10px) saturate(132%) !important;\n            }\n\n            .grecho-faq-v2 .gfaq-panel-label {\n                margin-bottom: 16px !important;\n                color: rgba(219,234,254,.82) !important;\n                letter-spacing: .16em !important;\n                font-weight: 750 !important;\n            }\n\n            .grecho-faq-v2 .gfaq-panel-item {\n                gap: 14px !important;\n                padding: 15px !important;\n                border-radius: 16px !important;\n                background: rgba(255,255,255,.06) !important;\n                border-color: rgba(255,255,255,.11) !important;\n            }\n\n            .grecho-faq-v2 .gfaq-panel-item + .gfaq-panel-item {\n                margin-top: 10px !important;\n            }\n\n            .grecho-faq-v2 .gfaq-panel-item span {\n                flex-basis: 38px !important;\n                width: 38px !important;\n                height: 38px !important;\n                border-radius: 10px !important;\n                color: #ffffff !important;\n                background: rgba(255,255,255,.08) !important;\n                border-color: rgba(255,255,255,.18) !important;\n                font-size: 12px !important;\n                font-weight: 800 !important;\n            }\n\n            .grecho-faq-v2 .gfaq-panel-item h3 {\n                margin-bottom: 5px !important;\n                color: #ffffff !important;\n                -webkit-text-fill-color: #ffffff !important;\n                font-size: 16px !important;\n                line-height: 1.22 !important;\n                font-weight: 760 !important;\n            }\n\n            .grecho-faq-v2 .gfaq-panel-item p {\n                color: rgba(255,255,255,.76) !important;\n                -webkit-text-fill-color: rgba(255,255,255,.76) !important;\n                font-size: 13.5px !important;\n                line-height: 1.58 !important;\n                font-weight: 500 !important;\n            }\n\n            @media (max-width: 768px) {\n                .grecho-faq-v2 .gfaq-hero {\n                    min-height: 0 !important;\n                    padding: 116px 20px 40px !important;\n                    background:\n                        linear-gradient(180deg, rgba(0,0,0,.42), rgba(0,0,0,.10) 34%, rgba(0,0,0,.70)),\n                        linear-gradient(90deg, rgba(5,16,38,.92) 0%, rgba(5,16,38,.58) 100%),\n                        url('https:\/\/grechofacer.com\/wp-content\/uploads\/grecho-webp-r1-lite\/grecho-faq-hero-desktop.webp') center \/ cover no-repeat,\n                        #0f172a !important;\n                }\n\n                .grecho-faq-v2 .gfaq-hero-inner {\n                    display: grid !important;\n                    grid-template-columns: minmax(0, 1fr) !important;\n                    width: 100% !important;\n                    gap: 22px !important;\n                    align-items: stretch !important;\n                }\n\n                .grecho-faq-v2 .gfaq-hero-inner > * {\n                    min-width: 0 !important;\n                    width: 100% !important;\n                }\n\n                .grecho-faq-v2 .gfaq-hero h1 {\n                    max-width: 100% !important;\n                    font-size: clamp(28px, 7.2vw, 34px) !important;\n                    line-height: 1.06 !important;\n                    letter-spacing: -0.032em !important;\n                    font-weight: 620 !important;\n                }\n\n                .grecho-faq-v2 .gfaq-hero-copy {\n                    margin-top: 18px !important;\n                    font-size: 15px !important;\n                    line-height: 1.62 !important;\n                }\n\n                .grecho-faq-v2 .gfaq-hero-actions {\n                    width: 100% !important;\n                    flex-direction: row !important;\n                    align-items: flex-start !important;\n                    gap: 16px !important;\n                    margin-top: 22px !important;\n                }\n\n                .grecho-faq-v2 .gfaq-hero-actions .gfaq-btn {\n                    width: auto !important;\n                    min-height: 36px !important;\n                    padding: 0 0 4px !important;\n                    font-size: 13px !important;\n                }\n\n                .grecho-faq-v2 .gfaq-hero-panel {\n                    width: 100% !important;\n                    max-width: none !important;\n                    padding: 16px !important;\n                    border-radius: 18px !important;\n                }\n\n                .grecho-faq-v2 .gfaq-panel-label {\n                    margin-bottom: 14px !important;\n                    font-size: 11px !important;\n                    letter-spacing: .14em !important;\n                }\n\n                .grecho-faq-v2 .gfaq-panel-item {\n                    gap: 12px !important;\n                    padding: 12px !important;\n                }\n\n                .grecho-faq-v2 .gfaq-panel-item span {\n                    flex-basis: 36px !important;\n                    width: 36px !important;\n                    height: 36px !important;\n                }\n\n                .grecho-faq-v2 .gfaq-panel-item h3 {\n                    font-size: 15px !important;\n                    line-height: 1.24 !important;\n                }\n\n                .grecho-faq-v2 .gfaq-panel-item p {\n                    font-size: 13px !important;\n                    line-height: 1.56 !important;\n                }\n            }\n\n            @media (max-width: 430px) {\n                .grecho-faq-v2 .gfaq-hero {\n                    padding: 110px 18px 36px !important;\n                }\n\n                .grecho-faq-v2 .gfaq-hero h1 {\n                    font-size: clamp(28px, 7.15vw, 34px) !important;\n                }\n\n                .grecho-faq-v2 .gfaq-hero-actions .gfaq-btn {\n                    min-height: 36px !important;\n                }\n\n                .grecho-faq-v2 .gfaq-panel-item {\n                    padding: 13px !important;\n                }\n\n                .grecho-faq-v2 .gfaq-panel-item span {\n                    flex-basis: 34px !important;\n                    width: 34px !important;\n                    height: 34px !important;\n                }\n            }\n\n            @media (max-width: 380px) {\n                .grecho-faq-v2 .gfaq-hero {\n                    padding-left: 16px !important;\n                    padding-right: 16px !important;\n                }\n\n                .grecho-faq-v2 .gfaq-hero-actions {\n                    gap: 13px !important;\n                }\n\n                .grecho-faq-v2 .gfaq-hero-panel {\n                    padding: 14px !important;\n                }\n\n                .grecho-faq-v2 .gfaq-panel-item p {\n                    font-size: 12.5px !important;\n                }\n            }\n\n        <\/style>\n\n        <div class=\"grecho-global-page-v1 grecho-faq-page-v2\" id=\"top\">\n                                    <header class=\"grecho-v1-site-header\" data-grecho-global-header aria-label=\"GRECHO primary navigation\">\n            <div class=\"grecho-v1-header-inner\">\n                <a class=\"grecho-v1-header-logo\" href=\"https:\/\/grechofacer.com\/de\/\" aria-label=\"GRECHO home\">\n                                            <img decoding=\"async\" class=\"grecho-v1-logo-white\" src=\"https:\/\/grechofacer.com\/wp-content\/uploads\/grecho-webp-r1-lite\/grecho-logo-white-webp-v1.webp\" alt=\"GRECHO\">\n                                                                <img decoding=\"async\" class=\"grecho-v1-logo-blue\" src=\"https:\/\/grechofacer.com\/wp-content\/uploads\/grecho-webp-r1-lite\/grecho-logo-blue-webp-v1.webp\" alt=\"GRECHO\">\n                                    <\/a>\n\n                <nav class=\"grecho-v1-desktop-menu\" aria-label=\"Primary menu\">\n                                            <a class=\"\" href=\"https:\/\/grechofacer.com\/de\/solutions\/\">Solutions<\/a>\n                                            <a class=\"\" href=\"https:\/\/grechofacer.com\/de\/products\/\">Products<\/a>\n                                            <a class=\"\" href=\"https:\/\/grechofacer.com\/de\/resource-center\/\">Resources<\/a>\n                                            <a class=\"\" href=\"https:\/\/grechofacer.com\/de\/insights\/\">Insights<\/a>\n                                            <a class=\"\" href=\"https:\/\/grechofacer.com\/de\/case-studies\/\">Case Studies<\/a>\n                                            <a class=\"\" href=\"https:\/\/grechofacer.com\/de\/about\/\">About<\/a>\n                                            <a class=\"is-active\" href=\"https:\/\/grechofacer.com\/de\/faq\/\">FAQ<\/a>\n                                            <a class=\"\" href=\"https:\/\/grechofacer.com\/de\/contact\/\">Contact<\/a>\n                                    <\/nav>\n\n                <div class=\"grecho-v1-header-actions\">\n                    <div class=\"grecho-native-wpml-slot grecho-native-wpml-slot-desktop\" data-grecho-native-wpml-slot=\"desktop\"><\/div>\n                                            <a class=\"grecho-v1-header-cta\" href=\"https:\/\/grechofacer.com\/de\/contact\/?request=technical-data&#038;source=faq-v2-nav\">Request Technical Data<\/a>\n                                    <\/div>\n\n                                    <a class=\"grecho-v1-mobile-header-cta\" href=\"https:\/\/grechofacer.com\/de\/contact\/?request=technical-data&#038;source=faq-v2-nav\">Request Technical Data<\/a>\n                \n                <details class=\"grecho-v1-mobile-menu\">\n                    <summary aria-label=\"Open menu\"><span><\/span><span><\/span><span><\/span><\/summary>\n                    <div class=\"grecho-v1-mobile-panel\">\n                                                    <a class=\"\" href=\"https:\/\/grechofacer.com\/de\/solutions\/\">Solutions<\/a>\n                                                    <a class=\"\" href=\"https:\/\/grechofacer.com\/de\/products\/\">Products<\/a>\n                                                    <a class=\"\" href=\"https:\/\/grechofacer.com\/de\/resource-center\/\">Resources<\/a>\n                                                    <a class=\"\" href=\"https:\/\/grechofacer.com\/de\/insights\/\">Insights<\/a>\n                                                    <a class=\"\" href=\"https:\/\/grechofacer.com\/de\/case-studies\/\">Case Studies<\/a>\n                                                    <a class=\"\" href=\"https:\/\/grechofacer.com\/de\/about\/\">About<\/a>\n                                                    <a class=\"is-active\" href=\"https:\/\/grechofacer.com\/de\/faq\/\">FAQ<\/a>\n                                                    <a class=\"\" href=\"https:\/\/grechofacer.com\/de\/contact\/\">Contact<\/a>\n                                                <div class=\"grecho-native-wpml-slot grecho-native-wpml-slot-mobile\" data-grecho-native-wpml-slot=\"mobile\"><\/div>\n                                                    <a class=\"grecho-v1-mobile-menu-cta\" href=\"https:\/\/grechofacer.com\/de\/contact\/?request=technical-data&#038;source=faq-v2-nav\">Request Technical Data<\/a>\n                                            <\/div>\n                <\/details>\n            <\/div>\n        <\/header>\n                            \n                            <main class=\"grecho-faq-v2\">\n            \n            <section class=\"gfaq-hero\">\n                <div class=\"gfaq-hero-inner\">\n                    <div>\n                        <p class=\"gfaq-eyebrow\">Technical FAQ<\/p>\n                        <h1>Common Questions About Fiberglass Facer Review<\/h1>\n                        <p class=\"gfaq-hero-copy\">Find quick answers about product performance, samples, technical documents, customization, test report scope and GRECHO&#039;s supply-chain coordination role.<\/p>\n                        <div class=\"gfaq-hero-actions\">\n                                                                                                                                <a class=\"gfaq-btn gfaq-btn-primary\" href=\"https:\/\/grechofacer.com\/de\/contact\/?request=technical-data&#038;source=faq-v2-hero\">Request Technical Data<\/a>\n                                                                                                                                                                <a class=\"gfaq-btn gfaq-btn-outline\" href=\"https:\/\/grechofacer.com\/de\/contact\/?request=sample&#038;source=faq-v2-hero\">Request a Sample<\/a>\n                                                                                                                                                                <a class=\"gfaq-btn gfaq-btn-outline\" href=\"https:\/\/grechofacer.com\/de\/resource-center\/\">View Resource Center<\/a>\n                                                                                    <\/div>\n                    <\/div>\n                    <aside class=\"gfaq-hero-panel\" aria-label=\"FAQ topic paths\">\n                        <div class=\"gfaq-panel-label\">FAQ review paths<\/div>\n                                                    <div class=\"gfaq-panel-item\"><span>01<\/span><div><h3>Product &amp; application<\/h3><p>Review performance direction, application fit and input information.<\/p><\/div><\/div>\n                                                    <div class=\"gfaq-panel-item\"><span>02<\/span><div><h3>Samples &amp; documents<\/h3><p>Clarify sample timing, Color TDS, full TDS and report scope.<\/p><\/div><\/div>\n                                                    <div class=\"gfaq-panel-item\"><span>03<\/span><div><h3>GRECHO role<\/h3><p>Understand solution support, coordination and next-step review.<\/p><\/div><\/div>\n                                            <\/aside>\n                <\/div>\n            <\/section>\n\n            <section class=\"gfaq-section\">\n                                            <div class=\"grecho-v1-section-heading\">\n                            <div class=\"grecho-v1-eyebrow\">Featured quick answers<\/div>\n            \n                            <h2>Start with the questions buyers ask <span>first.<\/span><\/h2>\n            \n                            <p>Short answers for early review, followed by detailed grouped FAQ below.<\/p>\n                    <\/div>\n                                        <div class=\"gfaq-quick-grid\">\n                                            <article class=\"gfaq-quick-card\">\n                            <span class=\"gfaq-card-num\">01<\/span>\n                            <h3>What does GRECHO help with?<\/h3>\n                            <p>GRECHO helps board manufacturers review fiberglass facer directions, samples and technical documents based on board application and project scope.<\/p>\n                            <small>GRECHO role<\/small>\n                        <\/article>\n                                            <article class=\"gfaq-quick-card\">\n                            <span class=\"gfaq-card-num\">02<\/span>\n                            <h3>Can GRECHO provide specific width options?<\/h3>\n                            <p>Width options depend on product series, material direction, supply resources and project conditions.<\/p>\n                            <small>Customization<\/small>\n                        <\/article>\n                                            <article class=\"gfaq-quick-card\">\n                            <span class=\"gfaq-card-num\">03<\/span>\n                            <h3>Can full TDS and test reports be requested directly?<\/h3>\n                            <p>Full TDS and test reports require internal review and are shared according to product, sample, application and report scope.<\/p>\n                            <small>Documents<\/small>\n                        <\/article>\n                                            <article class=\"gfaq-quick-card\">\n                            <span class=\"gfaq-card-num\">04<\/span>\n                            <h3>Is GRECHO a self-owned factory?<\/h3>\n                            <p>GRECHO is a fiberglass facer solution provider and supply-chain coordination partner, not a self-owned factory operator.<\/p>\n                            <small>Positioning<\/small>\n                        <\/article>\n                                    <\/div>\n            <\/section>\n\n            <section class=\"gfaq-section gfaq-section-soft\" id=\"faq-explorer\">\n                                            <div class=\"grecho-v1-section-heading\">\n                            <div class=\"grecho-v1-eyebrow\">FAQ explorer<\/div>\n            \n                            <h2>Find answers by review <span>topic.<\/span><\/h2>\n            \n                            <p>Search or filter by product application, samples, technical documents, customization or GRECHO&#039;s coordination role.<\/p>\n                    <\/div>\n                                        <div class=\"gfaq-filter-wrap\">\n                    <label class=\"gfaq-search\" aria-label=\"Search FAQ\">\n                        <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"><path d=\"m21 21-4.35-4.35M10.8 18a7.2 7.2 0 1 1 0-14.4 7.2 7.2 0 0 1 0 14.4Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"\/><\/svg>\n                        <input type=\"search\" placeholder=\"Search samples, TDS, customization, factory, reports...\" data-gfaq-search>\n                    <\/label>\n                    <div class=\"gfaq-topic-tabs\" role=\"tablist\" aria-label=\"FAQ topics\">\n                                                    <button class=\"gfaq-tab is-active\" type=\"button\" data-gfaq-filter=\"all\">All Questions<\/button>\n                                                    <button class=\"gfaq-tab \" type=\"button\" data-gfaq-filter=\"product\">Product &amp; Application<\/button>\n                                                    <button class=\"gfaq-tab \" type=\"button\" data-gfaq-filter=\"samples\">Samples<\/button>\n                                                    <button class=\"gfaq-tab \" type=\"button\" data-gfaq-filter=\"documents\">Documents<\/button>\n                                                    <button class=\"gfaq-tab \" type=\"button\" data-gfaq-filter=\"custom\">Customization<\/button>\n                                                    <button class=\"gfaq-tab \" type=\"button\" data-gfaq-filter=\"grecho\">GRECHO Role<\/button>\n                                                    <button class=\"gfaq-tab \" type=\"button\" data-gfaq-filter=\"followup\">Ordering &amp; Follow-up<\/button>\n                                            <\/div>\n                <\/div>\n                <div class=\"gfaq-explorer\">\n                    <aside class=\"gfaq-side\" aria-label=\"FAQ category navigation\">\n                        <strong>FAQ categories<\/strong>\n                                                    <a href=\"#faq-product\">Product &amp; Application<span>4<\/span><\/a>\n                                                    <a href=\"#faq-samples\">Samples<span>4<\/span><\/a>\n                                                    <a href=\"#faq-documents\">Documents<span>7<\/span><\/a>\n                                                    <a href=\"#faq-custom\">Customization<span>4<\/span><\/a>\n                                                    <a href=\"#faq-grecho\">GRECHO Role<span>4<\/span><\/a>\n                                                    <a href=\"#faq-followup\">Ordering &amp; Follow-up<span>3<\/span><\/a>\n                                            <\/aside>\n                    <div class=\"gfaq-main\" data-gfaq-main>\n                        <div class=\"gfaq-empty\" data-gfaq-empty>No matching FAQ found. Try another keyword or use the Contact page for application review.<\/div>\n                                                    <section class=\"gfaq-group\" id=\"faq-product\" data-gfaq-group=\"product\">\n                                <div class=\"gfaq-group-head\">\n                                    <span class=\"gfaq-section-kicker\">Product &amp; Application<\/span>\n                                    <h3>Product direction depends on the board system.<\/h3>\n                                    <p>Use this section when reviewing performance direction, application fit and information needed before technical matching.<\/p>\n                                <\/div>\n                                <div class=\"gfaq-accordion\">\n                                                                            <div class=\"gfaq-item is-open\" data-gfaq-item data-gfaq-search-text=\"product &amp; application what performance or functions can grecho products support? grecho provides fiberglass facer and coated surface solutions for different board applications. common review directions include fire performance, moisture resistance, surface stability, cleanability, air permeability, dimensional stability, tensile strength and line compatibility. specific performance depends on product model, grammage, coating, base material, supply resources and application.\">\n                                            <button class=\"gfaq-question\" type=\"button\" aria-expanded=\"true\"><span>What performance or functions can GRECHO products support?<\/span><span class=\"gfaq-plus\">+<\/span><\/button>\n                                            <div class=\"gfaq-answer\">GRECHO provides fiberglass facer and coated surface solutions for different board applications. Common review directions include fire performance, moisture resistance, surface stability, cleanability, air permeability, dimensional stability, tensile strength and line compatibility. Specific performance depends on product model, grammage, coating, base material, supply resources and application.<\/div>\n                                        <\/div>\n                                                                            <div class=\"gfaq-item \" data-gfaq-item data-gfaq-search-text=\"product &amp; application what information is needed to confirm the right technical performance? please provide board type, target use, grammage or thickness, width, color, coating requirements, line speed, bonding method, target fire or environmental standard, and whether line testing is needed.\">\n                                            <button class=\"gfaq-question\" type=\"button\" aria-expanded=\"false\"><span>What information is needed to confirm the right technical performance?<\/span><span class=\"gfaq-plus\">+<\/span><\/button>\n                                            <div class=\"gfaq-answer\">Please provide board type, target use, grammage or thickness, width, color, coating requirements, line speed, bonding method, target fire or environmental standard, and whether line testing is needed.<\/div>\n                                        <\/div>\n                                                                            <div class=\"gfaq-item \" data-gfaq-item data-gfaq-search-text=\"product &amp; application does grecho recommend one fixed facer for all board systems? no. facer direction depends on board type, surface expectations, processing method, document requirements and application scope.\">\n                                            <button class=\"gfaq-question\" type=\"button\" aria-expanded=\"false\"><span>Does GRECHO recommend one fixed facer for all board systems?<\/span><span class=\"gfaq-plus\">+<\/span><\/button>\n                                            <div class=\"gfaq-answer\">No. Facer direction depends on board type, surface expectations, processing method, document requirements and application scope.<\/div>\n                                        <\/div>\n                                                                            <div class=\"gfaq-item \" data-gfaq-item data-gfaq-search-text=\"product &amp; application can grecho compare several fiberglass facer directions? yes. grecho can help compare suitable facer directions based on application, surface finish, sample needs and technical documentation stage.\">\n                                            <button class=\"gfaq-question\" type=\"button\" aria-expanded=\"false\"><span>Can GRECHO compare several fiberglass facer directions?<\/span><span class=\"gfaq-plus\">+<\/span><\/button>\n                                            <div class=\"gfaq-answer\">Yes. GRECHO can help compare suitable facer directions based on application, surface finish, sample needs and technical documentation stage.<\/div>\n                                        <\/div>\n                                                                    <\/div>\n                            <\/section>\n                                                                                <section class=\"gfaq-group\" id=\"faq-samples\" data-gfaq-group=\"samples\">\n                                <div class=\"gfaq-group-head\">\n                                    <span class=\"gfaq-section-kicker\">Samples &amp; Trial Rolls<\/span>\n                                    <h3>Sample review starts with application clarity.<\/h3>\n                                    <p>Sample timing and trial-roll availability depend on material direction, specification and project review stage.<\/p>\n                                <\/div>\n                                <div class=\"gfaq-accordion\">\n                                                                            <div class=\"gfaq-item is-open\" data-gfaq-item data-gfaq-search-text=\"samples &amp; trial rolls when can samples be shipped? sample timing depends on selected product direction, sample availability, specification, quantity and supply conditions. grecho can coordinate samples after the board application and review purpose are clarified.\">\n                                            <button class=\"gfaq-question\" type=\"button\" aria-expanded=\"true\"><span>When can samples be shipped?<\/span><span class=\"gfaq-plus\">+<\/span><\/button>\n                                            <div class=\"gfaq-answer\">Sample timing depends on selected product direction, sample availability, specification, quantity and supply conditions. GRECHO can coordinate samples after the board application and review purpose are clarified.<\/div>\n                                        <\/div>\n                                                                            <div class=\"gfaq-item \" data-gfaq-item data-gfaq-search-text=\"samples &amp; trial rolls what information should we provide before requesting samples? please share board type, application, target surface, color or coating direction, width or roll format, testing needs and document requirements.\">\n                                            <button class=\"gfaq-question\" type=\"button\" aria-expanded=\"false\"><span>What information should we provide before requesting samples?<\/span><span class=\"gfaq-plus\">+<\/span><\/button>\n                                            <div class=\"gfaq-answer\">Please share board type, application, target surface, color or coating direction, width or roll format, testing needs and document requirements.<\/div>\n                                        <\/div>\n                                                                            <div class=\"gfaq-item \" data-gfaq-item data-gfaq-search-text=\"samples &amp; trial rolls can grecho provide trial rolls for line testing? yes. for customers who need line testing, grecho can evaluate and coordinate trial-roll availability based on project requirements. trial-roll specification, quantity, length, cost and lead time depend on model, supply conditions and testing plan.\">\n                                            <button class=\"gfaq-question\" type=\"button\" aria-expanded=\"false\"><span>Can GRECHO provide trial rolls for line testing?<\/span><span class=\"gfaq-plus\">+<\/span><\/button>\n                                            <div class=\"gfaq-answer\">Yes. For customers who need line testing, GRECHO can evaluate and coordinate trial-roll availability based on project requirements. Trial-roll specification, quantity, length, cost and lead time depend on model, supply conditions and testing plan.<\/div>\n                                        <\/div>\n                                                                            <div class=\"gfaq-item \" data-gfaq-item data-gfaq-search-text=\"samples &amp; trial rolls are samples always available immediately? no. sample availability depends on selected product direction, current sample stock, supply conditions, application scope and review stage.\">\n                                            <button class=\"gfaq-question\" type=\"button\" aria-expanded=\"false\"><span>Are samples always available immediately?<\/span><span class=\"gfaq-plus\">+<\/span><\/button>\n                                            <div class=\"gfaq-answer\">No. Sample availability depends on selected product direction, current sample stock, supply conditions, application scope and review stage.<\/div>\n                                        <\/div>\n                                                                    <\/div>\n                            <\/section>\n                                                                                <section class=\"gfaq-group\" id=\"faq-documents\" data-gfaq-group=\"documents\">\n                                <div class=\"gfaq-group-head\">\n                                    <span class=\"gfaq-section-kicker\">Technical Documents<\/span>\n                                    <h3>Document access depends on review stage and scope.<\/h3>\n                                    <p>Document access depends on product, sample, application and report scope.<\/p>\n                                <\/div>\n                                <div class=\"gfaq-accordion\">\n                                                                            <div class=\"gfaq-item is-open\" data-gfaq-item data-gfaq-search-text=\"technical documents what is the difference between color tds and full tds? color tds \/ marketing tds may be provided after form submission where applicable for early color and surface communication, including confirmed whitelist items where relevant. full tds is product-specific and reviewed by sales or internal team before manual email release where qualified.\">\n                                            <button class=\"gfaq-question\" type=\"button\" aria-expanded=\"true\"><span>What is the difference between Color TDS and Full TDS?<\/span><span class=\"gfaq-plus\">+<\/span><\/button>\n                                            <div class=\"gfaq-answer\">Color TDS \/ Marketing TDS may be provided after form submission where applicable for early color and surface communication, including confirmed whitelist items where relevant. Full TDS is product-specific and reviewed by sales or internal team before manual email release where qualified.<\/div>\n                                        <\/div>\n                                                                            <div class=\"gfaq-item \" data-gfaq-item data-gfaq-search-text=\"technical documents can full tds be requested before sample confirmation? full tds may require selected product direction, application scope and internal review before manual email release where qualified. not every file applies to every product or project.\">\n                                            <button class=\"gfaq-question\" type=\"button\" aria-expanded=\"false\"><span>Can full TDS be requested before sample confirmation?<\/span><span class=\"gfaq-plus\">+<\/span><\/button>\n                                            <div class=\"gfaq-answer\">Full TDS may require selected product direction, application scope and internal review before manual email release where qualified. Not every file applies to every product or project.<\/div>\n                                        <\/div>\n                                                                            <div class=\"gfaq-item \" data-gfaq-item data-gfaq-search-text=\"technical documents can test reports be shared directly? test report summaries or previews may be shown where applicable. full reports are shared according to selected product, submitted sample, application scope, target market, report scope and internal review requirements.\">\n                                            <button class=\"gfaq-question\" type=\"button\" aria-expanded=\"false\"><span>Can test reports be shared directly?<\/span><span class=\"gfaq-plus\">+<\/span><\/button>\n                                            <div class=\"gfaq-answer\">Test report summaries or previews may be shown where applicable. Full reports are shared according to selected product, submitted sample, application scope, target market, report scope and internal review requirements.<\/div>\n                                        <\/div>\n                                                                            <div class=\"gfaq-item \" data-gfaq-item data-gfaq-search-text=\"technical documents do fire, epd, pfas, reach and other reports apply to the full product series? no. fire, epd, pfas, reach and similar documents should be expressed according to the applicable product, submitted sample, report scope or relevant category. they should not be treated as default full-series coverage.\">\n                                            <button class=\"gfaq-question\" type=\"button\" aria-expanded=\"false\"><span>Do Fire, EPD, PFAS, REACH and other reports apply to the full product series?<\/span><span class=\"gfaq-plus\">+<\/span><\/button>\n                                            <div class=\"gfaq-answer\">No. Fire, EPD, PFAS, REACH and similar documents should be expressed according to the applicable product, submitted sample, report scope or relevant category. They should not be treated as default full-series coverage.<\/div>\n                                        <\/div>\n                                                                            <div class=\"gfaq-item \" data-gfaq-item data-gfaq-search-text=\"technical documents do your products contain formaldehyde or other harmful substances? grecho can provide msds\/sds and related safety or compliance documents such as reach-svhc, pfas and siloxane reports where applicable. final conclusions should be based on the official document for the specific product and submitted sample.\">\n                                            <button class=\"gfaq-question\" type=\"button\" aria-expanded=\"false\"><span>Do your products contain formaldehyde or other harmful substances?<\/span><span class=\"gfaq-plus\">+<\/span><\/button>\n                                            <div class=\"gfaq-answer\">GRECHO can provide MSDS\/SDS and related safety or compliance documents such as REACH-SVHC, PFAS and Siloxane reports where applicable. Final conclusions should be based on the official document for the specific product and submitted sample.<\/div>\n                                        <\/div>\n                                                                            <div class=\"gfaq-item \" data-gfaq-item data-gfaq-search-text=\"technical documents do you have iso 9001 and other management system certificates? yes. grecho can provide iso 9001 quality management system, iso 14001 environmental management system and iso 45001 occupational health and safety management system certificates. these are company management system certificates, not product certifications for every specific item.\">\n                                            <button class=\"gfaq-question\" type=\"button\" aria-expanded=\"false\"><span>Do you have ISO 9001 and other management system certificates?<\/span><span class=\"gfaq-plus\">+<\/span><\/button>\n                                            <div class=\"gfaq-answer\">Yes. GRECHO can provide ISO 9001 quality management system, ISO 14001 environmental management system and ISO 45001 occupational health and safety management system certificates. These are company management system certificates, not product certifications for every specific item.<\/div>\n                                        <\/div>\n                                                                            <div class=\"gfaq-item \" data-gfaq-item data-gfaq-search-text=\"technical documents where should users go for technical resources? users can start from the resource center to understand document categories and then submit a request for the appropriate document level.\">\n                                            <button class=\"gfaq-question\" type=\"button\" aria-expanded=\"false\"><span>Where should users go for technical resources?<\/span><span class=\"gfaq-plus\">+<\/span><\/button>\n                                            <div class=\"gfaq-answer\">Users can start from the Resource Center to understand document categories and then submit a request for the appropriate document level.<\/div>\n                                        <\/div>\n                                                                    <\/div>\n                            <\/section>\n                                                            <aside class=\"gfaq-resource-card\">\n                                    <div>\n                                        <span class=\"gfaq-section-kicker\">Resource Center<\/span>\n                                        <h3>Need document access rules before requesting files?<\/h3>\n                                        <p>Visit the Resource Center to understand public resources, form submission resources, internal review files and review-required documents.<\/p>\n                                    <\/div>\n                                    <div class=\"gfaq-resource-actions\">\n                                                                                                                            <a class=\"gfaq-btn gfaq-btn-primary\" href=\"https:\/\/grechofacer.com\/de\/resource-center\/\">View Resource Center<\/a>\n                                                                                                                                                                    <a class=\"gfaq-btn gfaq-btn-outline\" href=\"https:\/\/grechofacer.com\/de\/contact\/?request=technical-data&#038;source=faq-v2-resource-card\">Request Technical Data<\/a>\n                                                                            <\/div>\n                                <\/aside>\n                                                                                <section class=\"gfaq-group\" id=\"faq-custom\" data-gfaq-group=\"custom\">\n                                <div class=\"gfaq-group-head\">\n                                    <span class=\"gfaq-section-kicker\">Customization<\/span>\n                                    <h3>Custom review is conditional and project-based.<\/h3>\n                                    <p>Special width, coating, process and supply planning requests are reviewed according to selected product and project conditions.<\/p>\n                                <\/div>\n                                <div class=\"gfaq-accordion\">\n                                                                            <div class=\"gfaq-item is-open\" data-gfaq-item data-gfaq-search-text=\"customization can grecho provide a specific width? yes. grecho can offer different width options depending on product series, supply resources and project conditions. available width depends on model, base material, coating process, order quantity and supply schedule.\">\n                                            <button class=\"gfaq-question\" type=\"button\" aria-expanded=\"true\"><span>Can GRECHO provide a specific width?<\/span><span class=\"gfaq-plus\">+<\/span><\/button>\n                                            <div class=\"gfaq-answer\">Yes. GRECHO can offer different width options depending on product series, supply resources and project conditions. Available width depends on model, base material, coating process, order quantity and supply schedule.<\/div>\n                                        <\/div>\n                                                                            <div class=\"gfaq-item \" data-gfaq-item data-gfaq-search-text=\"customization what customization items may be reviewed? weight, width, color, coating, surface texture, roll format and packaging requirements may be reviewed according to selected product and application scope.\">\n                                            <button class=\"gfaq-question\" type=\"button\" aria-expanded=\"false\"><span>What customization items may be reviewed?<\/span><span class=\"gfaq-plus\">+<\/span><\/button>\n                                            <div class=\"gfaq-answer\">Weight, width, color, coating, surface texture, roll format and packaging requirements may be reviewed according to selected product and application scope.<\/div>\n                                        <\/div>\n                                                                            <div class=\"gfaq-item \" data-gfaq-item data-gfaq-search-text=\"customization can special width, coating or process requirements be reviewed? yes. for qualified long-term volume projects, special width, coating or process requirements may be reviewed through selected manufacturing partner coordination.\">\n                                            <button class=\"gfaq-question\" type=\"button\" aria-expanded=\"false\"><span>Can special width, coating or process requirements be reviewed?<\/span><span class=\"gfaq-plus\">+<\/span><\/button>\n                                            <div class=\"gfaq-answer\">Yes. For qualified long-term volume projects, special width, coating or process requirements may be reviewed through selected manufacturing partner coordination.<\/div>\n                                        <\/div>\n                                                                            <div class=\"gfaq-item \" data-gfaq-item data-gfaq-search-text=\"customization is project-specific supply coordination available for every inquiry? no. project-specific supply coordination is reviewed for qualified long-term projects with stable volume demand, suitable application scope and clear technical requirements.\">\n                                            <button class=\"gfaq-question\" type=\"button\" aria-expanded=\"false\"><span>Is project-specific supply coordination available for every inquiry?<\/span><span class=\"gfaq-plus\">+<\/span><\/button>\n                                            <div class=\"gfaq-answer\">No. Project-specific supply coordination is reviewed for qualified long-term projects with stable volume demand, suitable application scope and clear technical requirements.<\/div>\n                                        <\/div>\n                                                                    <\/div>\n                            <\/section>\n                                                                                <section class=\"gfaq-group\" id=\"faq-grecho\" data-gfaq-group=\"grecho\">\n                                <div class=\"gfaq-group-head\">\n                                    <span class=\"gfaq-section-kicker\">GRECHO Positioning &amp; Quality Support<\/span>\n                                    <h3>GRECHO supports material review through coordination.<\/h3>\n                                    <p>GRECHO is positioned as a fiberglass facer solution provider, documentation and sample coordination partner, and selected supply-chain coordination partner.<\/p>\n                                <\/div>\n                                <div class=\"gfaq-accordion\">\n                                                                            <div class=\"gfaq-item is-open\" data-gfaq-item data-gfaq-search-text=\"grecho positioning &amp; quality support is grecho a self-owned factory? no. grecho is not a self-owned factory operator. grecho is a fiberglass facer and coated surface solution provider and supply-chain coordination partner. based on board application, target performance and documentation needs, grecho helps match suitable material options, samples, technical documents and supply resources.\">\n                                            <button class=\"gfaq-question\" type=\"button\" aria-expanded=\"true\"><span>Is GRECHO a self-owned factory?<\/span><span class=\"gfaq-plus\">+<\/span><\/button>\n                                            <div class=\"gfaq-answer\">No. GRECHO is not a self-owned factory operator. GRECHO is a fiberglass facer and coated surface solution provider and supply-chain coordination partner. Based on board application, target performance and documentation needs, GRECHO helps match suitable material options, samples, technical documents and supply resources.<\/div>\n                                        <\/div>\n                                                                            <div class=\"gfaq-item \" data-gfaq-item data-gfaq-search-text=\"grecho positioning &amp; quality support how does grecho support quality if production is handled by partners? grecho supports project quality through requirement clarification, sample verification, technical document review, supplier coordination and customer feedback follow-up. product performance should be confirmed by the relevant tds, sample approval and applicable test report scope.\">\n                                            <button class=\"gfaq-question\" type=\"button\" aria-expanded=\"false\"><span>How does GRECHO support quality if production is handled by partners?<\/span><span class=\"gfaq-plus\">+<\/span><\/button>\n                                            <div class=\"gfaq-answer\">GRECHO supports project quality through requirement clarification, sample verification, technical document review, supplier coordination and customer feedback follow-up. Product performance should be confirmed by the relevant TDS, sample approval and applicable test report scope.<\/div>\n                                        <\/div>\n                                                                            <div class=\"gfaq-item \" data-gfaq-item data-gfaq-search-text=\"grecho positioning &amp; quality support who provides samples and technical documents? grecho coordinates samples and technical documents based on customer requirements. color tds \/ marketing tds whitelist items may be provided after form submission where applicable, while full tds, test reports or sensitive documents require internal review before manual email sharing by sales or technical staff.\">\n                                            <button class=\"gfaq-question\" type=\"button\" aria-expanded=\"false\"><span>Who provides samples and technical documents?<\/span><span class=\"gfaq-plus\">+<\/span><\/button>\n                                            <div class=\"gfaq-answer\">GRECHO coordinates samples and technical documents based on customer requirements. Color TDS \/ Marketing TDS whitelist items may be provided after form submission where applicable, while full TDS, test reports or sensitive documents require internal review before manual email sharing by sales or technical staff.<\/div>\n                                        <\/div>\n                                                                            <div class=\"gfaq-item \" data-gfaq-item data-gfaq-search-text=\"grecho positioning &amp; quality support can grecho support customized requirements if it is not a self-owned factory? yes. grecho first clarifies application, target performance, specification, quantity, testing requirements and documentation needs, then coordinates suitable material options, samples and selected supply-chain resources. feasibility is evaluated case by case.\">\n                                            <button class=\"gfaq-question\" type=\"button\" aria-expanded=\"false\"><span>Can GRECHO support customized requirements if it is not a self-owned factory?<\/span><span class=\"gfaq-plus\">+<\/span><\/button>\n                                            <div class=\"gfaq-answer\">Yes. GRECHO first clarifies application, target performance, specification, quantity, testing requirements and documentation needs, then coordinates suitable material options, samples and selected supply-chain resources. Feasibility is evaluated case by case.<\/div>\n                                        <\/div>\n                                                                    <\/div>\n                            <\/section>\n                                                                                <section class=\"gfaq-group\" id=\"faq-followup\" data-gfaq-group=\"followup\">\n                                <div class=\"gfaq-group-head\">\n                                    <span class=\"gfaq-section-kicker\">Ordering &amp; Follow-up<\/span>\n                                    <h3>The next step is based on review need.<\/h3>\n                                    <p>GRECHO coordinates application, sample and documentation follow-up for technical and procurement teams.<\/p>\n                                <\/div>\n                                <div class=\"gfaq-accordion\">\n                                                                            <div class=\"gfaq-item is-open\" data-gfaq-item data-gfaq-search-text=\"ordering &amp; follow-up what happens after we submit a technical data or sample request? grecho reviews the application, product direction, document level and sample needs, then coordinates the suitable next review step.\">\n                                            <button class=\"gfaq-question\" type=\"button\" aria-expanded=\"true\"><span>What happens after we submit a technical data or sample request?<\/span><span class=\"gfaq-plus\">+<\/span><\/button>\n                                            <div class=\"gfaq-answer\">GRECHO reviews the application, product direction, document level and sample needs, then coordinates the suitable next review step.<\/div>\n                                        <\/div>\n                                                                            <div class=\"gfaq-item \" data-gfaq-item data-gfaq-search-text=\"ordering &amp; follow-up can grecho support both technical and procurement teams? yes. grecho&#039;s review path supports technical buyers, procurement teams, r&amp;d engineers and quality managers with application, sample and documentation coordination.\">\n                                            <button class=\"gfaq-question\" type=\"button\" aria-expanded=\"false\"><span>Can GRECHO support both technical and procurement teams?<\/span><span class=\"gfaq-plus\">+<\/span><\/button>\n                                            <div class=\"gfaq-answer\">Yes. GRECHO&#039;s review path supports technical buyers, procurement teams, R&amp;D engineers and quality managers with application, sample and documentation coordination.<\/div>\n                                        <\/div>\n                                                                            <div class=\"gfaq-item \" data-gfaq-item data-gfaq-search-text=\"ordering &amp; follow-up what is the best next step if we are unsure which material direction fits? start by sharing your board type, application and review objective. grecho can help identify the next suitable facer direction for review.\">\n                                            <button class=\"gfaq-question\" type=\"button\" aria-expanded=\"false\"><span>What is the best next step if we are unsure which material direction fits?<\/span><span class=\"gfaq-plus\">+<\/span><\/button>\n                                            <div class=\"gfaq-answer\">Start by sharing your board type, application and review objective. GRECHO can help identify the next suitable facer direction for review.<\/div>\n                                        <\/div>\n                                                                    <\/div>\n                            <\/section>\n                                                                        <\/div>\n                <\/div>\n            <\/section>\n\n            <section class=\"gfaq-section gfaq-section-dark\">\n                <div class=\"gfaq-section-head left\">\n                    <span class=\"gfaq-section-kicker\">Next step<\/span>\n                    <h2>Still have questions about your facer review?<\/h2>\n                    <p>Tell us your board application, product direction and document needs. GRECHO will coordinate the next review step.<\/p>\n                <\/div>\n                <div class=\"gfaq-next-grid\">\n                                            <article class=\"gfaq-next-card\">\n                            <h3>Request Technical Data<\/h3>\n                            <p>For product briefs, Color TDS access, full TDS by review and document scope clarification.<\/p>\n                                                                                        <a href=\"https:\/\/grechofacer.com\/de\/contact\/?request=technical-data&#038;source=faq-v2-next\">Request technical data \u2192<\/a>\n                                                    <\/article>\n                                            <article class=\"gfaq-next-card\">\n                            <h3>Request a Sample<\/h3>\n                            <p>For material screening, sample comparison, trial-roll discussion and application-based review.<\/p>\n                                                                                        <a href=\"https:\/\/grechofacer.com\/de\/contact\/?request=sample&#038;source=faq-v2-next\">Request a sample \u2192<\/a>\n                                                    <\/article>\n                                            <article class=\"gfaq-next-card\">\n                            <h3>Talk to GRECHO<\/h3>\n                            <p>For uncertain material direction, special width, coating, process needs or project-specific coordination.<\/p>\n                                                                                        <a href=\"https:\/\/grechofacer.com\/de\/contact\/?request=application-review&#038;source=faq-v2-next\">Discuss application \u2192<\/a>\n                                                    <\/article>\n                                    <\/div>\n            <\/section>\n\n            <section class=\"gfaq-final\">\n                <div class=\"gfaq-final-card\">\n                    <div>\n                        <h2>Start your review with GRECHO.<\/h2>\n                        <p>Share your board application, product direction and document needs. GRECHO will coordinate the suitable next review path.<\/p>\n                    <\/div>\n                    <div class=\"gfaq-final-actions\">\n                                                                                                                <a class=\"gfaq-btn gfaq-btn-primary\" href=\"https:\/\/grechofacer.com\/de\/contact\/?request=technical-data&#038;source=faq-v2-final\">Request Technical Data<\/a>\n                                                                                                                                            <a class=\"gfaq-btn gfaq-btn-outline\" href=\"https:\/\/grechofacer.com\/de\/contact\/?request=sample&#038;source=faq-v2-final\">Request a Sample<\/a>\n                                                                        <\/div>\n                <\/div>\n            <\/section>\n\n                            <\/main>\n                        <footer class=\"grecho-v1-site-footer\" aria-label=\"GRECHO footer\">\n            <div class=\"grecho-v1-container\">\n                <div class=\"grecho-v1-footer-grid\">\n                    <div class=\"grecho-v1-footer-brand-block\">\n                        <img decoding=\"async\" class=\"grecho-v1-footer-logo\" src=\"https:\/\/grechofacer.com\/wp-content\/uploads\/grecho-webp-r1-lite\/grecho-logo-white-webp-v1.webp\" alt=\"GRECHO\" loading=\"lazy\">\n                        <p>Application-matched fiberglass facer solution support for board manufacturers. GRECHO coordinates application review, sample direction, technical document support and selected supply-chain coordination.<\/p>\n                        <div class=\"grecho-v1-footer-socials\" aria-label=\"GRECHO social media links\">\n                            <a href=\"https:\/\/www.linkedin.com\/company\/86740227\/\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"GRECHO on LinkedIn\">\n                                <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"currentColor\"><path d=\"M4.98 3.5C4.98 4.88 3.86 6 2.5 6S0 4.88 0 3.5 1.12 1 2.5 1s2.48 1.12 2.48 2.5zM.32 8h4.36v14H.32V8zm7.6 0h4.18v1.91h.06c.58-1.1 2-2.26 4.12-2.26 4.41 0 5.22 2.9 5.22 6.67V22h-4.36v-6.81c0-1.63-.03-3.72-2.27-3.72-2.27 0-2.62 1.77-2.62 3.6V22H7.92V8z\"\/><\/svg>\n                            <\/a>\n                            <a href=\"https:\/\/www.facebook.com\/Grechofiberglass\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"GRECHO on Facebook\">\n                                <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"currentColor\"><path d=\"M22 12.06C22 6.5 17.52 2 12 2S2 6.5 2 12.06c0 5.02 3.66 9.18 8.44 9.94v-7.03H7.9v-2.91h2.54V9.84c0-2.52 1.49-3.91 3.77-3.91 1.09 0 2.23.2 2.23.2v2.46h-1.26c-1.24 0-1.63.78-1.63 1.57v1.9h2.77l-.44 2.91h-2.33V22C18.34 21.24 22 17.08 22 12.06z\"\/><\/svg>\n                            <\/a>\n                            <a href=\"https:\/\/www.youtube.com\/@GRECHOfiberglass\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"GRECHO on YouTube\">\n                                <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\" fill=\"currentColor\"><path d=\"M23.5 6.2a3.02 3.02 0 0 0-2.13-2.14C19.49 3.56 12 3.56 12 3.56s-7.49 0-9.37.5A3.02 3.02 0 0 0 .5 6.2C0 8.1 0 12.06 0 12.06s0 3.96.5 5.86a3.02 3.02 0 0 0 2.13 2.14c1.88.5 9.37.5 9.37.5s7.49 0 9.37-.5a3.02 3.02 0 0 0 2.13-2.14c.5-1.9.5-5.86.5-5.86s0-3.96-.5-5.86zM9.54 15.61v-7.1l6.27 3.55-6.27 3.55z\"\/><\/svg>\n                            <\/a>\n                        <\/div>\n                    <\/div>\n\n                                        <div class=\"grecho-v1-footer-col\">\n                        <h3>Solutions<\/h3>                                                    <a href=\"https:\/\/grechofacer.com\/de\/solutions\/acoustic-ceiling-wall-facers\/\">Acoustic<\/a>\n                                                    <a href=\"https:\/\/grechofacer.com\/de\/solutions\/mineral-wool-insulation\/\">Mineral Wool<\/a>\n                                                    <a href=\"https:\/\/grechofacer.com\/de\/solutions\/gypsum-board-facers\/\">Gypsum<\/a>\n                                                    <a href=\"https:\/\/grechofacer.com\/de\/solutions\/pir-pur-etics-insulation-facers\/\">PIR \/ PUR \/ ETICS<\/a>\n                                            <\/div>\n                    \n                                        <div class=\"grecho-v1-footer-col\">\n                        <h3>Explore<\/h3>                                                    <a href=\"https:\/\/grechofacer.com\/de\/solutions\/\">Solutions<\/a>\n                                                    <a href=\"https:\/\/grechofacer.com\/de\/resource-center\/\">Resources<\/a>\n                                                    <a href=\"https:\/\/grechofacer.com\/de\/case-studies\/\">Application Examples<\/a>\n                                                    <a href=\"https:\/\/grechofacer.com\/de\/faq\/\">FAQ<\/a>\n                                                    <a href=\"https:\/\/grechofacer.com\/de\/privacy-policy\/\">Privacy Policy<\/a>\n                                                    <a href=\"https:\/\/grechofacer.com\/de\/cookie-policy\/\">Cookie Policy<\/a>\n                                            <\/div>\n                    \n                    <div class=\"grecho-v1-footer-col\">\n                        <h3>Contact<\/h3>                                                <div class=\"grecho-v1-footer-contact-list\">\n                            <a class=\"grecho-v1-footer-contact-row\" href=\"mailto:info@grechofiberglass.com\">\n                                <span class=\"grecho-v1-footer-contact-icon\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M4 5h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2z\"\/><path d=\"m22 7-10 6L2 7\"\/><\/svg><\/span>\n                                <span class=\"grecho-v1-footer-contact-text\">info@grechofiberglass.com<\/span>\n                            <\/a>\n                            <a class=\"grecho-v1-footer-contact-row\" href=\"tel:+8618677188374\">\n                                <span class=\"grecho-v1-footer-contact-icon\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.2 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.35 1.89.66 2.78a2 2 0 0 1-.45 2.11L8.05 9.88a16 16 0 0 0 6.07 6.07l1.27-1.27a2 2 0 0 1 2.11-.45c.89.31 1.82.53 2.78.66A2 2 0 0 1 22 16.92z\"\/><\/svg><\/span>\n                                <span class=\"grecho-v1-footer-contact-text\">+86 186 7718 8374<\/span>\n                            <\/a>\n                            <div class=\"grecho-v1-footer-contact-row\">\n                                <span class=\"grecho-v1-footer-contact-icon\" aria-hidden=\"true\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M21 10c0 7-9 12-9 12S3 17 3 10a9 9 0 1 1 18 0z\"\/><circle cx=\"12\" cy=\"10\" r=\"3\"\/><\/svg><\/span>\n                                <span class=\"grecho-v1-footer-contact-text\">Nanning, Guangxi, China<\/span>\n                            <\/div>\n                        <\/div>\n                                                                            <a class=\"grecho-v1-footer-action-link\" href=\"https:\/\/grechofacer.com\/de\/contact\/?request=technical-data#request-form\">Request Technical Data<\/a>\n                                                    <a class=\"grecho-v1-footer-action-link\" href=\"https:\/\/grechofacer.com\/de\/contact\/?request=sample#request-form\">Request Sample<\/a>\n                                            <\/div>\n                <\/div>\n\n                <div class=\"grecho-v1-footer-bottom\">\n                    <span>&copy; 2026 GRECHO Fiberglass. All rights reserved.<\/span>\n                    <span>Application-matched fiberglass facer solution support for board manufacturers.<\/span>\n                <\/div>\n            <\/div>\n        <\/footer>\n                    \n            <script type=\"application\/ld+json\">{\"@context\":\"https:\/\/schema.org\",\"@type\":\"FAQPage\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"What performance or functions can GRECHO products support?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"GRECHO provides fiberglass facer and coated surface solutions for different board applications. Common review directions include fire performance, moisture resistance, surface stability, cleanability, air permeability, dimensional stability, tensile strength and line compatibility. Specific performance depends on product model, grammage, coating, base material, supply resources and application.\"}},{\"@type\":\"Question\",\"name\":\"What information is needed to confirm the right technical performance?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Please provide board type, target use, grammage or thickness, width, color, coating requirements, line speed, bonding method, target fire or environmental standard, and whether line testing is needed.\"}},{\"@type\":\"Question\",\"name\":\"Does GRECHO recommend one fixed facer for all board systems?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"No. Facer direction depends on board type, surface expectations, processing method, document requirements and application scope.\"}},{\"@type\":\"Question\",\"name\":\"Can GRECHO compare several fiberglass facer directions?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes. GRECHO can help compare suitable facer directions based on application, surface finish, sample needs and technical documentation stage.\"}},{\"@type\":\"Question\",\"name\":\"When can samples be shipped?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Sample timing depends on selected product direction, sample availability, specification, quantity and supply conditions. GRECHO can coordinate samples after the board application and review purpose are clarified.\"}},{\"@type\":\"Question\",\"name\":\"What information should we provide before requesting samples?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Please share board type, application, target surface, color or coating direction, width or roll format, testing needs and document requirements.\"}},{\"@type\":\"Question\",\"name\":\"Can GRECHO provide trial rolls for line testing?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes. For customers who need line testing, GRECHO can evaluate and coordinate trial-roll availability based on project requirements. Trial-roll specification, quantity, length, cost and lead time depend on model, supply conditions and testing plan.\"}},{\"@type\":\"Question\",\"name\":\"Are samples always available immediately?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"No. Sample availability depends on selected product direction, current sample stock, supply conditions, application scope and review stage.\"}},{\"@type\":\"Question\",\"name\":\"What is the difference between Color TDS and Full TDS?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Color TDS \/ Marketing TDS may be provided after form submission where applicable for early color and surface communication, including confirmed whitelist items where relevant. Full TDS is product-specific and reviewed by sales or internal team before manual email release where qualified.\"}},{\"@type\":\"Question\",\"name\":\"Can full TDS be requested before sample confirmation?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Full TDS may require selected product direction, application scope and internal review before manual email release where qualified. Not every file applies to every product or project.\"}},{\"@type\":\"Question\",\"name\":\"Can test reports be shared directly?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Test report summaries or previews may be shown where applicable. Full reports are shared according to selected product, submitted sample, application scope, target market, report scope and internal review requirements.\"}},{\"@type\":\"Question\",\"name\":\"Do Fire, EPD, PFAS, REACH and other reports apply to the full product series?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"No. Fire, EPD, PFAS, REACH and similar documents should be expressed according to the applicable product, submitted sample, report scope or relevant category. They should not be treated as default full-series coverage.\"}},{\"@type\":\"Question\",\"name\":\"Do your products contain formaldehyde or other harmful substances?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"GRECHO can provide MSDS\/SDS and related safety or compliance documents such as REACH-SVHC, PFAS and Siloxane reports where applicable. Final conclusions should be based on the official document for the specific product and submitted sample.\"}},{\"@type\":\"Question\",\"name\":\"Do you have ISO 9001 and other management system certificates?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes. GRECHO can provide ISO 9001 quality management system, ISO 14001 environmental management system and ISO 45001 occupational health and safety management system certificates. These are company management system certificates, not product certifications for every specific item.\"}},{\"@type\":\"Question\",\"name\":\"Where should users go for technical resources?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Users can start from the Resource Center to understand document categories and then submit a request for the appropriate document level.\"}},{\"@type\":\"Question\",\"name\":\"Can GRECHO provide a specific width?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes. GRECHO can offer different width options depending on product series, supply resources and project conditions. Available width depends on model, base material, coating process, order quantity and supply schedule.\"}},{\"@type\":\"Question\",\"name\":\"What customization items may be reviewed?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Weight, width, color, coating, surface texture, roll format and packaging requirements may be reviewed according to selected product and application scope.\"}},{\"@type\":\"Question\",\"name\":\"Can special width, coating or process requirements be reviewed?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes. For qualified long-term volume projects, special width, coating or process requirements may be reviewed through selected manufacturing partner coordination.\"}},{\"@type\":\"Question\",\"name\":\"Is project-specific supply coordination available for every inquiry?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"No. Project-specific supply coordination is reviewed for qualified long-term projects with stable volume demand, suitable application scope and clear technical requirements.\"}},{\"@type\":\"Question\",\"name\":\"Is GRECHO a self-owned factory?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"No. GRECHO is not a self-owned factory operator. GRECHO is a fiberglass facer and coated surface solution provider and supply-chain coordination partner. Based on board application, target performance and documentation needs, GRECHO helps match suitable material options, samples, technical documents and supply resources.\"}},{\"@type\":\"Question\",\"name\":\"How does GRECHO support quality if production is handled by partners?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"GRECHO supports project quality through requirement clarification, sample verification, technical document review, supplier coordination and customer feedback follow-up. Product performance should be confirmed by the relevant TDS, sample approval and applicable test report scope.\"}},{\"@type\":\"Question\",\"name\":\"Who provides samples and technical documents?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"GRECHO coordinates samples and technical documents based on customer requirements. Color TDS \/ Marketing TDS whitelist items may be provided after form submission where applicable, while full TDS, test reports or sensitive documents require internal review before manual email sharing by sales or technical staff.\"}},{\"@type\":\"Question\",\"name\":\"Can GRECHO support customized requirements if it is not a self-owned factory?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes. GRECHO first clarifies application, target performance, specification, quantity, testing requirements and documentation needs, then coordinates suitable material options, samples and selected supply-chain resources. Feasibility is evaluated case by case.\"}},{\"@type\":\"Question\",\"name\":\"What happens after we submit a technical data or sample request?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"GRECHO reviews the application, product direction, document level and sample needs, then coordinates the suitable next review step.\"}},{\"@type\":\"Question\",\"name\":\"Can GRECHO support both technical and procurement teams?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes. GRECHO's review path supports technical buyers, procurement teams, R&D engineers and quality managers with application, sample and documentation coordination.\"}},{\"@type\":\"Question\",\"name\":\"What is the best next step if we are unsure which material direction fits?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Start by sharing your board type, application and review objective. GRECHO can help identify the next suitable facer direction for review.\"}}]}<\/script>\n            <script>\n                (function(){\n                    var root = document.querySelector('.grecho-faq-v2');\n                    if (!root) return;\n                    var nav = root.querySelector('[data-gfaq-nav]');\n                    var logo = root.querySelector('.gfaq-logo-img');\n                    var toggle = root.querySelector('[data-gfaq-menu-toggle]');\n                    var mobile = root.querySelector('[data-gfaq-mobile-menu]');\n                    function onScroll(){\n                        if (!nav) return;\n                        var isMobile = window.matchMedia('(max-width: 1180px)').matches;\n                        if (!isMobile && window.scrollY > 76) {\n                            nav.classList.add('is-scrolled');\n                            if (logo && logo.dataset.blueLogo) logo.src = logo.dataset.blueLogo;\n                        } else {\n                            nav.classList.remove('is-scrolled');\n                            if (logo && logo.dataset.whiteLogo) logo.src = logo.dataset.whiteLogo;\n                        }\n                    }\n                    window.addEventListener('scroll', onScroll, { passive: true });\n                    window.addEventListener('resize', onScroll);\n                    onScroll();\n                    if (toggle && mobile && nav) {\n                        toggle.addEventListener('click', function(){\n                            var open = !mobile.classList.contains('is-open');\n                            mobile.classList.toggle('is-open', open);\n                            toggle.classList.toggle('is-active', open);\n                            nav.classList.toggle('is-open', open);\n                            toggle.setAttribute('aria-expanded', open ? 'true' : 'false');\n                            if (logo && logo.dataset.whiteLogo) logo.src = logo.dataset.whiteLogo;\n                        });\n                    }\n\n                    var questions = root.querySelectorAll('.gfaq-question');\n                    questions.forEach(function(btn){\n                        btn.addEventListener('click', function(){\n                            var item = btn.closest('.gfaq-item');\n                            if (!item) return;\n                            var isOpen = item.classList.toggle('is-open');\n                            btn.setAttribute('aria-expanded', isOpen ? 'true' : 'false');\n                        });\n                    });\n\n                    var tabs = root.querySelectorAll('[data-gfaq-filter]');\n                    var search = root.querySelector('[data-gfaq-search]');\n                    var groups = root.querySelectorAll('[data-gfaq-group]');\n                    var items = root.querySelectorAll('[data-gfaq-item]');\n                    var empty = root.querySelector('[data-gfaq-empty]');\n                    var activeFilter = 'all';\n                    function applyFilter(){\n                        var query = search ? search.value.trim().toLowerCase() : '';\n                        var visibleCount = 0;\n                        groups.forEach(function(group){\n                            var groupId = group.getAttribute('data-gfaq-group');\n                            var groupMatchesFilter = (activeFilter === 'all' || activeFilter === groupId);\n                            var groupVisibleItems = 0;\n                            group.querySelectorAll('[data-gfaq-item]').forEach(function(item){\n                                var text = item.getAttribute('data-gfaq-search-text') || '';\n                                var matchesQuery = !query || text.indexOf(query) !== -1;\n                                var show = groupMatchesFilter && matchesQuery;\n                                item.style.display = show ? '' : 'none';\n                                if (show) { groupVisibleItems++; visibleCount++; }\n                            });\n                            group.style.display = groupVisibleItems ? '' : 'none';\n                        });\n                        if (empty) empty.style.display = visibleCount ? 'none' : 'block';\n                    }\n                    tabs.forEach(function(tab){\n                        tab.addEventListener('click', function(){\n                            tabs.forEach(function(t){ t.classList.remove('is-active'); });\n                            tab.classList.add('is-active');\n                            activeFilter = tab.getAttribute('data-gfaq-filter') || 'all';\n                            applyFilter();\n                        });\n                    });\n                    if (search) search.addEventListener('input', applyFilter);\n                    applyFilter();\n                })();\n            <\/script>\n        <\/div>\n        \n","protected":false},"excerpt":{"rendered":"","protected":false},"author":0,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-2022","page","type-page","status-publish"],"acf":{"grecho_ml_local_content_state":"LOCAL_CONTENT_INCOMPLETE","grecho_ml_formal_template_state":"LOCAL_CONTENT_COMPLETE","grecho_ml_formal_source_id":28,"grecho_ml_formal_source_text_sha256":"54571a6e8b82818f8863bf1a4cc214213fbc365df6bf6697ebe736ed4b0af144","grecho_ml_formal_text_map_json":"{\"3\":\"3\",\"4\":\"4\",\"7\":\"7\",\"Solutions\":\"L\u00f6sungen\",\"Products\":\"Produkte\",\"Resources\":\"Ressourcen\",\"Insights\":\"Einblicke\",\"Case Studies\":\"Fallstudien\",\"About\":\"\u00dcber GRECHO\",\"FAQ\":\"FAQ\",\"Contact\":\"Kontakt\",\"Request Technical Data\":\"Technische Daten anfragen\",\"Technical FAQ\":\"Technische FAQ\",\"Common Questions About Facer Selection, Samples and Documents\":\"H\u00e4ufige Fragen zu Kaschierungen, Mustern und Unterlagen\",\"Find quick answers about product performance, samples, technical documents, customization, test report scope and GRECHO's supply-chain coordination role.\":\"Diese Antworten helfen technischen Eink\u00e4ufern und Entwicklungsteams, eine Anfrage f\u00fcr industrielle Plattenanwendungen vorzubereiten. Produktwerte und Nachweise bleiben an die jeweils kontrollierte Materialunterlage gebunden.\",\"Request a Sample\":\"Muster anfragen\",\"View Resource Center\":\"Ressourcencenter anzeigen\",\"FAQ review paths\":\"FAQ-Pr\u00fcfungspfade\",\"01\":\"01\",\"Product & application\":\"Produkt und Anwendung\",\"Review performance direction, application fit and input information.\":\"Pr\u00fcfen Sie Leistungsanforderung, Anwendungseignung und erforderliche Eingangsdaten.\",\"02\":\"02\",\"Samples & documents\":\"Muster und Dokumente\",\"Clarify sample timing, Color TDS, full TDS and report scope.\":\"Musterzeitpunkt, Farb-TDS, vollst\u00e4ndiges TDS und Berichtsumfang kl\u00e4ren.\",\"03\":\"03\",\"GRECHO role\":\"GRECHO-Rolle\",\"Understand solution support, coordination and next-step review.\":\"L\u00f6sungsunterst\u00fctzung, Koordination und Pr\u00fcfung der n\u00e4chsten Schritte verstehen.\",\"Featured quick answers\":\"Empfohlene schnelle Antworten\",\"Start with the questions buyers ask\":\"Beginnen Sie mit den Fragen, die K\u00e4ufer stellen\",\"first.\":\"zuerst.\",\"Short answers for early review, followed by detailed grouped FAQ below.\":\"Kurze Antworten zur fr\u00fchzeitigen Pr\u00fcfung, gefolgt von detaillierten, gruppierten FAQ unten.\",\"What does GRECHO help with?\":\"Wobei hilft GRECHO?\",\"GRECHO helps board manufacturers review fiberglass facer directions, samples and technical documents based on board application and project scope.\":\"GRECHO unterst\u00fctzt Plattenhersteller bei der Pr\u00fcfung von Glasfaser-Kaschierungsvarianten, Mustern und technischen Unterlagen anhand von Plattenanwendung und Projektumfang.\",\"Can GRECHO provide specific width options?\":\"Kann GRECHO bestimmte Breitenoptionen anbieten?\",\"Width options depend on product series, material direction, supply resources and project conditions.\":\"Die Breitenoptionen h\u00e4ngen von der Produktserie, der Materialvariante, den Lieferressourcen und den Projektbedingungen ab.\",\"Customization\":\"Anpassung\",\"Can full TDS and test reports be requested directly?\":\"K\u00f6nnen vollst\u00e4ndige TDS und Testberichte direkt angefordert werden?\",\"Full TDS and test reports require internal review and are shared according to product, sample, application and report scope.\":\"Vollst\u00e4ndige TDS und Testberichte erfordern eine interne Pr\u00fcfung und werden je nach Produkt, Muster, Anwendung und Berichtsumfang weitergegeben.\",\"Documents\":\"Dokumente\",\"04\":\"04\",\"Is GRECHO a self-owned factory?\":\"Ist GRECHO eine eigene Fabrik?\",\"GRECHO is a fiberglass facer solution provider and supply-chain coordination partner, not a self-owned factory operator.\":\"GRECHO ist ein Anbieter von Glasfaser-Kaschierungsl\u00f6sungen und Koordinierungspartner f\u00fcr die Lieferkette, kein eigener Fabrikbetreiber.\",\"Positioning\":\"Positionierung\",\"FAQ explorer\":\"FAQ-Explorer\",\"Find answers by review\":\"Finden Sie Antworten durch Pr\u00fcfung\",\"topic.\":\"Thema.\",\"Search or filter by product application, samples, technical documents, customization or GRECHO's coordination role.\":\"Suchen oder filtern Sie nach Produktanwendung, Mustern, technischen Dokumenten, kundenspezifischen Anpassungen oder der Koordinierungsrolle von GRECHO.\",\"All Questions\":\"Alle Fragen\",\"Product & Application\":\"Produkt und Anwendung\",\"Samples\":\"Muster\",\"GRECHO Role\":\"GRECHO-Rolle\",\"Ordering & Follow-up\":\"Bestellung und Nachverfolgung\",\"FAQ categories\":\"FAQ-Kategorien\",\"Product direction depends on the board system.\":\"Die Produktvariante h\u00e4ngt vom Plattensystem ab.\",\"Use this section when reviewing performance direction, application fit and information needed before technical matching.\":\"Nutzen Sie diesen Abschnitt zur Pr\u00fcfung von Leistungsanforderung, Anwendungseignung und den vor der technischen Abstimmung ben\u00f6tigten Angaben.\",\"What performance or functions can GRECHO products support?\":\"Welche Leistung oder Funktionen k\u00f6nnen GRECHO-Produkte unterst\u00fctzen?\",\"+\":\"+\",\"GRECHO provides fiberglass facer and coated surface solutions for different board applications. Common review directions include fire performance, moisture resistance, surface stability, cleanability, air permeability, dimensional stability, tensile strength and line compatibility. Specific performance depends on product model, grammage, coating, base material, supply resources and application.\":\"GRECHO bietet Glasfaser-Kaschierungen und beschichtete Oberfl\u00e4chen f\u00fcr verschiedene Plattenanwendungen. Typische Pr\u00fcfkriterien sind Brandverhalten, Feuchtebest\u00e4ndigkeit, Oberfl\u00e4chenstabilit\u00e4t, Reinigbarkeit, Luftdurchl\u00e4ssigkeit, Ma\u00dfhaltigkeit, Zugfestigkeit und Linienkompatibilit\u00e4t. Die konkrete Leistung h\u00e4ngt von Produktmodell, Fl\u00e4chengewicht, Beschichtung, Tr\u00e4germaterial, Lieferoption und Anwendung ab.\",\"What information is needed to confirm the right technical performance?\":\"Welche Informationen werden ben\u00f6tigt, um die richtige technische Leistung zu best\u00e4tigen?\",\"Does GRECHO recommend one fixed facer for all board systems?\":\"Empfiehlt GRECHO einen festen Kaschierung f\u00fcr alle Plattensysteme?\",\"Can GRECHO compare several fiberglass facer directions?\":\"Kann GRECHO mehrere Glasfaser-Kaschierungsvarianten vergleichen?\",\"Samples & Trial Rolls\":\"Muster und Testrollen\",\"Sample review starts with application clarity.\":\"Die Musterpr\u00fcfung beginnt mit der Klarheit der Anwendung.\",\"Sample timing and trial-roll availability depend on material direction, specification and project review stage.\":\"Musterzeitpunkt und Verf\u00fcgbarkeit von Musterrollen h\u00e4ngen von Materialvariante, Spezifikation und Projektpr\u00fcfphase ab.\",\"When can samples be shipped?\":\"Wann k\u00f6nnen Muster versendet werden?\",\"Sample timing depends on selected product direction, sample availability, specification, quantity and supply conditions. GRECHO can coordinate samples after the board application and review purpose are clarified.\":\"Der Musterzeitpunkt h\u00e4ngt von der ausgew\u00e4hlten Produktvariante, der Musterverf\u00fcgbarkeit, der Spezifikation, der Menge und den Lieferbedingungen ab. GRECHO kann Muster koordinieren, nachdem der Plattenanwendung und der Pr\u00fcfungszweck gekl\u00e4rt sind.\",\"What information should we provide before requesting samples?\":\"Welche Informationen sollten wir bereitstellen, bevor wir Muster anfordern?\",\"Can GRECHO provide trial rolls for line testing?\":\"Kann GRECHO Musterrollen f\u00fcr Linientests bereitstellen?\",\"Are samples always available immediately?\":\"Sind Muster immer sofort verf\u00fcgbar?\",\"Technical Documents\":\"Technische Dokumente\",\"Document access depends on review stage and scope.\":\"Der Zugriff auf Dokumente h\u00e4ngt von der Pr\u00fcfphase und dem Umfang ab.\",\"Document access depends on product, sample, application and report scope.\":\"Der Dokumentenzugriff h\u00e4ngt vom Produkt, der Muster, der Anwendung und dem Berichtsumfang ab.\",\"What is the difference between Color TDS and Full TDS?\":\"Was ist der Unterschied zwischen Farb-TDS und Voll-TDS?\",\"Color TDS \/ Marketing TDS may be provided after form submission where applicable for early color and surface communication, including confirmed whitelist items where relevant. Full TDS is product-specific and reviewed by sales or internal team before manual email release where qualified.\":\"Farb-TDS\/Marketing-TDS k\u00f6nnen ggf. nach dem Absenden des Formulars f\u00fcr eine fr\u00fchzeitige Farb- und Oberfl\u00e4chenkommunikation bereitgestellt werden, einschlie\u00dflich best\u00e4tigter Whitelist-Elemente, sofern relevant. Das vollst\u00e4ndige TDS ist produktspezifisch und wird vom Vertriebs- oder internen Team \u00fcberpr\u00fcft, bevor es bei Bedarf manuell per E-Mail freigegeben wird.\",\"Can full TDS be requested before sample confirmation?\":\"Kann vor der Musterbest\u00e4tigung ein vollst\u00e4ndiges TDS angefordert werden?\",\"Can test reports be shared directly?\":\"K\u00f6nnen Testberichte direkt geteilt werden?\",\"Do Fire, EPD, PFAS, REACH and other reports apply to the full product series?\":\"Gelten Brandschutz-, EPD-, PFAS-, REACH- und andere Berichte f\u00fcr die gesamte Produktserie?\",\"Do your products contain formaldehyde or other harmful substances?\":\"Enthalten Ihre Produkte Formaldehyd oder andere Schadstoffe?\",\"Do you have ISO 9001 and other management system certificates?\":\"Verf\u00fcgen Sie \u00fcber ISO 9001- und andere Managementsystem-Zertifikate?\",\"Where should users go for technical resources?\":\"Wo k\u00f6nnen Benutzer technische Ressourcen finden?\",\"Resource Center\":\"Ressourcenzentrum\",\"Need document access rules before requesting files?\":\"Ben\u00f6tigen Sie Dokumentenzugriffsregeln, bevor Sie Dateien anfordern?\",\"Visit the Resource Center to understand public resources, form submission resources, internal review files and review-required documents.\":\"Besuchen Sie das Ressourcenzentrum, um mehr \u00fcber \u00f6ffentliche Ressourcen, Formulareinreichungsressourcen, interne Pr\u00fcfungsdateien und pr\u00fcfungspflichtige Dokumente zu erfahren.\",\"Custom review is conditional and project-based.\":\"Die Kundenspezifische Pr\u00fcfung ist an Bedingungen gekn\u00fcpft und projektbasiert.\",\"Special width, coating, process and supply planning requests are reviewed according to selected product and project conditions.\":\"Spezielle Breiten-, Beschichtungs-, Prozess- und Lieferplanungsanfragen werden entsprechend ausgew\u00e4hlten Produkt- und Projektbedingungen gepr\u00fcft.\",\"Can GRECHO provide a specific width?\":\"Kann GRECHO eine bestimmte Breite bereitstellen?\",\"Yes. GRECHO can offer different width options depending on product series, supply resources and project conditions. Available width depends on model, base material, coating process, order quantity and supply schedule.\":\"Ja. GRECHO kann je nach Produktserie, Lieferressourcen und Projektbedingungen unterschiedliche Breitenoptionen anbieten. Die verf\u00fcgbare Breite h\u00e4ngt von Modell, Grundmaterial, Beschichtungsverfahren, Bestellmenge und Lieferplan ab.\",\"What customization items may be reviewed?\":\"Welche Anpassungselemente k\u00f6nnen \u00fcberpr\u00fcft werden?\",\"Can special width, coating or process requirements be reviewed?\":\"K\u00f6nnen spezielle Breiten-, Beschichtungs- oder Prozessanforderungen \u00fcberpr\u00fcft werden?\",\"Is project-specific supply coordination available for every inquiry?\":\"Ist f\u00fcr jede Anfrage eine projektspezifische Lieferkoordination verf\u00fcgbar?\",\"GRECHO Positioning & Quality Support\":\"GRECHO Positionierung und Qualit\u00e4tsunterst\u00fctzung\",\"GRECHO supports material review through coordination.\":\"GRECHO unterst\u00fctzt die Materialpr\u00fcfung durch Koordination.\",\"GRECHO is positioned as a fiberglass facer solution provider, documentation and sample coordination partner, and selected supply-chain coordination partner.\":\"GRECHO ist als Anbieter von L\u00f6sungen f\u00fcr Glasfaser-Kaschierung, Dokumentations- und Musterkoordinationspartner sowie ausgew\u00e4hlter Lieferkettenkoordinationspartner positioniert.\",\"No. GRECHO is not a self-owned factory operator. GRECHO is a fiberglass facer and coated surface solution provider and supply-chain coordination partner. Based on board application, target performance and documentation needs, GRECHO helps match suitable material options, samples, technical documents and supply resources.\":\"Nein. GRECHO ist kein eigener Fabrikbetreiber. GRECHO ist ein Anbieter von L\u00f6sungen f\u00fcr Glasfaserbeschichtungen und beschichtete Oberfl\u00e4chen sowie ein Partner f\u00fcr die Koordinierung der Lieferkette. Basierend auf der Plattenanwendung, der Zielleistung und den Dokumentationsanforderungen hilft GRECHO bei der Auswahl geeigneter Materialoptionen, Muster, technischer Dokumente und Lieferressourcen.\",\"How does GRECHO support quality if production is handled by partners?\":\"Wie unterst\u00fctzt GRECHO die Qualit\u00e4t, wenn die Produktion von Partnern \u00fcbernommen wird?\",\"Who provides samples and technical documents?\":\"Wer stellt Muster und technische Unterlagen zur Verf\u00fcgung?\",\"Can GRECHO support customized requirements if it is not a self-owned factory?\":\"Kann GRECHO kundenspezifische Anforderungen unterst\u00fctzen, wenn es sich nicht um eine eigene Fabrik handelt?\",\"The next step is based on review need.\":\"Der n\u00e4chste Schritt basiert auf dem Pr\u00fcfungsbedarf.\",\"GRECHO coordinates application, sample and documentation follow-up for technical and procurement teams.\":\"GRECHO koordiniert die Anwendungs-, Muster- und Dokumentationsnachverfolgung f\u00fcr Technik- und Beschaffungsteams.\",\"What happens after we submit a technical data or sample request?\":\"Was passiert, nachdem wir eine technische Daten- oder Musteranfrage eingereicht haben?\",\"GRECHO reviews the application, product direction, document level and sample needs, then coordinates the suitable next review step.\":\"GRECHO \u00fcberpr\u00fcft die Anwendung, die Produktvariante, den Dokumentenstand und die Musteranforderungen und koordiniert dann den geeigneten n\u00e4chsten Pr\u00fcfungsschritt.\",\"Can GRECHO support both technical and procurement teams?\":\"Kann GRECHO sowohl Technik- als auch Beschaffungsteams unterst\u00fctzen?\",\"What is the best next step if we are unsure which material direction fits?\":\"Was ist der beste n\u00e4chste Schritt, wenn wir unsicher sind, welche Materialvariante passt?\",\"Next step\":\"N\u00e4chster Schritt\",\"Still have questions about your facer review?\":\"Haben Sie noch Fragen zu Ihrer Kaschierungspr\u00fcfung?\",\"Tell us your board application, product direction and document needs. GRECHO will coordinate the next review step.\":\"Teilen Sie uns Ihre Plattenanwendung, Produktvariante und Dokumentanforderungen mit. GRECHO wird den n\u00e4chsten Pr\u00fcfungsschritt koordinieren.\",\"For product briefs, Color TDS access, full TDS by review and document scope clarification.\":\"F\u00fcr Produktbeschreibungen, Zugriff auf Farb-TDS, vollst\u00e4ndiges TDS durch Pr\u00fcfung und Kl\u00e4rung des Dokumentumfangs.\",\"Request technical data \u2192\":\"Technische Daten anfordern \u2192\",\"For material screening, sample comparison, trial-roll discussion and application-based review.\":\"F\u00fcr Materialscreening, Mustervergleich, Test-Roll-Diskussion und anwendungsbasierte Pr\u00fcfung.\",\"Request a sample \u2192\":\"Fordern Sie ein Muster an \u2192\",\"Talk to GRECHO\":\"Mit GRECHO sprechen\",\"For uncertain material direction, special width, coating, process needs or project-specific coordination.\":\"Bei unsicherer Materialvariante, besonderer Breite, Beschichtung, Prozessanforderungen oder projektspezifischer Abstimmung.\",\"Discuss application \u2192\":\"Anwendung besprechen \u2192\",\"Start your review with GRECHO.\":\"Beginnen Sie Ihre Bewertung mit GRECHO.\",\"Share your board application, product direction and document needs. GRECHO will coordinate the suitable next review path.\":\"Beschreiben Sie Plattenanwendung, gew\u00fcnschte Produktvariante und ben\u00f6tigte Unterlagen. GRECHO koordiniert den passenden Pr\u00fcfpfad.\",\"Application-matched fiberglass facer solution support for board manufacturers. GRECHO coordinates application review, sample direction, technical document support and selected supply-chain coordination.\":\"GRECHO unterst\u00fctzt Plattenhersteller bei der anwendungsspezifischen Auswahl von Glasfaser-Kaschierungen und koordiniert Anwendungspr\u00fcfung, Musterabstimmung, technische Unterlagen sowie ausgew\u00e4hlte Lieferketten.\",\"Acoustic\":\"Akustisch\",\"Mineral Wool\":\"Mineralwolle\",\"Gypsum\":\"Gips\",\"PIR \/ PUR \/ ETICS\":\"PIR \/ PUR \/ WDVS\",\"Explore\":\"Entdecken\",\"Application Examples\":\"Anwendungsbeispiele\",\"Privacy Policy\":\"Datenschutzrichtlinie\",\"Cookie Policy\":\"Cookie-Richtlinie\",\"info@grechofiberglass.com\":\"info@grechofiberglass.com\",\"+86 186 7718 8374\":\"+86 186 7718 8374\",\"Nanning, Guangxi, China\":\"Nanning, Guangxi, China\",\"Request Sample\":\"Muster anfordern\",\"\u00a9 2026 GRECHO Fiberglass. All rights reserved.\":\"\u00a9 2026 GRECHO Fiberglas. Alle Rechte vorbehalten.\",\"Application-matched fiberglass facer solution support for board manufacturers.\":\"Unterst\u00fctzung bei der anwendungsspezifischen Auswahl von Glasfaser-Kaschierungen f\u00fcr Plattenhersteller.\",\"GRECHO primary navigation\":\"GRECHO-Prim\u00e4rnavigation\",\"GRECHO home\":\"GRECHO-Startseite\",\"GRECHO\":\"GRECHO\",\"Primary menu\":\"Hauptmen\u00fc\",\"FAQ topic paths\":\"FAQ-Themenpfade\",\"Search FAQ\":\"H\u00e4ufig gestellte Fragen durchsuchen\",\"Search samples, TDS, customization, factory, reports...\":\"Nach Mustern, TDS, Anpassungen, Herstellerangaben oder Berichten suchen ...\",\"FAQ topics\":\"FAQ-Themen\",\"FAQ category navigation\":\"FAQ-Kategoriennavigation\",\"GRECHO footer\":\"GRECHO-Fu\u00dfzeile\",\"GRECHO social media links\":\"GRECHO Social-Media-Links\",\"GRECHO on LinkedIn\":\"GRECHO auf LinkedIn\",\"GRECHO on Facebook\":\"GRECHO auf Facebook\",\"GRECHO on YouTube\":\"GRECHO auf YouTube\",\"\u00dcberpr\u00fcfen Sie die Leistungsrichtung, die Anwendungseignung und die Eingabeinformationen.\":\"Pr\u00fcfen Sie Leistungsanforderung, Anwendungseignung und erforderliche Eingangsdaten.\",\"GRECHO hilft Plattenhersteller dabei, Richtungen, Muster und technische Dokumente f\u00fcr Glasfaser-Kaschierung auf der Grundlage der Plattenanwendung und des Projektumfangs zu \u00fcberpr\u00fcfen.\":\"GRECHO unterst\u00fctzt Plattenhersteller bei der Pr\u00fcfung von Glasfaser-Kaschierungsvarianten, Mustern und technischen Unterlagen anhand von Plattenanwendung und Projektumfang.\",\"Die Breitenoptionen h\u00e4ngen von der Produktserie, der Materialrichtung, den Lieferressourcen und den Projektbedingungen ab.\":\"Die Breitenoptionen h\u00e4ngen von der Produktserie, der Materialvariante, den Lieferressourcen und den Projektbedingungen ab.\",\"Beispiele\":\"Muster\",\"Die Produktrichtung h\u00e4ngt vom Plattensystem ab.\":\"Die Produktvariante h\u00e4ngt vom Plattensystem ab.\",\"Verwenden Sie diesen Abschnitt, wenn Sie die Leistungsrichtung, die Anwendungseignung und die erforderlichen Informationen vor dem technischen Abgleich \u00fcberpr\u00fcfen.\":\"Nutzen Sie diesen Abschnitt zur Pr\u00fcfung von Leistungsanforderung, Anwendungseignung und den vor der technischen Abstimmung ben\u00f6tigten Angaben.\",\"GRECHO bietet L\u00f6sungen f\u00fcr Glasfaser-Kaschierung und beschichtete Oberfl\u00e4chen f\u00fcr verschiedene Plattenanwendungen. Zu den g\u00e4ngigen Pr\u00fcfrichtungen geh\u00f6ren Brandverhalten, Feuchtigkeitsbest\u00e4ndigkeit, Oberfl\u00e4chenstabilit\u00e4t, Reinigbarkeit, Luftdurchl\u00e4ssigkeit, Dimensionsstabilit\u00e4t, Zugfestigkeit und Leitungskompatibilit\u00e4t. Die spezifische Leistung h\u00e4ngt vom Produktmodell, der Grammatur, der Beschichtung, dem Grundmaterial, den Lieferressourcen und der Anwendung ab.\":\"GRECHO bietet Glasfaser-Kaschierungen und beschichtete Oberfl\u00e4chen f\u00fcr verschiedene Plattenanwendungen. Typische Pr\u00fcfkriterien sind Brandverhalten, Feuchtebest\u00e4ndigkeit, Oberfl\u00e4chenstabilit\u00e4t, Reinigbarkeit, Luftdurchl\u00e4ssigkeit, Ma\u00dfhaltigkeit, Zugfestigkeit und Linienkompatibilit\u00e4t. Die konkrete Leistung h\u00e4ngt von Produktmodell, Fl\u00e4chengewicht, Beschichtung, Tr\u00e4germaterial, Lieferoption und Anwendung ab.\",\"Kann GRECHO verschiedene Richtungen von Glasfaser-Kaschierung vergleichen?\":\"Kann GRECHO mehrere Glasfaser-Kaschierungsvarianten vergleichen?\",\"Der Musterzeitpunkt und die Verf\u00fcgbarkeit von Musterrollen h\u00e4ngen von der Materialrichtung, der Spezifikation und der ProjektPr\u00fcfphase ab.\":\"Musterzeitpunkt und Verf\u00fcgbarkeit von Musterrollen h\u00e4ngen von Materialvariante, Spezifikation und Projektpr\u00fcfphase ab.\",\"Der Musterzeitpunkt h\u00e4ngt von der ausgew\u00e4hlten Produktrichtung, der Musterverf\u00fcgbarkeit, der Spezifikation, der Menge und den Lieferbedingungen ab. GRECHO kann Muster koordinieren, nachdem der Plattenanwendung und der Pr\u00fcfungszweck gekl\u00e4rt sind.\":\"Der Musterzeitpunkt h\u00e4ngt von der ausgew\u00e4hlten Produktvariante, der Musterverf\u00fcgbarkeit, der Spezifikation, der Menge und den Lieferbedingungen ab. GRECHO kann Muster koordinieren, nachdem der Plattenanwendung und der Pr\u00fcfungszweck gekl\u00e4rt sind.\",\"GRECHO \u00fcberpr\u00fcft die Anwendung, die Produktausrichtung, den Dokumentenstand und die Musteranforderungen und koordiniert dann den geeigneten n\u00e4chsten Pr\u00fcfungsschritt.\":\"GRECHO \u00fcberpr\u00fcft die Anwendung, die Produktvariante, den Dokumentenstand und die Musteranforderungen und koordiniert dann den geeigneten n\u00e4chsten Pr\u00fcfungsschritt.\",\"Was ist der beste n\u00e4chste Schritt, wenn wir unsicher sind, welche Materialrichtung passt?\":\"Was ist der beste n\u00e4chste Schritt, wenn wir unsicher sind, welche Materialvariante passt?\",\"Teilen Sie uns Ihre Plattenanwendung, Produktausrichtung und Dokumentanforderungen mit. GRECHO wird den n\u00e4chsten Pr\u00fcfungsschritt koordinieren.\":\"Teilen Sie uns Ihre Plattenanwendung, Produktvariante und Dokumentanforderungen mit. GRECHO wird den n\u00e4chsten Pr\u00fcfungsschritt koordinieren.\",\"Bei unsicherer Materialrichtung, besonderer Breite, Beschichtung, Prozessanforderungen oder projektspezifischer Abstimmung.\":\"Bei unsicherer Materialvariante, besonderer Breite, Beschichtung, Prozessanforderungen oder projektspezifischer Abstimmung.\",\"Teilen Sie Ihre Platte-Anwendung, Produktausrichtung und Dokumentanforderungen mit. GRECHO wird den geeigneten n\u00e4chsten Pr\u00fcfungsweg koordinieren.\":\"Beschreiben Sie Plattenanwendung, gew\u00fcnschte Produktvariante und ben\u00f6tigte Unterlagen. GRECHO koordiniert den passenden Pr\u00fcfpfad.\",\"GRECHO nach Hause\":\"GRECHO-Startseite\",\"Suchbeispiele, TDS, Anpassung, Fabrik, Berichte ...\":\"Nach Mustern, TDS, Anpassungen, Herstellerangaben oder Berichten suchen ...\"}","grecho_ml_hero_eyebrow":"H\u00e4ufige Fragen","grecho_ml_hero_title":"H\u00e4ufige Fragen zu Kaschierungen, Mustern und Unterlagen","grecho_ml_hero_description":"Diese Antworten helfen technischen Eink\u00e4ufern und Entwicklungsteams, eine Anfrage f\u00fcr industrielle Plattenanwendungen vorzubereiten. Produktwerte und Nachweise bleiben an die jeweils kontrollierte Materialunterlage gebunden.","grecho_ml_primary_cta_label":"","grecho_ml_primary_cta_source_id":0,"grecho_ml_secondary_cta_label":"","grecho_ml_secondary_cta_source_id":0,"grecho_ml_sections":[{"eyebrow":"","title":"CTA","body":"\u2022 Primary: `Anwendung besprechen` \u2192 `\/de\/kontakt\/` \u00b7 \u2022 Secondary: `Technische Ressourcen` \u2192 `\/de\/ressourcen\/`"}],"grecho_ml_faq_heading":"Sichtbare FAQ","grecho_ml_faq_items":[{"question":"Welche Angaben ben\u00f6tigen Sie f\u00fcr eine Materialauswahl?","answer":"Plattentyp, Endanwendung, Kaschierungsseite, Verarbeitungsprozess, Oberfl\u00e4chenziel, relevante Zielwerte und ben\u00f6tigte Dokumente."},{"question":"Sind Glasvlies, Glasmatte und Glasgewebe austauschbar?","answer":"Nein. Aufbau, Bindung und Prozessverhalten unterscheiden sich und m\u00fcssen korrekt bezeichnet werden."},{"question":"Wie werden Muster koordiniert?","answer":"Nach Pr\u00fcfung von Anwendung, Materialvariante, Format und Verf\u00fcgbarkeit. Ein Muster ist keine Freigabe der fertigen Platte."},{"question":"Welche technischen Unterlagen sind verf\u00fcgbar?","answer":"Je nach Produkt und Zugriffsstatus k\u00f6nnen TDS, SDS oder ausgew\u00e4hlte Berichtsmaterialien bereitgestellt werden."},{"question":"Garantiert GRECHO die Leistung des fertigen Plattensystems?","answer":"Nein. GRECHO unterst\u00fctzt bei der Kaschierungsl\u00f6sung; die Validierung des fertigen Systems verbleibt beim Platten- oder Systemanbieter."},{"question":"Sind kundenspezifische Anpassungen m\u00f6glich?","answer":"Anforderungen k\u00f6nnen gepr\u00fcft werden. Machbarkeit, Mindestmenge, Lieferzeit und Dokumentation werden erst nach Projektpr\u00fcfung best\u00e4tigt."}],"grecho_ml_related_pages":[{"source_id":30},{"source_id":20}]},"_links":{"self":[{"href":"https:\/\/grechofacer.com\/de\/wp-json\/wp\/v2\/pages\/2022","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/grechofacer.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/grechofacer.com\/de\/wp-json\/wp\/v2\/types\/page"}],"replies":[{"embeddable":true,"href":"https:\/\/grechofacer.com\/de\/wp-json\/wp\/v2\/comments?post=2022"}],"version-history":[{"count":1,"href":"https:\/\/grechofacer.com\/de\/wp-json\/wp\/v2\/pages\/2022\/revisions"}],"predecessor-version":[{"id":2118,"href":"https:\/\/grechofacer.com\/de\/wp-json\/wp\/v2\/pages\/2022\/revisions\/2118"}],"wp:attachment":[{"href":"https:\/\/grechofacer.com\/de\/wp-json\/wp\/v2\/media?parent=2022"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}