.hero-wrapper {
background: #f8fbff;
border: 1px solid #d8e9fb;
border-radius: 22px;
padding: 30px 26px 82px; /* Extra bottom padding so cards overlap */
text-align: center;
margin: 30px 0;
box-shadow: inset 0 0 50px rgba(22,151,246,.05);
}
.hero-kicker {
color: #1697F6;
font-size: 11px;
font-weight: 700;
letter-spacing: 3px;
text-transform: uppercase;
margin-bottom: 14px;
}
.hero-title {
font-family: Georgia, “Times New Roman”, serif;
font-size: 30px;
line-height: 1.15;
font-weight: 700;
color: #1b1b1b;
max-width: 850px;
margin: 0 auto 16px;
}
.hero-description {
font-family: Georgia, “Times New Roman”, serif;
color: #5f6e84;
font-size: 15px;
line-height: 1.7;
max-width: 720px;
margin: 0 auto;
}
.hero-description strong {
color: #1b1b1b;
}
/* Floating cards */
.hero-stats {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 16px;
max-width: 980px;
margin: -48px auto 0; /* ← This creates the overlap */
position: relative;
z-index: 5;
}
.hero-card {
background: #ffffff;
border: 1px solid #dbe8f8;
border-top: 4px solid #1697F6;
border-radius: 16px;
padding: 18px 16px;
text-align: center;
box-shadow: 0 10px 22px rgba(0,0,0,.08);
}
.hero-number {
font-family: Georgia, serif;
font-size: 26px;
line-height: 1;
font-weight: 700;
color: #17284f;
margin-bottom: 8px;
}
.hero-label {
color: #5f6e84;
font-size: 12px;
line-height: 1.55;
text-transform: uppercase;
letter-spacing: .4px;
}
@media (max-width:900px){
.hero-wrapper{
padding:28px 20px 40px;
}
.hero-title{
font-size:24px;
}
.hero-description{
font-size:14px;
}
.hero-stats{
grid-template-columns:repeat(2,1fr);
margin-top:-24px;
}
}
@media (max-width:600px){
.hero-stats{
grid-template-columns:1fr;
margin-top:20px;
}
}
Of every letter the IRS sends, this is the one you cannot afford to misread. Letter 1058 — also labeled LT11 — is the Final Notice of Intent to Levy. If your business owes six figures, this notice starts a strict 30-day countdown, and what you do inside that window can determine whether you keep your bank accounts and receivables or watch the IRS take both.
What Makes This Letter Different
Most IRS notices are routine. This one is not. Its full title spells out why: “Final Notice of Intent to Levy and Notice of Your Right to a Hearing.” Federal law requires the IRS to send this exact notice and then wait 30 days before it can legally levy your assets.
A levy means the IRS can reach directly into your bank account, garnish payments, or seize accounts receivable. It is the enforcement step every other collection letter has been building toward.
What a Levy Actually Does to a Business
.levy-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 14px;
margin: 28px 0 18px;
}
.levy-card {
background: #ffffff;
border: 1px solid #e7ddd8;
border-radius: 14px;
padding: 18px 18px 20px;
box-shadow: 0 4px 14px rgba(0,0,0,.03);
}
.levy-pill {
display: inline-block;
background: #f7e9e9;
color: #b64545;
border-radius: 999px;
padding: 6px 10px;
font-size: 12px;
font-weight: 700;
letter-spacing: .5px;
text-transform: uppercase;
margin-bottom: 12px;
}
.levy-title {
font-size: 20px;
font-weight: 700;
color: #1f2b3d;
margin-bottom: 8px;
}
.levy-text {
font-size: 15px;
line-height: 1.75;
color: #56657d;
}
.accel-box {
margin-top: 26px;
background: #fff3f3;
border: 1px solid #efc2c2;
border-radius: 14px;
padding: 22px 22px 24px;
}
.accel-title {
font-size: 16px;
font-weight: 800;
letter-spacing: 1px;
text-transform: uppercase;
color: #b64545;
margin-bottom: 14px;
}
.accel-text {
font-size: 17px;
line-height: 1.8;
color: #b64545;
}
.accel-text strong {
font-weight: 800;
}
@media (max-width: 768px) {
.levy-grid {
grid-template-columns: 1fr;
}
}
.quote-banner {
margin: 28px 0;
text-align: center;
}
.quote-line {
height: 2px;
background: #1697F6;
max-width: 760px;
margin: 0 auto 18px;
}
.quote-text {
max-width: 760px;
margin: 0 auto;
font-family: Georgia, “Times New Roman”, serif;
font-size: 18px;
line-height: 1.75;
font-style: italic;
color: #17284f;
}
.quote-text .accent {
color: #1697F6;
font-weight: 700;
}
.quote-line-bottom {
height: 2px;
background: #1697F6;
max-width: 760px;
margin: 18px auto 0;
}
@media (max-width:768px){
.quote-text{
font-size:16px;
line-height:1.8;
}
.quote-line,
.quote-line-bottom{
max-width:100%;
}
}
Your 30-Day Window, Mapped Out
.cdp-timeline {
background: #f8fbff;
border: 1px solid #d9e9fb;
border-radius: 22px;
padding: 34px 28px 42px;
margin: 35px 0;
box-shadow: inset 0 0 55px rgba(22,151,246,.05);
}
.cdp-steps {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
text-align: center;
position: relative;
margin-bottom: 34px;
}
.cdp-step {
position: relative;
z-index: 2;
}
.cdp-circle {
width: 48px;
height: 48px;
margin: 0 auto 18px;
border-radius: 50%;
background: #1697F6;
color: #fff;
font-size: 22px;
font-weight: 700;
display: flex;
align-items: center;
justify-content: center;
}
.cdp-day {
font-family: Georgia, “Times New Roman”, serif;
font-size: 22px;
font-weight: 700;
color: #17284f;
margin-bottom: 12px;
}
.cdp-text {
font-size: 16px;
line-height: 1.75;
color: #5f6e84;
max-width: 280px;
margin: 0 auto;
}
.cdp-progress {
position: relative;
height: 4px;
background: #1697F6;
border-radius: 999px;
}
.cdp-progress::before,
.cdp-progress::after,
.cdp-progress .middle {
content: “”;
position: absolute;
top: 50%;
width: 18px;
height: 18px;
background: #ffffff;
border: 5px solid #1697F6;
border-radius: 50%;
transform: translate(-50%, -50%);
}
.cdp-progress::before {
left: 16.7%;
}
.cdp-progress .middle {
left: 50%;
}
.cdp-progress::after {
left: 83.3%;
}
@media (max-width: 768px) {
.cdp-steps {
grid-template-columns: 1fr;
gap: 28px;
margin-bottom: 0;
}
.cdp-progress {
display: none;
}
.cdp-text {
max-width: 100%;
}
}
Filing Form 12153: What You Actually Get
File on time and two powerful things happen: levy action stops while your case is pending, and you earn a formal seat across from the IRS Independent Office of Appeals — an appeals officer with real discretion to negotiate a resolution.
.resolution-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 12px;
margin: 30px 0 18px;
}
.resolution-card {
background: #ffffff;
border: 1px solid #e6dccf;
border-radius: 14px;
padding: 16px 16px 18px;
box-shadow: 0 4px 12px rgba(0,0,0,.03);
}
.resolution-pill {
display: inline-block;
padding: 5px 10px;
border-radius: 999px;
font-size: 12px;
font-weight: 700;
letter-spacing: .5px;
text-transform: uppercase;
margin-bottom: 10px;
}
.resolution-pill.blue {
background: #e9f1ff;
color: #274d86;
}
.resolution-pill.gold {
background: #f7ebcc;
color: #9a6b12;
}
.resolution-pill.green {
background: #e2f1e8;
color: #2d6b4f;
}
.resolution-title {
font-size: 18px;
line-height: 1.3;
font-weight: 700;
color: #1f2b3d;
margin-bottom: 8px;
}
.resolution-text {
font-size: 15px;
line-height: 1.7;
color: #56657d;
}
.resolution-note {
background: #eef4fb;
border: 1px solid #cfdcf0;
border-radius: 14px;
padding: 18px 20px 20px;
margin-top: 18px;
}
.resolution-note-title {
font-size: 16px;
font-weight: 800;
letter-spacing: 1px;
text-transform: uppercase;
color: #1f2b3d;
margin-bottom: 12px;
}
.resolution-note ul {
margin: 0;
padding-left: 22px;
}
.resolution-note li {
font-size: 15px;
line-height: 1.7;
color: #22324a;
margin-bottom: 8px;
}
.resolution-note li:last-child {
margin-bottom: 0;
}
@media (max-width: 768px) {
.resolution-grid {
grid-template-columns: 1fr;
}
}
- Challenging the underlying liability if you never had a real chance to dispute it
- Requesting penalty abatement
What Happens If You Miss the Deadline
Miss the 30-day window and the CDP right is gone. You may still qualify for an “equivalent hearing,” but you lose the automatic hold on enforcement and you lose the ability to appeal the outcome in Tax Court — a major difference on a six-figure balance.
The Three Mistakes That Turn This Letter Into a Disaster
.issue-list {
margin: 0 0 22px;
}
.issue-item {
background: #fff;
border: 1px solid #f1c3c0;
border-left: 4px solid #c24a42;
border-radius: 10px;
padding: 16px 18px;
margin-bottom: 12px;
color: #1f2b3d;
font-size: 15px;
line-height: 1.7;
}
.insight-box {
background: #eef5ff;
border: 1px solid #cfe0ff;
border-left: 5px solid #1697F6;
border-radius: 14px;
padding: 22px 24px;
margin: 28px 0 34px;
}
.insight-title {
font-size: 13px;
font-weight: 800;
letter-spacing: 2px;
text-transform: uppercase;
color: #1697F6;
margin-bottom: 12px;
}
.insight-text {
font-size: 17px;
line-height: 1.85;
color: #243246;
}
.cta-box {
background: #f8fbff;
border: 1px solid #d8e9fb;
border-radius: 22px;
padding: 34px 28px;
text-align: center;
box-shadow: inset 0 0 55px rgba(22,151,246,.05);
}
.cta-title {
font-family: Georgia, “Times New Roman”, serif;
font-size: 30px;
line-height: 1.2;
font-weight: 700;
color: #1b1b1b;
margin-bottom: 14px;
}
.cta-text {
font-family: Georgia, “Times New Roman”, serif;
font-size: 16px;
line-height: 1.8;
color: #5f6e84;
max-width: 780px;
margin: 0 auto 24px;
}
.cta-button {
display: inline-block;
background: #17284f;
color: #ffffff;
text-decoration: none;
padding: 14px 28px;
border-radius: 999px;
font-size: 15px;
font-weight: 700;
transition: .2s ease;
}
.cta-button:hover {
background: #10203d;
}
.cta-note {
margin-top: 14px;
color: #7b8ca7;
font-size: 13px;
letter-spacing: .4px;
}
Get the Free IRS Survival Guide PDF
The post IRS Letter 1058: The Collection Notice That Actually Matters appeared first on Boss Tax Law.