{"product_id":"turin-self-guided-audio-experience","title":"Turin Self-Guided Audio Tour","description":"\u003cstyle\u003e\n  .uvamai-turin *, .uvamai-turin *::before, .uvamai-turin *::after { box-sizing: border-box; margin: 0; padding: 0; }\n  .uvamai-turin {\n    --gold: #C8972A; --gold-lt: #F5E6C0; --gold-mid: #E2C97E;\n    --green: #2D6B2D; --green-lt: #EBF5E8; --green-dark: #1A3D1A;\n    --terracotta: #9C4A2B; --cream: #FAF6EE;\n    --ink: #1A1208; --ink-mid: #3D2E14; --ink-soft: #7A6448;\n    --navy: #0D1B3E; --white: #FFFFFF;\n    --border: rgba(200,151,42,0.22);\n    --ff-serif: 'Cormorant Garamond', Georgia, serif;\n    --ff-sans: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n    font-family: var(--ff-sans); color: var(--ink); background: var(--cream);\n    line-height: 1.75; font-size: 16px; -webkit-font-smoothing: antialiased;\n  }\n  .uvamai-turin h1, .uvamai-turin h2, .uvamai-turin h3, .uvamai-turin h4 { font-family: var(--ff-serif); font-weight: 500; line-height: 1.2; color: var(--ink); }\n  .uvamai-turin p { margin-bottom: 16px; }\n  .uvamai-turin a { color: var(--terracotta); text-decoration: none; }\n  .uvamai-turin a:hover { text-decoration: underline; }\n\n  \/* HERO *\/\n  .uv-hero { background: var(--ink); color: var(--white); padding: 80px 24px 70px; text-align: center; position: relative; overflow: hidden; }\n  .uv-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 80% 60% at 50% 110%, rgba(200,151,42,0.16) 0%, transparent 70%); pointer-events: none; }\n  .uv-hero-kicker { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; font-weight: 500; position: relative; }\n  .uv-hero h1 { font-size: clamp(2.4rem, 5.5vw, 4rem); color: var(--white); max-width: 820px; margin: 0 auto 20px; position: relative; }\n  .uv-hero h1 em { color: var(--gold); font-style: italic; }\n  .uv-hero-sub { font-size: 17px; color: rgba(255,255,255,0.72); max-width: 640px; margin: 0 auto 28px; line-height: 1.7; position: relative; }\n  .uv-hero-price { display: inline-block; background: var(--gold); color: var(--ink); padding: 12px 28px; border-radius: 999px; font-weight: 600; font-size: 15px; letter-spacing: 0.05em; position: relative; }\n  .uv-hero-tags { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 28px; position: relative; }\n  .uv-hero-tag { display: inline-flex; align-items: center; gap: 6px; padding: 8px 16px; background: rgba(255,255,255,0.08); border: 1px solid rgba(200,151,42,0.3); border-radius: 999px; font-size: 13px; color: rgba(255,255,255,0.85); }\n\n  \/* STATS BAR *\/\n  .uv-stats { background: var(--cream); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 28px 24px; }\n  .uv-stats-row { max-width: 1200px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: center; gap: 18px 48px; }\n  .uv-stat { text-align: center; }\n  .uv-stat-num { font-family: var(--ff-serif); font-size: 26px; font-weight: 600; color: var(--gold); line-height: 1; }\n  .uv-stat-lbl { font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-soft); margin-top: 6px; }\n\n  \/* SECTION BASICS *\/\n  .uv-sec { padding: 72px 24px; }\n  .uv-sec-inner { max-width: 1100px; margin: 0 auto; }\n  .uv-sec-kicker { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; font-weight: 500; text-align: center; }\n  .uv-sec-title { font-size: clamp(2rem, 4.2vw, 2.8rem); text-align: center; margin-bottom: 18px; }\n  .uv-sec-title em { color: var(--gold); font-style: italic; }\n  .uv-sec-lead { text-align: center; max-width: 720px; margin: 0 auto 48px; color: var(--ink-mid); font-size: 17px; line-height: 1.75; }\n\n  \/* INTRO TWO-COL *\/\n  .uv-intro { background: var(--white); border: 1px solid var(--border); border-radius: 4px; padding: 48px; margin: 0 auto; max-width: 1000px; }\n  .uv-intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }\n  .uv-intro h3 { font-size: 22px; margin-bottom: 16px; display: flex; align-items: center; gap: 10px; }\n  .uv-intro-is h3 { color: var(--green); }\n  .uv-intro-isnt h3 { color: var(--terracotta); }\n  .uv-intro ul { list-style: none; padding: 0; }\n  .uv-intro li { padding: 10px 0; padding-left: 28px; position: relative; font-size: 15px; color: var(--ink-mid); line-height: 1.65; }\n  .uv-intro-is li::before { content: '✓'; position: absolute; left: 0; top: 10px; color: var(--green); font-weight: 600; }\n  .uv-intro-isnt li::before { content: '✗'; position: absolute; left: 0; top: 10px; color: var(--terracotta); font-weight: 600; }\n\n  \/* HOW IT WORKS (4-STEP NAVY) *\/\n  .uv-how { background: var(--navy); color: var(--white); padding: 80px 24px; }\n  .uv-how-inner { max-width: 1100px; margin: 0 auto; }\n  .uv-how-title { color: var(--white); font-size: clamp(2rem, 4.2vw, 2.8rem); text-align: center; margin-bottom: 18px; }\n  .uv-how-title em { color: var(--gold); font-style: italic; }\n  .uv-how-kicker { color: var(--gold); }\n  .uv-how-lead { color: rgba(255,255,255,0.72); text-align: center; max-width: 680px; margin: 0 auto 56px; font-size: 16px; }\n  .uv-how-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }\n  .uv-how-step { background: rgba(255,255,255,0.04); border: 1px solid rgba(200,151,42,0.25); border-radius: 4px; padding: 28px 22px; text-align: center; }\n  .uv-how-num { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; background: var(--gold); color: var(--ink); font-family: var(--ff-serif); font-size: 22px; font-weight: 600; margin-bottom: 16px; }\n  .uv-how-step h4 { color: var(--white); font-size: 18px; margin-bottom: 10px; }\n  .uv-how-step p { color: rgba(255,255,255,0.7); font-size: 14px; line-height: 1.6; margin: 0; }\n\n  \/* ATTRACTIONS *\/\n  .uv-attr-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }\n  .uv-attr { background: var(--white); border: 1px solid var(--border); border-radius: 4px; padding: 32px 36px; position: relative; }\n  .uv-attr-num { position: absolute; top: 28px; right: 32px; font-family: var(--ff-serif); font-size: 48px; font-weight: 400; color: var(--gold-mid); line-height: 1; opacity: 0.7; }\n  .uv-attr h3 { font-size: 24px; margin-bottom: 6px; padding-right: 60px; }\n  .uv-attr-native { font-size: 13px; color: var(--ink-soft); font-style: italic; margin-bottom: 14px; letter-spacing: 0.03em; }\n  .uv-attr p { color: var(--ink-mid); font-size: 15px; line-height: 1.75; margin: 0; }\n\n  \/* 10 S ADVANTAGES *\/\n  .uv-s-sec { background: var(--navy); color: var(--white); padding: 80px 24px; }\n  .uv-s-inner { max-width: 1100px; margin: 0 auto; }\n  .uv-s-title { color: var(--white); font-size: clamp(2rem, 4.2vw, 2.8rem); text-align: center; margin-bottom: 14px; }\n  .uv-s-title em { color: var(--gold); font-style: italic; }\n  .uv-s-kicker { color: var(--gold); }\n  .uv-s-lead { color: rgba(255,255,255,0.72); text-align: center; max-width: 680px; margin: 0 auto 52px; font-size: 16px; }\n  .uv-s-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }\n  .uv-s-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(200,151,42,0.25); border-radius: 4px; padding: 26px 28px; }\n  .uv-s-letter { display: inline-block; font-family: var(--ff-serif); font-size: 42px; font-weight: 600; color: var(--gold); line-height: 1; margin-bottom: 10px; }\n  .uv-s-card h4 { color: var(--white); font-size: 20px; margin-bottom: 10px; }\n  .uv-s-card p { color: rgba(255,255,255,0.78); font-size: 14.5px; line-height: 1.65; margin: 0; }\n\n  \/* COMPARISON TABLE *\/\n  .uv-compare { background: var(--white); border: 1px solid var(--border); border-radius: 4px; overflow: hidden; }\n  .uv-compare table { width: 100%; border-collapse: collapse; font-size: 14px; }\n  .uv-compare th, .uv-compare td { padding: 16px 14px; text-align: left; border-bottom: 1px solid var(--border); vertical-align: top; }\n  .uv-compare thead th { background: var(--navy); color: var(--white); font-family: var(--ff-serif); font-size: 17px; font-weight: 500; }\n  .uv-compare thead th:first-child { background: var(--gold); color: var(--ink); }\n  .uv-compare tbody th { font-weight: 500; color: var(--ink); background: var(--cream); }\n  .uv-compare td { color: var(--ink-mid); }\n  .uv-compare .uv-win { color: var(--green); font-weight: 600; }\n  .uv-compare .uv-lose { color: var(--terracotta); }\n\n  \/* TRAVEL TIPS *\/\n  .uv-tips-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }\n  .uv-tip { background: var(--white); border: 1px solid var(--border); border-left: 3px solid var(--gold); border-radius: 4px; padding: 22px 26px; }\n  .uv-tip h4 { font-size: 17px; margin-bottom: 8px; color: var(--ink); }\n  .uv-tip p { font-size: 14.5px; color: var(--ink-mid); margin: 0; line-height: 1.65; }\n\n  \/* REVIEWS *\/\n  .uv-rev-sec { background: var(--cream); }\n  .uv-rev-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }\n  .uv-rev { background: var(--white); border: 1px solid var(--border); border-radius: 4px; padding: 26px 28px; }\n  .uv-rev-stars { color: var(--gold); font-size: 15px; letter-spacing: 2px; margin-bottom: 10px; }\n  .uv-rev-title { font-family: var(--ff-serif); font-size: 19px; font-weight: 500; color: var(--ink); margin-bottom: 10px; }\n  .uv-rev-body { font-size: 14.5px; color: var(--ink-mid); line-height: 1.7; font-style: italic; margin-bottom: 14px; }\n  .uv-rev-meta { font-size: 13px; color: var(--ink-soft); font-weight: 500; }\n\n  \/* REFUND BLOCK *\/\n  .uv-refund { background: #FDF4F0; border: 1px solid rgba(156,74,43,0.3); border-left: 4px solid var(--terracotta); border-radius: 4px; padding: 32px 36px; max-width: 900px; margin: 0 auto; }\n  .uv-refund h3 { font-size: 22px; color: var(--terracotta); margin-bottom: 14px; }\n  .uv-refund p { font-size: 15px; color: var(--ink-mid); margin-bottom: 12px; }\n  .uv-refund ul { margin: 12px 0 16px 20px; color: var(--ink-mid); font-size: 14.5px; }\n  .uv-refund li { margin-bottom: 6px; }\n\n  \/* SUPPORT CARDS *\/\n  .uv-support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 900px; margin: 0 auto; }\n  .uv-support { background: var(--white); border: 1px solid var(--border); border-radius: 4px; padding: 24px; text-align: center; }\n  .uv-support-icon { font-size: 28px; margin-bottom: 10px; }\n  .uv-support h4 { font-size: 16px; margin-bottom: 8px; }\n  .uv-support a { font-size: 14px; font-weight: 500; word-break: break-word; }\n  .uv-support p { font-size: 12.5px; color: var(--ink-soft); margin-top: 6px; }\n\n  \/* CHECKLIST *\/\n  .uv-check { background: var(--white); border: 1px solid var(--border); border-radius: 4px; padding: 36px 40px; max-width: 900px; margin: 0 auto; }\n  .uv-check h3 { font-size: 22px; margin-bottom: 18px; text-align: center; }\n  .uv-check ul { list-style: none; padding: 0; }\n  .uv-check li { padding: 10px 0; padding-left: 30px; position: relative; font-size: 14.5px; color: var(--ink-mid); border-bottom: 1px dashed var(--border); }\n  .uv-check li:last-child { border-bottom: none; }\n  .uv-check li::before { content: '☐'; position: absolute; left: 0; top: 10px; color: var(--gold); font-size: 18px; }\n\n  \/* FOOTER *\/\n  .uv-footer { background: var(--ink); color: rgba(255,255,255,0.7); padding: 56px 24px; text-align: center; }\n  .uv-footer-title { font-family: var(--ff-serif); font-size: 28px; color: var(--white); margin-bottom: 14px; }\n  .uv-footer-title em { color: var(--gold); font-style: italic; }\n  .uv-footer p { font-size: 14.5px; margin-bottom: 10px; max-width: 680px; margin-left: auto; margin-right: auto; }\n  .uv-footer a { color: var(--gold); }\n  .uv-footer-fine { font-size: 12px; color: rgba(255,255,255,0.4); margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1); max-width: 820px; margin-left: auto; margin-right: auto; line-height: 1.7; }\n\n  \/* RESPONSIVE *\/\n  @media (max-width: 820px) {\n    .uv-how-grid { grid-template-columns: repeat(2, 1fr); }\n    .uv-s-grid, .uv-tips-grid, .uv-rev-grid, .uv-support-grid { grid-template-columns: 1fr; }\n    .uv-intro-grid { grid-template-columns: 1fr; }\n    .uv-intro { padding: 32px 24px; }\n    .uv-attr { padding: 26px 22px; }\n    .uv-attr-num { font-size: 36px; top: 22px; right: 22px; }\n    .uv-attr h3 { padding-right: 46px; font-size: 21px; }\n    .uv-check { padding: 26px 22px; }\n    .uv-refund { padding: 26px 22px; }\n    .uv-compare { font-size: 13px; overflow-x: auto; }\n    .uv-compare table { min-width: 620px; }\n  }\n\u003c\/style\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cdiv class=\"uvamai-turin\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"uv-hero\"\u003e\n\u003cdiv class=\"uv-hero-kicker\"\u003eUvamai · Est. 2012 · 16 Attractions · Italy\u003c\/div\u003e\n\u003ch1\u003eTurin \u003cem\u003eSelf-Guided\u003c\/em\u003e\u003cbr\u003eAudio Tour\u003c\/h1\u003e\n\u003cp class=\"uv-hero-sub\"\u003eItaly's magnificent royal capital — the baroque splendour of the Savoy dynasty, Guarini's mathematical masterpieces, and Piedmontese culture — at your own unhurried pace, in your own language.\u003c\/p\u003e\n\u003cspan class=\"uv-hero-price\"\u003eFrom $6 per person · Instant download\u003c\/span\u003e\n\u003cdiv class=\"uv-hero-tags\"\u003e\n\u003cspan class=\"uv-hero-tag\"\u003e🎧 16 audio guides\u003c\/span\u003e \u003cspan class=\"uv-hero-tag\"\u003e🗺️ Google My Maps route\u003c\/span\u003e \u003cspan class=\"uv-hero-tag\"\u003e🌐 12 languages\u003c\/span\u003e \u003cspan class=\"uv-hero-tag\"\u003e⏱️ 6-day access\u003c\/span\u003e \u003cspan class=\"uv-hero-tag\"\u003e📱 No app needed\u003c\/span\u003e \u003cspan class=\"uv-hero-tag\"\u003e♾️ Unlimited replays\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- STATS BAR --\u003e\n\u003cdiv class=\"uv-stats\"\u003e\n\u003cdiv class=\"uv-stats-row\"\u003e\n\u003cdiv class=\"uv-stat\"\u003e\n\u003cdiv class=\"uv-stat-num\"\u003e13,996+\u003c\/div\u003e\n\u003cdiv class=\"uv-stat-lbl\"\u003eExplorers Served\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-stat\"\u003e\n\u003cdiv class=\"uv-stat-num\"\u003e136+\u003c\/div\u003e\n\u003cdiv class=\"uv-stat-lbl\"\u003eCities\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-stat\"\u003e\n\u003cdiv class=\"uv-stat-num\"\u003e42+\u003c\/div\u003e\n\u003cdiv class=\"uv-stat-lbl\"\u003eCountries\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-stat\"\u003e\n\u003cdiv class=\"uv-stat-num\"\u003e11,966+\u003c\/div\u003e\n\u003cdiv class=\"uv-stat-lbl\"\u003eAudio Guides\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-stat\"\u003e\n\u003cdiv class=\"uv-stat-num\"\u003e12+\u003c\/div\u003e\n\u003cdiv class=\"uv-stat-lbl\"\u003eLanguages\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-stat\"\u003e\n\u003cdiv class=\"uv-stat-num\"\u003e2012\u003c\/div\u003e\n\u003cdiv class=\"uv-stat-lbl\"\u003eEstablished\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- INTRO TWO-COL --\u003e\n\u003csection class=\"uv-sec\"\u003e\n\u003cdiv class=\"uv-sec-inner\"\u003e\n\u003cdiv class=\"uv-sec-kicker\"\u003eWhat you're getting\u003c\/div\u003e\n\u003ch2 class=\"uv-sec-title\"\u003eA complete \u003cem\u003eTurin audio experience\u003c\/em\u003e — honestly described\u003c\/h2\u003e\n\u003cp class=\"uv-sec-lead\"\u003eNo fine print, no surprises. Here's exactly what this product \u003cstrong\u003eis\u003c\/strong\u003e, and exactly what it \u003cstrong\u003eisn't\u003c\/strong\u003e — so you can buy with complete confidence.\u003c\/p\u003e\n\u003cdiv class=\"uv-intro\"\u003e\n\u003cdiv class=\"uv-intro-grid\"\u003e\n\u003cdiv class=\"uv-intro-is\"\u003e\n\u003ch3\u003e✓ What This IS\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eAn instantly-delivered PDF with direct streaming links to 16 expert-narrated audio guides on SoundCloud\u003c\/li\u003e\n\u003cli\u003eA custom Google My Maps route with every attraction plotted and a suggested walking order\u003c\/li\u003e\n\u003cli\u003eA genuinely self-guided experience — go when you want, pause when you want, skip what you want\u003c\/li\u003e\n\u003cli\u003eProfessionally researched narration covering Savoy royal history, baroque architecture, esoteric traditions, and Piedmontese culture\u003c\/li\u003e\n\u003cli\u003eUnlimited replays across a 6-day access window — perfect for spreading across multiple days\u003c\/li\u003e\n\u003cli\u003eAvailable in 12 languages including English, Italian, Spanish, French, German, Portuguese, Russian, Arabic, Chinese, Japanese and Korean\u003c\/li\u003e\n\u003cli\u003eWorks on any smartphone or tablet with a browser — no app to install\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-intro-isnt\"\u003e\n\u003ch3\u003e✗ What This IS NOT\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eNot a physical product — nothing ships in the post\u003c\/li\u003e\n\u003cli\u003eNot a live human guide walking with you — the audio is pre-recorded narration\u003c\/li\u003e\n\u003cli\u003eNot a turn-by-turn GPS app — it pairs with Google Maps for navigation\u003c\/li\u003e\n\u003cli\u003eNot downloadable — the audio streams online, so internet is required during the tour\u003c\/li\u003e\n\u003cli\u003eNot a ticket — entry fees for Palazzo Reale, museums or chapels are purchased separately\u003c\/li\u003e\n\u003cli\u003eNot refundable — because delivery is instant and digital, all sales are final\u003c\/li\u003e\n\u003cli\u003eNot re-assignable — language is chosen at checkout and cannot be changed afterwards\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- HOW IT WORKS --\u003e\n\u003csection class=\"uv-how\"\u003e\n\u003cdiv class=\"uv-how-inner\"\u003e\n\u003cdiv class=\"uv-sec-kicker uv-how-kicker\"\u003eHow it works\u003c\/div\u003e\n\u003ch2 class=\"uv-how-title\"\u003e\n\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eFour simple steps, from\u003c\/span\u003e \u003cem\u003echeckout\u003c\/em\u003e to \u003cspan style=\"color: rgb(255, 255, 255);\"\u003ePiazza Castello\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"uv-how-lead\"\u003eDesigned to be effortless. From the moment you purchase to the moment you press play under the Palazzo Madama, nothing stands between you and Turin.\u003c\/p\u003e\n\u003cdiv class=\"uv-how-grid\"\u003e\n\u003cdiv class=\"uv-how-step\"\u003e\n\u003cdiv class=\"uv-how-num\"\u003e1\u003c\/div\u003e\n\u003ch4\u003ePurchase \u0026amp; select language\u003c\/h4\u003e\n\u003cp\u003ePick one of 12 languages at checkout. Language choice is final, so double-check before completing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-how-step\"\u003e\n\u003cdiv class=\"uv-how-num\"\u003e2\u003c\/div\u003e\n\u003ch4\u003eReceive your PDF instantly\u003c\/h4\u003e\n\u003cp\u003eThe confirmation email arrives within minutes with your PDF containing all 16 audio links and the map.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-how-step\"\u003e\n\u003cdiv class=\"uv-how-num\"\u003e3\u003c\/div\u003e\n\u003ch4\u003eWalk to any attraction\u003c\/h4\u003e\n\u003cp\u003eOpen the Google My Maps link, pick your starting point — most travellers begin at Porta Nuova or Piazza Castello.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-how-step\"\u003e\n\u003cdiv class=\"uv-how-num\"\u003e4\u003c\/div\u003e\n\u003ch4\u003ePress play \u0026amp; explore\u003c\/h4\u003e\n\u003cp\u003eTap the matching audio link, put in your headphones, and let expert narration reveal Turin's royal secrets.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 16 ATTRACTIONS --\u003e\n\u003csection class=\"uv-sec\"\u003e\n\u003cdiv class=\"uv-sec-inner\"\u003e\n\u003cdiv class=\"uv-sec-kicker\"\u003eThe route\u003c\/div\u003e\n\u003ch2 class=\"uv-sec-title\"\u003e16 Turin attractions, \u003cem\u003efully narrated\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp class=\"uv-sec-lead\"\u003eEvery landmark below comes with a dedicated 3–7 minute audio guide — the kind of story a great Italian guide would tell a curious friend, not the kind you'd read off a plaque.\u003c\/p\u003e\n\u003cdiv class=\"uv-attr-grid\"\u003e\n\u003cdiv class=\"uv-attr\"\u003e\n\u003cdiv class=\"uv-attr-num\"\u003e01\u003c\/div\u003e\n\u003ch3\u003eTorino Porta Nuova\u003c\/h3\u003e\n\u003cdiv class=\"uv-attr-native\"\u003eTurin's grand 1861 gateway · Piazza Carlo Felice\u003c\/div\u003e\n\u003cp\u003eStep through the magnificent gateway of Turin's history, an architectural masterpiece dating to 1861 that embodies Italy's unification dreams and industrial ambitions. Your guide decodes the hidden symbolism in its façade, reveals which figures passed through these halls in the secret meetings that changed Italy's destiny, and brings back the age of steam when this station symbolised modernity, progress, and a united future.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-attr\"\u003e\n\u003cdiv class=\"uv-attr-num\"\u003e02\u003c\/div\u003e\n\u003ch3\u003eVia Roma\u003c\/h3\u003e\n\u003cdiv class=\"uv-attr-native\"\u003eTurin's elegant redesigned thoroughfare · 1930s rationalist showcase\u003c\/div\u003e\n\u003cp\u003eStroll Turin's most elegant thoroughfare, redesigned in the 1930s as a showcase of rationalist design and architectural innovation. Your audio guide points out easy-to-miss details in the striking façades, the secret passageways once used by the royal family to move discreetly through the city, and the renowned artists and writers who found inspiration beneath the distinctive porticoes that shelter shoppers from Turin's weather.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-attr\"\u003e\n\u003cdiv class=\"uv-attr-num\"\u003e03\u003c\/div\u003e\n\u003ch3\u003eChiesa di Santa Cristina\u003c\/h3\u003e\n\u003cdiv class=\"uv-attr-native\"\u003eJuvarra baroque jewel · Piazza San Carlo twin\u003c\/div\u003e\n\u003cp\u003eMarvel at this baroque jewel designed by Filippo Juvarra in 1715, whose symmetrical façade conceals fascinating mysteries. Sharing Piazza San Carlo with its twin San Carlo, Santa Cristina forms one of Italy's most harmonious architectural ensembles. The audio unveils the astonishing story of Christina of France — the formidable royal who commissioned the church and wielded remarkable power in 17th-century Turin — along with artistic treasures that ordinary visitors walk straight past.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-attr\"\u003e\n\u003cdiv class=\"uv-attr-num\"\u003e04\u003c\/div\u003e\n\u003ch3\u003ePiazza San Carlo\u003c\/h3\u003e\n\u003cdiv class=\"uv-attr-native\"\u003eTurin's elegant drawing room · Caval 'd Brons statue\u003c\/div\u003e\n\u003cp\u003eEnter Turin's elegant \"drawing room,\" where aristocratic intrigue and revolutionary ideas have unfolded beneath the bronze gaze of Emmanuel Philibert. Your guide explains the good-luck tradition around \"Il Caval 'd Brons,\" reveals the historic cafés where Italy's unification was plotted over coffee and pastries, and brings to life the royal processions, political debates and resistance activities that have played out across this elegant stage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-attr\"\u003e\n\u003cdiv class=\"uv-attr-num\"\u003e05\u003c\/div\u003e\n\u003ch3\u003ePiazza Castello\u003c\/h3\u003e\n\u003cdiv class=\"uv-attr-native\"\u003eThe royal heart · Palazzo Reale · Palazzo Madama\u003c\/div\u003e\n\u003cp\u003eStand at the magnificent heart of Turin's royal power, where Palazzo Reale and the extraordinary Palazzo Madama testify to the Savoy dynasty's ambitions. The audio decodes the strategic design, the hidden symbols in Palazzo Madama's theatrical baroque façade, and the ancient Roman foundations beneath your feet — two millennia of history stacked into a single square, along with the scandals and diplomatic intrigues that shaped modern Italy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-attr\"\u003e\n\u003cdiv class=\"uv-attr-num\"\u003e06\u003c\/div\u003e\n\u003ch3\u003eReal Chiesa di San Lorenzo\u003c\/h3\u003e\n\u003cdiv class=\"uv-attr-native\"\u003eGuarini's geometric masterpiece · 1634\u003c\/div\u003e\n\u003cp\u003eStep inside this extraordinary architectural deception — a modest brick exterior concealing one of Italy's most spectacular baroque interiors. Commissioned by the Savoy family in 1634 to house the Holy Shroud, San Lorenzo represents Guarino Guarini's architectural genius at its absolute peak. The narration reveals the mathematical precision behind the dome, the secret astronomical alignments, and the hidden symbolism connecting the church to Turin's famous esoteric traditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-attr\"\u003e\n\u003cdiv class=\"uv-attr-num\"\u003e07\u003c\/div\u003e\n\u003ch3\u003eCappella della Sacra Sindone\u003c\/h3\u003e\n\u003cdiv class=\"uv-attr-native\"\u003eChapel of the Holy Shroud · recently restored\u003c\/div\u003e\n\u003cp\u003eExperience the recently restored masterpiece built to house Christianity's most mysterious relic — the Holy Shroud believed by many to be Christ's burial cloth. Guarini's dome of diminishing hexagons rises toward heaven in a dizzying display of geometric perfection. Your guide explains the esoteric symbolism, details the devastating 1997 fire, and traces the painstaking 21-year restoration that brought this irreplaceable space back from the brink.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-attr\"\u003e\n\u003cdiv class=\"uv-attr-num\"\u003e08\u003c\/div\u003e\n\u003ch3\u003eMercato Centrale Torino\u003c\/h3\u003e\n\u003cdiv class=\"uv-attr-native\"\u003ePiedmontese food market · Porta Palazzo district\u003c\/div\u003e\n\u003cp\u003eImmerse yourself in Turin's gastronomic heart, where traditional Piedmontese flavours meet contemporary culinary innovation in a celebration of Northern Italy's world-renowned food culture. Your guide leads you through the market's distinctive areas, revealing the stories behind local specialities like agnolotti, bagna cauda, and Barolo wine, alongside insider tips for the family-run stalls that have shaped Turin's culinary identity for generations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-attr\"\u003e\n\u003cdiv class=\"uv-attr-num\"\u003e09\u003c\/div\u003e\n\u003ch3\u003eSantuario Basilica La Consolata\u003c\/h3\u003e\n\u003cdiv class=\"uv-attr-native\"\u003eTurin's spiritual anchor · Guarini octagonal redesign\u003c\/div\u003e\n\u003cp\u003eDiscover Turin's spiritual anchor, a baroque masterpiece where centuries of citizens have sought divine intervention. Dramatically remodelled by Guarino Guarini in the 17th century, the basilica houses one of Turin's most venerated Marian images and countless silver votive offerings. The guide reveals the unusual octagonal design, the hidden symbolism throughout its sumptuous interior, and the historic café where Turin's intellectual elite gathered in the shadow of sacred space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-attr\"\u003e\n\u003cdiv class=\"uv-attr-num\"\u003e10\u003c\/div\u003e\n\u003ch3\u003eVia Garibaldi\u003c\/h3\u003e\n\u003cdiv class=\"uv-attr-native\"\u003eAncient Roman Decumanus Maximus · Europe's longest pedestrian street\u003c\/div\u003e\n\u003cp\u003eStroll one of Europe's longest pedestrian streets, following the exact path of the ancient Roman Decumanus Maximus. Your guide reveals how this 2,000-year-old thoroughfare has been Turin's commercial backbone since imperial times, and uncovers the hidden courtyards concealing Renaissance palaces and baroque gardens behind seemingly modest façades — secret spaces that quietly reveal Turin's aristocratic past in plain sight.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-attr\"\u003e\n\u003cdiv class=\"uv-attr-num\"\u003e11\u003c\/div\u003e\n\u003ch3\u003eBasilica di Maria Ausiliatrice\u003c\/h3\u003e\n\u003cdiv class=\"uv-attr-native\"\u003eDon Bosco's basilica · Salesian movement birthplace\u003c\/div\u003e\n\u003cp\u003eDiscover the spiritual heart of Don Bosco's revolutionary work with Turin's disadvantaged youth. This impressive 19th-century basilica became headquarters of a worldwide movement that grew from a simple shed — where Don Bosco worked with street children — into a global educational mission. The narration brings to life the extraordinary methods that combined education, job training and spiritual guidance for orphans during Turin's brutal industrialisation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-attr\"\u003e\n\u003cdiv class=\"uv-attr-num\"\u003e12\u003c\/div\u003e\n\u003ch3\u003eVia Po\u003c\/h3\u003e\n\u003cdiv class=\"uv-attr-native\"\u003e1615 Savoy porticoed avenue · Palace to river\u003c\/div\u003e\n\u003cp\u003eStroll beneath Turin's magnificent porticoes along this elegant thoroughfare connecting the royal palace to the Po River. Commissioned in 1615, Via Po's continuous arcades were designed to let aristocrats walk sheltered from sun and rain. Your guide introduces the historic cafés where unification was debated, the bookshops where revolutionary ideas survived censorship, and the university buildings that produced philosophers, scientists and political thinkers who shaped modern Italy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-attr\"\u003e\n\u003cdiv class=\"uv-attr-num\"\u003e13\u003c\/div\u003e\n\u003ch3\u003ePiazza Vittorio Veneto\u003c\/h3\u003e\n\u003cdiv class=\"uv-attr-native\"\u003eEurope's largest porticoed square · 1825\u003c\/div\u003e\n\u003cp\u003eExperience Europe's largest porticoed square, a breathtaking urban space offering one of Italy's most spectacular perspectives. Completed in 1825, this immense piazza represents Turin's ambitious expansion beyond its ancient boundaries toward the Po River. Your guide explains the brilliant urban planning that creates a perfect sight line across the river to Gran Madre and the Alpine hills beyond — a view that captures the essence of Turin's geographic drama.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-attr\"\u003e\n\u003cdiv class=\"uv-attr-num\"\u003e14\u003c\/div\u003e\n\u003ch3\u003eGran Madre di Dio\u003c\/h3\u003e\n\u003cdiv class=\"uv-attr-native\"\u003eNeoclassical pantheon-inspired church · Esoteric Turin landmark\u003c\/div\u003e\n\u003cp\u003eDiscover this imposing neoclassical church built to celebrate Victor Emmanuel I's triumphant return after Napoleon's defeat — a monument to restored monarchy and national pride, deliberately modelled after Rome's Pantheon. The audio reveals the hidden esoteric symbolism that makes it central to Turin's international reputation for mystery and the occult, the enigmatic statues of Faith and History flanking the staircase, and the rumoured connection to Holy Grail legends.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-attr\"\u003e\n\u003cdiv class=\"uv-attr-num\"\u003e15\u003c\/div\u003e\n\u003ch3\u003eChiesa di Santa Maria del Monte dei Cappuccini\u003c\/h3\u003e\n\u003cdiv class=\"uv-attr-native\"\u003eCapuchin hilltop sanctuary · Turin's finest panorama\u003c\/div\u003e\n\u003cp\u003eAscend to this strategic hilltop where a 16th-century Capuchin church offers Turin's most breathtaking panorama. Originally both spiritual retreat and military lookout, the site has been sacred since pre-Roman times and strategically vital for centuries. The guide brings to life the selfless work of the Capuchin monks during devastating plagues and wars, and helps you identify every major landmark visible from this exceptional vantage point across the city and the Alps.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-attr\"\u003e\n\u003cdiv class=\"uv-attr-num\"\u003e16\u003c\/div\u003e\n\u003ch3\u003eParco del Valentino\u003c\/h3\u003e\n\u003cdiv class=\"uv-attr-native\"\u003eRiverside park · Valentino Castle · Medieval Village\u003c\/div\u003e\n\u003cp\u003eWander through Turin's beloved riverside park, where royal pleasure grounds have blended into public parkland along the Po for centuries. Discover the unexpected Medieval Village — a meticulous 19th-century recreation of Piedmontese architecture — and the 17th-century Valentino Castle, a UNESCO World Heritage site that brought sophisticated French elegance to the Savoy court. The narration uncovers hidden sculptures, botanical treasures and scandalous royal stories most visitors miss entirely.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 10 S ADVANTAGES --\u003e\n\u003csection class=\"uv-s-sec\"\u003e\n\u003cdiv class=\"uv-s-inner\"\u003e\n\u003cdiv class=\"uv-sec-kicker uv-s-kicker\"\u003eThe Uvamai Difference\u003c\/div\u003e\n\u003ch2 class=\"uv-s-title\"\u003e\n\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eThe\u003c\/span\u003e \u003cem\u003e10 S Advantages\u003c\/em\u003e \u003cspan style=\"color: rgb(255, 255, 255);\"\u003e— why independent travellers choose us\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"uv-s-lead\"\u003eTen principles, ten promises. Every one of them is built into the Turin tour you're about to buy.\u003c\/p\u003e\n\u003cdiv class=\"uv-s-grid\"\u003e\n\u003cdiv class=\"uv-s-card\"\u003e\n\u003cspan class=\"uv-s-letter\"\u003eS\u003c\/span\u003e\n\u003ch4\u003eSelf-Guided Freedom\u003c\/h4\u003e\n\u003cp\u003eLinger at Cappella della Sacra Sindone, skip sites you don't care about, and pause for a slow bicerin on Piazza San Carlo. No guide watching the clock.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-s-card\"\u003e\n\u003cspan class=\"uv-s-letter\"\u003eS\u003c\/span\u003e\n\u003ch4\u003eSeamless Delivery\u003c\/h4\u003e\n\u003cp\u003ePurchase now, receive the PDF in minutes, be standing at Porta Nuova pressing play within the hour. No app store, no account setup, no friction.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-s-card\"\u003e\n\u003cspan class=\"uv-s-letter\"\u003eS\u003c\/span\u003e\n\u003ch4\u003eStorytelling, Not Script\u003c\/h4\u003e\n\u003cp\u003eReal narration about Savoy power plays, Guarini's geometry and the Holy Shroud's controversies — written by people who find this history genuinely fascinating.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-s-card\"\u003e\n\u003cspan class=\"uv-s-letter\"\u003eS\u003c\/span\u003e\n\u003ch4\u003eSave Significantly\u003c\/h4\u003e\n\u003cp\u003e$6 per person versus €40–60 for group walking tours or €200–400 for private guides — a fraction of the cost, more attractions, zero time pressure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-s-card\"\u003e\n\u003cspan class=\"uv-s-letter\"\u003eS\u003c\/span\u003e\n\u003ch4\u003eSilent When You Want\u003c\/h4\u003e\n\u003cp\u003ePause mid-narration to read a plaque, reply to a message, or simply stand in front of Gran Madre in contemplative quiet. You're in total control.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-s-card\"\u003e\n\u003cspan class=\"uv-s-letter\"\u003eS\u003c\/span\u003e\n\u003ch4\u003eSmart Mapping\u003c\/h4\u003e\n\u003cp\u003eA ready-made Google My Maps route plots all 16 attractions and suggests an efficient walking order — no guessing which alley leads where.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-s-card\"\u003e\n\u003cspan class=\"uv-s-letter\"\u003eS\u003c\/span\u003e\n\u003ch4\u003eScheduled Around You\u003c\/h4\u003e\n\u003cp\u003eStart at sunrise for the empty Piazza Castello, late morning for Mercato Centrale, or twilight for the Alpine glow from Monte dei Cappuccini. You pick the moment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-s-card\"\u003e\n\u003cspan class=\"uv-s-letter\"\u003eS\u003c\/span\u003e\n\u003ch4\u003eShare-Friendly Access\u003c\/h4\u003e\n\u003cp\u003ePerfect for couples, families or small groups walking together — one purchase powers one device, and you can all listen through a headphone splitter.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-s-card\"\u003e\n\u003cspan class=\"uv-s-letter\"\u003eS\u003c\/span\u003e\n\u003ch4\u003eSpoken in Your Language\u003c\/h4\u003e\n\u003cp\u003e12 languages means you can absorb every nuance about Juvarra, Guarini and Don Bosco in the tongue you think in — not the one you're translating from.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-s-card\"\u003e\n\u003cspan class=\"uv-s-letter\"\u003eS\u003c\/span\u003e\n\u003ch4\u003eSupport, 24\/7\u003c\/h4\u003e\n\u003cp\u003eStuck on a link at midnight in Via Po? Email, WhatsApp or phone — a real human replies, not a chatbot. We treat you the way we'd want to be treated.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- COMPARISON TABLE --\u003e\n\u003csection class=\"uv-sec\"\u003e\n\u003cdiv class=\"uv-sec-inner\"\u003e\n\u003cdiv class=\"uv-sec-kicker\"\u003eHonest comparison\u003c\/div\u003e\n\u003ch2 class=\"uv-sec-title\"\u003eUvamai vs. \u003cem\u003ethe alternatives\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp class=\"uv-sec-lead\"\u003eA side-by-side look at how the Turin self-guided audio tour stacks up against the other ways to see the city.\u003c\/p\u003e\n\u003cdiv class=\"uv-compare\"\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eUvamai Turin Audio\u003c\/th\u003e\n\u003cth\u003eGroup Walking Tour\u003c\/th\u003e\n\u003cth\u003ePrivate Guide\u003c\/th\u003e\n\u003cth\u003eWander Alone\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth\u003ePrice per person\u003c\/th\u003e\n\u003ctd class=\"uv-win\"\u003e$6\u003c\/td\u003e\n\u003ctd\u003e€40–60\u003c\/td\u003e\n\u003ctd\u003e€200–400 half day\u003c\/td\u003e\n\u003ctd\u003eFree\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eAttractions covered\u003c\/th\u003e\n\u003ctd class=\"uv-win\"\u003e16 landmarks\u003c\/td\u003e\n\u003ctd\u003e6–10 typically\u003c\/td\u003e\n\u003ctd\u003eNegotiable\u003c\/td\u003e\n\u003ctd\u003eWhatever you stumble on\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eStart time\u003c\/th\u003e\n\u003ctd class=\"uv-win\"\u003eWhenever you want\u003c\/td\u003e\n\u003ctd\u003eFixed slots\u003c\/td\u003e\n\u003ctd\u003eBooked in advance\u003c\/td\u003e\n\u003ctd\u003eAnytime\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003ePace\u003c\/th\u003e\n\u003ctd class=\"uv-win\"\u003eEntirely yours\u003c\/td\u003e\n\u003ctd class=\"uv-lose\"\u003eGroup pace\u003c\/td\u003e\n\u003ctd\u003eGuide-led\u003c\/td\u003e\n\u003ctd\u003eYours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eDepth of content\u003c\/th\u003e\n\u003ctd class=\"uv-win\"\u003eExpert-researched\u003c\/td\u003e\n\u003ctd\u003eVariable\u003c\/td\u003e\n\u003ctd class=\"uv-win\"\u003eUsually excellent\u003c\/td\u003e\n\u003ctd class=\"uv-lose\"\u003eNone\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eLanguage options\u003c\/th\u003e\n\u003ctd class=\"uv-win\"\u003e12 languages\u003c\/td\u003e\n\u003ctd\u003eUsually English only\u003c\/td\u003e\n\u003ctd\u003eDepends on guide\u003c\/td\u003e\n\u003ctd\u003eN\/A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eReplay \u0026amp; revisit\u003c\/th\u003e\n\u003ctd class=\"uv-win\"\u003eUnlimited × 6 days\u003c\/td\u003e\n\u003ctd class=\"uv-lose\"\u003eOne-time\u003c\/td\u003e\n\u003ctd class=\"uv-lose\"\u003eOne-time\u003c\/td\u003e\n\u003ctd\u003eN\/A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eSkip what you want\u003c\/th\u003e\n\u003ctd class=\"uv-win\"\u003eYes\u003c\/td\u003e\n\u003ctd class=\"uv-lose\"\u003eNo\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth\u003eTipping expected\u003c\/th\u003e\n\u003ctd class=\"uv-win\"\u003eNo\u003c\/td\u003e\n\u003ctd\u003eYes (€5–10)\u003c\/td\u003e\n\u003ctd\u003eYes (€20–50)\u003c\/td\u003e\n\u003ctd\u003eN\/A\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- TRAVEL TIPS --\u003e\n\u003csection class=\"uv-sec\" style=\"background: var(--white);\"\u003e\n\u003cdiv class=\"uv-sec-inner\"\u003e\n\u003cdiv class=\"uv-sec-kicker\"\u003eTurin essentials\u003c\/div\u003e\n\u003ch2 class=\"uv-sec-title\"\u003ePractical tips for \u003cem\u003eItaly's royal capital\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp class=\"uv-sec-lead\"\u003eSmall details that make your self-guided Turin day go smoothly.\u003c\/p\u003e\n\u003cdiv class=\"uv-tips-grid\"\u003e\n\u003cdiv class=\"uv-tip\"\u003e\n\u003ch4\u003e🚆 Getting around\u003c\/h4\u003e\n\u003cp\u003eGTT runs buses, trams and metro. Single ticket €1.70 (90 min transfers). Daily pass €5. Buy at tobacco shops, newsstands or GTT offices \u003cem\u003ebefore\u003c\/em\u003e boarding — validators are inside vehicles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-tip\"\u003e\n\u003ch4\u003e☀️ Best season\u003c\/h4\u003e\n\u003cp\u003eApril–June and September–October give pleasant weather (15–25°C) and comfortable walking. July–August is hot (25–35°C) with some businesses closed for vacation. December brings Christmas markets and quiet museums.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-tip\"\u003e\n\u003ch4\u003e💶 Currency \u0026amp; costs\u003c\/h4\u003e\n\u003cp\u003eEuro (€). Espresso €1–1.50 at the bar. Aperitivo (drink + buffet) €8–12 — a Turin tradition, the city invented it. Museum admission €10–15. Restaurant meal €15–30 per person.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-tip\"\u003e\n\u003ch4\u003e🍝 Must-try foods\u003c\/h4\u003e\n\u003cp\u003eBicerin (layered coffee-chocolate-cream), agnolotti, vitello tonnato, bagna cauda, and gianduiotto — the chocolate-hazelnut confection invented right here in Turin. Historic cafés: Baratti \u0026amp; Milano, Caffè San Carlo, Caffè Torino.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-tip\"\u003e\n\u003ch4\u003e🇮🇹 Useful Italian phrases\u003c\/h4\u003e\n\u003cp\u003e\u003cem\u003eBuongiorno\u003c\/em\u003e (good morning), \u003cem\u003egrazie\u003c\/em\u003e (thank you), \u003cem\u003eper favore\u003c\/em\u003e (please), \u003cem\u003equanto costa?\u003c\/em\u003e (how much?), \u003cem\u003edov'è...?\u003c\/em\u003e (where is...?). English works at major sites; basic Italian warms locals instantly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-tip\"\u003e\n\u003ch4\u003e⏰ Opening hours\u003c\/h4\u003e\n\u003cp\u003eMost museums closed Mondays. Churches often close 12–3 pm for siesta. Piazzas and porticoed streets work any time, so schedule indoor attractions for open hours and save the squares for midday or evening.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- REVIEWS --\u003e\n\u003csection class=\"uv-sec uv-rev-sec\"\u003e\n\u003cdiv class=\"uv-sec-inner\"\u003e\n\u003cdiv class=\"uv-sec-kicker\"\u003eWhat travellers say\u003c\/div\u003e\n\u003ch2 class=\"uv-sec-title\"\u003eReal reviews from \u003cem\u003ereal explorers\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp class=\"uv-sec-lead\"\u003eA selection of the feedback travellers have shared after taking our Turin audio tour.\u003c\/p\u003e\n\u003cdiv class=\"uv-rev-grid\"\u003e\n\u003cdiv class=\"uv-rev\"\u003e\n\u003cdiv class=\"uv-rev-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"uv-rev-title\"\u003ePerfect Way to Explore Turin!\u003c\/div\u003e\n\u003cdiv class=\"uv-rev-body\"\u003e\"We spent three wonderful days exploring Turin with this audio tour. The flexibility was exactly what we needed — we could take breaks for long Italian lunches and revisit Piazza Castello in the evening. The audio at Real Chiesa di San Lorenzo was fascinating! Learning about Guarini's mathematical dome while standing beneath it was unforgettable.\"\u003c\/div\u003e\n\u003cdiv class=\"uv-rev-meta\"\u003e— Sarah M., London, UK\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-rev\"\u003e\n\u003cdiv class=\"uv-rev-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"uv-rev-title\"\u003eExceeded Expectations\u003c\/div\u003e\n\u003cdiv class=\"uv-rev-body\"\u003e\"As a solo traveller, this audio tour was ideal. No awkward group dynamics, no waiting for others. The Via Po narration revealed stories I never would have discovered wandering alone. The baroque architecture insights at Santa Cristina were exceptional. Worth every penny.\"\u003c\/div\u003e\n\u003cdiv class=\"uv-rev-meta\"\u003e— Marco V., Melbourne, Australia\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-rev\"\u003e\n\u003cdiv class=\"uv-rev-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"uv-rev-title\"\u003eExcellent for Families\u003c\/div\u003e\n\u003cdiv class=\"uv-rev-body\"\u003e\"Travelling with two kids (9 and 12), we needed flexibility. This tour let us adjust to their energy levels. We spread the attractions over four days, taking gelato breaks whenever needed. The Parco del Valentino audio kept even the kids engaged with tales of royal hunting grounds.\"\u003c\/div\u003e\n\u003cdiv class=\"uv-rev-meta\"\u003e— Jennifer \u0026amp; David L., Toronto, Canada\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-rev\"\u003e\n\u003cdiv class=\"uv-rev-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"uv-rev-title\"\u003eProfessional Quality Content\u003c\/div\u003e\n\u003cdiv class=\"uv-rev-body\"\u003e\"As a history professor, I was impressed by the depth and accuracy. The Gran Madre di Dio guide covered neoclassical architecture, royal history \u003cem\u003eand\u003c\/em\u003e esoteric symbolism — fascinating. Far superior to generic guidebook descriptions. The 6-day access let me revisit and take notes.\"\u003c\/div\u003e\n\u003cdiv class=\"uv-rev-meta\"\u003e— Dr. Hans Schmidt, Frankfurt, Germany\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-rev\"\u003e\n\u003cdiv class=\"uv-rev-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"uv-rev-title\"\u003eBetter Than Group Tours\u003c\/div\u003e\n\u003cdiv class=\"uv-rev-body\"\u003e\"We've taken walking tours in other cities and they're always too rushed. This self-guided experience was liberating. We lingered at Piazza San Carlo for coffee, returned to photograph Porta Nuova at sunset, and skipped attractions that didn't interest us. Audio was crystal clear even with city noise.\"\u003c\/div\u003e\n\u003cdiv class=\"uv-rev-meta\"\u003e— Emma \u0026amp; James, Dublin, Ireland\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-rev\"\u003e\n\u003cdiv class=\"uv-rev-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"uv-rev-title\"\u003eIncredible Hidden Stories\u003c\/div\u003e\n\u003cdiv class=\"uv-rev-body\"\u003e\"The San Lorenzo audio blew my mind. Walking past that plain brick exterior, I never would have guessed the baroque spectacle inside. The guide explained the secret astronomical alignments and esoteric connections to Turin's mysterious reputation. These details aren't in any guidebook.\"\u003c\/div\u003e\n\u003cdiv class=\"uv-rev-meta\"\u003e— Akiko T., Tokyo, Japan\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-rev\"\u003e\n\u003cdiv class=\"uv-rev-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"uv-rev-title\"\u003ePerfect for Photography\u003c\/div\u003e\n\u003cdiv class=\"uv-rev-body\"\u003e\"As a travel photographer, timing is everything. This audio tour let me visit Cappella della Sacra Sindone when the light was perfect, without rushing for a group schedule. The narration about how light transforms the space helped me plan my shots. Captured amazing photos.\"\u003c\/div\u003e\n\u003cdiv class=\"uv-rev-meta\"\u003e— Carlos R., São Paulo, Brazil\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-rev\"\u003e\n\u003cdiv class=\"uv-rev-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"uv-rev-title\"\u003eAuthentic Local Experience\u003c\/div\u003e\n\u003cdiv class=\"uv-rev-body\"\u003e\"The Mercato Centrale guide led us to family-run food stalls we never would have noticed, with recommendations for Piedmontese specialities. We tried bagna cauda based on the narration's suggestion — delicious. Felt like discovering Turin with a knowledgeable local friend.\"\u003c\/div\u003e\n\u003cdiv class=\"uv-rev-meta\"\u003e— Sophie D., Paris, France\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-rev\"\u003e\n\u003cdiv class=\"uv-rev-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"uv-rev-title\"\u003eExcellent Value\u003c\/div\u003e\n\u003cdiv class=\"uv-rev-body\"\u003e\"Private tours in Turin cost €200–300. This gave us professional-quality narration for 16 attractions at a fraction of the cost. The Monte dei Cappuccini viewpoint explanation helped me identify every landmark visible from the hill. Smart investment for our trip.\"\u003c\/div\u003e\n\u003cdiv class=\"uv-rev-meta\"\u003e— Michael K., Boston, USA\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-rev\"\u003e\n\u003cdiv class=\"uv-rev-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"uv-rev-title\"\u003eMade History Come Alive\u003c\/div\u003e\n\u003cdiv class=\"uv-rev-body\"\u003e\"Standing in Piazza Castello while listening to stories of royal scandals and political intrigue — the narration transported us to another era. My husband usually finds history boring, but even he was captivated by tales of the Savoy dynasty. Turned sightseeing into storytelling.\"\u003c\/div\u003e\n\u003cdiv class=\"uv-rev-meta\"\u003e— Linda \u0026amp; Robert P., Sydney, Australia\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- REFUND POLICY --\u003e\n\u003csection class=\"uv-sec\"\u003e\n\u003cdiv class=\"uv-sec-inner\"\u003e\n\u003cdiv class=\"uv-sec-kicker\"\u003eBefore you buy\u003c\/div\u003e\n\u003ch2 class=\"uv-sec-title\"\u003eRefund policy — \u003cem\u003eclearly stated\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"uv-refund\"\u003e\n\u003ch3\u003e🚨 All sales are final · No refunds\u003c\/h3\u003e\n\u003cp\u003eBecause this is a digital product delivered instantly, \u003cstrong\u003ewe cannot offer refunds, exchanges or cancellations\u003c\/strong\u003e — even for:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eChanged travel plans or cancelled trips\u003c\/li\u003e\n\u003cli\u003eIncorrect language selection (check carefully at checkout)\u003c\/li\u003e\n\u003cli\u003eTechnical difficulties with your own device\u003c\/li\u003e\n\u003cli\u003eInability to access internet during the tour\u003c\/li\u003e\n\u003cli\u003eDissatisfaction with narration content\u003c\/li\u003e\n\u003cli\u003eIncomplete tour or unused access days\u003c\/li\u003e\n\u003cli\u003ePurchasing the wrong city or product\u003c\/li\u003e\n\u003cli\u003eWeather conditions or attraction closures\u003c\/li\u003e\n\u003cli\u003eDuplicate purchases\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"margin-top: 14px;\"\u003e\u003cstrong\u003eWhy:\u003c\/strong\u003e the moment your PDF is sent, the product is delivered in full. Like any e-book, music download or streaming access, digital goods cannot be returned once accessed.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBefore you click buy:\u003c\/strong\u003e read this page end-to-end, double-check your language, confirm Turin is your destination, and reach us on any channel below if you're uncertain. We'd far rather answer ten pre-purchase questions than receive one post-purchase complaint.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SUPPORT --\u003e\n\u003csection class=\"uv-sec\" style=\"background: var(--cream);\"\u003e\n\u003cdiv class=\"uv-sec-inner\"\u003e\n\u003cdiv class=\"uv-sec-kicker\"\u003e24\/7 human support\u003c\/div\u003e\n\u003ch2 class=\"uv-sec-title\"\u003eWe're here \u003cem\u003earound the clock\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cp class=\"uv-sec-lead\"\u003eThree ways to reach a real person — from Turin, from home, or anywhere in between.\u003c\/p\u003e\n\u003cdiv class=\"uv-support-grid\"\u003e\n\u003cdiv class=\"uv-support\"\u003e\n\u003cdiv class=\"uv-support-icon\"\u003e📧\u003c\/div\u003e\n\u003ch4\u003eEmail\u003c\/h4\u003e\n\u003ca href=\"mailto:tours@uvamai.com\"\u003etours@uvamai.com\u003c\/a\u003e\n\u003cp\u003eResponse within 24 hrs (usually 2–8)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-support\"\u003e\n\u003cdiv class=\"uv-support-icon\"\u003e💬\u003c\/div\u003e\n\u003ch4\u003eWhatsApp\u003c\/h4\u003e\n\u003ca href=\"https:\/\/wa.me\/uvamai\"\u003ewa.me\/uvamai\u003c\/a\u003e\n\u003cp\u003eReal-time to 30 minutes\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"uv-support\"\u003e\n\u003cdiv class=\"uv-support-icon\"\u003e📱\u003c\/div\u003e\n\u003ch4\u003ePhone\u003c\/h4\u003e\n\u003ca href=\"tel:+917598234240\"\u003e+91 7598234240\u003c\/a\u003e\n\u003cp\u003eImmediate · 24\/7\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL CHECKLIST --\u003e\n\u003csection class=\"uv-sec\" style=\"background: var(--white);\"\u003e\n\u003cdiv class=\"uv-sec-inner\"\u003e\n\u003cdiv class=\"uv-sec-kicker\"\u003eFinal check\u003c\/div\u003e\n\u003ch2 class=\"uv-sec-title\"\u003eBefore you \u003cem\u003eadd to cart\u003c\/em\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"uv-check\"\u003e\n\u003ch3\u003eConfirm each item below\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eI understand this is a \u003cstrong\u003edigital PDF download\u003c\/strong\u003e, not a physical product\u003c\/li\u003e\n\u003cli\u003eI understand audio guides \u003cstrong\u003estream online only\u003c\/strong\u003e (cannot be downloaded)\u003c\/li\u003e\n\u003cli\u003eI understand this is \u003cstrong\u003eself-guided\u003c\/strong\u003e — no human guide accompanies me\u003c\/li\u003e\n\u003cli\u003eI have \u003cstrong\u003eselected the correct language\u003c\/strong\u003e and know it cannot be changed\u003c\/li\u003e\n\u003cli\u003eI understand \u003cstrong\u003eall sales are final\u003c\/strong\u003e with absolutely no refunds\u003c\/li\u003e\n\u003cli\u003eI have a \u003cstrong\u003ecompatible smartphone or tablet\u003c\/strong\u003e with internet browser\u003c\/li\u003e\n\u003cli\u003eI understand I need \u003cstrong\u003eactive internet connection\u003c\/strong\u003e throughout the tour\u003c\/li\u003e\n\u003cli\u003eI understand the \u003cstrong\u003e6-day access period begins immediately\u003c\/strong\u003e upon purchase\u003c\/li\u003e\n\u003cli\u003eI understand \u003cstrong\u003eentry tickets are NOT included\u003c\/strong\u003e and must be bought separately\u003c\/li\u003e\n\u003cli\u003eI will be \u003cstrong\u003ein Turin, Italy\u003c\/strong\u003e within the next 6 days\u003c\/li\u003e\n\u003cli\u003eI have reviewed the \u003cstrong\u003e16 featured attractions\u003c\/strong\u003e and they match my interests\u003c\/li\u003e\n\u003cli\u003eI have read the \u003cstrong\u003erefund policy\u003c\/strong\u003e, \u003cstrong\u003elanguage policy\u003c\/strong\u003e and \u003cstrong\u003eaccess terms\u003c\/strong\u003e fully\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FOOTER --\u003e\u003cfooter class=\"uv-footer\"\u003e\n\u003cdiv class=\"uv-footer-title\"\u003eReady to explore \u003cem\u003eTurin?\u003c\/em\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eItaly's royal capital at your own pace — 16 attractions, 12 languages, 6 days of freedom, for just $6.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eQuestions before buying?\u003c\/span\u003e \u003ca href=\"mailto:tours@uvamai.com\"\u003etours@uvamai.com\u003c\/a\u003e · \u003ca href=\"https:\/\/wa.me\/uvamai\"\u003eWhatsApp\u003c\/a\u003e ·\u003cspan style=\"color: rgb(255, 255, 255);\"\u003e +91 7598234240\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv class=\"uv-footer-fine\"\u003e©Uvamai Niche Tourism · All Rights Reserved · \u003ca href=\"https:\/\/uvamai.com\/terms-and-conditions\"\u003eTerms \u0026amp; Conditions\u003c\/a\u003e · \u003ca href=\"https:\/\/uvamai.com\/privacy-policy\"\u003ePrivacy Policy\u003c\/a\u003e\u003cbr\u003eதிருக்குறள் · அதிகாரம் 9 · விருந்தோம்பல் · குறள் 81–90 · by Thiruvalluvar · Aligned with UNWTO Global Code of Ethics for Tourism · Resolution A\/RES\/406(XIII) · Santiago, Chile · 1 October 1999\u003c\/div\u003e\n\u003c\/footer\u003e\n\u003c\/div\u003e\n\u003c!-- SCHEMA MARKUP --\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Uvamai Niche Tourism","offers":[{"title":"🇬🇧 English","offer_id":53865252258164,"sku":null,"price":6.0,"currency_code":"USD","in_stock":true},{"title":"🇪🇸 Español","offer_id":54277895651700,"sku":null,"price":6.0,"currency_code":"USD","in_stock":true},{"title":"🇫🇷 Français","offer_id":54277896077684,"sku":null,"price":6.0,"currency_code":"USD","in_stock":true},{"title":"🇩🇪 Deutsch","offer_id":54277896110452,"sku":null,"price":6.0,"currency_code":"USD","in_stock":true},{"title":"🇮🇹 Italiano","offer_id":54277896274292,"sku":null,"price":6.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0961\/3472\/6004\/files\/MERCATOCENTRALETORINOUvamai.png?v=1769602625","url":"https:\/\/uvamai.shop\/ja\/products\/turin-self-guided-audio-experience","provider":"Uvamai Niche Tourism","version":"1.0","type":"link"}