{"id":3712,"date":"2026-05-19T10:04:32","date_gmt":"2026-05-19T14:04:32","guid":{"rendered":"https:\/\/verifacto.com\/?page_id=3712"},"modified":"2026-06-17T04:34:25","modified_gmt":"2026-06-17T08:34:25","slug":"%f0%9f%8e%89-youre-officially-entered","status":"publish","type":"page","link":"https:\/\/verifacto.com\/es\/%f0%9f%8e%89-youre-officially-entered\/","title":{"rendered":""},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"3712\" class=\"elementor elementor-3712\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2c3a55b elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2c3a55b\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-24735483\" data-id=\"24735483\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-17552fc elementor-widget elementor-widget-html\" data-id=\"17552fc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!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>You're Officially Entered! | Verifacto<\/title>\n  <link rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/@tabler\/icons-webfont@3.19.0\/dist\/tabler-icons.min.css\" \/>\n  <style>\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700;800&family=Orbitron:wght@700;900&display=swap');\n\n    :root {\n      --bg: #050d1a;\n      --surface: rgba(255,255,255,0.04);\n      --border: rgba(0,120,255,0.22);\n      --blue: #0057ff;\n      --blue-bright: #2979ff;\n      --cyan: #00c8ff;\n      --white: #ffffff;\n      --muted: rgba(255,255,255,0.62);\n      --fb: #1877F2;\n    }\n\n    *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }\n\n    html { scroll-behavior: smooth; }\n\n    body {\n      font-family: 'Inter', sans-serif;\n      background: var(--bg);\n      color: var(--white);\n      overflow-x: hidden;\n      min-height: 100vh;\n    }\n\n    \/* grid bg *\/\n    body::before {\n      content: '';\n      position: fixed; inset: 0;\n      background-image:\n        linear-gradient(rgba(0,87,255,0.05) 1px, transparent 1px),\n        linear-gradient(90deg, rgba(0,87,255,0.05) 1px, transparent 1px);\n      background-size: 48px 48px;\n      pointer-events: none; z-index: 0;\n    }\n\n    \/* glow orbs *\/\n    .orb {\n      position: fixed; border-radius: 50%;\n      filter: blur(100px); pointer-events: none; z-index: 0;\n    }\n    .orb-1 { width: 360px; height: 360px; background: rgba(0,87,255,0.2); top: -120px; right: -80px; }\n    .orb-2 { width: 260px; height: 260px; background: rgba(0,200,255,0.1); bottom: 80px; left: -60px; }\n\n    \/* scanline *\/\n    .scanline {\n      position: fixed; top: 0; left: 0; right: 0; height: 2px;\n      background: linear-gradient(90deg, transparent, var(--cyan), transparent);\n      animation: scan 7s linear infinite; opacity: 0.25;\n      pointer-events: none; z-index: 999;\n    }\n    @keyframes scan { from { top: -2px; } to { top: 100vh; } }\n\n    \/* \u2500\u2500\u2500 NAV \u2500\u2500\u2500 *\/\n    nav {\n      position: sticky; top: 0; z-index: 200;\n      display: flex; justify-content: space-between; align-items: center;\n      padding: 14px 20px;\n      background: rgba(5,13,26,0.88);\n      backdrop-filter: blur(18px);\n      border-bottom: 1px solid var(--border);\n    }\n    .nav-logo {\n      font-family: 'Orbitron', sans-serif;\n      font-size: 18px; font-weight: 900;\n      color: var(--white); text-decoration: none; letter-spacing: 1px;\n    }\n    .nav-logo span { color: var(--cyan); }\n    .nav-demo {\n      background: var(--blue); color: var(--white);\n      text-decoration: none; padding: 9px 18px;\n      border-radius: 8px; font-weight: 700; font-size: 13px;\n      transition: background .2s;\n    }\n    .nav-demo:hover { background: var(--blue-bright); }\n    .nav-links-desktop { display: none; gap: 28px; align-items: center; }\n    .nav-links-desktop a {\n      text-decoration: none; color: var(--muted);\n      font-size: 14px; font-weight: 500; transition: color .2s;\n    }\n    .nav-links-desktop a:hover { color: var(--cyan); }\n\n\n    \/* \u2500\u2500\u2500 HERO \u2500\u2500\u2500 *\/\n    .hero {\n      position: relative; z-index: 10;\n      padding: 28px 20px 24px;\n      text-align: center;\n    }\n    .badge {\n      display: inline-flex; align-items: center; gap: 7px;\n      background: rgba(0,87,255,0.15);\n      border: 1px solid rgba(0,200,255,0.35);\n      border-radius: 100px; padding: 4px 14px;\n      font-size: 11px; font-weight: 700;\n      color: var(--cyan); text-transform: uppercase; letter-spacing: 1.5px;\n      margin-bottom: 14px;\n      animation: pulse-ring 3s infinite;\n    }\n    @keyframes pulse-ring {\n      0%,100% { box-shadow: 0 0 0 0 rgba(0,200,255,0.3); }\n      50%      { box-shadow: 0 0 0 6px rgba(0,200,255,0); }\n    }\n\n    \/* animated confetti SVG *\/\n    .hero-icon { display: flex; justify-content: center; margin-bottom: 12px; }\n    .confetti-svg { width: 72px; height: 72px; }\n    .conf-star { animation: conf-float 3s ease-in-out infinite; transform-origin: center; }\n    .conf-star:nth-child(1) { animation-delay: 0s; }\n    .conf-star:nth-child(2) { animation-delay: .4s; }\n    .conf-star:nth-child(3) { animation-delay: .8s; }\n    .conf-star:nth-child(4) { animation-delay: 1.2s; }\n    .conf-ribbon { animation: conf-ribbon 2.5s ease-in-out infinite; transform-origin: 50px 50px; }\n    .conf-ribbon:nth-child(5) { animation-delay: 0s; }\n    .conf-ribbon:nth-child(6) { animation-delay: .6s; }\n    @keyframes conf-float {\n      0%,100% { transform: translateY(0) scale(1); opacity: 1; }\n      50%      { transform: translateY(-10px) scale(1.1); opacity: 0.8; }\n    }\n    @keyframes conf-ribbon {\n      0%,100% { transform: rotate(0deg) scaleX(1); }\n      50%      { transform: rotate(8deg) scaleX(0.9); }\n    }\n\n    .hero h1 {\n      font-family: 'Orbitron', sans-serif;\n      font-size: clamp(26px, 8vw, 52px);\n      font-weight: 900; line-height: 1.1;\n      background: linear-gradient(135deg, #fff 30%, var(--cyan) 100%);\n      -webkit-background-clip: text; -webkit-text-fill-color: transparent;\n      background-clip: text; margin-bottom: 8px;\n    }\n    .hero-tagline {\n      font-family: 'Orbitron', sans-serif;\n      font-size: clamp(10px, 3vw, 14px);\n      font-weight: 700; color: var(--blue-bright);\n      letter-spacing: 2px; text-transform: uppercase; margin-bottom: 14px;\n    }\n    \/* \u2500\u2500\u2500 HERO FB BOX (above the fold) \u2500\u2500\u2500 *\/\n    .hero-fb-box {\n      margin-top: 20px;\n      background: rgba(24,119,242,0.12);\n      border: 1px solid rgba(24,119,242,0.45);\n      border-radius: 16px;\n      padding: 16px 18px;\n      max-width: 480px;\n      margin-left: auto; margin-right: auto;\n    }\n    .hero-fb-top {\n      display: flex; align-items: center; gap: 14px;\n      margin-bottom: 14px; text-align: left;\n    }\n    .hero-fb-bell { width: 44px; height: 44px; flex-shrink: 0; }\n    .hero-fb-title {\n      font-size: 15px; font-weight: 800; color: var(--white); line-height: 1.3;\n    }\n    .hero-fb-sub {\n      font-size: 13px; color: var(--muted); margin-top: 3px;\n    }\n\n    \/* \u2500\u2500\u2500 FACEBOOK CTA (main) \u2500\u2500\u2500 *\/\n    .fb-cta-section {\n      position: relative; z-index: 10;\n      padding: 0 20px 48px;\n    }\n    .fb-cta-card {\n      background: linear-gradient(135deg, rgba(24,119,242,0.18), rgba(0,87,255,0.08));\n      border: 1px solid rgba(24,119,242,0.45);\n      border-radius: 20px; padding: 28px 24px;\n      text-align: center; position: relative; overflow: hidden;\n    }\n    .fb-cta-card::before {\n      content: ''; position: absolute;\n      top: -1px; left: 15%; right: 15%; height: 1px;\n      background: linear-gradient(90deg, transparent, #1877F2, transparent);\n    }\n    .fb-cta-card-icon {\n      display: flex; justify-content: center; margin-bottom: 16px;\n    }\n    \/* animated bell SVG *\/\n    .bell-svg { width: 56px; height: 56px; }\n    .bell-body { animation: bell-ring 3s ease-in-out infinite; transform-origin: 28px 12px; }\n    @keyframes bell-ring {\n      0%,80%,100% { transform: rotate(0deg); }\n      83% { transform: rotate(14deg); }\n      86% { transform: rotate(-14deg); }\n      89% { transform: rotate(10deg); }\n      92% { transform: rotate(-8deg); }\n      95% { transform: rotate(4deg); }\n    }\n    .fb-cta-card h2 {\n      font-family: 'Orbitron', sans-serif;\n      font-size: clamp(18px, 5vw, 26px);\n      font-weight: 900; margin-bottom: 10px;\n    }\n    .fb-cta-card p {\n      color: var(--muted); font-size: 15px; line-height: 1.6; margin-bottom: 22px;\n    }\n    .fb-cta-card strong { color: var(--white); }\n    .btn-fb {\n      display: inline-flex; align-items: center; gap: 10px;\n      background: var(--fb); color: white; text-decoration: none;\n      padding: 14px 28px; border-radius: 12px;\n      font-weight: 800; font-size: 16px;\n      transition: transform .2s, box-shadow .2s;\n      box-shadow: 0 4px 24px rgba(24,119,242,0.4);\n      width: 100%;\n      justify-content: center;\n    }\n    .btn-fb:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(24,119,242,0.55); }\n    .btn-fb svg { width: 22px; height: 22px; fill: white; flex-shrink: 0; }\n\n    \/* \u2500\u2500\u2500 PLATFORM BANNER \u2500\u2500\u2500 *\/\n    .platform-banner {\n      position: relative; z-index: 10;\n      background: linear-gradient(90deg, var(--blue), #0038cc, var(--blue));\n      background-size: 200% 100%;\n      animation: shimmer 5s linear infinite;\n      padding: 22px 20px; text-align: center; margin-bottom: 52px;\n    }\n    @keyframes shimmer {\n      0% { background-position: 0% 50%; }\n      100% { background-position: 200% 50%; }\n    }\n    .platform-banner p {\n      font-family: 'Orbitron', sans-serif;\n      font-size: clamp(13px, 4vw, 24px);\n      font-weight: 700; letter-spacing: 1.5px; color: white;\n    }\n\n    \/* \u2500\u2500\u2500 PRIZE CARD \u2500\u2500\u2500 *\/\n    .prize-section { position: relative; z-index: 10; padding: 0 20px 52px; }\n    .prize-card {\n      background: var(--surface);\n      border: 1px solid var(--border);\n      border-radius: 20px; padding: 28px 24px;\n      display: flex; flex-direction: column; align-items: center;\n      gap: 20px; text-align: center;\n      position: relative; overflow: hidden;\n    }\n    .prize-card::before {\n      content: ''; position: absolute;\n      top: -1px; left: 20%; right: 20%; height: 1px;\n      background: linear-gradient(90deg, transparent, var(--cyan), transparent);\n    }\n\n    \/* animated iPad SVG *\/\n    .ipad-svg { width: 80px; height: 80px; }\n    .ipad-screen { animation: ipad-glow 2.5s ease-in-out infinite; }\n    @keyframes ipad-glow {\n      0%,100% { opacity: 0.7; }\n      50%      { opacity: 1; filter: drop-shadow(0 0 8px rgba(0,200,255,0.8)); }\n    }\n    .ipad-dot { animation: ipad-dot-blink 2.5s ease-in-out infinite; }\n    @keyframes ipad-dot-blink {\n      0%,100% { opacity: 0.5; }\n      50%      { opacity: 1; }\n    }\n\n    .prize-card h2 { font-family: 'Orbitron', sans-serif; font-size: 22px; font-weight: 900; }\n    .prize-card p { color: var(--muted); font-size: 15px; line-height: 1.6; }\n\n    \/* \u2500\u2500\u2500 STATS \u2500\u2500\u2500 *\/\n    .stats-section { position: relative; z-index: 10; padding: 0 20px 52px; }\n    .stats-grid {\n      display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;\n    }\n    .stat-card {\n      background: var(--surface); border: 1px solid var(--border);\n      border-radius: 14px; padding: 20px 16px; text-align: center;\n    }\n    .stat-num {\n      font-family: 'Orbitron', sans-serif; font-size: 32px; font-weight: 900;\n      background: linear-gradient(135deg, var(--white), var(--cyan));\n      -webkit-background-clip: text; -webkit-text-fill-color: transparent;\n      background-clip: text; line-height: 1;\n    }\n    .stat-label {\n      color: var(--muted); font-size: 11px; margin-top: 6px;\n      letter-spacing: 1px; text-transform: uppercase;\n    }\n\n    \/* \u2500\u2500\u2500 FEATURES \u2500\u2500\u2500 *\/\n    .features-section { position: relative; z-index: 10; padding: 0 20px 52px; }\n    .section-title {\n      font-family: 'Orbitron', sans-serif;\n      font-size: clamp(20px, 6vw, 32px); font-weight: 900;\n      text-align: center; margin-bottom: 8px;\n    }\n    .section-sub {\n      color: var(--muted); font-size: 15px; text-align: center;\n      margin-bottom: 32px; line-height: 1.6;\n    }\n    .features-grid {\n      display: grid; grid-template-columns: 1fr; gap: 14px;\n    }\n    .feature-card {\n      background: var(--surface); border: 1px solid var(--border);\n      border-radius: 16px; padding: 22px 20px;\n      display: flex; gap: 16px; align-items: flex-start;\n      transition: border-color .25s, transform .25s;\n    }\n    .feature-card:hover { border-color: var(--cyan); transform: translateX(4px); }\n    .feature-icon-wrap {\n      width: 48px; height: 48px; flex-shrink: 0;\n      border-radius: 12px;\n      background: rgba(0,87,255,0.15);\n      display: flex; align-items: center; justify-content: center;\n    }\n    .feature-icon-wrap i {\n      font-size: 24px; color: var(--cyan);\n    }\n    \/* animated icons *\/\n    .icon-anim-payment { animation: icon-bounce 3s ease-in-out infinite; }\n    .icon-anim-shield  { animation: icon-pulse 2.5s ease-in-out infinite; }\n    .icon-anim-msg     { animation: icon-bounce 3s ease-in-out infinite 0.5s; }\n    .icon-anim-ai      { animation: icon-spin-slow 6s linear infinite; }\n    @keyframes icon-bounce {\n      0%,100% { transform: translateY(0); }\n      50%      { transform: translateY(-4px); }\n    }\n    @keyframes icon-pulse {\n      0%,100% { transform: scale(1); opacity: 1; }\n      50%      { transform: scale(1.12); opacity: 0.8; }\n    }\n    @keyframes icon-spin-slow {\n      from { transform: rotate(0deg); }\n      to   { transform: rotate(360deg); }\n    }\n    .feature-text h3 { font-size: 16px; font-weight: 700; margin-bottom: 6px; }\n    .feature-text p  { color: var(--muted); font-size: 14px; line-height: 1.6; }\n\n    \/* \u2500\u2500\u2500 CTA \u2500\u2500\u2500 *\/\n    .cta-section { position: relative; z-index: 10; padding: 0 20px 52px; text-align: center; }\n    .cta-section .section-title { margin-bottom: 10px; }\n    .cta-section p { color: var(--muted); font-size: 15px; margin-bottom: 24px; }\n    .cta-buttons { display: flex; flex-direction: column; gap: 12px; }\n    .btn-primary {\n      display: flex; align-items: center; justify-content: center; gap: 10px;\n      background: linear-gradient(135deg, var(--blue), var(--cyan));\n      color: white; text-decoration: none;\n      padding: 16px 28px; border-radius: 12px;\n      font-weight: 700; font-size: 16px;\n      box-shadow: 0 4px 24px rgba(0,87,255,0.4);\n      transition: transform .2s, box-shadow .2s;\n    }\n    .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(0,87,255,0.6); }\n    .btn-primary i { font-size: 20px; }\n    .btn-secondary {\n      display: flex; align-items: center; justify-content: center; gap: 10px;\n      background: transparent; color: var(--white);\n      text-decoration: none; padding: 15px 28px;\n      border-radius: 12px; font-weight: 600; font-size: 15px;\n      border: 1px solid rgba(255,255,255,0.2);\n      transition: border-color .2s, background .2s;\n    }\n    .btn-secondary:hover { border-color: var(--cyan); background: rgba(0,200,255,0.07); }\n    .btn-secondary i { font-size: 18px; }\n\n    \/* \u2500\u2500\u2500 FOOTER \u2500\u2500\u2500 *\/\n    footer {\n      position: relative; z-index: 10;\n      background: rgba(5,13,26,0.95);\n      border-top: 1px solid var(--border);\n      padding: 40px 20px 24px;\n    }\n    .footer-logo {\n      font-family: 'Orbitron', sans-serif;\n      font-size: 18px; font-weight: 900; margin-bottom: 10px;\n    }\n    .footer-logo span { color: var(--cyan); }\n    .footer-tagline { color: var(--cyan); font-weight: 700; font-size: 14px; margin-bottom: 14px; }\n    .footer-desc { color: var(--muted); font-size: 13px; line-height: 1.7; margin-bottom: 20px; }\n    .social-links { display: flex; gap: 10px; margin-bottom: 32px; }\n    .social-link {\n      width: 38px; height: 38px;\n      border: 1px solid rgba(255,255,255,0.15); border-radius: 9px;\n      display: flex; align-items: center; justify-content: center;\n      text-decoration: none; color: var(--muted);\n      font-size: 18px; transition: border-color .2s, color .2s;\n    }\n    .social-link:hover { border-color: var(--cyan); color: var(--cyan); }\n    .footer-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 32px; }\n    .footer-col h4 {\n      font-size: 11px; font-weight: 700;\n      text-transform: uppercase; letter-spacing: 1.5px;\n      color: var(--muted); margin-bottom: 12px;\n    }\n    .footer-col a {\n      display: block; text-decoration: none;\n      color: rgba(255,255,255,0.5); font-size: 13px;\n      margin-bottom: 9px; transition: color .2s;\n    }\n    .footer-col a:hover { color: var(--cyan); }\n    .footer-bottom {\n      border-top: 1px solid rgba(255,255,255,0.06);\n      padding-top: 20px; text-align: center;\n    }\n    .footer-bottom p { font-size: 12px; color: rgba(255,255,255,0.3); margin-bottom: 8px; }\n    .footer-bottom-links { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }\n    .footer-bottom-links a { font-size: 12px; color: rgba(255,255,255,0.3); text-decoration: none; }\n    .footer-bottom-links a:hover { color: var(--muted); }\n\n    \/* \u2500\u2500\u2500 DESKTOP overrides \u2500\u2500\u2500 *\/\n    @media (min-width: 768px) {\n      nav { padding: 16px 60px; }\n      .nav-links-desktop { display: flex; }\n      .fb-alert { padding: 14px 60px; }\n      .hero { padding: 72px 40px 48px; }\n      .fb-cta-section { padding: 0 40px 64px; }\n      .fb-cta-card { padding: 40px 48px; }\n      .btn-fb { width: auto; }\n      .prize-section { padding: 0 40px 64px; }\n      .prize-card { flex-direction: row; text-align: left; padding: 36px 40px; }\n      .stats-section { padding: 0 40px 64px; }\n      .stats-grid { grid-template-columns: repeat(4, 1fr); }\n      .features-section { padding: 0 40px 64px; }\n      .features-grid { grid-template-columns: repeat(2, 1fr); }\n      .cta-section { padding: 0 40px 80px; }\n      .cta-buttons { flex-direction: row; justify-content: center; }\n      .btn-primary, .btn-secondary { width: auto; }\n      footer { padding: 56px 60px 28px; }\n      .footer-cols { grid-template-columns: repeat(2, 1fr); }\n      .footer-inner { display: grid; grid-template-columns: 1.6fr 1fr; gap: 60px; }\n      .footer-bottom { display: flex; justify-content: space-between; align-items: center; }\n      .footer-bottom p { margin-bottom: 0; }\n    }\n\n    @media (min-width: 1024px) {\n      .features-grid { grid-template-columns: repeat(4, 1fr); }\n      .features-grid .feature-card { flex-direction: column; }\n      .feature-card:hover { transform: translateY(-6px); }\n    }\n  <\/style>\n<\/head>\n<body>\n\n  <div class=\"scanline\"><\/div>\n  <div class=\"orb orb-1\"><\/div>\n  <div class=\"orb orb-2\"><\/div>\n\n\n\n  <!-- HERO -->\n  <section class=\"hero\">\n    <div class=\"badge\">\n      <i class=\"ti ti-map-pin\" style=\"font-size:12px\"><\/i>\n      NIADA 2026 &nbsp;\u00b7&nbsp; Booth 326\n    <\/div>\n\n    <!-- animated confetti SVG -->\n    <div class=\"hero-icon\">\n      <svg class=\"confetti-svg\" viewbox=\"0 0 100 100\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n        <!-- stars -->\n        <polygon class=\"conf-star\" points=\"50,8 53,20 65,20 55,27 59,39 50,32 41,39 45,27 35,20 47,20\" fill=\"#FFD700\"\/>\n        <circle class=\"conf-star\" cx=\"18\" cy=\"22\" r=\"5\" fill=\"#00c8ff\"\/>\n        <circle class=\"conf-star\" cx=\"82\" cy=\"22\" r=\"5\" fill=\"#ff6b6b\"\/>\n        <rect class=\"conf-star\" x=\"14\" y=\"64\" width=\"8\" height=\"8\" rx=\"2\" fill=\"#2979ff\" transform=\"rotate(20,18,68)\"\/>\n        <!-- ribbons -->\n        <path class=\"conf-ribbon\" d=\"M22 45 Q30 35 38 45 Q30 55 22 45Z\" fill=\"#00e676\" opacity=\"0.85\"\/>\n        <path class=\"conf-ribbon\" d=\"M62 45 Q70 35 78 45 Q70 55 62 45Z\" fill=\"#ff8c00\" opacity=\"0.85\"\/>\n        <!-- center checkmark circle -->\n        <circle cx=\"50\" cy=\"60\" r=\"22\" fill=\"rgba(0,87,255,0.18)\" stroke=\"rgba(0,200,255,0.5)\" stroke-width=\"1.5\"\/>\n        <path d=\"M40 60 L47 67 L61 53\" stroke=\"#00c8ff\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n      <\/svg>\n    <\/div>\n\n    <h1>You're Officially<br\/>Entered!<\/h1>\n    <p class=\"hero-tagline\">AI-Based DMS &amp; LMS Operating Platform<\/p>\n\n    <!-- FB box \u2014 above the fold -->\n    <div class=\"hero-fb-box\">\n      <div class=\"hero-fb-top\">\n        <svg class=\"hero-fb-bell\" viewbox=\"0 0 56 56\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n          <g class=\"bell-body\">\n            <path d=\"M28 8C28 8 16 14 16 28V40H40V28C40 14 28 8 28 8Z\" fill=\"#1877F2\" opacity=\"0.9\"\/>\n            <rect x=\"12\" y=\"38\" width=\"32\" height=\"4\" rx=\"2\" fill=\"#1877F2\"\/>\n            <circle cx=\"28\" cy=\"7\" r=\"3\" fill=\"#4fa3ff\"\/>\n          <\/g>\n          <ellipse cx=\"28\" cy=\"46\" rx=\"5\" ry=\"2.5\" fill=\"#1877F2\" opacity=\"0.7\"\/>\n          <text x=\"24\" y=\"33\" fill=\"white\" font-size=\"14\" font-weight=\"bold\" font-family=\"Arial\">f<\/text>\n        <\/svg>\n        <div>\n          <p class=\"hero-fb-title\">Winner announced on Facebook<\/p>\n          <p class=\"hero-fb-sub\">Follow us now \u2014 don't miss the moment<\/p>\n        <\/div>\n      <\/div>\n      <a href=\"https:\/\/www.facebook.com\/verifacto\" target=\"_blank\" class=\"btn-fb\">\n        <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:20px;height:20px;fill:white;flex-shrink:0\">\n          <path d=\"M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z\"\/>\n        <\/svg>\n        Follow Verifacto on Facebook\n      <\/a>\n    <\/div>\n  <\/section>\n\n  <!-- PLATFORM BANNER -->\n  <div class=\"platform-banner\">\n    <p>AI-Based DMS &amp; LMS Operating Platform &nbsp;\u2014&nbsp; One Unified Platform<\/p>\n  <\/div>\n\n  <!-- PRIZE CARD -->\n  <div class=\"prize-section\">\n    <div class=\"prize-card\">\n      <!-- animated iPad SVG -->\n      <svg class=\"ipad-svg\" viewbox=\"0 0 80 80\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n        <rect x=\"10\" y=\"4\" width=\"60\" height=\"72\" rx=\"6\" fill=\"rgba(0,87,255,0.15)\" stroke=\"rgba(0,200,255,0.5)\" stroke-width=\"1.5\"\/>\n        <rect class=\"ipad-screen\" x=\"15\" y=\"10\" width=\"50\" height=\"54\" rx=\"3\" fill=\"rgba(0,200,255,0.12)\" stroke=\"rgba(0,200,255,0.3)\" stroke-width=\"1\"\/>\n        <!-- screen content lines -->\n        <rect x=\"20\" y=\"16\" width=\"30\" height=\"3\" rx=\"1.5\" fill=\"rgba(0,200,255,0.5)\"\/>\n        <rect x=\"20\" y=\"22\" width=\"40\" height=\"2\" rx=\"1\" fill=\"rgba(255,255,255,0.2)\"\/>\n        <rect x=\"20\" y=\"27\" width=\"35\" height=\"2\" rx=\"1\" fill=\"rgba(255,255,255,0.15)\"\/>\n        <rect x=\"20\" y=\"32\" width=\"38\" height=\"2\" rx=\"1\" fill=\"rgba(255,255,255,0.15)\"\/>\n        <!-- mini chart -->\n        <polyline points=\"20,52 27,46 34,49 41,42 48,44 55,38\" stroke=\"#00c8ff\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\/>\n        <!-- home button dot -->\n        <circle class=\"ipad-dot\" cx=\"40\" cy=\"70\" r=\"3\" fill=\"rgba(0,200,255,0.6)\" stroke=\"rgba(0,200,255,0.3)\" stroke-width=\"1\"\/>\n      <\/svg>\n\n      <div>\n        <h2>Win a Brand-New iPad<\/h2>\n        <p style=\"margin-top:8px\">\n          You've entered the raffle. Results are announced at NIADA 2026 Booth 326 \u2014 and immediately on Facebook. Make sure you're following us so you catch the moment live.\n        <\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n\n  <!-- FEATURES -->\n  <section class=\"features-section\">\n    <h2 class=\"section-title\">Built for the Modern Dealership<\/h2>\n    <p class=\"section-sub\">Payments, insurance, messaging, and AI \u2014 in one unified platform.<\/p>\n    <div class=\"features-grid\">\n      <div class=\"feature-card\">\n        <div class=\"feature-icon-wrap\">\n          <i class=\"ti ti-credit-card icon-anim-payment\"><\/i>\n        <\/div>\n        <div class=\"feature-text\">\n          <h3>Smart Payments<\/h3>\n          <p>Track every payment in real time. Automated reminders cut delinquency and keep cash flow healthy.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"feature-card\">\n        <div class=\"feature-icon-wrap\">\n          <i class=\"ti ti-shield-check icon-anim-shield\"><\/i>\n        <\/div>\n        <div class=\"feature-text\">\n          <h3>Seguimiento de Seguros<\/h3>\n          <p>Monitor policy status across your entire portfolio. Get instant alerts when coverage lapses.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"feature-card\">\n        <div class=\"feature-icon-wrap\">\n          <i class=\"ti ti-message-dots icon-anim-msg\"><\/i>\n        <\/div>\n        <div class=\"feature-text\">\n          <h3>AI Messaging<\/h3>\n          <p>Personalized SMS and email outreach. The AI recommends the right message at the right time.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"feature-card\">\n        <div class=\"feature-icon-wrap\">\n          <i class=\"ti ti-cpu icon-anim-ai\"><\/i>\n        <\/div>\n        <div class=\"feature-text\">\n          <h3>AI Insights<\/h3>\n          <p>Surface accounts most likely to pay today. Know where to focus before you pick up the phone.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- CTA -->\n  <section class=\"cta-section\">\n    <h2 class=\"section-title\">See It in Action<\/h2>\n    <p>Schedule a live demo and discover why BHPH dealers are switching to Verifacto.<\/p>\n    <div class=\"cta-buttons\">\n      <a href=\"https:\/\/outlook.office365.com\/book\/VerifactoDemo@verifacto.com\/\" target=\"_blank\" class=\"btn-primary\">\n        <i class=\"ti ti-calendar-event\"><\/i>\n        Schedule a Demo\n      <\/a>\n      <a href=\"https:\/\/verifacto.com\/es\/\" target=\"_blank\" class=\"btn-secondary\">\n        <i class=\"ti ti-world\"><\/i>\n        Visit Verifacto.com\n      <\/a>\n    <\/div>\n  <\/section>\n\n\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>You&#8217;re Officially Entered! | Verifacto NIADA 2026 &nbsp;\u00b7&nbsp; Booth 326 You&#8217;re OfficiallyEntered! AI-Based DMS &amp; LMS Operating Platform f Winner announced on Facebook Follow us now \u2014 don&#8217;t miss the moment Follow Verifacto on Facebook AI-Based DMS &amp; LMS Operating Platform &nbsp;\u2014&nbsp; One Unified Platform Win a Brand-New iPad You&#8217;ve entered the raffle. Results are [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-3712","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>- Verifacto<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/verifacto.com\/es\/\ud83c\udf89-youre-officially-entered\/\" \/>\n<meta property=\"og:locale\" content=\"es_MX\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"- Verifacto\" \/>\n<meta property=\"og:description\" content=\"You&#8217;re Officially Entered! | Verifacto NIADA 2026 &nbsp;\u00b7&nbsp; Booth 326 You&#8217;re OfficiallyEntered! AI-Based DMS &amp; LMS Operating Platform f Winner announced on Facebook Follow us now \u2014 don&#8217;t miss the moment Follow Verifacto on Facebook AI-Based DMS &amp; LMS Operating Platform &nbsp;\u2014&nbsp; One Unified Platform Win a Brand-New iPad You&#8217;ve entered the raffle. Results are [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/verifacto.com\/es\/\ud83c\udf89-youre-officially-entered\/\" \/>\n<meta property=\"og:site_name\" content=\"Verifacto\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/verifacto\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-17T08:34:25+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minuto\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/verifacto.com\\\/%f0%9f%8e%89-youre-officially-entered\\\/\",\"url\":\"https:\\\/\\\/verifacto.com\\\/%f0%9f%8e%89-youre-officially-entered\\\/\",\"name\":\"- Verifacto\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/verifacto.com\\\/#website\"},\"datePublished\":\"2026-05-19T14:04:32+00:00\",\"dateModified\":\"2026-06-17T08:34:25+00:00\",\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/verifacto.com\\\/%f0%9f%8e%89-youre-officially-entered\\\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/verifacto.com\\\/#website\",\"url\":\"https:\\\/\\\/verifacto.com\\\/\",\"name\":\"Verifacto\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/verifacto.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/verifacto.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/verifacto.com\\\/#organization\",\"name\":\"Verifacto\",\"url\":\"https:\\\/\\\/verifacto.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/verifacto.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/verifacto.com\\\/wp-content\\\/uploads\\\/2017\\\/09\\\/verifacto_logo.png\",\"contentUrl\":\"https:\\\/\\\/verifacto.com\\\/wp-content\\\/uploads\\\/2017\\\/09\\\/verifacto_logo.png\",\"width\":444,\"height\":105,\"caption\":\"Verifacto\"},\"image\":{\"@id\":\"https:\\\/\\\/verifacto.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/verifacto\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/verifacto\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"- Verifacto","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:\/\/verifacto.com\/es\/\ud83c\udf89-youre-officially-entered\/","og_locale":"es_MX","og_type":"article","og_title":"- Verifacto","og_description":"You&#8217;re Officially Entered! | Verifacto NIADA 2026 &nbsp;\u00b7&nbsp; Booth 326 You&#8217;re OfficiallyEntered! AI-Based DMS &amp; LMS Operating Platform f Winner announced on Facebook Follow us now \u2014 don&#8217;t miss the moment Follow Verifacto on Facebook AI-Based DMS &amp; LMS Operating Platform &nbsp;\u2014&nbsp; One Unified Platform Win a Brand-New iPad You&#8217;ve entered the raffle. Results are [&hellip;]","og_url":"https:\/\/verifacto.com\/es\/\ud83c\udf89-youre-officially-entered\/","og_site_name":"Verifacto","article_publisher":"https:\/\/www.facebook.com\/verifacto","article_modified_time":"2026-06-17T08:34:25+00:00","twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"1 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/verifacto.com\/%f0%9f%8e%89-youre-officially-entered\/","url":"https:\/\/verifacto.com\/%f0%9f%8e%89-youre-officially-entered\/","name":"- Verifacto","isPartOf":{"@id":"https:\/\/verifacto.com\/#website"},"datePublished":"2026-05-19T14:04:32+00:00","dateModified":"2026-06-17T08:34:25+00:00","inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/verifacto.com\/%f0%9f%8e%89-youre-officially-entered\/"]}]},{"@type":"WebSite","@id":"https:\/\/verifacto.com\/#website","url":"https:\/\/verifacto.com\/","name":"Verifacto","description":"","publisher":{"@id":"https:\/\/verifacto.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/verifacto.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/verifacto.com\/#organization","name":"Verifacto","url":"https:\/\/verifacto.com\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/verifacto.com\/#\/schema\/logo\/image\/","url":"https:\/\/verifacto.com\/wp-content\/uploads\/2017\/09\/verifacto_logo.png","contentUrl":"https:\/\/verifacto.com\/wp-content\/uploads\/2017\/09\/verifacto_logo.png","width":444,"height":105,"caption":"Verifacto"},"image":{"@id":"https:\/\/verifacto.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/verifacto","https:\/\/www.linkedin.com\/company\/verifacto"]}]}},"_links":{"self":[{"href":"https:\/\/verifacto.com\/es\/wp-json\/wp\/v2\/pages\/3712","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/verifacto.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/verifacto.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/verifacto.com\/es\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/verifacto.com\/es\/wp-json\/wp\/v2\/comments?post=3712"}],"version-history":[{"count":10,"href":"https:\/\/verifacto.com\/es\/wp-json\/wp\/v2\/pages\/3712\/revisions"}],"predecessor-version":[{"id":3996,"href":"https:\/\/verifacto.com\/es\/wp-json\/wp\/v2\/pages\/3712\/revisions\/3996"}],"wp:attachment":[{"href":"https:\/\/verifacto.com\/es\/wp-json\/wp\/v2\/media?parent=3712"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}