<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>India's Auto Industry Is Growing Faster Than Its Marketing Is — Vaahan Creative</title>
<meta name="description" content="India sold a record 29.67 million vehicles last year. Most of that demand is still being chased with local SEO and print. A field note from Vaahan Creative on where automotive marketing budgets actually need to go." />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@600;700;800;900&family=IBM+Plex+Sans:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500&display=swap" rel="stylesheet">
<style>
  :root{
    --asphalt:#14161A;
    --steel:#1E2228;
    --steel-light:#262B32;
    --chrome:#9DA6AE;
    --chrome-dim:#6B747C;
    --paper:#EDEAE2;
    --signal:#FF7A1A;
    --signal-dim:#C75E12;
    --line: rgba(157,166,174,0.22);
    --maxw: 1180px;
    --article-w: 760px;
  }

  *{ box-sizing:border-box; margin:0; padding:0; }
  html{ scroll-behavior:smooth; }

  body{
    background:var(--asphalt);
    color:var(--paper);
    font-family:'IBM Plex Sans', sans-serif;
    font-size:17px;
    line-height:1.65;
    -webkit-font-smoothing:antialiased;
  }

  a{ color:inherit; }

  .wrap{ max-width:var(--maxw); margin:0 auto; padding:0 28px; }
  .article-wrap{ max-width:var(--article-w); margin:0 auto; padding:0 28px; }

  .display{
    font-family:'Big Shoulders Display', sans-serif;
    text-transform:uppercase;
    font-weight:800;
    line-height:0.95;
  }
  .mono{ font-family:'IBM Plex Mono', monospace; letter-spacing:0.02em; }

  .eyebrow{
    font-family:'IBM Plex Mono', monospace;
    font-size:12px;
    letter-spacing:0.18em;
    text-transform:uppercase;
    color:var(--signal);
    display:flex;
    align-items:center;
    gap:10px;
  }
  .eyebrow::before{ content:""; width:22px; height:1px; background:var(--signal); display:inline-block; }

  /* ---------- NAV ---------- */
  header.site{
    position:sticky;
    top:0;
    z-index:50;
    background:rgba(20,22,26,0.86);
    backdrop-filter:blur(10px);
    border-bottom:1px solid var(--line);
  }
  .nav{
    display:flex;
    align-items:center;
    justify-content:space-between;
    height:72px;
  }
  .nav-logo{
    font-family:'Big Shoulders Display', sans-serif;
    font-weight:800;
    text-transform:uppercase;
    font-size:22px;
    display:flex;
    align-items:center;
    gap:9px;
    text-decoration:none;
  }
  .nav-logo .dot{ width:9px; height:9px; background:var(--signal); border-radius:50%; display:inline-block; }
  .nav-cta{
    font-family:'IBM Plex Mono', monospace;
    font-size:13px;
    letter-spacing:0.04em;
    text-transform:uppercase;
    border:1px solid var(--signal);
    color:var(--signal);
    padding:9px 16px;
    border-radius:2px;
    text-decoration:none;
    transition:all .2s ease;
    white-space:nowrap;
  }
  .nav-cta:hover{ background:var(--signal); color:var(--asphalt); }

  /* ---------- ARTICLE HEADER ---------- */
  .article-head{ padding:88px 0 48px; text-align:left; }
  .article-head h1{
    font-size:clamp(34px, 5.4vw, 58px);
    color:var(--paper);
    margin:18px 0 22px;
  }
  .article-head .dek{
    font-size:19px;
    color:var(--chrome);
    max-width:56ch;
    margin-bottom:28px;
  }
  .meta-row{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
    font-family:'IBM Plex Mono', monospace;
    font-size:12.5px;
    color:var(--chrome-dim);
    letter-spacing:0.04em;
    text-transform:uppercase;
    padding-top:22px;
    border-top:1px solid var(--line);
  }

  /* ---------- ARTICLE BODY ---------- */
  article{ padding-bottom:40px; }
  article h2{
    font-family:'Big Shoulders Display', sans-serif;
    font-weight:800;
    text-transform:uppercase;
    font-size:clamp(24px,3.4vw,34px);
    color:var(--paper);
    margin:56px 0 18px;
  }
  article p{ color:var(--chrome); margin-bottom:20px; font-size:17px; }
  article p.lead{ color:var(--paper); font-size:19px; }
  article strong{ color:var(--paper); font-weight:600; }
  article ul{ margin:0 0 20px 20px; color:var(--chrome); }
  article li{ margin-bottom:10px; }

  .dashed-divider{ border:none; border-top:2px dashed var(--line); margin:40px 0; }

  /* stat callouts */
  .stat-row{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:1px;
    background:var(--line);
    border:1px solid var(--line);
    margin:32px 0 36px;
  }
  .stat-cell{ background:var(--asphalt); padding:24px 20px; }
  .stat-cell .num{
    font-family:'Big Shoulders Display', sans-serif;
    font-weight:800;
    font-size:32px;
    color:var(--signal);
    line-height:1;
  }
  .stat-cell .lbl{ margin-top:8px; font-size:13px; color:var(--chrome); line-height:1.4; }
  @media (max-width:640px){ .stat-row{ grid-template-columns:1fr; } }

  /* pull quote */
  .pull-quote{
    background:var(--steel);
    border:1px solid var(--line);
    border-left:3px solid var(--signal);
    padding:32px 34px;
    margin:36px 0;
  }
  .pull-quote p{
    font-family:'Big Shoulders Display', sans-serif;
    font-weight:700;
    text-transform:uppercase;
    font-size:clamp(20px,3vw,28px);
    line-height:1.2;
    color:var(--paper);
    margin:0;
  }
  .pull-quote .attr{
    font-family:'IBM Plex Mono', monospace;
    font-size:12px;
    color:var(--chrome-dim);
    text-transform:uppercase;
    letter-spacing:0.06em;
    margin-top:14px;
  }

  .source-note{
    font-family:'IBM Plex Mono', monospace;
    font-size:12.5px;
    color:var(--chrome-dim);
    line-height:1.6;
    margin-top:48px;
    padding-top:24px;
    border-top:1px solid var(--line);
  }

  /* ---------- CTA BAND ---------- */
  .cta-band{
    background:var(--steel);
    border-top:1px solid var(--line);
    border-bottom:1px solid var(--line);
    padding:64px 0;
    text-align:center;
  }
  .cta-band h2{
    font-family:'Big Shoulders Display', sans-serif;
    font-weight:800;
    text-transform:uppercase;
    font-size:clamp(26px,4.4vw,42px);
    color:var(--paper);
    max-width:20ch;
    margin:0 auto 26px;
  }
  .btn-primary{
    font-family:'IBM Plex Mono', monospace;
    font-size:13px;
    letter-spacing:0.05em;
    text-transform:uppercase;
    background:var(--signal);
    color:var(--asphalt);
    padding:15px 26px;
    border-radius:2px;
    font-weight:500;
    display:inline-block;
    text-decoration:none;
    transition:background .2s ease, transform .2s ease;
  }
  .btn-primary:hover{ background:#ff8c3a; transform:translateY(-1px); }

  /* ---------- FOOTER ---------- */
  footer{ padding:56px 0 40px; }
  .foot-bottom{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:12px;
    padding-top:24px;
    font-family:'IBM Plex Mono', monospace;
    font-size:12px;
    color:var(--chrome-dim);
  }

  ::selection{ background:var(--signal); color:var(--asphalt); }
  a:focus-visible{ outline:2px solid var(--signal); outline-offset:3px; }
</style>
</head>
<body>

<header class="site">
  <div class="wrap nav">
    <a href="index.html" class="nav-logo"><span class="dot"></span>Vaahan Creative</a>
    <a href="https://calendly.com/hello-vaahancreative/30min" target="_blank" rel="noopener" class="nav-cta">Book a pilot</a>
  </div>
</header>

<main>
  <div class="article-wrap">
    <div class="article-head">
      <p class="eyebrow">Field Notes</p>
      <h1 class="display">India's auto industry is growing faster than its marketing is.</h1>
      <p class="dek">The country just posted a record year for vehicle sales. Most of that demand is still being chased with local SEO packages and print ads. Here's where the gap actually is — and where the budget needs to move next.</p>
      <div class="meta-row">
        <span>Vaahan Creative</span>
        <span>·</span>
        <span>7 min read</span>
        <span>·</span>
        <span>Market Research</span>
      </div>
    </div>
  </div>

  <div class="article-wrap">
    <article>
      <p class="lead">In FY2025–26, India retailed 29.67 million vehicles — an all-time high, up 13.3% on the year before. That's the headline every OEM press release led with. It's also, on its own, a slightly misleading number, because it makes the industry sound like a single, unified growth story. It isn't. It's two very different stories running in parallel, and most marketing budgets are still only funding one of them.</p>

      <h2>The supplier side nobody's talking to</h2>
      <p>Start upstream. India's organized auto-component industry — the suppliers who actually build what goes into every one of those 29.67 million vehicles — turned over roughly ₹7.6 lakh crore in FY2025–26, growing 12.7% year on year. That's not a niche industrial category. That's a sector larger than most consumer verticals agencies fight over.</p>
      <p>And yet the vast majority of that turnover sits with small and mid-sized manufacturers who have never run an account-based marketing program in their life. They exhibit at a trade show once a year, hand out spec sheets, and wait for the phone to ring. Meanwhile their buyers — OEM procurement teams, Tier 1 integrators, EV platform engineers — are doing exactly what every other B2B buyer does now: researching online, long before an RFQ ever gets issued.</p>

      <div class="stat-row">
        <div class="stat-cell">
          <div class="num">900+</div>
          <div class="lbl">Organized-sector component manufacturers represented by ACMA</div>
        </div>
        <div class="stat-cell">
          <div class="num">12.7%</div>
          <div class="lbl">YoY growth in component industry turnover, FY25–26</div>
        </div>
        <div class="stat-cell">
          <div class="num">$24B</div>
          <div class="lbl">Component exports — a largely untapped audience for B2B content in English</div>
        </div>
      </div>

      <p>This is a sector with real budget and almost no digital sophistication relative to its size. That combination doesn't last. Somebody captures that gap first.</p>

      <hr class="dashed-divider">

      <h2>The dealership paradox</h2>
      <p>Now go downstream, to the 15,000-plus dealership groups running over 30,000 outlets across the country. This is the most consumer-facing part of the industry, and on paper it should be the most marketing-sophisticated. In practice, most dealership marketing still runs on a narrow playbook: a Google Business listing, some boosted Facebook posts around festive season, maybe a local SEO retainer with a shop that also does restaurant menus and salon websites.</p>
      <p>That playbook worked when footfall was the only metric that mattered. It's less useful in a market where <strong>62% of used-car sales now come from Tier-2 cities</strong> — a customer base that didn't exist in a dealership's marketing plan five years ago — and where the used-car market itself has quietly overtaken new-car sales in volume, while remaining 71% unorganized.</p>

      <div class="pull-quote">
        <p>A dealer group that's still marketing to 2019's customer is competing for 2026's budget.</p>
        <div class="attr">— Vaahan Creative</div>
      </div>

      <h2>Where the actual growth is</h2>
      <p>Three places, and none of them are being marketed proportionate to their size:</p>
      <ul>
        <li><strong>EV.</strong> Penetration crossed 12% of total retail sales for the first time in June 2026. Two- and three-wheelers still dominate EV volume, but passenger EVs are growing faster in percentage terms than almost anything else in the industry — and the brands leading that charge are, by definition, still building consumer trust from a smaller base than legacy ICE brands. That's a brand-marketing job, not a performance-marketing job, and it's being under-resourced.</li>
        <li><strong>Used cars.</strong> A $33–47 billion market, growing 12–17% a year, still 71% unorganized. Every point that shifts from unorganized to organized is a customer acquisition budget that didn't exist before.</li>
        <li><strong>Tier-2 and Tier-3 demand.</strong> Both new and used vehicle growth are decentralizing away from metros. Most dealership marketing budgets have not moved with them.</li>
      </ul>

      <hr class="dashed-divider">

      <h2>What this means for 2026–27 budgets</h2>
      <p>Automotive is not the biggest line item in India's advertising market — it sits behind FMCG and e-commerce, at roughly 4% of digital ad spend. But it was named an explicit growth-driver category for 2026 by more than one major ad forecast, for a simple reason: the industry's actual economic growth and its marketing spend have been out of sync for a while, and that gap tends to close fast once a few players start winning from it.</p>
      <p>The practical shift we'd argue for: stop treating "automotive marketing" as one motion. A supplier's buyer and a dealer's customer are not the same person, are not reached the same way, and should not be sold to with the same generic package. The agencies — and the in-house teams — that separate those two motions and resource both properly are the ones that will look, in hindsight, like they saw this coming.</p>

      <div class="source-note">
        Figures referenced: FADA vehicle retail data (FY2025–26); ACMA auto-component industry performance review; JMK Research &amp; EVreporter EV sales data (via Vahan Dashboard); CARS24 and Crisil Ratings used-car market analysis; WPP Media "This Year, Next Year" 2026 advertising forecast. Compiled by Vaahan Creative, July 2026. <a href="sources.html" style="color:var(--signal); text-decoration:underline;">Full sources &amp; methodology →</a>
      </div>
    </article>
  </div>

  <div class="cta-band">
    <div class="wrap">
      <h2>Want the numbers for your specific segment?</h2>
      <a href="https://calendly.com/hello-vaahancreative/30min" target="_blank" rel="noopener" class="btn-primary">Book a pilot plan</a>
    </div>
  </div>
</main>

<footer>
  <div class="wrap">
    <div class="foot-bottom">
      <span>© 2026 Vaahan Creative.</span>
      <span><a href="index.html">Back to home</a></span>
    </div>
  </div>
</footer>

</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sources & Methodology — Vaahan Creative</title>
<meta name="description" content="Sources and methodology behind Vaahan Creative's India automotive market research." />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@600;700;800;900&family=IBM+Plex+Sans:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500&display=swap" rel="stylesheet">
<style>
  :root{
    --asphalt:#14161A;
    --steel:#1E2228;
    --chrome:#9DA6AE;
    --chrome-dim:#6B747C;
    --paper:#EDEAE2;
    --signal:#FF7A1A;
    --line: rgba(157,166,174,0.22);
    --maxw: 1180px;
    --article-w: 760px;
  }
  *{ box-sizing:border-box; margin:0; padding:0; }
  html{ scroll-behavior:smooth; }
  body{
    background:var(--asphalt);
    color:var(--paper);
    font-family:'IBM Plex Sans', sans-serif;
    font-size:17px;
    line-height:1.65;
    -webkit-font-smoothing:antialiased;
  }
  a{ color:inherit; }
  .wrap{ max-width:var(--maxw); margin:0 auto; padding:0 28px; }
  .article-wrap{ max-width:var(--article-w); margin:0 auto; padding:0 28px; }
  .display{
    font-family:'Big Shoulders Display', sans-serif;
    text-transform:uppercase;
    font-weight:800;
    line-height:0.95;
  }
  .mono{ font-family:'IBM Plex Mono', monospace; letter-spacing:0.02em; }
  .eyebrow{
    font-family:'IBM Plex Mono', monospace;
    font-size:12px;
    letter-spacing:0.18em;
    text-transform:uppercase;
    color:var(--signal);
    display:flex;
    align-items:center;
    gap:10px;
  }
  .eyebrow::before{ content:""; width:22px; height:1px; background:var(--signal); display:inline-block; }

  header.site{
    position:sticky; top:0; z-index:50;
    background:rgba(20,22,26,0.86);
    backdrop-filter:blur(10px);
    border-bottom:1px solid var(--line);
  }
  .nav{ display:flex; align-items:center; justify-content:space-between; height:72px; }
  .nav-logo{
    font-family:'Big Shoulders Display', sans-serif;
    font-weight:800; text-transform:uppercase; font-size:22px;
    display:flex; align-items:center; gap:9px; text-decoration:none;
  }
  .nav-logo .dot{ width:9px; height:9px; background:var(--signal); border-radius:50%; display:inline-block; }
  .nav-back{
    font-family:'IBM Plex Mono', monospace;
    font-size:13px; letter-spacing:0.04em; text-transform:uppercase;
    color:var(--chrome); text-decoration:none;
  }
  .nav-back:hover{ color:var(--paper); }

  .page-head{ padding:88px 0 40px; }
  .page-head h1{
    font-size:clamp(32px, 5vw, 52px);
    color:var(--paper);
    margin:18px 0 20px;
  }
  .page-head p{ color:var(--chrome); max-width:60ch; font-size:17.5px; }

  .dashed-divider{ border:none; border-top:2px dashed var(--line); margin:0 0 48px; }

  .source-group{ margin-bottom:44px; }
  .source-group h2{
    font-family:'IBM Plex Mono', monospace;
    font-size:13px;
    letter-spacing:0.1em;
    text-transform:uppercase;
    color:var(--signal);
    margin-bottom:16px;
  }
  .source-list{ list-style:none; border-top:1px solid var(--line); }
  .source-list li{
    padding:16px 0;
    border-bottom:1px solid var(--line);
    display:flex;
    gap:18px;
    justify-content:space-between;
    color:var(--chrome);
    font-size:15px;
  }
  .source-list li .src-name{ color:var(--paper); font-weight:500; }
  .source-list li .src-desc{ color:var(--chrome-dim); font-size:13.5px; margin-top:4px; }
  .src-tag{
    font-family:'IBM Plex Mono', monospace;
    font-size:11px;
    letter-spacing:0.06em;
    text-transform:uppercase;
    color:var(--chrome-dim);
    white-space:nowrap;
    padding-top:2px;
  }

  .method-note{
    background:var(--steel);
    border:1px solid var(--line);
    border-left:3px solid var(--signal);
    padding:26px 30px;
    margin-top:8px;
    font-size:15px;
    color:var(--chrome);
  }
  .method-note strong{ color:var(--paper); }

  footer{ padding:56px 0 40px; }
  .foot-bottom{
    display:flex; justify-content:space-between; flex-wrap:wrap; gap:12px;
    padding-top:24px; border-top:1px solid var(--line);
    font-family:'IBM Plex Mono', monospace; font-size:12px; color:var(--chrome-dim);
  }
  ::selection{ background:var(--signal); color:var(--asphalt); }
  a:focus-visible{ outline:2px solid var(--signal); outline-offset:3px; }
</style>
</head>
<body>

<header class="site">
  <div class="wrap nav">
    <a href="index.html" class="nav-logo"><span class="dot"></span>Vaahan Creative</a>
    <a href="blog-india-auto-marketing-gap.html" class="nav-back">← Back to article</a>
  </div>
</header>

<main>
  <div class="article-wrap">
    <div class="page-head">
      <p class="eyebrow">Methodology</p>
      <h1 class="display">Sources.</h1>
      <p>Every figure we cite in our research and writing traces back to a named source. Here's the full list behind our India automotive market research, current as of July 2026.</p>
    </div>
  </div>

  <div class="article-wrap">
    <hr class="dashed-divider">

    <div class="source-group">
      <h2>Vehicle sales &amp; dealership data</h2>
      <ul class="source-list">
        <li>
          <div>
            <div class="src-name">FADA — Federation of Automobile Dealers Associations of India</div>
            <div class="src-desc">Vehicle retail sales data, dealership network counts, FY2025–26 performance</div>
          </div>
          <span class="src-tag">Primary</span>
        </li>
      </ul>
    </div>

    <div class="source-group">
      <h2>Supplier &amp; component industry</h2>
      <ul class="source-list">
        <li>
          <div>
            <div class="src-name">ACMA — Automotive Component Manufacturers Association of India</div>
            <div class="src-desc">Industry turnover, export figures, aftermarket component sales</div>
          </div>
          <span class="src-tag">Primary</span>
        </li>
        <li>
          <div>
            <div class="src-name">Ministry of Heavy Industries, Government of India</div>
            <div class="src-desc">Annual Report — overall industry turnover and employment figures</div>
          </div>
          <span class="src-tag">Primary</span>
        </li>
      </ul>
    </div>

    <div class="source-group">
      <h2>EV market</h2>
      <ul class="source-list">
        <li>
          <div>
            <div class="src-name">JMK Research &amp; Analytics</div>
            <div class="src-desc">EV sales tracking and segment-level analysis</div>
          </div>
          <span class="src-tag">Primary</span>
        </li>
        <li>
          <div>
            <div class="src-name">EVreporter (via Vahan Dashboard)</div>
            <div class="src-desc">Government vehicle registration data, EV penetration by month</div>
          </div>
          <span class="src-tag">Primary</span>
        </li>
      </ul>
    </div>

    <div class="source-group">
      <h2>Used car &amp; aftermarket</h2>
      <ul class="source-list">
        <li>
          <div>
            <div class="src-name">CARS24 &amp; CarDekho</div>
            <div class="src-desc">Used car transaction volumes and market share estimates</div>
          </div>
          <span class="src-tag">Industry</span>
        </li>
        <li>
          <div>
            <div class="src-name">Crisil Ratings</div>
            <div class="src-desc">Used car market sizing and organized/unorganized split analysis</div>
          </div>
          <span class="src-tag">Primary</span>
        </li>
      </ul>
    </div>

    <div class="source-group">
      <h2>Advertising &amp; marketing spend</h2>
      <ul class="source-list">
        <li>
          <div>
            <div class="src-name">Pitch Madison Advertising Report (PMAR) 2026, Madison World</div>
            <div class="src-desc">Total India advertising market sizing, category-level breakdown</div>
          </div>
          <span class="src-tag">Primary</span>
        </li>
        <li>
          <div>
            <div class="src-name">WPP Media — "This Year, Next Year" (TYNY) 2026</div>
            <div class="src-desc">2026 ad spend forecast and category growth-driver analysis</div>
          </div>
          <span class="src-tag">Primary</span>
        </li>
        <li>
          <div>
            <div class="src-name">Exchange4Media, Storyboard18, Business Standard</div>
            <div class="src-desc">Supporting industry news coverage and data cross-checks</div>
          </div>
          <span class="src-tag">Secondary</span>
        </li>
      </ul>
    </div>

    <div class="source-group">
      <h2>Market sizing &amp; forecasts</h2>
      <ul class="source-list">
        <li>
          <div>
            <div class="src-name">Mordor Intelligence, IMARC Group, MarkNtel Advisors, Technavio, Persistence Market Research</div>
            <div class="src-desc">Automobile and EV market sizing, growth-rate forecasts. Figures vary by methodology — we present ranges where sources disagree.</div>
          </div>
          <span class="src-tag">Research</span>
        </li>
        <li>
          <div>
            <div class="src-name">IBEF — India Brand Equity Foundation</div>
            <div class="src-desc">FDI inflow data and general sector overview</div>
          </div>
          <span class="src-tag">Primary</span>
        </li>
      </ul>
    </div>

    <div class="method-note">
      <strong>A note on methodology.</strong> Where research providers disagree — which happens often in Indian automotive data, especially on EV market value and total ad spend — we report the range rather than picking a single number to sound more precise than the underlying data actually is. Every figure in our writing is checked against at least one primary source (FADA, ACMA, or a government body) before it's used.
    </div>
  </div>
</main>

<footer>
  <div class="wrap">
    <div class="foot-bottom">
      <span>© 2026 Vaahan Creative.</span>
      <span><a href="index.html">Back to home</a></span>
    </div>
  </div>
</footer>

</body>
</html>