{"id":11,"date":"2026-05-23T19:15:51","date_gmt":"2026-05-23T19:15:51","guid":{"rendered":"https:\/\/reedocs.com\/?page_id=11"},"modified":"2026-05-23T19:26:16","modified_gmt":"2026-05-23T19:26:16","slug":"home","status":"publish","type":"page","link":"https:\/\/reedocs.com\/","title":{"rendered":"Home"},"content":{"rendered":"<div class=\"oxy-html-code-11-101 oxy-html-code\">\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>REEDOCS \u2014 Document Intelligence<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,600;1,9..144,300;1,9..144,400&family=DM+Sans:wght@300;400;500&display=swap\" rel=\"stylesheet\">\n<style>\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --navy: #0f1f3d;\n    --green: #1a7a4a;\n    --green-light: #e8f5ee;\n    --green-mid: #c6e8d4;\n    --cream: #faf9f6;\n    --warm: #f4f3f0;\n    --text: #1a1a18;\n    --muted: #5c5a54;\n    --border: #e8e6e1;\n  }\n\n  html { scroll-behavior: smooth; }\n\n  body {\n    font-family: 'DM Sans', sans-serif;\n    background: var(--cream);\n    color: var(--text);\n    font-size: 16px;\n    line-height: 1.6;\n    overflow-x: hidden;\n  }\n\n  \/* \u2500\u2500 NAV \u2500\u2500 *\/\n  nav {\n    position: fixed; top: 0; left: 0; right: 0; z-index: 100;\n    display: flex; align-items: center; justify-content: space-between;\n    padding: 18px 6%;\n    background: rgba(250,249,246,0.92);\n    backdrop-filter: blur(12px);\n    border-bottom: 1px solid var(--border);\n  }\n\n  .nav-logo {\n    display: flex; align-items: center; gap: 10px;\n    text-decoration: none;\n  }\n  .nav-logo-icon {\n    width: 34px; height: 34px; background: var(--navy); border-radius: 8px;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 16px;\n  }\n  .nav-logo-text {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 17px; font-weight: 600; color: var(--navy);\n  }\n  .nav-logo-text span { color: var(--green); }\n\n  .nav-links {\n    display: flex; align-items: center; gap: 32px;\n    list-style: none;\n  }\n  .nav-links a {\n    font-size: 14px; font-weight: 400; color: var(--muted);\n    text-decoration: none; transition: color 0.2s;\n  }\n  .nav-links a:hover { color: var(--navy); }\n\n  .nav-cta {\n    display: flex; gap: 10px;\n  }\n  .btn-outline {\n    padding: 9px 20px; border: 1px solid var(--border); border-radius: 8px;\n    font-size: 14px; font-weight: 500; color: var(--navy);\n    text-decoration: none; background: white; transition: all 0.2s;\n  }\n  .btn-outline:hover { border-color: var(--navy); }\n  .btn-primary {\n    padding: 9px 20px; background: var(--navy); border-radius: 8px;\n    font-size: 14px; font-weight: 500; color: white;\n    text-decoration: none; transition: all 0.2s;\n  }\n  .btn-primary:hover { background: #162d5a; }\n\n  \/* \u2500\u2500 HERO \u2500\u2500 *\/\n  .hero {\n    min-height: 100vh;\n    display: flex; align-items: center;\n    padding: 120px 6% 80px;\n    position: relative; overflow: hidden;\n  }\n\n  .hero-bg {\n    position: absolute; inset: 0; z-index: 0;\n    background:\n      radial-gradient(ellipse 60% 50% at 70% 50%, rgba(26,122,74,0.06) 0%, transparent 70%),\n      radial-gradient(ellipse 40% 40% at 20% 80%, rgba(15,31,61,0.04) 0%, transparent 60%);\n  }\n\n  .hero-grid {\n    max-width: 1200px; margin: 0 auto; width: 100%;\n    display: grid; grid-template-columns: 1fr 1fr;\n    gap: 60px; align-items: center;\n    position: relative; z-index: 1;\n  }\n\n  .hero-tag {\n    display: inline-flex; align-items: center; gap: 6px;\n    padding: 5px 14px; background: var(--green-light);\n    border: 1px solid var(--green-mid); border-radius: 100px;\n    font-size: 11px; font-weight: 600; color: var(--green);\n    letter-spacing: 0.08em; text-transform: uppercase;\n    margin-bottom: 24px;\n  }\n  .hero-tag::before {\n    content: ''; width: 6px; height: 6px;\n    background: var(--green); border-radius: 50%;\n    animation: pulse 2s ease-in-out infinite;\n  }\n  @keyframes pulse {\n    0%, 100% { opacity: 1; }\n    50% { opacity: 0.4; }\n  }\n\n  .hero-title {\n    font-family: 'Fraunces', serif;\n    font-size: clamp(2.8rem, 5vw, 4.2rem);\n    font-weight: 300;\n    color: var(--navy);\n    line-height: 1.05;\n    letter-spacing: -0.03em;\n    margin-bottom: 20px;\n  }\n  .hero-title em {\n    font-style: italic;\n    color: var(--green);\n  }\n\n  .hero-sub {\n    font-size: 1.05rem; color: var(--muted);\n    font-weight: 300; line-height: 1.75;\n    margin-bottom: 36px; max-width: 480px;\n  }\n\n  .hero-actions {\n    display: flex; gap: 12px; flex-wrap: wrap;\n    margin-bottom: 48px;\n  }\n  .hero-cta-primary {\n    padding: 14px 28px; background: var(--navy); color: white;\n    border-radius: 10px; font-size: 15px; font-weight: 500;\n    text-decoration: none; transition: all 0.2s;\n    display: inline-flex; align-items: center; gap: 8px;\n  }\n  .hero-cta-primary:hover { background: #162d5a; transform: translateY(-1px); }\n  .hero-cta-secondary {\n    padding: 14px 28px; border: 1px solid var(--border);\n    border-radius: 10px; font-size: 15px; font-weight: 500;\n    color: var(--navy); text-decoration: none; background: white;\n    transition: all 0.2s; display: inline-flex; align-items: center; gap: 8px;\n  }\n  .hero-cta-secondary:hover { border-color: var(--navy); transform: translateY(-1px); }\n\n  .hero-stats {\n    display: flex; gap: 28px; flex-wrap: wrap;\n  }\n  .hero-stat { }\n  .hero-stat-num {\n    font-family: 'Fraunces', serif;\n    font-size: 1.8rem; font-weight: 400; color: var(--navy);\n    line-height: 1;\n  }\n  .hero-stat-label {\n    font-size: 12px; color: var(--muted); font-weight: 300;\n    margin-top: 3px;\n  }\n\n  \/* Hero visual *\/\n  .hero-visual {\n    position: relative;\n  }\n  .hero-card {\n    background: white;\n    border: 1px solid var(--border);\n    border-radius: 20px;\n    padding: 28px;\n    box-shadow: 0 8px 40px rgba(15,31,61,0.08);\n    position: relative;\n  }\n  .hero-card-header {\n    display: flex; align-items: center; gap: 10px;\n    margin-bottom: 20px; padding-bottom: 16px;\n    border-bottom: 1px solid var(--border);\n  }\n  .hero-card-dot {\n    width: 10px; height: 10px; border-radius: 50%;\n  }\n  .hero-card-title {\n    font-size: 13px; font-weight: 500; color: var(--navy);\n    margin-left: 4px;\n  }\n  .hero-msg {\n    display: flex; gap: 10px; margin-bottom: 14px; align-items: flex-start;\n  }\n  .hero-msg-avatar {\n    width: 30px; height: 30px; border-radius: 8px;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 13px; flex-shrink: 0;\n  }\n  .hero-msg-bubble {\n    background: var(--warm); border-radius: 10px; padding: 10px 14px;\n    font-size: 13px; color: var(--muted); line-height: 1.5; max-width: 280px;\n  }\n  .hero-msg.ai .hero-msg-bubble {\n    background: var(--navy); color: rgba(255,255,255,0.9);\n  }\n  .hero-msg.ai .hero-msg-avatar {\n    background: var(--green-light);\n  }\n  .hero-msg-source {\n    font-size: 11px; margin-top: 6px;\n    display: flex; align-items: center; gap: 4px;\n  }\n  .hero-msg.ai .hero-msg-source {\n    color: rgba(255,255,255,0.5);\n  }\n  .hero-badge {\n    position: absolute; top: -16px; right: 24px;\n    background: var(--green); color: white;\n    padding: 6px 14px; border-radius: 100px;\n    font-size: 11px; font-weight: 600; letter-spacing: 0.05em;\n    box-shadow: 0 4px 12px rgba(26,122,74,0.3);\n  }\n  .hero-floating {\n    position: absolute; bottom: -20px; left: -20px;\n    background: white; border: 1px solid var(--border);\n    border-radius: 14px; padding: 14px 18px;\n    box-shadow: 0 8px 24px rgba(15,31,61,0.08);\n    display: flex; align-items: center; gap: 10px;\n  }\n  .hero-floating-icon {\n    width: 36px; height: 36px; background: var(--green-light);\n    border-radius: 8px; display: flex; align-items: center;\n    justify-content: center; font-size: 16px;\n  }\n  .hero-floating-text { font-size: 12px; }\n  .hero-floating-num { font-weight: 600; color: var(--navy); }\n  .hero-floating-label { color: var(--muted); font-weight: 300; }\n\n  \/* \u2500\u2500 SECTION BASE \u2500\u2500 *\/\n  section { padding: 96px 6%; }\n  .section-inner { max-width: 1200px; margin: 0 auto; }\n\n  .section-label {\n    font-size: 11px; font-weight: 600; color: var(--green);\n    letter-spacing: 0.12em; text-transform: uppercase;\n    margin-bottom: 12px;\n  }\n  .section-title {\n    font-family: 'Fraunces', serif;\n    font-size: clamp(2rem, 3.5vw, 2.8rem);\n    font-weight: 300; color: var(--navy);\n    letter-spacing: -0.025em; line-height: 1.15;\n    margin-bottom: 16px;\n  }\n  .section-sub {\n    font-size: 1rem; color: var(--muted);\n    font-weight: 300; line-height: 1.75;\n    max-width: 560px;\n  }\n\n  \/* \u2500\u2500 LOGOS \u2500\u2500 *\/\n  .logos {\n    background: var(--navy);\n    padding: 28px 6%;\n  }\n  .logos-inner {\n    max-width: 1200px; margin: 0 auto;\n    display: flex; align-items: center; gap: 16px; flex-wrap: wrap;\n  }\n  .logos-label {\n    font-size: 12px; color: rgba(255,255,255,0.4);\n    font-weight: 300; white-space: nowrap;\n    margin-right: 8px;\n  }\n  .logos-items {\n    display: flex; align-items: center; gap: 32px; flex-wrap: wrap;\n  }\n  .logos-item {\n    font-size: 13px; font-weight: 500;\n    color: rgba(255,255,255,0.35);\n    letter-spacing: 0.05em; text-transform: uppercase;\n  }\n\n  \/* \u2500\u2500 FEATURES \u2500\u2500 *\/\n  .features { background: white; }\n\n  .features-grid {\n    display: grid; grid-template-columns: repeat(3, 1fr);\n    gap: 2px; margin-top: 56px;\n    border: 1px solid var(--border); border-radius: 16px;\n    overflow: hidden;\n  }\n  .feature-card {\n    padding: 36px 32px;\n    border-right: 1px solid var(--border);\n    background: white; transition: background 0.2s;\n  }\n  .feature-card:hover { background: var(--cream); }\n  .feature-card:nth-child(3n) { border-right: none; }\n  .feature-card:nth-child(n+4) { border-top: 1px solid var(--border); }\n\n  .feature-icon {\n    width: 44px; height: 44px;\n    background: var(--green-light); border-radius: 10px;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 20px; margin-bottom: 16px;\n  }\n  .feature-title {\n    font-size: 1rem; font-weight: 500; color: var(--navy);\n    margin-bottom: 8px;\n  }\n  .feature-desc {\n    font-size: 14px; color: var(--muted);\n    font-weight: 300; line-height: 1.65;\n  }\n\n  \/* \u2500\u2500 SECURITY \u2500\u2500 *\/\n  .security { background: var(--navy); }\n  .security .section-label { color: #4ade80; }\n  .security .section-title { color: white; }\n  .security .section-sub { color: rgba(255,255,255,0.5); }\n\n  .security-grid {\n    display: grid; grid-template-columns: 1fr 1fr;\n    gap: 48px; margin-top: 56px; align-items: center;\n  }\n  .security-list {\n    display: flex; flex-direction: column; gap: 16px;\n  }\n  .security-item {\n    display: flex; gap: 14px; align-items: flex-start;\n    padding: 20px; background: rgba(255,255,255,0.05);\n    border: 1px solid rgba(255,255,255,0.08);\n    border-radius: 12px; transition: background 0.2s;\n  }\n  .security-item:hover { background: rgba(255,255,255,0.08); }\n  .security-item-icon {\n    width: 36px; height: 36px; background: rgba(26,122,74,0.3);\n    border-radius: 8px; display: flex; align-items: center;\n    justify-content: center; font-size: 16px; flex-shrink: 0;\n  }\n  .security-item-title {\n    font-size: 14px; font-weight: 500; color: white;\n    margin-bottom: 4px;\n  }\n  .security-item-desc {\n    font-size: 13px; color: rgba(255,255,255,0.45);\n    font-weight: 300; line-height: 1.5;\n  }\n\n  .security-visual {\n    background: rgba(255,255,255,0.04);\n    border: 1px solid rgba(255,255,255,0.08);\n    border-radius: 20px; padding: 32px;\n  }\n  .security-cert {\n    display: flex; align-items: center; gap: 12px;\n    padding: 16px; background: rgba(255,255,255,0.06);\n    border-radius: 10px; margin-bottom: 12px;\n  }\n  .security-cert-icon { font-size: 22px; }\n  .security-cert-name {\n    font-size: 14px; font-weight: 500; color: white;\n  }\n  .security-cert-desc {\n    font-size: 12px; color: rgba(255,255,255,0.4);\n  }\n  .security-cert-badge {\n    margin-left: auto; padding: 3px 10px;\n    background: rgba(74,222,128,0.15);\n    color: #4ade80; border-radius: 100px;\n    font-size: 11px; font-weight: 600;\n  }\n\n  \/* \u2500\u2500 DEPLOYMENT \u2500\u2500 *\/\n  .deployment { background: var(--cream); }\n\n  .deployment-grid {\n    display: grid; grid-template-columns: repeat(3, 1fr);\n    gap: 20px; margin-top: 56px;\n  }\n  .deploy-card {\n    background: white;\n    border: 1px solid var(--border);\n    border-radius: 16px; padding: 28px;\n    display: flex; flex-direction: column;\n    position: relative; transition: all 0.2s;\n  }\n  .deploy-card:hover { transform: translateY(-3px); box-shadow: 0 12px 40px rgba(15,31,61,0.08); }\n  .deploy-card.featured {\n    border: 2px solid var(--green);\n  }\n  .deploy-badge {\n    position: absolute; top: -13px; left: 50%; transform: translateX(-50%);\n    background: var(--green); color: white;\n    padding: 4px 16px; border-radius: 100px;\n    font-size: 11px; font-weight: 600; white-space: nowrap;\n    letter-spacing: 0.04em;\n  }\n  .deploy-icon {\n    width: 44px; height: 44px; border-radius: 10px;\n    display: flex; align-items: center; justify-content: center;\n    margin-bottom: 14px; font-size: 20px;\n  }\n  .deploy-tag {\n    font-size: 10px; font-weight: 700; letter-spacing: 0.1em;\n    text-transform: uppercase; margin-bottom: 6px;\n  }\n  .deploy-title {\n    font-size: 1.1rem; font-weight: 500; color: var(--navy);\n    margin-bottom: 8px;\n  }\n  .deploy-desc {\n    font-size: 13px; color: var(--muted);\n    font-weight: 300; line-height: 1.6; margin-bottom: 20px;\n  }\n  .deploy-divider {\n    border: none; border-top: 1px solid var(--border); margin: 16px 0;\n  }\n  .deploy-list {\n    list-style: none; display: flex; flex-direction: column;\n    gap: 9px; flex: 1;\n  }\n  .deploy-list li {\n    display: flex; gap: 8px; align-items: flex-start;\n    font-size: 13px; color: var(--text); line-height: 1.4;\n  }\n  .deploy-check { flex-shrink: 0; font-weight: 600; }\n  .deploy-footer {\n    margin-top: 20px; padding: 10px 14px;\n    border-radius: 8px; font-size: 12px;\n  }\n\n  .deploy-strip {\n    margin-top: 20px;\n    background: var(--warm); border: 1px solid var(--border);\n    border-radius: 14px; padding: 20px 28px;\n    display: flex; align-items: center;\n    justify-content: space-between; gap: 16px; flex-wrap: wrap;\n  }\n  .deploy-strip-left {\n    display: flex; align-items: center; gap: 12px;\n  }\n  .deploy-strip-left p {\n    font-size: 14px; color: var(--text); line-height: 1.6;\n  }\n  .deploy-strip-left strong { font-weight: 500; color: var(--navy); }\n  .deploy-strip-link {\n    font-size: 14px; font-weight: 600; color: var(--green);\n    text-decoration: none; white-space: nowrap;\n  }\n\n  \/* \u2500\u2500 WHO WE ARE \u2500\u2500 *\/\n  .about { background: white; }\n\n  .about-grid {\n    display: grid; grid-template-columns: 1fr 1fr;\n    gap: 64px; margin-top: 56px; align-items: start;\n  }\n  .about-text p {\n    font-size: 15px; color: var(--muted);\n    font-weight: 300; line-height: 1.8; margin-bottom: 20px;\n  }\n  .about-values {\n    display: grid; grid-template-columns: 1fr 1fr;\n    gap: 16px;\n  }\n  .about-value {\n    padding: 20px; background: var(--cream);\n    border: 1px solid var(--border); border-radius: 12px;\n  }\n  .about-value-label {\n    font-size: 10px; font-weight: 700; color: var(--green);\n    letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 6px;\n  }\n  .about-value-title {\n    font-family: 'Fraunces', serif;\n    font-size: 1.1rem; font-weight: 300; color: var(--navy);\n    margin-bottom: 6px;\n  }\n  .about-value-desc {\n    font-size: 13px; color: var(--muted);\n    font-weight: 300; line-height: 1.5;\n  }\n\n  \/* \u2500\u2500 CTA \u2500\u2500 *\/\n  .cta {\n    background: var(--navy);\n    text-align: center;\n  }\n  .cta .section-title { color: white; max-width: 600px; margin: 0 auto 16px; }\n  .cta .section-sub { color: rgba(255,255,255,0.5); margin: 0 auto 40px; text-align: center; }\n  .cta-actions {\n    display: flex; gap: 12px; justify-content: center; flex-wrap: wrap;\n  }\n  .cta-primary {\n    padding: 16px 32px; background: var(--green); color: white;\n    border-radius: 10px; font-size: 15px; font-weight: 500;\n    text-decoration: none; transition: all 0.2s;\n  }\n  .cta-primary:hover { background: #15633c; transform: translateY(-1px); }\n  .cta-secondary {\n    padding: 16px 32px; border: 1px solid rgba(255,255,255,0.2);\n    border-radius: 10px; font-size: 15px; font-weight: 400;\n    color: rgba(255,255,255,0.7); text-decoration: none;\n    transition: all 0.2s;\n  }\n  .cta-secondary:hover { border-color: rgba(255,255,255,0.4); color: white; }\n\n  \/* \u2500\u2500 FOOTER \u2500\u2500 *\/\n  footer {\n    background: var(--navy); border-top: 1px solid rgba(255,255,255,0.08);\n    padding: 40px 6%;\n  }\n  .footer-inner {\n    max-width: 1200px; margin: 0 auto;\n    display: flex; align-items: center; justify-content: space-between;\n    flex-wrap: wrap; gap: 20px;\n  }\n  .footer-logo {\n    display: flex; align-items: center; gap: 10px;\n    text-decoration: none;\n  }\n  .footer-logo-text {\n    font-size: 16px; font-weight: 600; color: white;\n  }\n  .footer-logo-text span { color: #4ade80; }\n  .footer-links {\n    display: flex; gap: 28px; list-style: none;\n  }\n  .footer-links a {\n    font-size: 13px; color: rgba(255,255,255,0.4);\n    text-decoration: none; transition: color 0.2s;\n  }\n  .footer-links a:hover { color: rgba(255,255,255,0.8); }\n  .footer-copy {\n    font-size: 12px; color: rgba(255,255,255,0.25);\n  }\n\n  \/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n  @media (max-width: 900px) {\n    .hero-grid { grid-template-columns: 1fr; }\n    .hero-visual { display: none; }\n    .features-grid { grid-template-columns: 1fr 1fr; }\n    .security-grid { grid-template-columns: 1fr; }\n    .deployment-grid { grid-template-columns: 1fr; }\n    .about-grid { grid-template-columns: 1fr; }\n    .nav-links { display: none; }\n  }\n\n  @media (max-width: 600px) {\n    .features-grid { grid-template-columns: 1fr; }\n    .about-values { grid-template-columns: 1fr; }\n    nav { padding: 14px 4%; }\n    section { padding: 64px 4%; }\n  }\n\n  \/* Scroll animations *\/\n  .fade-up {\n    opacity: 0; transform: translateY(24px);\n    transition: opacity 0.6s ease, transform 0.6s ease;\n  }\n  .fade-up.visible {\n    opacity: 1; transform: translateY(0);\n  }\n<\/style>\n<\/head>\n<body>\n\n<!-- NAV -->\n<nav>\n  <a href=\"#\" class=\"nav-logo\">\n    <div style=\"display:flex;flex-direction:column;line-height:1;\">\n      <span style=\"font-size:18px;font-weight:300;color:#0f1f3d;letter-spacing:0.12em;font-family:Georgia,serif;\">REEDOCS<\/span>\n      <span style=\"font-size:8px;letter-spacing:0.2em;color:#1a7a4a;font-weight:600;text-transform:uppercase;margin-top:2px;\">DOCUMENT INTELLIGENCE<\/span>\n    <\/div>\n  <\/a>\n  <ul class=\"nav-links\">\n    <li><a href=\"#features\">Features<\/a><\/li>\n    <li><a href=\"#security\">Security<\/a><\/li>\n    <li><a href=\"#deployment\">Deployment<\/a><\/li>\n    <li><a href=\"#about\">About<\/a><\/li>\n  <\/ul>\n  <div class=\"nav-cta\">\n    <a href=\"https:\/\/demo.reedocs.com\" class=\"btn-outline\">Try Demo<\/a>\n    <a href=\"https:\/\/docs.reedocs.com\" class=\"btn-primary\">Login \u2192<\/a>\n  <\/div>\n<\/nav>\n\n<!-- HERO -->\n<section class=\"hero\">\n  <div class=\"hero-bg\"><\/div>\n  <div class=\"hero-grid\">\n    <div class=\"hero-content\">\n      <div class=\"hero-tag\">AI-Powered \u00b7 Fully Private \u00b7 Enterprise Ready<\/div>\n      <h1 class=\"hero-title\">\n        Insightfully Yours,<br>\n        <em>Privately Always.<\/em>\n      <\/h1>\n      <p class=\"hero-sub\">\n        Empower your team with fast, secure, and intelligent document analysis. \n        Transform how you handle documents \u2014 confidentially, efficiently, and at scale.\n      <\/p>\n      <div class=\"hero-actions\">\n        <a href=\"https:\/\/demo.reedocs.com\" class=\"hero-cta-primary\">\n          Try Free Demo \u2192\n        <\/a>\n        <a href=\"#deployment\" class=\"hero-cta-secondary\">\n          View Deployment Options\n        <\/a>\n      <\/div>\n      <div class=\"hero-stats\">\n        <div class=\"hero-stat\">\n          <div class=\"hero-stat-num\">100%<\/div>\n          <div class=\"hero-stat-label\">Private & on-premise<\/div>\n        <\/div>\n        <div class=\"hero-stat\" style=\"border-left: 1px solid var(--border); padding-left: 28px;\">\n          <div class=\"hero-stat-num\">PDF+<\/div>\n          <div class=\"hero-stat-label\">All document formats<\/div>\n        <\/div>\n        <div class=\"hero-stat\" style=\"border-left: 1px solid var(--border); padding-left: 28px;\">\n          <div class=\"hero-stat-num\">0<\/div>\n          <div class=\"hero-stat-label\">Data sent to third parties<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"hero-visual\">\n      <div class=\"hero-card\">\n        <div class=\"hero-badge\">LIVE DEMO<\/div>\n        <div class=\"hero-card-header\">\n          <div class=\"hero-card-dot\" style=\"background:#ef4444\"><\/div>\n          <div class=\"hero-card-dot\" style=\"background:#f59e0b; margin-left:4px\"><\/div>\n          <div class=\"hero-card-dot\" style=\"background:#22c55e; margin-left:4px\"><\/div>\n          <span class=\"hero-card-title\" style=\"margin-left:12px\">Reedocs AI \u2014 Document Chat<\/span>\n        <\/div>\n        <div class=\"hero-msg\">\n          <div class=\"hero-msg-avatar\" style=\"background: var(--warm);\">\ud83d\udc64<\/div>\n          <div>\n            <div class=\"hero-msg-bubble\">What are the main compliance requirements in the Q3 policy update?<\/div>\n          <\/div>\n        <\/div>\n        <div class=\"hero-msg ai\">\n          <div class=\"hero-msg-avatar\">\ud83d\udcda<\/div>\n          <div>\n            <div class=\"hero-msg-bubble\">The Q3 policy update introduces three key compliance requirements: mandatory data retention for 7 years, bi-annual security audits, and updated GDPR consent flows for EU customers...<\/div>\n            <div class=\"hero-msg-source\">\ud83d\udcc4 Q3_Policy_Update.pdf \u00b7 Page 4<\/div>\n          <\/div>\n        <\/div>\n        <div class=\"hero-floating\">\n          <div class=\"hero-floating-icon\">\ud83d\udd12<\/div>\n          <div class=\"hero-floating-text\">\n            <div class=\"hero-floating-num\">End-to-end encrypted<\/div>\n            <div class=\"hero-floating-label\">Data never leaves your server<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- LOGOS -->\n<div class=\"logos\">\n  <div class=\"logos-inner\">\n    <span class=\"logos-label\">Trusted by teams at<\/span>\n    <div class=\"logos-items\">\n      <span class=\"logos-item\">Healthcare<\/span>\n      <span class=\"logos-item\">Legal<\/span>\n      <span class=\"logos-item\">Finance<\/span>\n      <span class=\"logos-item\">Government<\/span>\n      <span class=\"logos-item\">Research<\/span>\n      <span class=\"logos-item\">Enterprise<\/span>\n    <\/div>\n  <\/div>\n<\/div>\n\n<!-- FEATURES -->\n<section class=\"features\" id=\"features\">\n  <div class=\"section-inner\">\n    <div class=\"fade-up\">\n      <div class=\"section-label\">Features<\/div>\n      <h2 class=\"section-title\">Everything your team needs<br>to work smarter<\/h2>\n      <p class=\"section-sub\">From instant document answers to enterprise-grade access control \u2014 Reedocs AI handles it all privately.<\/p>\n    <\/div>\n    <div class=\"features-grid fade-up\">\n      <div class=\"feature-card\">\n        <div class=\"feature-icon\">\ud83d\udcc4<\/div>\n        <div class=\"feature-title\">Universal Document Support<\/div>\n        <div class=\"feature-desc\">PDF, Word, Excel, PowerPoint, images, and more. Upload any document and get instant AI-powered answers.<\/div>\n      <\/div>\n      <div class=\"feature-card\">\n        <div class=\"feature-icon\">\ud83d\udd0d<\/div>\n        <div class=\"feature-title\">Cited Answers<\/div>\n        <div class=\"feature-desc\">Every response links back to the source document and page number. No hallucinations \u2014 only verified answers.<\/div>\n      <\/div>\n      <div class=\"feature-card\">\n        <div class=\"feature-icon\">\ud83c\udfe2<\/div>\n        <div class=\"feature-title\">Collections & Access Control<\/div>\n        <div class=\"feature-desc\">Organize documents into department collections. Control who sees what with granular user permissions.<\/div>\n      <\/div>\n      <div class=\"feature-card\">\n        <div class=\"feature-icon\">\u26a1<\/div>\n        <div class=\"feature-title\">Local AI Models<\/div>\n        <div class=\"feature-desc\">Powered by Ollama and your own GPU. No data ever sent to OpenAI, Google, or any third party.<\/div>\n      <\/div>\n      <div class=\"feature-card\">\n        <div class=\"feature-icon\">\ud83c\udf10<\/div>\n        <div class=\"feature-title\">REST API<\/div>\n        <div class=\"feature-desc\">Connect Reedocs AI to your existing apps. Full external API with API key authentication and rate limiting.<\/div>\n      <\/div>\n      <div class=\"feature-card\">\n        <div class=\"feature-icon\">\ud83d\udc65<\/div>\n        <div class=\"feature-title\">Multi-User Support<\/div>\n        <div class=\"feature-desc\">Admin and user roles, separate chat histories, document request workflows, and activity tracking.<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- SECURITY -->\n<section class=\"security\" id=\"security\">\n  <div class=\"section-inner\">\n    <div class=\"fade-up\">\n      <div class=\"section-label\">Security & Compliance<\/div>\n      <h2 class=\"section-title\">Your data never leaves<br>your infrastructure<\/h2>\n      <p class=\"section-sub\">Built for regulated industries where data privacy isn't optional \u2014 it's a requirement.<\/p>\n    <\/div>\n    <div class=\"security-grid fade-up\">\n      <div class=\"security-list\">\n        <div class=\"security-item\">\n          <div class=\"security-item-icon\">\ud83d\udd12<\/div>\n          <div>\n            <div class=\"security-item-title\">End-to-End Encryption<\/div>\n            <div class=\"security-item-desc\">All documents and conversations are encrypted at rest and in transit using AES-256.<\/div>\n          <\/div>\n        <\/div>\n        <div class=\"security-item\">\n          <div class=\"security-item-icon\">\ud83c\udfd7\ufe0f<\/div>\n          <div>\n            <div class=\"security-item-title\">On-Premise Deployment<\/div>\n            <div class=\"security-item-desc\">Runs entirely on your servers. No cloud dependencies, no data leaving your building.<\/div>\n          <\/div>\n        <\/div>\n        <div class=\"security-item\">\n          <div class=\"security-item-icon\">\ud83d\udeab<\/div>\n          <div>\n            <div class=\"security-item-title\">Zero AI Training Policy<\/div>\n            <div class=\"security-item-desc\">Your documents are never used to train AI models \u2014 not ours, not anyone's.<\/div>\n          <\/div>\n        <\/div>\n        <div class=\"security-item\">\n          <div class=\"security-item-icon\">\u2708\ufe0f<\/div>\n          <div>\n            <div class=\"security-item-title\">Air-Gapped Ready<\/div>\n            <div class=\"security-item-desc\">Works fully offline with no internet connection required after initial setup.<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n      <div class=\"security-visual\">\n        <div style=\"font-size:12px; color:rgba(255,255,255,0.3); text-transform:uppercase; letter-spacing:0.1em; margin-bottom:16px;\">Compliance Standards<\/div>\n        <div class=\"security-cert\">\n          <div class=\"security-cert-icon\">\ud83c\udfe5<\/div>\n          <div>\n            <div class=\"security-cert-name\">HIPAA Ready<\/div>\n            <div class=\"security-cert-desc\">Healthcare data protection compliant<\/div>\n          <\/div>\n          <div class=\"security-cert-badge\">Ready<\/div>\n        <\/div>\n        <div class=\"security-cert\">\n          <div class=\"security-cert-icon\">\ud83c\uddea\ud83c\uddfa<\/div>\n          <div>\n            <div class=\"security-cert-name\">GDPR Compliant<\/div>\n            <div class=\"security-cert-desc\">European data regulation ready<\/div>\n          <\/div>\n          <div class=\"security-cert-badge\">Ready<\/div>\n        <\/div>\n        <div class=\"security-cert\">\n          <div class=\"security-cert-icon\">\ud83d\udd10<\/div>\n          <div>\n            <div class=\"security-cert-name\">SOC 2 Aligned<\/div>\n            <div class=\"security-cert-desc\">Security control framework<\/div>\n          <\/div>\n          <div class=\"security-cert-badge\">Ready<\/div>\n        <\/div>\n        <div class=\"security-cert\">\n          <div class=\"security-cert-icon\">\ud83c\udfdb\ufe0f<\/div>\n          <div>\n            <div class=\"security-cert-name\">Government Grade<\/div>\n            <div class=\"security-cert-desc\">Suitable for sensitive deployments<\/div>\n          <\/div>\n          <div class=\"security-cert-badge\">Ready<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- DEPLOYMENT -->\n<section class=\"deployment\" id=\"deployment\">\n  <div class=\"section-inner\">\n    <div class=\"fade-up\">\n      <div class=\"section-label\">Flexible Deployment<\/div>\n      <h2 class=\"section-title\">Your data, your rules \u2014<br>your choice of infrastructure<\/h2>\n      <p class=\"section-sub\">Whether you want a fully managed experience or complete control over your hardware, Reedocs AI fits your workflow.<\/p>\n    <\/div>\n    <div class=\"deployment-grid fade-up\">\n\n      <div class=\"deploy-card\">\n        <div class=\"deploy-icon\" style=\"background:#e8f5ee;\">\u2601\ufe0f<\/div>\n        <div class=\"deploy-tag\" style=\"color: var(--green);\">Cloud managed<\/div>\n        <div class=\"deploy-title\">Hosted by Reedocs<\/div>\n        <div class=\"deploy-desc\">We handle everything. Your documents stay on private, isolated servers \u2014 you just log in and work.<\/div>\n        <hr class=\"deploy-divider\">\n        <ul class=\"deploy-list\">\n          <li><span class=\"deploy-check\" style=\"color:var(--green)\">\u2713<\/span>Dedicated private server per client<\/li>\n          <li><span class=\"deploy-check\" style=\"color:var(--green)\">\u2713<\/span>Automatic updates and maintenance<\/li>\n          <li><span class=\"deploy-check\" style=\"color:var(--green)\">\u2713<\/span>99.9% uptime SLA guarantee<\/li>\n          <li><span class=\"deploy-check\" style=\"color:var(--green)\">\u2713<\/span>Daily encrypted backups<\/li>\n          <li><span class=\"deploy-check\" style=\"color:var(--green)\">\u2713<\/span>24\/7 monitoring and support<\/li>\n          <li><span class=\"deploy-check\" style=\"color:var(--green)\">\u2713<\/span>Your data never shared or trained on<\/li>\n        <\/ul>\n        <div class=\"deploy-footer\" style=\"background:var(--warm); color:var(--muted);\">Best for teams who want zero IT overhead<\/div>\n      <\/div>\n\n      <div class=\"deploy-card featured\">\n        <div class=\"deploy-badge\">Most popular<\/div>\n        <div class=\"deploy-icon\" style=\"background: var(--navy);\">\ud83d\udda5\ufe0f<\/div>\n        <div class=\"deploy-tag\" style=\"color: var(--green);\">Self-hosted<\/div>\n        <div class=\"deploy-title\">Your own hardware<\/div>\n        <div class=\"deploy-desc\">Install Reedocs AI on your own servers. Complete control \u2014 your data never leaves your building.<\/div>\n        <hr class=\"deploy-divider\">\n        <ul class=\"deploy-list\">\n          <li><span class=\"deploy-check\" style=\"color:var(--green)\">\u2713<\/span>Full deployment on your servers<\/li>\n          <li><span class=\"deploy-check\" style=\"color:var(--green)\">\u2713<\/span>Works fully offline \u2014 no internet required<\/li>\n          <li><span class=\"deploy-check\" style=\"color:var(--green)\">\u2713<\/span>Air-gapped and HIPAA-ready deployments<\/li>\n          <li><span class=\"deploy-check\" style=\"color:var(--green)\">\u2713<\/span>Windows Server and Linux supported<\/li>\n          <li><span class=\"deploy-check\" style=\"color:var(--green)\">\u2713<\/span>One-command installer included<\/li>\n          <li><span class=\"deploy-check\" style=\"color:var(--green)\">\u2713<\/span>Ongoing updates and support included<\/li>\n        <\/ul>\n        <div class=\"deploy-footer\" style=\"background:var(--green-light); color:#15803d;\">Best for regulated industries and maximum privacy<\/div>\n      <\/div>\n\n      <div class=\"deploy-card\">\n        <div class=\"deploy-icon\" style=\"background:#eef2ff;\">\ud83d\udce6<\/div>\n        <div class=\"deploy-tag\" style=\"color: #4f46e5;\">Managed hardware<\/div>\n        <div class=\"deploy-title\">We supply the server<\/div>\n        <div class=\"deploy-desc\">We ship a pre-configured AI server to your location. Plug it in and you're live \u2014 we handle everything remotely.<\/div>\n        <hr class=\"deploy-divider\">\n        <ul class=\"deploy-list\">\n          <li><span class=\"deploy-check\" style=\"color:#4f46e5\">\u2713<\/span>Pre-configured GPU server shipped to you<\/li>\n          <li><span class=\"deploy-check\" style=\"color:#4f46e5\">\u2713<\/span>Reedocs AI pre-installed and ready<\/li>\n          <li><span class=\"deploy-check\" style=\"color:#4f46e5\">\u2713<\/span>Remote monitoring and updates by us<\/li>\n          <li><span class=\"deploy-check\" style=\"color:#4f46e5\">\u2713<\/span>Data stays physically on your premises<\/li>\n          <li><span class=\"deploy-check\" style=\"color:#4f46e5\">\u2713<\/span>Hardware warranty and replacement coverage<\/li>\n          <li><span class=\"deploy-check\" style=\"color:#4f46e5\">\u2713<\/span>No IT team or technical skills needed<\/li>\n        <\/ul>\n        <div class=\"deploy-footer\" style=\"background:var(--warm); color:var(--muted);\">Best for companies without server infrastructure<\/div>\n      <\/div>\n\n    <\/div>\n    <div class=\"deploy-strip fade-up\">\n      <div class=\"deploy-strip-left\">\n        <span style=\"font-size:20px\">\ud83d\udee1\ufe0f<\/span>\n        <p>All options include <strong>end-to-end encryption<\/strong>, <strong>zero AI training<\/strong> on your data, and <strong>GDPR & HIPAA compliance<\/strong> \u2014 regardless of where you deploy.<\/p>\n      <\/div>\n      <a href=\"#contact\" class=\"deploy-strip-link\">Talk to us \u2192<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ABOUT -->\n<section class=\"about\" id=\"about\">\n  <div class=\"section-inner\">\n    <div class=\"fade-up\">\n      <div class=\"section-label\">Who We Are<\/div>\n      <h2 class=\"section-title\">Built by privacy advocates,<br>for data-sensitive teams<\/h2>\n    <\/div>\n    <div class=\"about-grid fade-up\">\n      <div class=\"about-text\">\n        <p>We are a team of AI specialists, data privacy advocates, and enterprise solution architects committed to transforming documentation workflows.<\/p>\n        <p>Our platform is built with security-first architecture to ensure your data remains strictly confidential while delivering powerful document insights that accelerate decision-making.<\/p>\n        <p>We believe that the most powerful AI tools should also be the most private. That's not a tradeoff \u2014 it's the standard.<\/p>\n        <a href=\"\/contact\" class=\"hero-cta-secondary\" style=\"display:inline-flex; margin-top:8px;\">Get in touch \u2192<\/a>\n      <\/div>\n      <div class=\"about-values\">\n        <div class=\"about-value\">\n          <div class=\"about-value-label\">Mission<\/div>\n          <div class=\"about-value-title\">Work smarter,<br>not exposed<\/div>\n          <div class=\"about-value-desc\">AI-powered document intelligence that respects your privacy and regulatory requirements.<\/div>\n        <\/div>\n        <div class=\"about-value\">\n          <div class=\"about-value-label\">Vision<\/div>\n          <div class=\"about-value-title\">Global benchmark<br>for secure AI<\/div>\n          <div class=\"about-value-desc\">The standard for secure, intelligent document processing in a data-driven world.<\/div>\n        <\/div>\n        <div class=\"about-value\">\n          <div class=\"about-value-label\">Values<\/div>\n          <div class=\"about-value-title\">Privacy is<br>non-negotiable<\/div>\n          <div class=\"about-value-desc\">We never compromise on data security, even when it's harder to build that way.<\/div>\n        <\/div>\n        <div class=\"about-value\">\n          <div class=\"about-value-label\">Approach<\/div>\n          <div class=\"about-value-title\">Local AI,<br>global results<\/div>\n          <div class=\"about-value-desc\">Your GPU, your models, your data. No external API calls, ever.<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- CTA -->\n<section class=\"cta\" id=\"contact\">\n  <div class=\"section-inner\" style=\"text-align:center;\">\n    <div class=\"fade-up\">\n      <div class=\"section-label\" style=\"color:#4ade80;\">Get Started<\/div>\n      <h2 class=\"section-title\">Ready to keep your documents<br><em>truly private?<\/em><\/h2>\n      <p class=\"section-sub\">Try the live demo, or contact us for a custom deployment tailored to your organization.<\/p>\n      <div class=\"cta-actions\">\n        <a href=\"https:\/\/demo.reedocs.com\" class=\"cta-primary\">Try Live Demo \u2192<\/a>\n        <a href=\"mailto:hello@reedocs.com\" class=\"cta-secondary\">Schedule a Demo<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- FOOTER -->\n<footer>\n  <div class=\"footer-inner\">\n    <a href=\"#\" class=\"footer-logo\">\n      <div style=\"display:flex;flex-direction:column;line-height:1;\">\n        <span style=\"font-size:16px;font-weight:300;color:white;letter-spacing:0.12em;font-family:Georgia,serif;\">REEDOCS<\/span>\n        <span style=\"font-size:8px;letter-spacing:0.2em;color:#4ade80;font-weight:600;text-transform:uppercase;margin-top:2px;\">DOCUMENT INTELLIGENCE<\/span>\n      <\/div>\n    <\/a>\n    <ul class=\"footer-links\">\n      <li><a href=\"\/\">Home<\/a><\/li>\n      <li><a href=\"\/pricing\">Pricing<\/a><\/li>\n      <li><a href=\"\/contact\">Contact<\/a><\/li>\n      <li><a href=\"https:\/\/docs.reedocs.com\">Login<\/a><\/li>\n      <li><a href=\"https:\/\/demo.reedocs.com\">Demo<\/a><\/li>\n    <\/ul>\n    <span class=\"footer-copy\">\u00a9 2026 Reedocs AI. All rights reserved.<\/span>\n  <\/div>\n<\/footer>\n\n<script>\n  \/\/ Scroll animations\n  const observer = new IntersectionObserver((entries) => {\n    entries.forEach(entry => {\n      if (entry.isIntersecting) {\n        entry.target.classList.add('visible');\n      }\n    });\n  }, { threshold: 0.1 });\n\n  document.querySelectorAll('.fade-up').forEach(el => observer.observe(el));\n<\/script>\n<\/body>\n<\/html>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>REEDOCS \u2014 Document Intelligence REEDOCS DOCUMENT INTELLIGENCE Features Security Deployment About Try Demo Login \u2192 AI-Powered \u00b7 Fully Private \u00b7 Enterprise Ready Insightfully Yours, Privately Always. Empower your team with fast, secure, and intelligent document analysis. Transform how you handle documents \u2014 confidentially, efficiently, and at scale. Try Free Demo \u2192 View Deployment Options 100% [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_oxygen_hide_in_design_set":false,"_oxygen_tags":"","footnotes":""},"class_list":["post-11","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/reedocs.com\/index.php?rest_route=\/wp\/v2\/pages\/11","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/reedocs.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/reedocs.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/reedocs.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/reedocs.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=11"}],"version-history":[{"count":6,"href":"https:\/\/reedocs.com\/index.php?rest_route=\/wp\/v2\/pages\/11\/revisions"}],"predecessor-version":[{"id":18,"href":"https:\/\/reedocs.com\/index.php?rest_route=\/wp\/v2\/pages\/11\/revisions\/18"}],"wp:attachment":[{"href":"https:\/\/reedocs.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=11"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}