.skw-cta {
    border: 1px solid #d9e2ec;
    border-radius: 8px;
    margin: 28px 0;
    padding: 20px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(31, 41, 55, 0.08);
}

.skw-cta__eyebrow {
    margin: 0 0 6px;
    color: #bf0000;
    font-size: 13px;
    font-weight: 700;
}

.skw-cta__headline {
    margin: 0 0 10px;
    color: #1f2937;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

.skw-cta__description {
    margin: 0 0 14px;
    color: #4b5563;
    line-height: 1.8;
}

.skw-cta__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
}

.skw-cta__badges li {
    border-radius: 999px;
    padding: 4px 10px;
    background: #fef2f2;
    color: #991b1b;
    font-size: 12px;
    font-weight: 700;
}

.skw-cta__button,
.skw-cta__button:link,
.skw-cta__button:visited {
    display: block;
    border-radius: 8px;
    padding: 14px 18px;
    background: #bf0000;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.skw-cta__button:hover,
.skw-cta__button:focus {
    background: #9f0000;
    color: #fff;
}

#body_wrap.home #main_visual,
#body_wrap.home #post_slider,
#body_wrap.home #sidebar {
    display: none;
}

#body_wrap.home .l-content {
    max-width: 1120px;
}

#body_wrap.home .l-mainContent {
    width: 100%;
}
