{"id":1612,"date":"2025-11-08T11:51:01","date_gmt":"2025-11-08T11:51:01","guid":{"rendered":"https:\/\/prestigecalibrations.com\/?page_id=1612"},"modified":"2025-11-14T22:39:01","modified_gmt":"2025-11-14T22:39:01","slug":"dealer-network","status":"publish","type":"page","link":"https:\/\/prestigecalibrations.com\/?page_id=1612","title":{"rendered":"Dealer Network"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1612\" class=\"elementor elementor-1612\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-352fa23 e-flex e-con-boxed e-con e-parent\" data-id=\"352fa23\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3c2f831 elementor-widget elementor-widget-html\" data-id=\"3c2f831\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!doctype html>\r\n<html lang=\"en\">\r\n<head>\r\n<meta charset=\"utf-8\">\r\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\r\n<title>Become a Dealer \u2013 Prestige Calibrations<\/title>\r\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700&display=swap\" rel=\"stylesheet\">\r\n\r\n<style>\r\n:root {\r\n  --bg:#0a0a0a;\r\n  --panel:rgba(255,255,255,0.05);\r\n  --panel-border:rgba(255,255,255,0.10);\r\n  --gold:#d4b24a;\r\n  --gold-soft:#f1d77a;\r\n  --text:#fff;\r\n  --muted:#b8b8b8;\r\n  --radius:16px;\r\n  --shadow:0 8px 40px rgba(0,0,0,0.45);\r\n  --transition:0.35s ease;\r\n  --max:1000px;\r\n}\r\n\r\n\/* RESET *\/\r\n*{margin:0;padding:0;box-sizing:border-box;}\r\nbody{\r\n  font-family:\"Inter\",sans-serif;\r\n  background:var(--bg);\r\n  color:var(--text);\r\n  line-height:1.7;\r\n  overflow-x:hidden;\r\n}\r\n\r\n.wrapper{\r\n  max-width:var(--max);\r\n  margin:auto;\r\n  padding:80px 22px;\r\n  text-align:center;\r\n}\r\n\r\n\/* === HERO === *\/\r\n.hero{\r\n  min-height:40vh;\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:center;\r\n  text-align:center;\r\n}\r\n\r\n.hero h1{\r\n  font-size:2.9rem;\r\n  background:linear-gradient(to right,var(--gold),var(--gold-soft));\r\n  -webkit-background-clip:text;\r\n  -webkit-text-fill-color:transparent;\r\n  margin-bottom:1rem;\r\n}\r\n\r\n.hero p{\r\n  max-width:600px;\r\n  margin:0 auto 2rem;\r\n  color:var(--muted);\r\n}\r\n\r\n.btn-primary{\r\n  background:var(--gold);\r\n  color:#000;\r\n  padding:1rem 2rem;\r\n  border-radius:var(--radius);\r\n  text-decoration:none;\r\n  font-weight:700;\r\n  box-shadow:0 0 18px rgba(212,178,74,0.35);\r\n}\r\n\r\n\/* === BENEFITS with BACKGROUND === *\/\r\n.benefits{\r\n  position:relative;\r\n  padding:100px 0;\r\n}\r\n\r\n\/* \u2b50 Your background placed behind the 4 boxes *\/\r\n.benefits::before{\r\n  content:\"\";\r\n  position:absolute;\r\n  inset:0;\r\n  background:\r\n    linear-gradient(to bottom, rgba(0,0,0,0.75), rgba(0,0,0,0.85)),\r\n    url(\"https:\/\/iili.io\/f9ESCgI.png\");\r\n  background-size:cover;\r\n  background-position:center;\r\n  background-repeat:no-repeat;\r\n  z-index:0;\r\n}\r\n\r\n\/* Keep content ABOVE background *\/\r\n.benefits > .wrapper{\r\n  position:relative;\r\n  z-index:2;\r\n}\r\n\r\n.benefits h2{\r\n  font-size:2.1rem;\r\n  color:var(--gold);\r\n  margin-bottom:1rem;\r\n}\r\n\r\n.benefits p.top-desc{\r\n  max-width:650px;\r\n  margin:0 auto 3rem;\r\n  color:var(--muted);\r\n}\r\n\r\n\/* \u2b50 4 Box Alignment Fix *\/\r\n.benefit-grid{\r\n  display:grid;\r\n  gap:2rem;\r\n  grid-auto-rows:1fr;\r\n}\r\n\r\n@media(min-width:880px){\r\n  .benefit-grid{\r\n    grid-template-columns:repeat(4,1fr) !important;\r\n  }\r\n}\r\n\r\n.benefit{\r\n  background:var(--panel);\r\n  border:1px solid var(--panel-border);\r\n  padding:2rem;\r\n  border-radius:var(--radius);\r\n  box-shadow:var(--shadow);\r\n  backdrop-filter:blur(10px);\r\n  height:100%;\r\n  display:flex;\r\n  flex-direction:column;\r\n  text-align:center;\r\n}\r\n\r\n.benefit img{\r\n  width:80px;\r\n  height:80px;\r\n  border-radius:50%;\r\n  border:2px solid var(--gold);\r\n  margin:0 auto 1.2rem;\r\n}\r\n\r\n.benefit h3{\r\n  color:var(--gold);\r\n  margin-bottom:0.5rem;\r\n}\r\n\r\n.benefit p{\r\n  flex-grow:1;\r\n  color:var(--muted);\r\n}\r\n\r\n\/* === SIGNUP === *\/\r\n.signup{\r\n  background:rgba(255,255,255,0.03);\r\n  padding:120px 20px;\r\n  margin-top:60px;\r\n  text-align:center;\r\n}\r\n\r\n.signup h2{\r\n  color:var(--gold);\r\n  font-size:2.2rem;\r\n  margin-bottom:1rem;\r\n}\r\n\r\n.signup p{\r\n  max-width:650px;\r\n  margin:0 auto 2rem;\r\n  color:var(--muted);\r\n}\r\n\r\n.btn-large{\r\n  background:var(--gold);\r\n  padding:1.1rem 2.3rem;\r\n  border-radius:var(--radius);\r\n  text-decoration:none;\r\n  font-weight:700;\r\n  color:#000;\r\n}\r\n<\/style>\r\n<\/head>\r\n\r\n<body>\r\n\r\n<!-- HERO -->\r\n<section class=\"hero\">\r\n  <div class=\"wrapper\">\r\n    <h1>Become an Official Prestige Calibrations Dealer<\/h1>\r\n    <p>Join our global network of elite tuners trusted for precision ECU and TCU calibration solutions.<\/p>\r\n    <a href=\"https:\/\/portal.prestigecalibrations.com\/register\" class=\"btn-primary\" target=\"_blank\">Start Registration<\/a>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- BENEFITS with Background Behind Boxes -->\r\n<section class=\"benefits\">\r\n  <div class=\"wrapper\">\r\n    <h2>Why Partner with Prestige?<\/h2>\r\n    <p class=\"top-desc\">We empower tuning professionals with elite calibration files, industry-grade tools, and real support.<\/p>\r\n\r\n    <div class=\"benefit-grid\">\r\n\r\n      <div class=\"benefit\">\r\n        <img decoding=\"async\" src=\"https:\/\/placehold.co\/100x100\/222222\/cccccc?text=Power\">\r\n        <h3>Premium Quality<\/h3>\r\n        <p>All files engineered using real dyno data and OEM-level methodology.<\/p>\r\n      <\/div>\r\n\r\n      <div class=\"benefit\">\r\n        <img decoding=\"async\" src=\"https:\/\/placehold.co\/100x100\/222222\/cccccc?text=Fast\">\r\n        <h3>Fast Turnaround<\/h3>\r\n        <p>Average delivery under 15 minutes \u2014 even during peak tuning hours.<\/p>\r\n      <\/div>\r\n\r\n      <div class=\"benefit\">\r\n        <img decoding=\"async\" src=\"https:\/\/placehold.co\/100x100\/222222\/cccccc?text=Global\">\r\n        <h3>Global Dealer Network<\/h3>\r\n        <p>Join a rapidly expanding ecosystem across 90+ countries.<\/p>\r\n      <\/div>\r\n\r\n      <div class=\"benefit\">\r\n        <img decoding=\"async\" src=\"https:\/\/placehold.co\/100x100\/222222\/cccccc?text=Support\">\r\n        <h3>Expert Support<\/h3>\r\n        <p>Access our professional calibration team whenever you need help.<\/p>\r\n      <\/div>\r\n\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<!-- SIGNUP -->\r\n<section class=\"signup\">\r\n  <div class=\"wrapper\">\r\n    <h2>Ready to Upgrade Your Workshop?<\/h2>\r\n    <p>Become a Prestige Calibrations dealer and access world-class tuning resources and immediate support.<\/p>\r\n    <a href=\"https:\/\/portal.prestigecalibrations.com\/register\" class=\"btn-large\" target=\"_blank\">Become a Dealer<\/a>\r\n  <\/div>\r\n<\/section>\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Become a Dealer \u2013 Prestige Calibrations Become an Official Prestige Calibrations Dealer Join our global network of elite tuners trusted for precision ECU and TCU calibration solutions. Start Registration Why Partner with Prestige? We empower tuning professionals with elite calibration files, industry-grade tools, and real support. Premium Quality All files engineered using real dyno data [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-1612","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/prestigecalibrations.com\/index.php?rest_route=\/wp\/v2\/pages\/1612","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prestigecalibrations.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/prestigecalibrations.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/prestigecalibrations.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prestigecalibrations.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1612"}],"version-history":[{"count":16,"href":"https:\/\/prestigecalibrations.com\/index.php?rest_route=\/wp\/v2\/pages\/1612\/revisions"}],"predecessor-version":[{"id":1756,"href":"https:\/\/prestigecalibrations.com\/index.php?rest_route=\/wp\/v2\/pages\/1612\/revisions\/1756"}],"wp:attachment":[{"href":"https:\/\/prestigecalibrations.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1612"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}