.blog-hero {
    padding: 100px 24px 40px;
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.blog-hero h1 {
    font-size: 38px;
    font-weight: 800;
    color: #314e73;
    margin-bottom: 12px;
}

.blog-hero p {
    font-size: 16px;
    color: #4a6385;
    line-height: 1.65;
}

.blog-feed {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 24px 60px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.blog-card {
    background: white;
    border-radius: 20px;
    padding: 32px 36px;
    box-shadow: 0 2px 12px rgba(49, 78, 115, 0.08);
}

.blog-card-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.blog-card-date {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #e87722;
}

.blog-card-author {
    font-size: 12px;
    color: #4a6385;
}

.blog-card-meta-sep {
    width: 3px;
    height: 3px;
    border-radius: 999px;
    background: #4a6385;
    opacity: 0.4;
}

.blog-card h2 {
    font-size: 18px;
    font-weight: 800;
    color: #314e73;
    margin-bottom: 16px;
    line-height: 1.3;
}

.blog-card p {
    font-size: 14px;
    color: #4a6385;
    line-height: 1.75;
    margin-bottom: 12px;
}

.blog-card p:last-child {
    margin-bottom: 0;
}

.blog-card a {
    color: #e87722;
    font-weight: 600;
}

.blog-card ul {
    margin: 0 0 12px 0;
    padding-left: 20px;
    color: #4a6385;
    font-size: 14px;
    line-height: 1.8;
}

.blog-card img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 12px 0;
}

.blog-card .blog-img-wrap {
    max-width: 420px;
}

.blog-upgrade-btn {
    display: inline-flex;
    align-items: center;
    padding: 8px 20px;
    background: #314e73;
    color: #eef3fa;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.15s;
    margin-top: 4px;
}

.blog-upgrade-btn:hover {
    background: #e87722;
}

.blog-video-wrap {
    max-width: 560px;
    margin: 12px 0;
}

.blog-video-wrap iframe {
    width: 100%;
    border: none;
    border-radius: 12px;
}
