06/07/2026
American Truck Centers - We'll Buy Your Truck
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: 'Oswald', sans-serif;
background: ;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
padding: 20px;
}
.ad {
width: 900px;
max-width: 100%;
background: linear-gradient(160deg, 0%, 40%, 100%);
border: 3px solid ;
border-radius: 6px;
overflow: hidden;
position: relative;
box-shadow: 0 0 60px rgba(200,162,39,0.3), 0 0 120px rgba(200,162,39,0.1);
}
/* Background texture */
.ad::before {
content: '';
position: absolute;
inset: 0;
background:
repeating-linear-gradient(
-45deg,
transparent,
transparent 40px,
rgba(255,255,255,0.01) 40px,
rgba(255,255,255,0.01) 80px
);
z-index: 0;
}
/* Road streak background */
.road-bg {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 55%;
background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.6) 100%);
z-index: 1;
}
/* Diagonal accent */
.diagonal-accent {
position: absolute;
top: 0;
right: 0;
width: 50%;
height: 100%;
background: linear-gradient(135deg, transparent 40%, rgba(200,162,39,0.05) 100%);
z-index: 1;
pointer-events: none;
}
.content {
position: relative;
z-index: 10;
}
/* ── HEADER ── */
.header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 22px 30px 16px;
border-bottom: 2px solid rgba(200,162,39,0.4);
background: linear-gradient(90deg, rgba(13,27,62,0.9) 0%, rgba(200,162,39,0.08) 100%);
}
.logo-area {
display: flex;
flex-direction: column;
}
.logo-name {
font-family: 'Black Ops One', cursive;
font-size: 2.4rem;
line-height: 1;
letter-spacing: 2px;
background: linear-gradient(90deg, , , );
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-shadow: none;
filter: drop-shadow(0 2px 6px rgba(200,162,39,0.5));
}
.logo-sub {
font-family: 'Bebas Neue', cursive;
font-size: 0.85rem;
letter-spacing: 5px;
color: ;
opacity: 0.7;
margin-top: 2px;
}
.logo-tagline {
font-size: 0.7rem;
letter-spacing: 3px;
color: ;
opacity: 0.85;
margin-top: 4px;
text-transform: uppercase;
}
.badge {
border: 2px solid ;
border-radius: 50%;
width: 90px;
height: 90px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
background: radial-gradient(circle, rgba(200,162,39,0.15) 0%, transparent 70%);
box-shadow: 0 0 20px rgba(200,162,39,0.3);
}
.badge-stars {
font-size: 0.7rem;
letter-spacing: 3px;
color: ;
margin-bottom: 2px;
}
.badge-line1 {
font-family: 'Bebas Neue', cursive;
font-size: 0.75rem;
color: ;
letter-spacing: 2px;
}
.badge-line2 {
font-family: 'Bebas Neue', cursive;
font-size: 1rem;
color: ;
letter-spacing: 1px;
line-height: 1;
}
.badge-line3 {
font-family: 'Bebas Neue', cursive;
font-size: 0.75rem;
color: ;
letter-spacing: 2px;
}
.badge-since {
font-size: 0.55rem;
color: ;
letter-spacing: 2px;
margin-top: 2px;
}
/* ── HERO ── */
.hero {
display: flex;
align-items: center;
padding: 10px 30px 0;
gap: 0;
min-height: 300px;
position: relative;
}
.cash-side {
flex: 0 0 auto;
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 14px;
z-index: 5;
}
.cash-icon {
font-size: 5rem;
filter: drop-shadow(0 4px 16px rgba(200,162,39,0.6));
animation: float 3s ease-in-out infinite;
}
float {
0%, 100% { transform: translateY(0px) rotate(-5deg); }
50% { transform: translateY(-10px) rotate(5deg); }
}
.checklist {
list-style: none;
display: flex;
flex-direction: column;
gap: 8px;
}
.checklist li {
display: flex;
align-items: center;
gap: 8px;
font-family: 'Oswald', sans-serif;
font-size: 0.8rem;
font-weight: 600;
color: ;
letter-spacing: 1px;
text-transform: uppercase;
}
.check {
width: 20px;
height: 20px;
border-radius: 50%;
background: ;
display: flex;
align-items: center;
justify-content: center;
font-size: 0.6rem;
color: ;
flex-shrink: 0;
font-weight: 900;
}
.headline-area {
flex: 1;
text-align: center;
padding: 0 10px;
}
.headline-pre {
font-family: 'Bebas Neue', cursive;
font-size: 1.6rem;
letter-spacing: 6px;
color: ;
opacity: 0.85;
}
.headline-main {
display: block;
font-family: 'Black Ops One', cursive;
line-height: 0.88;
text-transform: uppercase;
}
.hl-buy {
font-size: 5.5rem;
color: ;
-webkit-text-stroke: 2px ;
text-shadow: 0 0 30px rgba(200,162,39,0.5), 4px 4px 0 rgba(0,0,0,0.8);
display: block;
}
.hl-your {
font-size: 4.2rem;
background: linear-gradient(90deg, , , );
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
filter: drop-shadow(0 2px 8px rgba(200,162,39,0.7));
display: block;
}
.hl-truck {
font-size: 5.8rem;
color: ;
-webkit-text-stroke: 2px #880000;
text-shadow: 0 0 30px rgba(200,0,0,0.5), 4px 4px 0 rgba(0,0,0,0.8);
display: block;
}
.subline {
margin-top: 10px;
background: linear-gradient(90deg, , );
display: inline-block;
padding: 6px 20px;
border-left: 4px solid ;
border-right: 4px solid ;
}
.subline-text {
font-family: 'Bebas Neue', cursive;
font-size: 1.05rem;
letter-spacing: 4px;
color: ;
}
.truck-side {
flex: 0 0 260px;
display: flex;
align-items: flex-end;
justify-content: flex-end;
position: relative;
}
.truck-emoji {
font-size: 8rem;
filter: drop-shadow(0 8px 30px rgba(200,162,39,0.5)) drop-shadow(-8px 0 20px rgba(0,0,80,0.8));
animation: truckPulse 4s ease-in-out infinite;
}
truckPulse {
0%, 100% { filter: drop-shadow(0 8px 30px rgba(200,162,39,0.5)) drop-shadow(-8px 0 20px rgba(0,0,80,0.8)); }
50% { filter: drop-shadow(0 8px 40px rgba(200,162,39,0.9)) drop-shadow(-8px 0 30px rgba(0,0,80,0.6)); }
}
.speed-lines {
position: absolute;
right: 0;
bottom: 10px;
width: 100%;
height: 60px;
overflow: hidden;
opacity: 0.25;
}
.speed-line {
position: absolute;
height: 2px;
background: linear-gradient(90deg, transparent, );
animation: speedLine 1.5s linear infinite;
}
speedLine {
from { right: 0; width: 0; opacity: 1; }
to { right: 100%; width: 200px; opacity: 0; }
}
/* ── DIVIDER ── */
.gold-divider {
height: 3px;
background: linear-gradient(90deg, transparent, , , , transparent);
margin: 14px 0 0;
}
/* ── FOOTER BAR ── */
.footer-bar {
background: linear-gradient(90deg, 0%, 50%, 100%);
padding: 18px 30px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
border-top: 2px solid rgba(200,162,39,0.4);
}
.footer-cell {
display: flex;
flex-direction: column;
align-items: center;
gap: 4px;
text-align: center;
}
.footer-icon { font-size: 1.8rem; }
.footer-label {
font-family: 'Bebas Neue', cursive;
font-size: 0.9rem;
letter-spacing: 2px;
color: ;
line-height: 1.1;
}
.footer-accent {
font-family: 'Bebas Neue', cursive;
font-size: 1rem;
color: ;
letter-spacing: 2px;
}
.call-box {
background: linear-gradient(135deg, 0%, 100%);
border: 3px solid ;
border-radius: 8px;
padding: 12px 28px;
text-align: center;
box-shadow: 0 4px 20px rgba(200,162,39,0.5), inset 0 1px 0 rgba(255,255,255,0.8);
position: relative;
overflow: hidden;
}
.call-box::before {
content: '';
position: absolute;
top: 0; left: 0; right: 0;
height: 3px;
background: linear-gradient(90deg, , , );
}
.call-label {
font-family: 'Black Ops One', cursive;
font-size: 1rem;
color: ;
letter-spacing: 2px;
display: flex;
align-items: center;
justify-content: center;
gap: 6px;
}
.call-number {
font-family: 'Black Ops One', cursive;
font-size: 1.9rem;
color: ;
letter-spacing: 2px;
line-height: 1.1;
text-shadow: 1px 1px 0 rgba(200,0,0,0.2);
}
.call-cta {
font-family: 'Bebas Neue', cursive;
font-size: 0.75rem;
letter-spacing: 3px;
color: ;
opacity: 0.7;
margin-top: 2px;
}
/* ── BOTTOM STRIP ── */
.bottom-strip {
background: linear-gradient(90deg, , , );
padding: 8px 30px;
text-align: center;
}
.bottom-strip-text {
font-family: 'Bebas Neue', cursive;
font-size: 0.85rem;
letter-spacing: 5px;
color: ;
}
(max-width: 700px) {
.hero { flex-direction: column; padding: 16px 16px 0; min-height: auto; }
.truck-side { flex: unset; justify-content: center; }
.hl-buy { font-size: 4rem; }
.hl-your { font-size: 3rem; }
.hl-truck { font-size: 4.2rem; }
.header { flex-wrap: wrap; gap: 12px; }
.footer-bar { flex-wrap: wrap; justify-content: center; }
.logo-name { font-size: 1.8rem; }
}
AMERICAN
TRUCK CENTERS
Honest Deals · Maximum Value
★ ★ ★
Local
TRUSTED
Professional
· Since Day 1 ·
💵
✓Top Dollar Paid
✓Fast & Easy Process
✓No Obligation — Just Cash!
WE'LL
BUY
YOUR
TRUCK
Any Make · Any Model · Any Condition
🚛
⏱️
QUICK.
EASY.
CASH TODAY!
📞 CALL AL:
720-287-8603
Call Now — Get Paid Today!
🤝
Fair Offers.
Friendly Service.
Built On Trust.
✓ Turn Your Truck Into Cash — The American Truck Centers Way ✓
-face { font-family: 'Bebas Neue'; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/bebasneue/v16/JTUSjIg69CK48gW7PXooxW4.ttf) format('truetype'); } -face { font-family: 'Black Ops One'; font-style: normal; font-weight: 400; font-display: swap;...