:root {
    --accent: #e83e63;
    --muted: #6c757d;
    --max-width: 1100px;
}

body {
    font-family: 'inter', 'Poppins', sans-serif;
    color: #222;
    background: #fff;
    margin: 0;
}

/* ---------- HERO FULL WIDTH ---------- */
.hero {
    width: 100%;
    height: 430px;
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}

.hero .bg {
    position: absolute;
    inset: 0;
    background-image: url("/static/blog_financial_management/img1.webp");
    background-size: cover;
    background-position: center;
    filter: brightness(0.55);
}

.hero-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 15px;
    color: #fff;
}

.hero .eyebrow {
    background: rgba(255, 255, 255, 0.20);
    padding: 6px 14px;
    border-radius: 20px;
    font-weight: 700;
    margin-bottom: 14px;
}

.hero h1 {
    font-size: 36px;
    font-weight: 800;
    max-width: 1100px;
    line-height: 1.2;
    margin-bottom: 18px;
}

.hero .lead {
    font-size: 16px;
    max-width: 700px;
    margin-bottom: 20px;
    color: #e9e9e9;
}


.linem {
    font-size: 17px;
    /* font-weight: 900; */
    color: #ffffff !important;
    text-shadow:
        0px 3px 8px rgba(0, 0, 0, 0.85),
        0px 2px 5px rgba(0, 0, 0, 0.65);
    margin-top: 10px;
    margin-left: 10px;
}



/* Breadcrumb */
.breadcrumb-link {
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 700;
    text-shadow:
        0px 3px 8px rgba(0, 0, 0, 0.85),
        0px 2px 5px rgba(0, 0, 0, 0.65);
    transition: 0.2s;
}

/* Link hover */
.breadcrumb-link:hover {
    color: #ffd2f2 !important;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 1);
}

/* Current page text - blue & visible */
.breadcrumb-current {
    color: #e0dff5;
    /* soft bright blue */
    font-weight: 500;
    text-shadow: none !important;
}

b {
    color: #f3f2f3;
}

.btn-primary {
    background: linear-gradient(140deg, #5f5aac, #6b3cbb);
    /* strong bold color */
    color: #ffffff !important;
    font-weight: 700;
    padding: 14px 38px;
    border-radius: 40px;
    border: none !important;
    box-shadow: 0px 12px 35px rgba(0, 0, 0, 0.45) !important;
}


.highlighted {
    background: #fff7f9;
    padding: 18px 22px;
    border-left: 6px solid #e26480;
    border-radius: 4px;
}




/* CTA CARD – taller, vertical center alignment */
.cta-card .card {
    background: linear-gradient(180deg, rgba(243, 246, 255, 1), #ffffff);
    border: 1px solid rgba(18, 70, 160, 0.2);
    box-shadow: 0 18px 60px rgba(20, 45, 105, 0.06);
    border-radius: 32px !important;

    /* FIX FOR HEIGHT + VERTICAL ALIGN */
    height: 140px;
    /* increase height as required */
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* vertical center */
    align-items: center;
    /* horizontal center */

    padding: 20px;

    transition: transform 0.35s ease, box-shadow 0.35s ease;
}


.cta-card .card h4 {
    font-size: 25px;
    font-weight: 700;
}


/* Hover effect */
.cta-card .card:hover {
    transform: translateY(-6px);
    box-shadow: 15px 25px 75px rgba(20, 45, 105, 0.4);
}

/* CTA button */
.btn-cta {
    background: linear-gradient(90deg, #5b4df2, #7f3ef2);
    color: #fff;
    border: none;
    padding: 12px 24px;
    font-weight: 600;
    border-radius: 40px;
    box-shadow: 0 10px 30px rgba(126, 58, 255, 0.14);
    margin-top: 14px;
    transition: 0.3s ease;
}


.cta-svg-icon {
    width: 26px;
    height: 26px;
    fill: #fff;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}


.btn-cta:hover {
    transform: scale(1.08);
    box-shadow: 15px 15px 20px rgba(126, 58, 255, 0.2);
    color: #fff;
}







/* ---------- PAGE LAYOUT ---------- */

/* .page-wrap {
    display: flex;
    justify-content: center;
    padding: 40px 20px 80px;
} */

/* .blog-container {
    width: 70vw;
    max-width: var(--max-width);
    min-width: 300px;
} */

/* ---------- META SECTION ---------- */
.tag-pill {
    background: #f3f3f3;
    padding: 8px 14px;
    border-radius: 24px;
    font-weight: 700;
}

.post-meta-row {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.author img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
}

.post-title {
    font-size: 32px;
    font-weight: 800;
}

/* ---------- ARTICLE IMAGES ---------- */
.article-image {
    width: 100%;
    /* max-width: 1000px; */
    height: 400px;
    display: block;
    object-fit: cover;
    border-radius: 6px;
    margin: 26px auto;
}

/* ---------- HEADINGS WITH ICONS ---------- */
.section {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 26px;
    font-weight: 800;
    margin-top: 28px;
}

.sub {
    display: flex;
    align-items: center;
    gap: 10px;
    /* font-size: 20px; */
    font-weight: 700;
    margin-top: 20px;
    margin-left: -8px;
    margin-bottom: 12px;
}

.section-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(232, 62, 99, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
    font-size: 20px;
}

.icon {
    color: var(--accent);
    /* margin-right: 10px; */
}


.subp {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.8;
    margin-top: 14px;
    color: #444;
}


/* ---------- RESPONSIVE ---------- */
@media(max-width:900px) {
    .blog-container {
        width: 90vw;
    }

    .article-image {
        width: 90vw;
    }

    .hero h1 {
        font-size: 28px;
    }
}

@media(max-width:480px) {
    .hero {
        height: 290px;
    }

    .hero h1 {
        font-size: 20px;
    }

    .article-image {
        height: 260px;
    }
}