{"id":36718,"date":"2026-08-14T18:05:31","date_gmt":"2026-08-14T18:05:31","guid":{"rendered":"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/?page_id=36718"},"modified":"2026-09-13T20:47:27","modified_gmt":"2026-09-13T20:47:27","slug":"home","status":"publish","type":"page","link":"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/nb\/","title":{"rendered":"AI Homepage"},"content":{"rendered":"<!-- ==========================================================================\n     VIPRE AI PLATFORM \u2014 LANDING PAGE\n     Built from Figma: SafeSend-Master-Brand \/ vipre-page-draft-v2 (2513:7770)\n\n     Paste this ENTIRE block into ONE \"Custom HTML\" block in WordPress.\n     Do NOT click \"Attempt Block Recovery\" if WP ever prompts you.\n\n     Everything is scoped to .vai-page so the VIPRE theme can't bleed in.\n     Nav and footer come from the theme \u2014 they are not in this markup.\n\n     BEFORE PUBLISHING \u2014 search for \"TODO\" and fix:\n       1. The 13 image paths (see ASSET EXPORT LIST below)\n       2. All button \/ link hrefs (currently \"#\")\n       3. Placeholder copy called out in the handoff notes\n     ==========================================================================\n\n     ASSET EXPORT LIST \u2014 export from Figma, upload to WP Media,\n     then confirm the paths below match. All paths are root-relative so they\n     survive the staging -> wordpress-776622-2794197.cloudwaysapps.com move.\n\n     \/wp-content\/uploads\/2026\/08\/vai-hero-fx.webp        <- group \"BG\" (2513:7927) \u2014 grid + star sparkles.\n                                                          2880 x 1996 (2x), WebP q82, 74 KB. Opaque, not transparent,\n                                                          which is fine: it goes in at mix-blend-mode:screen and its\n                                                          near-black backdrop screens out to almost nothing.\n                                                          Do NOT bake the glow ellipses or base gradient into it \u2014\n                                                          those are CSS now, so they scale with the viewport.\n     \/wp-content\/uploads\/2026\/08\/vai-card-email.webp     <- frame 2513:8190, hide title\/tagline\/link text, 1140w\n     \/wp-content\/uploads\/2026\/08\/vai-card-assurance.webp <- frame 2513:8367, same, 1140w\n     \/wp-content\/uploads\/2026\/08\/vai-card-endpoint.webp  <- frame 2513:8505, same, 1140w\n     \/wp-content\/uploads\/2026\/08\/vai-card-training.webp  <- frame 2513:8664, same, 1140w\n     \/wp-content\/uploads\/2026\/08\/vai-platform-01.webp   <- Intent AI (engine 01 default state)\n     \/wp-content\/uploads\/2026\/08\/vai-platform-02.webp   <- variant 2  (AI Assurance)\n     \/wp-content\/uploads\/2026\/08\/vai-platform-03.webp   <- variant 3  (Agentic AI)\n     \/wp-content\/uploads\/2026\/08\/vai-platform-04.webp   <- variant 4  (Shadow AI)\n     \/wp-content\/uploads\/2026\/08\/vai-platform-05.webp   <- variant 5  (Deep Link)\n     \/wp-content\/uploads\/2026\/08\/vai-platform-06.webp   <- variant 6  (Deep Attachment)\n                                                          Export the 570x671 visual card from each of the six\n                                                          Platform Module variants. PNG at 2x, I'll convert.\n     \/wp-content\/uploads\/2026\/08\/vai-about-photo.webp   <- 2320x1346, gradient wash baked into the export\n     \/wp-content\/uploads\/2026\/08\/vai-icon-organizations-1.svg  <- shield icon, matches the other four SVGs\n     \/wp-content\/uploads\/2026\/08\/vai-icon-countries.svg <- 2513:8161\n     \/wp-content\/uploads\/2026\/08\/vai-icon-experience.svg<- 2513:8165\n     \/wp-content\/uploads\/2026\/08\/vai-icon-vbspam.svg    <- 2513:8172\n     \/wp-content\/uploads\/2026\/08\/vai-icon-soc2.svg      <- 2513:8178\n     \/wp-content\/uploads\/2026\/08\/vai-icon-threat.svg    <- red circle-X from the attack chain rows\n     \/wp-content\/uploads\/2026\/08\/vai-icon-defense.svg   <- green circle-check from the attack chain rows\n     ========================================================================== -->\n\n<style>\n\/* Delete this @import if the VIPRE theme already loads IBM Plex Sans. *\/\n@import url('https:\/\/fonts.googleapis.com\/css2?family=IBM+Plex+Sans:wght@400;500;600&display=swap');\n\n\/* ---------- tokens ---------- *\/\n\/* Full-bleed breakout: the theme renders this block inside its content column,\n   so the section backgrounds stopped at the column edge. This pulls .vai-page\n   to the true viewport width from inside any centered container. If the page\n   is ever switched to a Full Width template \/ alignfull block, delete these\n   two lines (width + margin-left) \u2014 they'd then over-shift by half a scrollbar. *\/\nhtml{overflow-x:clip;}\n.vai-page{\n  width:100vw;margin-left:calc(50% - 50vw);\n  --vai-navy:#001043;\n  --vai-ink:#010103;\n  --vai-accent:#7CC9FA;\n  --vai-white:#ffffff;\n  --vai-stroke:rgba(124,201,250,.30);\n  \/* Exact gradients from Figma \u2014 the angle and stop positions differ per component. *\/\n  --vai-grad-pill:linear-gradient(-23.52deg, rgba(0,16,67,.2) 2.4171%, rgba(124,201,250,.2) 99.163%);\n  --vai-grad-card:linear-gradient(-57.55deg, rgba(0,16,67,.2) 2.4171%, rgba(124,201,250,.2) 99.163%);\n  --vai-grad-card-risk:linear-gradient(-55.42deg, rgba(0,16,67,.2) 2.4171%, rgba(124,201,250,.2) 99.163%);\n  --vai-max:1160px;\n  --vai-radius:30px;\n\n  font-family:'IBM Plex Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;\n  color:var(--vai-ink);\n  background:var(--vai-white);\n  \/* clip, NOT hidden: overflow-x:hidden creates a scroll container and kills\n     position:sticky for every descendant \u2014 the platform rail needs sticky. *\/\n  overflow-x:clip;\n}\n\n\/* ---------- resets scoped to the page ---------- *\/\n.vai-page *,.vai-page *::before,.vai-page *::after{box-sizing:border-box;}\n.vai-page p,.vai-page h1,.vai-page h2,.vai-page h3,.vai-page h4,.vai-page ul,.vai-page li{margin:0;padding:0;color:inherit;}\n.vai-page ul{list-style:none;}\n.vai-page img{max-width:100%;display:block;}\n.vai-page a{text-decoration:none;color:inherit;}\n.vai-page a:hover,.vai-page a:visited{text-decoration:none;}\n.vai-page button{font-family:inherit;border:0;background:none;cursor:pointer;color:inherit;}\n.vai-page :focus-visible{outline:2px solid var(--vai-accent);outline-offset:3px;}\n\n.vai-wrap{max-width:var(--vai-max);margin:0 auto;padding:0 20px;}\n\n\/* ---------- type scale ---------- *\/\n.vai-h1{\n  font-size:clamp(40px,6.9vw,100px);\n  font-weight:500;line-height:1;letter-spacing:-1px;\n}\n.vai-h2{\n  font-size:clamp(28px,3.4vw,48px);\n  font-weight:500;line-height:1.22;letter-spacing:-.48px;\n}\n.vai-h3{font-size:clamp(24px,2.6vw,36px);font-weight:500;line-height:1.2;letter-spacing:-.36px;}\n.vai-lead{font-size:18px;font-weight:600;line-height:1.35;}\n.vai-body{font-size:14px;font-weight:500;line-height:1.35;}\n\n\/* ---------- pills ---------- *\/\n.vai-pill{\n  display:inline-flex;align-items:center;justify-content:center;\n  padding:5px 15px;border-radius:95px;\n  font-size:clamp(12px,1.1vw,15px);font-weight:500;text-transform:uppercase;line-height:1.35;\n}\n.vai-pill--dark{\n  background:rgba(124,201,250,.10);\n  border:1px solid var(--vai-stroke);\n  backdrop-filter:blur(5.2px);-webkit-backdrop-filter:blur(5.2px);\n  color:var(--vai-white);\n}\n.vai-page .vai-pill--light{\n  background:#7CC9FA4D;\n  border:1px solid var(--vai-stroke);\n  backdrop-filter:blur(5.2px);-webkit-backdrop-filter:blur(5.2px);\n  color:var(--vai-ink);\n}\n\n\/* ---------- buttons ---------- *\/\n.vai-btn{\n  display:inline-flex;align-items:center;justify-content:center;\n  padding:15px 22px;border-radius:5px;\n  font-size:16px;font-weight:500;line-height:1;text-transform:uppercase;\n  transition:opacity .18s ease,background-color .18s ease,color .18s ease;\n}\n.vai-btn:hover{opacity:.85;}\n.vai-page a.vai-btn--primary{background:var(--vai-accent);color:var(--vai-navy);}\n.vai-page a.vai-btn--ghost{border:1px solid var(--vai-white);color:var(--vai-white);}\n.vai-page a.vai-btn--ghost-accent{border:1px solid var(--vai-accent);color:var(--vai-accent);}\n.vai-page a.vai-btn--white{background:var(--vai-white);color:var(--vai-ink);}\n.vai-btn-row{display:flex;gap:20px;align-items:center;flex-wrap:wrap;}\n\n\/* ==========================================================================\n   1. HERO \u2014 rebuilt layer-for-layer from Figma 2513:7923 (1440 x 998)\n\n   Figma stacks seven layers here. Bottom to top:\n     1  base gradient          #010103 -> #001043\n     2  Ellipse 51 x3          262px circles, blurred to ~1093px  (CSS)\n     3  BG group               grid + star sparkles, blend: screen (PNG export)\n     4  Ellipse 50             850x482 glow behind the headline    (CSS)\n     5  bottom scrim           transparent -> #001043 from y=610\n     6  top scrim              #020d1b -> transparent over 153px\n     7  content\n   Only layer 3 is an image. Everything else is CSS, so the hero still reads\n   correctly if the export hasn't landed yet.\n   ========================================================================== *\/\n.vai-hero{\n  position:relative;\n  isolation:isolate;          \/* keeps mix-blend-mode:screen inside the hero *\/\n  overflow:hidden;\n  color:var(--vai-white);\n  background:linear-gradient(180deg,#010103 0%,#001043 100%);\n  \/* Figma: content top 232px, nav bottom ~83px, frame bottom 998px.\n     Adjust padding-top if the theme header is taller than ~83px. *\/\n  padding-top:150px;\n  padding-bottom:120px;\n}\n\n\/* --- layer 2: the three accent glow orbs --- *\/\n.vai-orb{\n  position:absolute;z-index:0;pointer-events:none;\n  width:75.9%;                \/* 1093 \/ 1440 *\/\n  aspect-ratio:1;\n  transform:translate(-50%,-50%);\n  background:radial-gradient(circle closest-side,\n    rgba(124,201,250,.13) 0%,\n    rgba(124,201,250,.069) 26%,\n    rgba(124,201,250,.022) 48%,\n    rgba(124,201,250,0)   70%);\n}\n.vai-orb--a{left:89.4%;top:54.5%;}   \/* Figma centre 1288, 544 *\/\n.vai-orb--b{left:47.6%;top:16.5%;}   \/* Figma centre  685, 165 *\/\n.vai-orb--c{left:9.1%; top:64.9%;}   \/* Figma centre  131, 648 *\/\n\n\/* --- layer 3: grid + sparkles --- *\/\n.vai-hero__fx{\n  position:absolute;inset:0;z-index:1;pointer-events:none;\n  background-image:url('\/wp-content\/uploads\/2026\/08\/vai-hero-fx.webp');\n  background-size:cover;background-position:center top;\n  mix-blend-mode:screen;\n  \/* Fade the texture out before the hero's bottom edge. The WebP is opaque and\n     hard-clipped by overflow:hidden; on narrow viewports the image's last row\n     lands exactly on the section join and the screen blend leaves a bright\n     seam above the navy proof band. Masking it out costs nothing visually \u2014\n     the scrim has already taken this area to solid #001043. *\/\n  -webkit-mask-image:linear-gradient(180deg,#000 0%,#000 60%,transparent 94%);\n  mask-image:linear-gradient(180deg,#000 0%,#000 60%,transparent 94%);\n}\n\n\/* --- layer 4: the big soft glow behind the headline --- *\/\n.vai-hero__glow{\n  position:absolute;z-index:2;pointer-events:none;\n  left:50%;top:51.8%;\n  width:94.7%;height:98.1%;   \/* 1364 x 979, blur spread included *\/\n  transform:translate(-50%,-50%);\n  background:radial-gradient(ellipse closest-side,\n    rgba(35,62,110,.50)  0%,\n    rgba(35,62,110,.325) 32%,\n    rgba(35,62,110,.135) 56%,\n    rgba(0,16,67,0)      76%);\n}\n\n\/* --- layers 5 + 6: scrims --- *\/\n.vai-hero__scrim{\n  position:absolute;inset:0;z-index:3;pointer-events:none;\n  background:\n    linear-gradient(180deg,#020d1b 0%,rgba(2,13,27,0) 153px),\n    linear-gradient(180deg,rgba(0,16,67,0) 61.1%,#001043 100%);\n}\n\n\/* --- layer 7: content. Figma block is 856px wide, centred --- *\/\n.vai-hero__inner{\n  position:relative;z-index:4;color:var(--vai-white);\n  \/* 856px Figma column + the 20px side padding (border-box), so the text\n     area stays a true 856 and the H1 breaks after \"AI.\" as designed. *\/\n  max-width:896px;margin:0 auto;padding:0 20px;\n  text-align:center;\n}\n.vai-page .vai-hero__h1{\n  text-align:center;\n  font-size:clamp(40px,6.94vw,100px);   \/* 100px at 1440 *\/\n  font-weight:500;line-height:1;letter-spacing:-.01em;\n  padding-block:.255em;                 \/* reproduces Figma's 251px fixed text frame *\/\n  margin-top:25px;                      \/* Figma gap: pill -> heading *\/\n}\n.vai-hero__h1 .vai-accent{color:var(--vai-accent);}\n.vai-page .vai-hero__sub{max-width:617px;margin:5px auto 0;color:var(--vai-white);text-align:center;}   \/* Figma gap: heading -> body *\/\n.vai-hero .vai-btn-row{justify-content:center;margin-top:60px;}\n.vai-hero .vai-btn--primary{min-width:246px;}        \/* Figma fixed width *\/\n\n\/* ==========================================================================\n   2. TRUST BAR + STATS \u2014 Figma 2513:8135 (1440 x 462)\n   Trust bar top 88 \u00b7 stat row top 164 \u00b7 cards 373x250 \u00b7 frame bottom 462\n   ========================================================================== *\/\n.vai-proof{\n  color:var(--vai-white);padding:56px 0 48px;\n  background:#001043;\n  \/* The hero's height is fractional (clamp() type), so the hero\/proof join\n     rarely lands on a whole pixel and .vai-page's white background shows\n     through the subpixel gap as a hairline. Both sections are the same navy,\n     so overlapping by 1px closes it with no visual cost. *\/\n  margin-top:-1px;\n}\n.vai-page ul.vai-trustbar{\n  display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px;align-items:stretch;\n  \/* Figma says 25px; held at 40 for breathing room. Scoped as ul.vai-trustbar\n     because WP theme list rules (.entry-content ul) outrank one class and were\n     collapsing this margin. All theme-touchable properties restated. *\/\n  margin:0 0 40px;padding:0;list-style:none;\n}\n.vai-page li.vai-trust{\n  display:flex;align-items:center;gap:12px;padding:5px;min-width:0;margin:0;list-style:none;\n  border:1px solid var(--vai-stroke);border-radius:30px;\n  background:var(--vai-grad-pill);\n  font-size:clamp(14px,1.25vw,18px);font-weight:600;line-height:1.25;\n}\n.vai-trust__icon{\n  width:41px;height:41px;flex:0 0 41px;overflow:hidden;border-radius:35px;\n}\n.vai-trust__icon img{width:100%;height:100%;object-fit:contain;}\n\n.vai-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}\n\/* Label group: pushed to the card's lower half but TOP-aligned inside a fixed\n   block, so all three headings start on the same line regardless of how many\n   lines the label or note below it wraps to. *\/\n.vai-stat > div{margin-top:auto;height:96px;display:flex;flex-direction:column;justify-content:flex-start;}\n.vai-stat{\n  display:flex;flex-direction:column;\n  height:250px;padding:20px;\n  border:1px solid var(--vai-stroke);border-radius:var(--vai-radius);\n  background:var(--vai-grad-card);\n}\n.vai-page .vai-stat__num{\n  color:var(--vai-accent);\n  font-size:clamp(48px,5.35vw,77px);font-weight:400;\n  \/* Figma trims this text box to cap height, so the leading is much tighter\n     than the nominal 1.35 \u2014 .72 reproduces that without needing text-box trim. *\/\n  line-height:.72;letter-spacing:-.02em;\n}\n.vai-page .vai-stat__label{font-size:18px;font-weight:600;line-height:1.35;text-transform:uppercase;}\n.vai-page .vai-stat__note{font-size:14px;font-weight:500;line-height:1.35;opacity:.7;margin-top:9px;}\n\/* Sources line under the stat grid. Italic, low-contrast, source names\n   hyperlinked rather than showing raw URLs. *\/\n.vai-page .vai-stats-sources{\n  margin-top:34px;\n  font-size:13px;font-weight:400;font-style:italic;line-height:1.5;\n  color:rgba(255,255,255,.62);\n}\n.vai-page .vai-stats-sources a{\n  color:rgba(255,255,255,.62);\n  text-decoration:underline;text-underline-offset:2px;\n  text-decoration-color:rgba(124,201,250,.5);\n}\n.vai-page .vai-stats-sources a:hover{color:var(--vai-accent);text-decoration-color:var(--vai-accent);}\n\n\/* ==========================================================================\n   3. SOLUTIONS \u2014 Figma 2513:8181 (1440 x 1145)\n   Content block 1160 wide at x140\/y56 \u00b7 head 856 wide, 240 tall\n   Cards 570 x 352, 20px gutters both axes \u00b7 card art carries the 85px icon\n   ========================================================================== *\/\n.vai-solutions{\n  \/* Content order swapped again: Solutions sits first and wears the brand\n     Secondary Gradient, dark at the top against the navy proof section. *\/\n  background:linear-gradient(180deg,#001043 0%,#7CC9FA 100%);\n  color:var(--vai-white);\n  padding:56px 0 75px;\n}\n.vai-page .vai-solutions__head{max-width:856px;margin-bottom:50px;}\n.vai-solutions__head .vai-h2{margin:15px 0 20px;color:var(--vai-white);}   \/* Figma: pill 15, heading 20 *\/\n.vai-solutions__head p{max-width:617px;}\n\n.vai-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;}\n.vai-card{\n  position:relative;display:block;\n  \/* Card art exports with its own rounded transparent corners, measured at\n     25.5px from the 2x file. Matched here so no placeholder colour shows through. *\/\n  min-width:0;aspect-ratio:570\/352;border-radius:25px;overflow:hidden;\n  background:#0d2559;isolation:isolate;\n}\n.vai-card__art{\n  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;\n}\n.vai-page .vai-card__body{color:var(--vai-white);\n  position:relative;z-index:2;\n  height:100%;display:flex;flex-direction:column;justify-content:flex-end;\n  padding:15px 15px 18px;\n  \/* The art carries its own scrim for the resting state. This adds nothing at\n     rest and deepens only while the hover copy is open. *\/\n  background:linear-gradient(180deg, rgba(1,10,35,0) 40%, rgba(1,10,35,0) 100%);\n  transition:background .3s ease;\n}\n.vai-card__title{font-size:clamp(22px,1.95vw,28px);font-weight:600;line-height:1.2;}\n.vai-card__tagline{font-size:14px;font-weight:500;line-height:1.35;margin-top:8px;}\n\/* Body copy is hover-reveal: collapsed to zero height until the card is hovered\n   or keyboard-focused. Shown unconditionally on touch, where there is no hover. *\/\n.vai-card__copy{\n  display:grid;grid-template-rows:0fr;opacity:0;\n  transition:grid-template-rows .3s ease, opacity .25s ease;\n}\n.vai-card__copy > span{\n  overflow:hidden;\n  font-size:14px;font-weight:500;line-height:1.35;padding-top:8px;\n}\n@media (hover:hover){\n  .vai-card:hover .vai-card__copy,\n  .vai-card:focus-visible .vai-card__copy{grid-template-rows:1fr;opacity:1;}\n}\n@media (hover:none){\n  .vai-card__copy{grid-template-rows:1fr;opacity:1;}\n}\n.vai-page .vai-card__link{\n  display:inline-block;margin-top:8px;\n  font-size:14px;font-weight:600;line-height:1.35;\n  color:var(--vai-accent);text-decoration:underline;text-underline-offset:3px;\n}\n.vai-card:hover \/* Body copy is hover-reveal: collapsed to zero height until the card is hovered\n   or keyboard-focused. Shown unconditionally on touch, where there is no hover. *\/\n.vai-card__copy{\n  display:grid;grid-template-rows:0fr;opacity:0;\n  transition:grid-template-rows .3s ease, opacity .25s ease;\n}\n.vai-card__copy > span{\n  overflow:hidden;\n  font-size:14px;font-weight:500;line-height:1.35;padding-top:8px;\n}\n@media (hover:hover){\n  .vai-card:hover .vai-card__copy,\n  .vai-card:focus-visible .vai-card__copy{grid-template-rows:1fr;opacity:1;}\n}\n@media (hover:none){\n  .vai-card__copy{grid-template-rows:1fr;opacity:1;}\n}\n.vai-card__link{text-decoration-thickness:2px;}\n\n\/* ==========================================================================\n   3. VIPRE AI PLATFORM \u2014 sticky split layout (from approved prototype)\n   Left rail pins while five engine articles scroll on the right.\n   Palette is the prototype's own; all selectors prefixed .vai-page to win\n   against both the theme and the block's p\/h reset.\n   ========================================================================== *\/\n.vai-page .vai-platform{\n  scroll-margin-top:90px;\n  --vp-navy:#0A1F44; --vp-navy2:#12305F; --vp-blue:#1668D6; --vp-blue-lt:#BFDCF7;\n  --vp-muted:#4A6690; --vp-line:#B9D6F2; --vp-body:#1C3357;\n  \/* Second slot: light fill picking up the #7CC9FA the Solutions ramp ends on,\n     fading to white for the attack-chain section below. *\/\n  background:linear-gradient(180deg,#7CC9FA 36.038%,#ffffff 100%);\n  color:var(--vp-navy);\n  padding:60px 0 140px;\n}\n\n.vai-page .vp-pill{\n  \/* match the shared .vai-pill type: same size\/weight\/spacing as every other\n     eyebrow. Keeps its own light-blue fill and the 22px gap to the heading. *\/\n  display:inline-flex;align-items:center;justify-content:center;\n  background:var(--vp-blue-lt);color:var(--vp-navy2);\n  font-size:clamp(12px,1.1vw,15px);font-weight:500;letter-spacing:normal;\n  text-transform:uppercase;line-height:1.35;\n  padding:5px 15px;border-radius:95px;margin-bottom:22px;\n}\n.vai-page .vp-head{margin-bottom:44px;color:var(--vp-navy);}\n.vai-page .vp-intro{max-width:820px;margin-top:18px;color:var(--vp-body);}\n.vai-page .vp-intro p{font-size:15px;line-height:1.6;color:var(--vp-body);}\n.vai-page .vp-intro p + p{margin-top:12px;}\n.vai-page .vp-intro__deck{font-size:17px;font-weight:600;color:var(--vp-navy) !important;}\n.vai-page .vp-h1{font-size:clamp(28px,2.9vw,42px);line-height:1.16;font-weight:700;letter-spacing:-.022em;margin:0;color:var(--vp-navy);max-width:820px;}\n\n\n\/* ---- tabs layout (replaces the sticky scroll) ---- *\/\n.vai-page .vp-tabs{\n  display:grid;grid-template-columns:repeat(6,1fr);align-items:stretch;\n  border:1px solid rgba(255,255,255,.85);border-radius:14px;overflow:hidden;\n  background:rgba(255,255,255,.72);\n  -webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);\n  box-shadow:0 2px 22px rgba(10,30,70,.10);\n}\n.vai-page .vp-tabin{position:absolute;opacity:0;pointer-events:none;width:0;height:0;}\n.vai-page label.vp-tab{\n  display:flex;align-items:center;justify-content:center;gap:8px;\n  height:100%;margin:0;padding:15px 10px;border:0;background:transparent;cursor:pointer;\n  font-family:inherit;font-size:12.5px;font-weight:600;line-height:1.25;text-align:center;\n  color:var(--vp-navy2);border-left:1px solid rgba(30,90,170,.14);\n  transition:background .2s ease,color .2s ease;-webkit-user-select:none;user-select:none;\n}\n.vai-page label.vp-tab:first-child{border-left:0;}\n.vai-page .vp-tab__num{font-size:10.5px;font-weight:700;opacity:.65;}\n.vai-page label.vp-tab:hover{background:rgba(255,255,255,.55);}\n\/* active label + focus ring driven by the matching radio *\/\n.vai-page #tab-engine-01:checked ~ .vp-tabs label[for=\"tab-engine-01\"],\n.vai-page #tab-engine-02:checked ~ .vp-tabs label[for=\"tab-engine-02\"],\n.vai-page #tab-engine-03:checked ~ .vp-tabs label[for=\"tab-engine-03\"],\n.vai-page #tab-engine-04:checked ~ .vp-tabs label[for=\"tab-engine-04\"],\n.vai-page #tab-engine-05:checked ~ .vp-tabs label[for=\"tab-engine-05\"],\n.vai-page #tab-engine-06:checked ~ .vp-tabs label[for=\"tab-engine-06\"]{background:var(--vp-navy);color:#fff;}\n.vai-page .vp-tabin:focus-visible ~ .vp-tabs label{outline:none;}\n.vai-page .vp-tabin:focus-visible + .vp-tabs label:first-child,\n.vai-page .vp-tabin:checked:focus-visible ~ .vp-tabs label{outline:none;}\n\n.vai-page .vp-panel{\n  display:none;margin-top:22px;\n  grid-template-columns:390px minmax(0,1fr);gap:40px;align-items:start;\n  background:rgba(255,255,255,.88);border:1px solid rgba(255,255,255,.95);\n  border-radius:16px;padding:32px;\n  box-shadow:0 2px 22px rgba(20,70,140,.07);\n}\n\/* CSS-only tab switching: each checked radio reveals its panel *\/\n.vai-page #tab-engine-01:checked ~ .vp-panel[data-panel=\"engine-01\"],\n.vai-page #tab-engine-02:checked ~ .vp-panel[data-panel=\"engine-02\"],\n.vai-page #tab-engine-03:checked ~ .vp-panel[data-panel=\"engine-03\"],\n.vai-page #tab-engine-04:checked ~ .vp-panel[data-panel=\"engine-04\"],\n.vai-page #tab-engine-05:checked ~ .vp-panel[data-panel=\"engine-05\"],\n.vai-page #tab-engine-06:checked ~ .vp-panel[data-panel=\"engine-06\"]{display:grid;}\n.vai-page .vp-panel__fig{margin:0;align-self:start;}\n.vai-page .vp-panel__fig img{\n  \/* Fixed intrinsic size: the image keeps its 570x671 shape no matter how tall\n     the content column grows. The panel stretches; the image doesn't. *\/\n  display:block;width:100%;height:auto;aspect-ratio:570\/671;\n  object-fit:cover;border-radius:12px;\n}\n.vai-page .vp-panel__content{min-width:0;}\n\n\/* ---- accordions inside a panel ---- *\/\n.vai-page .vp-accs{margin-top:18px;display:flex;flex-direction:column;gap:12px;}\n.vai-page details.vp-acc{\n  border:1px solid rgba(30,90,170,.18);border-radius:10px;background:rgba(255,255,255,.7);\n}\n.vai-page details.vp-acc summary{\n  list-style:none;cursor:pointer;display:flex;align-items:center;gap:10px;\n  padding:14px 44px 14px 16px;position:relative;\n  font-size:14px;font-weight:700;color:var(--vp-navy);\n  text-transform:uppercase;letter-spacing:.08em;\n}\n.vai-page details.vp-acc summary::-webkit-details-marker{display:none;}\n\/* Theme styles summary elements (border\/outline on focus after click) \u2014 kill\n   every state; keyboard users keep the accent ring via :focus-visible below. *\/\n.vai-page details.vp-acc summary,\n.vai-page details.vp-acc summary:hover,\n.vai-page details.vp-acc summary:focus,\n.vai-page details.vp-acc summary:active,\n.vai-page details.vp-acc[open] summary{\n  border:0 !important;outline:none !important;box-shadow:none !important;background:transparent;\n}\n.vai-page details.vp-acc summary:focus-visible{outline:2px solid var(--vp-blue) !important;outline-offset:-2px;border-radius:10px;}\n.vai-page details.vp-acc summary::after{\n  content:'+';position:absolute;right:14px;top:50%;transform:translateY(-50%);\n  width:22px;height:22px;border-radius:6px;display:flex;align-items:center;justify-content:center;\n  font-size:16px;font-weight:600;color:var(--vp-navy);background:rgba(30,90,170,.10);\n}\n.vai-page details.vp-acc[open] summary::after{content:'\\2212';}\n.vai-page .vp-acc__body{padding:2px 16px 18px;}\n.vai-page details.vp-acc:focus-within{border-color:rgba(30,90,170,.4);}\n\n.vai-page .vp-eyebrow{display:flex;align-items:center;gap:12px;margin-bottom:14px;flex-wrap:wrap;}\n.vai-page .vp-eyebrow .idx{background:var(--vp-navy);color:#fff;font-size:11px;font-weight:700;padding:5px 10px;border-radius:5px;letter-spacing:.05em;}\n.vai-page .vp-name{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--vp-muted);}\n.vai-page .vp-tag{font-size:9.5px;font-weight:700;letter-spacing:.11em;text-transform:uppercase;padding:5px 11px;border-radius:99px;background:#FFEAC2;color:#7A4B00;}\n.vai-page .vp-surface{\n  font-size:12.5px;font-weight:600;letter-spacing:.04em;color:var(--vp-blue);\n  margin:-6px 0 14px;\n}\n.vai-page .vp-h2{font-size:23px;font-weight:700;letter-spacing:-.018em;line-height:1.26;margin-bottom:18px;color:var(--vp-navy);}\n.vai-page .vp-kick{font-size:10px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--vp-blue);margin:24px 0 9px;}\n.vai-page .vp-engine p{font-size:14.5px;line-height:1.65;color:var(--vp-body);}\n.vai-page .vp-engine p + p{margin-top:12px;}\n.vai-page .vp-scenario{border-left:3px solid var(--vp-blue);padding-left:18px;font-size:14.5px;line-height:1.62;color:#22375C;}\n.vai-page .vp-scenario strong{color:var(--vp-navy);font-weight:600;}\n\n.vai-page ul.vp-feat{list-style:none;margin:0;padding:0;}\n.vai-page .vp-feat li{\n  font-size:14px;line-height:1.55;color:var(--vp-body);\n  padding:9px 0 9px 24px;position:relative;border-bottom:1px solid rgba(30,90,170,.09);margin:0;\n}\n.vai-page .vp-feat li::before{content:'';position:absolute;left:3px;top:16px;width:8px;height:8px;border-radius:2px;background:var(--vp-blue);opacity:.75;}\n.vai-page .vp-fn{margin-top:8px;}\n.vai-page .vp-fn em,\n.vai-page .vp-feat em{font-style:normal;color:#54719B;font-size:12.5px;}\n.vai-page .vp-feat--2col{display:grid;grid-template-columns:1fr 1fr;gap:0 28px;}\n.vai-page .vp-feat--2col li strong{display:block;font-weight:600;color:var(--vp-navy);}\n.vai-page .vp-feat > li > strong{font-weight:600;color:var(--vp-navy);}\n.vai-page .vp-feat--2col li span{font-size:12.5px;color:#54719B;}\n\n.vai-page .vp-engine table{width:100%;border-collapse:collapse;margin-top:8px;font-size:13px;}\n.vai-page .vp-engine th{\n  text-align:left;font-size:9.5px;letter-spacing:.11em;text-transform:uppercase;color:var(--vp-muted);\n  padding:0 14px 9px 0;font-weight:700;border-bottom:1px solid var(--vp-line);\n}\n.vai-page .vp-engine td{padding:11px 14px 11px 0;border-bottom:1px solid rgba(30,90,170,.1);color:var(--vp-body);vertical-align:top;line-height:1.45;}\n.vai-page .vp-engine td:first-child{font-weight:600;color:var(--vp-navy);}\n\n\n@media (max-width:1100px){\n  .vai-page .vai-platform{padding:48px 0 100px;}\n}\n@media (max-width:820px){\n  .vai-page .vai-platform{padding:36px 0 70px;}\n  .vai-page .vp-head{margin-bottom:20px;}\n  .vai-page .vp-h1{font-size:24px;}\n  \/* Tabs become a grid below 820 \u2014 every engine visible, no horizontal scroll.\n     (The previous rule targeted button.vp-tab, left over from the pre-radio\n     build; the labels never matched it, so they collapsed and wrapped.)\n     The 1px gap over a tinted container background draws the hairlines, which\n     stays clean at any column count where border-left would not. *\/\n  .vai-page .vp-tabs{\n    display:grid;grid-template-columns:1fr 1fr;\n    gap:1px;background:rgba(30,90,170,.16);\n    border-radius:12px;overflow:hidden;\n    -webkit-backdrop-filter:none;backdrop-filter:none;\n  }\n  .vai-page label.vp-tab{\n    justify-content:flex-start;text-align:left;align-items:flex-start;\n    gap:9px;padding:12px 13px;border-left:0;\n    background:rgba(255,255,255,.88);\n    font-size:12px;line-height:1.3;\n  }\n  .vai-page label.vp-tab:hover{background:rgba(255,255,255,.96);}\n  .vai-page .vp-tab__num{flex:0 0 auto;padding-top:1px;}\n  .vai-page .vp-panel{grid-template-columns:1fr;gap:20px;padding:18px;}\n  .vai-page .vp-panel__fig img{aspect-ratio:16\/10;}\n  .vai-page .vp-feat--2col{grid-template-columns:1fr 1fr;gap:0 14px;}\n  .vai-page .vp-feat--2col li span{display:none;}\n  .vai-page .vp-engine table,.vai-page .vp-engine tbody,\n  .vai-page .vp-engine tr,.vai-page .vp-engine td{display:block;}\n  .vai-page .vp-engine thead{display:none;}\n  .vai-page .vp-engine tr{border-bottom:1px solid rgba(30,90,170,.14);padding:12px 0;}\n  .vai-page .vp-engine td{border:0;padding:2px 0;}\n  .vai-page .vp-engine td::before{\n    content:attr(data-label);display:block;font-size:9.5px;letter-spacing:.11em;\n    text-transform:uppercase;color:var(--vp-muted);font-weight:700;margin-top:6px;\n  }\n}\n@media (max-width:420px){\n  \/* Two columns at 390px leaves ~140px of text width, which breaks\n     \"Shadow AI Detection & Data Loss Reasoning\" across four lines. Full-width\n     rows read cleanly and give a proper tap target. *\/\n  .vai-page .vp-tabs{grid-template-columns:1fr;}\n  .vai-page label.vp-tab{align-items:center;padding:13px 15px;font-size:12.5px;}\n}\n\n\/* ==========================================================================\n   5. ATTACK CHAIN \u2014 horizontal timeline inside the brand dark panel\n   ========================================================================== *\/\n.vai-risk{background:var(--vai-white);padding:40px 0 50px;}\n.vai-page .vai-chain__panel{\n  position:relative;isolation:isolate;overflow:hidden;\n  border-radius:var(--vai-radius);\n  background:linear-gradient(126.22deg,#010103 8%,#001043 52%,#001043 100%);\n  color:var(--vai-white);\n  padding:clamp(44px,5vw,72px) clamp(24px,4vw,64px);\n}\n.vai-page .vai-chain__fx{\n  position:absolute;inset:0;z-index:0;pointer-events:none;\n  background-image:url('\/wp-content\/uploads\/2026\/08\/vai-hero-fx.webp');\n  background-size:cover;background-position:center;\n  mix-blend-mode:screen;opacity:.4;\n}\n.vai-page .vai-chain__glow{\n  position:absolute;z-index:0;pointer-events:none;\n  width:120.9%;aspect-ratio:1;transform:translate(-50%,-50%);\n  background:radial-gradient(circle closest-side,\n    rgba(124,201,250,.30) 0%,\n    rgba(124,201,250,.15) 28%,\n    rgba(124,201,250,.05) 50%,\n    rgba(124,201,250,0)   72%);\n}\n.vai-chain__glow--a{left:102%;top:112%;}\n.vai-chain__glow--b{left:-4%;top:-38%;}\n.vai-page .vai-chain__inner{position:relative;z-index:1;color:var(--vai-white);}\n.vai-page .vai-chain__h2{\n  font-size:clamp(28px,3.2vw,44px);font-weight:500;line-height:1.15;\n  letter-spacing:-.02em;color:var(--vai-white);max-width:640px;margin-top:20px;\n}\n.vai-page .vai-chain__intro{\n  font-size:15px;line-height:1.6;color:rgba(255,255,255,.75);\n  max-width:560px;margin-top:14px;\n}\n.vai-page ol.vai-chain__track{\n  list-style:none;margin:58px 0 0;padding:0;\n  display:grid;grid-template-columns:repeat(4,1fr);gap:0 26px;\n  position:relative;\n}\n.vai-page ol.vai-chain__track::before{\n  content:'';position:absolute;top:24px;left:12.5%;right:12.5%;height:2px;\n  background:linear-gradient(90deg,\n    rgba(124,201,250,.9) 0%, rgba(124,201,250,.9) 72%, rgba(124,201,250,.15) 100%);\n}\n.vai-page .vai-chain__step{margin:0;padding:0;text-align:center;position:relative;}\n.vai-page .vai-chain__dot{\n  position:relative;z-index:1;\n  display:inline-flex;align-items:center;justify-content:center;\n  box-sizing:border-box;width:48px;height:48px;min-width:48px;min-height:48px;\n  aspect-ratio:1\/1;padding:0;line-height:1;\n  border-radius:999px;\n  background:linear-gradient(180deg,#0b2352 0%,#4b80b2 100%);\n  border:2px solid rgba(124,201,250,.85);\n  box-shadow:0 0 18px rgba(124,201,250,.28);\n  font-size:17px;font-weight:600;color:var(--vai-white);\n}\n.vai-page .vai-chain__step-title{\n  font-size:17px;font-weight:600;color:var(--vai-white);margin-top:18px;line-height:1.3;\n}\n.vai-page .vai-chain__step-copy{\n  font-size:13.5px;line-height:1.55;color:rgba(255,255,255,.72);margin-top:8px;padding:0 4px;\n}\n.vai-page .vai-chain__step-vipre{\n  font-size:12.5px;line-height:1.5;font-weight:600;color:var(--vai-accent);margin-top:10px;\n}\n.vai-page .vai-chain__step-vipre strong{color:var(--vai-accent);font-weight:700;}\n@media (max-width:900px){\n  .vai-page .vai-chain__panel{padding:36px 22px 44px;}\n  .vai-page ol.vai-chain__track{grid-template-columns:1fr;gap:32px;margin-top:38px;}\n  .vai-page ol.vai-chain__track::before{\n    left:23px;right:auto;top:24px;bottom:24px;width:2px;height:auto;\n    background:linear-gradient(180deg,\n      rgba(124,201,250,.9) 0%, rgba(124,201,250,.9) 72%, rgba(124,201,250,.15) 100%);\n  }\n  .vai-page .vai-chain__step{\n    text-align:left;display:grid;grid-template-columns:48px 1fr;gap:0 18px;\n  }\n  .vai-page .vai-chain__dot{grid-row:1 \/ span 3;}\n  .vai-page .vai-chain__step-title{margin-top:12px;}\n  .vai-page .vai-chain__step-copy,.vai-page .vai-chain__step-vipre{grid-column:2;padding:0;}\n}\n\n\/* ==========================================================================\n   6. ABOUT VIPRE \u2014 Figma 2513:8868 (1440 x 781)\n   Panel 1160 x 673 at x140\/y58, radius 26. The photo is full-bleed across the\n   whole panel \u2014 the navy wash on the left is a gradient overlay baked into the\n   export, not a second column. Copy sits at x43 inside the panel, 472 wide.\n   Vertical rhythm: pill 36 from top, +15 heading, +14 subhead, +33 body,\n   +65 button, 77 to the bottom edge.\n   ========================================================================== *\/\n.vai-about{background:var(--vai-white);padding:58px 0 50px;}\n.vai-about__panel{\n  position:relative;overflow:hidden;border-radius:26px;\n  aspect-ratio:1160\/673;\n  color:var(--vai-white);\n}\n.vai-about__photo{\n  position:absolute;inset:0;z-index:0;\n  width:100%;height:100%;object-fit:cover;object-position:center;\n}\n.vai-about__copy{\n  position:relative;z-index:1;color:var(--vai-white);\n  height:100%;\n  display:flex;flex-direction:column;align-items:flex-start;\n  padding:36px 43px 77px;\n}\n.vai-page .vai-about__title{\n  max-width:527px;margin-top:15px;\n  font-size:clamp(26px,2.5vw,36px);font-weight:500;line-height:1.14;letter-spacing:-.36px;\n}\n.vai-page .vai-about__q{\n  max-width:472px;margin-top:14px;\n  font-size:18px;font-weight:600;line-height:1.35;\n}\n.vai-page .vai-about__body{max-width:472px;margin-top:33px;}\n.vai-about__body p{font-size:14px;font-weight:500;line-height:1.35;}\n.vai-about__body p + p{margin-top:1.35em;}\n.vai-about__cta{margin-top:65px;width:473px;max-width:100%;}\n\n\/* ==========================================================================\n   RESPONSIVE\n   ========================================================================== *\/\n@media (max-width:1024px){\n  .vai-page ul.vai-trustbar{grid-template-columns:repeat(2,minmax(0,1fr));}\n  .vai-stats{grid-template-columns:1fr;}\n  .vai-stat{height:auto;min-height:220px;}\n  .vai-stat > div{height:auto;margin-top:18px;}\n  .vai-cards{grid-template-columns:1fr;}\n  .vai-card{aspect-ratio:auto;min-height:360px;}\n  .vai-card__art{object-position:center top;}\n  .vai-about__panel{aspect-ratio:auto;}\n  .vai-about__photo{object-position:22% center;}\n  .vai-about__copy{padding:32px 24px 40px;background:linear-gradient(180deg,rgba(0,24,69,.90) 0%,rgba(0,24,69,.95) 100%);}\n  .vai-about__title{margin-top:14px;}\n  .vai-about__body{margin-top:20px;}\n  .vai-about__cta{margin-top:28px;}\n}\n@media (max-width:640px){\n  .vai-page ul.vai-trustbar{grid-template-columns:1fr;}\n  .vai-about__copy{padding:32px 24px;}\n  .vai-about__copy .vai-btn{max-width:none;}\n  .vai-btn{width:100%;}\n  .vai-btn-row{gap:12px;}\n  \/* The transparent mobile header is ~105-110px tall, so 64px put the eyebrow\n     pill directly under the logo. Extra height is taken back off the bottom,\n     where the hero had dead space below the buttons. *\/\n  .vai-hero{padding-top:140px;padding-bottom:80px;}\n  .vai-hero__h1{margin-top:20px;}\n  .vai-hero .vai-btn-row{margin-top:40px;}\n}\n@media (prefers-reduced-motion:reduce){\n  .vai-page *{transition:none !important;animation:none !important;}\n}\n<\/style>\n\n<div class=\"vai-page\">\n\n  <!-- ======================= 1. HERO ======================= -->\n  <section class=\"vai-hero\">\n    <span class=\"vai-orb vai-orb--a\" aria-hidden=\"true\"><\/span>\n    <span class=\"vai-orb vai-orb--b\" aria-hidden=\"true\"><\/span>\n    <span class=\"vai-orb vai-orb--c\" aria-hidden=\"true\"><\/span>\n    <span class=\"vai-hero__fx\" aria-hidden=\"true\"><\/span>\n    <span class=\"vai-hero__glow\" aria-hidden=\"true\"><\/span>\n    <span class=\"vai-hero__scrim\" aria-hidden=\"true\"><\/span>\n\n    <div class=\"vai-hero__inner\">\n      <span class=\"vai-pill vai-pill--dark\">Powered by VIPRE AI &nbsp;\u00b7&nbsp; Specialized AI Engines<\/span>\n      <h1 class=\"vai-hero__h1\">\n        The threats are AI. <span class=\"vai-accent\">So is the response.<\/span>\n      <\/h1>\n      <p class=\"vai-lead vai-hero__sub\">\n        VIPRE built dedicated AI and LLM reasoning engines to power our Threat Intel Platform \u2014 not a feature, a fabric. Each one purpose-trained on a different attack surface. All of them working together across your email, your endpoints, your data, and every AI tool your people use.\n      <\/p>\n      <div class=\"vai-btn-row\">\n        <!-- TODO: hrefs -->\n        <a class=\"vai-btn vai-btn--primary\" href=\"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/nb\/request-a-demo\/\">Book a demo \u2192<\/a>\n        <a class=\"vai-btn vai-btn--ghost\" href=\"#vipre-ai-platform\">Explore the AI platform \u2192<\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ======================= 2. PROOF ======================= -->\n  <section class=\"vai-proof\">\n    <div class=\"vai-wrap\">\n\n      <ul class=\"vai-trustbar\">\n        <li class=\"vai-trust\">\n          <span class=\"vai-trust__icon\"><img loading=\"lazy\" decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/08\/vai-icon-organizations-1.svg\" alt=\"\" width=\"41\" height=\"41\"><\/span>\n          <span>Trusted by 50,000+ organizations<\/span>\n        <\/li>\n        <li class=\"vai-trust\">\n          <span class=\"vai-trust__icon\"><img loading=\"lazy\" decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/08\/vai-icon-countries.svg\" alt=\"\" width=\"41\" height=\"41\"><\/span>\n          <span>100+ countries<\/span>\n        <\/li>\n        <li class=\"vai-trust\">\n          <span class=\"vai-trust__icon\"><img loading=\"lazy\" decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/08\/vai-icon-experience.svg\" alt=\"\" width=\"41\" height=\"41\"><\/span>\n          <span>30+ years in security<\/span>\n        <\/li>\n        <li class=\"vai-trust\">\n          <span class=\"vai-trust__icon\"><img loading=\"lazy\" decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/08\/vai-icon-vbspam.svg\" alt=\"\" width=\"41\" height=\"41\"><\/span>\n          <span>A++ VBSpam Rated<\/span>\n        <\/li>\n        <li class=\"vai-trust\">\n          <span class=\"vai-trust__icon\"><img loading=\"lazy\" decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/08\/vai-icon-soc2.svg\" alt=\"\" width=\"41\" height=\"41\"><\/span>\n          <span>SOC 2 Type II<\/span>\n        <\/li>\n      <\/ul>\n\n      <div class=\"vai-stats\">\n        <div class=\"vai-stat\">\n          <p class=\"vai-stat__num\">70%<\/p>\n          <div>\n            <p class=\"vai-stat__label\">OF ENTERPRISES WHO HAVE ADOPTED AI<\/p>\n            <p class=\"vai-stat__note\">report concerns about AI bias and safety<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"vai-stat\">\n          <p class=\"vai-stat__num\">$4.99M<\/p>\n          <div>\n            <p class=\"vai-stat__label\">AVERAGE DATA BREACH COST<\/p>\n            <p class=\"vai-stat__note\">average cost of a data breach incident in 2025*<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"vai-stat\">\n          <p class=\"vai-stat__num\">56%<\/p>\n          <div>\n            <p class=\"vai-stat__label\">AI-DRIVEN ATTACKS ROSE YEAR-OVER-YEAR<\/p>\n            <p class=\"vai-stat__note\">compared to the year prior*<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- TODO: swap in the final approved source for stat 3 (the 56% AI-driven\n           attacks figure) \u2014 Brent's line above covers stats 1 and 2 only. -->\n      <p class=\"vai-stats-sources\">*Source: <a href=\"https:\/\/www.ibm.com\/reports\/data-breach\" target=\"_blank\" rel=\"noopener\">IBM Cost of a Data Breach Report 2026<\/a>.<\/p>\n\n    <\/div>\n  <\/section>\n\n  <!-- ======================= 4. SOLUTIONS ======================= -->\n  <section class=\"vai-solutions\">\n    <div class=\"vai-wrap\">\n\n      <div class=\"vai-solutions__head\">\n        <span class=\"vai-pill vai-pill--dark\">L\u00f8sninger<\/span>\n        <h2 class=\"vai-h2\">One AI Powered Threat Intel Platform. Four Dimensions of Attack Surfaces. Closing the Gaps.<\/h2>\n        <p class=\"vai-body\">Attackers target email, endpoints, people, and the AI running inside your business. VIPRE covers all four under one AI Threat Intel platform that leverages and orchestrates purposely built AI experts, so we can make the best decision for each case<\/p>\n      <\/div>\n\n      <div class=\"vai-cards\">\n\n        <a class=\"vai-card\" href=\"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/nb\/products\/email-security\/integrated-email-security\/\">\n          <img loading=\"lazy\" decoding=\"async\" class=\"vai-card__art\" src=\"\/wp-content\/uploads\/2026\/08\/vai-card-email.webp\" alt=\"\" width=\"1142\" height=\"706\">\n          <span class=\"vai-card__body\">\n            <span class=\"vai-card__title\">E-postsikkerhet<\/span>\n            <span class=\"vai-card__tagline\">The mailbox is still the front door.<\/span>\n            <span class=\"vai-card__copy\"><span>BEC, phishing, account takeover, data loss, misdirected sends \u2014 most breaches still start with an email. VIPRE&#8217;s AI reasons across intent, context, and content to stop them before your people ever see them.<\/span><\/span>\n            <span class=\"vai-card__link\">Email Security \u2192<\/span>\n          <\/span>\n        <\/a>\n\n        <a class=\"vai-card\" href=\"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/nb\/products\/ai-assurance\/\">\n          <img loading=\"lazy\" decoding=\"async\" class=\"vai-card__art\" src=\"\/wp-content\/uploads\/2026\/08\/vai-card-assurance.webp\" alt=\"\" width=\"1142\" height=\"706\">\n          <span class=\"vai-card__body\">\n            <span class=\"vai-card__title\">AI Assurance<\/span>\n            <span class=\"vai-card__tagline\">Score every AI model before it scores you.<\/span>\n            <span class=\"vai-card__copy\"><span>VIPRE adversarially tests every AI model, app, and agent across 10 trust dimensions \u2014 bias, hallucination, safety, privacy, and compliance. Mapped to the EU AI Act. Board-ready report in 48 hours.<\/span><\/span>\n            <span class=\"vai-card__link\">AI Assurance \u2192<\/span>\n          <\/span>\n        <\/a>\n\n        <a class=\"vai-card\" href=\"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/nb\/products\/endpoint-security\/\">\n          <img loading=\"lazy\" decoding=\"async\" class=\"vai-card__art\" src=\"\/wp-content\/uploads\/2026\/08\/vai-card-endpoint.webp\" alt=\"\" width=\"1142\" height=\"706\">\n          <span class=\"vai-card__body\">\n            <span class=\"vai-card__title\">ENDEPUNTS SIKKERHET<\/span>\n            <span class=\"vai-card__tagline\">Every device is a target. Treat it that way.<\/span>\n            <span class=\"vai-card__copy\"><span>ML-driven EDR hardens, monitors, and responds across every endpoint \u2014 laptops, servers, remote devices. Catches what AV misses and blocks unsanctioned AI tools before they become a liability.<\/span><\/span>\n            <span class=\"vai-card__link\">Endpoint Security \u2192<\/span>\n          <\/span>\n        <\/a>\n\n        <a class=\"vai-card\" href=\"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/nb\/products\/user-protection\/\">\n          <img loading=\"lazy\" decoding=\"async\" class=\"vai-card__art\" src=\"\/wp-content\/uploads\/2026\/08\/vai-card-training.webp\" alt=\"\" width=\"1142\" height=\"706\">\n          <span class=\"vai-card__body\">\n            <span class=\"vai-card__title\">Employee Training<\/span>\n            <span class=\"vai-card__tagline\">Attackers are using AI. Your training should too.<\/span>\n            <span class=\"vai-card__copy\"><span>VIPRE generates threat simulations from live attack intelligence \u2014 adapted by role, updated by behavior. Your people train against the exact scenarios against today&#8217;s emergent threats hitting your industry this week, not last year&#8217;s templates.<\/span><\/span>\n            <span class=\"vai-card__link\">Security Training \u2192<\/span>\n          <\/span>\n        <\/a>\n\n      <\/div>\n    <\/div>\n  <\/section>\n  <!-- ======================= 3. VIPRE AI PLATFORM ======================= -->\n  <section class=\"vai-platform\" id=\"vipre-ai-platform\">\n    <div class=\"vai-wrap\">\n      <div class=\"vp-head\">\n        <span class=\"vp-pill\">VIPRE AI Platform<\/span>\n        <h2 class=\"vp-h1\">VIPRE AI Platform at the Core.<br>Protection Across Every Surface.<\/h2>\n        <div class=\"vp-intro\">\n          <p class=\"vp-intro__deck\">Most security vendors added an &#8220;AI layer.&#8221; VIPRE built from the AI up.<\/p>\n          <p>VIPRE AI Platform is VIPRE&#8217;s core machine-learning and LLM reasoning platform. It doesn&#8217;t just classify threats \u2014 it reads intent, understands structure, reasons across context, and learns continuously from the full signal of 50,000+ organizations. VIPRE portfolio shares VIPRE AI Platform as its intelligence core, so a lesson learned stopping a BEC attack becomes a signal that sharpens endpoint detection, and a threat pattern flagged in inbox defense the same day improves training simulation.<\/p>\n          <p>Specialized engines. Each trained on a different problem. Sharing one threat fabric.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"vai-wrap\">\n      <!-- radios live OUTSIDE the visual bar so :checked can target panels as siblings -->\n      <input type=\"radio\" name=\"vp-tabs\" id=\"tab-engine-01\" class=\"vp-tabin\" checked>\n      <input type=\"radio\" name=\"vp-tabs\" id=\"tab-engine-02\" class=\"vp-tabin\">\n      <input type=\"radio\" name=\"vp-tabs\" id=\"tab-engine-03\" class=\"vp-tabin\">\n      <input type=\"radio\" name=\"vp-tabs\" id=\"tab-engine-04\" class=\"vp-tabin\">\n      <input type=\"radio\" name=\"vp-tabs\" id=\"tab-engine-05\" class=\"vp-tabin\">\n      <input type=\"radio\" name=\"vp-tabs\" id=\"tab-engine-06\" class=\"vp-tabin\">\n      <div class=\"vp-tabs\" role=\"tablist\">\n        <label class=\"vp-tab\" for=\"tab-engine-01\"><span class=\"vp-tab__num\">01<\/span>Intent AI &amp; LLM Reasoning<\/label>\n        <label class=\"vp-tab\" for=\"tab-engine-02\"><span class=\"vp-tab__num\">02<\/span>AI Assurance &amp; Governance Engine<\/label>\n        <label class=\"vp-tab\" for=\"tab-engine-03\"><span class=\"vp-tab__num\">03<\/span>Agentic AI Threat Advisory<\/label>\n        <label class=\"vp-tab\" for=\"tab-engine-04\"><span class=\"vp-tab__num\">04<\/span>Shadow AI Detection &amp; Data Loss Reasoning<\/label>\n        <label class=\"vp-tab\" for=\"tab-engine-05\"><span class=\"vp-tab__num\">05<\/span>Deep Link &amp; URL AI Sandbox<\/label>\n        <label class=\"vp-tab\" for=\"tab-engine-06\"><span class=\"vp-tab__num\">06<\/span>Deep Attachment AI Sandbox<\/label>\n      <\/div>\n\n      <div class=\"vp-panel\" data-panel=\"engine-01\" role=\"tabpanel\">\n        <figure class=\"vp-panel__fig\">\n          <img loading=\"lazy\" decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/08\/vai-platform-01.webp\" alt=\"\" width=\"1140\" height=\"1342\">\n        <\/figure>\n        <div class=\"vp-panel__content\">\n          <div class=\"vp-eyebrow\"><span class=\"idx\">01<\/span><span class=\"vp-name\">Intent AI &amp; LLM Reasoning<\/span><\/div>\n          <p class=\"vp-surface\">Email Security \u2014 BEC \/ VEC \u00b7 DLP \u00b7 SafeSend<\/p>\n          <h2 class=\"vp-h2\">Email security that reads intent and stops data loss before it sends.<\/h2>\n          <div class=\"vp-accs\">\n            <details class=\"vp-acc\" name=\"acc-engine-01\" open>\n              <summary>The Scenario<\/summary>\n              <div class=\"vp-acc__body\">\n<div class=\"vp-scenario\">No link. No attachment. Just a wire-transfer request from a vendor you trust, but their account was compromised, and the attacker has been in the thread for weeks. Meanwhile, a quarterly forecast was pasted into the wrong reply, reworded just enough that no DLP rule matched. It sent anyway. VIPRE&#8217;s VIPRE AI Platform stops both because it reads intent and understands meaning, not just patterns.<\/div>\n              <\/div>\n            <\/details>\n            <details class=\"vp-acc\" name=\"acc-engine-01\">\n              <summary>The Engine<\/summary>\n              <div class=\"vp-acc__body\">\n<p>The Intent AI &amp; LLM Reasoning engine powers email security end to end. It stops zero-payload BEC and VEC attacks by reasoning across the full thread reading tone, urgency, thread history, sender behavior, and financial trigger signals simultaneously. The VIPRE AI DLP Rules Engine runs in parallel, catching every variant of a sensitive phrase -reworded, paraphrased, reformatted, not just exact string matches.<\/p>\n        <p>Document upload similarity takes it further: NDAs, contracts and financial documents are detected by their structure and meaning, not their filename or word-for-word content. And SafeSend adds a final intelligent checkpoint &#8211; a context-aware prompt at the moment of send that helps users pause, review recipients, and apply DLP policy before anything leaves the organization.<\/p>\n              <\/div>\n            <\/details>\n            <details class=\"vp-acc\" name=\"acc-engine-01\">\n              <summary>What It Does<\/summary>\n              <div class=\"vp-acc__body\">\n<ul class=\"vp-feat\">\n          <li>LLM reasoning across the full email thread &#8211; catches BEC, VEC, and thread hijacking with zero payload required<\/li>\n          <li>VIPRE AI DLP Rules Engine &#8211; catches every sensitive phrase variant: reworded, paraphrased, reformatted<\/li>\n          <li>Document similarity detection &#8211; NDAs and contracts caught by structure and meaning, not filename or exact text <em>*<\/em><\/li>\n          <li>SafeSend &#8211; context-aware DLP checkpoint at the moment of send, before data leaves <em>*<\/em><\/li>\n          <li>Layers on any gateway &#8211; Microsoft 365, Google Workspace, or existing email infrastructure<\/li>\n        <\/ul>\n        <p class=\"vp-fn\"><em>* Future Roadmap<\/em><\/p>\n\n        <p>Intent-based attacks with no payload now account for 68% of all BEC losses and standard DLP misses every reworded variant. This engine is built for both.<\/p>\n              <\/div>\n            <\/details>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"vp-panel\" data-panel=\"engine-02\" role=\"tabpanel\">\n        <figure class=\"vp-panel__fig\">\n          <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/08\/vai-platform-02.webp\" alt=\"\" width=\"1140\" height=\"1342\" loading=\"lazy\">\n        <\/figure>\n        <div class=\"vp-panel__content\">\n          <div class=\"vp-eyebrow\"><span class=\"idx\">02<\/span><span class=\"vp-name\">AI Assurance &amp; Governance Engine<\/span><\/div>\n          <p class=\"vp-surface\">AI Models \u00b7 Agents \u00b7 COTS Apps \u2014 EU AI Act<\/p>\n          <h2 class=\"vp-h2\">Score every AI surface. Trust every decision.<\/h2>\n          <div class=\"vp-accs\">\n            <details class=\"vp-acc\" name=\"acc-engine-02\" open>\n              <summary>The Scenario<\/summary>\n              <div class=\"vp-acc__body\">\n<div class=\"vp-scenario\">The AI assistant your HR team started using six months ago was never on an approved vendor list. The model embedded in your hiring platform has never been tested for bias. The agent your IT team deployed to handle ticket routing makes decisions nobody fully understands and nobody has audited. <strong>The AI you didn&#8217;t approve is already in production.<\/strong> VIPRE tests it, scores it, and governs it before the regulator does.<\/div>\n              <\/div>\n            <\/details>\n            <details class=\"vp-acc\" name=\"acc-engine-02\">\n              <summary>The Engine<\/summary>\n              <div class=\"vp-acc__body\">\n<p>VIPRE&#8217;s AI Assurance engine adversarially tests every model, application, and autonomous agent across your environment &#8211; scoring each against 10 trust dimensions on a 0\u20131.0 scale with an A\u2013F grade. The same framework applies whether you&#8217;re evaluating a foundation model, a fine-tuned internal tool, or an agentic workflow embedded in a COTS application.<\/p>\n        <p>Every finding maps automatically to the EU AI Act, NIST AI RMF, and NYC Local Law 144 \u2014 designed to help prepare your compliance output for audits. Board-ready report delivered in days, not quarters.<\/p>\n        <p>Every threat decision is auditable. No black boxes, no blind trust \u2014 our explainable AI shows exactly why each AI surface passed or failed.<\/p>\n              <\/div>\n            <\/details>\n            <details class=\"vp-acc\" name=\"acc-engine-02\">\n              <summary>10 Trust Dimensions \u2014 Scored 0\u20131.0, Graded A\u2013F<\/summary>\n              <div class=\"vp-acc__body\">\n<ul class=\"vp-feat vp-feat--2col\">\n          <li><strong>Safety<\/strong><span>Toxicity, harmful output, jailbreak resistance<\/span><\/li>\n          <li><strong>Fairness<\/strong><span>Bias detection, four-fifths analysis across protected classes<\/span><\/li>\n          <li><strong>Accuracy<\/strong><span>Hallucination rate, factual consistency<\/span><\/li>\n          <li><strong>Personvern<\/strong><span>PII leakage, consent compliance, data minimization<\/span><\/li>\n          <li><strong>Transparency<\/strong><span>Documentation completeness, model cards<\/span><\/li>\n          <li><strong>Robustness<\/strong><span>Adversarial prompt resistance, prompt injection<\/span><\/li>\n          <li><strong>Accountability<\/strong><span>Audit trail completeness, decision logging<\/span><\/li>\n          <li><strong>Explainability<\/strong><span>Self-explanation, reasoning legibility<\/span><\/li>\n          <li><strong>Compliance<\/strong><span>EU AI Act, NIST RMF, LL144 mapping<\/span><\/li>\n          <li><strong>Reliability<\/strong><span>Output consistency, drift detection<\/span><\/li>\n        <\/ul>\n              <\/div>\n            <\/details>\n            <details class=\"vp-acc\" name=\"acc-engine-02\">\n              <summary>What It Covers<\/summary>\n              <div class=\"vp-acc__body\">\n<ul class=\"vp-feat\">\n          <li><strong>Autonomous agents:<\/strong> multi-step reasoning, tool calls, vendor agents embedded in COTS<\/li>\n          <li><strong>COTS-embedded AI:<\/strong> AI features in Workday, ServiceNow, Einstein, and 230+ enterprise apps<\/li>\n          <li><strong>Foundation models:<\/strong> GPT, Claude, Gemini, Llama, Databricks, and fine-tuned derivatives<\/li>\n          <li><strong>5 connection methods:<\/strong> Upload \u00b7 Webhook \u00b7 BYOK API \u00b7 Red Team \u00b7 MCP<\/li>\n        <\/ul>\n              <\/div>\n            <\/details>\n            <details class=\"vp-acc\" name=\"acc-engine-02\">\n              <summary>Regulatory Deadline<\/summary>\n              <div class=\"vp-acc__body\">\n<table>\n          <thead><tr><th>Regulation \/ Precedent<\/th><th>Status \/ Effective Date<\/th><th>Potential Risk Exposure*<\/th><\/tr><\/thead>\n          <tbody>\n            <tr>\n              <td data-label=\"Regulation \/ Precedent\">EU AI Act<\/td>\n              <td data-label=\"Status \/ Effective Date\">Active (In effect as of Aug 2, 2026)<\/td>\n              <td data-label=\"Potential Risk Exposure\">Max statutory caps reaching up to &euro;35M or 7% of global annual turnover for high severity infractions.<\/td>\n            <\/tr>\n            <tr>\n              <td data-label=\"Regulation \/ Precedent\">NYC Local Law 144<\/td>\n              <td data-label=\"Status \/ Effective Date\">Active (Enforced since July 2023)<\/td>\n              <td data-label=\"Potential Risk Exposure\">Civil penalties ranging from $500\u2013$1,500 per violation, per day for unaudited automated hiring tools.<\/td>\n            <\/tr>\n            <tr>\n              <td data-label=\"Regulation \/ Precedent\">Workday Class-Action Precedent<\/td>\n              <td data-label=\"Status \/ Effective Date\">Judicial Precedent (2025 Court Ruling)<\/td>\n              <td data-label=\"Potential Risk Exposure\">Precedent establishing direct liability exposure for software vendors supplying AI systems.<\/td>\n            <\/tr>\n          <\/tbody>\n        <\/table>\n        <p class=\"vp-fn\"><em>*Statutory penalty ceilings and legal precedents accurate as of August 2026. Actual regulatory fines vary by jurisdiction, entity size and breach severity. VIPRE technical solutions assist with compliance risk management but do not constitute legal advice.<\/em><\/p>\n              <\/div>\n            <\/details>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"vp-panel\" data-panel=\"engine-03\" role=\"tabpanel\">\n        <figure class=\"vp-panel__fig\">\n          <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/08\/vai-platform-03.webp\" alt=\"\" width=\"1140\" height=\"1342\" loading=\"lazy\">\n        <\/figure>\n        <div class=\"vp-panel__content\">\n          <div class=\"vp-eyebrow\"><span class=\"idx\">03<\/span><span class=\"vp-name\">Agentic AI Threat Advisory<\/span><span class=\"vp-tag\">Future Roadmap (Coming Soon)*<\/span><\/div>\n          <p class=\"vp-surface\">Security Awareness Training \u2014 Adaptive, Threat-Current<\/p>\n          <h2 class=\"vp-h2\">Security training built on today&#8217;s threats. Not last year&#8217;s.<\/h2>\n          <div class=\"vp-accs\">\n            <details class=\"vp-acc\" name=\"acc-engine-03\" open>\n              <summary>The Scenario<\/summary>\n              <div class=\"vp-acc__body\">\n<div class=\"vp-scenario\">The phishing simulation your team ran last quarter used a credential-harvesting template from 2023. The attack that hit your finance director last month was an AI-generated deepfake request, written in her manager&#8217;s voice, referencing a real deal she&#8217;d signed the previous week. The gap between what training teaches and what attackers do has never been wider. <strong>VIPRE&#8217;s Agentic AI Threat Advisory engine closes it \u2014 automatically.<\/strong><\/div>\n              <\/div>\n            <\/details>\n            <details class=\"vp-acc\" name=\"acc-engine-03\">\n              <summary>The Engine<\/summary>\n              <div class=\"vp-acc__body\">\n<p>VIPRE&#8217;s security training platform uses an agentic AI engine that monitors the live threat landscape and generates simulation content, advisory briefs  based on the specific attack types targeting your industry, your geography, and roles right now.<\/p>\n        <p>The agent doesn&#8217;t wait for a content team to write a new module. It generates threat-relevant scenarios from live intelligence, maps them to your user population and briefs your security team on what&#8217;s actually hitting your sector this week.<\/p>\n              <\/div>\n            <\/details>\n            <details class=\"vp-acc\" name=\"acc-engine-03\">\n              <summary>What It Does<\/summary>\n              <div class=\"vp-acc__body\">\n<ul class=\"vp-feat\">\n          <li>AI-generated threat scenarios refreshed from current attack intelligence feeds<\/li>\n          <li>Agentic advisory summaries for security teams: what&#8217;s hitting your sector right now <em>*<\/em><\/li>\n          <li>Role-aware content \u2014 finance trains against BEC, HR against deepfake impersonation, IT against credential phishing<\/li>\n        <\/ul>\n\n        <p>Security awareness training built in \u2014 not a separate vendor, not a separate license.<\/p>\n\n        <p class=\"vp-fn\"><em>* Future Roadmap<\/em><\/p>\n              <\/div>\n            <\/details>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"vp-panel\" data-panel=\"engine-04\" role=\"tabpanel\">\n        <figure class=\"vp-panel__fig\">\n          <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/08\/vai-platform-04.webp\" alt=\"\" width=\"1140\" height=\"1342\" loading=\"lazy\">\n        <\/figure>\n        <div class=\"vp-panel__content\">\n          <div class=\"vp-eyebrow\"><span class=\"idx\">04<\/span><span class=\"vp-name\">Shadow AI Detection &amp; Data Loss Reasoning<\/span><span class=\"vp-tag\">Future Roadmap (Coming Soon)*<\/span><\/div>\n          <p class=\"vp-surface\">Insider Risk \u2014 Unsanctioned AI &amp; DLP Reasoning <\/p>\n          <h2 class=\"vp-h2\">Your data left. No rule ever saw it go.<\/h2>\n          <div class=\"vp-accs\">\n            <details class=\"vp-acc\" name=\"acc-engine-04\" open>\n              <summary>The Scenario<\/summary>\n              <div class=\"vp-acc__body\">\n<div class=\"vp-scenario\">The NDA wasn&#8217;t copied. It was summarized into ChatGPT \u2014 a personal account, not the corporate one. The paragraph that went in wasn&#8217;t flagged as an exact match for anything on the DLP block list, because it was reworded before it was pasted. The file was never downloaded. No alert fired. Three days later, the terms appeared in a competitor&#8217;s draft. <strong>Pattern-matching DLP catches what it was told to look for. VIPRE&#8217;s reasoning engine catches the intent to exfiltrate \u2014 regardless of format.<\/strong><\/div>\n              <\/div>\n            <\/details>\n            <details class=\"vp-acc\" name=\"acc-engine-04\">\n              <summary>The Engine<\/summary>\n              <div class=\"vp-acc__body\">\n<p>VIPRE&#8217;s Shadow AI and Data Loss engine uses structural similarity reasoning \u2014 not keyword matching \u2014 to understand what a document means, not just what it says. It catches NDA clauses reworded into paste events. It catches financial projections reformatted into new file types. And it watches every AI tool your people use \u2014 approved or not \u2014 auditing what data flows into it and enforcing policy before anything leaves the organization.<\/p>\n              <\/div>\n            <\/details>\n            <details class=\"vp-acc\" name=\"acc-engine-04\">\n              <summary>What It Does<\/summary>\n              <div class=\"vp-acc__body\">\n<ul class=\"vp-feat\">\n          <li><strong>Structural document similarity:<\/strong> catches NDAs and contracts by meaning, not filename or exact string<\/li>\n          <li><strong>DLP phrase variant detection:<\/strong> catches any reworded version of a sensitive phrase across all apps<\/li>\n          <li><strong>Shadow AI visibility:<\/strong> discovers every AI tool in use across the org \u2014 approved or not<\/li>\n          <li><strong>Audit log of what data flows into unsanctioned AI tools:<\/strong> ChatGPT personal, Gemini, Claude, and more<\/li>\n          <li><strong>Policy enforcement at the point of transfer:<\/strong> warn, block, or quarantine before data exits<\/li>\n        <\/ul>\n              <\/div>\n            <\/details>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"vp-panel\" data-panel=\"engine-05\" role=\"tabpanel\">\n        <figure class=\"vp-panel__fig\">\n          <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/08\/vai-platform-05.webp\" alt=\"\" width=\"1140\" height=\"1342\" loading=\"lazy\">\n        <\/figure>\n        <div class=\"vp-panel__content\">\n          <div class=\"vp-eyebrow\"><span class=\"idx\">05<\/span><span class=\"vp-name\">Deep Link &amp; URL AI Sandbox<\/span><\/div>\n          <p class=\"vp-surface\">Email &amp; Web \u2014 Time-of-Click URL Analysis<\/p>\n          <h2 class=\"vp-h2\">The link was clean when it arrived. It wasn&#8217;t when they clicked.<\/h2>\n          <div class=\"vp-accs\">\n            <details class=\"vp-acc\" name=\"acc-engine-05\" open>\n              <summary>The Scenario<\/summary>\n              <div class=\"vp-acc__body\">\n<div class=\"vp-scenario\">The URL in the email pointed to a legitimate SharePoint document at 9 AM \u2014 when your gateway scanned it. By 11 AM, two hours after delivery and one hour after the user opened their inbox, the attacker had swapped the payload. The gateway had already approved it. The user clicked. <strong>Time-of-click protection with AI reasoning stops what time-of-delivery scanning misses entirely.<\/strong><\/div>\n              <\/div>\n            <\/details>\n            <details class=\"vp-acc\" name=\"acc-engine-05\">\n              <summary>The Engine<\/summary>\n              <div class=\"vp-acc__body\">\n<p>VIPRE&#8217;s Deep Link AI Sandbox performs full dynamic analysis at the moment of click \u2014 not just at email delivery. Every URL is resolved, rendered in an isolated browser environment, and analyzed by an ML model that evaluates page structure, redirect chains, domain reputation, JavaScript behavior, and visual similarity to known phishing pages.<\/p>\n        <p>The AI layer catches cloaking, delayed redirects, geofenced payloads, and post-delivery swap attacks that static reputation lookups miss entirely. Every click is a fresh analysis.<\/p>\n              <\/div>\n            <\/details>\n            <details class=\"vp-acc\" name=\"acc-engine-05\">\n              <summary>What It Catches<\/summary>\n              <div class=\"vp-acc__body\">\n<ul class=\"vp-feat\">\n          <li><strong>Time-of-click analysis:<\/strong> every URL fully re-analyzed at the moment a user clicks \u2014 not at delivery<\/li>\n          <li><strong>Full browser rendering in isolation:<\/strong> catches JavaScript-heavy phishing pages and client-side attacks<\/li>\n          <li>ML model evaluates redirect chains, domain behavior, and visual phishing similarity signals<\/li>\n          <li>URL cloaking, geofenced payloads, delayed redirects, and post-delivery payload swaps<\/li>\n          <li>Works across email, collaboration tools, and mobile environments<\/li>\n        <\/ul>\n              <\/div>\n            <\/details>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"vp-panel\" data-panel=\"engine-06\" role=\"tabpanel\">\n        <figure class=\"vp-panel__fig\">\n          <img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/08\/vai-platform-06.webp\" alt=\"\" width=\"1140\" height=\"1342\" loading=\"lazy\">\n        <\/figure>\n        <div class=\"vp-panel__content\">\n          <div class=\"vp-eyebrow\"><span class=\"idx\">06<\/span><span class=\"vp-name\">Deep Attachment AI Sandbox<\/span><\/div>\n          <p class=\"vp-surface\">Email &amp; Endpoint \u2014 File-Based Threat Detection, Behavioral Analysis<\/p>\n          <h2 class=\"vp-h2\">The malware is hiding inside a file that looks completely clean.<\/h2>\n          <div class=\"vp-accs\">\n            <details class=\"vp-acc\" name=\"acc-engine-06\" open>\n              <summary>The Scenario<\/summary>\n              <div class=\"vp-acc__body\">\n<div class=\"vp-scenario\">The invoice arrived as a PDF. The PDF contained a macro. The macro was obfuscated in a way that static analysis had never encountered \u2014 written specifically to evade your existing sandbox. It detonated 48 hours after delivery, when the analyst who reviewed it had already moved on. <strong>Signature-based sandboxes catch yesterday&#8217;s malware. VIPRE&#8217;s Deep Attachment AI Sandbox catches what&#8217;s never existed before.<\/strong><\/div>\n              <\/div>\n            <\/details>\n            <details class=\"vp-acc\" name=\"acc-engine-06\">\n              <summary>The Engine<\/summary>\n              <div class=\"vp-acc__body\">\n<p>VIPRE&#8217;s Deep Attachment engine combines ML-based static analysis with dynamic behavioral detonation in an AI-augmented sandbox environment. The ML layer classifies structural indicators \u2014 byte-level anomalies, entropy patterns, header irregularities \u2014 before execution. The dynamic layer watches what the file does when it runs: network calls, process spawning, registry modifications, memory injection.<\/p>\n        <p>An AI reasoning model then correlates both signal streams to produce a threat verdict with full explainability \u2014 not just a score, but a reason. So your analysts know what happened, and why.<\/p>\n        <p>Detonates the attachment. The image inside it. The QR code embedded in the image.<\/p>\n              <\/div>\n            <\/details>\n            <details class=\"vp-acc\" name=\"acc-engine-06\">\n              <summary>What It Catches<\/summary>\n              <div class=\"vp-acc__body\">\n<ul class=\"vp-feat\">\n          <li>ML static pre-screening catches obfuscated and polymorphic threats before detonation<\/li>\n          <li>Dynamic behavioral sandbox detonates across multiple OS environments simultaneously<\/li>\n          <li>AI reasoning correlates static + behavioral signals into an explained verdict<\/li>\n          <li>Zero-day and never-before-seen file-based malware \u2014 no signature required<\/li>\n          <li>Full file type coverage: PDF, Office documents, archives, executables, scripts, images, QR codes, and mixed containers<\/li>\n        <\/ul>\n              <\/div>\n            <\/details>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ======================= 5. ATTACK CHAIN ======================= -->\n  <section class=\"vai-risk\">\n    <div class=\"vai-wrap\">\n      <div class=\"vai-chain__panel\">\n        <span class=\"vai-chain__fx\" aria-hidden=\"true\"><\/span>\n        <span class=\"vai-chain__glow vai-chain__glow--a\" aria-hidden=\"true\"><\/span>\n        <span class=\"vai-chain__glow vai-chain__glow--b\" aria-hidden=\"true\"><\/span>\n        <div class=\"vai-chain__inner\">\n          <span class=\"vai-pill vai-pill--dark\">The attack chain<\/span>\n          <h2 class=\"vai-chain__h2\">Modern attacks target people, not firewalls.<\/h2>\n          <p class=\"vai-chain__intro\">Every step is designed to look legitimate. VIPRE&#8217;s VIPRE AI Platform breaks the chain at each stage \u2014 before money or data ever leaves.<\/p>\n\n          <ol class=\"vai-chain__track\">\n            <li class=\"vai-chain__step\">\n              <span class=\"vai-chain__dot\">1<\/span>\n              <h3 class=\"vai-chain__step-title\">Target a person<\/h3>\n              <p class=\"vai-chain__step-copy\">Attackers research a finance or executive user and map their relationships, open deals, and communication patterns.<\/p>\n              <p class=\"vai-chain__step-vipre\"><strong>VIPRE:<\/strong> IES AI risk-scores high-value targets and monitors for targeting signals.<\/p>\n            <\/li>\n            <li class=\"vai-chain__step\">\n              <span class=\"vai-chain__dot\">2<\/span>\n              <h3 class=\"vai-chain__step-title\">Earn trust<\/h3>\n              <p class=\"vai-chain__step-copy\">A compromised vendor or look-alike sender opens a believable email thread, sometimes over days or weeks.<\/p>\n              <p class=\"vai-chain__step-vipre\"><strong>VIPRE:<\/strong> IES detects sender anomalies, thread impersonation, and trust-building patterns.<\/p>\n            <\/li>\n            <li class=\"vai-chain__step\">\n              <span class=\"vai-chain__dot\">3<\/span>\n              <h3 class=\"vai-chain__step-title\">Make the ask<\/h3>\n              <p class=\"vai-chain__step-copy\">A wire change, a credential prompt, or a request for a sensitive file \u2014 timed to catch the user off guard.<\/p>\n              <p class=\"vai-chain__step-vipre\"><strong>VIPRE:<\/strong> IES reads intent and blocks the request before the user acts.<\/p>\n            <\/li>\n            <li class=\"vai-chain__step\">\n              <span class=\"vai-chain__dot\">4<\/span>\n              <h3 class=\"vai-chain__step-title\">Exfiltrate<\/h3>\n              <p class=\"vai-chain__step-copy\">Funds are wired, credentials are harvested, or sensitive data leaves the business \u2014 often irreversibly.<\/p>\n              <p class=\"vai-chain__step-vipre\"><strong>VIPRE:<\/strong> Shadow AI &amp; DLP holds the data in-org and audits every AI channel.<\/p>\n            <\/li>\n          <\/ol>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ======================= 6. ABOUT VIPRE ======================= -->\n  <section class=\"vai-about\">\n    <div class=\"vai-wrap\">\n      <div class=\"vai-about__panel\">\n        <img loading=\"lazy\" decoding=\"async\" class=\"vai-about__photo\" src=\"\/wp-content\/uploads\/2026\/08\/vai-about-photo.webp\" alt=\"\" width=\"2320\" height=\"1346\">\n        <div class=\"vai-about__copy\">\n          <span class=\"vai-pill vai-pill--dark\">Om VIPRE<\/span>\n          <h2 class=\"vai-about__title\">Trusted by 50,000+ organizations for 30+ years.<\/h2>\n          <p class=\"vai-about__q\">Why do the world&#8217;s most security-conscious organizations choose VIPRE?<\/p>\n          <div class=\"vai-about__body\">\n            <p>VIPRE is the only detection platform combining email security, endpoint security, employee training, Outbound Email DLP, AI and Penetration Testing in the same stack. Comprehensive protection.<\/p>\n            <p>Purpose-built AI engines covering email intent reasoning, adaptive threat training, AI governance and assurance, attachment and QR sandboxing, link analysis, and Shadow AI detection \u2014 all under one unified threat intelligence fabric.<\/p>\n            <p>And because 30 years of security data makes the AI smarter, and the protection stronger, every single day.<\/p>\n          <\/div>\n          <a class=\"vai-btn vai-btn--white vai-about__cta\" href=\"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/nb\/request-a-demo\/\">Speak with an expert \u2192<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n\n\n<\/div>\n\n<!-- ==========================================================================\n     PAGE-ONLY HEADER OVERRIDE\n     The theme header is global; this block ships only on this page, so the\n     override applies only here. At the top of the page: white menu text and\n     the white logo. Once the visitor scrolls (>= 60px), the class comes off\n     and the theme's own scrolled header (white bar, dark text) takes over\n     untouched. The logo swap is done in JS against whatever <img> the header\n     uses, so it doesn't depend on theme class names.\n     Requires: \/wp-content\/uploads\/2026\/08\/vai-logo-white.png\n     ========================================================================== -->\n<style>\n\/* ===== Page-only header treatment (Max Mega Menu) =====\n   White top-level links + white logo at the very top of THIS page, dropped as\n   soon as any mega panel opens (body\/html gets .mega-open from the script). The\n   theme's own rule is #mega-menu-wrap-main-menu #mega-menu-main-menu > li > a,\n   so we match that exact depth and add html.vai-hero-top to win. *\/\n\/* sub-menu links always dark (they're on white panels in every state) *\/\n#mega-menu-main-menu .mega-sub-menu .mega-menu-link{ color:#0A1F44 !important; }\n<\/style>","protected":false},"excerpt":{"rendered":"","protected":false},"author":46,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"show_custom_date":false,"custom_date":"","featured":false,"featured_image":0,"learn_more_label":"","image_alt_text":"","learn_more_type":"","learn_more_link":[],"show_popup":false,"learn_more_link_file":0,"event_date":false,"event_start_date":"","event_end_date":"","om_disable_all_campaigns":false,"inline_featured_image":false,"footnotes":""},"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v23.4 (Yoast SEO v23.4) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>VIPRE Security | AI Email Security, LLM Threat Detection &amp; AI Governance Platform<\/title>\n<meta name=\"description\" content=\"The VIPRE AI Platform deploys specialized AI engines \u2014 LLM intent reasoning for BEC\/VEC, agentic threat training, AI assurance &amp; governance, deep attachment sandboxing, URL analysis, and Shadow AI detection \u2014 to stop the threats other tools miss. Trusted by 50,000+ organizations.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/nb\/\" \/>\n<meta property=\"og:locale\" content=\"nb_NO\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"AI Homepage\" \/>\n<meta property=\"og:description\" content=\"The VIPRE AI Platform deploys specialized AI engines \u2014 LLM intent reasoning for BEC\/VEC, agentic threat training, AI assurance &amp; governance, deep attachment sandboxing, URL analysis, and Shadow AI detection \u2014 to stop the threats other tools miss. Trusted by 50,000+ organizations.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/nb\/\" \/>\n<meta property=\"og:site_name\" content=\"VIPRE\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-13T20:47:27+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@VIPRESecurity\" \/>\n<meta name=\"twitter:label1\" content=\"Ansl. lesetid\" \/>\n\t<meta name=\"twitter:data1\" content=\"14 minutter\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/nb\/\",\"url\":\"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/nb\/\",\"name\":\"VIPRE Security | AI Email Security, LLM Threat Detection & AI Governance Platform\",\"isPartOf\":{\"@id\":\"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/nb\/#website\"},\"datePublished\":\"2026-08-14T18:05:31+00:00\",\"dateModified\":\"2026-09-13T20:47:27+00:00\",\"description\":\"The VIPRE AI Platform deploys specialized AI engines \u2014 LLM intent reasoning for BEC\/VEC, agentic threat training, AI assurance & governance, deep attachment sandboxing, URL analysis, and Shadow AI detection \u2014 to stop the threats other tools miss. Trusted by 50,000+ organizations.\",\"breadcrumb\":{\"@id\":\"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/nb\/#breadcrumb\"},\"inLanguage\":\"nb-NO\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/nb\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/nb\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"AI Homepage\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/nb\/#website\",\"url\":\"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/nb\/\",\"name\":\"VIPRE Security Group\",\"description\":\"Antivirus Protection for Home and Business\",\"publisher\":{\"@id\":\"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/nb\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/nb\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"nb-NO\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/nb\/#organization\",\"name\":\"VIPRE Security Group\",\"alternateName\":\"VIPRE\",\"url\":\"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/nb\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"nb-NO\",\"@id\":\"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/nb\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/wp-content\/uploads\/2022\/08\/VIPRE_HeaderLogo.svg\",\"contentUrl\":\"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/wp-content\/uploads\/2022\/08\/VIPRE_HeaderLogo.svg\",\"width\":213,\"height\":39,\"caption\":\"VIPRE Security Group\"},\"image\":{\"@id\":\"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/nb\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/VIPRESecurity\",\"https:\/\/www.linkedin.com\/company\/vipresecurity\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"VIPRE Security | AI Email Security, LLM Threat Detection & AI Governance Platform","description":"The VIPRE AI Platform deploys specialized AI engines \u2014 LLM intent reasoning for BEC\/VEC, agentic threat training, AI assurance & governance, deep attachment sandboxing, URL analysis, and Shadow AI detection \u2014 to stop the threats other tools miss. Trusted by 50,000+ organizations.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/nb\/","og_locale":"nb_NO","og_type":"article","og_title":"AI Homepage","og_description":"The VIPRE AI Platform deploys specialized AI engines \u2014 LLM intent reasoning for BEC\/VEC, agentic threat training, AI assurance & governance, deep attachment sandboxing, URL analysis, and Shadow AI detection \u2014 to stop the threats other tools miss. Trusted by 50,000+ organizations.","og_url":"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/nb\/","og_site_name":"VIPRE","article_modified_time":"2026-09-13T20:47:27+00:00","twitter_card":"summary_large_image","twitter_site":"@VIPRESecurity","twitter_misc":{"Ansl. lesetid":"14 minutter"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/nb\/","url":"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/nb\/","name":"VIPRE Security | AI Email Security, LLM Threat Detection & AI Governance Platform","isPartOf":{"@id":"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/nb\/#website"},"datePublished":"2026-08-14T18:05:31+00:00","dateModified":"2026-09-13T20:47:27+00:00","description":"The VIPRE AI Platform deploys specialized AI engines \u2014 LLM intent reasoning for BEC\/VEC, agentic threat training, AI assurance & governance, deep attachment sandboxing, URL analysis, and Shadow AI detection \u2014 to stop the threats other tools miss. Trusted by 50,000+ organizations.","breadcrumb":{"@id":"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/nb\/#breadcrumb"},"inLanguage":"nb-NO","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/nb\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/nb\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/"},{"@type":"ListItem","position":2,"name":"AI Homepage"}]},{"@type":"WebSite","@id":"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/nb\/#website","url":"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/nb\/","name":"VIPRE Security Group","description":"Antivirus Protection for Home and Business","publisher":{"@id":"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/nb\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/nb\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"nb-NO"},{"@type":"Organization","@id":"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/nb\/#organization","name":"VIPRE Security Group","alternateName":"VIPRE","url":"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/nb\/","logo":{"@type":"ImageObject","inLanguage":"nb-NO","@id":"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/nb\/#\/schema\/logo\/image\/","url":"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/wp-content\/uploads\/2022\/08\/VIPRE_HeaderLogo.svg","contentUrl":"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/wp-content\/uploads\/2022\/08\/VIPRE_HeaderLogo.svg","width":213,"height":39,"caption":"VIPRE Security Group"},"image":{"@id":"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/nb\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/VIPRESecurity","https:\/\/www.linkedin.com\/company\/vipresecurity"]}]}},"_links":{"self":[{"href":"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/nb\/wp-json\/wp\/v2\/pages\/36718"}],"collection":[{"href":"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/nb\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/nb\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/nb\/wp-json\/wp\/v2\/users\/46"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/nb\/wp-json\/wp\/v2\/comments?post=36718"}],"version-history":[{"count":5,"href":"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/nb\/wp-json\/wp\/v2\/pages\/36718\/revisions"}],"predecessor-version":[{"id":36854,"href":"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/nb\/wp-json\/wp\/v2\/pages\/36718\/revisions\/36854"}],"wp:attachment":[{"href":"https:\/\/wordpress-776622-2794197.cloudwaysapps.com\/nb\/wp-json\/wp\/v2\/media?parent=36718"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}