{"id":24,"date":"2026-07-07T19:30:14","date_gmt":"2026-07-07T19:30:14","guid":{"rendered":"http:\/\/moonwatcher.zapto.org:8085\/?page_id=24"},"modified":"2026-09-08T18:53:11","modified_gmt":"2026-09-08T18:53:11","slug":"24-2","status":"publish","type":"page","link":"https:\/\/artaida3d.org\/","title":{"rendered":"Artaida3D"},"content":{"rendered":"\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-995f960e wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\">\n<!-- ================================================================\n  3D PRINTING & SCANNING SERVICES \u2014 LANDING PAGE (BG\/EN)\n  Paste this whole block into a WordPress \"Custom HTML\" block,\n  or an Elementor\/Divi \"HTML\" widget, on a blank page.\n================================================================= -->\n<style>\n  #tdp-root {\n    --ink:      #2B2F36;\n    --paper:    #FCFBF8;\n    --blue:     #3B6EFF;\n    --orange:   #FF7A50;\n    --steel:    #8B94A0;\n    --steel-lt: #E3E6EA;\n    --panel:    #333B47;\n    --font-display: 'Space Grotesk', 'Arial Narrow', sans-serif;\n    --font-body:    'Inter', -apple-system, sans-serif;\n    --font-mono:    'IBM Plex Mono', 'Courier New', monospace;\n\n    font-family: var(--font-body);\n    color: var(--ink);\n    background: var(--paper);\n    line-height: 1.5;\n    -webkit-font-smoothing: antialiased;\n  }\n  #tdp-root * { box-sizing: border-box; margin: 0; padding: 0; }\n  #tdp-root a { color: inherit; text-decoration: none; }\n  #tdp-root img { max-width: 100%; display: block; }\n  #tdp-root .wrap { max-width: 1140px; margin: 0 auto; padding: 0 24px; }\n\n  \/* -------- dimension-line divider (signature element) -------- *\/\n  #tdp-root .dim-rule {\n    display: flex; align-items: center; gap: 10px;\n    color: var(--steel); font-family: var(--font-mono);\n    font-size: 11px; letter-spacing: .08em; text-transform: uppercase;\n    padding: 18px 0;\n  }\n  #tdp-root .dim-rule::before, #tdp-root .dim-rule::after {\n    content: \"\"; flex: 1; height: 1px; background: var(--steel-lt);\n    position: relative;\n  }\n  #tdp-root .dim-rule::before { margin-right: 2px; }\n  #tdp-root .dim-rule::after { margin-left: 2px; }\n\n  \/* -------- header -------- *\/\n  #tdp-root header {\n    position: sticky; top: 0; z-index: 40;\n    background: rgba(252,251,248,.94); backdrop-filter: blur(6px);\n    border-bottom: 1px solid var(--steel-lt);\n  }\n  #tdp-root .nav {\n    display: flex; align-items: center; justify-content: space-between;\n    height: 72px; gap: 20px;\n  }\n  #tdp-root .logo {\n    font-family: var(--font-display); font-weight: 700; font-size: 20px;\n    letter-spacing: .01em; display:flex; align-items:center; gap:8px;\n    white-space: nowrap; flex-shrink: 0;\n  }\n  #tdp-root .logo .tag {\n    font-family: var(--font-mono); font-size: 10px; color: var(--blue);\n    border: 1px solid var(--blue); padding: 2px 6px; border-radius: 3px;\n  }\n  #tdp-root .nav-links { display: flex; gap: 32px; font-size: 14px; }\n  #tdp-root .nav-links a { color: var(--ink); opacity: .75; transition: opacity .2s; }\n  #tdp-root .nav-links a:hover { opacity: 1; }\n  #tdp-root .nav-right { display: flex; align-items: center; gap: 16px; }\n  #tdp-root .nav-mail {\n    font-family: var(--font-mono); font-size: 12.5px; color: var(--blue);\n    opacity: .9; display: none;\n  }\n  @media (min-width: 1050px) { #tdp-root .nav-mail { display: inline-block; } }\n  #tdp-root .lang-switch {\n    display: flex; border: 1px solid var(--steel-lt); border-radius: 3px; overflow: hidden;\n  }\n  #tdp-root .lang-btn {\n    font-family: var(--font-mono); font-size: 12px; letter-spacing: .04em;\n    background: transparent; border: none; color: var(--steel); padding: 7px 11px;\n    cursor: pointer; transition: background .2s, color .2s;\n  }\n  #tdp-root .lang-btn.active { background: var(--ink); color: var(--paper); }\n  #tdp-root .nav-cta {\n    background: var(--ink); color: var(--paper) !important;\n    padding: 10px 18px; border-radius: 2px; font-size: 13px;\n    font-family: var(--font-mono); letter-spacing: .03em; white-space: nowrap;\n  }\n\n  \/* -------- hero -------- *\/\n  #tdp-root .hero {\n    background: var(--panel); color: var(--paper);\n    padding: 96px 0 80px; position: relative; overflow: hidden;\n  }\n  #tdp-root .hero .wrap {\n    display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center;\n  }\n  #tdp-root .eyebrow {\n    font-family: var(--font-mono); font-size: 12px; color: #7FA0FF;\n    letter-spacing: .12em; text-transform: uppercase; margin-bottom: 18px;\n    display: inline-block;\n  }\n  #tdp-root h1 {\n    font-family: var(--font-display); font-weight: 700;\n    font-size: clamp(34px, 4.4vw, 54px); line-height: 1.06; letter-spacing: -.01em;\n    margin-bottom: 22px;\n    color: var(--orange);\n  }\n  #tdp-root h1 .accent { color: var(--orange); }\n  #tdp-root .hero p.lead {\n    font-size: 17px; color: #D7DBE1; max-width: 480px; margin-bottom: 32px;\n  }\n  #tdp-root .btn-row { display: flex; gap: 14px; flex-wrap: wrap; }\n  #tdp-root .btn {\n    display: inline-flex; align-items: center; gap: 8px;\n    padding: 14px 24px; font-size: 14px; font-weight: 600;\n    border-radius: 2px; transition: transform .15s, background .2s;\n  }\n  #tdp-root .btn-primary { background: var(--orange); color: #22261F; }\n  #tdp-root .btn-primary:hover { transform: translateY(-2px); }\n\n  \/* hero technical illustration *\/\n  #tdp-root .hero-art { position: relative; aspect-ratio: 1\/1; }\n  #tdp-root .hero-art svg { width: 100%; height: 100%; }\n  #tdp-root .spin { animation: tdp-spin 26s linear infinite; transform-origin: 200px 200px; }\n  @keyframes tdp-spin { to { transform: rotate(360deg); } }\n  #tdp-root .pulse { animation: tdp-pulse 2.4s ease-in-out infinite; }\n  @keyframes tdp-pulse { 0%,100%{opacity:.35} 50%{opacity:1} }\n\n  \/* -------- section heads -------- *\/\n  #tdp-root section { padding: 88px 0; }\n  #tdp-root .section-head { max-width: 600px; margin-bottom: 48px; }\n  #tdp-root .section-head h2 {\n    font-family: var(--font-display); font-size: clamp(26px,3vw,36px);\n    font-weight: 700; letter-spacing: -.01em; margin-bottom: 12px;\n  }\n  #tdp-root .section-head p { color: var(--steel); font-size: 15.5px; }\n\n  \/* -------- services grid -------- *\/\n  #tdp-root .services-grid {\n    display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1px;\n    background: var(--steel-lt); border: 1px solid var(--steel-lt);\n  }\n  #tdp-root .service-card {\n    background: var(--paper); padding: 32px 26px; position: relative;\n    transition: background .2s;\n  }\n  #tdp-root .service-card:hover { background: #fff; }\n  #tdp-root .service-num {\n    font-family: var(--font-mono); font-size: 11px; color: var(--blue); margin-bottom: 18px; display:block;\n  }\n  #tdp-root .service-card h3 {\n    font-family: var(--font-display); font-size: 18px; margin-bottom: 10px;\n  }\n  #tdp-root .service-card p { font-size: 13.5px; color: var(--steel); }\n  #tdp-root .service-icon { width: 34px; height: 34px; margin-bottom: 16px; color: var(--ink); }\n\n  \/* -------- process -------- *\/\n  #tdp-root .process { background: var(--panel); color: var(--paper); }\n  #tdp-root .process .section-head p { color: #C9CFD8; }\n  #tdp-root .process .section-head h2 { color: var(--orange); }\n  #tdp-root .process-row {\n    display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; margin-top: 20px;\n  }\n  #tdp-root .process-step { position: relative; padding-left: 0; }\n  #tdp-root .process-step .n {\n    font-family: var(--font-mono); font-size: 34px; color: #7FA0FF; display:block; margin-bottom: 12px;\n  }\n  #tdp-root .process-step h4 { font-family: var(--font-display); font-size: 16px; margin-bottom: 8px; color: var(--orange); }\n  #tdp-root .process-step p { font-size: 13.5px; color: #C9CFD8; }\n  #tdp-root .process-step:not(:last-child)::after {\n    content: \"\u2192\"; position: absolute; right: -22px; top: 4px; color: var(--steel);\n    font-size: 18px; display: none;\n  }\n  @media (min-width: 900px) { #tdp-root .process-step:not(:last-child)::after { display: block; } }\n\n  \/* -------- scanning callout -------- *\/\n  #tdp-root .scan-callout {\n    display: grid; grid-template-columns: 1fr; gap: 48px; align-items: center;\n    max-width: 640px; text-align: left;\n  }\n  #tdp-root .scan-callout .tag-line {\n    font-family: var(--font-mono); font-size: 12px; color: var(--blue);\n    text-transform: uppercase; letter-spacing: .1em; margin-bottom: 14px; display:block;\n  }\n  #tdp-root .scan-callout h2 { font-family: var(--font-display); font-size: 30px; margin-bottom: 16px; }\n  #tdp-root .scan-callout p { color: var(--steel); margin-bottom: 22px; max-width: 480px; }\n\n  \/* -------- CTA \/ contact -------- *\/\n  #tdp-root .cta { background: var(--paper); border-top: 1px solid var(--steel-lt); }\n  #tdp-root .cta-box {\n    background: var(--panel); color: var(--paper); border-radius: 4px;\n    padding: 56px; display: grid; grid-template-columns: 1fr 1fr; gap: 48px;\n  }\n  #tdp-root .cta-box h2 { font-family: var(--font-display); font-size: 30px; margin-bottom: 14px; color: var(--orange); }\n  #tdp-root .cta-box p { color: #D7DBE1; max-width: 420px; }\n  #tdp-root .cta-box .btn-primary { margin-top: 26px; }\n  #tdp-root .cta-contact {\n    margin-top: 18px; font-size: 14px; color: #D7DBE1;\n  }\n  #tdp-root .cta-contact a { color: #7FA0FF; font-weight: 600; }\n  #tdp-root form.quote-form { display: grid; gap: 14px; }\n  #tdp-root form.quote-form label {\n    font-family: var(--font-mono); font-size: 11px; text-transform: uppercase;\n    letter-spacing: .06em; color: #D7DBE1; margin-bottom: 6px; display: block;\n  }\n  #tdp-root form.quote-form input,\n  #tdp-root form.quote-form select,\n  #tdp-root form.quote-form textarea {\n    width: 100%; background: rgba(252,251,248,.08); border: 1px solid rgba(252,251,248,.28);\n    color: var(--paper); padding: 12px 14px; border-radius: 2px; font-family: var(--font-body); font-size: 14px;\n  }\n  #tdp-root form.quote-form select option { color: #14171A; }\n  #tdp-root form.quote-form textarea { min-height: 80px; resize: vertical; }\n  #tdp-root form.quote-form button {\n    background: var(--orange); color: #22261F; border: none; padding: 14px;\n    font-weight: 700; font-size: 14px; border-radius: 2px; cursor: pointer; margin-top: 4px;\n  }\n\n  \/* -------- quote-form-embed (Fluent Forms \"Contact Form Demo\") -------- *\/\n  #tdp-root .quote-form-embed .ff-el-group { margin-bottom: 14px; }\n  #tdp-root .quote-form-embed .ff-el-input--label label {\n    font-family: var(--font-mono); font-size: 11px; text-transform: uppercase;\n    letter-spacing: .06em; color: #D7DBE1; margin-bottom: 6px; display: block;\n  }\n  #tdp-root .quote-form-embed .ff-el-form-control {\n    width: 100%; background: rgba(252,251,248,.08); border: 1px solid rgba(252,251,248,.28);\n    color: var(--paper); padding: 12px 14px; border-radius: 2px; font-family: var(--font-body); font-size: 14px;\n  }\n  #tdp-root .quote-form-embed select.ff-el-form-control option { color: #14171A; }\n  #tdp-root .quote-form-embed textarea.ff-el-form-control { min-height: 80px; resize: vertical; }\n  #tdp-root .quote-form-embed .ff-el-form-control::placeholder { color: rgba(252,251,248,.45); }\n  #tdp-root .quote-form-embed .ff-el-form-control:focus { outline: none; border-color: var(--orange); }\n  #tdp-root .quote-form-embed .ff_submit_btn_wrapper { margin-top: 4px; }\n  #tdp-root .quote-form-embed .ff-btn-submit {\n    background: var(--orange); color: #22261F; border: none; padding: 14px 22px;\n    font-weight: 700; font-size: 14px; border-radius: 2px; cursor: pointer;\n  }\n  #tdp-root .quote-form-embed .ff-btn-submit:hover { opacity: .9; }\n  #tdp-root .quote-form-embed .error_message {\n    color: #FF8B8B; font-size: 12px; margin-top: 4px; display: block;\n  }\n  #tdp-root .quote-form-embed .ff-message-success {\n    background: rgba(255,122,80,.12); border: 1px solid var(--orange); color: var(--paper);\n    padding: 12px 14px; border-radius: 2px;\n  }\n\n  \/* -------- footer -------- *\/\n  #tdp-root footer { padding: 40px 0; }\n  #tdp-root .footer-row {\n    display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px;\n    font-size: 13px; color: var(--steel);\n  }\n  #tdp-root .footer-links { display: flex; gap: 22px; align-items: center; }\n  #tdp-root .footer-links a.mail-link { color: var(--blue); }\n\n  \/* -------- responsive -------- *\/\n  @media (max-width: 900px) {\n    #tdp-root .hero .wrap { grid-template-columns: 1fr; }\n    #tdp-root .hero-art { max-width: 340px; margin: 0 auto; }\n    #tdp-root .process-row { grid-template-columns: repeat(2,1fr); }\n    #tdp-root .cta-box { grid-template-columns: 1fr; padding: 32px; }\n    #tdp-root .nav-links { display: none; }\n  }\n\n  @media (max-width: 480px) {\n    #tdp-root .nav { height: 62px; }\n    #tdp-root .logo { font-size: 16px; }\n    #tdp-root .nav-right { gap: 8px; }\n    #tdp-root .lang-btn { padding: 5px 8px; font-size: 11px; }\n    #tdp-root .nav-cta { padding: 8px 10px; font-size: 11px; }\n<\/style>\n\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Space+Grotesk:wght@500;700&amp;family=Inter:wght@400;500;600&amp;family=IBM+Plex+Mono:wght@400;500&amp;display=swap\" rel=\"stylesheet\">\n\n<div id=\"tdp-root\">\n\n  <!-- HEADER -->\n  <header>\n    <div class=\"wrap nav\">\n      <div class=\"logo\"><svg width=\"22\" height=\"20\" viewBox=\"0 0 100 90\" fill=\"#FF7A50\" style=\"flex-shrink:0\" aria-hidden=\"true\"><rect x=\"40\" y=\"4\" width=\"20\" height=\"11\" rx=\"3\"><\/rect><rect x=\"34\" y=\"18\" width=\"32\" height=\"11\" rx=\"3\"><\/rect><rect x=\"27\" y=\"32\" width=\"46\" height=\"11\" rx=\"3\"><\/rect><rect x=\"20\" y=\"46\" width=\"60\" height=\"11\" rx=\"3\"><\/rect><rect x=\"13\" y=\"60\" width=\"74\" height=\"11\" rx=\"3\"><\/rect><rect x=\"6\" y=\"74\" width=\"88\" height=\"11\" rx=\"3\"><\/rect><\/svg>Artaida <span class=\"tag\">3D<\/span><\/div>\n      <nav class=\"nav-links\">\n        <a href=\"#services\" data-i18n=\"nav_services\">Services<\/a>\n        <a href=\"#scanning\" data-i18n=\"nav_scanning\">3D Scanning<\/a>\n        <a href=\"#process\" data-i18n=\"nav_process\">Process<\/a>\n      <\/nav>\n      <div class=\"nav-right\">\n        <a class=\"nav-mail\" href=\"mailto:info@artaida3d.org\">info@artaida3d.org<\/a>\n        <div class=\"lang-switch\">\n          <button class=\"lang-btn\" data-lang=\"bg\" onclick=\"tdpSetLang('bg')\">BG<\/button>\n          <button class=\"lang-btn\" data-lang=\"en\" onclick=\"tdpSetLang('en')\">EN<\/button>\n        <\/div>\n        <a href=\"#quote\" class=\"nav-cta\" data-i18n=\"nav_cta\">GET A QUOTE \u2192<\/a>\n      <\/div>\n    <\/div>\n  <\/header>\n\n  <!-- HERO -->\n  <section class=\"hero\">\n    <div class=\"wrap\">\n      <div>\n        <span class=\"eyebrow\" data-i18n=\"hero_eyebrow\">\/\/ Precision 3D printing &amp; scanning<\/span>\n        <h1 data-i18n=\"hero_h1\">From concept to <span class=\"accent\">physical part<\/span>, printed to tolerance.<\/h1>\n        <p class=\"lead\" data-i18n=\"hero_lead\">\n          We design and 3D print components for automotive builds, industrial\n          machines, decor, and jewellery \u2014 plus reverse-engineer any physical object with\n          high-accuracy 3D scanning. One shop, scan to finished part.\n        <\/p>\n        <div class=\"btn-row\">\n          <a href=\"#quote\" class=\"btn btn-primary\" data-i18n=\"hero_btn\">Request a quote \u2192<\/a>\n        <\/div>\n      <\/div>\n\n      <div class=\"hero-art\">\n        <svg viewBox=\"0 0 400 400\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n          <circle cx=\"200\" cy=\"200\" r=\"150\" stroke=\"#3B6EFF\" stroke-opacity=\"0.3\" stroke-dasharray=\"4 6\"><\/circle>\n          <g class=\"spin\">\n            <rect x=\"150\" y=\"120\" width=\"100\" height=\"100\" rx=\"4\" stroke=\"#FCFBF8\" stroke-width=\"1.2\"><\/rect>\n            <line x1=\"150\" y1=\"120\" x2=\"120\" y2=\"95\" stroke=\"#8B94A0\" stroke-width=\"1\"><\/line>\n            <line x1=\"250\" y1=\"120\" x2=\"280\" y2=\"95\" stroke=\"#8B94A0\" stroke-width=\"1\"><\/line>\n            <line x1=\"150\" y1=\"220\" x2=\"120\" y2=\"245\" stroke=\"#8B94A0\" stroke-width=\"1\"><\/line>\n            <line x1=\"250\" y1=\"220\" x2=\"280\" y2=\"245\" stroke=\"#8B94A0\" stroke-width=\"1\"><\/line>\n            <rect x=\"90\" y=\"70\" width=\"30\" height=\"30\" rx=\"2\" stroke=\"#FF7A50\" stroke-width=\"1.2\" class=\"pulse\"><\/rect>\n            <rect x=\"280\" y=\"70\" width=\"30\" height=\"30\" rx=\"2\" stroke=\"#3B6EFF\" stroke-width=\"1.2\" class=\"pulse\"><\/rect>\n            <rect x=\"90\" y=\"220\" width=\"30\" height=\"30\" rx=\"2\" stroke=\"#3B6EFF\" stroke-width=\"1.2\" class=\"pulse\"><\/rect>\n            <rect x=\"280\" y=\"220\" width=\"30\" height=\"30\" rx=\"2\" stroke=\"#FF7A50\" stroke-width=\"1.2\" class=\"pulse\"><\/rect>\n          <\/g>\n          <text x=\"200\" y=\"365\" text-anchor=\"middle\" fill=\"#B8C0CA\" font-family=\"monospace\" font-size=\"10\" letter-spacing=\"1\">\u00b10.05MM TOLERANCE<\/text>\n        <\/svg>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- SERVICES -->\n  <section id=\"services\">\n    <div class=\"wrap\">\n      <div class=\"dim-rule\" data-i18n=\"services_dim\">01 \u2014 services<\/div>\n      <div class=\"section-head\">\n        <h2 data-i18n=\"services_h2\">What we design and print<\/h2>\n        <p data-i18n=\"services_p\">Every part starts as a 3D model \u2014 either drawn from your spec, or captured from a\n        physical object with our scanner \u2014 then printed in a material matched to the job.<\/p>\n      <\/div>\n\n      <div class=\"services-grid\">\n        <div class=\"service-card\">\n          <span class=\"service-num\">01<\/span>\n          <svg class=\"service-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\"><path d=\"M3 12l9-5 9 5-9 5-9-5z\"><\/path><path d=\"M3 12v6l9 5 9-5v-6\"><\/path><\/svg>\n          <h3 data-i18n=\"svc1_title\">Automotive components<\/h3>\n          <p data-i18n=\"svc1_desc\">Custom brackets, housings, trim pieces and functional prototypes fitted to your vehicle&#8217;s exact geometry.<\/p>\n        <\/div>\n        <div class=\"service-card\">\n          <span class=\"service-num\">02<\/span>\n          <svg class=\"service-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\"><circle cx=\"12\" cy=\"12\" r=\"3\"><\/circle><path d=\"M19.4 15a1.7 1.7 0 00.34 1.87l.06.06a2 2 0 11-2.83 2.83l-.06-.06a1.7 1.7 0 00-1.87-.34 1.7 1.7 0 00-1 1.55V21a2 2 0 01-4 0v-.09a1.7 1.7 0 00-1-1.55 1.7 1.7 0 00-1.87.34l-.06.06a2 2 0 11-2.83-2.83l.06-.06a1.7 1.7 0 00.34-1.87 1.7 1.7 0 00-1.55-1H3a2 2 0 010-4h.09a1.7 1.7 0 001.55-1 1.7 1.7 0 00-.34-1.87l-.06-.06a2 2 0 112.83-2.83l.06.06a1.7 1.7 0 001.87.34H9a1.7 1.7 0 001-1.55V3a2 2 0 014 0v.09a1.7 1.7 0 001 1.55 1.7 1.7 0 001.87-.34l.06-.06a2 2 0 112.83 2.83l-.06.06a1.7 1.7 0 00-.34 1.87V9a1.7 1.7 0 001.55 1H21a2 2 0 010 4h-.09a1.7 1.7 0 00-1.55 1z\"><\/path><\/svg>\n          <h3 data-i18n=\"svc3_title\">Machine parts<\/h3>\n          <p data-i18n=\"svc3_desc\">Replacement gears, jigs, fixtures and low-volume spares for equipment where OEM parts are slow or discontinued.<\/p>\n        <\/div>\n        <div class=\"service-card\">\n          <span class=\"service-num\">03<\/span>\n          <svg class=\"service-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\"><path d=\"M12 2l3 6 6 1-4.5 4.5L17.5 20 12 17l-5.5 3 1-6.5L3 9l6-1 3-6z\"><\/path><\/svg>\n          <h3 data-i18n=\"svc4_title\">Decorative pieces<\/h3>\n          <p data-i18n=\"svc4_desc\">Sculptural objects, signage, lighting fixtures and home decor printed in fine detail and a range of finishes.<\/p>\n        <\/div>\n        <div class=\"service-card\">\n          <span class=\"service-num\">04<\/span>\n          <svg class=\"service-icon\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.4\"><path d=\"M6 3h12l4 6-10 12L2 9l4-6z\"><\/path><path d=\"M2 9h20M12 3l-3 6 3 12 3-12-3-6\"><\/path><\/svg>\n          <h3 data-i18n=\"svc5_title\">Jewellery<\/h3>\n          <p data-i18n=\"svc5_desc\">Specializing in the design and craftsmanship of silver and gold jewelry, including bespoke jubilee pieces made to order.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- SCANNING CALLOUT -->\n  <section id=\"scanning\" style=\"background:#fff; border-top:1px solid var(--steel-lt); border-bottom:1px solid var(--steel-lt);\">\n    <div class=\"wrap scan-callout\">\n      <div>\n        <span class=\"tag-line\" data-i18n=\"scan_tag\">\/\/ 3d scanning<\/span>\n        <h2 data-i18n=\"scan_h2\">Have a part but no drawing? We&#8217;ll capture it.<\/h2>\n        <p data-i18n=\"scan_p\">\n          We 3D scan existing components, molds, and objects to produce an accurate,\n          editable 3D model \u2014 used to reverse-engineer a discontinued part, check\n          a design against the real object, or turn a one-off sculpture into a\n          repeatable file.\n        <\/p>\n        <a href=\"#quote\" class=\"btn\" style=\"background:var(--ink); color:var(--paper);\" data-i18n=\"scan_btn\">Book a scan \u2192<\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- PROCESS -->\n  <section class=\"process\" id=\"process\">\n    <div class=\"wrap\">\n      <div class=\"dim-rule\" style=\"color:#C9CFD8;\" data-i18n=\"process_dim\">02 \u2014 how it works<\/div>\n      <div class=\"section-head\">\n        <h2 data-i18n=\"process_h2\">Scan, model, print, finish<\/h2>\n        <p data-i18n=\"process_p\">The same pipeline whether you&#8217;re sending a sketch, a reference photo, or the physical part itself.<\/p>\n      <\/div>\n      <div class=\"process-row\">\n        <div class=\"process-step\">\n          <span class=\"n\">01<\/span>\n          <h4 data-i18n=\"step1_title\">Scan or brief<\/h4>\n          <p data-i18n=\"step1_desc\">Send your spec, sketch, or the physical object for scanning.<\/p>\n        <\/div>\n        <div class=\"process-step\">\n          <span class=\"n\">02<\/span>\n          <h4 data-i18n=\"step2_title\">3D modeling<\/h4>\n          <p data-i18n=\"step2_desc\">We model the part, sized and toleranced for its real-world fit.<\/p>\n        <\/div>\n        <div class=\"process-step\">\n          <span class=\"n\">03<\/span>\n          <h4 data-i18n=\"step3_title\">Print<\/h4>\n          <p data-i18n=\"step3_desc\">Printed in the material suited to strength, detail, or finish needed.<\/p>\n        <\/div>\n        <div class=\"process-step\">\n          <span class=\"n\">04<\/span>\n          <h4 data-i18n=\"step4_title\">Finish &amp; deliver<\/h4>\n          <p data-i18n=\"step4_desc\">Sanded, painted, or cast as required, then shipped or picked up.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- CTA \/ QUOTE FORM -->\n  <section class=\"cta\" id=\"quote\">\n    <div class=\"wrap\">\n      <div class=\"cta-box\">\n        <div>\n          <span class=\"eyebrow\" data-i18n=\"cta_eyebrow\">\/\/ Start a project<\/span>\n          <h2 data-i18n=\"cta_h2\">Tell us what you need built.<\/h2>\n          <p data-i18n=\"cta_p\">Share a sketch, a reference photo, or the part itself \u2014 we&#8217;ll come back with a\n          material recommendation, price, and lead time within one business day.<\/p>\n          <p class=\"cta-contact\" data-i18n=\"cta_contact\">Prefer email? Write to us at <a href=\"mailto:info@artaida3d.org\">info@artaida3d.org<\/a><\/p>\n        <\/div>\n        <div class=\"quote-form-embed\">        <div\n            class=\"semfb-frontend-wrap semfb-form-1\"\n            data-form-id=\"1\"\n            data-anti-spam-enabled=\"yes\"\n            data-recaptcha-enabled=\"no\"\n            data-recaptcha-site-key=\"\"\n            data-recaptcha-action=\"semfb_submit\"\n        >\n            \n            <form class=\"semfb-frontend-form\" enctype=\"multipart\/form-data\" novalidate>\n                <input type=\"hidden\" name=\"form_id\" value=\"1\">\n                <input type=\"hidden\" name=\"semfb_recaptcha_token\" value=\"\">\n\n                                    <input type=\"text\" name=\"semfb_hp_website\" value=\"\" class=\"semfb-hp-field semfb-hidden-field\" autocomplete=\"off\" tabindex=\"-1\" \/>\n                    <input type=\"hidden\" name=\"semfb_render_time\" value=\"1790225300\" \/>\n                    <input type=\"hidden\" name=\"semfb_time_trap\" value=\"3\" \/>\n                \n                <div class=\"semfb-front-grid\">\n                                                <div class=\"semfb-front-field semfb-width-100\">\n                            <label for=\"semfb-field-full_name\">\n                                \u041f\u044a\u043b\u043d\u043e \u0438\u043c\u0435                                                                    <span class=\"semfb-required-mark\">*<\/span>\n                                                            <\/label>\n\n                            \n                                <input\n                                    type=\"text\"\n                                    id=\"semfb-field-full_name\"\n                                    name=\"full_name\"\n                                    placeholder=\"\u0412\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u043f\u044a\u043b\u043d\u043e\u0442\u043e \u0441\u0438 \u0438\u043c\u0435\"\n                                    required                                >\n\n                            \n                            <div class=\"semfb-inline-error\" data-field-error=\"full_name\"><\/div>\n                        <\/div>\n                                                <div class=\"semfb-front-field semfb-width-100\">\n                            <label for=\"semfb-field-email\">\n                                \u0418\u043c\u0435\u0439\u043b \u0430\u0434\u0440\u0435\u0441                                                                    <span class=\"semfb-required-mark\">*<\/span>\n                                                            <\/label>\n\n                            \n                                <input\n                                    type=\"email\"\n                                    id=\"semfb-field-email\"\n                                    name=\"email\"\n                                    placeholder=\"\u0412\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0441\u0432\u043e\u044f \u0438\u043c\u0435\u0439\u043b \u0430\u0434\u0440\u0435\u0441\"\n                                    required                                >\n\n                            \n                            <div class=\"semfb-inline-error\" data-field-error=\"email\"><\/div>\n                        <\/div>\n                                                <div class=\"semfb-front-field semfb-width-100\">\n                            <label for=\"semfb-field-message\">\n                                \u0421\u044a\u043e\u0431\u0449\u0435\u043d\u0438\u0435                                                                    <span class=\"semfb-required-mark\">*<\/span>\n                                                            <\/label>\n\n                            \n                                <textarea\n                                    id=\"semfb-field-message\"\n                                    name=\"message\"\n                                    placeholder=\"\u0412\u044a\u0432\u0435\u0434\u0435\u0442\u0435 \u0441\u044a\u043e\u0431\u0449\u0435\u043d\u0438\u0435\u0442\u043e \u0441\u0438\"\n                                    required                                ><\/textarea>\n\n                            \n                            <div class=\"semfb-inline-error\" data-field-error=\"message\"><\/div>\n                        <\/div>\n                                                <div class=\"semfb-front-field semfb-width-100\">\n                            <label for=\"semfb-field-file_upload_4\">\n                                \u041a\u0430\u0447\u0432\u0430\u043d\u0435 \u043d\u0430 \u0444\u0430\u0439\u043b                                                            <\/label>\n\n                            \n                                <input\n                                    type=\"file\"\n                                    id=\"semfb-field-file_upload_4\"\n                                    name=\"file_upload_4\"\n                                                                    >\n\n                            \n                            <div class=\"semfb-inline-error\" data-field-error=\"file_upload_4\"><\/div>\n                        <\/div>\n                                    <\/div>\n\n                <div class=\"semfb-front-submit-wrap\">\n                    <button type=\"submit\" class=\"semfb-front-submit\">\n                        \u0418\u0437\u043f\u0440\u0430\u0442\u0438                    <\/button>\n                <\/div>\n\n                <div class=\"semfb-response-message semfb-hidden-message\"><\/div>\n            <\/form>\n        <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- FOOTER -->\n  <footer>\n    <div class=\"wrap footer-row\">\n      <div style=\"display:flex;align-items:center;gap:7px;\"><svg width=\"16\" height=\"14\" viewBox=\"0 0 100 90\" fill=\"#FF7A50\" style=\"flex-shrink:0\" aria-hidden=\"true\"><rect x=\"40\" y=\"4\" width=\"20\" height=\"11\" rx=\"3\"><\/rect><rect x=\"34\" y=\"18\" width=\"32\" height=\"11\" rx=\"3\"><\/rect><rect x=\"27\" y=\"32\" width=\"46\" height=\"11\" rx=\"3\"><\/rect><rect x=\"20\" y=\"46\" width=\"60\" height=\"11\" rx=\"3\"><\/rect><rect x=\"13\" y=\"60\" width=\"74\" height=\"11\" rx=\"3\"><\/rect><rect x=\"6\" y=\"74\" width=\"88\" height=\"11\" rx=\"3\"><\/rect><\/svg><span data-i18n=\"footer_text\">\u00a9 2026 Artaida \u2014 Custom 3D printing &amp; scanning<\/span><\/div>\n      <div class=\"footer-links\">\n        <a href=\"#services\" data-i18n=\"footer_services\">Services<\/a>\n        <a href=\"#scanning\" data-i18n=\"footer_scanning\">Scanning<\/a>\n        <a href=\"#quote\" data-i18n=\"footer_contact\">Contact<\/a>\n        <a class=\"mail-link\" href=\"mailto:info@artaida3d.org\">info@artaida3d.org<\/a>\n      <\/div>\n    <\/div>\n  <\/footer>\n\n<\/div>\n\n<script>\n(function () {\n  var tdpI18n = {\n    en: {\n      nav_services: \"Services\",\n      nav_scanning: \"3D Scanning\",\n      nav_process: \"Process\",\n      nav_cta: \"GET A QUOTE \u2192\",\n      hero_eyebrow: \"\/\/ Precision 3D printing &amp; scanning\",\n      hero_h1: 'From concept to <span class=\"accent\">physical part<\/span>, printed to tolerance.',\n      hero_lead: \"We design and 3D print components for automotive builds, industrial machines, decor, and jewellery \u2014 plus reverse-engineer any physical object with high-accuracy 3D scanning. One shop, scan to finished part.\",\n      hero_btn: \"Request a quote \u2192\",\n      services_dim: \"01 \u2014 services\",\n      services_h2: \"What we design and print\",\n      services_p: \"Every part starts as a 3D model \u2014 either drawn from your spec, or captured from a physical object with our scanner \u2014 then printed in a material matched to the job.\",\n      svc1_title: \"Automotive components\",\n      svc1_desc: \"Custom brackets, housings, trim pieces and functional prototypes fitted to your vehicle's exact geometry.\",\n      svc3_title: \"Machine parts\",\n      svc3_desc: \"Replacement gears, jigs, fixtures and low-volume spares for equipment where OEM parts are slow or discontinued.\",\n      svc4_title: \"Decorative pieces\",\n      svc4_desc: \"Sculptural objects, signage, lighting fixtures and home decor printed in fine detail and a range of finishes.\",\n      svc5_title: \"Jewellery\",\n      svc5_desc: \"Specializing in the design and craftsmanship of silver and gold jewelry, including bespoke jubilee pieces made to order.\",\n      scan_tag: \"\/\/ 3d scanning\",\n      scan_h2: \"Have a part but no drawing? We'll capture it.\",\n      scan_p: \"We 3D scan existing components, molds, and objects to produce an accurate, editable 3D model \u2014 used to reverse-engineer a discontinued part, check a design against the real object, or turn a one-off sculpture into a repeatable file.\",\n      scan_btn: \"Book a scan \u2192\",\n      process_dim: \"02 \u2014 how it works\",\n      process_h2: \"Scan, model, print, finish\",\n      process_p: \"The same pipeline whether you're sending a sketch, a reference photo, or the physical part itself.\",\n      step1_title: \"Scan or brief\",\n      step1_desc: \"Send your spec, sketch, or the physical object for scanning.\",\n      step2_title: \"3D modeling\",\n      step2_desc: \"We model the part, sized and toleranced for its real-world fit.\",\n      step3_title: \"Print\",\n      step3_desc: \"Printed in the material suited to strength, detail, or finish needed.\",\n      step4_title: \"Finish &amp; deliver\",\n      step4_desc: \"Sanded, painted, or cast as required, then shipped or picked up.\",\n      cta_eyebrow: \"\/\/ Start a project\",\n      cta_h2: \"Tell us what you need built.\",\n      cta_p: \"Share a sketch, a reference photo, or the part itself \u2014 we'll come back with a material recommendation, price, and lead time within one business day.\",\n      cta_contact: 'Prefer email? Write to us at <a href=\"mailto:info@artaida3d.org\">info@artaida3d.org<\/a>',\n      form_name_label: \"Name\",\n      form_email_label: \"Email\",\n      form_service_label: \"Service needed\",\n      form_details_label: \"Project details\",\n      form_details_placeholder: \"Dimensions, material, deadline, reference files...\",\n      form_submit: \"Send request \u2192\",\n      opt1: \"Automotive component\",\n      opt3: \"Machine part\",\n      opt4: \"Decorative piece\",\n      opt5: \"Jewellery\",\n      opt6: \"3D scanning\",\n      opt7: \"Not sure yet\",\n      footer_text: \"\u00a9 2026 Artaida \u2014 Custom 3D printing &amp; scanning\",\n      footer_services: \"Services\",\n      footer_scanning: \"Scanning\",\n      footer_contact: \"Contact\"\n    },\n    bg: {\n      nav_services: \"\u0423\u0441\u043b\u0443\u0433\u0438\",\n      nav_scanning: \"3D \u0441\u043a\u0430\u043d\u0438\u0440\u0430\u043d\u0435\",\n      nav_process: \"\u041f\u0440\u043e\u0446\u0435\u0441\",\n      nav_cta: \"\u041f\u041e\u0418\u0421\u041a\u0410\u0419 \u041e\u0424\u0415\u0420\u0422\u0410 \u2192\",\n      hero_eyebrow: \"\/\/ \u041f\u0440\u0435\u0446\u0438\u0437\u0435\u043d 3D \u043f\u0435\u0447\u0430\u0442 \u0438 \u0441\u043a\u0430\u043d\u0438\u0440\u0430\u043d\u0435\",\n      hero_h1: '\u041e\u0442 \u0438\u0434\u0435\u044f \u0434\u043e <span class=\"accent\">\u0440\u0435\u0430\u043b\u043d\u0430 \u0447\u0430\u0441\u0442<\/span>, \u043e\u0442\u043f\u0435\u0447\u0430\u0442\u0430\u043d\u0430 \u0441 \u0442\u043e\u0447\u043d\u043e\u0441\u0442.',\n      hero_lead: \"\u041f\u0440\u043e\u0435\u043a\u0442\u0438\u0440\u0430\u043c\u0435 \u0438 3D \u043f\u0440\u0438\u043d\u0442\u0438\u0440\u0430\u043c\u0435 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0438 \u0437\u0430 \u0430\u0432\u0442\u043e\u043c\u043e\u0431\u0438\u043b\u043d\u0438 \u043f\u0440\u043e\u0435\u043a\u0442\u0438, \u043f\u0440\u043e\u043c\u0438\u0448\u043b\u0435\u043d\u0438 \u043c\u0430\u0448\u0438\u043d\u0438, \u0434\u0435\u043a\u043e\u0440\u0430\u0446\u0438\u044f \u0438 \u0431\u0438\u0436\u0443\u0442\u0430 \u2014 \u0430 \u0441\u044a\u0449\u043e \u0442\u0430\u043a\u0430 \u043f\u0440\u0435\u0441\u044a\u0437\u0434\u0430\u0432\u0430\u043c\u0435 \u0432\u0441\u0435\u043a\u0438 \u0444\u0438\u0437\u0438\u0447\u0435\u0441\u043a\u0438 \u043e\u0431\u0435\u043a\u0442 \u0447\u0440\u0435\u0437 \u0432\u0438\u0441\u043e\u043a\u043e\u0442\u043e\u0447\u043d\u043e 3D \u0441\u043a\u0430\u043d\u0438\u0440\u0430\u043d\u0435. \u0415\u0434\u043d\u043e \u0430\u0442\u0435\u043b\u0438\u0435 \u2014 \u043e\u0442 \u0441\u043a\u0435\u043d\u0435\u0440 \u0434\u043e \u0433\u043e\u0442\u043e\u0432\u0430 \u0447\u0430\u0441\u0442.\",\n      hero_btn: \"\u041f\u043e\u0438\u0441\u043a\u0430\u0439 \u043e\u0444\u0435\u0440\u0442\u0430 \u2192\",\n      services_dim: \"01 \u2014 \u0443\u0441\u043b\u0443\u0433\u0438\",\n      services_h2: \"\u041a\u0430\u043a\u0432\u043e \u043f\u0440\u043e\u0435\u043a\u0442\u0438\u0440\u0430\u043c\u0435 \u0438 \u043f\u0435\u0447\u0430\u0442\u0430\u043c\u0435\",\n      services_p: \"\u0412\u0441\u044f\u043a\u0430 \u0447\u0430\u0441\u0442 \u0437\u0430\u043f\u043e\u0447\u0432\u0430 \u043a\u0430\u0442\u043e 3D \u043c\u043e\u0434\u0435\u043b \u2014 \u0438\u0437\u0433\u043e\u0442\u0432\u0435\u043d \u043f\u043e \u0432\u0430\u0448\u0430 \u0441\u043f\u0435\u0446\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f \u0438\u043b\u0438 \u0437\u0430\u0441\u043d\u0435\u0442 \u043e\u0442 \u0444\u0438\u0437\u0438\u0447\u0435\u0441\u043a\u0438 \u043e\u0431\u0435\u043a\u0442 \u0441 \u043d\u0430\u0448\u0438\u044f \u0441\u043a\u0435\u043d\u0435\u0440 \u2014 \u0441\u043b\u0435\u0434 \u043a\u043e\u0435\u0442\u043e \u0441\u0435 \u043f\u0435\u0447\u0430\u0442\u0430 \u043e\u0442 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b, \u043f\u043e\u0434\u0445\u043e\u0434\u044f\u0449 \u0437\u0430 \u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u0430\u0442\u0430 \u0437\u0430\u0434\u0430\u0447\u0430.\",\n      svc1_title: \"\u0410\u0432\u0442\u043e\u043c\u043e\u0431\u0438\u043b\u043d\u0438 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0438\",\n      svc1_desc: \"\u0418\u0437\u0440\u0430\u0431\u043e\u0442\u0435\u043d\u0438 \u043f\u043e \u043f\u043e\u0440\u044a\u0447\u043a\u0430 \u0441\u043a\u043e\u0431\u0438, \u043a\u043e\u0440\u043f\u0443\u0441\u0438, \u0434\u0435\u043a\u043e\u0440\u0430\u0442\u0438\u0432\u043d\u0438 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0438 \u0438 \u0444\u0443\u043d\u043a\u0446\u0438\u043e\u043d\u0430\u043b\u043d\u0438 \u043f\u0440\u043e\u0442\u043e\u0442\u0438\u043f\u0438, \u0441\u044a\u043e\u0431\u0440\u0430\u0437\u0435\u043d\u0438 \u0441 \u0442\u043e\u0447\u043d\u0430\u0442\u0430 \u0433\u0435\u043e\u043c\u0435\u0442\u0440\u0438\u044f \u043d\u0430 \u0432\u0430\u0448\u0438\u044f \u0430\u0432\u0442\u043e\u043c\u043e\u0431\u0438\u043b.\",\n      svc3_title: \"\u0427\u0430\u0441\u0442\u0438 \u0437\u0430 \u043c\u0430\u0448\u0438\u043d\u0438\",\n      svc3_desc: \"\u0420\u0435\u0437\u0435\u0440\u0432\u043d\u0438 \u0437\u044a\u0431\u043d\u0438 \u043a\u043e\u043b\u0435\u043b\u0430, \u043f\u0440\u0438\u0441\u043f\u043e\u0441\u043e\u0431\u043b\u0435\u043d\u0438\u044f \u0438 \u0447\u0430\u0441\u0442\u0438 \u0432 \u043c\u0430\u043b\u043a\u0438 \u0441\u0435\u0440\u0438\u0438 \u0437\u0430 \u043e\u0431\u043e\u0440\u0443\u0434\u0432\u0430\u043d\u0435, \u043f\u0440\u0438 \u043a\u043e\u0435\u0442\u043e \u043e\u0440\u0438\u0433\u0438\u043d\u0430\u043b\u043d\u0438\u0442\u0435 \u0447\u0430\u0441\u0442\u0438 \u0441\u0435 \u0434\u043e\u0441\u0442\u0430\u0432\u044f\u0442 \u0431\u0430\u0432\u043d\u043e \u0438\u043b\u0438 \u0432\u0435\u0447\u0435 \u043d\u0435 \u0441\u0435 \u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0436\u0434\u0430\u0442.\",\n      svc4_title: \"\u0414\u0435\u043a\u043e\u0440\u0430\u0442\u0438\u0432\u043d\u0438 \u0435\u043b\u0435\u043c\u0435\u043d\u0442\u0438\",\n      svc4_desc: \"\u0421\u043a\u0443\u043b\u043f\u0442\u0443\u0440\u043d\u0438 \u043e\u0431\u0435\u043a\u0442\u0438, \u0442\u0430\u0431\u0435\u043b\u0438, \u043e\u0441\u0432\u0435\u0442\u0438\u0442\u0435\u043b\u043d\u0438 \u0442\u0435\u043b\u0430 \u0438 \u043f\u0440\u0435\u0434\u043c\u0435\u0442\u0438 \u0437\u0430 \u0434\u043e\u043c\u0430, \u043e\u0442\u043f\u0435\u0447\u0430\u0442\u0430\u043d\u0438 \u0432 \u0434\u0435\u0442\u0430\u0439\u043b \u0438 \u0441 \u0440\u0430\u0437\u043d\u043e\u043e\u0431\u0440\u0430\u0437\u043d\u0438 \u0444\u0438\u043d\u0438\u0448\u0438.\",\n      svc5_title: \"\u0411\u0438\u0436\u0443\u0442\u0430\",\n      svc5_desc: \"\u0421\u043f\u0435\u0446\u0438\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043c\u0435 \u0432 \u0434\u0438\u0437\u0430\u0439\u043d\u0430 \u0438 \u0438\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0430\u0442\u0430 \u043d\u0430 \u0431\u0438\u0436\u0443\u0442\u0430 \u043e\u0442 \u0441\u0440\u0435\u0431\u0440\u043e \u0438 \u0437\u043b\u0430\u0442\u043e, \u0432\u043a\u043b\u044e\u0447\u0438\u0442\u0435\u043b\u043d\u043e \u044e\u0431\u0438\u043b\u0435\u0439\u043d\u0438 \u0438\u0437\u0434\u0435\u043b\u0438\u044f \u043f\u043e \u043f\u043e\u0440\u044a\u0447\u043a\u0430.\",\n      scan_tag: \"\/\/ 3D \u0441\u043a\u0430\u043d\u0438\u0440\u0430\u043d\u0435\",\n      scan_h2: \"\u0418\u043c\u0430\u0442\u0435 \u0447\u0430\u0441\u0442, \u043d\u043e \u043d\u044f\u043c\u0430\u0442\u0435 \u0447\u0435\u0440\u0442\u0435\u0436? \u0429\u0435 \u044f \u0437\u0430\u0441\u043d\u0435\u043c\u0435\u043c.\",\n      scan_p: \"3D \u0441\u043a\u0430\u043d\u0438\u0440\u0430\u043c\u0435 \u0441\u044a\u0449\u0435\u0441\u0442\u0432\u0443\u0432\u0430\u0449\u0438 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0438, \u0444\u043e\u0440\u043c\u0438 \u0438 \u043e\u0431\u0435\u043a\u0442\u0438, \u0437\u0430 \u0434\u0430 \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u043c \u0442\u043e\u0447\u0435\u043d \u0438 \u0440\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u0443\u0435\u043c 3D \u043c\u043e\u0434\u0435\u043b \u2014 \u0438\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u043d \u0437\u0430 \u0432\u044a\u0437\u0441\u0442\u0430\u043d\u043e\u0432\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u0441\u043f\u0440\u044f\u043d\u0430 \u043e\u0442 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0441\u0442\u0432\u043e \u0447\u0430\u0441\u0442, \u0441\u0432\u0435\u0440\u044f\u0432\u0430\u043d\u0435 \u043d\u0430 \u0434\u0438\u0437\u0430\u0439\u043d \u0441 \u0440\u0435\u0430\u043b\u043d\u0438\u044f \u043e\u0431\u0435\u043a\u0442 \u0438\u043b\u0438 \u043f\u0440\u0435\u0432\u0440\u044a\u0449\u0430\u043d\u0435 \u043d\u0430 \u0443\u043d\u0438\u043a\u0430\u043b\u043d\u0430 \u0441\u043a\u0443\u043b\u043f\u0442\u0443\u0440\u0430 \u0432\u044a\u0432 \u0444\u0430\u0439\u043b \u0437\u0430 \u043c\u043d\u043e\u0433\u043e\u043a\u0440\u0430\u0442\u043d\u043e \u043f\u0435\u0447\u0430\u0442\u0430\u043d\u0435.\",\n      scan_btn: \"\u0417\u0430\u043f\u0430\u0437\u0438 \u0447\u0430\u0441 \u0437\u0430 \u0441\u043a\u0430\u043d\u0438\u0440\u0430\u043d\u0435 \u2192\",\n      process_dim: \"02 \u2014 \u043a\u0430\u043a \u0440\u0430\u0431\u043e\u0442\u0438\u043c\",\n      process_h2: \"\u0421\u043a\u0430\u043d\u0438\u0440\u0430\u043d\u0435, \u043c\u043e\u0434\u0435\u043b\u0438\u0440\u0430\u043d\u0435, \u043f\u0435\u0447\u0430\u0442, \u0444\u0438\u043d\u0438\u0448\",\n      process_p: \"\u0415\u0434\u0438\u043d \u0438 \u0441\u044a\u0449 \u043f\u0440\u043e\u0446\u0435\u0441 \u2014 \u043d\u0435\u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e \u0434\u0430\u043b\u0438 \u0438\u0437\u043f\u0440\u0430\u0449\u0430\u0442\u0435 \u0441\u043a\u0438\u0446\u0430, \u0440\u0435\u0444\u0435\u0440\u0435\u043d\u0442\u043d\u0430 \u0441\u043d\u0438\u043c\u043a\u0430 \u0438\u043b\u0438 \u0441\u0430\u043c\u0430\u0442\u0430 \u0444\u0438\u0437\u0438\u0447\u0435\u0441\u043a\u0430 \u0447\u0430\u0441\u0442.\",\n      step1_title: \"\u0421\u043a\u0430\u043d\u0438\u0440\u0430\u043d\u0435 \u0438\u043b\u0438 \u0431\u0440\u0438\u0444\",\n      step1_desc: \"\u0418\u0437\u043f\u0440\u0430\u0442\u0435\u0442\u0435 \u0441\u043f\u0435\u0446\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f, \u0441\u043a\u0438\u0446\u0430 \u0438\u043b\u0438 \u0444\u0438\u0437\u0438\u0447\u0435\u0441\u043a\u0438\u044f \u043e\u0431\u0435\u043a\u0442 \u0437\u0430 \u0441\u043a\u0430\u043d\u0438\u0440\u0430\u043d\u0435.\",\n      step2_title: \"3D \u043c\u043e\u0434\u0435\u043b\u0438\u0440\u0430\u043d\u0435\",\n      step2_desc: \"\u041c\u043e\u0434\u0435\u043b\u0438\u0440\u0430\u043c\u0435 \u0447\u0430\u0441\u0442\u0442\u0430 \u0441 \u0442\u043e\u0447\u043d\u0438\u0442\u0435 \u0440\u0430\u0437\u043c\u0435\u0440\u0438 \u0438 \u0434\u043e\u043f\u0443\u0441\u043a\u0438 \u0437\u0430 \u0440\u0435\u0430\u043b\u043d\u043e \u043f\u0440\u0438\u043b\u044f\u0433\u0430\u043d\u0435.\",\n      step3_title: \"\u041f\u0435\u0447\u0430\u0442\",\n      step3_desc: \"\u041f\u0435\u0447\u0430\u0442\u0430\u043c\u0435 \u0432 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b, \u0441\u044a\u043e\u0431\u0440\u0430\u0437\u0435\u043d \u0441 \u043d\u0443\u0436\u043d\u0430\u0442\u0430 \u0437\u0434\u0440\u0430\u0432\u0438\u043d\u0430, \u0434\u0435\u0442\u0430\u0439\u043b \u0438\u043b\u0438 \u0444\u0438\u043d\u0438\u0448.\",\n      step4_title: \"\u0424\u0438\u043d\u0438\u0448 \u0438 \u0434\u043e\u0441\u0442\u0430\u0432\u043a\u0430\",\n      step4_desc: \"\u0428\u043b\u0430\u0439\u0444\u0430\u043d\u0435, \u0431\u043e\u044f\u0434\u0438\u0441\u0432\u0430\u043d\u0435 \u0438\u043b\u0438 \u043b\u0435\u0435\u043d\u0435 \u043f\u0440\u0438 \u043d\u0443\u0436\u0434\u0430, \u0441\u043b\u0435\u0434 \u043a\u043e\u0435\u0442\u043e \u0438\u0437\u043f\u0440\u0430\u0449\u0430\u043c\u0435 \u0438\u043b\u0438 \u043f\u0440\u0435\u0434\u0430\u0432\u0430\u043c\u0435 \u0433\u043e\u0442\u043e\u0432\u0430\u0442\u0430 \u0447\u0430\u0441\u0442.\",\n      cta_eyebrow: \"\/\/ \u0417\u0430\u043f\u043e\u0447\u043d\u0438 \u043f\u0440\u043e\u0435\u043a\u0442\",\n      cta_h2: \"\u041a\u0430\u0436\u0435\u0442\u0435 \u043d\u0438 \u043a\u0430\u043a\u0432\u043e \u0438\u0441\u043a\u0430\u0442\u0435 \u0434\u0430 \u0438\u0437\u0440\u0430\u0431\u043e\u0442\u0438\u043c.\",\n      cta_p: \"\u0421\u043f\u043e\u0434\u0435\u043b\u0435\u0442\u0435 \u0441\u043a\u0438\u0446\u0430, \u0440\u0435\u0444\u0435\u0440\u0435\u043d\u0442\u043d\u0430 \u0441\u043d\u0438\u043c\u043a\u0430 \u0438\u043b\u0438 \u0441\u0430\u043c\u0430\u0442\u0430 \u0447\u0430\u0441\u0442 \u2014 \u0449\u0435 \u0441\u0435 \u0441\u0432\u044a\u0440\u0436\u0435\u043c \u0441 \u043f\u0440\u0435\u043f\u043e\u0440\u044a\u043a\u0430 \u0437\u0430 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b, \u0446\u0435\u043d\u0430 \u0438 \u0441\u0440\u043e\u043a \u0432 \u0440\u0430\u043c\u043a\u0438\u0442\u0435 \u043d\u0430 \u0435\u0434\u0438\u043d \u0440\u0430\u0431\u043e\u0442\u0435\u043d \u0434\u0435\u043d.\",\n      cta_contact: '\u041f\u0440\u0435\u0434\u043f\u043e\u0447\u0438\u0442\u0430\u0442\u0435 \u0438\u043c\u0435\u0439\u043b? \u041f\u0438\u0448\u0435\u0442\u0435 \u043d\u0438 \u043d\u0430 <a href=\"mailto:info@artaida3d.org\">info@artaida3d.org<\/a>',\n      form_name_label: \"\u0418\u043c\u0435\",\n      form_email_label: \"\u0418\u043c\u0435\u0439\u043b\",\n      form_service_label: \"\u041d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u0430 \u0443\u0441\u043b\u0443\u0433\u0430\",\n      form_details_label: \"\u0414\u0435\u0442\u0430\u0439\u043b\u0438 \u0437\u0430 \u043f\u0440\u043e\u0435\u043a\u0442\u0430\",\n      form_details_placeholder: \"\u0420\u0430\u0437\u043c\u0435\u0440\u0438, \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b, \u0441\u0440\u043e\u043a, \u0440\u0435\u0444\u0435\u0440\u0435\u043d\u0442\u043d\u0438 \u0444\u0430\u0439\u043b\u043e\u0432\u0435...\",\n      form_submit: \"\u0418\u0437\u043f\u0440\u0430\u0442\u0438 \u0437\u0430\u044f\u0432\u043a\u0430 \u2192\",\n      opt1: \"\u0410\u0432\u0442\u043e\u043c\u043e\u0431\u0438\u043b\u0435\u043d \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\",\n      opt3: \"\u0427\u0430\u0441\u0442 \u0437\u0430 \u043c\u0430\u0448\u0438\u043d\u0430\",\n      opt4: \"\u0414\u0435\u043a\u043e\u0440\u0430\u0442\u0438\u0432\u0435\u043d \u0435\u043b\u0435\u043c\u0435\u043d\u0442\",\n      opt5: \"\u0411\u0438\u0436\u0443\",\n      opt6: \"3D \u0441\u043a\u0430\u043d\u0438\u0440\u0430\u043d\u0435\",\n      opt7: \"\u0412\u0441\u0435 \u043e\u0449\u0435 \u043d\u0435 \u0441\u044a\u043c \u0441\u0438\u0433\u0443\u0440\u0435\u043d\/\u0430\",\n      footer_text: \"\u00a9 2026 Artaida \u2014 \u041f\u0435\u0440\u0441\u043e\u043d\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u043d 3D \u043f\u0435\u0447\u0430\u0442 \u0438 \u0441\u043a\u0430\u043d\u0438\u0440\u0430\u043d\u0435\",\n      footer_services: \"\u0423\u0441\u043b\u0443\u0433\u0438\",\n      footer_scanning: \"\u0421\u043a\u0430\u043d\u0438\u0440\u0430\u043d\u0435\",\n      footer_contact: \"\u041a\u043e\u043d\u0442\u0430\u043a\u0442\"\n    }\n  };\n\n  var tdpCurrentLang = \"bg\";\n\n  window.tdpSetLang = function (lang) {\n    if (!tdpI18n[lang]) return;\n    tdpCurrentLang = lang;\n    var root = document.getElementById(\"tdp-root\");\n    root.querySelectorAll(\"[data-i18n]\").forEach(function (el) {\n      var key = el.getAttribute(\"data-i18n\");\n      var val = tdpI18n[lang][key];\n      if (val === undefined) return;\n      if (el.tagName === \"TEXTAREA\") {\n        el.setAttribute(\"placeholder\", val);\n      } else {\n        el.innerHTML = val;\n      }\n    });\n    root.querySelectorAll(\".lang-btn\").forEach(function (b) {\n      b.classList.toggle(\"active\", b.getAttribute(\"data-lang\") === lang);\n    });\n    root.setAttribute(\"lang\", lang);\n  };\n\n  document.addEventListener(\"DOMContentLoaded\", function () {\n    tdpSetLang(tdpCurrentLang);\n  });\n})();\n<\/script>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Artaida 3D Services 3D Scanning Process info@artaida3d.org BG EN GET A QUOTE \u2192 \/\/ Precision 3D printing &amp; scanning From concept to physical part, printed to tolerance. We design and 3D print components for automotive builds, industrial machines, decor, and jewellery \u2014 plus reverse-engineer any physical object with high-accuracy 3D scanning. One shop, scan to [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"wpai_generated_summary":"","wpai_meta_description":"","footnotes":""},"class_list":["post-24","page","type-page","status-publish","hentry"],"blocksy_meta":{"page_structure_type":"type-4","styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":7}},"_links":{"self":[{"href":"https:\/\/artaida3d.org\/index.php?rest_route=\/wp\/v2\/pages\/24","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/artaida3d.org\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/artaida3d.org\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/artaida3d.org\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/artaida3d.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=24"}],"version-history":[{"count":17,"href":"https:\/\/artaida3d.org\/index.php?rest_route=\/wp\/v2\/pages\/24\/revisions"}],"predecessor-version":[{"id":76,"href":"https:\/\/artaida3d.org\/index.php?rest_route=\/wp\/v2\/pages\/24\/revisions\/76"}],"wp:attachment":[{"href":"https:\/\/artaida3d.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=24"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}