.content-page-area {
    padding: 50px 0 80px;
}
.content-page-body {
    margin: 0 auto;
}
.content-page-body h1 {
    font-size: 4rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 18px;
    padding-bottom: 22px;
    border-bottom: 2px solid #e8f5e9;
}
.content-page-body h2 {
    font-size: 3.2rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-top: 55px;
    margin-bottom: 22px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
}
.content-page-body h3 {
    font-size: 2.6rem;
    font-weight: 600;
    color: #2d3748;
    margin-top: 42px;
    margin-bottom: 16px;
}
.content-page-body h4 {
    font-size: 2.2rem;
    font-weight: 600;
    color: #4a5568;
    margin-top: 30px;
    margin-bottom: 14px;
}
.content-page-body p {
    font-size: 1.85rem;
    line-height: 2;
    color: #4a5568;
    margin-bottom: 24px;
}
.content-page-body ul,
.content-page-body ol {
    padding-left: 30px;
    margin-bottom: 28px;
}
.content-page-body ul li,
.content-page-body ol li {
    font-size: 1.85rem;
    line-height: 2;
    color: #4a5568;
    margin-bottom: 14px;
    padding-left: 10px;
}
.content-page-body ul li::marker {
    color: #1ab69d;
}
.content-page-body strong {
    color: #2d3748;
}
.content-page-body a {
    color: #1ab69d;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}
.content-page-body a:hover {
    color: #148f7a;
    text-decoration: underline;
}
.content-page-body img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 15px 0;
}
.content-page-body blockquote {
    border-left: 4px solid #1ab69d;
    padding: 22px 28px;
    margin: 28px 0;
    background: #f9fafb;
    border-radius: 0 8px 8px 0;
    font-size: 1.85rem;
}
.content-page-body table {
    width: 100%;
    border-collapse: collapse;
    margin: 28px 0;
}
.content-page-body table th,
.content-page-body table td {
    padding: 16px 22px;
    border: 1px solid #e5e7eb;
    font-size: 1.75rem;
}
.content-page-body table th {
    background: #f9fafb;
    font-weight: 600;
    color: #1a1a2e;
}

@media (max-width: 768px) {
    .content-page-body h1 { font-size: 3rem; }
    .content-page-body h2 { font-size: 2.4rem; }
    .content-page-body h3 { font-size: 2rem; }
    .content-page-body p,
    .content-page-body ul li,
    .content-page-body ol li { font-size: 1.5rem; }
}
