div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* === AI Summary === */
.services__ai-summary {
    background: #fff;
    border-left: 4px solid #e30613;
    padding: 20px 24px;
    border-radius: 0 8px 8px 0;
    margin-bottom: 32px;
    box-shadow: 0 2px 12px rgba(0,0,0,.04);
}
.services__ai-summary p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #4A4A4A;
}
.services__ai-summary strong {
    color: #333;
}

/* === Trust Bar === */
.services__trust-bar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 32px;
}
.services__trust-item {
    background: #fff;
    box-shadow: 0 6px 32px rgba(0,0,0,.08);
    border-radius: 8px;
    padding: 24px 20px;
    text-align: center;
}
.services__trust-item--number {
    font-size: 28px;
    font-weight: 800;
    color: #238EE3;
    line-height: 1.2;
}
.services__trust-item--label {
    font-size: 13px;
    color: #666;
    margin-top: 4px;
    line-height: 1.4;
}

/* === Workflow === */
.services__workflow {
    background: #fff;
    box-shadow: 0 6px 32px rgba(0,0,0,.08);
    border-radius: 8px;
    padding: 30px 35px;
    margin-bottom: 32px;
}
.services__workflow h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 24px;
}
.services__workflow-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}
.services__workflow-step {
    text-align: center;
    position: relative;
}
.services__workflow-step--num {
    width: 48px;
    height: 48px;
    background: #238EE3;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    margin: 0 auto 12px;
}
.services__workflow-step--title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
}
.services__workflow-step--desc {
    font-size: 12px;
    color: #666;
    line-height: 1.4;
}
.services__workflow-step::after {
    content: '';
    position: absolute;
    top: 24px;
    left: calc(50% + 30px);
    width: calc(100% - 60px);
    height: 2px;
    background: #e0e0e0;
}
.services__workflow-step:last-child::after {
    display: none;
}

/* === Inline CTA === */
.services__inline-cta {
    background: linear-gradient(135deg, #238EE3 0%, #1a6db8 100%);
    border-radius: 8px;
    padding: 24px 32px;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.services__inline-cta p {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}
.services__inline-cta .button {
    background: #fff;
    color: #238EE3;
    font-weight: 700;
    white-space: nowrap;
    flex-shrink: 0;
}
.services__inline-cta .button:hover {
    background: #f0f0f0;
    text-decoration: none;
}

/* === Sidebar CTA === */
.sidebar-cta {
    background: linear-gradient(135deg, #e30613, #c70510);
    border-radius: 8px;
    padding: 24px 20px;
    margin-top: 24px;
    margin-bottom: 24px;
    color: #fff;
    text-align: center;
}
.sidebar-cta h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}
.sidebar-cta p {
    font-size: 14px;
    opacity: .9;
    margin-bottom: 16px;
}
.sidebar-cta__phone {
    display: block;
    margin-top: 12px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}
.sidebar-cta__phone:hover {
    color: #fff;
    text-decoration: none;
}

/* === Internal Links === */
.services__main-links {
    margin-bottom: 32px;
}
.services__main-links h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}
.services__main-links ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.services__main-links li {
    padding: 6px 0;
    font-size: 15px;
}

/* === Request Phone === */
.services__main-request--phone {
    margin-top: 16px;
    font-size: 14px;
    opacity: .8;
}
.services__main-request--phone a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

/* === Price H2 === */
.services__main-price h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* === Responsive === */
@media (max-width: 768px) {
    .services__trust-bar {
        grid-template-columns: 1fr 1fr;
    }
    .services__trust-item {
        padding: 16px 12px;
    }
    .services__trust-item--number {
        font-size: 22px;
    }
    .services__workflow {
        padding: 20px;
    }
    .services__workflow-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .services__workflow-step::after {
        display: none;
    }
    .services__inline-cta {
        flex-direction: column;
        text-align: center;
    }
}
