.article-hero {
    padding: 80px 0;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.article-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.article-hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgb(0 166 81 / 67%), rgb(0 117 201 / 58%));
}

.article-hero .container {
    position: relative;
    z-index: 1;
}

.article-title {
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #fff;
}

.article-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    font-size: 14px;
    opacity: 0.95;
	margin-bottom: 1rem;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.article-wrapper {
    background: #f8f9fa;
    padding: 30px 0 80px;
}

.article-layout {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 40px;
    align-items: start;
}

.article-main {
    min-width: 0;
}

.article-content {
    background: #fff;
    padding: 24px 50px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    margin-bottom: 30px;
}

.article-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #2d3748;
    margin-bottom: 20px;
}

.article-content h2 {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 26px;
    font-weight: 800;
    color: #1a2332;
    padding-bottom: 12px;
    border-bottom: 1px solid #00c3c9;
}

.article-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1a2332;
    margin: 30px 0 16px;
}

.article-content ul,
.article-content ol {
    margin: 20px 0;
    padding-left: 24px;
}

.article-content li {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 10px;
    color: #2d3748;
}

.article-content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.service-hero {
    padding: 80px 0;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.service-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.service-hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgb(0 166 81 / 67%), rgb(0 117 201 / 58%));
}

.service-hero .container {
    position: relative;
    z-index: 1;
}

.service-hero h1 {
    font-weight: 800;
    margin-bottom: 16px;
    color: #fff;
}

.service-hero-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
    font-size: 14px;
    opacity: 0.95;
	margin-bottom: 1rem;
}

.hero-meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.service-wrapper {
    background: #f8f9fa;
    padding: 30px 0 80px;
}

.service-layout {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 40px;
    align-items: start;
}

.service-main {
    min-width: 0;
}

.service-content {
    background: #fff;
    padding: 24px 50px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.service-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #2d3748;
    margin-bottom: 20px;
}

.service-content h2 {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 26px;
    font-weight: 800;
    color: #1a2332;
    padding-bottom: 12px;
    border-bottom: 1px solid #00c3c9;
}

.service-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1a2332;
    margin: 30px 0 16px;
}

.service-content ul,
.service-content ol {
    margin: 20px 0;
    padding-left: 24px;
}

.service-content li {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 10px;
    color: #2d3748;
}

.service-content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 24px 0;
}

.page-hero {
    padding: 80px 0;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.page-hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgb(0 166 81 / 67%), rgb(0 117 201 / 58%));
}

.page-hero-bg-gradient {
    background: linear-gradient(135deg, #00A651 0%, #0075C9 100%);
}

.page-hero .container {
    position: relative;
    z-index: 1;
}

.page-title {
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 0;
    color: #fff;
    font-size: 42px;
}

.page-wrapper {
    background: #f8f9fa;
    padding: 30px 0 80px;
}

.page-container {
    max-width: 900px;
    margin: 0 auto;
}

.page-content {
    background: #fff;
    padding: 24px 50px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.page-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #2d3748;
    margin-bottom: 20px;
}

.page-content h2 {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 28px;
    font-weight: 800;
    color: #1a2332;
    margin-top: 40px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #00c3c9;
}

.page-content h2:first-child {
    margin-top: 0;
}

.page-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #1a2332;
    margin: 30px 0 16px;
}

.page-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #00A651;
    margin: 24px 0 12px;
}

.page-content ul,
.page-content ol {
    margin: 20px 0;
    padding-left: 28px;
}

.page-content li {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 12px;
    color: #2d3748;
}

.page-content ul li {
    list-style-type: disc;
}

.page-content ol li {
    list-style-type: decimal;
}

.page-content strong {
    color: #1a2332;
    font-weight: 700;
}

.page-content a {
    color: #0075C9;
    text-decoration: underline;
    transition: color 0.3s;
}

.page-content a:hover {
    color: #00A651;
}

.page-content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 20px 0;
}

.page-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
}

.page-content table th,
.page-content table td {
    padding: 12px 16px;
    text-align: left;
    border: 1px solid #e2e8f0;
}

.page-content table th {
    background: #f7fafc;
    font-weight: 700;
    color: #1a2332;
}

.page-content table tr:nth-child(even) {
    background: #f7fafc;
}

.page-content blockquote {
    margin: 24px 0;
    padding: 20px 30px;
    background: #f0f9ff;
    border-left: 4px solid #0075C9;
    font-style: italic;
    color: #1e3a8a;
}

.page-content hr {
    border: none;
    border-top: 2px solid #e2e8f0;
    margin: 40px 0;
}

.page-meta {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 2px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 14px;
    color: #718096;
}

.page-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

@media (max-width: 1024px) {
    .article-layout,
    .service-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .article-hero,
    .service-hero,
    .page-hero {
        padding: 60px 0;
    }

    .article-content,
    .service-content,
    .page-content {
        padding: 12px 24px;
    }

    .article-content h2,
    .service-content h2,
    .page-content h2 {
        font-size: 20px;
    }

    .article-content h3,
    .service-content h3,
    .page-content h3 {
        font-size: 17px;
    }

    .page-title {
        font-size: 32px;
    }

    .page-content h4 {
        font-size: 17px;
    }

    .page-content p,
    .page-content li {
        font-size: 16px;
    }

    .page-meta {
        flex-direction: column;
        align-items: flex-start;
    }
}