/* anjuta.ae overlay — loads after site.css.
   The e-invoicing band names the Peppol network instead of SEF, and the
   closing headline is set a step larger for the English-AE copy. */

.einvoice-section::before {
  content: 'PEPPOL';
  font-size: 20vw;
  bottom: -4vw;
}

.final-cta h2 {
  font-size: clamp(2.75rem, 6vw, 4.75rem);
  line-height: 0.98;
  max-width: 18ch;
}
