AmazonS3
tcp/443
CloudFront
tcp/443 tcp/80
Open service 13.32.121.8:80 · www.pillar8.com
2025-12-21 23:59
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sun, 21 Dec 2025 23:59:46 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://www.pillar8.com/ X-Cache: Redirect from cloudfront Via: 1.1 b3fce8903671f8346e7a6a138d2d4610.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P1 X-Amz-Cf-Id: 6VmLvUOsY7pfBUwV_HOCwS9D5GhPLUm0wXtezwaHXkQxM1vByYmfnA== X-XSS-Protection: 1; mode=block X-Frame-Options: DENY Referrer-Policy: strict-origin-when-cross-origin Content-Security-Policy: default-src 'self'; img-src 'self' data:; script-src 'self' plausible.io; style-src 'self' 'unsafe-inline'; font-src 'self' data:; connect-src 'self' https://93robt3fxh.execute-api.eu-north-1.amazonaws.com https://plausible.io; frame-ancestors 'none'; base-uri 'self'; form-action 'self' https://formsubmit.co https://formspree.io mailto:; X-Content-Type-Options: nosniff Permissions-Policy: geolocation=(), microphone=(), camera=(), payment=(), usb=(), fullscreen=* Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 13.32.121.27:443 · www.pillar8.com
2025-12-21 23:59
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sun, 21 Dec 2025 23:59:46 GMT Content-Length: 0 Connection: close Location: https://pillar8.com/ X-Cache: FunctionGeneratedResponse from cloudfront Via: 1.1 c80fd33b8f8c4dff5488cc52ba797aa6.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P1 X-Amz-Cf-Id: oS4wGgL3HYuFgVpSjWWy9l90iyuhETiN8KQ2CJNt4IUqWINmKco8kg== X-XSS-Protection: 1; mode=block X-Frame-Options: DENY Referrer-Policy: strict-origin-when-cross-origin Content-Security-Policy: default-src 'self'; img-src 'self' data:; script-src 'self' plausible.io; style-src 'self' 'unsafe-inline'; font-src 'self' data:; connect-src 'self' https://93robt3fxh.execute-api.eu-north-1.amazonaws.com https://plausible.io; frame-ancestors 'none'; base-uri 'self'; form-action 'self' https://formsubmit.co https://formspree.io mailto:; X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Permissions-Policy: geolocation=(), microphone=(), camera=(), payment=(), usb=(), fullscreen=*
Open service 13.32.121.69:443 · pillar8.com
2025-12-21 23:59
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 20885
Connection: close
Last-Modified: Sun, 16 Nov 2025 00:00:51 GMT
Server: AmazonS3
Date: Sun, 21 Dec 2025 23:46:49 GMT
ETag: "a3efce0230997a31bc4e629c3e0a7d42"
X-Cache: Hit from cloudfront
Via: 1.1 ec85113c6ed859938b3fcfa19bc035f8.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P1
X-Amz-Cf-Id: q3UzeJgaaw3nJDt5Ow-M_NSwtuL-WeVCmTQn9J2WC8PkHexyztZrvw==
Age: 778
X-XSS-Protection: 1; mode=block
X-Frame-Options: DENY
Referrer-Policy: strict-origin-when-cross-origin
Content-Security-Policy: default-src 'self'; img-src 'self' data:; script-src 'self' plausible.io; style-src 'self' 'unsafe-inline'; font-src 'self' data:; connect-src 'self' https://93robt3fxh.execute-api.eu-north-1.amazonaws.com https://plausible.io; frame-ancestors 'none'; base-uri 'self'; form-action 'self' https://formsubmit.co https://formspree.io mailto:;
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Permissions-Policy: geolocation=(), microphone=(), camera=(), payment=(), usb=(), fullscreen=*
Page title: Pillar8 | AI brain for payments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Pillar8 | AI brain for payments</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Pillar8 is the AI brain for payments. An adaptive intelligence layer that learns from every transaction to optimize checkout, routing, and recovery in real time." />
<link rel="icon" type="image/png" href="/favicon-512.png" />
<style>
:root {
--bg: #05070a;
--bg-alt: #070a10;
--accent: #10CBB3;
--accent-soft: rgba(16, 203, 179, 0.2);
--text-main: #ffffff;
--text-muted: #a7b0c3;
--border-subtle: #1a2233;
--card-bg: #0a0f18;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html, body {
height: 100%;
scroll-behavior: smooth;
}
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", sans-serif;
background: radial-gradient(circle at top left, #101729 0, #05070a 52%);
color: var(--text-main);
-webkit-font-smoothing: antialiased;
}
a {
color: inherit;
text-decoration: none;
}
.page {
min-height: 100vh;
display: flex;
flex-direction: column;
}
.container {
width: 100%;
max-width: 1120px;
margin: 0 auto;
padding: 0 20px;
}
header {
position: sticky;
top: 0;
z-index: 20;
backdrop-filter: blur(14px);
background: linear-gradient(to bottom, rgba(5, 7, 10, 0.94), rgba(5, 7, 10, 0.7), transparent);
border-bottom: 1px solid rgba(255, 255, 255, 0.02);
}
.nav {
display: flex;
align-items: center;
justify-content: space-between;
height: 72px;
}
.logo-group {
display: flex;
align-items: center;
gap: 10px;
}
.logo-group .logo-img {
height: 36px;
width: auto;
display: block;
}
.nav-links {
display: flex;
align-items: center;
gap: 24px;
font-size: 14px;
color: var(--text-muted);
}
.nav-links a {
position: relative;
padding-bottom: 4px;
}
.nav-links a::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 0;
height: 2px;
background: var(--accent);
transition: width 0.2s ease;
}
.nav-links a:hover::after {
width: 100%;
}
.nav-cta {
padding: 8px 16px;
border-radius: 999px;
border: 1px solid rgba(255, 255, 255, 0.12);
font-size: 13px;
text-transform: uppercase;
letter-spacing: 0.16em;
color: var(--accent);
background: rgba(10, 15, 24, 0.8);
}
.nav-cta:hover {
border-color: var(--accent);
background: rgba(16, 203, 179, 0.06);
}
main {
flex: 1;
}
/* Section spacing tuned tighter */
section {
padding: 72px 0;
}
.hero {
padding: 88px 0 64px;
}
.hero-inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: 72px;
}
.hero-copy {
max-width: 520px;
}
.eyebrow {
font-size: 13px;
text-transform: uppercase;
letter-spacing: 0.2em;
color: var(--accent);
margin-bottom: 16px;
}
.hero-title {
font-size: clamp(32px, 4vw, 44px);
line-height: 1.1;
margin-bottom: 16px;
}
.hero-sub {
font-size: 16px;
line-height: 1.6;
color: var(--text-muted);
margin-bottom: 14px;
}
.hero-proof {
font-size: 14px;
color: #c1cadb;
margin-bottom: 24px;
}
.hero-ctas {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-bottom: 22px;
}
.btn-primary,
.btn-secondary {
border-radius: 999px;
Open service 13.32.121.8:443 · www.pillar8.com
2025-12-21 23:59
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sun, 21 Dec 2025 23:59:46 GMT Content-Length: 0 Connection: close Location: https://pillar8.com/ X-Cache: FunctionGeneratedResponse from cloudfront Via: 1.1 142ded88048f806cc40a5a225130cc8a.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P1 X-Amz-Cf-Id: W2dQLyJh31K7TioTVp3uPNRsOayjwVRVx_52EAOtZHP9GFFL7jGtAg== X-XSS-Protection: 1; mode=block X-Frame-Options: DENY Referrer-Policy: strict-origin-when-cross-origin Content-Security-Policy: default-src 'self'; img-src 'self' data:; script-src 'self' plausible.io; style-src 'self' 'unsafe-inline'; font-src 'self' data:; connect-src 'self' https://93robt3fxh.execute-api.eu-north-1.amazonaws.com https://plausible.io; frame-ancestors 'none'; base-uri 'self'; form-action 'self' https://formsubmit.co https://formspree.io mailto:; X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Permissions-Policy: geolocation=(), microphone=(), camera=(), payment=(), usb=(), fullscreen=*
Open service 13.32.121.69:443 · www.pillar8.com
2025-12-21 23:59
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sun, 21 Dec 2025 23:59:46 GMT Content-Length: 0 Connection: close Location: https://pillar8.com/ X-Cache: FunctionGeneratedResponse from cloudfront Via: 1.1 5fa65194b963365c20fbd28444032cfc.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P1 X-Amz-Cf-Id: pPfRlJxPUHsoh509nYiczrKc6rq2rBggDt31QT94NkGx89maTsoAzw== X-XSS-Protection: 1; mode=block X-Frame-Options: DENY Referrer-Policy: strict-origin-when-cross-origin Content-Security-Policy: default-src 'self'; img-src 'self' data:; script-src 'self' plausible.io; style-src 'self' 'unsafe-inline'; font-src 'self' data:; connect-src 'self' https://93robt3fxh.execute-api.eu-north-1.amazonaws.com https://plausible.io; frame-ancestors 'none'; base-uri 'self'; form-action 'self' https://formsubmit.co https://formspree.io mailto:; X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Permissions-Policy: geolocation=(), microphone=(), camera=(), payment=(), usb=(), fullscreen=*
Open service 13.32.121.30:80 · pillar8.com
2025-12-21 23:59
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sun, 21 Dec 2025 23:59:46 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://pillar8.com/ X-Cache: Redirect from cloudfront Via: 1.1 11a78ce92a548aac13fb6ee545aff014.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P1 X-Amz-Cf-Id: Gj2ials4sjvhcuhRApI-QMZdfcwMud0xgjEfikPUjaJLjDZ0Oo2YRQ== X-XSS-Protection: 1; mode=block X-Frame-Options: DENY Referrer-Policy: strict-origin-when-cross-origin Content-Security-Policy: default-src 'self'; img-src 'self' data:; script-src 'self' plausible.io; style-src 'self' 'unsafe-inline'; font-src 'self' data:; connect-src 'self' https://93robt3fxh.execute-api.eu-north-1.amazonaws.com https://plausible.io; frame-ancestors 'none'; base-uri 'self'; form-action 'self' https://formsubmit.co https://formspree.io mailto:; X-Content-Type-Options: nosniff Permissions-Policy: geolocation=(), microphone=(), camera=(), payment=(), usb=(), fullscreen=* Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 13.32.121.27:80 · pillar8.com
2025-12-21 23:59
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sun, 21 Dec 2025 23:59:46 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://pillar8.com/ X-Cache: Redirect from cloudfront Via: 1.1 490f651effcacfa7d80143d3047d794e.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P1 X-Amz-Cf-Id: xlr5kQIUhIQNRYDtv_snddRBzQ4aIJ_3XypumTpO7ys12m3oDn3sDQ== X-XSS-Protection: 1; mode=block X-Frame-Options: DENY Referrer-Policy: strict-origin-when-cross-origin Content-Security-Policy: default-src 'self'; img-src 'self' data:; script-src 'self' plausible.io; style-src 'self' 'unsafe-inline'; font-src 'self' data:; connect-src 'self' https://93robt3fxh.execute-api.eu-north-1.amazonaws.com https://plausible.io; frame-ancestors 'none'; base-uri 'self'; form-action 'self' https://formsubmit.co https://formspree.io mailto:; X-Content-Type-Options: nosniff Permissions-Policy: geolocation=(), microphone=(), camera=(), payment=(), usb=(), fullscreen=* Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 13.32.121.27:80 · www.pillar8.com
2025-12-21 23:59
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sun, 21 Dec 2025 23:59:45 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://www.pillar8.com/ X-Cache: Redirect from cloudfront Via: 1.1 fd38301adb0ceb6cf6c42567f371a2f4.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P1 X-Amz-Cf-Id: mlJP7vLPrIsXc6W7Ztg1mPONxNYDnteEcguVW5v7zuW7qg06fMoARQ== X-XSS-Protection: 1; mode=block X-Frame-Options: DENY Referrer-Policy: strict-origin-when-cross-origin Content-Security-Policy: default-src 'self'; img-src 'self' data:; script-src 'self' plausible.io; style-src 'self' 'unsafe-inline'; font-src 'self' data:; connect-src 'self' https://93robt3fxh.execute-api.eu-north-1.amazonaws.com https://plausible.io; frame-ancestors 'none'; base-uri 'self'; form-action 'self' https://formsubmit.co https://formspree.io mailto:; X-Content-Type-Options: nosniff Permissions-Policy: geolocation=(), microphone=(), camera=(), payment=(), usb=(), fullscreen=* Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 13.32.121.30:443 · www.pillar8.com
2025-12-21 23:59
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sun, 21 Dec 2025 23:59:45 GMT Content-Length: 0 Connection: close Location: https://pillar8.com/ X-Cache: FunctionGeneratedResponse from cloudfront Via: 1.1 bf791e1829ff18782cd9837fbba03616.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P1 X-Amz-Cf-Id: ZxtFb3xwAmxqrsTRymmT7NXs5hWpkwqnKliOGk8OoSl92G8EmXbQDw== X-XSS-Protection: 1; mode=block X-Frame-Options: DENY Referrer-Policy: strict-origin-when-cross-origin Content-Security-Policy: default-src 'self'; img-src 'self' data:; script-src 'self' plausible.io; style-src 'self' 'unsafe-inline'; font-src 'self' data:; connect-src 'self' https://93robt3fxh.execute-api.eu-north-1.amazonaws.com https://plausible.io; frame-ancestors 'none'; base-uri 'self'; form-action 'self' https://formsubmit.co https://formspree.io mailto:; X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload Permissions-Policy: geolocation=(), microphone=(), camera=(), payment=(), usb=(), fullscreen=*
Open service 13.32.121.69:80 · pillar8.com
2025-12-21 23:59
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sun, 21 Dec 2025 23:59:45 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://pillar8.com/ X-Cache: Redirect from cloudfront Via: 1.1 ec85113c6ed859938b3fcfa19bc035f8.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P1 X-Amz-Cf-Id: uJIPSi08I50fgoB7dwENxf6YO2ItPjpb2qkklX1_zh0qMImhL67_nA== X-XSS-Protection: 1; mode=block X-Frame-Options: DENY Referrer-Policy: strict-origin-when-cross-origin Content-Security-Policy: default-src 'self'; img-src 'self' data:; script-src 'self' plausible.io; style-src 'self' 'unsafe-inline'; font-src 'self' data:; connect-src 'self' https://93robt3fxh.execute-api.eu-north-1.amazonaws.com https://plausible.io; frame-ancestors 'none'; base-uri 'self'; form-action 'self' https://formsubmit.co https://formspree.io mailto:; X-Content-Type-Options: nosniff Permissions-Policy: geolocation=(), microphone=(), camera=(), payment=(), usb=(), fullscreen=* Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 13.32.121.69:80 · www.pillar8.com
2025-12-21 23:59
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sun, 21 Dec 2025 23:59:45 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://www.pillar8.com/ X-Cache: Redirect from cloudfront Via: 1.1 df3b3b9f4fa0f79195c56a91cf242364.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P1 X-Amz-Cf-Id: S79dhlYuBe3I6R7fTyUfm46ilEtA_zXaHGLvZKAoXfh0d7BRWnDcWQ== X-XSS-Protection: 1; mode=block X-Frame-Options: DENY Referrer-Policy: strict-origin-when-cross-origin Content-Security-Policy: default-src 'self'; img-src 'self' data:; script-src 'self' plausible.io; style-src 'self' 'unsafe-inline'; font-src 'self' data:; connect-src 'self' https://93robt3fxh.execute-api.eu-north-1.amazonaws.com https://plausible.io; frame-ancestors 'none'; base-uri 'self'; form-action 'self' https://formsubmit.co https://formspree.io mailto:; X-Content-Type-Options: nosniff Permissions-Policy: geolocation=(), microphone=(), camera=(), payment=(), usb=(), fullscreen=* Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 13.32.121.30:80 · www.pillar8.com
2025-12-21 23:59
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sun, 21 Dec 2025 23:59:45 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://www.pillar8.com/ X-Cache: Redirect from cloudfront Via: 1.1 a300dbfb49a2eb50edb83038642c9f82.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P1 X-Amz-Cf-Id: 3gwzbt09BnkAIFb0bm0j42Yvt5xMZCTFX9QSfXWVKPTmQqvDJwLWhQ== X-XSS-Protection: 1; mode=block X-Frame-Options: DENY Referrer-Policy: strict-origin-when-cross-origin Content-Security-Policy: default-src 'self'; img-src 'self' data:; script-src 'self' plausible.io; style-src 'self' 'unsafe-inline'; font-src 'self' data:; connect-src 'self' https://93robt3fxh.execute-api.eu-north-1.amazonaws.com https://plausible.io; frame-ancestors 'none'; base-uri 'self'; form-action 'self' https://formsubmit.co https://formspree.io mailto:; X-Content-Type-Options: nosniff Permissions-Policy: geolocation=(), microphone=(), camera=(), payment=(), usb=(), fullscreen=* Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 13.32.121.8:80 · pillar8.com
2025-12-21 23:59
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sun, 21 Dec 2025 23:59:45 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://pillar8.com/ X-Cache: Redirect from cloudfront Via: 1.1 ec85113c6ed859938b3fcfa19bc035f8.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P1 X-Amz-Cf-Id: 41lcIepbZ6OysQorcNkmbAUuGX7Kfwb8EWXByuYbVHVxNZXycQYKWA== X-XSS-Protection: 1; mode=block X-Frame-Options: DENY Referrer-Policy: strict-origin-when-cross-origin Content-Security-Policy: default-src 'self'; img-src 'self' data:; script-src 'self' plausible.io; style-src 'self' 'unsafe-inline'; font-src 'self' data:; connect-src 'self' https://93robt3fxh.execute-api.eu-north-1.amazonaws.com https://plausible.io; frame-ancestors 'none'; base-uri 'self'; form-action 'self' https://formsubmit.co https://formspree.io mailto:; X-Content-Type-Options: nosniff Permissions-Policy: geolocation=(), microphone=(), camera=(), payment=(), usb=(), fullscreen=* Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 13.32.121.27:443 · pillar8.com
2025-12-21 23:59
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 20885
Connection: close
Last-Modified: Sun, 16 Nov 2025 00:00:51 GMT
Server: AmazonS3
Date: Sun, 21 Dec 2025 23:46:49 GMT
ETag: "a3efce0230997a31bc4e629c3e0a7d42"
X-Cache: Hit from cloudfront
Via: 1.1 c80fd33b8f8c4dff5488cc52ba797aa6.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P1
X-Amz-Cf-Id: GkQ-m62wsKv7jpwimL3_dHnF5JeAs8RYgPLoZsuofa78Sun2nTxx7g==
Age: 777
X-XSS-Protection: 1; mode=block
X-Frame-Options: DENY
Referrer-Policy: strict-origin-when-cross-origin
Content-Security-Policy: default-src 'self'; img-src 'self' data:; script-src 'self' plausible.io; style-src 'self' 'unsafe-inline'; font-src 'self' data:; connect-src 'self' https://93robt3fxh.execute-api.eu-north-1.amazonaws.com https://plausible.io; frame-ancestors 'none'; base-uri 'self'; form-action 'self' https://formsubmit.co https://formspree.io mailto:;
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Permissions-Policy: geolocation=(), microphone=(), camera=(), payment=(), usb=(), fullscreen=*
Page title: Pillar8 | AI brain for payments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Pillar8 | AI brain for payments</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Pillar8 is the AI brain for payments. An adaptive intelligence layer that learns from every transaction to optimize checkout, routing, and recovery in real time." />
<link rel="icon" type="image/png" href="/favicon-512.png" />
<style>
:root {
--bg: #05070a;
--bg-alt: #070a10;
--accent: #10CBB3;
--accent-soft: rgba(16, 203, 179, 0.2);
--text-main: #ffffff;
--text-muted: #a7b0c3;
--border-subtle: #1a2233;
--card-bg: #0a0f18;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html, body {
height: 100%;
scroll-behavior: smooth;
}
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", sans-serif;
background: radial-gradient(circle at top left, #101729 0, #05070a 52%);
color: var(--text-main);
-webkit-font-smoothing: antialiased;
}
a {
color: inherit;
text-decoration: none;
}
.page {
min-height: 100vh;
display: flex;
flex-direction: column;
}
.container {
width: 100%;
max-width: 1120px;
margin: 0 auto;
padding: 0 20px;
}
header {
position: sticky;
top: 0;
z-index: 20;
backdrop-filter: blur(14px);
background: linear-gradient(to bottom, rgba(5, 7, 10, 0.94), rgba(5, 7, 10, 0.7), transparent);
border-bottom: 1px solid rgba(255, 255, 255, 0.02);
}
.nav {
display: flex;
align-items: center;
justify-content: space-between;
height: 72px;
}
.logo-group {
display: flex;
align-items: center;
gap: 10px;
}
.logo-group .logo-img {
height: 36px;
width: auto;
display: block;
}
.nav-links {
display: flex;
align-items: center;
gap: 24px;
font-size: 14px;
color: var(--text-muted);
}
.nav-links a {
position: relative;
padding-bottom: 4px;
}
.nav-links a::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 0;
height: 2px;
background: var(--accent);
transition: width 0.2s ease;
}
.nav-links a:hover::after {
width: 100%;
}
.nav-cta {
padding: 8px 16px;
border-radius: 999px;
border: 1px solid rgba(255, 255, 255, 0.12);
font-size: 13px;
text-transform: uppercase;
letter-spacing: 0.16em;
color: var(--accent);
background: rgba(10, 15, 24, 0.8);
}
.nav-cta:hover {
border-color: var(--accent);
background: rgba(16, 203, 179, 0.06);
}
main {
flex: 1;
}
/* Section spacing tuned tighter */
section {
padding: 72px 0;
}
.hero {
padding: 88px 0 64px;
}
.hero-inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: 72px;
}
.hero-copy {
max-width: 520px;
}
.eyebrow {
font-size: 13px;
text-transform: uppercase;
letter-spacing: 0.2em;
color: var(--accent);
margin-bottom: 16px;
}
.hero-title {
font-size: clamp(32px, 4vw, 44px);
line-height: 1.1;
margin-bottom: 16px;
}
.hero-sub {
font-size: 16px;
line-height: 1.6;
color: var(--text-muted);
margin-bottom: 14px;
}
.hero-proof {
font-size: 14px;
color: #c1cadb;
margin-bottom: 24px;
}
.hero-ctas {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-bottom: 22px;
}
.btn-primary,
.btn-secondary {
border-radius: 999px;
Open service 13.32.121.8:443 · pillar8.com
2025-12-21 23:59
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 20885
Connection: close
Last-Modified: Sun, 16 Nov 2025 00:00:51 GMT
Server: AmazonS3
Date: Sun, 21 Dec 2025 23:46:49 GMT
ETag: "a3efce0230997a31bc4e629c3e0a7d42"
X-Cache: Hit from cloudfront
Via: 1.1 9ef1b108656dc6d0707b168b862883dc.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P1
X-Amz-Cf-Id: AVDVNT17mZdlDqUDvRZ9EdGJMo29ZvKUbZsBXA2j1jl-C9CQLeKoUw==
Age: 778
X-XSS-Protection: 1; mode=block
X-Frame-Options: DENY
Referrer-Policy: strict-origin-when-cross-origin
Content-Security-Policy: default-src 'self'; img-src 'self' data:; script-src 'self' plausible.io; style-src 'self' 'unsafe-inline'; font-src 'self' data:; connect-src 'self' https://93robt3fxh.execute-api.eu-north-1.amazonaws.com https://plausible.io; frame-ancestors 'none'; base-uri 'self'; form-action 'self' https://formsubmit.co https://formspree.io mailto:;
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Permissions-Policy: geolocation=(), microphone=(), camera=(), payment=(), usb=(), fullscreen=*
Page title: Pillar8 | AI brain for payments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Pillar8 | AI brain for payments</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Pillar8 is the AI brain for payments. An adaptive intelligence layer that learns from every transaction to optimize checkout, routing, and recovery in real time." />
<link rel="icon" type="image/png" href="/favicon-512.png" />
<style>
:root {
--bg: #05070a;
--bg-alt: #070a10;
--accent: #10CBB3;
--accent-soft: rgba(16, 203, 179, 0.2);
--text-main: #ffffff;
--text-muted: #a7b0c3;
--border-subtle: #1a2233;
--card-bg: #0a0f18;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html, body {
height: 100%;
scroll-behavior: smooth;
}
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", sans-serif;
background: radial-gradient(circle at top left, #101729 0, #05070a 52%);
color: var(--text-main);
-webkit-font-smoothing: antialiased;
}
a {
color: inherit;
text-decoration: none;
}
.page {
min-height: 100vh;
display: flex;
flex-direction: column;
}
.container {
width: 100%;
max-width: 1120px;
margin: 0 auto;
padding: 0 20px;
}
header {
position: sticky;
top: 0;
z-index: 20;
backdrop-filter: blur(14px);
background: linear-gradient(to bottom, rgba(5, 7, 10, 0.94), rgba(5, 7, 10, 0.7), transparent);
border-bottom: 1px solid rgba(255, 255, 255, 0.02);
}
.nav {
display: flex;
align-items: center;
justify-content: space-between;
height: 72px;
}
.logo-group {
display: flex;
align-items: center;
gap: 10px;
}
.logo-group .logo-img {
height: 36px;
width: auto;
display: block;
}
.nav-links {
display: flex;
align-items: center;
gap: 24px;
font-size: 14px;
color: var(--text-muted);
}
.nav-links a {
position: relative;
padding-bottom: 4px;
}
.nav-links a::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 0;
height: 2px;
background: var(--accent);
transition: width 0.2s ease;
}
.nav-links a:hover::after {
width: 100%;
}
.nav-cta {
padding: 8px 16px;
border-radius: 999px;
border: 1px solid rgba(255, 255, 255, 0.12);
font-size: 13px;
text-transform: uppercase;
letter-spacing: 0.16em;
color: var(--accent);
background: rgba(10, 15, 24, 0.8);
}
.nav-cta:hover {
border-color: var(--accent);
background: rgba(16, 203, 179, 0.06);
}
main {
flex: 1;
}
/* Section spacing tuned tighter */
section {
padding: 72px 0;
}
.hero {
padding: 88px 0 64px;
}
.hero-inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: 72px;
}
.hero-copy {
max-width: 520px;
}
.eyebrow {
font-size: 13px;
text-transform: uppercase;
letter-spacing: 0.2em;
color: var(--accent);
margin-bottom: 16px;
}
.hero-title {
font-size: clamp(32px, 4vw, 44px);
line-height: 1.1;
margin-bottom: 16px;
}
.hero-sub {
font-size: 16px;
line-height: 1.6;
color: var(--text-muted);
margin-bottom: 14px;
}
.hero-proof {
font-size: 14px;
color: #c1cadb;
margin-bottom: 24px;
}
.hero-ctas {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-bottom: 22px;
}
.btn-primary,
.btn-secondary {
border-radius: 999px;
Open service 13.32.121.30:443 · pillar8.com
2025-12-21 23:59
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 20885
Connection: close
Last-Modified: Sun, 16 Nov 2025 00:00:51 GMT
Server: AmazonS3
Date: Sun, 21 Dec 2025 23:46:49 GMT
ETag: "a3efce0230997a31bc4e629c3e0a7d42"
X-Cache: Hit from cloudfront
Via: 1.1 5fa65194b963365c20fbd28444032cfc.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P1
X-Amz-Cf-Id: 3UUnr6Tnhz0QLxAD5jRmF4ZLrrODybDD70Hl9AJ9ODv0xaZzarklmQ==
Age: 777
X-XSS-Protection: 1; mode=block
X-Frame-Options: DENY
Referrer-Policy: strict-origin-when-cross-origin
Content-Security-Policy: default-src 'self'; img-src 'self' data:; script-src 'self' plausible.io; style-src 'self' 'unsafe-inline'; font-src 'self' data:; connect-src 'self' https://93robt3fxh.execute-api.eu-north-1.amazonaws.com https://plausible.io; frame-ancestors 'none'; base-uri 'self'; form-action 'self' https://formsubmit.co https://formspree.io mailto:;
X-Content-Type-Options: nosniff
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Permissions-Policy: geolocation=(), microphone=(), camera=(), payment=(), usb=(), fullscreen=*
Page title: Pillar8 | AI brain for payments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Pillar8 | AI brain for payments</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Pillar8 is the AI brain for payments. An adaptive intelligence layer that learns from every transaction to optimize checkout, routing, and recovery in real time." />
<link rel="icon" type="image/png" href="/favicon-512.png" />
<style>
:root {
--bg: #05070a;
--bg-alt: #070a10;
--accent: #10CBB3;
--accent-soft: rgba(16, 203, 179, 0.2);
--text-main: #ffffff;
--text-muted: #a7b0c3;
--border-subtle: #1a2233;
--card-bg: #0a0f18;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html, body {
height: 100%;
scroll-behavior: smooth;
}
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", sans-serif;
background: radial-gradient(circle at top left, #101729 0, #05070a 52%);
color: var(--text-main);
-webkit-font-smoothing: antialiased;
}
a {
color: inherit;
text-decoration: none;
}
.page {
min-height: 100vh;
display: flex;
flex-direction: column;
}
.container {
width: 100%;
max-width: 1120px;
margin: 0 auto;
padding: 0 20px;
}
header {
position: sticky;
top: 0;
z-index: 20;
backdrop-filter: blur(14px);
background: linear-gradient(to bottom, rgba(5, 7, 10, 0.94), rgba(5, 7, 10, 0.7), transparent);
border-bottom: 1px solid rgba(255, 255, 255, 0.02);
}
.nav {
display: flex;
align-items: center;
justify-content: space-between;
height: 72px;
}
.logo-group {
display: flex;
align-items: center;
gap: 10px;
}
.logo-group .logo-img {
height: 36px;
width: auto;
display: block;
}
.nav-links {
display: flex;
align-items: center;
gap: 24px;
font-size: 14px;
color: var(--text-muted);
}
.nav-links a {
position: relative;
padding-bottom: 4px;
}
.nav-links a::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 0;
height: 2px;
background: var(--accent);
transition: width 0.2s ease;
}
.nav-links a:hover::after {
width: 100%;
}
.nav-cta {
padding: 8px 16px;
border-radius: 999px;
border: 1px solid rgba(255, 255, 255, 0.12);
font-size: 13px;
text-transform: uppercase;
letter-spacing: 0.16em;
color: var(--accent);
background: rgba(10, 15, 24, 0.8);
}
.nav-cta:hover {
border-color: var(--accent);
background: rgba(16, 203, 179, 0.06);
}
main {
flex: 1;
}
/* Section spacing tuned tighter */
section {
padding: 72px 0;
}
.hero {
padding: 88px 0 64px;
}
.hero-inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: 72px;
}
.hero-copy {
max-width: 520px;
}
.eyebrow {
font-size: 13px;
text-transform: uppercase;
letter-spacing: 0.2em;
color: var(--accent);
margin-bottom: 16px;
}
.hero-title {
font-size: clamp(32px, 4vw, 44px);
line-height: 1.1;
margin-bottom: 16px;
}
.hero-sub {
font-size: 16px;
line-height: 1.6;
color: var(--text-muted);
margin-bottom: 14px;
}
.hero-proof {
font-size: 14px;
color: #c1cadb;
margin-bottom: 24px;
}
.hero-ctas {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-bottom: 22px;
}
.btn-primary,
.btn-secondary {
border-radius: 999px;