{"id":10109,"date":"2026-04-17T19:37:27","date_gmt":"2026-04-17T16:37:27","guid":{"rendered":"https:\/\/nuo.mobi\/create-your-own-nuo\/"},"modified":"2026-05-05T15:22:28","modified_gmt":"2026-05-05T12:22:28","slug":"create-your-own-nuo","status":"publish","type":"page","link":"https:\/\/nuo.mobi\/en\/create-your-own-nuo\/","title":{"rendered":"Create your own nuo"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"10109\" class=\"elementor elementor-10109 elementor-10005\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-45df3b3 e-con-full wd-section-stretch e-flex e-con e-parent\" data-id=\"45df3b3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ce60234 elementor-widget elementor-widget-html\" data-id=\"ce60234\" 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<style>\r\n\/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\r\n   nuo \u2014 ADVANCED BENTO BOX (FULL WIDTH TEXT & NEW UI)\r\n   \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\r\n\r\n.bx {\r\n    --bg: #F5F5F7;\r\n    --white: #FFFFFF;\r\n    --dark: #1D1D1F;\r\n    --dark-2: #2C2C2E;\r\n    --ink: #1D1D1F;\r\n    --muted: #6E6E73;\r\n    --muted-2: #86868B;\r\n    --teal: #21B6C0;\r\n    --teal-l: #5ED4DC;\r\n    --teal-d: #1A9198;\r\n    --pink: #FF6B9D;\r\n    --yellow: #FFD60A;\r\n    --purple: #A78BFA;\r\n    --line: rgba(0,0,0,.08);\r\n    --line-dark: rgba(255,255,255,.1);\r\n\r\n    font-family: 'Objektiv Mk', -apple-system, BlinkMacSystemFont, sans-serif;\r\n    background: var(--bg);\r\n    color: var(--ink);\r\n    margin: 0;\r\n    padding: 50px;\r\n    overflow-x: hidden;\r\n    line-height: 1.45;\r\n    -webkit-font-smoothing: antialiased;\r\n}\r\n.bx * { box-sizing: border-box; margin: 0; padding: 0; }\r\n.bx a { color: inherit; text-decoration: none; }\r\n.bx h1, .bx h2, .bx h3, .bx h4 {\r\n    font-family: 'Greycliff CF', 'Objektiv Mk', sans-serif;\r\n    font-weight: 800;\r\n    line-height: 1.05;\r\n    letter-spacing: -.02em;\r\n}\r\n\r\n\/* \u2550\u2550\u2550 GRID \u2550\u2550\u2550 *\/\r\n.bx-grid {\r\n    max-width: 1440px;\r\n    margin: 0 auto;\r\n    display: grid;\r\n    grid-template-columns: repeat(12, 1fr);\r\n    gap: 14px;\r\n}\r\n\r\n\/* \u2550\u2550\u2550 CELL (base) \u2550\u2550\u2550 *\/\r\n.bx-cell {\r\n    background: var(--white);\r\n    border-radius: 24px;\r\n    padding: 32px;\r\n    position: relative;\r\n    overflow: hidden;\r\n    border: 1px solid var(--line);\r\n    transition: transform .35s cubic-bezier(.25,1,.5,1), box-shadow .35s cubic-bezier(.25,1,.5,1);\r\n    display: flex;\r\n    flex-direction: column;\r\n    min-height: 280px;\r\n}\r\n.bx-cell:hover {\r\n    transform: translateY(-3px);\r\n    box-shadow: 0 20px 40px rgba(0,0,0,.06);\r\n}\r\n.bx-cell-dark { background: var(--dark); color: var(--white); border-color: var(--line-dark); }\r\n.bx-cell-teal { background: var(--teal); color: var(--white); border-color: transparent; }\r\n\r\n.bx-cell .label {\r\n    font-family: 'Greycliff CF', sans-serif;\r\n    font-size: .72rem; font-weight: 700; letter-spacing: .14em;\r\n    text-transform: uppercase; color: var(--teal); margin-bottom: 12px;\r\n}\r\n.bx-cell-teal .label { color: rgba(255,255,255,.8); }\r\n.bx-cell-dark .label { color: var(--teal-l); }\r\n\r\n.bx-cell h2, .bx-cell h3 { margin-bottom: 10px; }\r\n.bx-cell p { font-size: .95rem; color: var(--muted); line-height: 1.5; max-width: 100%; }\r\n.bx-cell-dark p { color: var(--muted-2); }\r\n.bx-cell-teal p { color: rgba(255,255,255,.85); }\r\n\r\n\/* \u2550\u2550\u2550 BUTTONS \u2550\u2550\u2550 *\/\r\n.bx-btn {\r\n    display: inline-flex; align-items: center; justify-content: center; gap: 8px;\r\n    background: var(--dark) !important;\r\n    color: var(--white) !important;\r\n    padding: 16px 32px; border-radius: 100px;\r\n    font-family: 'Greycliff CF', 'Objektiv Mk', sans-serif; font-weight: 800; font-size: .95rem;\r\n    transition: all .2s; flex-shrink: 0; align-self: flex-start; white-space: nowrap;\r\n    border: none; cursor: pointer; box-shadow: 0 4px 14px rgba(0,0,0,.1);\r\n}\r\n.bx-btn:hover {\r\n    background: var(--teal) !important;\r\n    transform: translateY(-2px);\r\n    box-shadow: 0 6px 20px rgba(33,182,192,.3);\r\n}\r\n.bx-btn svg { width: 16px; height: 16px; transition: transform .2s; stroke: var(--white) !important;}\r\n.bx-btn:hover svg { transform: translateX(3px); }\r\n\r\n\/* \u2550\u2550\u2550 HERO CELL \u2550\u2550\u2550 *\/\r\n.bx-hero {\r\n    grid-column: span 8; grid-row: span 2; min-height: 560px; padding: 48px;\r\n    background: var(--white); justify-content: space-between;\r\n}\r\n.bx-hero-orb {\r\n    position: absolute; top: -140px; right: -140px; width: 460px; height: 460px;\r\n    background: radial-gradient(circle, rgba(33,182,192,.15), transparent 65%);\r\n    border-radius: 50%; pointer-events: none;\r\n}\r\n.bx-hero-top { position: relative; z-index: 2; }\r\n.bx-hero .badge {\r\n    display: inline-flex; align-items: center; gap: 6px; padding: 6px 14px;\r\n    background: rgba(33,182,192,.12); color: var(--teal-d); border-radius: 100px;\r\n    font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 32px;\r\n}\r\n.bx-hero .badge .dot {\r\n    width: 6px; height: 6px; border-radius: 50%; background: var(--teal); animation: pulse 2s infinite;\r\n}\r\n@keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: .5; transform: scale(1.4); } }\r\n.bx-hero h1 { font-size: clamp(2.2rem, 5vw, 4.2rem); letter-spacing: -.03em; max-width: 14ch; position: relative; z-index: 2; }\r\n.bx-hero h1 em { font-style: italic; font-weight: 400; color: var(--teal); }\r\n.bx-hero-bottom {\r\n    position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: flex-end;\r\n    gap: 20px; flex-wrap: wrap; margin-top: 32px;\r\n}\r\n.bx-hero-bottom p { max-width: 440px; font-size: 1rem; color: var(--muted); }\r\n\r\n\/* \u2550\u2550\u2550 NFC VISUAL CELL \u2550\u2550\u2550 *\/\r\n.bx-nfc {\r\n    grid-column: span 4; grid-row: span 2; min-height: 560px; padding: 0;\r\n    background: linear-gradient(160deg, var(--dark) 0%, #0F1820 50%, var(--teal-d) 140%);\r\n    color: var(--white); display: flex; align-items: center; justify-content: center; overflow: hidden;\r\n}\r\n.bx-nfc-inner { position: relative; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }\r\n.bx-wave {\r\n    position: absolute; border: 2px solid var(--teal); border-radius: 50%; opacity: 0;\r\n    animation: wave 3.5s infinite ease-out;\r\n}\r\n@keyframes wave { 0% { width: 20px; height: 20px; opacity: .8; } 100% { width: 340px; height: 340px; opacity: 0; } }\r\n.bx-wave:nth-child(2) { animation-delay: 1.2s; }\r\n.bx-wave:nth-child(3) { animation-delay: 2.4s; }\r\n.bx-nfc-core {\r\n    position: relative; z-index: 2; width: 90px; height: 90px;\r\n    background: var(--teal); border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 0 40px rgba(33,182,192,.5);\r\n}\r\n.bx-nfc-core svg { width: 42px; height: 42px; stroke: var(--dark); stroke-width: 2; fill: none; }\r\n.bx-nfc-meta { position: absolute; top: 24px; left: 24px; z-index: 3; }\r\n.bx-nfc-meta .label { color: var(--teal-l); margin-bottom: 4px; }\r\n.bx-nfc-meta h4 { color: var(--white); font-size: 1rem; }\r\n.bx-nfc-foot {\r\n    position: absolute; bottom: 24px; left: 24px; right: 24px; z-index: 3;\r\n    font-size: .85rem; color: var(--muted-2); display: flex; justify-content: space-between; font-weight: 500;\r\n}\r\n\r\n\/* \u2550\u2550\u2550 PHILOSOPHY \u2550\u2550\u2550 *\/\r\n.bx-philosophy { grid-column: span 6; min-height: 280px; }\r\n.bx-philosophy h3 { font-size: clamp(1.4rem, 2.3vw, 1.9rem); margin-bottom: 12px; max-width: 100%; }\r\n.bx-philosophy h3 em { font-style: italic; font-weight: 400; color: var(--teal); }\r\n.bx-philosophy p { margin-bottom: 20px; max-width: 100%; }\r\n.bx-founder {\r\n    margin-top: auto; display: flex; flex-direction: column; gap: 4px;\r\n    padding-top: 20px; border-top: 1px solid var(--line);\r\n}\r\n.bx-founder strong { color: var(--ink); font-size: 1rem; font-weight: 800;}\r\n.bx-founder span { font-size: .85rem; color: var(--muted); }\r\n\r\n\/* \u2550\u2550\u2550 STATS \u2550\u2550\u2550 *\/\r\n.bx-stats { grid-column: span 6; min-height: 280px; background: var(--dark); color: var(--white); }\r\n.bx-stats h4 { font-size: 1.2rem; margin-bottom: 24px; color: var(--white); }\r\n.bx-stats-grid { flex: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }\r\n.bx-stat-mini {\r\n    padding: 18px 16px; background: rgba(255,255,255,.05); border-radius: 14px; border: 1px solid var(--line-dark); transition: all .3s;\r\n}\r\n.bx-stat-mini:hover { background: rgba(33,182,192,.12); border-color: var(--teal); }\r\n.bx-stat-mini .v { font-family: 'Greycliff CF', sans-serif; font-size: 1.6rem; font-weight: 800; margin-bottom: 6px; line-height: 1; }\r\n.bx-stat-mini .l { font-size: .68rem; color: var(--muted-2); letter-spacing: .08em; text-transform: uppercase; font-weight: 600; }\r\n\r\n\/* \u2550\u2550\u2550 PATH 01 \u2014 PLUG & PLAY \u2550\u2550\u2550 *\/\r\n.bx-path-1 { grid-column: span 6; min-height: 380px; background: var(--white); overflow: hidden; }\r\n.bx-path-1 h3 { font-size: clamp(1.4rem, 2.2vw, 1.8rem); margin-bottom: 10px; max-width: 100%; }\r\n.bx-path-1 h3 em { font-style: italic; font-weight: 400; color: var(--teal); }\r\n.bx-path-1 p { margin-bottom: auto; max-width: 100%; }\r\n\r\n.bx-toggles {\r\n    margin-top: 24px;\r\n    background: #F8F9FA;\r\n    border-radius: 16px;\r\n    padding: 16px;\r\n    border: 1px solid #E2E8F0;\r\n    display: flex;\r\n    flex-direction: column;\r\n    gap: 10px;\r\n}\r\n.bx-toggle-row {\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: space-between;\r\n    background: var(--white);\r\n    padding: 14px 18px;\r\n    border-radius: 12px;\r\n    box-shadow: 0 2px 8px rgba(0,0,0,.03);\r\n}\r\n.bx-toggle-label {\r\n    display: flex;\r\n    align-items: center;\r\n    gap: 12px;\r\n    font-family: 'Greycliff CF', sans-serif;\r\n    font-size: .95rem;\r\n    font-weight: 700;\r\n    color: var(--ink);\r\n}\r\n.bx-toggle-icon {\r\n    display: flex; align-items: center; justify-content: center;\r\n    width: 24px; height: 24px;\r\n    color: var(--teal);\r\n}\r\n.bx-toggle-switch {\r\n    width: 44px;\r\n    height: 24px;\r\n    background: var(--teal);\r\n    border-radius: 12px;\r\n    position: relative;\r\n}\r\n.bx-toggle-switch::after {\r\n    content: '';\r\n    position: absolute;\r\n    top: 2px;\r\n    right: 2px;\r\n    width: 20px;\r\n    height: 20px;\r\n    background: var(--white);\r\n    border-radius: 50%;\r\n    box-shadow: 0 1px 3px rgba(0,0,0,.15);\r\n}\r\n\r\n\/* \u2550\u2550\u2550 PATH 02 \u2014 CUSTOM BUILD \u2550\u2550\u2550 *\/\r\n.bx-path-2 { grid-column: span 6; min-height: 380px; background: var(--dark); color: var(--white); }\r\n.bx-path-2 h3 { font-size: clamp(1.4rem, 2.2vw, 1.8rem); margin-bottom: 10px; color: var(--white); max-width: 100%; }\r\n.bx-path-2 h3 em { font-style: italic; font-weight: 400; color: var(--teal-l); }\r\n.bx-path-2 p { margin-bottom: auto; max-width: 100%; color: var(--muted-2); }\r\n\r\n.bx-custom-ui {\r\n    margin-top: 24px; position: relative; height: 120px; display: flex; align-items: center; justify-content: center;\r\n}\r\n.bx-custom-card {\r\n    background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(10px);\r\n    border-radius: 16px; padding: 16px 20px; display: flex; align-items: center; gap: 16px; width: 90%;\r\n    position: relative; z-index: 2; animation: floatCard 6s ease-in-out infinite; box-shadow: 0 10px 30px rgba(0,0,0,.3);\r\n}\r\n@keyframes floatCard { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }\r\n.bx-custom-icon {\r\n    width: 40px; height: 40px; border-radius: 12px; background: linear-gradient(135deg, var(--teal-d), var(--teal-l));\r\n    display: flex; align-items: center; justify-content: center;\r\n}\r\n.bx-custom-icon svg { width: 22px; height: 22px; stroke: currentColor; color: #FFF; stroke-width: 2; fill: none; stroke-linecap: round; stroke-linejoin: round; }\r\n.bx-custom-text h5 { font-size: 1rem; color: #FFF; margin-bottom: 4px; font-weight: 700; font-family: 'Greycliff CF', sans-serif;}\r\n.bx-custom-text p { font-size: .8rem; color: var(--teal-l); margin: 0; }\r\n\r\n\/* \u2550\u2550\u2550 CASES \u2550\u2550\u2550 *\/\r\n.bx-case { grid-column: span 3; min-height: 240px; position: relative; }\r\n.bx-case-icon {\r\n    width: 52px; height: 52px; border-radius: 16px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; transition: transform .3s;\r\n}\r\n.bx-case:hover .bx-case-icon { transform: translateY(-4px) scale(1.05); }\r\n.bx-case-icon svg { width: 26px; height: 26px; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; fill: none; }\r\n\r\n.bx-case-icon-teal { background: rgba(33,182,192,.12); color: var(--teal-d); }\r\n.bx-case-icon-pink { background: rgba(255,107,157,.12); color: #E0356E; }\r\n.bx-case-icon-yellow { background: rgba(255,214,10,.18); color: #C59E00; }\r\n.bx-case-icon-purple { background: rgba(167,139,250,.18); color: #7B4FE3; }\r\n.bx-case h4 { font-size: 1.15rem; font-weight: 800; margin-bottom: 10px; }\r\n.bx-case p { font-size: .9rem; color: var(--muted); line-height: 1.55; }\r\n\r\n\/* \u2550\u2550\u2550 PROCESS \u2550\u2550\u2550 *\/\r\n.bx-process {\r\n    grid-column: span 12; min-height: 180px; background: var(--dark); color: var(--white);\r\n    padding: 40px; flex-direction: row; gap: 32px; align-items: stretch;\r\n}\r\n.bx-process-head {\r\n    min-width: 220px; display: flex; flex-direction: column; justify-content: center;\r\n    border-right: 1px solid var(--line-dark); padding-right: 32px;\r\n}\r\n.bx-process-head h3 { font-size: 1.6rem; color: var(--white); }\r\n.bx-process-head h3 em { font-style: italic; font-weight: 400; color: var(--teal-l); }\r\n.bx-process-head p { color: var(--muted-2); margin-top: 8px; font-size: .9rem; }\r\n.bx-process-steps { flex: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }\r\n.bx-ps { position: relative; }\r\n.bx-ps .n {\r\n    font-family: 'Greycliff CF', sans-serif; font-size: 1.5rem; font-weight: 800;\r\n    color: var(--teal); line-height: 1; margin-bottom: 12px;\r\n}\r\n.bx-ps h4 { font-size: 1.05rem; margin-bottom: 6px; color: var(--white); font-weight: 700; }\r\n.bx-ps p { font-size: .85rem; color: var(--muted-2); line-height: 1.55; }\r\n\r\n\/* \u2550\u2550\u2550 YOUR IDEA CELL \u2550\u2550\u2550 *\/\r\n.bx-your {\r\n    grid-column: span 6; min-height: 320px; background: var(--white); border: 2px dashed var(--line);\r\n    background-image: radial-gradient(circle at 2px 2px, rgba(33,182,192,.12) 1.5px, transparent 0);\r\n    background-size: 24px 24px; align-items: flex-start; justify-content: center; position: relative;\r\n}\r\n.bx-your-plus {\r\n    position: absolute; top: 28px; right: 28px; width: 56px; height: 56px;\r\n    border-radius: 50%; background: var(--teal); color: var(--white);\r\n    display: flex; align-items: center; justify-content: center; font-size: 1.8rem; font-weight: 300;\r\n    line-height: 1; box-shadow: 0 8px 24px rgba(33,182,192,.3); transition: transform .3s;\r\n}\r\n.bx-your:hover .bx-your-plus { transform: rotate(90deg) scale(1.1); }\r\n.bx-your h3 { font-size: clamp(1.4rem, 2.3vw, 1.9rem); margin-bottom: 12px; max-width: 14ch; }\r\n.bx-your h3 em { font-style: italic; font-weight: 400; color: var(--teal); }\r\n.bx-your p { max-width: 380px; margin-bottom: 24px; }\r\n.bx-your a.link { color: var(--teal); font-weight: 800; font-size: .95rem; display: inline-flex; align-items: center; gap: 6px; }\r\n.bx-your a.link::after { content: '\u2192'; transition: transform .2s; }\r\n.bx-your:hover a.link::after { transform: translateX(5px); }\r\n\r\n\/* \u2550\u2550\u2550 CTA CELL \u2550\u2550\u2550 *\/\r\n.bx-cta {\r\n    grid-column: span 6; min-height: 320px; background: var(--teal); color: var(--white);\r\n    justify-content: space-between; position: relative; overflow: hidden;\r\n}\r\n.bx-cta::before {\r\n    content: ''; position: absolute; top: -100px; right: -100px; width: 300px; height: 300px;\r\n    background: radial-gradient(circle, rgba(255,255,255,.25), transparent 65%); border-radius: 50%; pointer-events: none;\r\n}\r\n.bx-cta .label { color: rgba(255,255,255,.9); }\r\n.bx-cta h3 { font-size: clamp(1.8rem, 3vw, 2.4rem); color: var(--white); max-width: 14ch; margin-bottom: 16px; position: relative; z-index: 2; }\r\n.bx-cta h3 em { font-style: italic; font-weight: 400; }\r\n.bx-cta p { color: rgba(255,255,255,.9); margin-bottom: 28px; max-width: 360px; position: relative; z-index: 2; }\r\n.bx-cta-btns { display: flex; gap: 10px; flex-wrap: wrap; position: relative; z-index: 2; }\r\n\r\n.bx-cta .bx-btn-high-contrast { background: var(--white) !important; color: var(--teal-d) !important; box-shadow: 0 10px 20px rgba(0,0,0,.1); }\r\n.bx-cta .bx-btn-high-contrast:hover { background: var(--dark) !important; color: var(--white) !important; box-shadow: 0 10px 20px rgba(0,0,0,.2); }\r\n\r\n\/* \u2550\u2550\u2550 RESPONSIVE \u2550\u2550\u2550 *\/\r\n@media (max-width: 1000px) {\r\n    .bx-hero { grid-column: span 12; grid-row: span 1; min-height: 460px; }\r\n    .bx-nfc { grid-column: span 12; grid-row: span 1; min-height: 320px; }\r\n    .bx-philosophy, .bx-stats { grid-column: span 6; }\r\n    .bx-path-1, .bx-path-2 { grid-column: span 12; }\r\n    .bx-case { grid-column: span 6; }\r\n    .bx-your, .bx-cta { grid-column: span 12; }\r\n    .bx-process-steps { grid-template-columns: 1fr 1fr; gap: 20px; }\r\n}\r\n@media (max-width: 700px) {\r\n    .bx { padding: 12px; }\r\n    .bx-cell { padding: 24px; border-radius: 20px; min-height: 240px; }\r\n    .bx-hero { padding: 32px; min-height: 400px; }\r\n    .bx-hero h1 { font-size: clamp(2rem, 8vw, 2.8rem); }\r\n    .bx-hero-bottom { flex-direction: column; align-items: flex-start; gap: 24px; }\r\n    .bx-hero-bottom p { max-width: 100%; }\r\n    .bx-btn { width: auto; max-width: fit-content; }\r\n    .bx-philosophy, .bx-stats { grid-column: span 12; }\r\n    .bx-case { grid-column: span 12; }\r\n    .bx-process { flex-direction: column; padding: 28px; }\r\n    .bx-process-head { border-right: none; border-bottom: 1px solid var(--line-dark); padding-right: 0; padding-bottom: 20px; }\r\n    .bx-process-steps { grid-template-columns: 1fr; }\r\n}\r\n<\/style>\r\n\r\n<div class=\"bx\">\r\n    <div class=\"bx-grid\">\r\n\r\n        <div class=\"bx-cell bx-hero\">\r\n            <div class=\"bx-hero-orb\"><\/div>\r\n            <div class=\"bx-hero-orb-2\"><\/div>\r\n            <div class=\"bx-hero-top\">\r\n                <div class=\"badge\"><span class=\"dot\"><\/span> nuo \u00d7 ANDERSONS Creative<\/div>\r\n                <h1>We bring your idea to life. With the right <em>NFC product.<\/em><\/h1>\r\n            <\/div>\r\n            <div class=\"bx-hero-bottom\">\r\n                <p>You tell us your goal. We handle the design, the device build, and the entire technical setup.<\/p>\r\n                <a href=\"#contact\" class=\"bx-btn\">Let's talk <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg><\/a>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"bx-cell bx-nfc\">\r\n            <div class=\"bx-nfc-meta\">\r\n                <div class=\"label\">The magic of a touch<\/div>\r\n                <h4>It just works.<\/h4>\r\n            <\/div>\r\n            <div class=\"bx-nfc-inner\">\r\n                <div class=\"bx-wave\"><\/div>\r\n                <div class=\"bx-wave\"><\/div>\r\n                <div class=\"bx-wave\"><\/div>\r\n                <div class=\"bx-nfc-core\">\r\n                    <svg viewBox=\"0 0 24 24\"><path d=\"M5 12a7 7 0 0 1 14 0M8 12a4 4 0 0 1 8 0M12 12h.01\"\/><\/svg>\r\n                <\/div>\r\n            <\/div>\r\n            <div class=\"bx-nfc-foot\">\r\n                <span>No apps<\/span>\r\n                <span>One tap<\/span>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"bx-cell bx-philosophy\">\r\n            <div class=\"label\">Behind nuo<\/div>\r\n            <h3>The power of <em>experience.<\/em><\/h3>\r\n            <p>Behind nuo stands ANDERSONS Creative. We combine our experience in producing premium physical products with the cutting edge of digital technology.<\/p>\r\n            <div class=\"bx-founder\">\r\n                <strong>Since 2001<\/strong>\r\n                <span>We design, we build, we print.<\/span>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"bx-cell bx-stats\">\r\n            <div class=\"label\">All under one roof<\/div>\r\n            <h4>So you don't have to worry.<\/h4>\r\n            <div class=\"bx-stats-grid\">\r\n                <div class=\"bx-stat-mini\"><div class=\"v\">100%<\/div><div class=\"l\">In-house<\/div><\/div>\r\n                <div class=\"bx-stat-mini\"><div class=\"v\">A\u2192Z<\/div><div class=\"l\">Process<\/div><\/div>\r\n                <div class=\"bx-stat-mini\"><div class=\"v\">NFC<\/div><div class=\"l\">Expertise<\/div><\/div>\r\n                <div class=\"bx-stat-mini\"><div class=\"v\">1<\/div><div class=\"l\">Point of contact<\/div><\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"bx-cell bx-path-1\">\r\n            <div class=\"label\">Ready-made solutions<\/div>\r\n            <h3>NFC Product + <em>nuo Studio<\/em><\/h3>\r\n            <p>Get going right away. We make the NFC device (card, stand and more) and connect it directly to our platform \u2014 so you stay in full control.<\/p>\r\n            \r\n            <div class=\"bx-toggles\">\r\n                <div class=\"bx-toggle-row\">\r\n                    <div class=\"bx-toggle-label\">\r\n                        <div class=\"bx-toggle-icon\">\r\n                            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><path d=\"M12 2v20M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6\"\/><\/svg>\r\n                        <\/div>\r\n                        Sales Management\r\n                    <\/div>\r\n                    <div class=\"bx-toggle-switch\"><\/div>\r\n                <\/div>\r\n                <div class=\"bx-toggle-row\">\r\n                    <div class=\"bx-toggle-label\">\r\n                        <div class=\"bx-toggle-icon\">\r\n                            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><polyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\"\/><\/svg>\r\n                        <\/div>\r\n                        Real-time Analytics\r\n                    <\/div>\r\n                    <div class=\"bx-toggle-switch\"><\/div>\r\n                <\/div>\r\n                <div class=\"bx-toggle-row\">\r\n                    <div class=\"bx-toggle-label\">\r\n                        <div class=\"bx-toggle-icon\">\r\n                            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><path d=\"M21 2v6h-6M3 12a9 9 0 0 1 15-6.7L21 8M3 22v-6h6M21 12a9 9 0 0 1-15 6.7L3 16\"\/><\/svg>\r\n                        <\/div>\r\n                        Instant Updates\r\n                    <\/div>\r\n                    <div class=\"bx-toggle-switch\"><\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"bx-cell bx-path-2\">\r\n            <div class=\"label\">Tailored to you<\/div>\r\n            <h3>Custom <em>Applications<\/em><\/h3>\r\n            <p>Is your idea one of a kind? We build exactly what you need from scratch \u2014 web apps, automations and integrations. Designed for you alone.<\/p>\r\n            <div class=\"bx-custom-ui\">\r\n                <div class=\"bx-custom-card\">\r\n                    <div class=\"bx-custom-icon\">\r\n                        <svg viewBox=\"0 0 24 24\"><path d=\"M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5\"\/><\/svg>\r\n                    <\/div>\r\n                    <div class=\"bx-custom-text\">\r\n                        <h5>Premium build<\/h5>\r\n                        <p>Tailor-made digital experience<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"bx-cell bx-case\">\r\n            <div class=\"bx-case-icon bx-case-icon-teal\">\r\n                <svg viewBox=\"0 0 24 24\"><path d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"><\/path><\/svg>\r\n            <\/div>\r\n            <h4>Build relationships<\/h4>\r\n            <p>Loyalty programs without paper cards. Customers collect points digitally with a single tap.<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"bx-cell bx-case\">\r\n            <div class=\"bx-case-icon bx-case-icon-pink\">\r\n                <svg viewBox=\"0 0 24 24\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"><\/path><path d=\"M9 12l2 2 4-4\"><\/path><\/svg>\r\n            <\/div>\r\n            <h4>Trust & prestige<\/h4>\r\n            <p>Authenticity certification for premium products. One touch reveals the story and origin of each item.<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"bx-cell bx-case\">\r\n            <div class=\"bx-case-icon bx-case-icon-yellow\">\r\n                <svg viewBox=\"0 0 24 24\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"><\/line><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"><\/line><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"><\/line><\/svg>\r\n            <\/div>\r\n            <h4>Skip the queues<\/h4>\r\n            <p>Event management and check-in. The schedule and networking land straight on the visitor's phone.<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"bx-cell bx-case\">\r\n            <div class=\"bx-case-icon bx-case-icon-purple\">\r\n                <svg viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><polygon points=\"10 8 16 12 10 16 10 8\"><\/polygon><\/svg>\r\n            <\/div>\r\n            <h4>Bring your space to life<\/h4>\r\n            <p>Perfect for exhibits. The visitor taps and watches an explainer video or plays an interactive quiz.<\/p>\r\n        <\/div>\r\n\r\n        <div class=\"bx-cell bx-process\">\r\n            <div class=\"bx-process-head\">\r\n                <h3>How we work. <em>Together.<\/em><\/h3>\r\n                <p>A clear, simple process.<\/p>\r\n            <\/div>\r\n            <div class=\"bx-process-steps\">\r\n                <div class=\"bx-ps\">\r\n                    <div class=\"n\">01<\/div>\r\n                    <h4>Conversation<\/h4>\r\n                    <p>We listen to what you want to achieve. No complicated briefs.<\/p>\r\n                <\/div>\r\n                <div class=\"bx-ps\">\r\n                    <div class=\"n\">02<\/div>\r\n                    <h4>Design<\/h4>\r\n                    <p>We pick the right materials and find the perfect digital flow.<\/p>\r\n                <\/div>\r\n                <div class=\"bx-ps\">\r\n                    <div class=\"n\">03<\/div>\r\n                    <h4>Build<\/h4>\r\n                    <p>We handle production and the entire technical setup.<\/p>\r\n                <\/div>\r\n                <div class=\"bx-ps\">\r\n                    <div class=\"n\">04<\/div>\r\n                    <h4>Delivery<\/h4>\r\n                    <p>The product is in your hands, ready to work from day one.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"bx-cell bx-your\">\r\n            <div class=\"bx-your-plus\">+<\/div>\r\n            <div class=\"label\">The challenge<\/div>\r\n            <h3>Got something else <em>in mind?<\/em><\/h3>\r\n            <p>We love a new challenge. The solution you're looking for might not exist yet \u2014 let's build it.<\/p>\r\n     \r\n        <\/div>\r\n\r\n        <div class=\"bx-cell bx-cta\" id=\"contact\">\r\n            <div>\r\n                <div class=\"label\">The next step<\/div>\r\n                <h3>Let's create something <em>special.<\/em><\/h3>\r\n                <p>Share your goal with us, and we'll find the best way to make it happen.<\/p>\r\n            <\/div>\r\n            <div class=\"bx-cta-btns\">\r\n                <a href=\"#start\" class=\"bx-btn bx-btn-high-contrast\">Get started <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg><\/a>\r\n            <\/div>\r\n        <\/div>\r\n\r\n    <\/div>\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cae3cc5 wd-section-stretch e-flex e-con-boxed e-con e-parent\" data-id=\"cae3cc5\" data-element_type=\"container\" data-e-type=\"container\" id=\"start\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-0c2e050 e-con-full e-flex e-con e-child\" data-id=\"0c2e050\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3f3cd23 elementor-button-align-stretch elementor-widget elementor-widget-form\" data-id=\"3f3cd23\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\" data-widget_type=\"form.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<form class=\"elementor-form\" method=\"post\" name=\"Contact\" aria-label=\"Contact\">\n\t\t\t<input type=\"hidden\" name=\"post_id\" value=\"10109\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"3f3cd23\"\/>\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"Create your own nuo - NFC Cards \/ Reviews \/ Stands \/ HORECA \/ AIRBNB\" \/>\n\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"queried_id\" value=\"10109\"\/>\n\t\t\t\n\t\t\t<div class=\"elementor-form-fields-wrapper elementor-labels-above\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-33 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-name\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tYour name\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-33 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-email\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tEmail\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-tel elementor-field-group elementor-column elementor-field-group-field_f04490f elementor-col-33 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_f04490f\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tContact telephone\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<input size=\"1\" type=\"tel\" name=\"form_fields[field_f04490f]\" id=\"form-field-field_f04490f\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" required=\"required\" pattern=\"[0-9()#&amp;+*-=.]+\" title=\"Only numbers and phone characters (#, -, *, etc) are accepted.\">\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-message elementor-col-100 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-message\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tDescribe your idea\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t<textarea class=\"elementor-field-textual elementor-field  elementor-size-sm\" name=\"form_fields[message]\" id=\"form-field-message\" rows=\"4\" placeholder=\"You don&#039;t need a complicated brief, just describe your need in simple words!\" required=\"required\"><\/textarea>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-recaptcha_v3 elementor-field-group elementor-column elementor-field-group-field_7ca5dd0 elementor-col-100 recaptcha_v3-bottomright\">\n\t\t\t\t\t<div class=\"elementor-field\" id=\"form-field-field_7ca5dd0\"><div class=\"elementor-g-recaptcha\" data-sitekey=\"6LfUcugpAAAAAP2voYZbsRPZ276u09OuRLUuT24K\" data-type=\"v3\" data-action=\"Form\" data-badge=\"bottomright\" data-size=\"invisible\"><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-acceptance elementor-field-group elementor-column elementor-field-group-field_e66b8b5 elementor-col-100 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t<div class=\"elementor-field-subgroup\">\n\t\t\t<span class=\"elementor-field-option\">\n\t\t\t\t<input type=\"checkbox\" name=\"form_fields[field_e66b8b5]\" id=\"form-field-field_e66b8b5\" class=\"elementor-field elementor-size-sm  elementor-acceptance-field\" required=\"required\">\n\t\t\t\t<label for=\"form-field-field_e66b8b5\">I agree to the <a target=\"blank\" href=\"https:\/\/nuo.mobi\/en\/general-terms-of-use\/\">Terms of Use<\/a> and <a target=\"blank\" href=\"https:\/\/nuo.mobi\/en\/data-protection-policy-nfc-service-terms-of-use\/\">Privacy Policy<\/a><\/label>\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons\">\n\t\t\t\t\t<button class=\"elementor-button elementor-size-md\" type=\"submit\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\" arrow_right-up_alt\"><\/i>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Send to<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/button>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/form>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>nuo \u00d7 ANDERSONS Creative We bring your idea to life. With the right NFC product. You tell us your goal.<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-10109","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Create your own nuo - NFC Cards \/ Reviews \/ Stands \/ HORECA \/ AIRBNB<\/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:\/\/nuo.mobi\/en\/create-your-own-nuo\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Create your own nuo - NFC Cards \/ Reviews \/ Stands \/ HORECA \/ AIRBNB\" \/>\n<meta property=\"og:description\" content=\"nuo \u00d7 ANDERSONS Creative We bring your idea to life. With the right NFC product. You tell us your goal.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nuo.mobi\/en\/create-your-own-nuo\/\" \/>\n<meta property=\"og:site_name\" content=\"NFC Cards \/ Reviews \/ Stands \/ HORECA \/ AIRBNB\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-05T12:22:28+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/nuo.mobi\\\/en\\\/create-your-own-nuo\\\/\",\"url\":\"https:\\\/\\\/nuo.mobi\\\/en\\\/create-your-own-nuo\\\/\",\"name\":\"Create your own nuo - NFC Cards \\\/ Reviews \\\/ Stands \\\/ HORECA \\\/ AIRBNB\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/nuo.mobi\\\/en\\\/#website\"},\"datePublished\":\"2026-04-17T16:37:27+00:00\",\"dateModified\":\"2026-05-05T12:22:28+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/nuo.mobi\\\/en\\\/create-your-own-nuo\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/nuo.mobi\\\/en\\\/create-your-own-nuo\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/nuo.mobi\\\/en\\\/create-your-own-nuo\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u0391\u03c1\u03c7\u03b9\u03ba\u03ae\",\"item\":\"https:\\\/\\\/nuo.mobi\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Create your own nuo\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/nuo.mobi\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/nuo.mobi\\\/en\\\/\",\"name\":\"NFC Cards, GOOGLE Reviews, HORECA, Airbnb\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/nuo.mobi\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Create your own nuo - NFC Cards \/ Reviews \/ Stands \/ HORECA \/ AIRBNB","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:\/\/nuo.mobi\/en\/create-your-own-nuo\/","og_locale":"en_US","og_type":"article","og_title":"Create your own nuo - NFC Cards \/ Reviews \/ Stands \/ HORECA \/ AIRBNB","og_description":"nuo \u00d7 ANDERSONS Creative We bring your idea to life. With the right NFC product. You tell us your goal.","og_url":"https:\/\/nuo.mobi\/en\/create-your-own-nuo\/","og_site_name":"NFC Cards \/ Reviews \/ Stands \/ HORECA \/ AIRBNB","article_modified_time":"2026-05-05T12:22:28+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/nuo.mobi\/en\/create-your-own-nuo\/","url":"https:\/\/nuo.mobi\/en\/create-your-own-nuo\/","name":"Create your own nuo - NFC Cards \/ Reviews \/ Stands \/ HORECA \/ AIRBNB","isPartOf":{"@id":"https:\/\/nuo.mobi\/en\/#website"},"datePublished":"2026-04-17T16:37:27+00:00","dateModified":"2026-05-05T12:22:28+00:00","breadcrumb":{"@id":"https:\/\/nuo.mobi\/en\/create-your-own-nuo\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nuo.mobi\/en\/create-your-own-nuo\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/nuo.mobi\/en\/create-your-own-nuo\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u0391\u03c1\u03c7\u03b9\u03ba\u03ae","item":"https:\/\/nuo.mobi\/en\/"},{"@type":"ListItem","position":2,"name":"Create your own nuo"}]},{"@type":"WebSite","@id":"https:\/\/nuo.mobi\/en\/#website","url":"https:\/\/nuo.mobi\/en\/","name":"NFC Cards, GOOGLE Reviews, HORECA, Airbnb","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/nuo.mobi\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/nuo.mobi\/en\/wp-json\/wp\/v2\/pages\/10109","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nuo.mobi\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nuo.mobi\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nuo.mobi\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nuo.mobi\/en\/wp-json\/wp\/v2\/comments?post=10109"}],"version-history":[{"count":5,"href":"https:\/\/nuo.mobi\/en\/wp-json\/wp\/v2\/pages\/10109\/revisions"}],"predecessor-version":[{"id":10204,"href":"https:\/\/nuo.mobi\/en\/wp-json\/wp\/v2\/pages\/10109\/revisions\/10204"}],"wp:attachment":[{"href":"https:\/\/nuo.mobi\/en\/wp-json\/wp\/v2\/media?parent=10109"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}