body.blog-article {
    background: #ffffff;
    color: #333333;
}

body.blog-article header {
    border-bottom: 1px solid #e5eef8;
    background: rgba(255, 255, 255, 0.94) !important;
    box-shadow: none !important;
}

body.blog-article header nav a {
    color: #17376d;
}

body.blog-article header nav a:hover {
    color: #2563eb;
}

body.blog-article .hero-bg {
    background: #ffffff !important;
    color: #333333 !important;
    padding-top: 3.25rem !important;
    padding-bottom: 1.75rem !important;
}

body.blog-article .hero-bg > div {
    max-width: 840px;
}

body.blog-article .hero-bg .inline-flex {
    border: 1px solid #e5eef8;
    background: #f8fbff !important;
    color: #17376d !important;
    backdrop-filter: none;
}

body.blog-article .hero-bg h1 {
    margin-right: auto;
    margin-bottom: 1rem !important;
    margin-left: auto;
    max-width: 900px;
    color: #333333;
    font-size: clamp(2.65rem, 6vw, 4.9rem);
    font-weight: 900;
    line-height: 1.06;
    letter-spacing: 0;
}

body.blog-article .hero-bg h1 span {
    font-weight: 900;
}

body.blog-article .hero-bg p {
    color: #4b5563;
    font-weight: 500;
    line-height: 1.65;
    opacity: 1 !important;
}

body.blog-article .hero-bg p.mt-4 {
    margin-top: 1.1rem !important;
    color: #4b5563;
    font-size: 1rem;
    font-weight: 500;
}

body.blog-article section.bg-white {
    background: #ffffff !important;
}

body.blog-article section.bg-white > .max-w-4xl.mx-auto.px-4.pt-12,
body.blog-article section.bg-white > .max-w-5xl.mx-auto.px-4.pt-12 {
    padding-top: 1.25rem !important;
}

body.blog-article section.bg-white > div > img,
body.blog-article .blog-content > img,
body.blog-article .blog-image {
    display: block;
    width: 100% !important;
    max-width: 940px !important;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #e5eef8;
    border-radius: 0.55rem !important;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08) !important;
}

body.blog-article .blog-content > img {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

body.blog-article .screenshot-card {
    overflow: hidden;
    border: 1px solid #e5eef8;
    border-radius: 0.55rem;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

body.blog-article .screenshot-card img {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
}

body.blog-article .screenshot-card figcaption {
    border-top: 1px solid #e5eef8;
    background: #ffffff;
}

body.blog-article .blog-content {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
    color: #333333;
}

body.blog-article .blog-content p {
    margin-bottom: 1.35rem;
    color: #3f3f46;
    font-size: 1.08rem;
    font-weight: 400;
    line-height: 1.85;
}

body.blog-article .blog-content > p:first-of-type {
    color: #333333;
    font-size: 1.2rem;
}

body.blog-article .blog-content > h3 {
    margin-top: 3rem;
    margin-bottom: 1rem;
    padding-top: 2rem;
    border-top: 1px solid #e5e7eb;
    color: #333333 !important;
    font-size: clamp(1.7rem, 3vw, 2.25rem);
    font-weight: 900;
    line-height: 1.18;
    letter-spacing: 0;
}

body.blog-article .blog-content h4 {
    margin-bottom: 0.55rem;
    color: #333333 !important;
    font-size: 1.18rem;
    font-weight: 900;
    line-height: 1.3;
}

body.blog-article .blog-content ul,
body.blog-article .blog-content ol {
    margin-bottom: 1.75rem;
    color: #3f3f46;
    font-size: 1.05rem;
    line-height: 1.75;
}

body.blog-article .blog-content li {
    margin-bottom: 0.45rem;
}

body.blog-article .blog-content a {
    color: #17376d !important;
    font-weight: 800;
    text-decoration-color: #bfdbfe;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

body.blog-article .pull-quote,
body.blog-article .highlight,
body.blog-article .callout,
body.blog-article .cta-panel,
body.blog-article .references {
    border: 1px solid #e5eef8 !important;
    border-radius: 0.55rem !important;
    background: #f8fbff !important;
    box-shadow: none !important;
}

body.blog-article .pull-quote,
body.blog-article .highlight,
body.blog-article .callout {
    margin: 2.25rem 0;
    padding: 1.35rem;
}

body.blog-article .feature-card,
body.blog-article .value-card,
body.blog-article .step-card,
body.blog-article .mode-card {
    border: 1px solid #e5eef8 !important;
    border-radius: 0.55rem !important;
    box-shadow: none !important;
}

body.blog-article .flow-badge {
    background: #17376d !important;
}

body.blog-article .btn-cta,
body.blog-article .blog-content .btn-cta,
body.blog-article a.inline-block.rounded-full {
    border-radius: 0.45rem !important;
    background: #17376d !important;
    box-shadow: none !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

body.blog-article .btn-cta:hover,
body.blog-article a.inline-block.rounded-full:hover {
    background: #2563eb !important;
    transform: translateY(-1px);
}

body.blog-article footer {
    margin-top: 2rem;
}

@media (max-width: 640px) {
    body.blog-article .hero-bg {
        padding-top: 2.25rem !important;
    }

    body.blog-article .hero-bg h1 {
        font-size: clamp(2.15rem, 12vw, 3.25rem);
    }

    body.blog-article .blog-content p {
        font-size: 1rem;
    }

    body.blog-article .blog-content > p:first-of-type {
        font-size: 1.08rem;
    }
}
