{"product_id":"ie-stage-3-map-pack-is38-swapped-vw-audi-mk7-gti-gli-8v-a3","title":"IE Stage 3 MAP Pack (IS38 Turbo) - VW\/Audi \/ Mk7 GTI \/ GLI \/ 8V A3","description":"\u003c!-- ============================================================\n  IE STAGE 3 IS38 MAP PACK — SHOPIFY PRODUCT DESCRIPTION\n  Drop into Shopify Admin \u003e Products \u003e Description (HTML mode)\n  ============================================================ --\u003e\n \u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Barlow+Condensed:ital,wght@0,400;0,600;0,700;0,800;0,900;1,700\u0026amp;family=Barlow:wght@400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n \u003cstyle\u003e\n  .ie-wrap * { box-sizing: border-box; margin: 0; padding: 0; }\n  .ie-wrap {\n  background: #ffffff;\n  color: #1a1a1a;\n  font-family: 'Barlow', sans-serif;\n  font-size: 16px;\n  line-height: 1.6;\n  overflow: hidden;\n  }\n \n\n  \/* ── TYPOGRAPHY ─────────────────────────────────────────── *\/\n  .ie-h1 {\n  font-family: 'Barlow Condensed', sans-serif;\n  font-weight: 900;\n  font-size: clamp(2rem, 5vw, 3.8rem);\n  text-transform: uppercase;\n  letter-spacing: 0.02em;\n  line-height: 1.05;\n  color: #111111;\n  }\n  .ie-h2 {\n  font-family: 'Barlow Condensed', sans-serif;\n  font-weight: 800;\n  font-size: clamp(1.4rem, 3.5vw, 2.4rem);\n  text-transform: uppercase;\n  letter-spacing: 0.04em;\n  line-height: 1.1;\n  color: #111111;\n  }\n  .ie-h3 {\n  font-family: 'Barlow Condensed', sans-serif;\n  font-weight: 700;\n  font-size: clamp(1.05rem, 2.5vw, 1.4rem);\n  text-transform: uppercase;\n  letter-spacing: 0.06em;\n  color: #111111;\n  }\n  .ie-label {\n  font-family: 'Barlow Condensed', sans-serif;\n  font-weight: 700;\n  font-size: 1.1rem;\n  text-transform: uppercase;\n  letter-spacing: 0.15em;\n  color: #cc0000;\n  }\n  .ie-body { color: #555555; line-height: 1.7; }\n \n\n  \/* ── SECTION HELPERS ────────────────────────────────────── *\/\n  .ie-section {\n  padding: 72px 40px;\n  max-width: 1200px;\n  margin: 0 auto;\n  }\n  .ie-section--full { padding: 0; max-width: none; }\n  .ie-divider {\n  width: 48px;\n  height: 3px;\n  background: #cc0000;\n  margin: 16px 0 24px;\n  }\n  @media (max-width: 768px) { .ie-section { padding: 48px 20px; } }\n \n\n  \/* ── HERO CALLOUT ───────────────────────────────────────── *\/\n  .ie-hero-callout {\n  background: #f4f4f4;\n  border-left: 4px solid #cc0000;\n  padding: 56px 48px;\n  }\n  .ie-hero-callout .ie-label { margin-bottom: 12px; }\n  .ie-hero-callout .ie-h1 { margin-bottom: 20px; }\n  .ie-hero-callout p { font-size: 1.1rem; max-width: 760px; color: #555; }\n  @media (max-width: 600px) { .ie-hero-callout { padding: 40px 24px; } }\n \n\n  \/* ── FEATURES SLIDER (pure CSS radio — Shopify safe) ───── *\/\n  .ie-sr {\n  position: absolute; width: 0; height: 0;\n  opacity: 0; pointer-events: none;\n  }\n  .ie-slider-wrap { position: relative; max-width: 1200px; margin: 0 auto; }\n  .ie-slider-outer { overflow: hidden; position: relative; background: #ffffff; }\n  .ie-slider-track {\n  display: flex;\n  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);\n  }\n  #ie-s1:checked ~ .ie-slider-outer .ie-slider-track { transform: translateX(0%); }\n  #ie-s2:checked ~ .ie-slider-outer .ie-slider-track { transform: translateX(-100%); }\n  #ie-s3:checked ~ .ie-slider-outer .ie-slider-track { transform: translateX(-200%); }\n  #ie-s4:checked ~ .ie-slider-outer .ie-slider-track { transform: translateX(-300%); }\n  #ie-s5:checked ~ .ie-slider-outer .ie-slider-track { transform: translateX(-400%); }\n  .ie-slide {\n  display: grid; grid-template-columns: 1fr 1fr;\n  flex: 0 0 100%; width: 100%;\n  align-items: stretch; min-height: 480px;\n  }\n  .ie-slide-img { overflow: hidden; background: #eee; }\n  .ie-slide-img img {\n  width: 100%; height: 100%; object-fit: cover; display: block;\n  transition: transform 0.6s ease;\n  }\n  .ie-slide:hover .ie-slide-img img { transform: scale(1.03); }\n  .ie-slide-body {\n  display: flex; flex-direction: column; justify-content: center;\n  padding: 56px 52px; background: #ffffff;\n  }\n  .ie-slide-body .ie-h2 { margin-bottom: 16px; }\n  .ie-slide-body .ie-divider { margin: 0 0 24px; }\n  .ie-arr {\n  display: none; position: absolute;\n  top: 50%; transform: translateY(-50%);\n  width: 48px; height: 48px; border-radius: 50%;\n  border: 2px solid #ddd; background: #ffffff; color: #222;\n  cursor: pointer; align-items: center; justify-content: center;\n  z-index: 10; user-select: none;\n  transition: background 0.2s, border-color 0.2s, color 0.2s;\n  }\n  .ie-arr:hover { background: #cc0000; border-color: #cc0000; color: #fff; }\n  .ie-arr-prev { left: 16px; }\n  .ie-arr-next { right: 16px; }\n  #ie-s1:checked ~ .ie-slider-outer .ie-from-s1 { display: flex; }\n  #ie-s2:checked ~ .ie-slider-outer .ie-from-s2 { display: flex; }\n  #ie-s3:checked ~ .ie-slider-outer .ie-from-s3 { display: flex; }\n  #ie-s4:checked ~ .ie-slider-outer .ie-from-s4 { display: flex; }\n  #ie-s5:checked ~ .ie-slider-outer .ie-from-s5 { display: flex; }\n  .ie-slider-dots {\n  display: flex; justify-content: center; gap: 10px; padding: 24px 0 0;\n  }\n  .ie-dot {\n  width: 10px; height: 10px; border-radius: 50%;\n  background: #ddd; cursor: pointer; display: block;\n  transition: background 0.25s, transform 0.25s;\n  }\n  #ie-s1:checked ~ .ie-slider-dots label[for=\"ie-s1\"],\n  #ie-s2:checked ~ .ie-slider-dots label[for=\"ie-s2\"],\n  #ie-s3:checked ~ .ie-slider-dots label[for=\"ie-s3\"],\n  #ie-s4:checked ~ .ie-slider-dots label[for=\"ie-s4\"],\n  #ie-s5:checked ~ .ie-slider-dots label[for=\"ie-s5\"] {\n  background: #cc0000; transform: scale(1.3);\n  }\n  @media (max-width: 900px) {\n  .ie-slide { grid-template-columns: 1fr; min-height: auto; }\n  .ie-slide-img { aspect-ratio: 16\/9; height: auto; }\n  .ie-slide-body { padding: 36px 28px; }\n  .ie-arr { display: none !important; }\n  }\n \n\n  \/* ── HP STAT CALLOUT ────────────────────────────────────── *\/\n  .ie-hp-callout {\n  position: relative; background: #222; overflow: hidden;\n  }\n  .ie-hp-callout img {\n  width: 100%; max-height: 500px;\n  object-fit: cover; display: block; opacity: 0.45;\n  }\n  .ie-hp-callout-overlay {\n  position: absolute; inset: 0;\n  display: flex; flex-direction: column;\n  align-items: center; justify-content: center;\n  text-align: center; padding: 40px;\n  background: linear-gradient(to right, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 100%);\n  }\n  .ie-hp-stat {\n  font-family: 'Barlow Condensed', sans-serif;\n  font-size: clamp(5rem, 15vw, 11rem);\n  font-weight: 900; line-height: 0.85;\n  color: #fff; letter-spacing: -0.02em;\n  }\n  .ie-hp-stat span { color: #cc0000; }\n  .ie-hp-callout-overlay .ie-h2 { margin-top: 8px; color: #fff; }\n  .ie-hp-callout-overlay .ie-body { margin-top: 20px; max-width: 560px; font-size: 1.05rem; color: rgba(255,255,255,0.8); }\n \n\n  \/* ── SPLIT ROWS ─────────────────────────────────────────── *\/\n  .ie-split {\n  display: grid; grid-template-columns: 1fr 1fr;\n  min-height: 420px; align-items: stretch;\n  border-bottom: 1px solid #e8e8e8;\n  }\n  .ie-split--reverse { direction: rtl; }\n  .ie-split--reverse \u003e * { direction: ltr; }\n  .ie-split-img { overflow: hidden; }\n  .ie-split-img img {\n  width: 100%; height: 100%; object-fit: cover; display: block;\n  opacity: 0.95; transition: opacity 0.4s;\n  }\n  .ie-split:hover .ie-split-img img { opacity: 1; }\n  .ie-split-text {\n  display: flex; flex-direction: column; justify-content: center;\n  padding: 56px 52px; background: #ffffff;\n  }\n  .ie-split-text .ie-label { margin-bottom: 10px; }\n  .ie-split-text .ie-h2 { margin-bottom: 16px; }\n  .ie-split-text .ie-divider { margin: 0 0 24px; }\n  @media (max-width: 900px) {\n  .ie-split { grid-template-columns: 1fr; }\n  .ie-split--reverse { direction: ltr; }\n  .ie-split-img { aspect-ratio: 16\/9; height: auto; }\n  .ie-split-text { padding: 40px 28px; }\n  }\n \n\n  \/* ── HARDWARE GUIDE ─────────────────────────────────────── *\/\n  .ie-hw-grid {\n  display: grid; grid-template-columns: 1fr 1fr;\n  gap: 2px; background: #e0e0e0; margin-top: 40px;\n  }\n  .ie-hw-card { background: #ffffff; padding: 40px 40px 48px; }\n  .ie-hw-card-header {\n  display: flex; align-items: center; gap: 14px;\n  margin-bottom: 28px; padding-bottom: 20px;\n  border-bottom: 2px solid #f0f0f0;\n  }\n  .ie-hw-fuel-badge {\n  font-family: 'Barlow Condensed', sans-serif;\n  font-weight: 800; font-size: 0.75rem;\n  text-transform: uppercase; letter-spacing: 0.14em;\n  padding: 6px 14px; background: #111; color: #fff;\n  }\n  .ie-hw-fuel-badge--e85 { background: #cc0000; }\n  .ie-hw-section-label {\n  font-family: 'Barlow Condensed', sans-serif;\n  font-weight: 700; font-size: 0.72rem;\n  text-transform: uppercase; letter-spacing: 0.14em;\n  color: #cc0000; margin-bottom: 10px; margin-top: 20px;\n  }\n  .ie-hw-section-label:first-of-type { margin-top: 0; }\n  .ie-hw-list { list-style: none; padding: 0; }\n  .ie-hw-list li {\n  font-family: 'Barlow Condensed', sans-serif;\n  font-size: 1rem; font-weight: 600; letter-spacing: 0.04em;\n  color: #333; padding: 8px 0; border-bottom: 1px solid #f0f0f0;\n  display: flex; align-items: center; gap: 10px;\n  }\n  .ie-hw-list li::before {\n  content: ''; width: 6px; height: 6px; border-radius: 50%;\n  background: #cc0000; flex-shrink: 0;\n  }\n  .ie-hw-list li:last-child { border-bottom: none; }\n  @media (max-width: 768px) {\n  .ie-hw-grid { grid-template-columns: 1fr; }\n  .ie-hw-card { padding: 32px 24px; }\n  }\n \n\n  \/* ── FAQ ────────────────────────────────────────────────── *\/\n  .ie-faq { background: #ffffff; }\n  .ie-faq-list { margin-top: 40px; }\n  .ie-faq-item { border-bottom: 1px solid #e8e8e8; }\n  .ie-faq-item summary {\n  list-style: none; cursor: pointer;\n  display: flex; justify-content: space-between; align-items: center;\n  padding: 22px 8px;\n  font-family: 'Barlow Condensed', sans-serif;\n  font-weight: 700; font-size: 1.05rem;\n  text-transform: uppercase; letter-spacing: 0.06em;\n  color: #222; transition: color 0.2s; user-select: none;\n  }\n  .ie-faq-item summary::-webkit-details-marker { display: none; }\n  .ie-faq-item summary span { flex: 1; padding-right: 12px; }\n  .ie-faq-item summary::after {\n  content: '+'; font-size: 1.6rem; font-weight: 300;\n  color: #cc0000; flex-shrink: 0; margin-left: 16px;\n  transition: transform 0.25s;\n  }\n  .ie-faq-item[open] summary::after { transform: rotate(45deg); }\n  .ie-faq-item[open] summary { color: #cc0000; }\n  .ie-faq-body {\n  padding: 0 8px 28px; color: #555;\n  font-size: 0.97rem; line-height: 1.75; max-width: 860px;\n  }\n \u003c\/style\u003e\n \u003cdiv class=\"ie-wrap\"\u003e\n \u003c!-- ═══════════════════════════════════════════════════════\n  HERO CALLOUT\n  ═══════════════════════════════════════════════════════ --\u003e\n \u003cdiv class=\"ie-hero-callout\"\u003e\n \u003cdiv class=\"ie-label\"\u003eStage 3 — IS38 Turbo Upgrade\u003c\/div\u003e\n \u003ch1 class=\"ie-h1\"\u003eFrom Sporty\u003cbr\u003eto Holy $#!%\u003c\/h1\u003e\n \u003cp\u003eReal horsepower gains without sacrificing safety only happens when every detail is dialed in. That's what iE does best. The iE IS38 Map Pack upgrades your GTI's factory engine computer with custom programming built specifically for the larger IHI IS38 turbocharger. Smooth, predictable power with none of the harshness, lag, or unpredictability of generic setups. More power, stronger acceleration, and a pull that keeps building long after the stock turbo gives up.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003c!-- ═══════════════════════════════════════════════════════\n  FEATURES SLIDER (pure CSS — radio input controlled)\n  ═══════════════════════════════════════════════════════ --\u003e\n \u003cdiv style=\"background: #f7f7f7; padding: 72px 0 64px;\" class=\"ie-section--full\"\u003e\n \u003cdiv style=\"padding-bottom: 32px;\" class=\"ie-section\"\u003e\n \u003cdiv class=\"ie-label\"\u003eWhat You Get\u003c\/div\u003e\n \u003ch2 class=\"ie-h1\"\u003eFeatures\u003c\/h2\u003e\n \u003cdiv class=\"ie-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ie-slider-wrap\"\u003e\n \u003cinput checked name=\"ie-slider-is38\" id=\"ie-s1\" class=\"ie-sr\" type=\"radio\"\u003e \u003cinput name=\"ie-slider-is38\" id=\"ie-s2\" class=\"ie-sr\" type=\"radio\"\u003e \u003cinput name=\"ie-slider-is38\" id=\"ie-s3\" class=\"ie-sr\" type=\"radio\"\u003e \u003cinput name=\"ie-slider-is38\" id=\"ie-s4\" class=\"ie-sr\" type=\"radio\"\u003e \u003cinput name=\"ie-slider-is38\" id=\"ie-s5\" class=\"ie-sr\" type=\"radio\"\u003e\n \u003cdiv class=\"ie-slider-outer\"\u003e\n \u003cdiv class=\"ie-slider-track\"\u003e\n \u003cdiv class=\"ie-slide\"\u003e\n \u003cdiv class=\"ie-slide-img\"\u003e\u003cimg loading=\"lazy\" alt=\"Go Beyond Stage 2\" src=\"https:\/\/performancebyie.com\/cdn\/shop\/files\/Mk7.5_Rabbit_Tuning_1_Edit_2_JPG.jpg?v=1776713310\u0026amp;width=1200\"\u003e\u003c\/div\u003e\n \u003cdiv class=\"ie-slide-body\"\u003e\n \u003ch3 class=\"ie-h2\"\u003eGo Beyond Stage 2\u003c\/h3\u003e\n \u003cdiv class=\"ie-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n \u003cp class=\"ie-body\"\u003eThe IS38 turbocharger comes factory-equipped on the Golf R and Audi S3, making it a proven, direct bolt-on upgrade for GTI, GLI, and A3 2.0T engines. Larger than the stock IS20 turbo, it flows more air to deliver a serious increase in power and acceleration. The iE IS38 Map Pack upgrades your factory engine computer with custom programming calibrated specifically for the IS38 turbo, eliminating risky behavior and safely releasing its full potential. Smooth, safe power with a confident pull and the refined drivability iE is known for.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ie-slide\"\u003e\n \u003cdiv class=\"ie-slide-img\"\u003e\u003cimg loading=\"lazy\" alt=\"All Pros, No Cons\" src=\"https:\/\/performancebyie.com\/cdn\/shop\/files\/IEEXCI6_INSTALLED_GLI_ROLLER.png?v=1776224512\u0026amp;width=1200\"\u003e\u003c\/div\u003e\n \u003cdiv class=\"ie-slide-body\"\u003e\n \u003ch3 class=\"ie-h2\"\u003eAll Pros, No Cons\u003c\/h3\u003e\n \u003cdiv class=\"ie-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n \u003cp class=\"ie-body\"\u003eEnjoy beyond–Golf R performance in your GTI without sacrificing spool, comfort, or daily drivability. After months of development and real-world testing across different cars, climates, and driving conditions, this IS38 calibration delivers power you can rely on everywhere. Intelligent AutoProtect safety logic constantly monitors engine conditions and instantly reduces power if something isn't right.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ie-slide\"\u003e\n \u003cdiv class=\"ie-slide-img\"\u003e\u003cimg loading=\"lazy\" alt=\"TrueFlex Ethanol Support\" src=\"https:\/\/performancebyie.com\/cdn\/shop\/files\/iE_MK7_TrueFlex.webp?v=1776713323\u0026amp;width=1200\"\u003e\u003c\/div\u003e\n \u003cdiv class=\"ie-slide-body\"\u003e\n \u003ch3 class=\"ie-h2\"\u003eTrueFlex™ Ethanol Support\u003c\/h3\u003e\n \u003cdiv class=\"ie-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n \u003cp class=\"ie-body\"\u003eRunning ethanol unlocks even more power from the IS38. The IS38 Map Pack includes full TrueFlex™ support for E60–E70 blends with the proper hardware installed. The ECU reads and adapts to your exact ethanol content in real time — no reflashing, no blend guessing. Just fill and go.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ie-slide\"\u003e\n \u003cdiv class=\"ie-slide-img\"\u003e\u003cimg loading=\"lazy\" alt=\"AutoProtect Safety\" src=\"https:\/\/performancebyie.com\/cdn\/shop\/files\/iE_AntiLag_Launch_9f0d6e49-f218-458a-950e-4eff52854650.gif?v=1776713322\u0026amp;width=1200\"\u003e\u003c\/div\u003e\n \u003cdiv class=\"ie-slide-body\"\u003e\n \u003ch3 class=\"ie-h2\"\u003eAutoProtect™ Safety\u003c\/h3\u003e\n \u003cdiv class=\"ie-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n \u003cp class=\"ie-body\"\u003eIntelligent AutoProtect™ safety logic constantly monitors engine conditions and instantly reduces power if something isn't right — protecting your engine at all times. When conditions stabilize, power automatically restores. Big power. Smart guardrails.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ie-slide\"\u003e\n \u003cdiv class=\"ie-slide-img\"\u003e\u003cimg loading=\"lazy\" alt=\"Instant Cloud Delivery\" src=\"https:\/\/performancebyie.com\/cdn\/shop\/files\/iE_POWERlink_Mobile.gif?v=1776713325\u0026amp;width=1200\"\u003e\u003c\/div\u003e\n \u003cdiv class=\"ie-slide-body\"\u003e\n \u003ch3 class=\"ie-h2\"\u003eInstant Cloud Delivery\u003c\/h3\u003e\n \u003cdiv class=\"ie-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n \u003cp class=\"ie-body\"\u003eThere is no waiting for an “upgrade license” or back-and-forth emails. When you purchase iE Map Packs, our server identifies your unique \u003ca style=\"color: inherit; text-decoration: underline; text-decoration-color: #cc0000; text-underline-offset: 3px;\" rel=\"noopener\" href=\"https:\/\/www.urotuning.com\/products\/integrated-engineering-powerlink-v4-cable-iesovu7?variant=13064861417527\" target=\"_blank\"\u003ePOWERlink™\u003c\/a\u003e Serial Number and loads the balance directly to your device via the cloud. No file attachments. No downtime. You simply open the app, and your unlock credits are waiting.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003clabel class=\"ie-arr ie-arr-prev ie-from-s1\" for=\"ie-s5\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 20 20\" height=\"20\" width=\"20\"\u003e\u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.2\" stroke=\"currentColor\" d=\"M13 3L6 10L13 17\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/label\u003e \u003clabel class=\"ie-arr ie-arr-prev ie-from-s2\" for=\"ie-s1\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 20 20\" height=\"20\" width=\"20\"\u003e\u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.2\" stroke=\"currentColor\" d=\"M13 3L6 10L13 17\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/label\u003e \u003clabel class=\"ie-arr ie-arr-prev ie-from-s3\" for=\"ie-s2\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 20 20\" height=\"20\" width=\"20\"\u003e\u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.2\" stroke=\"currentColor\" d=\"M13 3L6 10L13 17\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/label\u003e \u003clabel class=\"ie-arr ie-arr-prev ie-from-s4\" for=\"ie-s3\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 20 20\" height=\"20\" width=\"20\"\u003e\u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.2\" stroke=\"currentColor\" d=\"M13 3L6 10L13 17\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/label\u003e \u003clabel class=\"ie-arr ie-arr-prev ie-from-s5\" for=\"ie-s4\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 20 20\" height=\"20\" width=\"20\"\u003e\u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.2\" stroke=\"currentColor\" d=\"M13 3L6 10L13 17\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/label\u003e \u003clabel class=\"ie-arr ie-arr-next ie-from-s1\" for=\"ie-s2\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 20 20\" height=\"20\" width=\"20\"\u003e\u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.2\" stroke=\"currentColor\" d=\"M7 3L14 10L7 17\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/label\u003e \u003clabel class=\"ie-arr ie-arr-next ie-from-s2\" for=\"ie-s3\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 20 20\" height=\"20\" width=\"20\"\u003e\u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.2\" stroke=\"currentColor\" d=\"M7 3L14 10L7 17\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/label\u003e \u003clabel class=\"ie-arr ie-arr-next ie-from-s3\" for=\"ie-s4\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 20 20\" height=\"20\" width=\"20\"\u003e\u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.2\" stroke=\"currentColor\" d=\"M7 3L14 10L7 17\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/label\u003e \u003clabel class=\"ie-arr ie-arr-next ie-from-s4\" for=\"ie-s5\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 20 20\" height=\"20\" width=\"20\"\u003e\u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.2\" stroke=\"currentColor\" d=\"M7 3L14 10L7 17\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/label\u003e \u003clabel class=\"ie-arr ie-arr-next ie-from-s5\" for=\"ie-s1\"\u003e\u003csvg fill=\"none\" viewbox=\"0 0 20 20\" height=\"20\" width=\"20\"\u003e\u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2.2\" stroke=\"currentColor\" d=\"M7 3L14 10L7 17\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/label\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ie-slider-dots\"\u003e\n \u003clabel class=\"ie-dot\" for=\"ie-s1\"\u003e\u003c\/label\u003e \u003clabel class=\"ie-dot\" for=\"ie-s2\"\u003e\u003c\/label\u003e \u003clabel class=\"ie-dot\" for=\"ie-s3\"\u003e\u003c\/label\u003e \u003clabel class=\"ie-dot\" for=\"ie-s4\"\u003e\u003c\/label\u003e \u003clabel class=\"ie-dot\" for=\"ie-s5\"\u003e\u003c\/label\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003c!-- ═══════════════════════════════════════════════════════\n  HP CALLOUT\n  ═══════════════════════════════════════════════════════ --\u003e\n \u003cdiv class=\"ie-hp-callout\"\u003e\n \u003cimg loading=\"lazy\" alt=\"Up to 420 HP\" src=\"https:\/\/performancebyie.com\/cdn\/shop\/files\/MK7_GTI.png?v=1737039663\u0026amp;width=2000\"\u003e\n \u003cdiv class=\"ie-hp-callout-overlay\"\u003e\n \u003cdiv class=\"ie-label\"\u003eStage 3 IS38 Power\u003c\/div\u003e\n \u003cdiv class=\"ie-hp-stat\"\u003e\n \u003cspan\u003e420\u003c\/span\u003e HP\u003c\/div\u003e\n \u003ch2 class=\"ie-h2\"\u003eUp to 420 Horsepower\u003c\/h2\u003e\n \u003cp class=\"ie-body\"\u003eWith the proper supporting hardware installed, the iE IS38 calibration delivers up to 420 HP on MQB 2.0T engines — GTI, GLI, and Audi A3. More power, stronger acceleration, and a pull that keeps building long after the stock turbo gives up.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003c!-- ═══════════════════════════════════════════════════════\n  SPLIT ROWS\n  ═══════════════════════════════════════════════════════ --\u003e\n \u003cdiv class=\"ie-split\"\u003e\n \u003cdiv class=\"ie-split-img\"\u003e\u003cimg loading=\"lazy\" alt=\"IS38 Turbo — Proven Hardware\" src=\"https:\/\/performancebyie.com\/cdn\/shop\/files\/Screenshot_2026-03-09_at_1.17.42_PM_3b63af74-0c3f-42ae-a876-3e15e8321971.png?v=1776224559\u0026amp;width=1600\"\u003e\u003c\/div\u003e\n \u003cdiv class=\"ie-split-text\"\u003e\n \u003cdiv class=\"ie-label\"\u003eProven Factory Hardware\u003c\/div\u003e\n \u003ch2 class=\"ie-h2\"\u003eIS38 — The Golf R Turbo\u003c\/h2\u003e\n \u003cdiv class=\"ie-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n \u003cp class=\"ie-body\"\u003eThe IS38 turbocharger comes factory-equipped on the Golf R and Audi S3, making it a proven, direct bolt-on upgrade for GTI, GLI, and A3 2.0T engines. Larger than the stock IS20 turbo, it flows more air to deliver a serious increase in power and acceleration. The iE calibration is engineered to maintain smooth drivability and reliability while fully unlocking its potential.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ie-split ie-split--reverse\"\u003e\n \u003cdiv class=\"ie-split-img\"\u003e\u003cimg loading=\"lazy\" alt=\"Requires Pro or Apex Suite\" src=\"https:\/\/performancebyie.com\/cdn\/shop\/files\/IESOVN8_PDP_RESIZED_IMAGES.png?v=1776224525\u0026amp;width=1600\"\u003e\u003c\/div\u003e\n \u003cdiv class=\"ie-split-text\"\u003e\n \u003cdiv class=\"ie-label\"\u003eExisting Tune Required\u003c\/div\u003e\n \u003ch2 class=\"ie-h2\"\u003eRequires Pro or Apex Suite\u003c\/h2\u003e\n \u003cdiv class=\"ie-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n \u003cp class=\"ie-body\"\u003eThis Map Pack requires an existing iE Pro or Apex ECU Tune. It expands your tune with the calibration required to safely run the IS38 turbocharger. Upgrading your tuning options is seamless — simply install the required hardware, open the \u003ca style=\"color: inherit; text-decoration: underline; text-decoration-color: #cc0000; text-underline-offset: 3px;\" rel=\"noopener\" href=\"https:\/\/www.urotuning.com\/products\/integrated-engineering-powerlink-v4-cable-iesovu7?variant=13064861417527\" target=\"_blank\"\u003ePOWERlink™\u003c\/a\u003e app, and your upgrade credits load automatically. You only pay the difference in package cost — no extra fees.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003c!-- ═══════════════════════════════════════════════════════\n  STAGE 3 HARDWARE GUIDE\n  ═══════════════════════════════════════════════════════ --\u003e\n \u003cdiv style=\"background: #f7f7f7;\"\u003e\n \u003cdiv class=\"ie-section\"\u003e\n \u003cdiv class=\"ie-label\"\u003eWhat You'll Need\u003c\/div\u003e\n \u003ch2 class=\"ie-h1\"\u003eStage 3 Hardware Guide\u003c\/h2\u003e\n \u003cdiv class=\"ie-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n \u003cp style=\"max-width: 680px;\" class=\"ie-body\"\u003eRequired hardware varies based on your fuel choice. Review both paths below before purchasing.\u003c\/p\u003e\n \u003cdiv class=\"ie-hw-grid\"\u003e\n \u003cdiv class=\"ie-hw-card\"\u003e\n \u003cdiv class=\"ie-hw-card-header\"\u003e\u003cspan class=\"ie-hw-fuel-badge\"\u003e91 \/ 93 Octane\u003c\/span\u003e\u003c\/div\u003e\n \u003cdiv class=\"ie-hw-section-label\"\u003eHardware Required\u003c\/div\u003e\n \u003cul class=\"ie-hw-list\"\u003e\n \u003cli\u003eAir Intake\u003c\/li\u003e\n \u003cli\u003eIntercooler\u003c\/li\u003e\n \u003cli\u003eDownpipe\u003c\/li\u003e\n \u003cli\u003eHPFP Upgrade\u003c\/li\u003e\n \u003cli\u003eIS38 Turbo\u003c\/li\u003e\n \u003c\/ul\u003e\n \u003cdiv class=\"ie-hw-section-label\"\u003eSoftware Required\u003c\/div\u003e\n \u003cul class=\"ie-hw-list\"\u003e\n \u003cli\u003eTransmission Tune\u003c\/li\u003e\n \u003cli\u003eIS38 Map Pack\u003c\/li\u003e\n \u003cli\u003ePro or Apex Suite\u003c\/li\u003e\n \u003c\/ul\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ie-hw-card\"\u003e\n \u003cdiv class=\"ie-hw-card-header\"\u003e\u003cspan class=\"ie-hw-fuel-badge ie-hw-fuel-badge--e85\"\u003eTrueFlex™ E60–E70 Blend\u003c\/span\u003e\u003c\/div\u003e\n \u003cdiv class=\"ie-hw-section-label\"\u003eHardware Required\u003c\/div\u003e\n \u003cul class=\"ie-hw-list\"\u003e\n \u003cli\u003eAir Intake\u003c\/li\u003e\n \u003cli\u003eIntercooler\u003c\/li\u003e\n \u003cli\u003eDownpipe\u003c\/li\u003e\n \u003cli\u003eHPFP Upgrade\u003c\/li\u003e\n \u003cli\u003eIS38 Turbo\u003c\/li\u003e\n \u003cli\u003eTrueFlex™ Kit\u003c\/li\u003e\n \u003c\/ul\u003e\n \u003cdiv class=\"ie-hw-section-label\"\u003eSoftware Required\u003c\/div\u003e\n \u003cul class=\"ie-hw-list\"\u003e\n \u003cli\u003eTransmission Tune\u003c\/li\u003e\n \u003cli\u003eIS38 Map Pack\u003c\/li\u003e\n \u003cli\u003ePro or Apex Suite\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!-- ═══════════════════════════════════════════════════════\n  HOW IT WORKS\n  ═══════════════════════════════════════════════════════ --\u003e\n \u003cdiv style=\"background: #ffffff;\"\u003e\n \u003cdiv class=\"ie-section\"\u003e\n \u003cdiv class=\"ie-label\"\u003e\n \u003ca style=\"color: inherit; text-decoration: underline; text-decoration-color: #cc0000; text-underline-offset: 3px;\" rel=\"noopener\" href=\"https:\/\/www.urotuning.com\/products\/integrated-engineering-powerlink-v4-cable-iesovu7?variant=13064861417527\" target=\"_blank\"\u003ePOWERlink™\u003c\/a\u003e Cloud Delivery\u003c\/div\u003e\n \u003ch2 class=\"ie-h1\"\u003eHow It Works\u003c\/h2\u003e\n \u003cdiv class=\"ie-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n \u003cp style=\"max-width: 760px; margin-bottom: 32px;\" class=\"ie-body\"\u003eThere is no waiting for an “upgrade license” or back-and-forth emails. When you purchase iE Map Packs, our server identifies your unique \u003ca style=\"color: inherit; text-decoration: underline; text-decoration-color: #cc0000; text-underline-offset: 3px;\" rel=\"noopener\" href=\"https:\/\/www.urotuning.com\/products\/integrated-engineering-powerlink-v4-cable-iesovu7?variant=13064861417527\" target=\"_blank\"\u003ePOWERlink™\u003c\/a\u003e Serial Number and loads the balance directly to your device via the cloud. No file attachments. No downtime. You simply open the app, and your unlock credits are waiting.\u003c\/p\u003e\n \u003ch3 style=\"margin-bottom: 16px;\" class=\"ie-h3\"\u003eInstructions\u003c\/h3\u003e\n \u003cp style=\"max-width: 760px;\" class=\"ie-body\"\u003eWe kept this simple. Just locate the Serial Number starting with “V4” on the back of your dongle and enter it at checkout. Once purchased, connect your \u003ca style=\"color: inherit; text-decoration: underline; text-decoration-color: #cc0000; text-underline-offset: 3px;\" rel=\"noopener\" href=\"https:\/\/www.urotuning.com\/products\/integrated-engineering-powerlink-v4-cable-iesovu7?variant=13064861417527\" target=\"_blank\"\u003ePOWERlink™\u003c\/a\u003e to the app via Bluetooth. The system will auto-sync via the cloud, and your credits will appear in an hour or less.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003c!-- ═══════════════════════════════════════════════════════\n  FAQ\n  ═══════════════════════════════════════════════════════ --\u003e\n \u003cdiv style=\"background: #f7f7f7;\" class=\"ie-faq\"\u003e\n \u003cdiv class=\"ie-section\"\u003e\n \u003cdiv class=\"ie-label\"\u003eGot Questions?\u003c\/div\u003e\n \u003ch2 class=\"ie-h1\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n \u003cdiv class=\"ie-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n \u003cdiv class=\"ie-faq-list\"\u003e\n \u003cdetails class=\"ie-faq-item\"\u003e\n \u003csummary\u003e\u003cspan\u003eDoes this Map Pack include the turbocharger?\u003c\/span\u003e\u003c\/summary\u003e\n \u003cp class=\"ie-faq-body\"\u003eNo. The Map Pack only includes the ECU calibration required to run the IS38 turbo. The turbocharger and supporting hardware must be purchased separately.\u003c\/p\u003e\n \u003c\/details\u003e\n \u003cdetails class=\"ie-faq-item\"\u003e\n \u003csummary\u003e\u003cspan\u003eDo I need an iE Tune before installing this Map Pack?\u003c\/span\u003e\u003c\/summary\u003e\n \u003cp class=\"ie-faq-body\"\u003eYes. This Map Pack requires an existing iE Pro or Apex ECU Tune. The Map Pack expands your tune with the calibration required to safely run the IS38 turbocharger.\u003c\/p\u003e\n \u003c\/details\u003e\n \u003cdetails class=\"ie-faq-item\"\u003e\n \u003csummary\u003e\u003cspan\u003eIs the IS38 turbo upgrade safe for daily driving?\u003c\/span\u003e\u003c\/summary\u003e\n \u003cp class=\"ie-faq-body\"\u003eYes. The IS38 turbo is a factory turbocharger used on the Golf R, and the iE calibration is engineered to maintain smooth drivability and reliability while increasing performance.\u003c\/p\u003e\n \u003c\/details\u003e\n \u003cdetails class=\"ie-faq-item\"\u003e\n \u003csummary\u003e\u003cspan\u003eWhat supporting hardware is required for the IS38 upgrade?\u003c\/span\u003e\u003c\/summary\u003e\n \u003cp class=\"ie-faq-body\"\u003eRunning the IS38 turbo typically requires supporting upgrades such as an intercooler, intake system, and performance downpipe. Always review the hardware guide on this page to ensure your vehicle is properly equipped.\u003c\/p\u003e\n \u003c\/details\u003e\n \u003cdetails class=\"ie-faq-item\"\u003e\n \u003csummary\u003e\u003cspan\u003eCan I install the IS38 Map Pack at home?\u003c\/span\u003e\u003c\/summary\u003e\n \u003cp class=\"ie-faq-body\"\u003eYes. The Map Pack is installed using the iE \u003ca style=\"color: inherit; text-decoration: underline; text-decoration-color: #cc0000; text-underline-offset: 3px;\" rel=\"noopener\" href=\"https:\/\/www.urotuning.com\/products\/integrated-engineering-powerlink-v4-cable-iesovu7?variant=13064861417527\" target=\"_blank\"\u003ePOWERlink™\u003c\/a\u003e OBD-II tuning cable and mobile app, allowing you to flash your ECU directly from your phone.\u003c\/p\u003e\n \u003c\/details\u003e\n \u003cdetails class=\"ie-faq-item\"\u003e\n \u003csummary\u003e\u003cspan\u003eIs this Stage 3 tune safe for stock engine internals?\u003c\/span\u003e\u003c\/summary\u003e\n \u003cp class=\"ie-faq-body\"\u003eYes. The GT2260S turbo and calibration were engineered to deliver maximum safe power on the stock EA888 engine. Advanced AutoProtect™ safety programming continuously monitors engine conditions and reduces power if something isn't right.\u003c\/p\u003e\n \u003c\/details\u003e\n \u003cdetails class=\"ie-faq-item\"\u003e\n \u003csummary\u003e\u003cspan\u003eHow much power does the IS38 upgrade make?\u003c\/span\u003e\u003c\/summary\u003e\n \u003cp class=\"ie-faq-body\"\u003eWith the proper supporting hardware installed, the iE IS38 calibration can produce up to 420 horsepower on MQB 2.0T engines including the GTI, GLI, and Audi A3.\u003c\/p\u003e\n \u003c\/details\u003e\n \u003cdetails class=\"ie-faq-item\"\u003e\n \u003csummary\u003e\u003cspan\u003eiE vs custom tuning vs staged tunes: which is best for my MK7 GTI?\u003c\/span\u003e\u003c\/summary\u003e\n \u003cp class=\"ie-faq-body\"\u003eIt comes down to control, refinement, and technology. Many off-the-shelf tunes are conservative and locked. Custom tuning often requires weeks of revisions with limited feature support. iE \u003ca style=\"color: inherit; text-decoration: underline; text-decoration-color: #cc0000; text-underline-offset: 3px;\" rel=\"noopener\" href=\"https:\/\/www.urotuning.com\/products\/integrated-engineering-powerlink-v4-cable-iesovu7?variant=13064861417527\" target=\"_blank\"\u003ePOWERlink™\u003c\/a\u003e delivers professional-grade calibration, advanced safety systems, and in-runtime adjustable features you control instantly from your phone. It's not just a tune — it's a live ECU platform.\u003c\/p\u003e\n \u003c\/details\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003c!-- \/.ie-wrap --\u003e","brand":"Integrated Engineering","offers":[{"title":"Default Title","offer_id":46971094663343,"sku":"IESOVN17","price":74.99,"currency_code":"USD","in_stock":true}],"url":"https:\/\/freshized.com\/products\/ie-stage-3-map-pack-is38-swapped-vw-audi-mk7-gti-gli-8v-a3","provider":"Freshized","version":"1.0","type":"link"}