{"id":85388,"date":"2026-03-17T10:38:42","date_gmt":"2026-03-17T10:38:42","guid":{"rendered":"https:\/\/amnistreasury.com\/?page_id=85388"},"modified":"2026-04-03T14:36:55","modified_gmt":"2026-04-03T14:36:55","slug":"ai-accounting-automation","status":"publish","type":"page","link":"https:\/\/amnistreasury.com\/pl\/ai-accounting-automation\/","title":{"rendered":"AI &#038; Automation LP (Gutenberg blocks)"},"content":{"rendered":"<p><!-- Section 1: Hero \u2014 Glassmorphic gradient hero with floating event cards --><\/p>\n\n\n<style>\n.amnis-ai-hero {\n  background: linear-gradient(135deg, #0F3E82 0%, #3333FF 100%);\n  padding: 100px 0 80px;\n  position: relative;\n  overflow: hidden;\n}\n.amnis-ai-hero::before {\n  content: '';\n  position: absolute;\n  top: -50%;\n  left: -20%;\n  width: 600px;\n  height: 600px;\n  background: radial-gradient(circle, rgba(181,227,216,0.15) 0%, transparent 70%);\n  border-radius: 50%;\n  animation: amnis-hero-float 8s ease-in-out infinite;\n}\n.amnis-ai-hero::after {\n  content: '';\n  position: absolute;\n  bottom: -30%;\n  right: -10%;\n  width: 500px;\n  height: 500px;\n  background: radial-gradient(circle, rgba(254,207,132,0.1) 0%, transparent 70%);\n  border-radius: 50%;\n  animation: amnis-hero-float 10s ease-in-out infinite reverse;\n}\n@keyframes amnis-hero-float {\n  0%, 100% { transform: translateY(0); }\n  50% { transform: translateY(-30px); }\n}\n.amnis-ai-hero .hero-inner {\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 0 24px;\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 60px;\n  align-items: center;\n  position: relative;\n  z-index: 2;\n}\n.amnis-ai-hero .hero-badge {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  background: rgba(255,255,255,0.12);\n  backdrop-filter: blur(12px);\n  -webkit-backdrop-filter: blur(12px);\n  border: 1px solid rgba(255,255,255,0.2);\n  border-radius: 24px;\n  padding: 8px 20px;\n  color: #FFFFFF;\n  font-size: 14px;\n  font-family: inherit;\n  margin-bottom: 24px;\n}\n.amnis-ai-hero h1 {\n  font-size: 52px;\n  font-weight: 700;\n  color: #FFFFFF;\n  font-family: inherit;\n  line-height: 1.1;\n  margin: 0 0 20px;\n}\n.amnis-ai-hero .hero-desc {\n  font-size: 18px;\n  color: rgba(255,255,255,0.85);\n  font-family: inherit;\n  line-height: 1.6;\n  margin-bottom: 32px;\n  max-width: 500px;\n}\n.amnis-ai-hero .hero-btns {\n  display: flex;\n  gap: 16px;\n  flex-wrap: wrap;\n}\n.amnis-ai-hero .btn-primary {\n  display: inline-block;\n  background: #FFFFFF;\n  color: #3333FF;\n  padding: 14px 32px;\n  border-radius: 4px;\n  text-decoration: none;\n  font-weight: 600;\n  font-family: inherit;\n  transition: transform 0.2s, box-shadow 0.2s;\n}\n.amnis-ai-hero .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.2); }\n.amnis-ai-hero .btn-secondary {\n  display: inline-block;\n  background: transparent;\n  color: #FFFFFF;\n  padding: 14px 32px;\n  border-radius: 4px;\n  text-decoration: none;\n  font-weight: 600;\n  font-family: inherit;\n  border: 2px solid rgba(255,255,255,0.4);\n  transition: border-color 0.2s;\n}\n.amnis-ai-hero .btn-secondary:hover { border-color: #FFFFFF; }\n.amnis-ai-hero .hero-visual {\n  position: relative;\n  display: flex;\n  flex-direction: column;\n  gap: 16px;\n}\n.amnis-ai-hero .glass-card {\n  background: rgba(255,255,255,0.08);\n  backdrop-filter: blur(16px);\n  -webkit-backdrop-filter: blur(16px);\n  border: 1px solid rgba(255,255,255,0.15);\n  border-radius: 12px;\n  padding: 20px 24px;\n  color: #FFFFFF;\n  font-family: inherit;\n  animation: amnis-card-reveal 0.6s ease-out both;\n}\n.amnis-ai-hero .glass-card:nth-child(1) { animation-delay: 0.2s; }\n.amnis-ai-hero .glass-card:nth-child(2) { animation-delay: 0.4s; transform: translateX(40px); }\n.amnis-ai-hero .glass-card:nth-child(3) { animation-delay: 0.6s; }\n@keyframes amnis-card-reveal {\n  from { opacity: 0; transform: translateY(20px); }\n  to { opacity: 1; transform: translateY(0); }\n}\n.amnis-ai-hero .glass-card:nth-child(2) {\n  animation-name: amnis-card-reveal-offset;\n}\n@keyframes amnis-card-reveal-offset {\n  from { opacity: 0; transform: translateX(40px) translateY(20px); }\n  to { opacity: 1; transform: translateX(40px) translateY(0); }\n}\n.amnis-ai-hero .card-label {\n  font-size: 11px;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n  opacity: 0.6;\n  margin-bottom: 6px;\n}\n.amnis-ai-hero .card-title {\n  font-size: 16px;\n  font-weight: 600;\n  margin-bottom: 4px;\n}\n.amnis-ai-hero .card-meta {\n  font-size: 13px;\n  opacity: 0.7;\n}\n.amnis-ai-hero .card-amount {\n  font-size: 20px;\n  font-weight: 700;\n  color: #B5E3D8;\n}\n@media (max-width: 768px) {\n  .amnis-ai-hero .hero-inner { grid-template-columns: 1fr; gap: 40px; }\n  .amnis-ai-hero h1 { font-size: 36px; }\n  .amnis-ai-hero .glass-card:nth-child(2) { transform: none; }\n  @keyframes amnis-card-reveal-offset {\n    from { opacity: 0; transform: translateY(20px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n}\n@media (prefers-reduced-motion: reduce) {\n  .amnis-ai-hero::before, .amnis-ai-hero::after { animation: none; }\n  .amnis-ai-hero .glass-card { animation: none; opacity: 1; }\n}\n<\/style>\n<section class=\"amnis-ai-hero\">\n  <div class=\"hero-inner\">\n    <div class=\"hero-content\">\n      <div class=\"hero-badge\">&#10024; AI &amp; Automation<\/div>\n      <h1>Routine tasks, handled for you<\/h1>\n      <p class=\"hero-desc\">amnis AI &amp; Automation reduces manual financial work \u2014 across expenses, payments, and banking \u2014 while keeping you fully in control of every approval and decision.<\/p>\n      <div class=\"hero-btns\">\n        <a href=\"https:\/\/app.amnistreasury.com\/create-an-account?language=en\" class=\"btn-primary\">START FOR FREE<\/a>\n        <a href=\"https:\/\/amnistreasury.com\/pl\/zarezerwuj-demo\/\" class=\"btn-secondary\">BOOK A DEMO<\/a>\n      <\/div>\n    <\/div>\n    <div class=\"hero-visual\">\n      <div class=\"glass-card\">\n        <div class=\"card-label\">Invoice scanned<\/div>\n        <div class=\"card-title\">Supplier invoice #4821<\/div>\n        <div class=\"card-meta\">Auto-matched &bull; Ready for approval<\/div>\n      <\/div>\n      <div class=\"glass-card\">\n        <div class=\"card-label\">Payment created<\/div>\n        <div class=\"card-title\">EUR &rarr; CHF transfer<\/div>\n        <div class=\"card-amount\">&euro;12,450.00<\/div>\n      <\/div>\n      <div class=\"glass-card\">\n        <div class=\"card-label\">Cash flow updated<\/div>\n        <div class=\"card-title\">Forecast refreshed automatically<\/div>\n        <div class=\"card-meta\">3 currencies &bull; 12-week outlook<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n<p><!-- Section 2: Stats bar \u2014 animated counters --><\/p>\n\n<div  class=\"section--logo-carousel not-typo alignfull block-color-variation--white default-block-padding-medium\">\n\n    <div class=\"container container--default-2024\">\n        \n        <div class=\"grid gap-s\">\n            \n            <h2 class=\"title title--small text-center\">\n                Ponad <strong>5 000<\/strong> firm wybiera amnis dla efektywnych globalnych p\u0142atno\u015bci klient\u00f3w i dostawc\u00f3w.\n \n            <\/h2>\n                    <\/div>\n    <\/div>\n\n        <div class=\"marquee mt-xl enable-animation\">\n        <ul class=\"marquee__content\">\n            <li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/rigi-dark.svg\" width=\"74\" height=\"74\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/spliethoff-dark.svg\" width=\"323\" height=\"41\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/DH-Harmony-dark.svg\" width=\"251\" height=\"59\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/acundis-dark.svg\" width=\"145\" height=\"54\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/dutch-perfect-dark.svg\" width=\"285\" height=\"49\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/algrano-dark.svg\" width=\"148\" height=\"38\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/duca-del-cosma-dark.svg\" width=\"278\" height=\"53\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/stryve-dark.svg\" width=\"335\" height=\"75\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/thuerlingua-dark.svg\" width=\"160\" height=\"42\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/luxury-safari-travel-dark.png\" width=\"277\" height=\"99\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/24-7-dark.svg\" width=\"93\" height=\"112\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/zgonc-dark.svg\" width=\"209\" height=\"44\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/psi-dubai-dark-4.svg\" width=\"97\" height=\"86\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/AICA-dark.svg\" width=\"76\" height=\"75\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/cancom-logo-dark.svg\" width=\"200\" height=\"32\" class=\"logo-carousel__img\" alt=\"\" \/><\/li>        <\/ul>\n\n                <ul aria-hidden=\"true\" class=\"marquee__content\">\n            <li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/rigi-dark.svg\" width=\"74\" height=\"74\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/spliethoff-dark.svg\" width=\"323\" height=\"41\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/DH-Harmony-dark.svg\" width=\"251\" height=\"59\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/acundis-dark.svg\" width=\"145\" height=\"54\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/dutch-perfect-dark.svg\" width=\"285\" height=\"49\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/algrano-dark.svg\" width=\"148\" height=\"38\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/duca-del-cosma-dark.svg\" width=\"278\" height=\"53\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/stryve-dark.svg\" width=\"335\" height=\"75\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/thuerlingua-dark.svg\" width=\"160\" height=\"42\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/luxury-safari-travel-dark.png\" width=\"277\" height=\"99\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/24-7-dark.svg\" width=\"93\" height=\"112\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/zgonc-dark.svg\" width=\"209\" height=\"44\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/psi-dubai-dark-4.svg\" width=\"97\" height=\"86\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/AICA-dark.svg\" width=\"76\" height=\"75\" class=\"logo-carousel__img\" alt=\"\" \/><\/li><li><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/11\/cancom-logo-dark.svg\" width=\"200\" height=\"32\" class=\"logo-carousel__img\" alt=\"\" \/><\/li>        <\/ul>\n            <\/div>\n    <\/div>\n\n<div  class=\"block-cards-list alignfull block-color-variation--white default-block-padding default-block-padding-modified default-block-padding--top-medium default-block-padding--bottom-medium\">\n  <div class=\"container container--default-2024\">\n    \n<div class=\"headline-area-wrap headline-area-wrap--centered headline-area-wrap--margin-bottom-sm \">\n\n  <div class=\"content-wrap gap-content-xs\">\n    \n    <div class=\"content-wrap gap-content-s\">\n              <h2 class=\"is-style-heading-xl mt-0\">\n          Finance just got faster\n        <\/h2>\n      \n              <div class=\"copy-l p-reset\">\n          <p>amnis AI &#038; Automation brings intelligent workflows across expenses, payments, and banking \u2014 helping your team work faster while staying fully in control with finance &#038; accounting automations.<\/p>\n        <\/div>\n          <\/div>\n  <\/div>\n<\/div>\n\n          <div class=\"grid grid-cols-12 gap-default-2024\">\n              <div class=\"col-span-12  md:col-span-4\">\n          \n\n  <div class=\"h-full rounded-card p-card-padding content-wrap gap-content-s card-background-light\" >\n\n    <div class=\"content-wrap gap-content-s\">\n              <div class=\"w-full flex align-items-center justify-start min-h-[48px]\">\n          <img decoding=\"async\" width=\"24\" height=\"24\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/automation-accent.svg\" class=\"w-auto m-0 max-h-[48px] h-full w-auto\" alt=\"\" \/>        <\/div>\n      \n      <div class=\"content-wrap gap-content-s\">\n                  <h3 class=\"is-style-heading-s\">\n            Finance &#038; accounting automation\n                      <\/h3>\n                        <div class=\"copy-m p-reset\">\n          <p>Automates routine accounting and finance operations \u2014 expenses, payments, and reconciliation \u2014 to reduce manual work and speed up closing.<\/p>\n        <\/div>\n              <\/div>\n    <\/div>\n\n    \n  <\/div>\n        <\/div>\n              <div class=\"col-span-12  md:col-span-4\">\n          \n\n  <div class=\"h-full rounded-card p-card-padding content-wrap gap-content-s card-background-light\" >\n\n    <div class=\"content-wrap gap-content-s\">\n              <div class=\"w-full flex align-items-center justify-start min-h-[48px]\">\n          <img decoding=\"async\" width=\"24\" height=\"24\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/search_insights-accent.svg\" class=\"w-auto m-0 max-h-[48px] h-full w-auto\" alt=\"\" \/>        <\/div>\n      \n      <div class=\"content-wrap gap-content-s\">\n                  <h3 class=\"is-style-heading-s\">\n            You stay in control\n                      <\/h3>\n                        <div class=\"copy-m p-reset\">\n          <p>AI assists \u2014 it does not decide. Every result can be reviewed and adjusted before it&#8217;s finalised. AI features can be turned off at any time.<\/p>\n        <\/div>\n              <\/div>\n    <\/div>\n\n    \n  <\/div>\n        <\/div>\n              <div class=\"col-span-12  md:col-span-4\">\n          \n\n  <div class=\"h-full rounded-card p-card-padding content-wrap gap-content-s card-background-light\" >\n\n    <div class=\"content-wrap gap-content-s\">\n              <div class=\"w-full flex align-items-center justify-start min-h-[48px]\">\n          <img decoding=\"async\" width=\"24\" height=\"24\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/smart_upload-accent.svg\" class=\"w-auto m-0 max-h-[48px] h-full w-auto\" alt=\"\" \/>        <\/div>\n      \n      <div class=\"content-wrap gap-content-s\">\n                  <h3 class=\"is-style-heading-s\">\n            Integration-ready APIs\n                      <\/h3>\n                        <div class=\"copy-m p-reset\">\n          <p>Connect amnis to your ERP, accounting software, or custom systems via open API endpoints.<\/p>\n        <\/div>\n              <\/div>\n    <\/div>\n\n    \n  <\/div>\n        <\/div>\n            <\/div>\n      <\/div>\n<\/div>\n\n\n<section style=\"background: linear-gradient(0deg, #f5f6f9 0%, #eff1f9 36%, #dee5fa 73%, #dae3ff 100%); padding: 5rem 1.5rem; text-align: center; position: relative; overflow: hidden;\">\n  <div style=\"position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(ellipse 40% 40% at 60% 40%, rgba(51,51,255,0.06) 0%, transparent 70%); pointer-events: none;\"><\/div>\n  <div style=\"position: relative; z-index: 1; max-width: 1100px; margin: 0 auto;\">\n    <p style=\"display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #3333FF; border: 1px solid rgba(51,51,255,0.2); border-radius: 2rem; padding: 0.3rem 1rem; margin-bottom: 1.25rem;\">amnis AI &#038; Automation<\/p>\n    <h2 style=\"color: #0F3E82; font-size: 2.2rem; font-weight: 800; margin-bottom: 1rem;\">AI assists. You stay in control.<\/h2>\n    <p style=\"color: #6B6B80; font-size: 1.05rem; max-width: 580px; margin: 0 auto 2.5rem; line-height: 1.65;\">A growing set of intelligent workflows that reduce manual work across financial operations \u2014 from banking to accounting automation.<\/p>\n    <div style=\"display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; max-width: 960px; margin: 0 auto 2.5rem; text-align: left;\">\n      <div class=\"amnBannerCard\" style=\"background: #FFFFFF; border: 1px solid rgba(15,62,130,0.10); border-radius: 0.875rem; padding: 1.5rem; backdrop-filter: none; transition: transform 0.25s ease, box-shadow 0.25s ease; animation: amnFloat1 5s ease-in-out infinite;\">\n        <img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/invoices-accent.svg\" alt=\"Payment AI\" style=\"width: 40px; height: 40px; margin-bottom: 1rem;\">\n        <h4 style=\"color: #0F3E82; font-size: 0.92rem; font-weight: 700; margin-bottom: 0.4rem;\">Payment AI<\/h4>\n        <p style=\"font-size: 0.8rem; color: #6B6B80; line-height: 1.55;\">Upload any invoice. AI reads and extracts the details \u2014 you approve before anything is sent.<\/p>\n      <\/div>\n      <div class=\"amnBannerCard\" style=\"background: #FFFFFF; border: 1px solid rgba(15,62,130,0.10); border-radius: 0.875rem; padding: 1.5rem; backdrop-filter: none; transition: transform 0.25s ease, box-shadow 0.25s ease; animation: amnFloat2 4.5s ease-in-out infinite;\">\n        <img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/mail-accent.svg\" alt=\"Mail-to-Pay\" style=\"width: 40px; height: 40px; margin-bottom: 1rem;\">\n        <h4 style=\"color: #0F3E82; font-size: 0.92rem; font-weight: 700; margin-bottom: 0.4rem;\">Mail-to-Pay<\/h4>\n        <p style=\"font-size: 0.8rem; color: #6B6B80; line-height: 1.55;\">Forward invoices to your amnis inbox. AI extracts the details. You approve the payment.<\/p>\n      <\/div>\n      <div class=\"amnBannerCard\" style=\"background: #FFFFFF; border: 1px solid rgba(15,62,130,0.10); border-radius: 0.875rem; padding: 1.5rem; backdrop-filter: none; transition: transform 0.25s ease, box-shadow 0.25s ease; animation: amnFloat1 5.5s ease-in-out infinite;\">\n        <img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/automation-accent.svg\" alt=\"Expense AI\" style=\"width: 40px; height: 40px; margin-bottom: 1rem;\">\n        <h4 style=\"color: #0F3E82; font-size: 0.92rem; font-weight: 700; margin-bottom: 0.4rem;\">Expense AI<\/h4>\n        <p style=\"font-size: 0.8rem; color: #6B6B80; line-height: 1.55;\">AI-powered expense processing \u2014 receipts matched, VAT extracted, categories pre-filled. You review before export.<\/p>\n      <\/div>\n      <div class=\"amnBannerCard\" style=\"background: #FFFFFF; border: 1px solid rgba(15,62,130,0.10); border-radius: 0.875rem; padding: 1.5rem; backdrop-filter: none; transition: transform 0.25s ease, box-shadow 0.25s ease; animation: amnFloat2 5s ease-in-out infinite;\">\n        <img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/email-invite-accent.svg\" alt=\"Email the receipt\" style=\"width: 40px; height: 40px; margin-bottom: 1rem;\">\n        <h4 style=\"color: #0F3E82; font-size: 0.92rem; font-weight: 700; margin-bottom: 0.4rem;\">Email the receipt <span style=\"font-size: 0.68rem; font-weight: 700; background: rgba(254,207,132,0.3); color: #D97706; border-radius: 2rem; padding: 0.15rem 0.6rem; vertical-align: middle; margin-left: 0.3rem;\">Coming soon<\/span><\/h4>\n        <p style=\"font-size: 0.8rem; color: #6B6B80; line-height: 1.55;\">Email a receipt to amnis \u2014 AI finds the matching card transaction and attaches it automatically.<\/p>\n      <\/div>\n      <div class=\"amnBannerCard\" style=\"background: #FFFFFF; border: 1px solid rgba(15,62,130,0.10); border-radius: 0.875rem; padding: 1.5rem; backdrop-filter: none; transition: transform 0.25s ease, box-shadow 0.25s ease; animation: amnFloat1 4.8s ease-in-out infinite;\">\n        <img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/currency_exchange-accent.svg\" alt=\"Cash management\" style=\"width: 40px; height: 40px; margin-bottom: 1rem;\">\n        <h4 style=\"color: #0F3E82; font-size: 0.92rem; font-weight: 700; margin-bottom: 0.4rem;\">Cash management automation<\/h4>\n        <p style=\"font-size: 0.8rem; color: #6B6B80; line-height: 1.55;\">Multi-currency balances, automated reconciliation, and configurable FX rules \u2014 real-time and transparent.<\/p>\n      <\/div>\n      <div class=\"amnBannerCard\" style=\"background: #FFFFFF; border: 1px solid rgba(15,62,130,0.10); border-radius: 0.875rem; padding: 1.5rem; backdrop-filter: none; transition: transform 0.25s ease, box-shadow 0.25s ease; animation: amnFloat2 5.2s ease-in-out infinite;\">\n        <img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/bolt-accent.svg\" alt=\"API endpoints\" style=\"width: 40px; height: 40px; margin-bottom: 1rem;\">\n        <h4 style=\"color: #0F3E82; font-size: 0.92rem; font-weight: 700; margin-bottom: 0.4rem;\">API endpoints<\/h4>\n        <p style=\"font-size: 0.8rem; color: #6B6B80; line-height: 1.55;\">Build custom automation pipelines with open REST APIs and webhook events \u2014 approvals always in your control.<\/p>\n      <\/div>\n    <\/div>\n    <a href=\"https:\/\/amnistreasury.com\/pl\/zarezerwuj-demo\/\" style=\"display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.82rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; border-radius: 0.375rem; padding: 0.85rem 1.5rem; background: #3333FF; color: #FFFFFF; border: 2px solid #3333FF; text-decoration: none; transition: all 0.25s ease;\">See a live demo<\/a>\n  <\/div>\n  <style>\n    @keyframes amnFloat1 { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }\n    @keyframes amnFloat2 { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }\n    .amnBannerCard:hover { transform: translateY(-4px) perspective(800px) rotateX(2deg) !important; box-shadow: 0 12px 40px rgba(15,62,130,0.15) !important; }\n    @media (max-width: 960px) { .amnBannerCard { min-width: 100%; } }\n  <\/style>\n<\/section>\n\n\n\n<section style=\"padding: 5rem 0; background: #FFFFFF;\">\n  <div style=\"max-width: 1140px; margin: 0 auto; padding: 0 1.5rem;\">\n    <div style=\"text-align: center; margin-bottom: 3rem;\">\n      <span style=\"display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #3333FF; background: rgba(51,51,255,0.08); border-radius: 2rem; padding: 0.3rem 1rem; margin-bottom: 1rem;\">Payment AI<\/span>\n      <h2 style=\"color: #0F3E82; margin-bottom: 0.75rem;\">From invoice to payment in 4 steps<\/h2>\n      <p style=\"color: #6B6B80; max-width: 600px; margin: 0 auto; line-height: 1.65;\">See how amnis AI &#038; Automation streamlines your invoice-to-payment workflow \u2014 while you stay in control at every stage.<\/p>\n    <\/div>\n    <div class=\"amnisProcessFlow\" style=\"position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; max-width: 960px; margin: 0 auto;\">\n      <div class=\"amnisProcessStep\" style=\"text-align: center; opacity: 0; transform: translateY(30px); transition: opacity 0.6s ease, transform 0.6s ease;\">\n        <div style=\"width: 64px; height: 64px; border-radius: 50%; background: rgba(51,51,255,0.08); display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; position: relative;\">\n          <img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/invoices-primary.svg\" alt=\"Invoice\" style=\"width: 28px; height: 28px;\">\n          <span style=\"position: absolute; top: -4px; right: -4px; width: 22px; height: 22px; border-radius: 50%; background: #3333FF; color: #fff; font-size: 0.68rem; font-weight: 800; display: flex; align-items: center; justify-content: center;\">1<\/span>\n        <\/div>\n        <h4 style=\"color: #0F3E82; font-size: 0.95rem; margin-bottom: 0.35rem;\">Upload or email<\/h4>\n        <p style=\"color: #6B6B80; font-size: 0.82rem; line-height: 1.55;\">Drop a PDF or forward to your amnis payment inbox.<\/p>\n      <\/div>\n      <div class=\"amnisProcessStep\" style=\"text-align: center; opacity: 0; transform: translateY(30px); transition: opacity 0.6s ease 0.15s, transform 0.6s ease 0.15s;\">\n        <div style=\"width: 64px; height: 64px; border-radius: 50%; background: rgba(181,227,216,0.25); display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; position: relative;\">\n          <img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/automation-black.svg\" alt=\"AI Extract\" style=\"width: 28px; height: 28px;\">\n          <span style=\"position: absolute; top: -4px; right: -4px; width: 22px; height: 22px; border-radius: 50%; background: #3333FF; color: #fff; font-size: 0.68rem; font-weight: 800; display: flex; align-items: center; justify-content: center;\">2<\/span>\n        <\/div>\n        <h4 style=\"color: #0F3E82; font-size: 0.95rem; margin-bottom: 0.35rem;\">AI extracts details<\/h4>\n        <p style=\"color: #6B6B80; font-size: 0.82rem; line-height: 1.55;\">Vendor, IBAN, amount, due date, and discount terms \u2014 all captured.<\/p>\n      <\/div>\n      <div class=\"amnisProcessStep\" style=\"text-align: center; opacity: 0; transform: translateY(30px); transition: opacity 0.6s ease 0.3s, transform 0.6s ease 0.3s;\">\n        <div style=\"width: 64px; height: 64px; border-radius: 50%; background: rgba(254,207,132,0.2); display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; position: relative;\">\n          <img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/document-black.svg\" alt=\"Review\" style=\"width: 28px; height: 28px;\">\n          <span style=\"position: absolute; top: -4px; right: -4px; width: 22px; height: 22px; border-radius: 50%; background: #3333FF; color: #fff; font-size: 0.68rem; font-weight: 800; display: flex; align-items: center; justify-content: center;\">3<\/span>\n        <\/div>\n        <h4 style=\"color: #0F3E82; font-size: 0.95rem; margin-bottom: 0.35rem;\">You review &#038; approve<\/h4>\n        <p style=\"color: #6B6B80; font-size: 0.82rem; line-height: 1.55;\">A clean summary in your inbox \u2014 you decide what gets paid.<\/p>\n      <\/div>\n      <div class=\"amnisProcessStep\" style=\"text-align: center; opacity: 0; transform: translateY(30px); transition: opacity 0.6s ease 0.45s, transform 0.6s ease 0.45s;\">\n        <div style=\"width: 64px; height: 64px; border-radius: 50%; background: rgba(51,51,255,0.08); display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; position: relative;\">\n          <img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/bolt-primary.svg\" alt=\"Payment\" style=\"width: 28px; height: 28px;\">\n          <span style=\"position: absolute; top: -4px; right: -4px; width: 22px; height: 22px; border-radius: 50%; background: #3333FF; color: #fff; font-size: 0.68rem; font-weight: 800; display: flex; align-items: center; justify-content: center;\">4<\/span>\n        <\/div>\n        <h4 style=\"color: #0F3E82; font-size: 0.95rem; margin-bottom: 0.35rem;\">Payment sent<\/h4>\n        <p style=\"color: #6B6B80; font-size: 0.82rem; line-height: 1.55;\">Scheduled at the optimal time to capture early-payment discounts.<\/p>\n      <\/div>\n    <\/div>\n    <div style=\"display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; max-width: 720px; margin: 3.5rem auto 0; text-align: center;\">\n      <div><div class=\"amnisCounter\" data-target=\"90\" data-suffix=\"%\" style=\"font-size: 2.2rem; font-weight: 800; color: #3333FF; line-height: 1;\">0<\/div><div style=\"font-size: 0.8rem; color: #6B6B80; margin-top: 0.3rem;\">less manual work<\/div><\/div>\n      <div><div class=\"amnisCounter\" data-target=\"4\" data-suffix=\"x\" style=\"font-size: 2.2rem; font-weight: 800; color: #3333FF; line-height: 1;\">0<\/div><div style=\"font-size: 0.8rem; color: #6B6B80; margin-top: 0.3rem;\">faster processing<\/div><\/div>\n      <div><div class=\"amnisCounter\" data-target=\"100\" data-suffix=\"%\" style=\"font-size: 2.2rem; font-weight: 800; color: #3333FF; line-height: 1;\">0<\/div><div style=\"font-size: 0.8rem; color: #6B6B80; margin-top: 0.3rem;\">audit-ready trail<\/div><\/div>\n    <\/div>\n  <\/div>\n<\/section>\n<style>.amnisProcessFlow::before{content:'';position:absolute;top:32px;left:12%;right:12%;height:2px;background:linear-gradient(90deg,#3333FF 0%,#B5E3D8 50%,#FECF84 100%);z-index:0}@media(max-width:768px){.amnisProcessFlow{grid-template-columns:1fr 1fr!important}.amnisProcessFlow::before{display:none}}<\/style>\n<script>\n(function(){var o=new IntersectionObserver(function(e){e.forEach(function(e){if(e.isIntersecting){e.target.querySelectorAll('.amnisProcessStep').forEach(function(s){s.style.opacity='1';s.style.transform='translateY(0)'});e.target.querySelectorAll('.amnisCounter').forEach(function(c){var t=parseInt(c.getAttribute('data-target')),su=c.getAttribute('data-suffix')||'',st=null;function a(ts){if(!st)st=ts;var p=Math.min((ts-st)\/1800,1);c.textContent=Math.round((1-Math.pow(1-p,3))*t)+su;if(p<1)requestAnimationFrame(a)}requestAnimationFrame(a)});o.unobserve(e.target)}})},{threshold:0.2});var el=document.querySelector('.amnisProcessFlow');if(el)o.observe(el.closest('section'))})();\n<\/script>\n\n\n\n<style>\n.amnis-pay-showcase {\n  --amnis-blue: #3333FF;\n  --amnis-navy: #0F3E82;\n  --amnis-navy-light: #2A2A4E;\n  --amnis-grey-bg: #F5F5F7;\n  --amnis-grey-border: #E8E8ED;\n  --amnis-grey-text: #6B6B80;\n  --amnis-white: #FFFFFF;\n  --shadow-lg: 0 0 0 1px rgba(15,62,130,0.10), 0 2px 4px rgba(15,62,130,0.05), 0 5px 8px rgba(15,62,130,0.05), 0 10px 18px rgba(15,62,130,0.01), 0 24px 48px rgba(15,62,130,0.01);\n  --shadow-sm: 0 0 0 1px rgba(15,62,130,0.10), 0 1px 2px rgba(15,62,130,0.05), 0 2px 4px rgba(15,62,130,0.05);\n  --radius-lg: 16px;\n  --radius-md: 10px;\n  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);\n  --duration-normal: 250ms;\n  --duration-reveal: 600ms;\n}\n.amnis-pay-showcase .pay-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 64px;\n  align-items: center;\n  max-width: 1140px;\n  margin: 0 auto;\n  padding: 0 1.5rem;\n}\n.amnis-pay-showcase .pay-badge {\n  display: inline-block;\n  font-size: 0.72rem;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  color: var(--amnis-blue);\n  background: rgba(51,51,255,0.08);\n  border-radius: 2rem;\n  padding: 0.3rem 1rem;\n  margin-bottom: 1rem;\n}\n.amnis-pay-showcase h2 {\n  font-size: 2rem;\n  font-weight: 800;\n  color: #0F3E82;\n  font-family: inherit;\n  line-height: 1.2;\n  margin: 0 0 1rem;\n}\n.amnis-pay-showcase .pay-desc {\n  font-size: 1.05rem;\n  color: #6B6B80;\n  font-family: inherit;\n  line-height: 1.65;\n  margin-bottom: 1.5rem;\n}\n.amnis-pay-showcase .pay-features {\n  list-style: none;\n  padding: 0;\n  margin: 0 0 2rem;\n  display: flex;\n  flex-direction: column;\n  gap: 0.75rem;\n}\n.amnis-pay-showcase .pay-features li {\n  display: flex;\n  align-items: center;\n  gap: 0.75rem;\n  font-size: 0.95rem;\n  color: #0F3E82;\n  font-family: inherit;\n}\n.amnis-pay-showcase .pay-features li .feat-icon {\n  width: 32px;\n  height: 32px;\n  border-radius: 8px;\n  background: rgba(51,51,255,0.08);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-shrink: 0;\n}\n.amnis-pay-showcase .pay-features li .feat-icon img {\n  width: 18px;\n  height: 18px;\n}\n.amnis-pay-showcase .pay-cta {\n  display: inline-block;\n  background: var(--amnis-blue);\n  color: var(--amnis-white);\n  padding: 14px 32px;\n  border-radius: 4px;\n  text-decoration: none;\n  font-weight: 600;\n  font-family: inherit;\n  transition: transform 150ms var(--ease-out), box-shadow 150ms var(--ease-out);\n}\n.amnis-pay-showcase .pay-cta:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 0 40px rgba(51,51,255,0.15);\n}\n\n\/* Invoice card mockup *\/\n.amnis-pay-showcase .invoice-card {\n  background: var(--amnis-white);\n  border: 1px solid var(--amnis-grey-border);\n  border-radius: var(--radius-lg);\n  overflow: hidden;\n  box-shadow: var(--shadow-lg);\n  opacity: 0;\n  transform: translateY(30px);\n  animation: amnPayReveal var(--duration-reveal) var(--ease-out) forwards;\n  animation-timeline: view();\n  animation-range: entry 10% cover 35%;\n}\n@keyframes amnPayReveal {\n  to { opacity: 1; transform: translateY(0); }\n}\n@supports not (animation-timeline: view()) {\n  .amnis-pay-showcase .invoice-card { opacity: 1; transform: none; }\n}\n.amnis-pay-showcase .invoice-header {\n  background: var(--amnis-navy);\n  color: var(--amnis-white);\n  padding: 18px 24px;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n}\n.amnis-pay-showcase .invoice-header-label {\n  font-size: 12px;\n  font-weight: 600;\n  text-transform: uppercase;\n  letter-spacing: 0.05em;\n  opacity: 0.7;\n  font-family: inherit;\n}\n.amnis-pay-showcase .invoice-ai-badge {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: rgba(51,255,100,0.15);\n  border-radius: 9999px;\n  padding: 4px 12px;\n  font-size: 12px;\n  font-weight: 600;\n  color: #4ADE80;\n  font-family: inherit;\n}\n.amnis-pay-showcase .invoice-ai-badge img {\n  width: 14px;\n  height: 14px;\n}\n.amnis-pay-showcase .invoice-body {\n  padding: 24px;\n}\n.amnis-pay-showcase .invoice-vendor {\n  font-size: 20px;\n  font-weight: 700;\n  color: var(--amnis-navy);\n  font-family: inherit;\n  margin-bottom: 16px;\n}\n.amnis-pay-showcase .invoice-fields {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 20px;\n}\n.amnis-pay-showcase .invoice-field-label {\n  font-size: 11px;\n  font-weight: 600;\n  text-transform: uppercase;\n  letter-spacing: 0.06em;\n  color: var(--amnis-grey-text);\n  margin-bottom: 2px;\n  font-family: inherit;\n}\n.amnis-pay-showcase .invoice-field-value {\n  font-size: 14px;\n  font-weight: 500;\n  color: var(--amnis-navy);\n  font-family: inherit;\n}\n.amnis-pay-showcase .invoice-divider {\n  height: 1px;\n  background: var(--amnis-grey-border);\n  margin: 16px 0;\n}\n.amnis-pay-showcase .invoice-discount {\n  background: rgba(51,51,255,0.06);\n  border: 1px solid rgba(51,51,255,0.12);\n  border-radius: 6px;\n  padding: 10px 16px;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  margin-bottom: 16px;\n}\n.amnis-pay-showcase .invoice-discount-label {\n  font-size: 13px;\n  color: var(--amnis-blue);\n  font-weight: 600;\n  font-family: inherit;\n  display: flex;\n  align-items: center;\n  gap: 4px;\n}\n.amnis-pay-showcase .invoice-discount-label img {\n  width: 14px;\n  height: 14px;\n}\n.amnis-pay-showcase .invoice-discount-value {\n  font-size: 13px;\n  color: var(--amnis-blue);\n  font-weight: 700;\n  font-family: inherit;\n}\n.amnis-pay-showcase .invoice-total {\n  display: flex;\n  justify-content: space-between;\n  align-items: baseline;\n  margin-bottom: 20px;\n}\n.amnis-pay-showcase .invoice-total-label {\n  font-size: 14px;\n  color: var(--amnis-grey-text);\n  font-family: inherit;\n}\n.amnis-pay-showcase .invoice-total-old {\n  font-size: 15px;\n  color: var(--amnis-grey-text);\n  text-decoration: line-through;\n  margin-right: 12px;\n  font-family: inherit;\n}\n.amnis-pay-showcase .invoice-total-new {\n  font-size: 26px;\n  font-weight: 700;\n  color: var(--amnis-navy);\n  font-family: inherit;\n  font-variant-numeric: tabular-nums;\n}\n.amnis-pay-showcase .invoice-actions {\n  display: flex;\n  gap: 12px;\n}\n.amnis-pay-showcase .invoice-btn-approve {\n  flex: 1;\n  background: var(--amnis-blue);\n  color: var(--amnis-white);\n  padding: 12px 24px;\n  border-radius: 4px;\n  font-size: 14px;\n  font-weight: 600;\n  text-align: center;\n  font-family: inherit;\n  cursor: default;\n  transition: box-shadow var(--duration-normal) var(--ease-out);\n}\n.amnis-pay-showcase .invoice-btn-approve:hover {\n  box-shadow: 0 0 40px rgba(51,51,255,0.15);\n}\n.amnis-pay-showcase .invoice-btn-reject {\n  background: transparent;\n  color: var(--amnis-grey-text);\n  border: 1px solid var(--amnis-grey-border);\n  padding: 12px 24px;\n  border-radius: 4px;\n  font-size: 14px;\n  font-weight: 600;\n  text-align: center;\n  font-family: inherit;\n  cursor: default;\n}\n\n\/* Floating annotation *\/\n.amnis-pay-showcase .invoice-annotation {\n  position: absolute;\n  background: var(--amnis-white);\n  border: 1px solid rgba(51,51,255,0.2);\n  border-radius: 10px;\n  padding: 10px 14px;\n  box-shadow: var(--shadow-sm);\n  font-size: 12px;\n  font-weight: 600;\n  color: var(--amnis-navy);\n  font-family: inherit;\n  display: flex;\n  align-items: center;\n  gap: 6px;\n  white-space: nowrap;\n}\n.amnis-pay-showcase .invoice-annotation img {\n  width: 16px;\n  height: 16px;\n}\n.amnis-pay-showcase .annotation-bottom {\n  bottom: 60px;\n  left: -20px;\n  animation: amnAnnotFloat 4s ease-in-out infinite 0.5s;\n}\n@keyframes amnAnnotFloat {\n  0%, 100% { transform: translateY(0); }\n  50% { transform: translateY(-6px); }\n}\n\n@media (max-width: 900px) {\n  .amnis-pay-showcase .pay-grid {\n    grid-template-columns: 1fr;\n    gap: 2.5rem;\n  }\n  .amnis-pay-showcase .pay-grid > div:first-child {\n    order: 1;\n  }\n  .amnis-pay-showcase .pay-grid > div:last-child {\n    order: 2;\n  }\n  .amnis-pay-showcase .invoice-annotation {\n    display: none;\n  }\n}\n@media (prefers-reduced-motion: reduce) {\n  .amnis-pay-showcase .invoice-card {\n    opacity: 1;\n    transform: none;\n    animation: none;\n  }\n  .amnis-pay-showcase .annotation-top,\n  .amnis-pay-showcase .annotation-bottom {\n    animation: none;\n  }\n}\n<\/style>\n<section class=\"amnis-pay-showcase\" style=\"padding: 5rem 0; background: #FFFFFF;\">\n  <div class=\"pay-grid\">\n    <div>\n      <h2>Invoice received. Payment prepared. You approve.<\/h2>\n      <p class=\"pay-desc\">Forward an invoice or upload a PDF \u2014 amnis AI reads every detail in seconds. Supplier, IBAN, amount, currency, due date, and early-payment discounts are extracted automatically. You get a clean summary and decide what gets paid.<\/p>\n      <ul class=\"pay-features\">\n        <li>\n          <span class=\"feat-icon\"><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/AI_suggestion-accent.svg\" alt=\"AI extraction\" \/><\/span>\n          AI reads supplier, IBAN, amount, currency, and due date\n        <\/li>\n        <li>\n          <span class=\"feat-icon\"><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/bolt-accent.svg\" alt=\"Discount detection\" \/><\/span>\n          Early-payment discounts detected and applied\n        <\/li>\n        <li>\n          <span class=\"feat-icon\"><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/check_circle-accent.svg\" alt=\"Approval\" \/><\/span>\n          One-click approval \u2014 nothing moves without you\n        <\/li>\n        <li>\n          <span class=\"feat-icon\"><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/lock-accent.svg\" alt=\"Audit trail\" \/><\/span>\n          Full audit trail from invoice to payment\n        <\/li>\n      <\/ul>\n      <a href=\"https:\/\/app.amnistreasury.com\/create-an-account?language=en\" class=\"pay-cta\">Start for free<\/a>\n    <\/div>\n    <div style=\"position: relative;\">\n      <div class=\"invoice-card\">\n        <div class=\"invoice-header\">\n          <span class=\"invoice-header-label\">Invoice extracted by AI<\/span>\n          <span class=\"invoice-ai-badge\">\n            <img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/AI_primary-white.svg\" alt=\"AI\" \/> AI processed\n          <\/span>\n        <\/div>\n        <div class=\"invoice-body\">\n          <div class=\"invoice-vendor\">M\u00fcller AG<\/div>\n          <div class=\"invoice-fields\">\n            <div>\n              <div class=\"invoice-field-label\">IBAN<\/div>\n              <div class=\"invoice-field-value\">CH93 0076 2011 6238 5295 7<\/div>\n            <\/div>\n            <div>\n              <div class=\"invoice-field-label\">Currency<\/div>\n              <div class=\"invoice-field-value\">CHF<\/div>\n            <\/div>\n            <div>\n              <div class=\"invoice-field-label\">Due date<\/div>\n              <div class=\"invoice-field-value\">15 April 2026<\/div>\n            <\/div>\n            <div>\n              <div class=\"invoice-field-label\">Invoice #<\/div>\n              <div class=\"invoice-field-value\">INV-2026-0847<\/div>\n            <\/div>\n          <\/div>\n          <div class=\"invoice-divider\"><\/div>\n          <div class=\"invoice-discount\">\n            <span class=\"invoice-discount-label\">\n              <img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/bolt-accent.svg\" alt=\"\" \/> 2% early-payment discount\n            <\/span>\n            <span class=\"invoice-discount-value\">\u2212CHF 244.02<\/span>\n          <\/div>\n          <div class=\"invoice-total\">\n            <span class=\"invoice-total-label\">Total to pay<\/span>\n            <div>\n              <span class=\"invoice-total-old\">CHF 12,201.00<\/span>\n              <span class=\"invoice-total-new\">CHF 11,956.98<\/span>\n            <\/div>\n          <\/div>\n          <div class=\"invoice-actions\">\n            <div class=\"invoice-btn-approve\">Approve payment<\/div>\n            <div class=\"invoice-btn-reject\">Reject<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n      <div class=\"invoice-annotation annotation-bottom\">\n        <img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/check_circle-accent.svg\" alt=\"\" \/> Discount auto-detected\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n<p><!-- Section 4: Finance just got faster \u2014 3 pillar cards with icons --><\/p>\n<p><!-- Section 6: Email to Pay --><\/p>\n<p><!-- Section 7: Expense AI --><\/p>\n\n\n<style>\n.amnis-exp-showcase {\n  --amnis-blue: #3333FF;\n  --amnis-navy: #0F3E82;\n  --amnis-navy-light: #2A2A4E;\n  --amnis-grey-bg: #F5F5F7;\n  --amnis-grey-border: #E8E8ED;\n  --amnis-grey-text: #6B6B80;\n  --amnis-white: #FFFFFF;\n  --shadow-lg: 0 0 0 1px rgba(15,62,130,0.10), 0 2px 4px rgba(15,62,130,0.05), 0 5px 8px rgba(15,62,130,0.05), 0 10px 18px rgba(15,62,130,0.01), 0 24px 48px rgba(15,62,130,0.01);\n  --shadow-sm: 0 0 0 1px rgba(15,62,130,0.10), 0 1px 2px rgba(15,62,130,0.05), 0 2px 4px rgba(15,62,130,0.05);\n  --radius-lg: 16px;\n  --radius-md: 10px;\n  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);\n  --duration-normal: 250ms;\n  --duration-reveal: 600ms;\n}\n.amnis-exp-showcase .exp-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 64px;\n  align-items: center;\n  max-width: 1140px;\n  margin: 0 auto;\n  padding: 0 1.5rem;\n}\n.amnis-exp-showcase .exp-badge {\n  display: inline-block;\n  font-size: 0.72rem;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  color: var(--amnis-blue);\n  background: rgba(51,51,255,0.08);\n  border-radius: 2rem;\n  padding: 0.3rem 1rem;\n  margin-bottom: 1rem;\n}\n.amnis-exp-showcase h2 {\n  font-size: 2rem;\n  font-weight: 800;\n  color: #0F3E82;\n  font-family: inherit;\n  line-height: 1.2;\n  margin: 0 0 1rem;\n}\n.amnis-exp-showcase .exp-desc {\n  font-size: 1.05rem;\n  color: #6B6B80;\n  font-family: inherit;\n  line-height: 1.65;\n  margin-bottom: 1.5rem;\n}\n.amnis-exp-showcase .exp-features {\n  list-style: none;\n  padding: 0;\n  margin: 0 0 2rem;\n  display: flex;\n  flex-direction: column;\n  gap: 0.75rem;\n}\n.amnis-exp-showcase .exp-features li {\n  display: flex;\n  align-items: center;\n  gap: 0.75rem;\n  font-size: 0.95rem;\n  color: #0F3E82;\n  font-family: inherit;\n}\n.amnis-exp-showcase .exp-features li .feat-icon {\n  width: 32px;\n  height: 32px;\n  border-radius: 8px;\n  background: rgba(51,51,255,0.08);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-shrink: 0;\n}\n.amnis-exp-showcase .exp-features li .feat-icon img {\n  width: 18px;\n  height: 18px;\n}\n.amnis-exp-showcase .exp-cta {\n  display: inline-block;\n  background: var(--amnis-blue);\n  color: var(--amnis-white);\n  padding: 14px 32px;\n  border-radius: 4px;\n  text-decoration: none;\n  font-weight: 600;\n  font-family: inherit;\n  transition: transform 150ms var(--ease-out), box-shadow 150ms var(--ease-out);\n}\n.amnis-exp-showcase .exp-cta:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 0 40px rgba(51,51,255,0.15);\n}\n.amnis-exp-showcase .receipt-card {\n  background: var(--amnis-white);\n  border: 1px solid var(--amnis-grey-border);\n  border-radius: var(--radius-lg);\n  overflow: hidden;\n  box-shadow: var(--shadow-lg);\n  opacity: 0;\n  transform: translateY(30px);\n  animation: amnExpReveal var(--duration-reveal) var(--ease-out) forwards;\n  animation-timeline: view();\n  animation-range: entry 10% cover 35%;\n}\n@keyframes amnExpReveal {\n  to { opacity: 1; transform: translateY(0); }\n}\n@supports not (animation-timeline: view()) {\n  .amnis-exp-showcase .receipt-card { opacity: 1; transform: none; }\n}\n.amnis-exp-showcase .receipt-header {\n  background: var(--amnis-navy);\n  color: var(--amnis-white);\n  padding: 18px 24px;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n}\n.amnis-exp-showcase .receipt-header-label {\n  font-size: 12px; font-weight: 600; text-transform: uppercase;\n  letter-spacing: 0.05em; opacity: 0.7; font-family: inherit;\n}\n.amnis-exp-showcase .receipt-ai-badge {\n  display: inline-flex; align-items: center; gap: 6px;\n  background: rgba(51,255,100,0.15); border-radius: 9999px;\n  padding: 4px 12px; font-size: 12px; font-weight: 600;\n  color: #4ADE80; font-family: inherit;\n}\n.amnis-exp-showcase .receipt-ai-badge img { width: 14px; height: 14px; }\n.amnis-exp-showcase .receipt-body { padding: 24px; }\n.amnis-exp-showcase .receipt-merchant {\n  font-size: 20px; font-weight: 700; color: var(--amnis-navy);\n  font-family: inherit; margin-bottom: 4px;\n}\n.amnis-exp-showcase .receipt-merchant-sub {\n  font-size: 13px; color: var(--amnis-grey-text);\n  font-family: inherit; margin-bottom: 16px;\n}\n.amnis-exp-showcase .receipt-fields {\n  display: grid; grid-template-columns: 1fr 1fr;\n  gap: 14px; margin-bottom: 20px;\n}\n.amnis-exp-showcase .receipt-field-label {\n  font-size: 11px; font-weight: 600; text-transform: uppercase;\n  letter-spacing: 0.06em; color: var(--amnis-grey-text);\n  margin-bottom: 2px; font-family: inherit;\n}\n.amnis-exp-showcase .receipt-field-value {\n  font-size: 14px; font-weight: 500; color: var(--amnis-navy);\n  font-family: inherit;\n}\n.amnis-exp-showcase .receipt-divider {\n  height: 1px; background: var(--amnis-grey-border); margin: 16px 0;\n}\n.amnis-exp-showcase .receipt-cat-row {\n  display: flex; gap: 10px; margin-bottom: 16px; flex-wrap: wrap;\n}\n.amnis-exp-showcase .receipt-cat-tag {\n  display: inline-flex; align-items: center; gap: 5px;\n  padding: 6px 14px; border-radius: 9999px; font-size: 12px;\n  font-weight: 600; font-family: inherit;\n}\n.amnis-exp-showcase .receipt-vat-box {\n  background: rgba(51,51,255,0.06); border: 1px solid rgba(51,51,255,0.12);\n  border-radius: 6px; padding: 10px 16px; display: flex;\n  justify-content: space-between; align-items: center; margin-bottom: 16px;\n}\n.amnis-exp-showcase .receipt-vat-label {\n  font-size: 13px; color: var(--amnis-blue); font-weight: 600;\n  font-family: inherit; display: flex; align-items: center; gap: 4px;\n}\n.amnis-exp-showcase .receipt-vat-label img { width: 14px; height: 14px; }\n.amnis-exp-showcase .receipt-vat-value {\n  font-size: 13px; color: var(--amnis-blue); font-weight: 700;\n  font-family: inherit;\n}\n.amnis-exp-showcase .receipt-total {\n  display: flex; justify-content: space-between;\n  align-items: baseline; margin-bottom: 20px;\n}\n.amnis-exp-showcase .receipt-total-label {\n  font-size: 14px; color: var(--amnis-grey-text); font-family: inherit;\n}\n.amnis-exp-showcase .receipt-total-amount {\n  font-size: 26px; font-weight: 700; color: var(--amnis-navy);\n  font-family: inherit; font-variant-numeric: tabular-nums;\n}\n.amnis-exp-showcase .receipt-status {\n  display: flex; align-items: center; justify-content: center; gap: 8px;\n  background: rgba(5,150,105,0.08); border: 1px solid rgba(5,150,105,0.15);\n  border-radius: 6px; padding: 12px; font-size: 14px; font-weight: 600;\n  color: #059669; font-family: inherit;\n}\n.amnis-exp-showcase .receipt-status img { width: 16px; height: 16px; }\n\n@media (max-width: 900px) {\n  .amnis-exp-showcase .exp-grid {\n    grid-template-columns: 1fr;\n    gap: 2.5rem;\n  }\n  .amnis-exp-showcase .exp-grid > div:first-child {\n    order: 2;\n  }\n  .amnis-exp-showcase .exp-grid > div:last-child {\n    order: 1;\n  }\n\n}\n@media (prefers-reduced-motion: reduce) {\n  .amnis-exp-showcase .receipt-card { opacity: 1; transform: none; animation: none; }\n\n}\n<\/style>\n<section class=\"amnis-exp-showcase\" style=\"padding: 5rem 0; background: #FFFFFF;\">\n  <div class=\"exp-grid\">\n    <div style=\"position: relative;\">\n      <div class=\"receipt-card\">\n        <div class=\"receipt-header\">\n          <span class=\"receipt-header-label\">Receipt extracted by AI<\/span>\n          <span class=\"receipt-ai-badge\">\n            <img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/AI_primary-white.svg\" alt=\"AI\" \/> AI processed\n          <\/span>\n        <\/div>\n        <div class=\"receipt-body\">\n          <div class=\"receipt-merchant\">Hilton Geneva<\/div>\n          <div class=\"receipt-merchant-sub\">Hotel & Conference \u2014 Business trip, 10 Mar 2026<\/div>\n          <div class=\"receipt-fields\">\n            <div>\n              <div class=\"receipt-field-label\">Amount<\/div>\n              <div class=\"receipt-field-value\">CHF 289.00<\/div>\n            <\/div>\n            <div>\n              <div class=\"receipt-field-label\">Currency<\/div>\n              <div class=\"receipt-field-value\">CHF<\/div>\n            <\/div>\n            <div>\n              <div class=\"receipt-field-label\">Date<\/div>\n              <div class=\"receipt-field-value\">10 March 2026<\/div>\n            <\/div>\n            <div>\n              <div class=\"receipt-field-label\">Card<\/div>\n              <div class=\"receipt-field-value\">\u2022\u2022\u2022\u2022 4872<\/div>\n            <\/div>\n          <\/div>\n          <div class=\"receipt-divider\"><\/div>\n          <div class=\"receipt-cat-row\">\n            <span class=\"receipt-cat-tag\" style=\"background: rgba(147,51,234,0.08); color: #7C3AED;\">Accommodation<\/span>\n            <span class=\"receipt-cat-tag\" style=\"background: rgba(51,51,255,0.08); color: #3333FF;\">CC: Sales DACH<\/span>\n          <\/div>\n          <div class=\"receipt-vat-box\">\n            <span class=\"receipt-vat-label\">\n              <img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/bolt-accent.svg\" alt=\"\" \/> VAT extracted\n            <\/span>\n            <span class=\"receipt-vat-value\">CHF 21.50 (7.7%)<\/span>\n          <\/div>\n          <div class=\"receipt-total\">\n            <span class=\"receipt-total-label\">Total expense<\/span>\n            <span class=\"receipt-total-amount\">CHF 289.00<\/span>\n          <\/div>\n          <div class=\"receipt-status\">\n            <img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/check_circle-accent.svg\" alt=\"\" \/>\n            Matched to card transaction \u2022 Ready for bookkeeping\n          <\/div>\n        <\/div>\n      <\/div>\n\n    <\/div>\n    <div>\n      <span class=\"exp-badge\">Expense AI<\/span>\n      <h2>Expenses that manage themselves<\/h2>\n      <p class=\"exp-desc\">Snap a photo of any receipt. amnis reads the merchant, amount, and category \u2014 then files the expense automatically. Your team spends less time on admin, and you get cleaner data with expense automation.<\/p>\n      <ul class=\"exp-features\">\n        <li>\n          <span class=\"feat-icon\"><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/AI_suggestion-accent.svg\" alt=\"AI scanning\" \/><\/span>\n          AI-powered receipt scanning\n        <\/li>\n        <li>\n          <span class=\"feat-icon\"><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/automation-accent.svg\" alt=\"Auto-categorise\" \/><\/span>\n          Automatic categorization and tagging\n        <\/li>\n        <li>\n          <span class=\"feat-icon\"><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/check_circle-accent.svg\" alt=\"\" \/><\/span>\n          Built-in approval workflows\n        <\/li>\n        <li>\n          <span class=\"feat-icon\"><img decoding=\"async\" src=\"https:\/\/amnistreasury.com\/wp-content\/uploads\/2025\/10\/bolt-accent.svg\" alt=\"Real-time reporting\" \/><\/span>\n          Real-time expense reporting\n        <\/li>\n      <\/ul>\n      <a href=\"https:\/\/app.amnistreasury.com\/create-an-account?language=en\" class=\"exp-cta\">Get started<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n<p><!-- Section 8: Cash Management --><\/p>\n\n\n<style>\n.amnis-api-showcase {\n  --amnis-blue: #3333FF;\n  --amnis-navy: #0F3E82;\n  --amnis-navy-light: #2A2A4E;\n  --amnis-grey-bg: #F5F5F7;\n  --amnis-grey-border: #E8E8ED;\n  --amnis-grey-text: #6B6B80;\n  --amnis-white: #FFFFFF;\n  --shadow-lg: 0 0 0 1px rgba(15,62,130,0.10), 0 2px 4px rgba(15,62,130,0.05), 0 5px 8px rgba(15,62,130,0.05), 0 10px 18px rgba(15,62,130,0.01), 0 24px 48px rgba(15,62,130,0.01);\n  --shadow-sm: 0 0 0 1px rgba(15,62,130,0.10), 0 1px 2px rgba(15,62,130,0.05), 0 2px 4px rgba(15,62,130,0.05);\n  --radius-lg: 16px;\n  --radius-md: 10px;\n  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);\n  --duration-normal: 250ms;\n  --duration-reveal: 600ms;\n}\n.amnis-api-showcase .api-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 64px;\n  align-items: center;\n  max-width: 1140px;\n  margin: 0 auto;\n  padding: 0 1.5rem;\n}\n.amnis-api-showcase .api-badge {\n  display: inline-block;\n  font-size: 0.72rem;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  color: var(--amnis-blue);\n  background: rgba(51,51,255,0.08);\n  border-radius: 2rem;\n  padding: 0.3rem 1rem;\n  margin-bottom: 1rem;\n}\n.amnis-api-showcase h2 {\n  font-size: 2rem;\n  font-weight: 800;\n  color: #0F3E82;\n  font-family: inherit;\n  line-height: 1.2;\n  margin: 0 0 1rem;\n}\n.amnis-api-showcase .api-desc {\n  font-size: 1.05rem;\n  color: #6B6B80;\n  font-family: inherit;\n  line-height: 1.65;\n  margin-bottom: 2rem;\n}\n.amnis-api-showcase .api-cta {\n  display: inline-block;\n  background: var(--amnis-blue);\n  color: var(--amnis-white);\n  padding: 14px 32px;\n  border-radius: 4px;\n  text-decoration: none;\n  font-weight: 600;\n  font-family: inherit;\n  transition: transform 150ms var(--ease-out), box-shadow 150ms var(--ease-out);\n}\n.amnis-api-showcase .api-cta:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 0 40px rgba(51,51,255,0.15);\n}\n\n\/* API card mockup *\/\n.amnis-api-showcase .api-card {\n  background: var(--amnis-white);\n  border: 1px solid var(--amnis-grey-border);\n  border-radius: var(--radius-lg);\n  overflow: hidden;\n  box-shadow: var(--shadow-lg);\n  opacity: 0;\n  transform: translateY(30px);\n  animation: amnApiReveal var(--duration-reveal) var(--ease-out) forwards;\n  animation-timeline: view();\n  animation-range: entry 10% cover 35%;\n}\n@keyframes amnApiReveal {\n  to { opacity: 1; transform: translateY(0); }\n}\n@supports not (animation-timeline: view()) {\n  .amnis-api-showcase .api-card { opacity: 1; transform: none; }\n}\n.amnis-api-showcase .api-card-header {\n  background: var(--amnis-navy);\n  color: var(--amnis-white);\n  padding: 18px 24px;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n}\n.amnis-api-showcase .api-card-header-label {\n  font-size: 12px;\n  font-weight: 600;\n  text-transform: uppercase;\n  letter-spacing: 0.05em;\n  opacity: 0.7;\n  font-family: inherit;\n}\n.amnis-api-showcase .api-card-status {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: rgba(51,255,100,0.15);\n  border-radius: 9999px;\n  padding: 4px 12px;\n  font-size: 12px;\n  font-weight: 600;\n  color: #4ADE80;\n  font-family: inherit;\n}\n.amnis-api-showcase .api-card-body {\n  padding: 0;\n}\n\n\/* Endpoint row *\/\n.amnis-api-showcase .api-endpoint {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  padding: 16px 24px;\n  border-bottom: 1px solid var(--amnis-grey-border);\n}\n.amnis-api-showcase .api-method {\n  display: inline-block;\n  font-size: 11px;\n  font-weight: 700;\n  font-family: 'Courier New', monospace;\n  letter-spacing: 0.03em;\n  padding: 3px 8px;\n  border-radius: 4px;\n  flex-shrink: 0;\n}\n.amnis-api-showcase .method-get {\n  background: rgba(5,150,105,0.1);\n  color: #059669;\n}\n.amnis-api-showcase .method-post {\n  background: rgba(51,51,255,0.08);\n  color: var(--amnis-blue);\n}\n.amnis-api-showcase .api-path {\n  font-size: 13px;\n  font-weight: 500;\n  color: var(--amnis-navy);\n  font-family: 'Courier New', monospace;\n}\n\n\/* Code block *\/\n.amnis-api-showcase .api-code {\n  background: #0A2D5E;\n  padding: 20px 24px;\n  font-family: 'Courier New', monospace;\n  font-size: 12px;\n  line-height: 1.7;\n  color: #e2e8f0;\n  overflow-x: auto;\n}\n.amnis-api-showcase .code-comment { color: #64748b; }\n.amnis-api-showcase .code-key { color: #93c5fd; }\n.amnis-api-showcase .code-string { color: #86efac; }\n.amnis-api-showcase .code-number { color: #fbbf24; }\n.amnis-api-showcase .code-method { color: #c4b5fd; }\n\n\/* Webhook event row *\/\n.amnis-api-showcase .api-webhook {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  padding: 14px 24px;\n  border-top: 1px solid var(--amnis-grey-border);\n  background: var(--amnis-grey-bg);\n}\n.amnis-api-showcase .api-webhook-dot {\n  width: 8px;\n  height: 8px;\n  border-radius: 50%;\n  flex-shrink: 0;\n  animation: amnApiPulse 2s ease-in-out infinite;\n}\n@keyframes amnApiPulse {\n  0%, 100% { opacity: 1; }\n  50% { opacity: 0.4; }\n}\n.amnis-api-showcase .api-webhook-label {\n  font-size: 12px;\n  font-weight: 600;\n  color: var(--amnis-navy);\n  font-family: inherit;\n}\n.amnis-api-showcase .api-webhook-time {\n  font-size: 11px;\n  color: var(--amnis-grey-text);\n  font-family: inherit;\n  margin-left: auto;\n}\n\n@media (max-width: 900px) {\n  .amnis-api-showcase .api-grid {\n    grid-template-columns: 1fr;\n    gap: 2.5rem;\n  }\n}\n@media (prefers-reduced-motion: reduce) {\n  .amnis-api-showcase .api-card { opacity: 1; transform: none; animation: none; }\n  .amnis-api-showcase .api-webhook-dot { animation: none; }\n}\n<\/style>\n<section class=\"amnis-api-showcase\" style=\"padding: 5rem 0; background: #FFFFFF;\">\n  <div class=\"api-grid\">\n    <div>\n      <span class=\"api-badge\">API & Integrations<\/span>\n      <h2>Build your own automation workflows<\/h2>\n      <p class=\"api-desc\">Open API endpoints let developers connect amnis to any system \u2014 ERP, e-commerce, custom internal tools. Bring Mail-to-Pay and receipt submission into your own pipelines while keeping approvals in your hands.<\/p>\n      <a href=\"https:\/\/amnistreasury.com\/pl\/api\/\" class=\"api-cta\">Explore API<\/a>\n    <\/div>\n    <div>\n      <div class=\"api-card\">\n        <div class=\"api-card-header\">\n          <span class=\"api-card-header-label\">amnis REST API<\/span>\n          <span class=\"api-card-status\">\n            <span style=\"width:6px;height:6px;border-radius:50%;background:#4ADE80;display:inline-block;\"><\/span> Live\n          <\/span>\n        <\/div>\n        <div class=\"api-card-body\">\n          <div class=\"api-endpoint\">\n            <span class=\"api-method method-post\">POST<\/span>\n            <span class=\"api-path\">\/v1\/payments\/create<\/span>\n          <\/div>\n          <div class=\"api-endpoint\">\n            <span class=\"api-method method-get\">GET<\/span>\n            <span class=\"api-path\">\/v1\/accounts\/balances<\/span>\n          <\/div>\n          <div class=\"api-endpoint\" style=\"border-bottom: none;\">\n            <span class=\"api-method method-get\">GET<\/span>\n            <span class=\"api-path\">\/v1\/transactions?status=pending<\/span>\n          <\/div>\n          <div class=\"api-code\">\n            <span class=\"code-comment\">\/\/ POST \/v1\/payments\/create<\/span><br\/>\n            {<br\/>\n            &nbsp;&nbsp;<span class=\"code-key\">\"beneficiary\"<\/span>: <span class=\"code-string\">\"M\u00fcller AG\"<\/span>,<br\/>\n            &nbsp;&nbsp;<span class=\"code-key\">\"iban\"<\/span>: <span class=\"code-string\">\"CH93 0076 2011 6238 5295 7\"<\/span>,<br\/>\n            &nbsp;&nbsp;<span class=\"code-key\">\"amount\"<\/span>: <span class=\"code-number\">11956.98<\/span>,<br\/>\n            &nbsp;&nbsp;<span class=\"code-key\">\"currency\"<\/span>: <span class=\"code-string\">\"CHF\"<\/span>,<br\/>\n            &nbsp;&nbsp;<span class=\"code-key\">\"reference\"<\/span>: <span class=\"code-string\">\"INV-2026-0847\"<\/span><br\/>\n            }\n          <\/div>\n          <div class=\"api-webhook\">\n            <span class=\"api-webhook-dot\" style=\"background: #059669;\"><\/span>\n            <span class=\"api-webhook-label\">payment.approved<\/span>\n            <span class=\"api-webhook-time\">Just now<\/span>\n          <\/div>\n          <div class=\"api-webhook\" style=\"border-top: 1px solid var(--amnis-grey-border);\">\n            <span class=\"api-webhook-dot\" style=\"background: var(--amnis-blue);\"><\/span>\n            <span class=\"api-webhook-label\">payment.scheduled<\/span>\n            <span class=\"api-webhook-time\">2 min ago<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n<p><!-- Section 9: API & Integrations --><\/p>\n<p><!-- Section 10: AI assists \u2014 you stay in control --><\/p>\n\n\n<section style=\"padding: 5.5rem 1.5rem; background: #F1F5FA; position: relative; overflow: hidden;\">\n  <div style=\"position: absolute; top: 0; right: 0; width: 300px; height: 300px; background: radial-gradient(circle, rgba(181,227,216,0.2) 0%, transparent 70%); pointer-events: none;\"><\/div>\n  <div style=\"position: absolute; bottom: 0; left: 0; width: 250px; height: 250px; background: radial-gradient(circle, rgba(51,51,255,0.06) 0%, transparent 70%); pointer-events: none;\"><\/div>\n  <div style=\"max-width: 1100px; margin: 0 auto; position: relative; z-index: 1;\">\n    <div style=\"text-align: center; margin-bottom: 3.5rem;\">\n      <p style=\"display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #3333FF; border: 1px solid rgba(51,51,255,0.2); border-radius: 2rem; padding: 0.3rem 1rem; margin-bottom: 1rem;\">AI & Automation roadmap<\/p>\n      <h2 style=\"color: #0F3E82; font-size: 2.2rem; font-weight: 800; margin-bottom: 0.75rem;\">Expense AI is the first step.<\/h2>\n      <p style=\"color: #6B6B80; font-size: 1.05rem; max-width: 640px; margin: 0 auto; line-height: 1.65;\">Over the coming months, we will expand amnis AI & Automation with more invoice-to-payment workflows, deeper integrations, and AI-assisted banking \u2014 all with you in control.<\/p>\n    <\/div>\n    <div style=\"display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem;\">\n      <div class=\"amnRoadmapCard\" style=\"background: #FFFFFF; border: 1px solid rgba(15,62,130,0.1); border-radius: 1.25rem; padding: 2rem; box-shadow: 0 4px 24px rgba(15,62,130,0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; opacity: 0; transform: translateY(30px);\">\n        <div style=\"display: flex; align-items: center; gap: 0.5rem; margin-bottom: 1.25rem;\">\n          <span style=\"width: 10px; height: 10px; border-radius: 50%; background: #B5E3D8; display: inline-block;\"><\/span>\n          <span style=\"font-size: 0.72rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: #0F3E82;\">Live now<\/span>\n        <\/div>\n        <h3 style=\"color: #0F3E82; font-size: 1.1rem; font-weight: 700; margin-bottom: 1rem;\">In production<\/h3>\n        <ul style=\"list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.65rem;\">\n          <li style=\"font-size: 0.83rem; color: #6B6B80; display: flex; align-items: flex-start; gap: 0.6rem;\"><span style=\"color: #B5E3D8; font-weight: 800; flex-shrink: 0;\">&#10003;<\/span> Payment AI \u2014 schedule payments from document uploads<\/li>\n          <li style=\"font-size: 0.83rem; color: #6B6B80; display: flex; align-items: flex-start; gap: 0.6rem;\"><span style=\"color: #B5E3D8; font-weight: 800; flex-shrink: 0;\">&#10003;<\/span> Payment AI \u2014 schedule payments by forwarding an email<\/li>\n          <li style=\"font-size: 0.83rem; color: #6B6B80; display: flex; align-items: flex-start; gap: 0.6rem;\"><span style=\"color: #B5E3D8; font-weight: 800; flex-shrink: 0;\">&#10003;<\/span> Expense AI \u2014 AI-powered receipt recognition<\/li>\n          <li style=\"font-size: 0.83rem; color: #6B6B80; display: flex; align-items: flex-start; gap: 0.6rem;\"><span style=\"color: #B5E3D8; font-weight: 800; flex-shrink: 0;\">&#10003;<\/span> Expense AI \u2014 AI-powered expense pre-classification<\/li>\n          <li style=\"font-size: 0.83rem; color: #6B6B80; display: flex; align-items: flex-start; gap: 0.6rem;\"><span style=\"color: #B5E3D8; font-weight: 800; flex-shrink: 0;\">&#10003;<\/span> amnis Marketplace integrations<\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"amnRoadmapCard\" style=\"background: #FFFFFF; border: 1px solid rgba(51,51,255,0.12); border-radius: 1.25rem; padding: 2rem; box-shadow: 0 4px 24px rgba(15,62,130,0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; opacity: 0; transform: translateY(30px);\">\n        <div style=\"display: flex; align-items: center; gap: 0.5rem; margin-bottom: 1.25rem;\">\n          <span style=\"width: 10px; height: 10px; border-radius: 50%; background: #3333FF; display: inline-block;\"><\/span>\n          <span style=\"font-size: 0.72rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: #3333FF;\">Coming soon<\/span>\n        <\/div>\n        <h3 style=\"color: #0F3E82; font-size: 1.1rem; font-weight: 700; margin-bottom: 1rem;\">Q2 2026<\/h3>\n        <ul style=\"list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.65rem;\">\n          <li style=\"font-size: 0.83rem; color: #6B6B80; display: flex; align-items: flex-start; gap: 0.6rem;\"><span style=\"color: #3333FF; font-weight: 800; flex-shrink: 0;\">&#9684;<\/span> AI features in mobile app<\/li>\n          <li style=\"font-size: 0.83rem; color: #6B6B80; display: flex; align-items: flex-start; gap: 0.6rem;\"><span style=\"color: #3333FF; font-weight: 800; flex-shrink: 0;\">&#9684;<\/span> Email to receipt<\/li>\n          <li style=\"font-size: 0.83rem; color: #6B6B80; display: flex; align-items: flex-start; gap: 0.6rem;\"><span style=\"color: #3333FF; font-weight: 800; flex-shrink: 0;\">&#9684;<\/span> Approval workflows (configurable)<\/li>\n          <li style=\"font-size: 0.83rem; color: #6B6B80; display: flex; align-items: flex-start; gap: 0.6rem;\"><span style=\"color: #3333FF; font-weight: 800; flex-shrink: 0;\">&#9684;<\/span> Automated export scheduling<\/li>\n          <li style=\"font-size: 0.83rem; color: #6B6B80; display: flex; align-items: flex-start; gap: 0.6rem;\"><span style=\"color: #3333FF; font-weight: 800; flex-shrink: 0;\">&#9684;<\/span> Multi-step approval chains<\/li>\n          <li style=\"font-size: 0.83rem; color: #6B6B80; display: flex; align-items: flex-start; gap: 0.6rem;\"><span style=\"color: #3333FF; font-weight: 800; flex-shrink: 0;\">&#9684;<\/span> AI Banking \u2014 conversational & smart insights<\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"amnRoadmapCard\" style=\"background: #FFFFFF; border: 1px solid rgba(254,207,132,0.3); border-radius: 1.25rem; padding: 2rem; box-shadow: 0 4px 24px rgba(15,62,130,0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; opacity: 0; transform: translateY(30px);\">\n        <div style=\"display: flex; align-items: center; gap: 0.5rem; margin-bottom: 1.25rem;\">\n          <span style=\"width: 10px; height: 10px; border-radius: 50%; border: 2px solid #FECF84; display: inline-block;\"><\/span>\n          <span style=\"font-size: 0.72rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: #FECF84;\">Coming next<\/span>\n        <\/div>\n        <h3 style=\"color: #0F3E82; font-size: 1.1rem; font-weight: 700; margin-bottom: 1rem;\">Part of our AI & Automation roadmap<\/h3>\n        <ul style=\"list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.65rem;\">\n          <li style=\"font-size: 0.83rem; color: #6B6B80; display: flex; align-items: flex-start; gap: 0.6rem;\"><span style=\"color: #FECF84; font-weight: 800; flex-shrink: 0;\">&#9675;<\/span> AI Expense Agent \u2014 assisted expense workflows<\/li>\n          <li style=\"font-size: 0.83rem; color: #6B6B80; display: flex; align-items: flex-start; gap: 0.6rem;\"><span style=\"color: #FECF84; font-weight: 800; flex-shrink: 0;\">&#9675;<\/span> AI Treasury Agent \u2014 smart cash forecasting<\/li>\n          <li style=\"font-size: 0.83rem; color: #6B6B80; display: flex; align-items: flex-start; gap: 0.6rem;\"><span style=\"color: #FECF84; font-weight: 800; flex-shrink: 0;\">&#9675;<\/span> AI Pre-Accounting Agent<\/li>\n          <li style=\"font-size: 0.83rem; color: #6B6B80; display: flex; align-items: flex-start; gap: 0.6rem;\"><span style=\"color: #FECF84; font-weight: 800; flex-shrink: 0;\">&#9675;<\/span> MCP Server & connectors<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n  <\/div>\n  <style>\n    .amnRoadmapCard:hover { transform: translateY(-6px) !important; box-shadow: 0 12px 40px rgba(15,62,130,0.15) !important; }\n    @media (max-width: 960px) { .amnRoadmapCard { min-width: 100%; } }\n  <\/style>\n  <script>\n    (function() {\n      var observer = new IntersectionObserver(function(entries) {\n        entries.forEach(function(entry) {\n          if (entry.isIntersecting) {\n            var cards = entry.target.querySelectorAll('.amnRoadmapCard');\n            cards.forEach(function(card, i) {\n              setTimeout(function() {\n                card.style.transition = 'opacity 0.6s ease, transform 0.6s ease';\n                card.style.opacity = '1';\n                card.style.transform = 'translateY(0)';\n              }, i * 150);\n            });\n            observer.unobserve(entry.target);\n          }\n        });\n      }, { threshold: 0.2 });\n      var section = document.currentScript.closest('section');\n      if (section) observer.observe(section);\n    })();\n  <\/script>\n<\/section>\n\n\n<div  class=\"block-simple-call-to-action alignfull block-color-variation--white default-block-padding-medium\">\n  <div>\n    <div class=\"container max-w-[1030px] text-center\">\n      <div class=\"content-wrap gap-content-l\">\n        <div class=\"content-wrap gap-content-s\">\n                      <h2 class=\"is-style-heading-xl\">\n            Multiply your output, <strong>not your headcount.<\/strong>\n            <\/h2>\n          \n                      <div class=\"copy-l p-reset\">\n              <p>Join 5,000+ finance teams using amnis AI &#038; Automation to close books faster, reduce routine work, and stay fully in control. Licensed European Payment Institution. No hidden fees. Onboard in 48 hours and test the accounting automation.<\/p>\n            <\/div>\n                  <\/div>\n\n        <div class=\"flex items-center flex-wrap gap-4 sm:gap-8 justify-center\">\n                      <div class=\"\">\n              <a class=\"c-button\" href=\"https:\/\/amnistreasury.com\/book-a-demo-call\/\" target=\"_self\">\n                                Book a demo                              <\/a>\n            <\/div>\n          \n                      <div class=\"\">\n              <a class=\"c-button c-button--secondary\" href=\"https:\/\/app.amnistreasury.com\/create-an-account?language=en\" target=\"_self\">\n                                Start for free                              <\/a>\n            <\/div>\n                  <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<div  class=\"block-faq-accordion not-typo alignfull block-color-variation--light default-block-padding default-block-padding-modified default-block-padding--top-medium default-block-padding--bottom-medium\">\n  <div class=\"container container--tight container--default-2024\">\n    \n<div class=\"headline-area-wrap headline-area-wrap--centered headline-area-wrap--margin-bottom-sm \">\n\n  <div class=\"content-wrap gap-content-xs\">\n    \n    <div class=\"content-wrap gap-content-s\">\n              <h2 class=\"is-style-heading-xl mt-0\">\n          Frequently asked questions        <\/h2>\n      \n              <div class=\"copy-l p-reset\">\n          <p>Everything you need to know about amnis AI &#038; Automation.<\/p>\n        <\/div>\n          <\/div>\n  <\/div>\n<\/div>\n\n          <div class=\"grid grid-cols-1 sm:grid-cols-2 gap-6  links-styled\">\n          <div class=\"\">\n                  <div class=\"c-faq-accordion\">\n                                          <div class=\"c-faq-accordion__el mb-m\">\n                  <h3 class=\"c-faq-accordion__subtitle c-faq-accordion__subtitle--active\">\n                    <button>\n                      <span>\n                        What is amnis AI & Automation?                      <\/span>\n\n                      <span class=\"c-faq-accordion__plus\">\n                      <svg width=\"32\" height=\"33\" viewBox=\"0 0 32 33\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <mask id=\"mask0_40000052_9126\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"32\" height=\"33\">\n                        <rect y=\"0.115723\" width=\"32\" height=\"32\" fill=\"#D9D9D9\"\/>\n                        <\/mask>\n                        <g mask=\"url(#mask0_40000052_9126)\">\n                        <path d=\"M15.0007 17.1157H7.33398V15.1157H15.0007V7.44904H17.0007V15.1157H24.6673V17.1157H17.0007V24.7824H15.0007V17.1157Z\" fill=\"#0F3E82\"\/>\n                        <\/g>\n                        <\/svg>\n\n                      <\/span>\n                      <span class=\"c-faq-accordion__minus\">\n                        <svg width=\"32\" height=\"33\" viewBox=\"0 0 32 33\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <mask id=\"mask0_40000052_9119\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"32\" height=\"33\">\n                        <rect y=\"0.115723\" width=\"32\" height=\"32\" fill=\"#D9D9D9\"\/>\n                        <\/mask>\n                        <g mask=\"url(#mask0_40000052_9119)\">\n                        <path d=\"M7.33398 17.1157V15.1157H24.6673V17.1157H7.33398Z\" fill=\"#0F3E82\"\/>\n                        <\/g>\n                        <\/svg>\n\n                      <\/span>\n                    <\/button>\n                  <\/h3>\n\n                  <div class=\"c-faq-accordion__text c-faq-accordion__text--active\" >\n                    <div>\n                      <p>amnis AI &#038; Automation is a growing set of intelligent workflows that reduce manual financial work \u2014 starting with AI-powered expense processing and expanding across payments and banking. It automates routine tasks while keeping full control in the hands of your finance team.<\/p>\n                    <\/div>\n                  <\/div>\n                <\/div>\n                                                        <div class=\"c-faq-accordion__el mb-m\">\n                  <h3 class=\"c-faq-accordion__subtitle\">\n                    <button>\n                      <span>\n                        How does Payment AI work?                      <\/span>\n\n                      <span class=\"c-faq-accordion__plus\">\n                      <svg width=\"32\" height=\"33\" viewBox=\"0 0 32 33\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <mask id=\"mask0_40000052_9126\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"32\" height=\"33\">\n                        <rect y=\"0.115723\" width=\"32\" height=\"32\" fill=\"#D9D9D9\"\/>\n                        <\/mask>\n                        <g mask=\"url(#mask0_40000052_9126)\">\n                        <path d=\"M15.0007 17.1157H7.33398V15.1157H15.0007V7.44904H17.0007V15.1157H24.6673V17.1157H17.0007V24.7824H15.0007V17.1157Z\" fill=\"#0F3E82\"\/>\n                        <\/g>\n                        <\/svg>\n\n                      <\/span>\n                      <span class=\"c-faq-accordion__minus\">\n                        <svg width=\"32\" height=\"33\" viewBox=\"0 0 32 33\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <mask id=\"mask0_40000052_9119\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"32\" height=\"33\">\n                        <rect y=\"0.115723\" width=\"32\" height=\"32\" fill=\"#D9D9D9\"\/>\n                        <\/mask>\n                        <g mask=\"url(#mask0_40000052_9119)\">\n                        <path d=\"M7.33398 17.1157V15.1157H24.6673V17.1157H7.33398Z\" fill=\"#0F3E82\"\/>\n                        <\/g>\n                        <\/svg>\n\n                      <\/span>\n                    <\/button>\n                  <\/h3>\n\n                  <div class=\"c-faq-accordion__text\"  style=\"display: none;\" >\n                    <div>\n                      <p>Upload any invoice (PDF, image, or scanned document) and amnis AI reads it, extracting vendor, IBAN, amount, currency, due date, and early-payment discount windows. You review, approve, and decide. amnis schedules the payment at the optimal time.<\/p>\n                    <\/div>\n                  <\/div>\n                <\/div>\n                                                        <div class=\"c-faq-accordion__el mb-m\">\n                  <h3 class=\"c-faq-accordion__subtitle\">\n                    <button>\n                      <span>\n                        Can I turn off AI features?                      <\/span>\n\n                      <span class=\"c-faq-accordion__plus\">\n                      <svg width=\"32\" height=\"33\" viewBox=\"0 0 32 33\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <mask id=\"mask0_40000052_9126\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"32\" height=\"33\">\n                        <rect y=\"0.115723\" width=\"32\" height=\"32\" fill=\"#D9D9D9\"\/>\n                        <\/mask>\n                        <g mask=\"url(#mask0_40000052_9126)\">\n                        <path d=\"M15.0007 17.1157H7.33398V15.1157H15.0007V7.44904H17.0007V15.1157H24.6673V17.1157H17.0007V24.7824H15.0007V17.1157Z\" fill=\"#0F3E82\"\/>\n                        <\/g>\n                        <\/svg>\n\n                      <\/span>\n                      <span class=\"c-faq-accordion__minus\">\n                        <svg width=\"32\" height=\"33\" viewBox=\"0 0 32 33\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <mask id=\"mask0_40000052_9119\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"32\" height=\"33\">\n                        <rect y=\"0.115723\" width=\"32\" height=\"32\" fill=\"#D9D9D9\"\/>\n                        <\/mask>\n                        <g mask=\"url(#mask0_40000052_9119)\">\n                        <path d=\"M7.33398 17.1157V15.1157H24.6673V17.1157H7.33398Z\" fill=\"#0F3E82\"\/>\n                        <\/g>\n                        <\/svg>\n\n                      <\/span>\n                    <\/button>\n                  <\/h3>\n\n                  <div class=\"c-faq-accordion__text\"  style=\"display: none;\" >\n                    <div>\n                      <p>Yes. AI assists \u2014 it does not decide. Every result can be reviewed and adjusted before it is finalised. AI features can be turned off at any time, and you always maintain full control over every approval and decision.<\/p>\n                    <\/div>\n                  <\/div>\n                <\/div>\n                                    <\/div>\n              <\/div>\n      <div>\n                  <div class=\"c-faq-accordion\">\n                                          <div class=\"c-faq-accordion__el mb-m\">\n                  <h3 class=\"c-faq-accordion__subtitle\">\n                    <button>\n                      <span>\n                        What is Mail-to-Pay?                      <\/span>\n\n                      <span class=\"c-faq-accordion__plus\">\n                      <svg width=\"32\" height=\"33\" viewBox=\"0 0 32 33\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <mask id=\"mask0_40000052_9126\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"32\" height=\"33\">\n                        <rect y=\"0.115723\" width=\"32\" height=\"32\" fill=\"#D9D9D9\"\/>\n                        <\/mask>\n                        <g mask=\"url(#mask0_40000052_9126)\">\n                        <path d=\"M15.0007 17.1157H7.33398V15.1157H15.0007V7.44904H17.0007V15.1157H24.6673V17.1157H17.0007V24.7824H15.0007V17.1157Z\" fill=\"#0F3E82\"\/>\n                        <\/g>\n                      <\/svg>\n\n                      <\/span>\n                      <span class=\"c-faq-accordion__minus\">\n                        <svg width=\"32\" height=\"33\" viewBox=\"0 0 32 33\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <mask id=\"mask0_40000052_9119\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"32\" height=\"33\">\n                        <rect y=\"0.115723\" width=\"32\" height=\"32\" fill=\"#D9D9D9\"\/>\n                        <\/mask>\n                        <g mask=\"url(#mask0_40000052_9119)\">\n                        <path d=\"M7.33398 17.1157V15.1157H24.6673V17.1157H7.33398Z\" fill=\"#0F3E82\"\/>\n                        <\/g>\n                        <\/svg>\n\n                      <\/span>\n                    <\/button>\n                  <\/h3>\n\n                  <div class=\"c-faq-accordion__text\"  style=\"display: none;\" >\n                    <div>\n                      <p>Forward your supplier&#8217;s invoice email to your dedicated amnis payment inbox. AI extracts payment details from the email body and attachments. Discounts and due dates are flagged. You approve before anything gets paid.<\/p>\n                    <\/div>\n                  <\/div>\n                <\/div>\n                                                        <div class=\"c-faq-accordion__el mb-m\">\n                  <h3 class=\"c-faq-accordion__subtitle\">\n                    <button>\n                      <span>\n                        What does Expense AI do?                      <\/span>\n\n                      <span class=\"c-faq-accordion__plus\">\n                      <svg width=\"32\" height=\"33\" viewBox=\"0 0 32 33\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <mask id=\"mask0_40000052_9126\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"32\" height=\"33\">\n                        <rect y=\"0.115723\" width=\"32\" height=\"32\" fill=\"#D9D9D9\"\/>\n                        <\/mask>\n                        <g mask=\"url(#mask0_40000052_9126)\">\n                        <path d=\"M15.0007 17.1157H7.33398V15.1157H15.0007V7.44904H17.0007V15.1157H24.6673V17.1157H17.0007V24.7824H15.0007V17.1157Z\" fill=\"#0F3E82\"\/>\n                        <\/g>\n                      <\/svg>\n\n                      <\/span>\n                      <span class=\"c-faq-accordion__minus\">\n                        <svg width=\"32\" height=\"33\" viewBox=\"0 0 32 33\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <mask id=\"mask0_40000052_9119\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"32\" height=\"33\">\n                        <rect y=\"0.115723\" width=\"32\" height=\"32\" fill=\"#D9D9D9\"\/>\n                        <\/mask>\n                        <g mask=\"url(#mask0_40000052_9119)\">\n                        <path d=\"M7.33398 17.1157V15.1157H24.6673V17.1157H7.33398Z\" fill=\"#0F3E82\"\/>\n                        <\/g>\n                        <\/svg>\n\n                      <\/span>\n                    <\/button>\n                  <\/h3>\n\n                  <div class=\"c-faq-accordion__text\"  style=\"display: none;\" >\n                    <div>\n                      <p>Expense AI provides AI-powered expense processing from receipt to accounting data. It extracts merchant, amount, date, and VAT from any receipt, pre-classifies categories and cost centers, matches receipts to card transactions automatically, and sends automated reminders for missing receipts.<\/p>\n                    <\/div>\n                  <\/div>\n                <\/div>\n                                                        <div class=\"c-faq-accordion__el mb-m\">\n                  <h3 class=\"c-faq-accordion__subtitle\">\n                    <button>\n                      <span>\n                        Does amnis offer API access?                      <\/span>\n\n                      <span class=\"c-faq-accordion__plus\">\n                      <svg width=\"32\" height=\"33\" viewBox=\"0 0 32 33\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <mask id=\"mask0_40000052_9126\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"32\" height=\"33\">\n                        <rect y=\"0.115723\" width=\"32\" height=\"32\" fill=\"#D9D9D9\"\/>\n                        <\/mask>\n                        <g mask=\"url(#mask0_40000052_9126)\">\n                        <path d=\"M15.0007 17.1157H7.33398V15.1157H15.0007V7.44904H17.0007V15.1157H24.6673V17.1157H17.0007V24.7824H15.0007V17.1157Z\" fill=\"#0F3E82\"\/>\n                        <\/g>\n                      <\/svg>\n\n                      <\/span>\n                      <span class=\"c-faq-accordion__minus\">\n                        <svg width=\"32\" height=\"33\" viewBox=\"0 0 32 33\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <mask id=\"mask0_40000052_9119\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"32\" height=\"33\">\n                        <rect y=\"0.115723\" width=\"32\" height=\"32\" fill=\"#D9D9D9\"\/>\n                        <\/mask>\n                        <g mask=\"url(#mask0_40000052_9119)\">\n                        <path d=\"M7.33398 17.1157V15.1157H24.6673V17.1157H7.33398Z\" fill=\"#0F3E82\"\/>\n                        <\/g>\n                        <\/svg>\n\n                      <\/span>\n                    <\/button>\n                  <\/h3>\n\n                  <div class=\"c-faq-accordion__text\"  style=\"display: none;\" >\n                    <div>\n                      <p>Yes. Open REST API endpoints let developers connect amnis to any system \u2014 ERP, e-commerce, or custom tools. The API supports Email to Pay workflows, automated receipt submission, webhook events, and batch payments. Full documentation and sandbox are available.<\/p>\n                    <\/div>\n                  <\/div>\n                <\/div>\n                                    <\/div>\n              <\/div>\n              <\/div>\n                    \n      <\/div>\n<\/div>\n\n","protected":false},"excerpt":{"rendered":"<p>&#10024; AI &amp; Automation Routine tasks, handled for you amnis AI &amp; Automation reduces manual financial work \u2014 across expenses, payments, and banking \u2014 while keeping you fully in control of every approval and decision. START FOR FREE BOOK A DEMO Invoice scanned Supplier invoice #4821 Auto-matched &bull; Ready for approval Payment created EUR &rarr; [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-85388","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/amnistreasury.com\/pl\/wp-json\/wp\/v2\/pages\/85388","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/amnistreasury.com\/pl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/amnistreasury.com\/pl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/amnistreasury.com\/pl\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/amnistreasury.com\/pl\/wp-json\/wp\/v2\/comments?post=85388"}],"version-history":[{"count":2,"href":"https:\/\/amnistreasury.com\/pl\/wp-json\/wp\/v2\/pages\/85388\/revisions"}],"predecessor-version":[{"id":85409,"href":"https:\/\/amnistreasury.com\/pl\/wp-json\/wp\/v2\/pages\/85388\/revisions\/85409"}],"wp:attachment":[{"href":"https:\/\/amnistreasury.com\/pl\/wp-json\/wp\/v2\/media?parent=85388"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}