<!-- ============================================================
D2D EXPERTS — FOX 13 PRESS FEATURE PROMO
Divi Code Module — paste directly into ET_PB_Code module
============================================================ -->
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lexend+Deca:wght@400;600;700;800&display=swap');
.d2d-press-wrap *,
.d2d-press-wrap *::before,
.d2d-press-wrap *::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
.d2d-press-wrap {
--bg: #7D0000;
--bg-deep: #5c0000;
--navy: #354D6A;
--navy-drk: #263a52;
--white: #ffffff;
--offwhite: rgba(255,255,255,.78);
position: relative;
background: var(--bg);
border-radius: 6px;
overflow: hidden;
padding: 52px 56px 48px;
font-family: 'Lexend Deca', sans-serif;
color: var(--white);
}
/* faded document texture — mimics photo-under-color-overlay */
.d2d-press-wrap::before {
content: '';
position: absolute;
inset: 0;
background-image:
repeating-linear-gradient(0deg, transparent, transparent 10px, rgba(255,255,255,.022) 10px, rgba(255,255,255,.022) 11px),
repeating-linear-gradient(0deg, transparent, transparent 34px, rgba(255,255,255,.038) 34px, rgba(255,255,255,.038) 36px);
pointer-events: none;
}
/* edge vignette — deepens corners like a darkened photo overlay */
.d2d-press-wrap::after {
content: '';
position: absolute;
inset: 0;
background:
linear-gradient(to right, rgba(0,0,0,.22) 0%, transparent 30%, transparent 70%, rgba(0,0,0,.28) 100%),
linear-gradient(to bottom, rgba(0,0,0,.15) 0%, transparent 40%, transparent 75%, rgba(0,0,0,.2) 100%);
pointer-events: none;
}
/* ── Layout ─────────────────────────────────────────────── */
.d2d-press-inner {
position: relative;
z-index: 1;
display: flex;
align-items: center;
gap: 48px;
flex-wrap: wrap;
}
.d2d-press-content {
flex: 1 1 340px;
}
/* ── Badge ──────────────────────────────────────────────── */
.d2d-press-badge {
display: inline-flex;
align-items: center;
gap: 8px;
background: rgba(255,255,255,.12);
border: 1px solid rgba(255,255,255,.22);
border-radius: 100px;
padding: 5px 16px 5px 12px;
margin-bottom: 22px;
}
.d2d-press-badge-dot {
width: 6px; height: 6px;
background: #fff;
border-radius: 50%;
flex-shrink: 0;
animation: pulse 1.8s ease-in-out infinite;
}
@keyframes pulse {
0%, 100% { opacity: 1; transform: scale(1); }
50% { opacity: .35; transform: scale(.65); }
}
.d2d-press-badge-text {
font-family: 'Lexend Deca', sans-serif;
letter-spacing: .15em;
text-transform: uppercase;
color: var(--white);
}
/* ── Headline ───────────────────────────────────────────── */
.d2d-press-headline {
font-family: 'Lexend Deca', sans-serif;
font-weight: 800;
font-size: clamp(28px, 3.8vw, 44px);
line-height: 1.1;
letter-spacing: -.01em;
color: var(--white);
margin-bottom: 16px;
}
/* ── Body ───────────────────────────────────────────────── */
.d2d-press-body {
font-size: 15px;
line-height: 1.68;
color: var(--offwhite);
max-width: 460px;
margin-bottom: 32px;
}
.d2d-press-body strong {
color: var(--white);
font-weight: 700;
}
/* ── CTA — navy pill ────────────────────────────────────── */
.d2d-press-cta {
display: inline-flex;
align-items: center;
gap: 10px;
background: var(--navy);
color: var(--white) !important;
font-family: 'Lexend Deca', sans-serif;
font-weight: 800;
font-size: 13px;
letter-spacing: .13em;
text-transform: uppercase;
text-decoration: none !important;
padding: 15px 32px;
border-radius: 100px;
transition: background .2s ease, transform .15s ease, box-shadow .2s ease;
box-shadow: 0 6px 22px rgba(0,0,0,.35);
white-space: nowrap;
}
.d2d-press-cta:hover {
background: var(--navy-drk);
transform: translateY(-2px);
box-shadow: 0 10px 30px rgba(0,0,0,.45);
}
.d2d-press-cta svg {
transition: transform .2s ease;
}
.d2d-press-cta:hover svg {
transform: translateX(4px);
}
/* ── Divider ────────────────────────────────────────────── */
.d2d-divider {
width: 1px;
align-self: stretch;
min-height: 120px;
background: linear-gradient(to bottom, transparent, rgba(255,255,255,.22) 30%, rgba(255,255,255,.22) 70%, transparent);
flex-shrink: 0;
}
/* ── FOX 13 panel ───────────────────────────────────────── */
.d2d-press-media {
flex: 0 0 auto;
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
text-align: center;
}
.d2d-press-media-label {
font-size: 10px;
font-weight: 700;
letter-spacing: .2em;
text-transform: uppercase;
color: rgba(255,255,255,.5);
}
.d2d-fox-lockup {
display: flex;
flex-direction: column;
align-items: center;
background: rgba(255,255,255,.10);
border: 1px solid rgba(255,255,255,.18);
border-radius: 8px;
padding: 22px 36px 18px;
gap: 2px;
text-decoration: none !important;
transition: background .2s, border-color .2s, transform .15s;
}
.d2d-fox-lockup:hover {
background: rgba(255,255,255,.13);
border-color: rgba(255,255,255,.32);
transform: translateY(-2px);
}
.d2d-fox-word {
font-family: 'Lexend Deca', sans-serif;
font-weight: 800;
font-size: 52px; line-height: 1; letter-spacing: .04em; color: var(--white);
}
.d2d-fox-num {
font-family: 'Lexend Deca', sans-serif;
font-weight: 700;
font-size: 18px; letter-spacing: .2em; color: rgba(255,255,255,.75);
}
.d2d-fox-sub {
font-size: 9.5px; letter-spacing: .18em;
text-transform: uppercase; color: rgba(255,255,255,.45); margin-top: 5px;
}
.d2d-press-media-caption {
font-size: 11px;
color: rgba(255,255,255,.38);
font-style: italic;
max-width: 150px;
line-height: 1.4;
}
/* ── Mobile ─────────────────────────────────────────────── */
@media (max-width: 760px) {
.d2d-press-wrap { padding: 38px 28px 34px; }
.d2d-divider { display: none; }
.d2d-press-inner { gap: 28px; }
.d2d-press-media {
width: 100%;
flex-direction: row;
justify-content: flex-start;
align-items: center;
gap: 18px;
}
.d2d-fox-lockup { padding: 14px 26px 12px; }
.d2d-fox-word { font-size: 44px; }
}
As Seen on FOX 13 News
The Bootcamp Built to Scale
D2D Businesses — Now on FOX 13
Fox 13 News featured our Business Bootcamp as the turnkey system D2D owners are using to recruit stronger teams, tighten operations, and hit numbers they've never hit before. Two days. Proven playbook. Immediate results.
<a class="d2d-press-cta"
href="https://www.fox13now.com/the-place/business-bootcamp-is-a-turnkey-solution-for-door-to-door-businesses"
target="_blank"
rel="noopener noreferrer">
Check Out the feature!
Featured by
<a class="d2d-fox-lockup"
href="https://www.fox13now.com/the-place/business-bootcamp-is-a-turnkey-solution-for-door-to-door-businesses"
target="_blank"
rel="noopener noreferrer">
FOX
13 NEWS
Salt Lake City
The Place — March 2026