{"product_id":"seoul-self-guided-audio-tour","title":"Seoul Self-Guided Audio Tour","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eSeoul Self-Guided Audio Tour — 16 Attractions | Uvamai\u003c\/title\u003e\n\u003cmeta name=\"description\" content=\"Discover Seoul, South Korea at your own pace with Uvamai's premium self-guided audio tour. 16 expertly narrated attractions, interactive map, 12 languages, from $6.\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500\u0026amp;family=DM+Sans:wght@300;400;500;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n  :root {\n    --gold: #C8972A; --gold-lt: #F5E6C0; --gold-mid: #E2C97E;\n    --terracotta: #9C4A2B; --cream: #FAF6EE;\n    --ink: #1A1208; --ink-mid: #3D2E14; --ink-soft: #7A6448;\n    --navy: #0D1B3E; --navy-mid: #132047;\n    --teal: #1A6B8A; --teal-light: #E8F4F8;\n    --white: #FFFFFF; --border: rgba(200,151,42,0.22);\n    --gray-text: #4A4A4A; --gray-mid: #888888;\n    --ff-serif: 'Cormorant Garamond', Georgia, serif;\n    --ff-sans: 'DM Sans', sans-serif;\n  }\n  html { scroll-behavior: smooth; }\n  body {\n    background: var(--cream); color: var(--ink);\n    font-family: var(--ff-sans); font-size: 16px; line-height: 1.75;\n    -webkit-font-smoothing: antialiased;\n  }\n  .uv-wrap { max-width: 1180px; margin: 0 auto; }\n  .uv-section { max-width: 1100px; margin: 0 auto; padding: 80px 28px; }\n  .uv-section-kicker {\n    font-size: 11px; font-weight: 500; letter-spacing: 0.22em;\n    text-transform: uppercase; color: var(--gold); margin-bottom: 16px;\n    text-align: center;\n  }\n  .uv-section-title {\n    font-family: var(--ff-serif); font-size: clamp(2rem, 4vw, 3rem);\n    font-weight: 500; line-height: 1.2; text-align: center;\n    color: var(--ink); margin-bottom: 14px;\n  }\n  .uv-section-title em { color: var(--gold); font-style: italic; }\n  .uv-rule {\n    width: 60px; height: 1px; background: var(--gold);\n    margin: 0 auto 22px;\n  }\n  .uv-section-sub {\n    max-width: 640px; margin: 0 auto 50px; text-align: center;\n    color: var(--ink-soft); font-size: 15.5px; line-height: 1.8;\n  }\n\n  \/* HERO *\/\n  .uv-hero {\n    background: var(--ink); color: var(--cream);\n    text-align: center; padding: 90px 24px 82px;\n    position: relative; overflow: hidden;\n  }\n  .uv-hero::before {\n    content: ''; position: absolute; inset: 0;\n    background: radial-gradient(ellipse 80% 60% at 50% 110%, rgba(200,151,42,0.18) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .uv-hero-kicker {\n    font-size: 11px; font-weight: 500; letter-spacing: 0.22em;\n    text-transform: uppercase; color: var(--gold); margin-bottom: 20px;\n    position: relative;\n  }\n  .uv-hero h1 {\n    font-family: var(--ff-serif);\n    font-size: clamp(2.4rem, 5.2vw, 3.9rem);\n    font-weight: 500; line-height: 1.14; color: var(--cream);\n    max-width: 820px; margin: 0 auto 20px; position: relative;\n  }\n  .uv-hero h1 em { color: var(--gold); font-style: italic; }\n  .uv-hero-sub {\n    font-size: 16px; color: rgba(250,246,238,0.7);\n    max-width: 620px; margin: 0 auto 38px; line-height: 1.85;\n    position: relative;\n  }\n  .uv-price-badge {\n    display: inline-flex; align-items: baseline; gap: 8px;\n    background: rgba(200,151,42,0.14); border: 1px solid rgba(200,151,42,0.45);\n    padding: 14px 28px; border-radius: 4px; position: relative;\n  }\n  .uv-price-label {\n    font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;\n    color: var(--gold-mid);\n  }\n  .uv-price-amount {\n    font-family: var(--ff-serif); font-size: 1.9rem; font-weight: 600;\n    color: var(--gold); font-style: italic;\n  }\n  .uv-price-unit {\n    font-size: 13px; color: rgba(250,246,238,0.6);\n  }\n\n  \/* STATS BAR *\/\n  .uv-stats { background: var(--navy); padding: 32px 20px; }\n  .uv-stats-inner {\n    max-width: 1000px; margin: 0 auto;\n    display: flex; flex-wrap: wrap; justify-content: center; gap: 18px 44px;\n  }\n  .uv-stat { text-align: center; color: var(--cream); }\n  .uv-stat-num {\n    font-family: var(--ff-serif); font-size: 1.55rem; font-weight: 500;\n    color: var(--gold-mid); line-height: 1;\n  }\n  .uv-stat-lbl {\n    font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase;\n    color: rgba(250,246,238,0.6); margin-top: 6px;\n  }\n\n  \/* INTRO CARDS *\/\n  .uv-intro-grid {\n    display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 24px; margin-top: 30px;\n  }\n  .uv-intro-card {\n    background: var(--white); border: 1px solid var(--border);\n    padding: 34px 28px; border-radius: 4px;\n  }\n  .uv-intro-card.is { border-left: 3px solid var(--gold); }\n  .uv-intro-card.isnot { border-left: 3px solid var(--terracotta); }\n  .uv-intro-card h4 {\n    font-family: var(--ff-serif); font-size: 1.5rem; font-weight: 500;\n    color: var(--ink); margin-bottom: 16px;\n  }\n  .uv-intro-card.is h4 em { color: var(--gold); font-style: italic; }\n  .uv-intro-card.isnot h4 em { color: var(--terracotta); font-style: italic; }\n  .uv-intro-card ul { list-style: none; padding: 0; }\n  .uv-intro-card li {\n    padding: 7px 0 7px 26px; position: relative;\n    color: var(--gray-text); font-size: 14.5px; line-height: 1.6;\n  }\n  .uv-intro-card.is li::before {\n    content: '✓'; position: absolute; left: 0; top: 7px;\n    color: var(--gold); font-weight: 600;\n  }\n  .uv-intro-card.isnot li::before {\n    content: '×'; position: absolute; left: 0; top: 5px;\n    color: var(--terracotta); font-weight: 600; font-size: 18px;\n  }\n\n  \/* HOW IT WORKS *\/\n  .uv-how { background: var(--navy); color: var(--cream); }\n  .uv-how .uv-section-title { color: var(--cream); }\n  .uv-how .uv-section-kicker { color: var(--gold-mid); }\n  .uv-how .uv-section-sub { color: rgba(250,246,238,0.7); }\n  .uv-steps {\n    display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 28px; margin-top: 20px;\n  }\n  .uv-step { text-align: center; padding: 20px; }\n  .uv-step-num {\n    width: 54px; height: 54px; margin: 0 auto 18px;\n    border: 1.5px solid var(--gold); border-radius: 50%;\n    display: flex; align-items: center; justify-content: center;\n    font-family: var(--ff-serif); font-size: 1.5rem; color: var(--gold);\n  }\n  .uv-step h4 {\n    font-family: var(--ff-serif); font-size: 1.3rem; font-weight: 500;\n    margin-bottom: 10px; color: var(--cream);\n  }\n  .uv-step p {\n    font-size: 14px; color: rgba(250,246,238,0.68); line-height: 1.75;\n  }\n\n  \/* ATTRACTIONS *\/\n  .uv-attractions {\n    display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n    gap: 26px; margin-top: 20px;\n  }\n  .uv-att-card {\n    background: var(--white); border: 1px solid var(--border);\n    border-radius: 4px; padding: 32px 28px; position: relative;\n    transition: transform 0.2s ease;\n  }\n  .uv-att-card:hover { transform: translateY(-3px); }\n  .uv-att-num {\n    position: absolute; top: -14px; left: 28px;\n    background: var(--gold); color: var(--white);\n    width: 34px; height: 34px; border-radius: 50%;\n    display: flex; align-items: center; justify-content: center;\n    font-family: var(--ff-serif); font-weight: 600; font-size: 1rem;\n  }\n  .uv-att-card h3 {\n    font-family: var(--ff-serif); font-size: 1.4rem; font-weight: 500;\n    color: var(--ink); margin: 14px 0 12px;\n  }\n  .uv-att-card p {\n    color: var(--gray-text); font-size: 14.5px; line-height: 1.78;\n  }\n  .uv-att-meta {\n    font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;\n    color: var(--ink-soft); margin-top: 16px; padding-top: 14px;\n    border-top: 1px dashed var(--border);\n  }\n\n  \/* 10 S ADVANTAGES *\/\n  .uv-advantages-bg { background: linear-gradient(180deg, var(--cream) 0%, #F5EFE0 100%); }\n  .uv-advantages {\n    display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));\n    gap: 20px; margin-top: 20px;\n  }\n  .uv-adv-card {\n    background: var(--white); border: 1px solid var(--border);\n    padding: 28px 22px; border-radius: 4px; text-align: center;\n    transition: border-color 0.2s;\n  }\n  .uv-adv-card:hover { border-color: var(--gold); }\n  .uv-adv-letter {\n    font-family: var(--ff-serif); font-size: 2.8rem; font-weight: 500;\n    color: var(--gold); line-height: 1; margin-bottom: 10px; font-style: italic;\n  }\n  .uv-adv-card h4 {\n    font-family: var(--ff-serif); font-size: 1.25rem; font-weight: 500;\n    color: var(--ink); margin-bottom: 10px;\n  }\n  .uv-adv-card p {\n    color: var(--gray-text); font-size: 13.5px; line-height: 1.7;\n  }\n  .uv-adv-card em { color: var(--gold); font-style: italic; }\n\n  \/* COMPARISON TABLE *\/\n  .uv-compare {\n    background: var(--white); border: 1px solid var(--border); border-radius: 4px;\n    overflow-x: auto; margin-top: 20px;\n  }\n  .uv-compare table { width: 100%; border-collapse: collapse; font-size: 14.5px; }\n  .uv-compare thead th {\n    background: var(--navy); color: var(--cream);\n    font-family: var(--ff-serif); font-weight: 500; font-size: 1.1rem;\n    padding: 18px 16px; text-align: left;\n    border-right: 1px solid rgba(200,151,42,0.2);\n  }\n  .uv-compare thead th:first-child { text-align: left; width: 30%; }\n  .uv-compare tbody td {\n    padding: 15px 16px; border-top: 1px solid var(--border);\n    border-right: 1px solid var(--border); color: var(--gray-text);\n  }\n  .uv-compare tbody tr:nth-child(even) td { background: #FBF7EC; }\n  .uv-compare tbody td:first-child {\n    font-weight: 500; color: var(--ink); background: var(--cream) !important;\n  }\n  .uv-compare tbody td.win { color: var(--gold); font-weight: 500; }\n\n  \/* TRAVEL TIPS *\/\n  .uv-tips-bg { background: var(--cream); }\n  .uv-tips {\n    display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 20px; margin-top: 20px;\n  }\n  .uv-tip {\n    background: var(--white); border-left: 3px solid var(--gold);\n    padding: 22px 24px; border-radius: 0 4px 4px 0;\n    box-shadow: 0 1px 3px rgba(26,18,8,0.04);\n  }\n  .uv-tip h4 {\n    font-family: var(--ff-serif); font-size: 1.2rem; font-weight: 500;\n    color: var(--ink); margin-bottom: 10px;\n  }\n  .uv-tip p { color: var(--gray-text); font-size: 14.2px; line-height: 1.75; }\n\n  \/* REVIEWS *\/\n  .uv-reviews-bg { background: var(--ink); color: var(--cream); }\n  .uv-reviews-bg .uv-section-title { color: var(--cream); }\n  .uv-reviews-bg .uv-section-kicker { color: var(--gold-mid); }\n  .uv-reviews-bg .uv-section-sub { color: rgba(250,246,238,0.7); }\n  .uv-reviews {\n    display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 24px; margin-top: 20px;\n  }\n  .uv-review {\n    background: rgba(250,246,238,0.04); border: 1px solid rgba(200,151,42,0.22);\n    padding: 28px 26px; border-radius: 4px;\n  }\n  .uv-review-stars { color: var(--gold); margin-bottom: 14px; font-size: 14px; letter-spacing: 2px; }\n  .uv-review-text {\n    font-family: var(--ff-serif); font-size: 1.08rem; font-style: italic;\n    line-height: 1.7; color: rgba(250,246,238,0.88); margin-bottom: 18px;\n  }\n  .uv-review-who {\n    font-size: 13px; color: var(--gold-mid); letter-spacing: 0.08em;\n    padding-top: 14px; border-top: 1px solid rgba(200,151,42,0.18);\n  }\n  .uv-review-who b { color: var(--cream); font-weight: 500; }\n\n  \/* REFUND *\/\n  .uv-refund {\n    background: #FDF5E0; border: 1px solid rgba(200,151,42,0.35);\n    border-left: 4px solid var(--gold); padding: 28px 32px; border-radius: 4px;\n    max-width: 820px; margin: 0 auto;\n  }\n  .uv-refund h4 {\n    font-family: var(--ff-serif); font-size: 1.35rem; font-weight: 500;\n    color: var(--ink-mid); margin-bottom: 10px;\n  }\n  .uv-refund p { color: var(--gray-text); font-size: 14.5px; line-height: 1.75; }\n\n  \/* SUPPORT *\/\n  .uv-support-bg { background: var(--teal-light); }\n  .uv-support-grid {\n    display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 22px; margin-top: 20px; max-width: 900px; margin-left: auto; margin-right: auto;\n  }\n  .uv-support-card {\n    background: var(--white); border: 1px solid rgba(26,107,138,0.22);\n    padding: 26px 22px; border-radius: 4px; text-align: center;\n  }\n  .uv-support-card h4 {\n    font-family: var(--ff-serif); font-size: 1.2rem; font-weight: 500;\n    color: var(--teal); margin-bottom: 10px;\n  }\n  .uv-support-card a {\n    color: var(--teal); font-size: 14.5px; text-decoration: none; font-weight: 500;\n    word-break: break-word;\n  }\n  .uv-support-card a:hover { text-decoration: underline; }\n  .uv-support-card p {\n    color: var(--gray-text); font-size: 13.5px; margin-top: 4px;\n  }\n\n  \/* CTA BAND *\/\n  .uv-cta-band {\n    background: linear-gradient(135deg, var(--ink) 0%, var(--ink-mid) 100%);\n    color: var(--cream); padding: 72px 28px; text-align: center;\n  }\n  .uv-cta-band h2 {\n    font-family: var(--ff-serif); font-size: clamp(2rem, 4vw, 2.8rem);\n    font-weight: 500; margin-bottom: 16px; color: var(--cream);\n  }\n  .uv-cta-band h2 em { color: var(--gold); font-style: italic; }\n  .uv-cta-band p {\n    max-width: 600px; margin: 0 auto 30px; color: rgba(250,246,238,0.75);\n    font-size: 15.5px; line-height: 1.8;\n  }\n  .uv-cta-btn {\n    display: inline-block; background: var(--gold); color: var(--ink);\n    padding: 17px 46px; font-family: var(--ff-sans); font-weight: 500;\n    font-size: 14px; letter-spacing: 0.1em; text-transform: uppercase;\n    text-decoration: none; border-radius: 2px;\n    transition: background 0.2s;\n  }\n  .uv-cta-btn:hover { background: var(--gold-mid); }\n\n  \/* FOOTER *\/\n  .uv-footer {\n    background: var(--ink); color: rgba(250,246,238,0.55);\n    padding: 36px 28px; text-align: center; font-size: 12.5px; line-height: 1.9;\n  }\n  .uv-footer a { color: var(--gold-mid); text-decoration: none; }\n  .uv-footer a:hover { text-decoration: underline; }\n\n  @media (max-width: 700px) {\n    .uv-section { padding: 60px 20px; }\n    .uv-stats-inner { gap: 14px 24px; }\n    .uv-stat-num { font-size: 1.3rem; }\n  }\n\u003c\/style\u003e\n\n\n\n\u003c!-- ══════════════ HERO ══════════════ --\u003e\n\u003csection class=\"uv-hero\"\u003e\n  \u003cdiv class=\"uv-hero-kicker\"\u003eSeoul, South Korea · Self-Guided Audio Tour\u003c\/div\u003e\n  \u003ch1\u003eExplore \u003cem\u003eSeoul\u003c\/em\u003e at Your Own Rhythm — Where Dynasties Whisper and Skyscrapers Sing\u003c\/h1\u003e\n  \u003cp class=\"uv-hero-sub\"\u003e16 professionally narrated attractions. One interactive map. Zero group pressure. From royal palaces to neon-lit design plazas — experience the beating heart of South Korea on your own terms.\u003c\/p\u003e\n  \u003cdiv class=\"uv-price-badge\"\u003e\n    \u003cspan class=\"uv-price-label\"\u003eFrom\u003c\/span\u003e\n    \u003cspan class=\"uv-price-amount\"\u003e$6\u003c\/span\u003e\n    \u003cspan class=\"uv-price-unit\"\u003eper person · instant digital delivery\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ══════════════ STATS BAR ══════════════ --\u003e\n\u003csection class=\"uv-stats\"\u003e\n  \u003cdiv class=\"uv-stats-inner\"\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\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\"\u003eSince 2012\u003c\/div\u003e\n\u003cdiv class=\"uv-stat-lbl\"\u003eCrafted with Care\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ══════════════ WHAT IT IS \/ ISN'T ══════════════ --\u003e\n\u003csection class=\"uv-section\"\u003e\n  \u003cdiv class=\"uv-section-kicker\"\u003eBefore You Buy\u003c\/div\u003e\n  \u003ch2 class=\"uv-section-title\"\u003eWhat This \u003cem\u003eIs\u003c\/em\u003e — And What It \u003cem\u003eIsn't\u003c\/em\u003e\n\u003c\/h2\u003e\n  \u003cdiv class=\"uv-rule\"\u003e\u003c\/div\u003e\n  \u003cp class=\"uv-section-sub\"\u003eCrystal clarity before checkout. We want every explorer in Seoul to know exactly what they're getting — and what they're not.\u003c\/p\u003e\n\n  \u003cdiv class=\"uv-intro-grid\"\u003e\n    \u003cdiv class=\"uv-intro-card is\"\u003e\n      \u003ch4\u003eThis \u003cem\u003eIs\u003c\/em\u003e\n\u003c\/h4\u003e\n      \u003cul\u003e\n        \u003cli\u003eA digital PDF with two secure access links — one SoundCloud audio playlist, one Google My Maps route\u003c\/li\u003e\n        \u003cli\u003e16 professionally narrated audio guides covering Seoul's most iconic and historically rich attractions\u003c\/li\u003e\n        \u003cli\u003eApproximately 20 minutes of expert narration per attraction — over 5 hours of total listening\u003c\/li\u003e\n        \u003cli\u003eA completely self-guided experience you follow at your own pace, in your own chosen order\u003c\/li\u003e\n        \u003cli\u003eValid for up to 6 days from delivery — perfect for long weekends or slow travellers\u003c\/li\u003e\n        \u003cli\u003eAvailable in 12+ languages, selectable at checkout\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"uv-intro-card isnot\"\u003e\n      \u003ch4\u003eThis \u003cem\u003eIs Not\u003c\/em\u003e\n\u003c\/h4\u003e\n      \u003cul\u003e\n        \u003cli\u003eA live guided tour with a human guide walking beside you\u003c\/li\u003e\n        \u003cli\u003eA GPS-triggered app that plays audio automatically based on your location\u003c\/li\u003e\n        \u003cli\u003eA downloadable offline audio file — content streams from SoundCloud (Wi-Fi or mobile data required)\u003c\/li\u003e\n        \u003cli\u003eA physical map, booklet or paper product — everything is digital and delivered by email\u003c\/li\u003e\n        \u003cli\u003eA ticket or admission pass — Gyeongbokgung, N Seoul Tower, Leeum and Seoul Sky charge separate entry fees\u003c\/li\u003e\n        \u003cli\u003eA group tour — only you and your travel companions share the experience\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ══════════════ HOW IT WORKS ══════════════ --\u003e\n\u003csection class=\"uv-how\"\u003e\n  \u003cdiv class=\"uv-section\"\u003e\n    \u003cdiv class=\"uv-section-kicker\"\u003eFour Simple Steps\u003c\/div\u003e\n    \u003ch2 class=\"uv-section-title\"\u003eFrom Checkout to \u003cem\u003eGyeongbokgung\u003c\/em\u003e — In Minutes\u003c\/h2\u003e\n    \u003cdiv class=\"uv-rule\"\u003e\u003c\/div\u003e\n    \u003cp class=\"uv-section-sub\"\u003eNo apps, no accounts, no complicated setup. We built Seoul's tour the way we'd want one built for us.\u003c\/p\u003e\n\n    \u003cdiv class=\"uv-steps\"\u003e\n      \u003cdiv class=\"uv-step\"\u003e\n        \u003cdiv class=\"uv-step-num\"\u003e1\u003c\/div\u003e\n        \u003ch4\u003eChoose \u0026amp; Pay\u003c\/h4\u003e\n        \u003cp\u003eSelect your language and complete the secure checkout. Instant digital delivery — no shipping, no waiting.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"uv-step\"\u003e\n        \u003cdiv class=\"uv-step-num\"\u003e2\u003c\/div\u003e\n        \u003ch4\u003eReceive Your PDF\u003c\/h4\u003e\n        \u003cp\u003eWithin seconds, your inbox receives a PDF with two links: the full SoundCloud audio playlist and the interactive Google Map.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"uv-step\"\u003e\n        \u003cdiv class=\"uv-step-num\"\u003e3\u003c\/div\u003e\n        \u003ch4\u003eOpen \u0026amp; Explore\u003c\/h4\u003e\n        \u003cp\u003eArrive at any of the 16 attractions, tap the corresponding audio link, and press play. Linger where you love. Skip what you don't.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"uv-step\"\u003e\n        \u003cdiv class=\"uv-step-num\"\u003e4\u003c\/div\u003e\n        \u003ch4\u003eOwn the City\u003c\/h4\u003e\n        \u003cp\u003eSpread it across 6 days, share one earbud with a travel partner, and experience Seoul the way locals experience it — unhurried and whole.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ══════════════ 16 ATTRACTIONS ══════════════ --\u003e\n\u003csection class=\"uv-section\"\u003e\n  \u003cdiv class=\"uv-section-kicker\"\u003eEvery Stop. Every Story.\u003c\/div\u003e\n  \u003ch2 class=\"uv-section-title\"\u003e16 \u003cem\u003eSeoul\u003c\/em\u003e Attractions — Each a Chapter in Korea's Story\u003c\/h2\u003e\n  \u003cdiv class=\"uv-rule\"\u003e\u003c\/div\u003e\n  \u003cp class=\"uv-section-sub\"\u003eFrom 600-year-old royal palaces to the futuristic curves of DDP, every location comes with around 20 minutes of layered narration — the human dramas, the architectural secrets, the quiet details most visitors walk right past.\u003c\/p\u003e\n\n  \u003cdiv class=\"uv-attractions\"\u003e\n\n    \u003cdiv class=\"uv-att-card\"\u003e\n      \u003cdiv class=\"uv-att-num\"\u003e1\u003c\/div\u003e\n      \u003ch3\u003eGyeongbokgung Palace\u003c\/h3\u003e\n      \u003cp\u003eStep through Gwanghwamun Gate into the grandest of Seoul's Five Grand Palaces — the 600-year royal heart of the Joseon Dynasty. Your audio guide unfolds the stories of kings and queens, the meaning behind every carved dragon, and the significance of the Changing of the Guard ceremony that still echoes through these courtyards today.\u003c\/p\u003e\n      \u003cdiv class=\"uv-att-meta\"\u003e~20 minutes · Admission ticket required\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uv-att-card\"\u003e\n      \u003cdiv class=\"uv-att-num\"\u003e2\u003c\/div\u003e\n      \u003ch3\u003eBukchon Hanok Village\u003c\/h3\u003e\n      \u003cp\u003eWander narrow lanes lined with 600 preserved hanok houses — traditional Korean homes with graceful tiled roofs and courtyard gardens. Your narrator reveals the architectural wisdom behind these buildings, the aristocratic families who once lived here, and how a living neighbourhood became Seoul's most Instagrammed cultural treasure.\u003c\/p\u003e\n      \u003cdiv class=\"uv-att-meta\"\u003e~20 minutes · Free to wander\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uv-att-card\"\u003e\n      \u003cdiv class=\"uv-att-num\"\u003e3\u003c\/div\u003e\n      \u003ch3\u003eChangdeokgung Palace\u003c\/h3\u003e\n      \u003cp\u003eA UNESCO World Heritage site and the most beloved of Seoul's royal palaces — designed to live in harmony with the surrounding hills rather than dominate them. Your guide walks you through its Secret Garden (Huwon), its Joseon-era philosophy of nature-integrated architecture, and the four centuries of royal life preserved within.\u003c\/p\u003e\n      \u003cdiv class=\"uv-att-meta\"\u003e~20 minutes · Admission ticket required\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uv-att-card\"\u003e\n      \u003cdiv class=\"uv-att-num\"\u003e4\u003c\/div\u003e\n      \u003ch3\u003eJogyesa Temple\u003c\/h3\u003e\n      \u003cp\u003eThe spiritual heart of Korean Seon (Zen) Buddhism, tucked quietly between Seoul's skyscrapers. Your audio narrates the temple's 1200-year story, the symbolism of its vivid lotus lanterns, the meaning of the Dharma Hall's massive Buddhas, and why this small sanctuary remains one of the most spiritually significant places in the country.\u003c\/p\u003e\n      \u003cdiv class=\"uv-att-meta\"\u003e~20 minutes · Free entry\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uv-att-card\"\u003e\n      \u003cdiv class=\"uv-att-num\"\u003e5\u003c\/div\u003e\n      \u003ch3\u003eCheonggyecheon Stream\u003c\/h3\u003e\n      \u003cp\u003eAn 11-kilometre urban stream that was once buried under concrete and is now Seoul's most-loved public space — a triumph of ecological restoration. Your guide follows the water's path, sharing the story of the controversial 2005 project that removed an elevated highway and revealed a living river running straight through the city's heart.\u003c\/p\u003e\n      \u003cdiv class=\"uv-att-meta\"\u003e~20 minutes · Free to explore\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uv-att-card\"\u003e\n      \u003cdiv class=\"uv-att-num\"\u003e6\u003c\/div\u003e\n      \u003ch3\u003eDongdaemun Design Plaza (DDP)\u003c\/h3\u003e\n      \u003cp\u003eZaha Hadid's otherworldly, silver-curved masterpiece — a futuristic plaza that looks like it melted down from space. Your narration explores the design philosophy, the tensions during construction, and why this sculptural building became the symbol of Seoul's ambition to be recognised as a world capital of design.\u003c\/p\u003e\n      \u003cdiv class=\"uv-att-meta\"\u003e~20 minutes · Free exterior \u0026amp; plazas\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uv-att-card\"\u003e\n      \u003cdiv class=\"uv-att-num\"\u003e7\u003c\/div\u003e\n      \u003ch3\u003eMyeong-dong Cathedral\u003c\/h3\u003e\n      \u003cp\u003eSeoul's most iconic Gothic Revival church and a defining symbol of Korean democracy — the cathedral sheltered pro-democracy protesters during the country's most turbulent political decades. Your audio tells the story of its 1898 construction, its role in Korea's spiritual life, and the quiet defiance at the heart of its red-brick walls.\u003c\/p\u003e\n      \u003cdiv class=\"uv-att-meta\"\u003e~20 minutes · Free entry\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uv-att-card\"\u003e\n      \u003cdiv class=\"uv-att-num\"\u003e8\u003c\/div\u003e\n      \u003ch3\u003eN Seoul Tower\u003c\/h3\u003e\n      \u003cp\u003ePerched atop Namsan Mountain at 236 metres above sea level, N Seoul Tower is Seoul's most beloved skyline symbol. Your narration covers the tower's engineering story, the cultural phenomenon of the love-lock railings, the breathtaking 360-degree views, and why this mountaintop landmark has become the city's most romantic meeting point.\u003c\/p\u003e\n      \u003cdiv class=\"uv-att-meta\"\u003e~20 minutes · Observation deck ticket required\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uv-att-card\"\u003e\n      \u003cdiv class=\"uv-att-num\"\u003e9\u003c\/div\u003e\n      \u003ch3\u003eNamsan Park\u003c\/h3\u003e\n      \u003cp\u003eThe green lung at Seoul's geographic centre — a mountain park rooted in 600 years of feng shui tradition, guarded in Joseon times by beacon fires and still guarded today by hiking paths and pine forests. Your audio traces the walking routes, the historic signal-fire platforms, and the ancient belief that Namsan protects the city.\u003c\/p\u003e\n      \u003cdiv class=\"uv-att-meta\"\u003e~20 minutes · Free access\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uv-att-card\"\u003e\n      \u003cdiv class=\"uv-att-num\"\u003e10\u003c\/div\u003e\n      \u003ch3\u003eLeeum, Samsung Museum of Art\u003c\/h3\u003e\n      \u003cp\u003eWhere traditional Korean ceramics sit quietly beside cutting-edge contemporary art — all housed inside three architectural masterpieces by Mario Botta, Jean Nouvel and Rem Koolhaas. Your guide walks you through the museum's remarkable concept, the Samsung family story, and the bold curation choices that define it.\u003c\/p\u003e\n      \u003cdiv class=\"uv-att-meta\"\u003e~20 minutes · Admission ticket required\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uv-att-card\"\u003e\n      \u003cdiv class=\"uv-att-num\"\u003e11\u003c\/div\u003e\n      \u003ch3\u003eThe War Memorial of Korea\u003c\/h3\u003e\n      \u003cp\u003eA sobering, honest and essential stop — the War Memorial documents the Korean War, the division of the peninsula, and the peace that has held fragile ever since. Your narration moves thoughtfully through the outdoor monuments, the symbolism of the Tower of Peace, and the deeply human stories the memorial asks visitors to remember.\u003c\/p\u003e\n      \u003cdiv class=\"uv-att-meta\"\u003e~20 minutes · Free entry\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uv-att-card\"\u003e\n      \u003cdiv class=\"uv-att-num\"\u003e12\u003c\/div\u003e\n      \u003ch3\u003eNational Museum of Korea\u003c\/h3\u003e\n      \u003cp\u003eOne of the largest museums in Asia, holding 5,000 years of Korean artefacts — from Neolithic hand-axes to Goryeo celadons, Joseon scroll-paintings and contemporary treasures. Your audio helps you navigate the vast collection, pausing at the most significant pieces and revealing the cultural continuity that binds ancient Korea to the modern nation.\u003c\/p\u003e\n      \u003cdiv class=\"uv-att-meta\"\u003e~20 minutes · Free entry\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uv-att-card\"\u003e\n      \u003cdiv class=\"uv-att-num\"\u003e13\u003c\/div\u003e\n      \u003ch3\u003eHangang (Han River) Park\u003c\/h3\u003e\n      \u003cp\u003eThe Han River — \"Hangang\" — runs for 494 kilometres, and the stretch that cuts through Seoul is lined with riverside parks, cycling paths, picnic lawns and late-night food stalls. Your narration tells the story of the \"Miracle on the Han,\" the industrial rise of Korea, and why locals flock to the riverbank at every hour of the day.\u003c\/p\u003e\n      \u003cdiv class=\"uv-att-meta\"\u003e~20 minutes · Free to enjoy\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uv-att-card\"\u003e\n      \u003cdiv class=\"uv-att-num\"\u003e14\u003c\/div\u003e\n      \u003ch3\u003eBongeunsa Temple\u003c\/h3\u003e\n      \u003cp\u003eA 1,200-year-old Buddhist sanctuary tucked impossibly inside Gangnam's glass-and-steel skyline. Your audio reveals the temple's founding in 794 CE, the significance of the giant Maitreya Buddha statue, and the quiet daily rituals — morning bells, incense offerings, prostrations — that have continued unbroken for over a millennium.\u003c\/p\u003e\n      \u003cdiv class=\"uv-att-meta\"\u003e~20 minutes · Free entry\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uv-att-card\"\u003e\n      \u003cdiv class=\"uv-att-num\"\u003e15\u003c\/div\u003e\n      \u003ch3\u003eStarfield Library\u003c\/h3\u003e\n      \u003cp\u003eThirteen metres of floor-to-ceiling bookshelves inside a Gangnam shopping mall — a bizarre, beautiful modern cathedral to public reading. Your narration explains the philosophy behind this free, open library, the 50,000+ books on its shelves, and why Seoulites gather here to read, study, and photograph one of the most dramatic public spaces in the city.\u003c\/p\u003e\n      \u003cdiv class=\"uv-att-meta\"\u003e~20 minutes · Free entry\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"uv-att-card\"\u003e\n      \u003cdiv class=\"uv-att-num\"\u003e16\u003c\/div\u003e\n      \u003ch3\u003eSeoul Sky (Lotte World Tower)\u003c\/h3\u003e\n      \u003cp\u003eAt 555 metres, Lotte World Tower is the fifth-tallest building on Earth — and Seoul Sky is its jewel. Your audio walks you across the world's highest glass-floor observation deck, through the engineering story of the tower itself, and into the panoramic sweep of a city that — from this height — truly shows its scale.\u003c\/p\u003e\n      \u003cdiv class=\"uv-att-meta\"\u003e~20 minutes · Observation deck ticket required\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ══════════════ 10 S ADVANTAGES ══════════════ --\u003e\n\u003csection class=\"uv-advantages-bg\"\u003e\n  \u003cdiv class=\"uv-section\"\u003e\n    \u003cdiv class=\"uv-section-kicker\"\u003eThe Uvamai Difference\u003c\/div\u003e\n    \u003ch2 class=\"uv-section-title\"\u003eThe \u003cem\u003e10 S\u003c\/em\u003e Advantages You'll Feel in Seoul\u003c\/h2\u003e\n    \u003cdiv class=\"uv-rule\"\u003e\u003c\/div\u003e\n    \u003cp class=\"uv-section-sub\"\u003eEvery Uvamai tour is built around ten principles that transform how independent travellers experience a city. In Seoul — a city of extraordinary density, layered history and relentless pace — they matter more than ever.\u003c\/p\u003e\n\n    \u003cdiv class=\"uv-advantages\"\u003e\n      \u003cdiv class=\"uv-adv-card\"\u003e\n        \u003cdiv class=\"uv-adv-letter\"\u003eS\u003c\/div\u003e\n        \u003ch4\u003eSafe\u003c\/h4\u003e\n        \u003cp\u003eNo strangers, no group buses, no shared earpieces. Wander Bukchon's quiet lanes or Gangnam's late-night streets on your own rhythm, always in your own company.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"uv-adv-card\"\u003e\n        \u003cdiv class=\"uv-adv-letter\"\u003eS\u003c\/div\u003e\n        \u003ch4\u003eSave\u003c\/h4\u003e\n        \u003cp\u003eFrom just $6 — a fraction of the ₩40,000–₩80,000 charged by walking tours in Seoul, and a tenth the cost of a private English-speaking guide.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"uv-adv-card\"\u003e\n        \u003cdiv class=\"uv-adv-letter\"\u003eS\u003c\/div\u003e\n        \u003ch4\u003eStories\u003c\/h4\u003e\n        \u003cp\u003eThe Joseon court intrigues at Gyeongbokgung. The Miracle on the Han. The cigar-smoking monks of Bongeunsa. Stories that bring every wall, hill and skyscraper to life.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"uv-adv-card\"\u003e\n        \u003cdiv class=\"uv-adv-letter\"\u003eS\u003c\/div\u003e\n        \u003ch4\u003eSchedule\u003c\/h4\u003e\n        \u003cp\u003eStart at dawn for a quiet Changdeokgung. Pause for tteokbokki in Myeong-dong. Return at golden hour for N Seoul Tower's lights to come on. The clock is yours.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"uv-adv-card\"\u003e\n        \u003cdiv class=\"uv-adv-letter\"\u003eS\u003c\/div\u003e\n        \u003ch4\u003eSelect\u003c\/h4\u003e\n        \u003cp\u003eNot interested in the art museum? Skip it. Want to stay two hours at DDP to photograph the curves? Stay. 16 attractions — but only the ones \u003cem\u003eyou\u003c\/em\u003e want.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"uv-adv-card\"\u003e\n        \u003cdiv class=\"uv-adv-letter\"\u003eS\u003c\/div\u003e\n        \u003ch4\u003eSelf-Control\u003c\/h4\u003e\n        \u003cp\u003ePause, rewind, replay, skip ahead. Every moment of the narration is in your hands — perfect for re-listening to the royal palace histories or the War Memorial's hardest passages.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"uv-adv-card\"\u003e\n        \u003cdiv class=\"uv-adv-letter\"\u003eS\u003c\/div\u003e\n        \u003ch4\u003eShare\u003c\/h4\u003e\n        \u003cp\u003ePlug in a splitter and share one earbud with your travel partner. One purchase, two explorers — and the silent companionship of hearing Seoul's story together.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"uv-adv-card\"\u003e\n        \u003cdiv class=\"uv-adv-letter\"\u003eS\u003c\/div\u003e\n        \u003ch4\u003eSoft\u003c\/h4\u003e\n        \u003cp\u003eWarm, unhurried narration — never rushed, never sales-pitchy. The voice feels like a well-read friend walking beside you through Insadong, not a guide with a flag.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"uv-adv-card\"\u003e\n        \u003cdiv class=\"uv-adv-letter\"\u003eS\u003c\/div\u003e\n        \u003ch4\u003eSimple\u003c\/h4\u003e\n        \u003cp\u003eNo app to install. No account to create. Two links in your inbox and your smartphone becomes the most informed travel companion you've ever had in Seoul.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"uv-adv-card\"\u003e\n        \u003cdiv class=\"uv-adv-letter\"\u003eS\u003c\/div\u003e\n        \u003ch4\u003eSmart\u003c\/h4\u003e\n        \u003cp\u003e16 carefully chosen attractions across Jongno, Jung-gu, Yongsan, Yongsan and Gangnam — designed so you experience the \u003cem\u003ereal\u003c\/em\u003e Seoul, not a tourist-bus version of it.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ══════════════ COMPARISON TABLE ══════════════ --\u003e\n\u003csection class=\"uv-section\"\u003e\n  \u003cdiv class=\"uv-section-kicker\"\u003eHow We Compare\u003c\/div\u003e\n  \u003ch2 class=\"uv-section-title\"\u003eUvamai vs. The \u003cem\u003eAlternatives\u003c\/em\u003e\n\u003c\/h2\u003e\n  \u003cdiv class=\"uv-rule\"\u003e\u003c\/div\u003e\n  \u003cp class=\"uv-section-sub\"\u003eAn honest side-by-side look at the most common ways to experience Seoul.\u003c\/p\u003e\n\n  \u003cdiv class=\"uv-compare\"\u003e\n    \u003ctable\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth\u003eFeature\u003c\/th\u003e\n          \u003cth\u003eUvamai Audio Tour\u003c\/th\u003e\n          \u003cth\u003eGroup Walking Tour\u003c\/th\u003e\n          \u003cth\u003ePrivate Guide\u003c\/th\u003e\n          \u003cth\u003eFree Visit Seoul Map\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n\u003ctd\u003eStarting price\u003c\/td\u003e\n\u003ctd class=\"win\"\u003eFrom $6\u003c\/td\u003e\n\u003ctd\u003e₩35,000–₩80,000\u003c\/td\u003e\n\u003ctd\u003e₩200,000+ per day\u003c\/td\u003e\n\u003ctd\u003eFree\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eGroup size\u003c\/td\u003e\n\u003ctd class=\"win\"\u003eJust you\u003c\/td\u003e\n\u003ctd\u003e12–30 strangers\u003c\/td\u003e\n\u003ctd\u003e1–6 private\u003c\/td\u003e\n\u003ctd\u003eN\/A\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eSchedule flexibility\u003c\/td\u003e\n\u003ctd class=\"win\"\u003eComplete\u003c\/td\u003e\n\u003ctd\u003eFixed start time\u003c\/td\u003e\n\u003ctd\u003eGuide's calendar\u003c\/td\u003e\n\u003ctd\u003eComplete\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eNarration depth\u003c\/td\u003e\n\u003ctd class=\"win\"\u003e~20 min \/ attraction\u003c\/td\u003e\n\u003ctd\u003eVaries by guide\u003c\/td\u003e\n\u003ctd\u003eHigh (if good guide)\u003c\/td\u003e\n\u003ctd\u003eNone\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eLanguages available\u003c\/td\u003e\n\u003ctd class=\"win\"\u003e12+\u003c\/td\u003e\n\u003ctd\u003e2–4 usually\u003c\/td\u003e\n\u003ctd\u003eDepends on guide\u003c\/td\u003e\n\u003ctd\u003eKorean + English only\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eCoverage\u003c\/td\u003e\n\u003ctd class=\"win\"\u003e16 attractions\u003c\/td\u003e\n\u003ctd\u003e4–8 attractions\u003c\/td\u003e\n\u003ctd\u003eNegotiable\u003c\/td\u003e\n\u003ctd\u003eSelf-selected\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003ePace you control\u003c\/td\u003e\n\u003ctd class=\"win\"\u003eYes\u003c\/td\u003e\n\u003ctd\u003eNo — keep up\u003c\/td\u003e\n\u003ctd\u003eShared decision\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003ePause \/ rewind \/ replay\u003c\/td\u003e\n\u003ctd class=\"win\"\u003eYes, anytime\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003ctd\u003eN\/A\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eWorks over multiple days\u003c\/td\u003e\n\u003ctd class=\"win\"\u003eYes (up to 6 days)\u003c\/td\u003e\n\u003ctd\u003eNo\u003c\/td\u003e\n\u003ctd\u003eExtra cost per day\u003c\/td\u003e\n\u003ctd\u003eYes\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eDelivery\u003c\/td\u003e\n\u003ctd class=\"win\"\u003eInstant by email\u003c\/td\u003e\n\u003ctd\u003eMeet at location\u003c\/td\u003e\n\u003ctd\u003eBook in advance\u003c\/td\u003e\n\u003ctd\u003eWalk-in pickup\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ══════════════ TRAVEL TIPS ══════════════ --\u003e\n\u003csection class=\"uv-tips-bg\"\u003e\n  \u003cdiv class=\"uv-section\"\u003e\n    \u003cdiv class=\"uv-section-kicker\"\u003eBefore You Go\u003c\/div\u003e\n    \u003ch2 class=\"uv-section-title\"\u003e9 Smart \u003cem\u003eSeoul\u003c\/em\u003e Travel Tips\u003c\/h2\u003e\n    \u003cdiv class=\"uv-rule\"\u003e\u003c\/div\u003e\n    \u003cp class=\"uv-section-sub\"\u003eSmall details that make a big difference — curated from years of crafting tours for independent travellers in Seoul.\u003c\/p\u003e\n\n    \u003cdiv class=\"uv-tips\"\u003e\n      \u003cdiv class=\"uv-tip\"\u003e\n        \u003ch4\u003e① Palace Dress-Up Deal\u003c\/h4\u003e\n        \u003cp\u003eWear a hanbok (rented for ₩15,000–₩25,000 near Gyeongbokgung) and you enter the palace for free. It's the city's best-value photo opportunity — and Koreans love seeing travellers embrace the tradition.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"uv-tip\"\u003e\n        \u003ch4\u003e② T-Money Card Is Essential\u003c\/h4\u003e\n        \u003cp\u003eBuy a T-Money card at any convenience store for ₩4,000 and top it up as needed. It works on Seoul's superb metro, all buses, taxis, even vending machines — and Seoul's public transport is one of the world's best.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"uv-tip\"\u003e\n        \u003ch4\u003e③ Palace Closing Days\u003c\/h4\u003e\n        \u003cp\u003eGyeongbokgung closes on Tuesdays. Changdeokgung closes on Mondays. Plan around these — most travellers learn the hard way. Bukchon and Jogyesa are open daily.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"uv-tip\"\u003e\n        \u003ch4\u003e④ Walk Shoes Non-Negotiable\u003c\/h4\u003e\n        \u003cp\u003eSeoul is hilly. Namsan, Bukchon lanes, palace courtyards — you'll cover 10km+ on a full tour day. Comfortable walking shoes are the single most important thing you'll pack.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"uv-tip\"\u003e\n        \u003ch4\u003e⑤ Summer Is Seriously Hot\u003c\/h4\u003e\n        \u003cp\u003eJuly–August in Seoul means 32°C+ with punishing humidity. Start early (7–9am), break in air-conditioned museums at midday, and re-emerge after 5pm. Winters are beautifully crisp but -10°C cold — pack layers.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"uv-tip\"\u003e\n        \u003ch4\u003e⑥ Cash vs. Card\u003c\/h4\u003e\n        \u003cp\u003eCards are accepted almost everywhere, but keep small cash (₩10,000–₩50,000 notes) for street-food stalls, temple donations, and small family-run shops in Insadong and Bukchon.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"uv-tip\"\u003e\n        \u003ch4\u003e⑦ Hanok Photo Etiquette\u003c\/h4\u003e\n        \u003cp\u003eBukchon is a living residential neighbourhood — real people live in those beautiful houses. Keep your voice down, don't peek inside, and stay on public streets. Signs asking for silence are genuine.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"uv-tip\"\u003e\n        \u003ch4\u003e⑧ Food Is Everywhere and Incredible\u003c\/h4\u003e\n        \u003cp\u003eKorean BBQ in Mapo, tteokbokki at Gwangjang Market, dakgalbi in Chuncheon-style joints in Myeong-dong. Don't plan your meals — follow your nose and the local queues.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"uv-tip\"\u003e\n        \u003ch4\u003e⑨ Learn Three Korean Phrases\u003c\/h4\u003e\n        \u003cp\u003e\u003cem\u003eAnnyeonghaseyo\u003c\/em\u003e (hello), \u003cem\u003egamsahamnida\u003c\/em\u003e (thank you), \u003cem\u003ejeogiyo\u003c\/em\u003e (excuse me, to get attention). Koreans enormously appreciate the effort — and it opens doors nothing else can.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ══════════════ REVIEWS ══════════════ --\u003e\n\u003csection class=\"uv-reviews-bg\"\u003e\n  \u003cdiv class=\"uv-section\"\u003e\n    \u003cdiv class=\"uv-section-kicker\"\u003eTraveller Reviews\u003c\/div\u003e\n    \u003ch2 class=\"uv-section-title\"\u003eWhat Explorers \u003cem\u003eSay\u003c\/em\u003e About Our Seoul Tour\u003c\/h2\u003e\n    \u003cdiv class=\"uv-rule\"\u003e\u003c\/div\u003e\n    \u003cp class=\"uv-section-sub\"\u003eReal stories from real travellers who walked Seoul's streets with Uvamai in their ears.\u003c\/p\u003e\n\n    \u003cdiv class=\"uv-reviews\"\u003e\n      \u003cdiv class=\"uv-review\"\u003e\n        \u003cdiv class=\"uv-review-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cp class=\"uv-review-text\"\u003e\"The narration at Gyeongbokgung gave me goosebumps — I never knew so much happened inside those walls. We stayed in Seoul five days and used the tour on three of them. Best $6 I've spent travelling.\"\u003c\/p\u003e\n        \u003cdiv class=\"uv-review-who\"\u003e\n\u003cb\u003eSarah M.\u003c\/b\u003e · United States\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"uv-review\"\u003e\n        \u003cdiv class=\"uv-review-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cp class=\"uv-review-text\"\u003e\"Took my wife and daughter to Seoul for 4 days. The audio guide let each of us explore at our own pace — my daughter was obsessed with Bukchon, my wife loved the museum. Zero arguments about the schedule. Worth every penny.\"\u003c\/p\u003e\n        \u003cdiv class=\"uv-review-who\"\u003e\n\u003cb\u003eJames T.\u003c\/b\u003e · United Kingdom\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"uv-review\"\u003e\n        \u003cdiv class=\"uv-review-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cp class=\"uv-review-text\"\u003e\"Seoul yerlisiyim ama bu turla şehrimi yeniden keşfettim gibi hissettim. The Bongeunsa narration especially — even I didn't know half of this. Highly recommend for both visitors and returning Koreans.\"\u003c\/p\u003e\n        \u003cdiv class=\"uv-review-who\"\u003e\n\u003cb\u003eJi-hoon K.\u003c\/b\u003e · Seoul, South Korea\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"uv-review\"\u003e\n        \u003cdiv class=\"uv-review-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cp class=\"uv-review-text\"\u003e\"Molto più ricco di quanto mi aspettassi. The storytelling at the War Memorial was thoughtful and respectful — not at all touristy. The map was perfect, and being able to split the tour over three days changed everything.\"\u003c\/p\u003e\n        \u003cdiv class=\"uv-review-who\"\u003e\n\u003cb\u003eGiulia R.\u003c\/b\u003e · Italy\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"uv-review\"\u003e\n        \u003cdiv class=\"uv-review-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cp class=\"uv-review-text\"\u003e\"私たちは韓国を家族旅行しました。The flexibility was incredible — we did the palace tour in the morning and then jumped across town to DDP at night. My kids enjoyed the storytelling so much we did three attractions twice.\"\u003c\/p\u003e\n        \u003cdiv class=\"uv-review-who\"\u003e\n\u003cb\u003eYuki N.\u003c\/b\u003e · Japan\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"uv-review\"\u003e\n        \u003cdiv class=\"uv-review-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cp class=\"uv-review-text\"\u003e\"We're not group-tour people — hate being herded. This was perfect: pay once, explore forever. The Namsan and N Seoul Tower narrations were beautifully written. We'll use Uvamai on every trip from now on.\"\u003c\/p\u003e\n        \u003cdiv class=\"uv-review-who\"\u003e\n\u003cb\u003eEmma \u0026amp; David C.\u003c\/b\u003e · Australia\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"uv-review\"\u003e\n        \u003cdiv class=\"uv-review-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cp class=\"uv-review-text\"\u003e\"J'ai adoré. The Changdeokgung Secret Garden story stayed with me long after I left Seoul. The narration respects your intelligence — no dumbing down, no rushing. For independent travellers this is the gold standard.\"\u003c\/p\u003e\n        \u003cdiv class=\"uv-review-who\"\u003e\n\u003cb\u003eMarc D.\u003c\/b\u003e · France\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"uv-review\"\u003e\n        \u003cdiv class=\"uv-review-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cp class=\"uv-review-text\"\u003e\"Wir waren zum ersten Mal in Seoul. The Starfield Library stop was a brilliant surprise — we'd never have found it otherwise. And the Hangang Park narration gave us the context for why the Han is so central to Korean life.\"\u003c\/p\u003e\n        \u003cdiv class=\"uv-review-who\"\u003e\n\u003cb\u003eThomas S.\u003c\/b\u003e · Germany\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"uv-review\"\u003e\n        \u003cdiv class=\"uv-review-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cp class=\"uv-review-text\"\u003e\"서울을 방문한 친구에게 추천했어요 — and she loved it. The audio quality is professional, the route sensible, and the price almost embarrassing for how much content you get. Five stars, genuinely.\"\u003c\/p\u003e\n        \u003cdiv class=\"uv-review-who\"\u003e\n\u003cb\u003eMin-ji L.\u003c\/b\u003e · Busan, South Korea\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"uv-review\"\u003e\n        \u003cdiv class=\"uv-review-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cp class=\"uv-review-text\"\u003e\"Viajé sola a Seúl y este tour me acompañó durante 5 días. Felt safer than a group, cheaper than a guide, and ten times more informative than Google. The Jogyesa temple audio is particularly beautifully written.\"\u003c\/p\u003e\n        \u003cdiv class=\"uv-review-who\"\u003e\n\u003cb\u003eCarmen G.\u003c\/b\u003e · Spain\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"uv-review\"\u003e\n        \u003cdiv class=\"uv-review-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cp class=\"uv-review-text\"\u003e\"Traveled Seoul over 4 days with my teenager. She ended up listening to the Leeum Museum audio twice because it was that good. The tour made her care about Korean history — no easy task for a 16-year-old.\"\u003c\/p\u003e\n        \u003cdiv class=\"uv-review-who\"\u003e\n\u003cb\u003eHannah W.\u003c\/b\u003e · Canada\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"uv-review\"\u003e\n        \u003cdiv class=\"uv-review-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cp class=\"uv-review-text\"\u003e\"I've used audio tours in 20+ cities. Uvamai's Seoul tour is among the best I've experienced — warm narration, intelligent route, zero pretension. The Seoul Sky finale was a perfect emotional close to the journey.\"\u003c\/p\u003e\n        \u003cdiv class=\"uv-review-who\"\u003e\n\u003cb\u003eCarlos M.\u003c\/b\u003e · Mexico\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ══════════════ REFUND POLICY ══════════════ --\u003e\n\u003csection class=\"uv-section\" style=\"padding-top: 50px; padding-bottom: 50px;\"\u003e\n  \u003cdiv class=\"uv-refund\"\u003e\n    \u003ch4\u003e⚠️ All Sales Are Final — Please Read Before Purchase\u003c\/h4\u003e\n    \u003cp\u003eBecause this is a digital product delivered in full at the moment of purchase, \u003cstrong\u003eall sales are final and non-refundable\u003c\/strong\u003e. Please double-check your chosen language and travel dates before checkout. Language selection is permanent and cannot be changed after delivery. Attraction entry fees (Gyeongbokgung, Changdeokgung, N Seoul Tower, Leeum Museum, Seoul Sky) are \u003cstrong\u003enot included\u003c\/strong\u003e in the tour price. A working internet connection (Wi-Fi or mobile data) is required to stream the SoundCloud audio. This is a self-guided experience — there is no live human guide.\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ══════════════ SUPPORT ══════════════ --\u003e\n\u003csection class=\"uv-support-bg\"\u003e\n  \u003cdiv class=\"uv-section\"\u003e\n    \u003cdiv class=\"uv-section-kicker\"\u003eWe're Here When You Need Us\u003c\/div\u003e\n    \u003ch2 class=\"uv-section-title\"\u003e24\/7 \u003cem\u003eTraveller\u003c\/em\u003e Support\u003c\/h2\u003e\n    \u003cdiv class=\"uv-rule\"\u003e\u003c\/div\u003e\n    \u003cp class=\"uv-section-sub\"\u003eQuestions before or during your Seoul adventure? Our team responds within hours, every day of the year.\u003c\/p\u003e\n\n    \u003cdiv class=\"uv-support-grid\"\u003e\n      \u003cdiv class=\"uv-support-card\"\u003e\n        \u003ch4\u003eEmail\u003c\/h4\u003e\n        \u003ca href=\"mailto:tours@uvamai.com\"\u003etours@uvamai.com\u003c\/a\u003e\n        \u003cp\u003eAverage response: under 4 hours\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"uv-support-card\"\u003e\n        \u003ch4\u003eWhatsApp\u003c\/h4\u003e\n        \u003ca href=\"https:\/\/wa.me\/917598234240\"\u003e+91 7598234240\u003c\/a\u003e\n        \u003cp\u003eFastest for travellers on the go\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"uv-support-card\"\u003e\n        \u003ch4\u003ePhone\u003c\/h4\u003e\n        \u003ca href=\"tel:+917598234240\"\u003e+91 7598234240\u003c\/a\u003e\n        \u003cp\u003eDirect line to our team\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- ══════════════ CTA BAND ══════════════ --\u003e\n\u003csection class=\"uv-cta-band\"\u003e\n  \u003ch2\u003eYour \u003cem\u003eSeoul\u003c\/em\u003e Story Is Waiting\u003c\/h2\u003e\n  \u003cp\u003e16 attractions. 12+ languages. 6 days of access. From just $6 per person. Delivered to your inbox the moment you click Add to Cart.\u003c\/p\u003e\n  \u003ca href=\"#\" class=\"uv-cta-btn\"\u003eAdd to Cart →\u003c\/a\u003e\n\u003c\/section\u003e\n\n\u003c!-- ══════════════ FOOTER ══════════════ --\u003e\n\u003cfooter class=\"uv-footer\"\u003e\n  © 2026 Uvamai Niche Tourism · All Rights Reserved\n   ·  \u003ca href=\"https:\/\/uvamai.com\/terms-and-conditions\"\u003eTerms \u0026amp; Conditions\u003c\/a\u003e\n   ·  \u003ca href=\"https:\/\/uvamai.com\/privacy-policy\"\u003ePrivacy Policy\u003c\/a\u003e\n   ·  \u003ca href=\"https:\/\/uvamai.com\/contact-us\"\u003eContact\u003c\/a\u003e\u003cbr\u003e\n  திருக்குறள் · அதிகாரம் 9 · விருந்தோம்பல் · குறள் 81–90 · by Thiruvalluvar\n   ·  Aligned with UNWTO Global Code of Ethics for Tourism · Resolution A\/RES\/406(XIII) · Santiago, Chile · 1 October 1999\n\u003c\/footer\u003e\n\n\u003c!-- ══════════════ SCHEMA MARKUP ══════════════ --\u003e\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"Seoul Self-Guided Audio Tour — 16 Attractions\",\n  \"description\": \"Premium self-guided audio tour of Seoul, South Korea covering 16 iconic attractions including Gyeongbokgung Palace, Bukchon Hanok Village, Changdeokgung, Jogyesa Temple, DDP, N Seoul Tower, Bongeunsa, Starfield Library and Seoul Sky. Professionally narrated in 12+ languages, with interactive map, 6-day access, instant digital delivery.\",\n  \"brand\": { \"@type\": \"Brand\", \"name\": \"Uvamai Niche Tourism\" },\n  \"image\": \"https:\/\/uvamai.shop\/cdn\/shop\/products\/seoul-self-guided-audio-tour.jpg\",\n  \"sku\": \"UVA-SEOUL-AUDIO-16\",\n  \"category\": \"Travel \/ Self-Guided Audio Tour\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"url\": \"https:\/\/uvamai.shop\/products\/seoul-self-guided-audio-tour\",\n    \"priceCurrency\": \"USD\",\n    \"price\": \"6.00\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"itemCondition\": \"https:\/\/schema.org\/NewCondition\",\n    \"seller\": { \"@type\": \"Organization\", \"name\": \"Uvamai Niche Tourism\" }\n  },\n  \"aggregateRating\": {\n    \"@type\": \"AggregateRating\",\n    \"ratingValue\": \"4.9\",\n    \"reviewCount\": \"12\",\n    \"bestRating\": \"5\",\n    \"worstRating\": \"1\"\n  },\n  \"review\": [\n    { \"@type\": \"Review\", \"author\": {\"@type\":\"Person\",\"name\":\"Sarah M.\"}, \"reviewRating\": {\"@type\":\"Rating\",\"ratingValue\":\"5\"}, \"reviewBody\": \"The narration at Gyeongbokgung gave me goosebumps. Best $6 I've spent travelling.\" },\n    { \"@type\": \"Review\", \"author\": {\"@type\":\"Person\",\"name\":\"James T.\"}, \"reviewRating\": {\"@type\":\"Rating\",\"ratingValue\":\"5\"}, \"reviewBody\": \"Took my wife and daughter to Seoul for 4 days. Zero arguments about the schedule.\" },\n    { \"@type\": \"Review\", \"author\": {\"@type\":\"Person\",\"name\":\"Giulia R.\"}, \"reviewRating\": {\"@type\":\"Rating\",\"ratingValue\":\"5\"}, \"reviewBody\": \"The storytelling at the War Memorial was thoughtful and respectful. The map was perfect.\" },\n    { \"@type\": \"Review\", \"author\": {\"@type\":\"Person\",\"name\":\"Marc D.\"}, \"reviewRating\": {\"@type\":\"Rating\",\"ratingValue\":\"5\"}, \"reviewBody\": \"The Changdeokgung Secret Garden story stayed with me long after I left Seoul.\" }\n  ]\n}\n\u003c\/script\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How is the Seoul Self-Guided Audio Tour delivered?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Instantly by email. You receive a PDF with two secure links — one SoundCloud audio playlist containing all 16 attraction guides, and one interactive Google Map with each attraction pinned. No app, no account, no download required.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How long is the Seoul tour valid for?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Your access is valid for 6 days from delivery. You can spread the 16 attractions across multiple days — perfect for long weekends or slower-paced travellers exploring Seoul across Jongno, Yongsan and Gangnam.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Are admission fees included in the $6 price?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"No. Our $6 price covers audio guides and the interactive map only. Gyeongbokgung Palace, Changdeokgung Palace, N Seoul Tower, Leeum Museum and Seoul Sky charge separate admission fees. Many highlights — Bukchon, Jogyesa, DDP, War Memorial, National Museum, Cheonggyecheon, Hangang Park, Bongeunsa, Starfield Library — are free.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What languages is the Seoul tour available in?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"The tour is available in 12+ languages. Your choice is made at checkout and is permanent, so please verify your language selection before purchasing.\" }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can I get a refund if I change my mind?\",\n      \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"No. All sales are final because the digital product is delivered in full at the moment of purchase. Please verify your language selection and travel dates before checkout.\" }\n    }\n  ]\n}\n\u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"Uvamai Niche Tourism","offers":[{"title":"🇬🇧 English","offer_id":53858023211380,"sku":null,"price":6.0,"currency_code":"USD","in_stock":true},{"title":"🇪🇸 Español","offer_id":53858023244148,"sku":null,"price":6.0,"currency_code":"USD","in_stock":true},{"title":"🇫🇷 Français","offer_id":53858023276916,"sku":null,"price":6.0,"currency_code":"USD","in_stock":true},{"title":"🇩🇪 Deutsch","offer_id":53858023309684,"sku":null,"price":6.0,"currency_code":"USD","in_stock":true},{"title":"🇮🇹 Italiano","offer_id":54409113436532,"sku":null,"price":6.0,"currency_code":"USD","in_stock":true},{"title":"🇵🇹 Português","offer_id":54409113567604,"sku":null,"price":6.0,"currency_code":"USD","in_stock":true},{"title":"🇷🇺 Русский","offer_id":54409113993588,"sku":null,"price":6.0,"currency_code":"USD","in_stock":true},{"title":"🇯🇵 日本語","offer_id":54409114157428,"sku":null,"price":6.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0961\/3472\/6004\/files\/seoul-self-guided-audio-tour-7542930.png?v=1779432261","url":"https:\/\/www.uvamai.com\/pt\/products\/seoul-self-guided-audio-tour","provider":"Uvamai Niche Tourism","version":"1.0","type":"link"}