/* Fotergeia — print sheet. Tuned for the technical brochures, which are meant
   to come out of the browser's Print to PDF as a clean leave-behind. */

@page{ size:A4; margin:14mm 13mm 16mm; }

*{ -webkit-print-color-adjust:exact; print-color-adjust:exact; }

body{ background:#fff; font-size:10.5pt; line-height:1.5; }

/* Chrome furniture never prints. */
header.wp-block-template-part,
footer.wp-block-template-part,
.ftg-nav,.ftg-testi-nav,.ftg-filter,
.wp-block-button,.wpcf7,
#cmplz-cookiebanner-container,.cmplz-cookiebanner,.cmplz-manage-consent{
  display:none !important;
}

/* Interactive widgets collapse to their static content. */
.ftg-roi input[type=range]{ display:none; }
.ftg-steps__bars{ display:none; }
.ftg-steps__panel[hidden]{ display:block !important; }
.ftg-grid > [hidden]{ display:block !important; }

.ftg-brochure{ max-width:none; }
.ftg-brochure h1{ font-size:22pt; line-height:1.1; margin:0 0 4mm; }
.ftg-brochure h2{ font-size:14pt; margin:8mm 0 3mm; break-after:avoid; }
.ftg-brochure h3{ font-size:11.5pt; margin:5mm 0 2mm; break-after:avoid; }
.ftg-brochure p,.ftg-brochure li{ orphans:3; widows:3; }

.ftg-brochure__header{ display:flex; justify-content:space-between; align-items:flex-start;
  border-bottom:1.5pt solid #356E12; padding-bottom:3mm; margin-bottom:6mm; }
.ftg-brochure__header img{ height:11mm; width:auto; }

.ftg-card,.ftg-roi,.wp-block-table,figure,.ftg-prose blockquote{ break-inside:avoid; }
.ftg-card{ box-shadow:none !important; border:0.5pt solid #D8E0D2; padding:4mm; }
.ftg-roi{ background:#F4F7EE !important; color:#1A1A1A !important; }
.ftg-roi :where(b,output,span,label){ color:#1F3D14 !important; }
.ftg-dark-ground,.ftg-hero{ background:#F4F7EE !important; color:#1A1A1A !important; }
.ftg-dark-ground :where(h1,h2,h3,h4,p,li),.ftg-hero :where(h1,h2,p){ color:#1A1A1A !important; }

img{ max-width:100% !important; break-inside:avoid; }

/* Print the destination of real links, but not of anchors or the logo. */
.ftg-brochure a[href^="http"]::after{ content:" (" attr(href) ")"; font-size:8.5pt; color:#5C5C5C; }
.ftg-brochure a[href^="#"]::after,.ftg-brochure__header a::after{ content:""; }

.ftg-brochure__footer{ border-top:0.5pt solid #D8E0D2; padding-top:2.5mm; margin-top:8mm;
  font-size:8.5pt; color:#5C5C5C; }