/*
Theme Name: MoneyVitals
Theme URI: https://moneyvitals.in/
Author: MoneyVital
Description: A light, editorial WordPress theme for MoneyVital — Indian personal finance and investing.
Version: 1.3.2
License: GNU General Public License v2 or later
Text Domain: moneyvital
*/

:root{
  --mv-bg:#fbfaf6;
  --mv-surface:#ffffff;
  --mv-sage:#eef6ef;
  --mv-sage-2:#f5f8f2;
  --mv-mint:#dfeee5;
  --mv-green:#4d8a70;
  --mv-green-2:#6fa087;
  --mv-gold:#c9a35d;
  --mv-ink:#3f4a46;
  --mv-muted:#718078;
  --mv-line:#e5e8e3;
  --mv-shadow:0 12px 30px rgba(70,88,78,.08);
  --mv-radius:22px;
  --mv-max:1180px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--mv-bg);color:var(--mv-ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.72;font-size:17px;font-weight:400}
a{color:var(--mv-green);text-decoration:none}
a:hover{color:#3f765f}
img{max-width:100%;height:auto}

.mv-wrap{width:min(var(--mv-max),calc(100% - 36px));margin:0 auto}
.mv-section{padding:76px 0}
.mv-eyebrow{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--mv-green);font-weight:500}
.mv-title,.entry-title,h1,h2,h3,h4{font-family:Georgia,"Times New Roman",serif;font-weight:400;color:#43514b;line-height:1.15}
.mv-title{font-size:clamp(40px,5vw,72px);margin:.15em 0 .28em}
.mv-section-title{font-size:clamp(30px,3.5vw,46px);margin:0 0 14px}
.mv-lead{font-size:20px;color:var(--mv-muted);max-width:720px}

.mv-header{position:sticky;top:0;z-index:99;background:rgba(251,250,246,.96);backdrop-filter:blur(10px);border-bottom:1px solid var(--mv-line)}
.mv-header-inner{height:84px;display:flex;align-items:center;gap:34px}
.mv-brand{display:flex;align-items:center;gap:12px;min-width:max-content}
.mv-mark{width:42px;height:42px;border-radius:14px;background:linear-gradient(145deg,#edf6ef,#dcece2);display:grid;place-items:center;color:var(--mv-green);font-family:Georgia,serif;font-size:26px;border:1px solid #dbe7df}
.mv-wordmark{font-family:Georgia,"Times New Roman",serif;font-size:30px;letter-spacing:-.03em;color:#51605a;font-weight:400}
.mv-wordmark span{color:var(--mv-green)}
.mv-tagline{font-size:11px;letter-spacing:.12em;color:#8a958e;text-transform:uppercase;margin-top:-4px}
.mv-nav{margin-left:auto;display:flex;align-items:center;gap:28px}
.mv-nav a{color:#607069;font-size:15px;font-weight:400}
.mv-nav a:hover{color:var(--mv-green)}
.mv-menu-toggle{display:none;background:var(--mv-surface);border:1px solid var(--mv-line);border-radius:12px;padding:10px 12px;color:var(--mv-ink)}

.mv-hero{padding:74px 0 58px;background:linear-gradient(135deg,#fbfaf6 0%,#f2f7f1 100%)}
.mv-hero-grid{display:grid;grid-template-columns:1.06fr .94fr;gap:54px;align-items:center}
.mv-hero-card{background:linear-gradient(145deg,#f1f7f1,#e8f1ea);border:1px solid #dfe9e2;border-radius:34px;min-height:420px;padding:42px;display:flex;align-items:flex-end;position:relative;overflow:hidden}
.mv-hero-orb{position:absolute;border-radius:50%;background:rgba(255,255,255,.6)}
.mv-hero-orb.one{width:220px;height:220px;right:-44px;top:-44px}
.mv-hero-orb.two{width:110px;height:110px;left:44px;top:42px}
.mv-growth-illustration{position:relative;width:100%;display:grid;grid-template-columns:repeat(5,1fr);align-items:end;gap:16px;padding:70px 12px 20px}
.mv-growth-illustration span{display:block;border-radius:18px 18px 8px 8px;background:linear-gradient(180deg,#bfd7c6,#88b79d);min-height:70px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.5)}
.mv-growth-illustration span:nth-child(2){height:120px}.mv-growth-illustration span:nth-child(3){height:170px}.mv-growth-illustration span:nth-child(4){height:230px}.mv-growth-illustration span:nth-child(5){height:300px;background:linear-gradient(180deg,#dec98c,#c9a35d)}
.mv-hero-note{position:absolute;right:34px;bottom:24px;font-family:Georgia,serif;font-size:20px;color:#627169;background:rgba(251,250,246,.82);padding:12px 16px;border-radius:16px;border:1px solid rgba(255,255,255,.8)}
.mv-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
.mv-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:14px;padding:13px 20px;border:1px solid #dce6df;background:#edf5ef;color:#4e7562;font-weight:500}
.mv-btn.secondary{background:transparent;color:#65726c}

.mv-strip{padding:20px 0;border-top:1px solid var(--mv-line);border-bottom:1px solid var(--mv-line);background:#fff}
.mv-strip-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.mv-mini{padding:16px 18px;border-radius:16px;background:var(--mv-sage-2);border:1px solid #e4ebe5}
.mv-mini strong{display:block;font-family:Georgia,serif;font-size:22px;font-weight:400;color:#4e5d56}
.mv-mini span{font-size:13px;color:#829087}

.mv-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.mv-card{background:var(--mv-surface);border:1px solid var(--mv-line);border-radius:var(--mv-radius);overflow:hidden;box-shadow:var(--mv-shadow)}
.mv-card-body{padding:24px}
.mv-card-media{aspect-ratio:16/9;background:linear-gradient(135deg,#edf5ef,#f7f2e8);display:flex;align-items:center;justify-content:center;overflow:hidden}
.mv-card-media img{width:100%;height:100%;object-fit:cover}
.mv-card-kicker{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#799385;margin-bottom:10px}
.mv-card h3{font-size:27px;margin:0 0 10px}
.mv-card p{color:var(--mv-muted);font-size:15px;margin:0}

.mv-guides{background:#f6f7f3}
.mv-guide-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.mv-guide{background:#fff;border:1px solid var(--mv-line);border-radius:18px;padding:22px;min-height:170px}
.mv-guide-icon{width:44px;height:44px;border-radius:50%;background:var(--mv-sage);display:grid;place-items:center;color:var(--mv-green);margin-bottom:18px;font-size:20px}
.mv-guide h3{font-size:20px;margin:0 0 8px}
.mv-guide p{font-size:14px;color:var(--mv-muted);margin:0}

.mv-newsletter{background:#edf5ef;border:1px solid #dfe9e2;border-radius:28px;padding:38px;display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center}
.mv-newsletter h3{font-size:34px;margin:0 0 8px}.mv-newsletter p{margin:0;color:var(--mv-muted)}
.mv-newsletter .mv-btn{min-width:160px}

.mv-footer{background:#eff5f0;border-top:1px solid #dce7df;margin-top:70px}
.mv-footer-grid{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:36px;padding:54px 0 34px}
.mv-footer h4{font-size:18px;margin:0 0 14px}.mv-footer a,.mv-footer p{color:#6f7d75;font-size:14px}
.mv-footer-bottom{border-top:1px solid #dce7df;padding:18px 0 28px;color:#87938c;font-size:13px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}

/* Article */
.mv-article-hero{padding:58px 0 34px}
.mv-article-shell{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:38px;align-items:start}
.mv-article-main{background:#fff;border:1px solid var(--mv-line);border-radius:28px;padding:40px;box-shadow:var(--mv-shadow)}
.mv-article-main .entry-title{font-size:clamp(42px,5vw,66px);margin:8px 0 18px}
.mv-article-meta{display:flex;gap:14px;flex-wrap:wrap;color:#8a958e;font-size:14px;border-bottom:1px solid var(--mv-line);padding-bottom:22px;margin-bottom:28px}
.mv-pill{display:inline-block;background:#edf5ef;color:#64816f;border:1px solid #dce9df;border-radius:999px;padding:7px 12px;font-size:12px;letter-spacing:.08em;text-transform:uppercase}
.entry-content{font-size:18px;color:#52615a}
.entry-content h2{font-size:34px;margin-top:48px}.entry-content h3{font-size:26px;margin-top:34px}
.entry-content table{width:100%;border-collapse:collapse;margin:28px 0;background:#fff;border:1px solid var(--mv-line);border-radius:16px;overflow:hidden}
.entry-content th,.entry-content td{padding:14px 16px;border-bottom:1px solid var(--mv-line);text-align:left;font-weight:400}
.entry-content th{background:#f5f8f3;color:#5a685f}
.entry-content blockquote{margin:28px 0;padding:24px 28px;border-left:4px solid #b9d3c1;background:#f4f8f4;color:#5f6f67;border-radius:0 16px 16px 0}
.entry-content img{border-radius:20px;box-shadow:var(--mv-shadow);margin:18px 0}
.entry-content .mv-quick,.entry-content .mv-callout,.entry-content .mv-bottom-line{border-radius:20px;padding:24px 26px;margin:28px 0;border:1px solid #dfe9e2;background:#f2f7f2}
.entry-content .mv-bottom-line{background:#fbf5e9;border-color:#eadfca}
.mv-sidebar-card{background:#fff;border:1px solid var(--mv-line);border-radius:22px;padding:24px;box-shadow:var(--mv-shadow);position:sticky;top:110px}
.mv-sidebar-card h3{font-size:24px;margin:0 0 14px}
.mv-sidebar-card ul{list-style:none;padding:0;margin:0}.mv-sidebar-card li{padding:9px 0;border-bottom:1px solid #eef0ed;font-size:14px}

.wp-block-image,.wp-caption{max-width:100%}

@media (max-width: 980px){
  .mv-hero-grid,.mv-article-shell{grid-template-columns:1fr}.mv-sidebar-card{position:static}.mv-guide-grid{grid-template-columns:repeat(2,1fr)}.mv-grid-3{grid-template-columns:1fr 1fr}.mv-footer-grid{grid-template-columns:1fr 1fr}.mv-nav{display:none}.mv-menu-toggle{display:block;margin-left:auto}.mv-header-inner{height:74px}
}
@media (max-width: 640px){
  body{font-size:16px}.mv-section{padding:54px 0}.mv-strip-grid,.mv-grid-3,.mv-guide-grid,.mv-footer-grid{grid-template-columns:1fr}.mv-hero{padding-top:46px}.mv-hero-card{min-height:320px;padding:24px}.mv-growth-illustration{gap:10px}.mv-newsletter{grid-template-columns:1fr}.mv-article-main{padding:24px;border-radius:20px}.mv-tagline{display:none}.mv-wordmark{font-size:26px}
}


/* ===== MoneyVital 1.1 refinement layer ===== */
:root{
  --mv-bg:#fbfaf6;
  --mv-surface:#ffffff;
  --mv-sage:#edf5ef;
  --mv-sage-2:#f6f8f4;
  --mv-green:#5f927b;
  --mv-green-soft:#7fa893;
  --mv-gold:#c8a765;
  --mv-ink:#55615c;
  --mv-heading:#44514c;
  --mv-muted:#7b8881;
  --mv-line:#e5e8e3;
  --mv-shadow:0 12px 34px rgba(83,100,90,.07);
}
body{color:var(--mv-ink);background:#f8f9f7}
.mv-header{background:rgba(251,250,246,.98);box-shadow:0 1px 0 rgba(90,110,98,.05)}
.mv-header-inner{height:82px}
.mv-brand-copy{display:flex;flex-direction:column}
.mv-search-link{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--mv-line);background:#fff;color:#738078;font-size:20px;line-height:1}
.mv-search-link:hover{background:var(--mv-sage);color:var(--mv-green)}
.mv-nav a{position:relative;padding:29px 0 27px;color:#66736c}
.mv-nav .current-menu-item>a,.mv-nav .current_page_item>a,.mv-nav a:hover{color:#557a69}
.mv-nav .current-menu-item>a:after,.mv-nav .current_page_item>a:after{content:"";position:absolute;left:0;right:0;bottom:20px;height:2px;border-radius:2px;background:#9ec1ae}

/* Article hero: light, editorial, not heavy */
.mv-post-hero{padding:58px 0 46px;background:linear-gradient(135deg,#fbfaf6 0%,#f3f7f2 100%);border-bottom:1px solid #e8ebe6}
.mv-post-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}
.mv-post-hero-copy{padding:12px 0}
body.single-post h1.entry-title{font-family:Georgia,"Times New Roman",serif !important;font-size:clamp(42px,4.7vw,64px) !important;font-weight:400 !important;letter-spacing:-.025em !important;line-height:1.08 !important;color:var(--mv-heading) !important;margin:14px 0 18px !important;max-width:820px}
.mv-post-deck{font-size:19px;line-height:1.65;color:#748078;max-width:740px;margin:22px 0 0}
.mv-post-hero .mv-article-meta{border:0;padding:0;margin:0;gap:16px;font-size:13px;color:#8d9891}
.mv-featured-frame{margin:0;background:#fff;border:1px solid #e3e8e3;border-radius:28px;padding:14px;box-shadow:var(--mv-shadow);overflow:hidden}
.mv-featured-image{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:20px;box-shadow:none !important;margin:0 !important;background:#f5f7f4}
.mv-featured-placeholder{min-height:340px;border-radius:28px;background:linear-gradient(145deg,#eef5ef,#fbf6eb);display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:34px;border:1px solid #e1e8e2;color:#69756f}
.mv-featured-placeholder span{font-family:Georgia,serif;font-size:34px}.mv-featured-placeholder small{margin-top:6px;color:#8a958e}

.mv-post-content-section{padding:52px 0 80px;background:#f8f9f7}
.mv-article-shell{grid-template-columns:minmax(0,1fr) 300px;gap:34px}
.mv-article-main{background:transparent;border:0;border-radius:0;padding:0;box-shadow:none}
.entry-content{background:#fff;border:1px solid var(--mv-line);border-radius:24px;padding:40px 44px;box-shadow:0 10px 30px rgba(83,100,90,.05);font-size:18px;color:#5d6963}
.entry-content p{margin:0 0 1.2em}
.entry-content h2{font-family:Georgia,"Times New Roman",serif !important;font-size:32px !important;font-weight:400 !important;letter-spacing:-.01em;color:#4a5852;margin:50px 0 18px}
.entry-content h3{font-family:Georgia,"Times New Roman",serif !important;font-size:25px !important;font-weight:400 !important;color:#56635d}
.entry-content strong,.entry-content b{font-weight:600;color:#53615a}
.entry-content img{box-shadow:0 8px 24px rgba(83,100,90,.06);border:1px solid #edf0ec}
.entry-content table{box-shadow:none}.entry-content th{font-weight:500}

/* Importer article modules harmonised with theme */
.entry-content .moneyvital-article{color:inherit}
.entry-content .moneyvital-article>.mv-kicker,.entry-content .moneyvital-article>.mv-meta,.entry-content .moneyvital-article>.mv-byline,.entry-content .moneyvital-article>.mv-toc{display:none}
.entry-content .mv-quick-answer{background:#eef6f0 !important;border:1px solid #dce9df !important;color:#53645b !important;border-radius:18px !important;padding:24px 26px !important;margin:8px 0 26px !important}
.entry-content .mv-quick-answer strong{display:block;font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:#6f8d7c;margin-bottom:8px}
.entry-content .mv-key-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:22px 0 34px}
.entry-content .mv-key-card{background:#fbfcfa !important;border:1px solid #e6ebe6 !important;border-radius:16px !important;padding:19px 20px !important;box-shadow:none !important}
.entry-content .mv-key-card b{display:block;margin-bottom:5px;font-weight:500;color:#4f5e57}.entry-content .mv-key-card span{font-size:15px;color:#79857e}
.entry-content .mv-figure{background:#fbfcfa;border:1px solid #e7ebe7;border-radius:20px;padding:14px;margin:26px 0 32px}
.entry-content .mv-figure img{margin:0;width:100%;border-radius:14px;box-shadow:none}.entry-content .mv-caption{font-size:13px;color:#879189;padding:10px 4px 2px}
.entry-content .mv-example,.entry-content .mv-callout,.entry-content .mv-risk{background:#f7faf6 !important;border:1px solid #e2ebe4 !important;border-left:3px solid #b7cfbf !important;border-radius:16px !important;padding:20px 22px !important;margin:26px 0 !important;color:#627068 !important}
.entry-content .mv-risk{background:#fbf7ee !important;border-color:#ede2cb !important;border-left-color:#d6bd87 !important}
.entry-content .mv-bottomline{background:#f1f6f1 !important;border:1px solid #dfe9e1 !important;border-radius:18px !important;padding:24px 26px !important;margin:36px 0 !important}
.entry-content .mv-bottomline h2{margin-top:0 !important}
.entry-content .mv-sources{border-top:1px solid #e7ebe7;margin-top:38px;padding-top:10px}.entry-content .mv-disclaimer{font-size:13px;color:#89938d;background:#fbfcfa;border:1px solid #e7ebe7;border-radius:14px;padding:16px 18px;margin-top:24px}
.entry-content .mv-checklist{padding-left:0;list-style:none}.entry-content .mv-checklist li{position:relative;padding:10px 12px 10px 36px;margin:7px 0;background:#fbfcfa;border:1px solid #e8ece8;border-radius:12px}.entry-content .mv-checklist li:before{content:"✓";position:absolute;left:13px;top:10px;color:#7fa18e}

.mv-sidebar-stack{display:flex;flex-direction:column;gap:18px}
.mv-sidebar-card{position:static;top:auto;border-radius:20px;padding:22px;background:#fff;box-shadow:0 10px 28px rgba(83,100,90,.05)}
.mv-sidebar-stack .mv-sidebar-card:first-child{position:sticky;top:105px}
.mv-sidebar-eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:10px;color:#91a097;margin-bottom:5px}
.mv-sidebar-card h3{font-size:23px;font-weight:400;color:#53615a}
.mv-sidebar-card p{font-size:14px;line-height:1.65;color:#7c8881;margin:0}
#mv-auto-toc ul{list-style:none;padding:0;margin:7px 0 0}#mv-auto-toc li{border-bottom:1px solid #eef0ed;padding:8px 0}#mv-auto-toc li:last-child{border-bottom:0}#mv-auto-toc li.is-sub{padding-left:14px}#mv-auto-toc a{font-size:13px;line-height:1.45;color:#69766f}#mv-auto-toc a:hover{color:#567b69}.mv-small-muted{font-size:13px!important;color:#909a94!important}
.mv-soft-note{background:#f2f7f2}.mv-related-list{display:flex;flex-direction:column}.mv-related-item{padding:11px 0;border-bottom:1px solid #eef0ed;color:#59665f}.mv-related-item:last-child{border-bottom:0}.mv-related-item span{display:block;font-family:Georgia,serif;font-size:16px}.mv-related-item small{font-size:11px;color:#9aa39e}

/* Footer kept deliberately light */
.mv-footer{background:#f2f6f2;border-top:1px solid #dfe7e1;margin-top:0;color:#68756e}
.mv-footer-top{display:grid;grid-template-columns:1.05fr 1.95fr;gap:64px;padding:52px 0 34px}.mv-footer-brand p{margin:8px 0 0;color:#869189;font-size:14px}.mv-footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.mv-footer-links h4{font-family:inherit;font-size:12px;letter-spacing:.12em;text-transform:uppercase;font-weight:500;color:#708078}.mv-footer-links a{display:block;color:#78857e;font-size:14px;padding:4px 0}.mv-footer-links a:hover{color:#5f8d76}.mv-footer-principles{border-top:1px solid #e0e8e2;border-bottom:1px solid #e0e8e2;display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding:18px 0;font-size:12px;color:#8a958e;text-align:center}.mv-footer-bottom{border-top:0;padding:18px 0 24px}

@media(max-width:980px){.mv-post-hero-grid{grid-template-columns:1fr}.mv-featured-frame{max-width:720px}.mv-search-link{margin-left:auto}.mv-nav.is-open{display:flex;position:absolute;top:74px;left:18px;right:18px;background:#fbfaf6;border:1px solid #e3e8e3;border-radius:16px;padding:16px;flex-direction:column;align-items:flex-start;gap:2px;box-shadow:var(--mv-shadow)}.mv-nav.is-open a{padding:9px 6px}.mv-nav .current-menu-item>a:after,.mv-nav .current_page_item>a:after{display:none}.mv-footer-top{grid-template-columns:1fr}.mv-footer-principles{grid-template-columns:1fr 1fr}}
@media(max-width:640px){body.single-post h1.entry-title{font-size:40px!important}.entry-content{padding:26px 22px;border-radius:18px}.entry-content .mv-key-grid{grid-template-columns:1fr}.mv-post-hero{padding:38px 0 30px}.mv-featured-frame{padding:9px;border-radius:20px}.mv-featured-image{border-radius:14px}.mv-footer-links{grid-template-columns:1fr 1fr}.mv-footer-principles{grid-template-columns:1fr;text-align:left}.mv-search-link{display:none}}


/* ===== MoneyVital 1.1.1 readability correction =====
   Keeps the light editorial identity while restoring comfortable contrast.
*/
:root{
  --mv-bg:#faf9f5;
  --mv-surface:#ffffff;
  --mv-sage:#eaf3ec;
  --mv-sage-2:#f4f7f3;
  --mv-green:#4f816b;
  --mv-green-soft:#78a08b;
  --mv-gold:#c6a25e;
  --mv-ink:#4b5953;
  --mv-heading:#3e4d47;
  --mv-muted:#66756e;
  --mv-line:#dfe5e0;
}
body{color:var(--mv-ink);font-size:17px;line-height:1.72;background:#f9faf8}
.mv-title,.entry-title,h1,h2,h3,h4{color:var(--mv-heading)}
.mv-lead,.mv-card p,.mv-guide p,.mv-newsletter p{color:var(--mv-muted)}
.mv-nav a{color:#56665f}
.mv-nav a:hover,.mv-nav .current-menu-item>a,.mv-nav .current_page_item>a{color:#426f5b}
.mv-tagline{color:#75837c}
.mv-eyebrow,.mv-card-kicker{color:#5f856f}
.mv-mini span{color:#66756e}
.mv-mini strong{color:#46554e}
.mv-btn{color:#456c59;border-color:#d4e1d8;background:#edf5ef}
.mv-btn.secondary{color:#596861;border-color:#d7dfda}

/* Homepage readability */
.mv-hero p{color:#5f6e67}
.mv-hero-note{color:#52615a;background:rgba(250,249,245,.94)}
.mv-card h3,.mv-guide h3{color:#435149}
.mv-footer a,.mv-footer p{color:#627169}
.mv-footer-bottom{color:#6f7d75}

/* Article readability */
body.single-post h1.entry-title{color:#3b4a44 !important}
.mv-post-deck{color:#5f6e67}
.mv-post-hero .mv-article-meta{color:#6e7c75}
.mv-pill{color:#4e735f;background:#eaf3ec;border-color:#d6e4da}
.entry-content{color:#4d5c55;background:#fff}
.entry-content p,.entry-content li{color:#4d5c55}
.entry-content h2{color:#415049 !important}
.entry-content h3{color:#495851 !important}
.entry-content strong,.entry-content b{font-weight:500;color:#3f4f47}
.entry-content a{color:#477962;text-decoration-thickness:1px;text-underline-offset:2px}
.entry-content th{color:#47564f;background:#f1f5f1}
.entry-content td{color:#53615a}
.entry-content blockquote{color:#4f5f57;background:#f0f6f1}

/* Importer modules: explicitly override the plugin's older dark/white palette. */
.entry-content .moneyvital-article .mv-quick-answer,
.entry-content .mv-quick-answer{
  background:#edf5ef !important;
  color:#45564d !important;
  border:1px solid #d4e4d9 !important;
  box-shadow:none !important;
}
.entry-content .moneyvital-article .mv-quick-answer strong,
.entry-content .mv-quick-answer strong{color:#557967 !important;opacity:1 !important;font-weight:500 !important}
.entry-content .moneyvital-article .mv-quick-answer p,
.entry-content .mv-quick-answer p{color:#45564d !important}

.entry-content .moneyvital-article .mv-key-card,
.entry-content .mv-key-card{background:#fbfcfa !important;border-color:#dfe7e1 !important;color:#4c5a53 !important}
.entry-content .moneyvital-article .mv-key-card b,
.entry-content .mv-key-card b{color:#415149 !important;font-weight:500 !important}
.entry-content .moneyvital-article .mv-key-card span,
.entry-content .mv-key-card span{color:#5f6e67 !important}

.entry-content .moneyvital-article .mv-example,
.entry-content .moneyvital-article .mv-callout,
.entry-content .moneyvital-article .mv-risk,
.entry-content .mv-example,.entry-content .mv-callout,.entry-content .mv-risk{color:#4f5f57 !important}

.entry-content .moneyvital-article .mv-bottomline,
.entry-content .mv-bottomline{
  background:#eef5ef !important;
  color:#45564d !important;
  border:1px solid #d6e4da !important;
  box-shadow:none !important;
}
.entry-content .moneyvital-article .mv-bottomline h2,
.entry-content .mv-bottomline h2{color:#3f5047 !important;font-weight:400 !important}
.entry-content .moneyvital-article .mv-bottomline p,
.entry-content .mv-bottomline p{color:#4d5d55 !important}
.entry-content .mv-caption{color:#65746c}
.entry-content .mv-disclaimer{color:#65736c;background:#f8faf8}
.entry-content .mv-checklist li{color:#4f5e57}

/* Sidebar / TOC */
.mv-sidebar-eyebrow{color:#6e8177}
.mv-sidebar-card h3{color:#43524b}
.mv-sidebar-card p{color:#5f6e67}
#mv-auto-toc a{color:#53635b;font-size:14px}
#mv-auto-toc a:hover{color:#477962}
.mv-small-muted{color:#6f7d75!important}
.mv-related-item{color:#4d5c55}
.mv-related-item small{color:#728078}

@media(max-width:640px){
  body{font-size:16px}
  .entry-content{font-size:17px}
}


/* ===== MoneyVital 1.2 richer contrast layer =====
   Slightly deeper, more confident tones while preserving a light editorial feel.
*/
:root{
  --mv-bg:#f6f7f3;
  --mv-surface:#ffffff;
  --mv-sage:#e3efe6;
  --mv-sage-2:#edf3ed;
  --mv-mint:#d6e7da;
  --mv-green:#3f705c;
  --mv-green-2:#5f8f77;
  --mv-green-deep:#315d4b;
  --mv-gold:#b98f47;
  --mv-ink:#3f4b46;
  --mv-heading:#35423d;
  --mv-muted:#5f6d66;
  --mv-line:#d6dfd9;
  --mv-shadow:0 14px 34px rgba(48,70,60,.10);
}
body{background:var(--mv-bg);color:var(--mv-ink)}
a{color:var(--mv-green-deep)}
a:hover{color:#264c3d}
.mv-header{background:rgba(248,248,244,.97);border-bottom-color:#d7dfda}
.mv-mark{background:linear-gradient(145deg,#e2eee5,#cfe3d5);color:var(--mv-green-deep);border-color:#cddfd3}
.mv-wordmark{color:#3f4d47}.mv-wordmark span{color:var(--mv-green)}
.mv-tagline{color:#69776f}
.mv-nav a{color:#4b5a53}.mv-nav a:hover,.mv-nav .current-menu-item>a,.mv-nav .current_page_item>a{color:#2f624f}
.mv-search-link{color:#496458 !important;border-color:#d0dcd4 !important;background:#f9fbf9 !important}
.mv-hero{background:linear-gradient(135deg,#f8f8f4 0%,#eaf1eb 100%)}
.mv-title,.entry-title,h1,h2,h3,h4{color:var(--mv-heading)}
.mv-lead,.mv-hero p{color:#55645d}
.mv-eyebrow,.mv-card-kicker{color:#49725f}
.mv-hero-card{background:linear-gradient(145deg,#e7f0e9,#dce9df);border-color:#ceddd2}
.mv-hero-note{color:#415149;background:rgba(248,248,244,.95);border-color:#dde5df}
.mv-btn{background:#e5f0e8;color:#345e4d;border-color:#c8dbce}
.mv-btn:hover{background:#d9eade;color:#294f40}
.mv-btn.secondary{background:#f9faf7;color:#4d5b54;border-color:#d3ddd6}
.mv-strip{background:#fbfcfa;border-color:#d9e1dc}
.mv-mini{background:#edf3ed;border-color:#d8e2db}.mv-mini strong{color:#394840}.mv-mini span{color:#5e6c65}
.mv-card,.mv-guide,.mv-sidebar-card,.entry-content{border-color:#d7e0da;box-shadow:var(--mv-shadow)}
.mv-card h3,.mv-guide h3{color:#39473f}.mv-card p,.mv-guide p{color:#5d6b64}
.mv-guides{background:#eef2ee}
.mv-newsletter{background:#e3eee6;border-color:#ceddd2}.mv-newsletter p{color:#58675f}
.mv-footer{background:#e6eee8;border-top-color:#ccd9d0;color:#516159}
.mv-footer h4{color:#405149}.mv-footer a,.mv-footer p{color:#596961}.mv-footer a:hover{color:#2f624f}
.mv-footer-principles,.mv-footer-bottom{border-color:#ced9d2;color:#64726b}

/* Post hero */
.mv-post-hero{background:linear-gradient(135deg,#f8f8f4 0%,#eaf1eb 100%);border-bottom-color:#d8e1db}
body.single-post h1.entry-title{color:#324039 !important}
.mv-post-deck{color:#55645d}
.mv-post-hero .mv-article-meta{color:#627069}
.mv-pill{background:#e3eee6;color:#426a56;border-color:#cfddd3}
.mv-featured-frame{border-color:#d5dfd8;box-shadow:0 16px 38px rgba(47,68,58,.11)}
.mv-featured-placeholder{background:linear-gradient(145deg,#e8f0e9,#f3ecdf);border-color:#d6e0d9;color:#56645d}

/* Article body */
.mv-post-content-section{background:#f1f4f1}
.entry-content{color:#435149;background:#ffffff}
.entry-content p,.entry-content li{color:#435149}
.entry-content h2{color:#35443d !important}.entry-content h3{color:#3d4c45 !important}
.entry-content strong,.entry-content b{color:#33423b}
.entry-content a{color:#315f4d}
.entry-content th{background:#eaf0eb;color:#3f4e47}.entry-content td{color:#4a5952}
.entry-content blockquote{background:#eaf2ec;color:#44534c;border-left-color:#8fb39f}
.entry-content .mv-quick-answer{background:#e4efe7 !important;border-color:#cbded1 !important;color:#3f5148 !important}
.entry-content .mv-quick-answer strong{color:#426c57}
.entry-content .mv-key-card{background:#f6f8f5 !important;border-color:#d9e2dc !important}
.entry-content .mv-key-card b{color:#394a42}.entry-content .mv-key-card span{color:#596860}
.entry-content .mv-figure{background:#f7f9f7;border-color:#d8e1db}
.entry-content .mv-example,.entry-content .mv-callout{background:#edf3ee !important;border-color:#d4e1d7 !important;border-left-color:#8eb19d !important;color:#46564e !important}
.entry-content .mv-risk{background:#f6f0e4 !important;border-color:#e4d4b4 !important;border-left-color:#b9914c !important;color:#51493c !important}
.entry-content .mv-bottomline{background:#e8f0e9 !important;border-color:#cfded3 !important;color:#3e4f46 !important}
.entry-content .mv-disclaimer{color:#68756e;background:#f5f7f4;border-color:#dce3de}
.entry-content .mv-checklist li{background:#f4f7f4;border-color:#dce4de}.entry-content .mv-checklist li:before{color:#4f8069}

/* Sidebar */
.mv-sidebar-card{background:#fbfcfa}.mv-sidebar-card h3{color:#3d4c45}.mv-sidebar-card p{color:#607069}
.mv-sidebar-eyebrow{color:#647c6e}
#mv-auto-toc a{color:#4e5d56}#mv-auto-toc a:hover{color:#2f624f}
.mv-soft-note{background:#e8f0e9}.mv-related-item{color:#46564e}.mv-related-item small{color:#748078}

/* Homepage accent blocks */
.mv-strip-grid .mv-mini,.mv-guide{transition:transform .2s ease, box-shadow .2s ease}
.mv-strip-grid .mv-mini:hover,.mv-guide:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(47,68,58,.08)}

@media(max-width:980px){.mv-nav.is-open{background:#f7f8f4;border-color:#d4ddd6}}


/* === MoneyVitals v1.3 premium identity === */
:root{
  --mv-emerald:#0b6b53;
  --mv-emerald-deep:#075743;
  --mv-navy:#1f2937;
  --mv-gold:#d4a017;
  --mv-sage:#e8f3ea;
  --mv-offwhite:#fbfaf7;
  --mv-softgray:#eef1f2;
  --mv-ink:#172234;
  --mv-muted:#61706c;
  --mv-line:#d8e2dc;
}
body{background:var(--mv-offwhite);color:var(--mv-ink);}
.mv-wrap{max-width:1180px;}
.mv-header{background:rgba(251,250,247,.97);border-bottom:1px solid var(--mv-line);box-shadow:0 1px 0 rgba(17,34,27,.02);}
.mv-header-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px;}
.mv-header-right{display:flex;align-items:center;gap:14px;}
.mv-brand{gap:11px;}
.mv-logo-mark{width:42px;height:42px;display:grid;place-items:center;color:var(--mv-gold);}
.mv-logo-mark svg{width:42px;height:42px;}
.mv-logo-mark svg rect{fill:var(--mv-emerald);}
.mv-wordmark{font-family:Georgia,'Times New Roman',serif;font-size:30px;font-weight:600;letter-spacing:-.5px;color:#10213b;}
.mv-brand-copy{display:flex;flex-direction:column;line-height:1;}
.mv-tagline{text-transform:uppercase;letter-spacing:.16em;font-size:8px;color:#7c8884;margin-top:7px;}
.mv-nav{gap:26px;}
.mv-nav a{color:#32413e;font-size:14px;position:relative;padding:29px 0 24px;}
.mv-nav a:hover,.mv-nav .current-menu-item>a{color:var(--mv-emerald-deep);}
.mv-nav .current-menu-item>a:after{content:"";height:2px;background:var(--mv-emerald);position:absolute;left:0;right:0;bottom:18px;border-radius:2px;}
.mv-search-link{width:36px;height:36px;border:1px solid #cfd9d3;border-radius:50%;display:grid;place-items:center;color:var(--mv-emerald-deep);background:#fff;}

.mv-hero-premium{background:linear-gradient(90deg,#fffdf9 0%,#f7f9f4 55%,#edf5ee 100%);padding:42px 0 22px;border-bottom:1px solid var(--mv-line);}
.mv-hero-grid{grid-template-columns:.92fr 1.08fr;align-items:center;gap:56px;}
.mv-eyebrow{color:var(--mv-emerald-deep);font-weight:700;letter-spacing:.18em;text-transform:uppercase;font-size:11px;}
.mv-title{font-family:Georgia,'Times New Roman',serif;font-weight:600;letter-spacing:-.045em;line-height:.99;color:#10213b;font-size:clamp(54px,5vw,82px);margin:12px 0 18px;}
.mv-title span{color:var(--mv-emerald);}
.mv-lead{color:#42534f;font-size:18px;line-height:1.6;max-width:620px;}
.mv-actions{display:flex;gap:14px;margin-top:26px;}
.mv-btn{background:var(--mv-emerald-deep);color:#fff;border-radius:999px;padding:13px 22px;font-weight:650;box-shadow:0 7px 18px rgba(7,87,67,.14);}
.mv-btn:hover{background:var(--mv-emerald);color:#fff;transform:translateY(-1px);}
.mv-btn.secondary{background:#fff;color:var(--mv-emerald-deep);border:1px solid #a9c6b8;box-shadow:none;}
.mv-btn.compact{padding:10px 15px;border-radius:8px;display:inline-flex;margin-top:10px;}
.mv-trust-row{display:flex;gap:26px;margin-top:34px;padding-top:19px;border-top:1px solid #dde7e1;}
.mv-trust-row>div{display:grid;grid-template-columns:34px auto;grid-template-rows:auto auto;column-gap:9px;align-items:center;min-width:0;}
.mv-trust-row .mv-round-icon{grid-row:1/3;}
.mv-trust-row strong{font-size:13px;color:#22352f;}
.mv-trust-row small{font-size:11px;color:#77837f;}
.mv-round-icon{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#dceee3;color:var(--mv-emerald-deep);font-weight:700;}
.mv-hero-visual{min-height:360px;border-radius:24px;position:relative;overflow:hidden;background:linear-gradient(180deg,#e8efe7,#f8e8c8);box-shadow:inset 0 0 0 1px rgba(11,107,83,.08);}
.mv-city-glow{position:absolute;inset:0;background:radial-gradient(circle at 70% 20%,rgba(255,255,255,.72),transparent 34%),linear-gradient(to top,rgba(255,250,238,.8),rgba(217,231,219,.18));}
.mv-coins{position:absolute;right:13%;bottom:12%;width:52%;height:62%;}
.mv-coins .coin{position:absolute;bottom:0;border-radius:4px 4px 2px 2px;background:repeating-linear-gradient(to bottom,#d7a132 0 3px,#f5d27c 3px 5px,#b67c1d 5px 7px);box-shadow:0 10px 18px rgba(117,82,24,.18);}
.mv-coins .c1{left:2%;width:42px;height:62px}.mv-coins .c2{left:23%;width:50px;height:95px}.mv-coins .c3{left:47%;width:57px;height:135px}.mv-coins .c4{left:73%;width:61px;height:180px}
.mv-plant{position:absolute;left:72%;bottom:170px;width:88px;height:125px;border-left:5px solid #4e783e;transform:rotate(2deg);}
.mv-plant:before,.mv-plant:after,.mv-plant i{content:"";position:absolute;width:52px;height:27px;background:linear-gradient(135deg,#4a8b38,#91b54d);border-radius:90% 0 90% 0;transform-origin:left bottom;box-shadow:inset -6px -4px rgba(29,89,40,.08);}
.mv-plant:before{left:0;top:16px;transform:rotate(-32deg)}.mv-plant:after{left:2px;top:45px;transform:rotate(24deg)}.mv-plant i:nth-child(1){left:0;top:71px;transform:rotate(-34deg)}.mv-plant i:nth-child(2){left:3px;top:92px;transform:rotate(28deg)}.mv-plant i:nth-child(3){left:-2px;top:-7px;transform:rotate(16deg) scale(.9)}
.mv-script-note{position:absolute;right:28px;top:34px;font-family:Georgia,serif;font-style:italic;font-size:22px;color:#37544a;line-height:1.15;transform:rotate(-5deg);}

.mv-promise-strip{background:#fff;padding:18px 0;border-bottom:1px solid var(--mv-line);}
.mv-strip-grid{gap:0;}
.mv-mini{background:#f5f8f5;border:1px solid #e0e7e2;border-radius:14px;margin:0 7px;padding:13px 16px;display:flex;align-items:center;gap:12px;}
.mv-mini div{display:flex;flex-direction:column}.mv-mini strong{font-family:Georgia,serif;font-size:18px;color:#233831}.mv-mini span{color:#687772;font-size:12px;}

.mv-section{padding:54px 0;}
.mv-section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:24px;}
.mv-section-title{font-family:Georgia,serif;color:#14223b;font-size:42px;font-weight:600;letter-spacing:-.025em;margin:4px 0 6px;}
.mv-section-copy{color:#63716d;max-width:580px;}
.mv-text-link{color:var(--mv-emerald-deep);font-weight:650;white-space:nowrap;}
.mv-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;}
.mv-article-card{border:1px solid #dde5e0;border-radius:14px;background:#fff;overflow:hidden;box-shadow:0 8px 24px rgba(31,54,45,.05);}
.mv-card-media{aspect-ratio:16/9;background:linear-gradient(135deg,#edf5ef,#f7e5bd);}
.mv-card-media img{width:100%;height:100%;object-fit:cover;}
.mv-fallback-art{font-family:Georgia,serif;font-size:56px;color:#4f7f6d;display:grid;place-items:center;width:100%;height:100%;}
.mv-card-body{padding:16px 17px 18px;}
.mv-card-kicker{display:inline-flex;background:#e4f2e8;color:var(--mv-emerald-deep);font-weight:700;font-size:10px;letter-spacing:.1em;text-transform:uppercase;border-radius:99px;padding:5px 8px;margin-bottom:9px;}
.mv-card h3{font-family:Georgia,serif;color:#16233a;font-size:20px;line-height:1.15;margin:0 0 8px;font-weight:600;}
.mv-card h3 a{color:inherit}.mv-card p{font-size:13px;line-height:1.5;color:#66736f;}.mv-card-meta{font-size:11px;color:#8a9591;margin-top:12px;}

.mv-guides{background:#f7faf7;border-top:1px solid var(--mv-line);border-bottom:1px solid var(--mv-line);}
.mv-split-section{display:grid;grid-template-columns:280px 1fr;gap:38px;align-items:start;}
.mv-section-intro p{color:#6b7773;line-height:1.55;}
.mv-guide-grid.compact{grid-template-columns:repeat(5,1fr);gap:12px;}
.mv-guide{background:#fff;border:1px solid #dde6df;border-radius:13px;padding:20px 16px;box-shadow:0 6px 18px rgba(31,54,45,.035);}
.mv-guide h3{font-size:15px;color:#263733;margin:10px 0 6px}.mv-guide p{font-size:12px;color:#6c7975;line-height:1.45}.mv-guide-icon{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#dff0e6;color:var(--mv-emerald-deep);font-weight:700;}
.mv-tools-section{background:#fff}.mv-tool-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.mv-tool{border:1px solid #dee6e1;border-radius:13px;padding:18px;background:#fbfcfb;display:flex;flex-direction:column;gap:5px}.mv-tool>span{font-size:24px;color:var(--mv-emerald)}.mv-tool strong{color:#283a35}.mv-tool small{color:#6e7a76;line-height:1.45}
.mv-newsletter-section{padding-top:10px}.mv-newsletter.premium{display:grid;grid-template-columns:auto 1fr minmax(340px,520px);align-items:center;gap:18px;background:linear-gradient(90deg,#edf7f0,#dfeee4);border:1px solid #d4e4d9;border-radius:18px;padding:20px 24px}.mv-news-icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:var(--mv-emerald-deep);color:white;font-size:23px}.mv-newsletter h3{font-family:Georgia,serif;color:#173128;font-size:22px;margin:0 0 3px}.mv-newsletter p{margin:0;color:#66766f;font-size:13px}.mv-news-form{display:flex}.mv-news-form input{flex:1;min-width:0;border:1px solid #cbd9d1;background:#fff;padding:13px 14px;border-radius:8px 0 0 8px}.mv-news-form button{border:0;background:var(--mv-emerald-deep);color:#fff;padding:0 24px;border-radius:0 8px 8px 0;font-weight:650}
.mv-trust-band{background:#f7faf7;border-top:1px solid var(--mv-line);padding:24px 0}.mv-trust-band-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.mv-trust-band-grid>div{display:grid;grid-template-columns:34px auto;grid-template-rows:auto auto;column-gap:11px}.mv-trust-band-grid>div>span{grid-row:1/3;width:34px;height:34px;border-radius:50%;background:#dff0e6;color:var(--mv-emerald-deep);display:grid;place-items:center}.mv-trust-band strong{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#294038}.mv-trust-band small{font-size:11px;color:#74817c;line-height:1.35;margin-top:4px}

.mv-post-hero.premium{background:linear-gradient(90deg,#fffdf9 0%,#f7f9f4 65%,#edf5ee 100%);padding:28px 0 28px;border-bottom:1px solid var(--mv-line);}
.mv-post-hero-grid{grid-template-columns:1.05fr .95fr;gap:45px;align-items:center;}
.mv-breadcrumbs{display:flex;gap:8px;align-items:center;color:#84908c;font-size:11px;margin-bottom:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mv-breadcrumbs a{color:#6f7c77}.mv-pill{background:#e2f0e6;color:var(--mv-emerald-deep);border:0;border-radius:99px;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:6px 10px}.mv-post-hero .entry-title{font-family:Georgia,serif;font-size:clamp(44px,4.3vw,68px);line-height:1.01;letter-spacing:-.04em;color:#10213b;font-weight:600;margin:12px 0 13px}.mv-post-deck{font-size:17px;line-height:1.55;color:#4d5d59;max-width:700px}.mv-article-meta{display:flex;align-items:center;gap:12px;color:#6d7a76;font-size:12px;margin-top:20px;flex-wrap:wrap}.mv-author-badge{width:28px;height:28px;border-radius:50%;background:#dfeee4;color:var(--mv-emerald-deep);display:grid;place-items:center;font-weight:700}.mv-featured-frame.premium{background:#fff;border:1px solid #d8e2dc;border-radius:16px;padding:10px;box-shadow:0 16px 34px rgba(37,60,51,.08)}.mv-featured-frame.premium img{border-radius:11px}.mv-featured-placeholder.premium{min-height:330px;border-radius:16px;background:linear-gradient(135deg,#e5f0e6,#f3dfb3);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#1f4033}.mv-featured-placeholder.premium span{font-family:Georgia,serif;font-size:34px}.mv-featured-placeholder.premium small{margin-top:8px}
.mv-post-content-section{background:#fff;padding:34px 0 56px}.mv-article-shell{grid-template-columns:minmax(0,1fr) 300px;gap:28px;align-items:start}.mv-article-main{background:#fff;border:0;border-radius:0;padding:0;box-shadow:none}.entry-content{font-size:17px;line-height:1.72;color:#2c3a37}.entry-content h2,.entry-content h3{font-family:Georgia,serif;color:#14223b;font-weight:600}.entry-content h2{font-size:33px;margin-top:38px}.entry-content h3{font-size:24px;margin-top:28px}.entry-content .mv-quick-answer,.entry-content .moneyvital-quick-answer{background:linear-gradient(90deg,#edf7f0,#e6f2e9);border-left:4px solid var(--mv-emerald);border-radius:10px;padding:22px 24px;color:#244337}.entry-content table{border-collapse:separate;border-spacing:0;width:100%;overflow:hidden;border:1px solid #dbe5de;border-radius:10px}.entry-content th{background:#e8f1eb;color:#213831;font-weight:700}.entry-content td,.entry-content th{padding:11px 12px;border-bottom:1px solid #e4eae6;text-align:left}.entry-content tr:last-child td{border-bottom:0}
.mv-sidebar-stack{position:sticky;top:95px;display:flex;flex-direction:column;gap:15px}.mv-sidebar-card{border:1px solid #dae4de;background:#fff;border-radius:14px;padding:20px;box-shadow:0 10px 28px rgba(34,57,48,.05)}.mv-sidebar-eyebrow{font-size:9px;text-transform:uppercase;letter-spacing:.14em;color:#7e8f88}.mv-sidebar-card h3{font-family:Georgia,serif;color:#17312a;font-size:21px;margin:5px 0 12px}.mv-sidebar-card p{color:#67746f;font-size:13px;line-height:1.5}.mv-calculator-card{background:linear-gradient(160deg,#0e6a53,#075743);color:white;border:0}.mv-calculator-card .mv-sidebar-eyebrow,.mv-calculator-card h3,.mv-calculator-card p{color:#fff}.mv-calculator-card .mv-btn{background:#fff;color:var(--mv-emerald-deep);box-shadow:none}.mv-related-item{padding:11px 0;border-top:1px solid #edf0ee;display:flex;flex-direction:column;gap:3px}.mv-related-item span{color:#263c34;font-size:13px}.mv-related-item small{color:#87938f;font-size:10px}.mv-sidebar-quote{background:#f6faf7;border:1px solid #dfe8e2;border-radius:14px;padding:20px;font-family:Georgia,serif;color:#345247}.mv-sidebar-quote p{font-size:19px;font-style:italic;margin:0 0 8px}.mv-sidebar-quote small{font-family:inherit;color:#75827d}

.mv-footer.premium{background:linear-gradient(90deg,#0b5f4c,#07513f);color:#edf7f1;border-top:4px solid #d4a017;padding-top:34px}.mv-footer-top{display:grid;grid-template-columns:1.1fr 2fr .8fr;gap:38px;align-items:start}.mv-footer-logo-row{display:flex;align-items:center;gap:10px}.mv-footer-mini-mark{width:34px;height:34px;border-radius:8px;background:#fff;color:var(--mv-gold);display:grid;place-items:center;font-size:24px;font-weight:700}.mv-footer .mv-wordmark{color:#fff;font-size:27px}.mv-footer-brand p{color:#d2e6db;font-size:12px;margin-top:8px}.mv-footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.mv-footer-links h4{color:#fff;font-size:12px;text-transform:uppercase;letter-spacing:.1em}.mv-footer-links a{color:#d3e5dc;font-size:12px;display:block;margin:8px 0}.mv-footer-motto{text-transform:uppercase;letter-spacing:.18em;font-size:11px;line-height:1.55;color:#eef6f1}.mv-footer-bottom{border-top:1px solid rgba(255,255,255,.15);margin-top:30px;padding:16px 0 20px;display:flex;justify-content:space-between;color:#c4ddd1;font-size:11px}

@media(max-width:980px){.mv-grid-4{grid-template-columns:repeat(2,1fr)}.mv-guide-grid.compact{grid-template-columns:repeat(2,1fr)}.mv-tool-grid{grid-template-columns:repeat(2,1fr)}.mv-split-section{grid-template-columns:1fr}.mv-newsletter.premium{grid-template-columns:auto 1fr}.mv-news-form{grid-column:1/-1}.mv-trust-band-grid{grid-template-columns:repeat(2,1fr)}.mv-post-hero-grid{grid-template-columns:1fr}.mv-article-shell{grid-template-columns:1fr}.mv-sidebar-stack{position:static}.mv-footer-top{grid-template-columns:1fr 1.5fr}.mv-footer-motto{display:none}.mv-hero-grid{grid-template-columns:1fr}.mv-hero-visual{min-height:310px}}
@media(max-width:720px){.mv-header-inner{min-height:66px}.mv-wordmark{font-size:24px}.mv-tagline{display:none}.mv-nav{display:none}.mv-menu-toggle{display:block}.mv-title{font-size:50px}.mv-hero-premium{padding-top:26px}.mv-trust-row{gap:10px;flex-wrap:wrap}.mv-grid-4,.mv-tool-grid,.mv-guide-grid.compact,.mv-trust-band-grid{grid-template-columns:1fr}.mv-section-title{font-size:34px}.mv-section-head{align-items:start;flex-direction:column}.mv-newsletter.premium{grid-template-columns:1fr}.mv-news-icon{display:none}.mv-news-form{grid-column:auto}.mv-footer-top{grid-template-columns:1fr}.mv-footer-links{grid-template-columns:repeat(3,1fr)}.mv-footer-bottom{flex-direction:column;gap:8px}.mv-post-hero .entry-title{font-size:44px}.mv-breadcrumbs{white-space:normal;flex-wrap:wrap}.mv-hero-visual{min-height:270px}.mv-script-note{font-size:18px}.mv-coins{right:16%;width:58%;transform:scale(.84);transform-origin:bottom right}}


/* === MoneyVitals v1.3.1 richer article editorial layer ===
   Approved direction: warmer hero, stronger navy/emerald contrast,
   more dimensional reading surface, and richer sidebar callouts.
*/
body.single-post{
  background:#f3f6f2;
}
.mv-post-hero.premium{
  background:
    radial-gradient(circle at 78% 18%, rgba(212,160,23,.12), transparent 28%),
    linear-gradient(105deg,#fffaf0 0%,#f4f1e7 42%,#e6f0e7 100%);
  border-bottom:1px solid #cbd9d0;
  padding:34px 0 36px;
}
.mv-post-hero .mv-breadcrumbs{color:#6d7c77}
.mv-post-hero .mv-pill{
  background:#dceee2;
  color:#075743;
  box-shadow:inset 0 0 0 1px #c4ddcc;
}
.mv-post-hero .entry-title{
  color:#14233b !important;
  text-shadow:0 1px 0 rgba(255,255,255,.7);
}
.mv-post-deck{
  color:#3f514b;
  font-size:18px;
}
.mv-post-hero .mv-article-meta{
  color:#546660;
}
.mv-author-badge{
  background:#d4eadb;
  color:#075743;
  box-shadow:inset 0 0 0 1px #c2dccb;
}
.mv-featured-frame.premium{
  background:#fffaf1;
  border:1px solid #cdd9d1;
  box-shadow:0 20px 48px rgba(28,55,45,.16);
  padding:9px;
}
.mv-featured-frame.premium img{
  display:block;
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
}
.mv-post-content-section{
  background:
    linear-gradient(180deg,#eef3ee 0%,#f6f8f4 280px,#f6f8f4 100%);
  padding:42px 0 64px;
}
.mv-article-shell{gap:32px}
.mv-article-main{
  background:#fff;
  border:1px solid #d3ded7;
  border-radius:20px;
  padding:34px 36px 42px;
  box-shadow:0 18px 42px rgba(34,57,48,.08);
}
.entry-content{
  color:#263833;
  background:#fff;
}
.entry-content>p{
  color:#31443d;
}
.entry-content h2{
  color:#15263e !important;
  margin-top:42px;
  padding-bottom:7px;
  border-bottom:1px solid #e0e8e2;
}
.entry-content h3{color:#173229 !important}
.entry-content strong,.entry-content b{color:#17342b;font-weight:650}
.entry-content .mv-quick-answer,
.entry-content .moneyvital-article .mv-quick-answer{
  background:linear-gradient(105deg,#dcefe3 0%,#eaf4ec 62%,#f4eedf 100%) !important;
  border:1px solid #c6ddcf !important;
  border-left:5px solid #0b6b53 !important;
  color:#183b30 !important;
  box-shadow:0 10px 24px rgba(30,73,57,.08) !important;
}
.entry-content .mv-quick-answer strong,
.entry-content .moneyvital-article .mv-quick-answer strong{color:#075743 !important}
.entry-content .mv-quick-answer p,
.entry-content .moneyvital-article .mv-quick-answer p{color:#23483b !important}
.entry-content .mv-key-grid{gap:16px}
.entry-content .mv-key-card,
.entry-content .moneyvital-article .mv-key-card{
  background:#fbfdfb !important;
  border:1px solid #d5e1da !important;
  box-shadow:0 8px 20px rgba(40,66,56,.05) !important;
}
.entry-content .mv-key-card b,
.entry-content .moneyvital-article .mv-key-card b{color:#163b30 !important}
.entry-content .mv-key-card span,
.entry-content .moneyvital-article .mv-key-card span{color:#4c6058 !important}
.entry-content .mv-figure{
  background:#f7faf7;
  border-color:#d5dfd8;
  box-shadow:0 10px 26px rgba(35,58,49,.06);
}
.entry-content .mv-callout,
.entry-content .mv-example{
  background:#eaf3ed !important;
  border-color:#cfded4 !important;
  border-left-color:#0b6b53 !important;
  color:#2c473d !important;
}
.entry-content .mv-risk{
  background:#fbf3e2 !important;
  border-color:#e7d1a0 !important;
  border-left-color:#d4a017 !important;
  color:#594a27 !important;
}
.entry-content .mv-bottomline,
.entry-content .moneyvital-article .mv-bottomline{
  background:linear-gradient(135deg,#0b6b53,#075743) !important;
  border:0 !important;
  color:#fff !important;
  box-shadow:0 15px 34px rgba(7,87,67,.18) !important;
}
.entry-content .mv-bottomline h2,
.entry-content .moneyvital-article .mv-bottomline h2{
  color:#fff !important;
  border-bottom-color:rgba(255,255,255,.18) !important;
}
.entry-content .mv-bottomline p,
.entry-content .moneyvital-article .mv-bottomline p{color:#edf8f2 !important}
.entry-content table{
  box-shadow:0 8px 22px rgba(40,63,54,.05);
}
.entry-content th{background:#dfece3;color:#17372d}
.entry-content td{color:#354a42;background:#fff}
.entry-content .mv-checklist li{
  background:#f6faf7;
  border-color:#d8e3dc;
  color:#33483f;
}
.entry-content .mv-checklist li:before{
  background:#dcefe3;
  color:#075743;
}
.entry-content .mv-sources{
  background:#fafbf9;
  border:1px solid #dfe6e1;
  border-radius:14px;
  padding:20px 22px;
}
.entry-content .mv-sources h2{margin-top:0}
.entry-content .mv-disclaimer{
  background:#f5efe3;
  border-color:#e5d7bb;
  color:#5a4d34;
}
.mv-sidebar-stack{gap:17px}
.mv-sidebar-card{
  background:#fff;
  border-color:#cedbd3;
  box-shadow:0 12px 30px rgba(36,60,50,.08);
}
.mv-sidebar-card h3{color:#173128}
#mv-auto-toc li{border-bottom-color:#e3e9e5}
#mv-auto-toc a{color:#40564d;font-weight:500}
#mv-auto-toc a:hover{color:#075743}
.mv-calculator-card{
  background:linear-gradient(145deg,#0d7258,#075743);
  box-shadow:0 16px 32px rgba(7,87,67,.18);
}
.mv-sidebar-quote{
  background:linear-gradient(135deg,#f4ead4,#fbf7ef);
  border-color:#e5d2a8;
  color:#4f4329;
}
.mv-sidebar-quote small{color:#7d6d4a}

@media(max-width:980px){
  .mv-article-main{padding:30px}
}
@media(max-width:640px){
  .mv-post-hero.premium{padding:28px 0 30px}
  .mv-article-main{padding:24px 20px;border-radius:16px}
  .mv-post-content-section{padding:28px 0 44px}
}


/* MoneyVitals v1.3.2: polished trust/static pages */
.mv-page-hero{background:linear-gradient(120deg,#fbf8ef 0%,#eef5ef 58%,#e4efe8 100%);border-bottom:1px solid #cfddd4;padding:64px 0 52px}
.mv-page-hero .mv-kicker{color:#0f6b4f;letter-spacing:.16em;text-transform:uppercase;font-size:12px;font-weight:650;margin-bottom:12px}
.mv-page-hero h1{color:#1f2937;font-family:Georgia,'Times New Roman',serif;font-size:clamp(42px,5.2vw,68px);font-weight:500;line-height:1.02;margin:0 0 16px;max-width:820px}
.mv-page-hero p{max-width:760px;color:#43534c;font-size:18px;line-height:1.7;margin:0}
.mv-trust-page{max-width:900px;margin:48px auto 72px;background:#fff;border:1px solid #d8e2db;border-radius:24px;box-shadow:0 18px 48px rgba(31,47,55,.08);padding:clamp(28px,5vw,58px)}
.mv-trust-page h2{font-family:Georgia,'Times New Roman',serif;color:#233a32;font-weight:500;font-size:32px;margin:38px 0 14px}
.mv-trust-page h3{color:#0f6b4f;font-size:20px;margin:28px 0 10px}
.mv-trust-page p,.mv-trust-page li{color:#33443d;font-size:17px;line-height:1.8}
.mv-trust-page a{color:#0f6b4f;text-decoration-thickness:1px;text-underline-offset:3px}
.mv-trust-page ul{padding-left:24px}
.mv-trust-note{background:#eef6f1;border-left:4px solid #0f7a5d;padding:18px 20px;border-radius:0 14px 14px 0;margin:26px 0}
.mv-footer-links{grid-template-columns:repeat(3,minmax(140px,1fr))}
@media(max-width:760px){.mv-page-hero{padding:42px 0 36px}.mv-trust-page{margin:24px 16px 48px}.mv-footer-links{grid-template-columns:1fr 1fr}}
