← back to Rentv Bloom Flyers
public/concepts/concept-3-adsales-pricing.html
700 lines
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Advertise on RENTV — Media Kit</title>
<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=Inter:wght@400;500;600;700;800;900&family=Playfair+Display:wght@700;900&display=swap" rel="stylesheet">
<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
--blue: #16357A;
--navy: #0E2350;
--red: #D0202E;
--gold: #E8A81C;
--ink: #141414;
--paper: #FFFFFF;
--gray: #6B7280;
--panel: #F4F6FB;
--border: #E2E6EE;
}
@page { size: letter; margin: 0; }
html, body {
width: 816px;
min-height: 1056px;
background: var(--paper);
font-family: 'Inter', Helvetica, Arial, sans-serif;
color: var(--ink);
-webkit-print-color-adjust: exact;
print-color-adjust: exact;
}
.page {
width: 816px;
min-height: 1056px;
display: flex;
flex-direction: column;
background: var(--paper);
}
/* ── HEADER BAR ── */
.header {
background: var(--navy);
padding: 20px 48px;
display: flex;
align-items: center;
justify-content: space-between;
}
.header-tag {
font-size: 10px;
font-weight: 700;
letter-spacing: 0.18em;
text-transform: uppercase;
color: var(--gold);
}
/* ── HERO ── */
.hero {
background: var(--paper);
padding: 36px 48px 24px;
border-bottom: 3px solid var(--gold);
position: relative;
}
.hero-eyebrow {
font-size: 10px;
font-weight: 800;
letter-spacing: 0.22em;
text-transform: uppercase;
color: var(--red);
margin-bottom: 10px;
}
.hero-headline {
font-family: 'Playfair Display', Georgia, serif;
font-size: 36px;
font-weight: 900;
line-height: 1.08;
color: var(--navy);
max-width: 620px;
margin-bottom: 14px;
}
.hero-headline em {
color: var(--blue);
font-style: normal;
}
.hero-sub {
font-size: 13.5px;
font-weight: 400;
color: var(--gray);
line-height: 1.6;
max-width: 560px;
margin-bottom: 18px;
}
.hero-stats {
display: flex;
gap: 32px;
}
.stat {
display: flex;
flex-direction: column;
gap: 1px;
}
.stat-num {
font-size: 22px;
font-weight: 900;
color: var(--blue);
line-height: 1;
}
.stat-label {
font-size: 10px;
font-weight: 600;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--gray);
}
.stat-divider {
width: 1px;
background: var(--border);
align-self: stretch;
}
/* ── BODY ── */
.body {
flex: 1;
padding: 28px 48px 0;
display: flex;
flex-direction: column;
gap: 22px;
}
.section-label {
font-size: 9px;
font-weight: 800;
letter-spacing: 0.22em;
text-transform: uppercase;
color: var(--blue);
margin-bottom: 10px;
display: flex;
align-items: center;
gap: 8px;
}
.section-label::after {
content: '';
flex: 1;
height: 1px;
background: var(--border);
}
/* ── PRICING GRID ── */
.pricing-grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 14px;
}
.tier-card {
background: var(--panel);
border-radius: 10px;
overflow: hidden;
border: 1.5px solid var(--border);
display: flex;
flex-direction: column;
}
.tier-card.featured {
border-color: var(--blue);
background: var(--paper);
box-shadow: 0 4px 20px rgba(14,35,80,0.10);
}
.tier-header {
background: var(--navy);
padding: 12px 16px 11px;
display: flex;
align-items: center;
gap: 9px;
}
.tier-card.featured .tier-header {
background: var(--blue);
}
.tier-icon {
width: 28px;
height: 28px;
flex-shrink: 0;
}
.tier-title {
font-size: 12px;
font-weight: 800;
letter-spacing: 0.06em;
text-transform: uppercase;
color: var(--paper);
line-height: 1.2;
}
.tier-body {
padding: 14px 16px 16px;
flex: 1;
display: flex;
flex-direction: column;
gap: 10px;
}
.product-block {
border-bottom: 1px solid var(--border);
padding-bottom: 10px;
}
.product-block:last-child {
border-bottom: none;
padding-bottom: 0;
}
.product-name {
font-size: 10.5px;
font-weight: 700;
color: var(--navy);
margin-bottom: 5px;
text-transform: uppercase;
letter-spacing: 0.04em;
}
.price-row {
display: flex;
align-items: baseline;
gap: 6px;
margin-bottom: 2px;
}
.price-qty {
font-size: 9.5px;
font-weight: 600;
color: var(--gray);
min-width: 14px;
}
.price-val {
font-size: 13px;
font-weight: 800;
color: var(--blue);
}
.price-note {
font-size: 9px;
color: var(--gray);
font-weight: 400;
}
.price-row-simple {
display: flex;
justify-content: space-between;
align-items: baseline;
margin-bottom: 3px;
}
.price-item {
font-size: 10.5px;
font-weight: 500;
color: var(--ink);
}
.price-amount {
font-size: 12px;
font-weight: 800;
color: var(--blue);
}
.price-sub {
font-size: 9px;
color: var(--gray);
margin-top: 1px;
font-style: italic;
}
/* ── CTA STRIP ── */
.cta-strip {
background: var(--blue);
border-radius: 10px;
padding: 18px 28px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
margin-top: 4px;
}
.cta-text {
flex: 1;
}
.cta-heading {
font-size: 15px;
font-weight: 800;
color: var(--paper);
line-height: 1.2;
margin-bottom: 3px;
}
.cta-sub {
font-size: 10.5px;
color: rgba(255,255,255,0.72);
font-weight: 400;
}
.cta-contact {
text-align: right;
flex-shrink: 0;
}
.cta-name {
font-size: 11px;
font-weight: 700;
color: var(--gold);
letter-spacing: 0.04em;
text-transform: uppercase;
margin-bottom: 2px;
}
.cta-phone {
font-size: 22px;
font-weight: 900;
color: var(--paper);
letter-spacing: -0.01em;
line-height: 1;
margin-bottom: 2px;
}
.cta-email {
font-size: 10.5px;
color: rgba(255,255,255,0.75);
}
/* ── FOOTER ── */
.footer {
background: var(--navy);
padding: 16px 48px;
margin-top: 22px;
}
.footer-inner {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 24px;
}
.footer-contact-block {
display: flex;
flex-direction: column;
gap: 2px;
}
.footer-name {
font-size: 11px;
font-weight: 800;
color: var(--paper);
letter-spacing: 0.04em;
}
.footer-title {
font-size: 9.5px;
color: var(--gold);
font-weight: 600;
letter-spacing: 0.06em;
text-transform: uppercase;
margin-bottom: 4px;
}
.footer-line {
font-size: 9.5px;
color: rgba(255,255,255,0.65);
line-height: 1.6;
}
.footer-divider {
width: 1px;
background: rgba(255,255,255,0.15);
align-self: stretch;
}
.footer-urls {
display: flex;
flex-direction: column;
gap: 3px;
justify-content: center;
}
.footer-url {
font-size: 9.5px;
color: rgba(255,255,255,0.65);
line-height: 1.5;
}
.footer-url strong {
color: var(--gold);
font-weight: 700;
}
.footer-addr {
font-size: 9px;
color: rgba(255,255,255,0.45);
margin-top: 6px;
line-height: 1.5;
}
/* ── GOLD BADGE ── */
.badge {
display: inline-flex;
align-items: center;
gap: 5px;
background: var(--gold);
color: var(--navy);
font-size: 9px;
font-weight: 800;
letter-spacing: 0.12em;
text-transform: uppercase;
padding: 3px 9px;
border-radius: 99px;
margin-bottom: 14px;
}
@media print {
html, body { width: 816px; }
.page { min-height: 1056px; }
* { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
}
</style>
</head>
<body>
<div class="page">
<!-- HEADER -->
<div class="header">
<!-- Inline SVG RENTV Logo -->
<svg width="130" height="46" viewBox="0 0 130 46" fill="none" xmlns="http://www.w3.org/2000/svg" aria-label="RENTV logo">
<!-- Gold ellipse ring -->
<ellipse cx="65" cy="23" rx="62" ry="20.5" stroke="#E8A81C" stroke-width="2.8" fill="none"/>
<!-- RENTV wordmark -->
<text x="65" y="28.5" font-family="Inter,Helvetica,Arial,sans-serif" font-size="17" font-weight="900" fill="#FFFFFF" text-anchor="middle" letter-spacing="3">RENTV</text>
</svg>
<span class="header-tag">2026 Media Kit & Advertising Rates</span>
</div>
<!-- HERO -->
<div class="hero">
<div class="hero-eyebrow">Advertising Opportunity</div>
<h1 class="hero-headline">Put your company in front of<br><em>50,000 commercial real estate</em><br>decision-makers.</h1>
<p class="hero-sub">
RENTV has been the voice of California commercial real estate for <strong>25 years</strong>. Our <em>Real Estate Insider</em> newsletter reaches 50,000 net CRE professionals — investors, owners, capital sources, and brokers — twice every week. No other regional CRE outlet matches our verified reach or our tenure.
</p>
<div class="hero-stats">
<div class="stat">
<span class="stat-num">50,000</span>
<span class="stat-label">Net CRE Subscribers</span>
</div>
<div class="stat-divider"></div>
<div class="stat">
<span class="stat-num">25 Yrs</span>
<span class="stat-label">In Business</span>
</div>
<div class="stat-divider"></div>
<div class="stat">
<span class="stat-num">2×/Wk</span>
<span class="stat-label">Newsletter Cadence</span>
</div>
<div class="stat-divider"></div>
<div class="stat">
<span class="stat-num">CA · TX · AZ · PNW</span>
<span class="stat-label">Regional Footprint</span>
</div>
</div>
</div>
<!-- BODY -->
<div class="body">
<div class="section-label">Choose your channel — all options below</div>
<!-- PRICING GRID — 3 TIERS -->
<div class="pricing-grid">
<!-- TIER 1: Email Blasts -->
<div class="tier-card featured">
<div class="tier-header">
<svg class="tier-icon" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="28" height="28" rx="6" fill="rgba(255,255,255,0.12)"/>
<rect x="4" y="8" width="20" height="14" rx="2" stroke="#E8A81C" stroke-width="1.6"/>
<path d="M4 10l10 7 10-7" stroke="#E8A81C" stroke-width="1.6" stroke-linecap="round"/>
</svg>
<div class="tier-title">Dedicated<br>Email Blasts</div>
</div>
<div class="tier-body">
<div class="product-block">
<div class="product-name">Marketplace Eblast</div>
<div class="price-row">
<span class="price-qty">1×</span>
<span class="price-val">$300</span>
</div>
<div class="price-row">
<span class="price-qty">4×</span>
<span class="price-val">$1,100</span>
<span class="price-note">$275 ea.</span>
</div>
<div class="price-row">
<span class="price-qty">8×</span>
<span class="price-val">$2,000</span>
<span class="price-note">$250 ea.</span>
</div>
</div>
<div class="product-block">
<div class="product-name">Property Spotlight Eblast</div>
<div class="price-row">
<span class="price-qty">1×</span>
<span class="price-val">$250</span>
</div>
<div class="price-row">
<span class="price-qty">4×</span>
<span class="price-val">$900</span>
<span class="price-note">$225 ea.</span>
</div>
<div class="price-row">
<span class="price-qty">9×</span>
<span class="price-val">$1,800</span>
<span class="price-note">$200 ea.</span>
</div>
</div>
<div class="product-block">
<div class="product-name">Video Promotion Eblast</div>
<div class="price-row">
<span class="price-qty">1×</span>
<span class="price-val">$250</span>
</div>
<div class="price-row">
<span class="price-qty">4×</span>
<span class="price-val">$900</span>
<span class="price-note">$225 ea.</span>
</div>
<div class="price-row">
<span class="price-qty">9×</span>
<span class="price-val">$1,800</span>
<span class="price-note">$200 ea.</span>
</div>
</div>
<p class="price-sub">~50,000 net recipients per send via 25-yr Constant Contact list</p>
</div>
</div>
<!-- TIER 2: Website & Newsletter -->
<div class="tier-card">
<div class="tier-header">
<svg class="tier-icon" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="28" height="28" rx="6" fill="rgba(255,255,255,0.12)"/>
<rect x="4" y="6" width="20" height="16" rx="2" stroke="#E8A81C" stroke-width="1.6"/>
<line x1="4" y1="10" x2="24" y2="10" stroke="#E8A81C" stroke-width="1.2"/>
<rect x="7" y="13" width="6" height="6" rx="1" fill="#E8A81C" opacity="0.7"/>
<line x1="15" y1="14" x2="21" y2="14" stroke="#E8A81C" stroke-width="1.2" stroke-linecap="round"/>
<line x1="15" y1="17" x2="19" y2="17" stroke="#E8A81C" stroke-width="1.2" stroke-linecap="round"/>
</svg>
<div class="tier-title">Website &<br>Newsletter Ads</div>
</div>
<div class="tier-body">
<div class="product-block">
<div class="product-name">RENTV.com Display</div>
<div class="price-row-simple">
<span class="price-item">Banner & Tile Ads</span>
<span class="price-amount">$500–$1,500<span style="font-size:9px;font-weight:500;color:var(--gray)">/mo</span></span>
</div>
<p class="price-sub">Multiple placements available; home page premium positions</p>
</div>
<div class="product-block">
<div class="product-name">Real Estate Insider Newsletter</div>
<div class="price-row-simple">
<span class="price-item">Banner & Tile Ads</span>
<span class="price-amount">$500–$1,500<span style="font-size:9px;font-weight:500;color:var(--gray)">/mo</span></span>
</div>
<div class="price-row-simple" style="margin-top:4px;">
<span class="price-item">Fixed Advertorials</span>
<span class="price-amount">$350<span style="font-size:9px;font-weight:500;color:var(--gray)">/mo</span></span>
</div>
<p class="price-sub">2× weekly sends · 50,000 net CRE subscribers</p>
</div>
<div class="product-block">
<div class="product-name">Home Page Video Feature</div>
<div class="price-row-simple">
<span class="price-item">Hosted video placement</span>
<span class="price-amount">$500<span style="font-size:9px;font-weight:500;color:var(--gray)">/mo</span></span>
</div>
<p class="price-sub">Premium above-the-fold placement on RENTV.com</p>
</div>
</div>
</div>
<!-- TIER 3: Events & Video -->
<div class="tier-card">
<div class="tier-header">
<svg class="tier-icon" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="28" height="28" rx="6" fill="rgba(255,255,255,0.12)"/>
<polygon points="11,8 21,14 11,20" fill="#E8A81C" opacity="0.85"/>
<circle cx="8" cy="14" r="3" stroke="#E8A81C" stroke-width="1.6"/>
</svg>
<div class="tier-title">Events &<br>Video Sponsorship</div>
</div>
<div class="tier-body">
<div class="product-block">
<div class="product-name">State of the Market Conferences</div>
<div class="price-row-simple">
<span class="price-item">Conference Sponsorship</span>
<span class="price-amount">$2,500<span style="font-size:9px;font-weight:500;color:var(--gray)">/event</span></span>
</div>
<p class="price-sub" style="margin-top:4px; line-height:1.55;">
<strong style="color:var(--navy);">Upcoming:</strong> Arizona (Oct 2026, Scottsdale Resort & Spa) · San Diego (Jan 2027, Westin Carlsbad) · Greater LA (Mar 2027, Hilton LA/Culver City) · Inland Empire (May 2027, Embassy Suites Ontario)
</p>
</div>
<div class="product-block">
<div class="product-name">Commercial Real Estate Talk Podcast</div>
<div class="price-row-simple">
<span class="price-item">Up to 4 Sponsors</span>
<span class="price-amount" style="font-size:11px;color:var(--blue);">Call for rates</span>
</div>
<p class="price-sub">30-sec spots + logo & link · Host: Steve Bloom + Arnie Garfinkel · ~30 min per episode</p>
</div>
<div class="product-block">
<div class="product-name">The REview Channel</div>
<div class="price-row-simple">
<span class="price-item">Homepage screen ownership</span>
<span class="price-amount" style="font-size:11px;color:var(--blue);">1 of 4 spots</span>
</div>
<p class="price-sub">rentvreview.com — CRE video sharing & search platform, est. 2022</p>
</div>
</div>
</div>
</div>
<!-- CTA STRIP -->
<div class="cta-strip">
<div class="cta-text">
<div class="cta-heading">Ready to reach 50,000 CRE professionals?<br>Let's build a custom proposal for your goals.</div>
<div class="cta-sub">Packages combine email, display, events, and video for maximum coverage. Bundle pricing available.</div>
</div>
<div class="cta-contact">
<div class="cta-name">Steve Bloom · President & CEO</div>
<div class="cta-phone">(310) 213-6409</div>
<div class="cta-email">sbloom@rentv.com</div>
</div>
</div>
</div><!-- /body -->
<!-- FOOTER -->
<div class="footer">
<div class="footer-inner">
<div class="footer-contact-block">
<div class="footer-name">Steve Bloom</div>
<div class="footer-title">President & CEO, RENTV.com, Inc.</div>
<div class="footer-line">(310) 213-6409 · sbloom@rentv.com</div>
<div class="footer-line">linkedin.com/company/rentv.com-inc</div>
</div>
<div class="footer-divider"></div>
<div class="footer-contact-block">
<div class="footer-name">Allen Wolfsheimer</div>
<div class="footer-title">Senior Vice President, RENTV.com, Inc.</div>
<div class="footer-line">(310) 836-9238 · allenw@rentv.com</div>
</div>
<div class="footer-divider"></div>
<div class="footer-urls">
<div class="footer-url"><strong>rentv.com</strong> — Real Estate News & Media</div>
<div class="footer-url"><strong>rentvreview.com</strong> — The REview Video Platform</div>
<div class="footer-url"><strong>sublease.com</strong> — Commercial Space Marketplace</div>
<div class="footer-addr">5757 W. Century Blvd, Suite #700, Los Angeles, CA 90045</div>
</div>
</div>
</div>
</div><!-- /page -->
</body>
</html>