/* ===============================
   Budget System – Shared Styles
   =============================== */
:root{
  --primary:#241aa3;
  --primary2:#3a2bd9;
  --ink:#111827;
  --muted:#6b7280;

  --good:#0a6;
  --bad:#b00;

  --pill-bg:#eef2ff;
  --pill-ink:#2b2f7f;

  --header-grad: linear-gradient(90deg, #241aa3, #3a2bd9);

  --saved-bg: #ecfdf3;
  --saved-border: #b7e4c7;
  --saved-text: #065f46;
}


.cat-select.cat-expanded{
  width: 260px;
}

table tr:nth-child(odd) td {
  background: #ffffff;
}

table tr:nth-child(even) td {
  background: var(--saved-bg);
}

table tr:hover td {
  background: #d1fae5;
}

.catrow:nth-child(odd)  { background: #ffffff; }
.catrow:nth-child(even) { background: var(--saved-bg); }

.catrow:hover {
  background: #d1fae5;
}




/* ---- Nav / Header ---- */
.budget-nav{
  display:inline-block;

  /* responsive sizing: smaller on laptops, roomy on big monitors */
  font-size: clamp(13px, 1.1vw, 16px);
  padding: clamp(7px, 0.9vw, 10px) clamp(10px, 1.4vw, 16px);

  border:2px solid #1f2a44;
  border-bottom:none;
  border-top-left-radius:14px;
  border-top-right-radius:14px;
  background:#243457;
  color:#fff;
  text-decoration:none;
  line-height:1.05;
  user-select:none;
}

.budget-nav a {
  font-size: 12px;
  color: #241aa3;
  text-decoration: none;
  padding: 4px 8px;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid transparent;
}

.budget-nav a:hover {
  background: #241aa3;
  color: #ffffff;
  border-color: #241aa3;
}

/* ---- Page containers ---- */
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px;
}

/* ---- Messages ---- */
.ok {
  background: #e8f5e9;
  border: 1px solid #b2dfdb;
  color: #1b5e20;
  padding: 8px 10px;
  border-radius: 4px;
  margin: 8px 0;
  font-size: 13px;
}

.err {
  background: #fdecea;
  border: 1px solid #f5c6cb;
  color: #721c24;
  padding: 8px 10px;
  border-radius: 4px;
  margin: 8px 0;
  font-size: 13px;
}

/* ---- Links inside tables/lists ---- */
.cat-link {
  color: #241aa3;
  text-decoration: none;
  font-weight: 500;
}

.cat-link:hover {
  text-decoration: underline;
}
/* =========================
   GLOBAL BASE STYLES
========================= */

.top-offer-bar {
  background: linear-gradient(90deg, #f96302, #ff7a1a);
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 6px 10px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.top-offer-bar a,
.top-offer-bar a:link,
.top-offer-bar a:visited,
.top-offer-bar a:hover,
.top-offer-bar a:active {
  color: #fff !important;
  text-decoration: none !important;
  display: block;
}

.app-brand-header {
  padding: 18px 20px 10px;
  display: flex;
  justify-content: flex-start; /* left align */
  align-items: center;
}

.app-brand-link {
  display: inline-block;
  text-decoration: none;
}

.app-brand-logo {
  display: block;
  height: 84px;
  width: auto;
  max-width: 100%;
}

.app-site-brand {
  padding: 14px 20px 8px;
  background: #fff;
}

.app-site-brand-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

.app-site-brand-mark {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 10px;
  background: #6ebd51;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.app-site-brand-text {
  display: flex;
  flex-direction: column;
}

.app-site-brand-title {
  font-size: 24px;
  font-weight: 700;
  color: #2071b4;
  line-height: 1.1;
}

.app-site-brand-sub {
  font-size: 13px;
  color: #5f6b7a;
  margin-top: 2px;
}


.app-site-brand-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

.app-site-brand-mark {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 10px;
  background: #6ebd51;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.app-site-brand-text {
  display: flex;
  flex-direction: column;
}

.app-site-brand-title {
  font-size: 24px;
  font-weight: 700;
  color: #2071b4;
  line-height: 1.1;
}

.app-site-brand-sub {
  font-size: 13px;
  color: #5f6b7a;
  margin-top: 2px;
}
/* =========================
   MEDIA QUERIES
========================= */

@media (max-width: 768px) {
  .top-offer-bar {
    font-size: 13px;
    padding: 5px 8px;
  }
}
/* ---- Mobile tweaks ---- */
@media (max-width: 700px) {
  
  .budget-nav {
  display: flex;
  gap: 6px;
   overflow-x: auto;
  white-space: nowrap;
}


  .budget-nav a {
    font-size: 11px;
    padding: 4px 6px;
  }
}

.ns-topline{
  height:8px;                 /* change to 5–10 as you like */
  background:#6ebd51;         /* your green */
  width:100%;
}
/* Page Container */
.page-wrap{
  max-width:1100px;
  margin:30px auto;
  padding:0 20px;
}

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

/* Page Title */
.page-title{
  font-size:24px;
  font-weight:600;
  color:#1f2a44;
  margin-bottom:20px;
}

/* Card Layout */
.card{
  background:#ffffff;
  border-radius:14px;
  box-shadow:0 4px 14px rgba(0,0,0,0.05);
  padding:20px;
  margin-bottom:25px;
  border:1px solid #e6e9f2;
}

/* Table Styling */
table{
  width:100%;
  border-collapse:collapse;
  font-size:14px;
}

th{
  text-align:left;
  padding:10px;
  background:#f3f6fb;
  color:#1f2a44;
  font-weight:600;
  border-bottom:2px solid #dde3f3;
}

td{
  padding:10px;
  border-bottom:1px solid #eef1f8;
}

tr:hover{
  background:#f9fbff;
}

/* Inputs */
input[type="text"],
select{
  padding:6px 8px;
  border-radius:8px;
  border:1px solid #ccd3e6;
  font-size:13px;
  width:100%;
}

input[type="text"]:focus,
select:focus{
  outline:none;
  border-color:#2071b4;
  box-shadow:0 0 0 2px rgba(32,113,180,0.15);
}

/* Buttons */
.btn{
  background:#2071b4;
  color:#fff;
  border:none;
  padding:8px 14px;
  border-radius:10px;
  font-size:14px;
  cursor:pointer;
  transition:0.2s ease;
}

.btn:hover{
  background:#185a90;
}

.btn-secondary{
  background:#6ebd51;
}

.btn-secondary:hover{
  background:#5aa540;
}

/* Messages */
.msg-success{
  background:#e8f7ec;
  color:#246b3d;
  padding:10px 14px;
  border-radius:10px;
  margin-bottom:15px;
}

.msg-error{
  background:#fdecea;
  color:#a32929;
  padding:10px 14px;
  border-radius:10px;
  margin-bottom:15px;
}

.budget-footer {
  margin-top: 40px;
  padding: 20px 0;
  background: linear-gradient(90deg, #2071b4, #1a5a91);
  color: #ffffff;
}

.budget-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 14px;
  text-align: center;
}

.feature-page {
  padding: 0 0 50px;
}

.feature-hero {
  padding: 70px 0 40px;
}

.feature-section {
  padding: 30px 0;
}

.feature-page .feature-image {
  width: 100%;
  max-width: 750px;
  border-radius: 14px;
  display: block;
  margin: 10px auto 20px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}
@media (max-width: 768px) {

  .budget-tabs {
    flex-direction: column;
    align-items: stretch;
    border-bottom: none;
  }

  .budget-tab {
    display: block;
    width: 100%;
    margin-bottom: 6px;
    border-radius: 10px;
    border: 1px solid #1f2a44;
    background: #243457;
    text-align: center;
  }

  .budget-tab.nav-active {
    background: #fff;
    color: #111;
    border: 2px solid #1f2a44;
  }

}

.tax-actions{
  margin-top:18px;
  display:flex;
  justify-content:center; /* centers the button nicely */
}

.btn-save{
  background:#243457;           /* match your tab blue */
  color:#fff;
  font-size:18px;
  font-weight:600;
  padding:14px 28px;
  border:none;
  border-radius:14px;
  cursor:pointer;
  box-shadow:0 4px 12px rgba(0,0,0,.15);
  transition:all .15s ease;
}

.btn-save:hover{
  background:#2e4170;           /* slightly lighter on hover */
  transform:translateY(-1px);
}

.btn-save:active{
  transform:translateY(0);
  box-shadow:0 2px 6px rgba(0,0,0,.15);
}
/* --- NAV WRAP --- */
.budget-nav{
  margin:10px 0 14px;
}

/* Stack the 3 areas nicely */
.budget-tabs-primary,
.budget-tabs-secondary,
.budget-nav-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

/* Primary tabs row */
.budget-tabs-primary{
  align-items:flex-end;
  border-bottom:2px solid #1f2a44;
  padding:0 2px;
  margin-bottom:8px;
}

/* Secondary tabs row */
.budget-tabs-secondary{
  align-items:center;
  margin-bottom:10px;
}

/* Meta pills row */
.budget-nav-meta{
  align-items:center;
  justify-content:flex-start;
  gap:10px;
}

/* Big tabs (primary) */
.budget-tab{
  display:inline-block;
  padding:10px 18px;
  border:2px solid #1f2a44;
  border-bottom:none;
  border-top-left-radius:16px;
  border-top-right-radius:16px;
  background:#243457;
  color:#fff;
  text-decoration:none;
  font-size:18px;
  line-height:1;
  user-select:none;
}
.budget-tab:hover{ filter:brightness(1.05); }

.budget-tab.nav-active{
  background:#fff;
  color:#111;
  position:relative;
  top:2px;
  font-weight:700;
}

/* Small tabs (secondary) */
.budget-tab-small{
  display:inline-block;
  padding:7px 12px;
  border:1px solid #1f2a44;
  border-radius:999px;
  background:#f3f5f9;
  color:#1f2a44;
  text-decoration:none;
  font-size:14px;
  line-height:1;
}
.budget-tab-small:hover{ background:#e9eef7; }

.budget-tab-small.nav-active{
  background:#243457;
  color:#fff;
  border-color:#1f2a44;
}

/* Undo tab variant */
.budget-tab-small.nav-undo{
  background:#fff4f4;
  border-color:#de2444;
  color:#de2444;
}
.budget-tab-small.nav-undo:hover{
  filter:brightness(0.98);
}

/* Mobile tweaks */
@media (max-width: 820px){
  .budget-tab{ font-size:16px; padding:9px 14px; }
  .budget-tabs-primary{ gap:8px; }
  .budget-tabs-secondary{ gap:8px; }
}
.budget-nav{
  padding:0 20px;
}
/* --- Help Panel Two Columns --- */

.help-columns{
  display:flex;
  gap:40px;
  align-items:flex-start;
}

.help-col{
  flex:1 1 0;
  min-width:280px;
}

@media (max-width: 800px){
  .help-columns{ 
    flex-direction:column; 
  }
  .help-col{ 
    min-width:0; 
  }
}
/* Help panel layout */
.help-panel{
  margin: 14px 0 18px;
}

.help-columns{
  display:flex !important;
  gap:40px;
  align-items:flex-start;
}

.help-col{
  flex:1 1 0;
  min-width:320px;
}

.help-step{
  margin-bottom:16px;
}

.help-step p{
  margin:6px 0 0;
}

.feature-page {
  padding-bottom: 60px;
}

.feature-hero {
  padding: 64px 0 34px;
  background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
}

.eyebrow {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #2071b4;
}

.feature-hero h1 {
  margin: 0 0 16px;
  font-size: 42px;
  line-height: 1.15;
  color: #1f2d3d;
}

.hero-text {
  max-width: 760px;
  font-size: 19px;
  line-height: 1.65;
  color: #4c5a6a;
}

.hero-actions {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.feature-section {
  padding: 44px 0;
}

.feature-section.alt {
  background: #f8fbff;
}

.narrow {
  max-width: 820px;
}

.mock-card {
  margin-top: 22px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #dbe6f0;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(30, 60, 90, 0.08);
}

.mock-card-header {
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 700;
  color: #24364a;
}

.mock-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
}

.stat-box {
  background: #f7f9fc;
  border: 1px solid #e3ebf3;
  border-radius: 14px;
  padding: 16px;
}

.stat-box .label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  color: #6b7280;
}

.stat-box strong {
  font-size: 24px;
  line-height: 1.2;
  color: #1d3557;
}

.feature-list {
  margin: 18px 0 0;
  padding-left: 22px;
}

.feature-list li {
  margin-bottom: 10px;
}

.note {
  margin-top: 14px;
  font-size: 14px;
  color: #5f6b7a;
}

.feature-cta {
  padding: 52px 0;
  text-align: center;
  background: #eef6fd;
  border-top: 1px solid #d6e4f2;
  border-bottom: 1px solid #d6e4f2;
}

.feature-cta h2 {
  margin-bottom: 12px;
}

.feature-cta p {
  max-width: 720px;
  margin: 0 auto 18px;
}

@media (max-width: 768px) {
  .feature-hero h1 {
    font-size: 34px;
  }

  .hero-text {
    font-size: 17px;
  }
}

/* Stack on smaller screens */
@media (max-width: 900px){
  .help-columns{ flex-direction:column; }
  .help-col{ min-width:0; }
}
/* ===============================
   Budget Category Tiles
   =============================== */

.bc-tile{
  width:220px;
  background:#fff;
  border:1px solid #e2e6ef;
  box-shadow:0 3px 6px rgba(0,0,0,0.06);
  display:flex;
  flex-direction:column;
  overflow:hidden;
}

/* Top colored banner (with a safe default background) */
.bc-tile-banner{
  padding:8px 10px;
  font-size:14px;
  font-weight:700;
  background:#2b6cb0;   /* DEFAULT so it’s never white-on-white */
  color:#fff;
}

.bc-tile-body{
  padding:16px 12px 18px 12px;
  text-align:center;
}

.bc-tile-value{
  font-size:34px;
  font-weight:800;
  color:#1f2937;
  margin-bottom:6px;
}

.bc-tile-label{
  font-size:12px;
  color:#6b7280;
}

.bc-tile.is-negative .bc-tile-value{
  color:#d32f2f;
}

.bc-tile-grid{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap:16px;
  align-items:stretch;
}

.bc-tile{
  width:100%;
  max-width:320px; /* keeps them from becoming giant */
}

/* Category tile */
.bc-tile{
  width:260px;
  border:1px solid #d7dce3;
  background:#f3f5f8;
  overflow:hidden;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* Top category banner */
.bc-tile-top{
  background:#2071b4;   /* your site blue */
  color:#fff;
  text-align:center;
  font-size:26px;
  font-weight:700;
  padding:12px 8px;
}

/* Center amount */
.bc-tile-value{
  text-align:center;
  font-size:44px;
  font-weight:700;
  padding:34px 10px;
  color:#0f1a24;
}

/* Bottom banner */
.bc-tile-bottom{
  background:#2071b4;
  color:#fff;
  text-align:center;
  font-size:22px;
  font-weight:600;
  padding:10px 8px;
}
/* TEST TILE */

.test-tile{
  width:260px;
  border:1px solid #d7dce3;
  background:#f2f4f7;
  overflow:hidden;
  font-family: Arial, Helvetica, sans-serif;
}

.test-tile-top{
  background:#2071b4;
  color:#fff;
  text-align:center;
  font-size:28px;
  font-weight:700;
  padding:12px;
}

.test-tile-value{
  text-align:center;
  font-size:46px;
  font-weight:700;
  padding:40px 10px;
  color:#0f1a24;
}

.test-tile-bottom{
  background:#2071b4;
  color:#fff;
  text-align:center;
  font-size:22px;
  font-weight:600;
  padding:10px;
}
/* Page heading hierarchy */

h1{
  font-size:28px;
  font-weight:700;
  margin-bottom:6px;
  color:#111;
}

h2{
  font-size:22px;
  font-weight:600;
  margin-top:28px;
  margin-bottom:10px;
  color:#2b6df3;   /* section color */
}

h3{
  font-size:18px;
  font-weight:600;
  margin-top:22px;
  margin-bottom:8px;
  color:#333;
}
.topbar {
  padding-left: 10px;
}
.home-feature-card{
  background:#fff;
  border:1px solid #d9e4f2;
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 10px 28px rgba(27, 64, 122, 0.08);
  display:flex;
  flex-direction:column;
  height:100%;
}

.home-feature-media{
  height:290px;
  background:#eef4fb;
  overflow:hidden;
  border-bottom:1px solid #d9e4f2;
}

.home-feature-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.home-feature-body{
  padding:26px 28px 24px;
}

.home-feature-body h3{
  margin:0 0 14px;
  font-size:28px;
  line-height:1.1;
  font-weight:800;
  color:#1d3157;
  letter-spacing:-0.02em;
}

.home-feature-body p{
  margin:0;
  font-size:18px;
  line-height:1.55;
  color:#61738f;
}
.home-possibilities{
  padding:90px 24px 110px;
  background:#fff;
}

.home-possibilities .section-heading{
  text-align:center;
  max-width:1200px;
  margin:0 auto 48px;
}

.home-possibilities .section-heading h2{
  margin:0 0 20px;
  font-size:72px;
  line-height:1.02;
  font-weight:800;
  color:#1a2f57;
  letter-spacing:-0.04em;
}

.home-possibilities .section-heading p{
  margin:0 auto;
  max-width:1200px;
  font-size:28px;
  line-height:1.6;
  color:#61738f;
}

.home-feature-grid{
  max-width:1800px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:32px;
  align-items:stretch;
}
@media (max-width: 1400px){
  .home-feature-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px){
  .home-possibilities{
    padding:70px 18px 80px;
  }

  .home-possibilities .section-heading h2{
    font-size:44px;
  }

  .home-possibilities .section-heading p{
    font-size:22px;
  }

  .home-feature-grid{
    grid-template-columns:1fr;
    gap:22px;
  }

  .home-feature-media{
    height:220px;
  }

  .home-feature-body{
    padding:22px 22px 20px;
  }

  .home-feature-body h3{
    font-size:24px;
  }

  .home-feature-body p{
    font-size:17px;
  }
}
.asset-value{
  color:#2e8b57;
  font-weight:700;
}
.cta-btn {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;   /* removes underline */
  transition: all 0.2s ease;
}

/* Orange button */
.cta-orange {
  background: #f59e0b;
  color: #fff;
}

.cta-orange:hover {
  background: #d97706;
}

/* Blue button */
.cta-blue {
  background: #2071b4;
  color: #fff;
}

.cta-blue:hover {
  background: #185a90;
}

.feature-section {
  padding: 50px 0;
}

.feature-section.alt {
  background: #f8fbff;
}

.cta-btn {
  display: inline-block !important;
  padding: 14px 26px !important;
  border-radius: 14px !important;
  font-size: 16px !important;
  font-weight: 600 !important;

  text-decoration: none !important;   /* removes underline */
  color: #fff !important;
}

/* Orange button */
.cta-orange {
  background: #f59e0b !important;
}

/* Blue button */
.cta-blue {
  background: #2071b4 !important;
}

/* 👇 THIS is the missing piece */
.cta-btn:hover {
  text-decoration: none !important;
  color: #fff !important;
}

.section-light {
  background: #f8fbff;
}

.section-white {
  background: #ffffff;
}

@media (max-width: 600px) {

  .app-site-brand {
    display: flex;
    justify-content: center;
    margin-bottom: 6px;
  }

  .app-site-brand-inner {
    gap: 6px;
  }

  .app-site-brand-mark {
    font-size: 16px;
  }

  .app-site-brand-title {
    font-size: 16px;
  }

  .app-site-brand-sub {
    display: none; /* hide tagline on mobile */
  }
}

/* =========================
   Last Failing Part
========================= */

.budget-nav{
  margin: 8px 0 18px;
  padding: 0 10px 0 10px;
}

.bc-header-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  margin-bottom:10px;
}

.bc-logo{
  font-size:20px;
  font-weight:800;
  color:#2071b4;
  line-height:1.1;
}

.bc-header-right-wrap{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:8px;
}

.budget-tabs-secondary{
  display:flex;
  justify-content:flex-end;
  gap:10px;
  flex-wrap:wrap;
}

.budget-secondary-link{
  display:inline-block;
  padding:6px 12px;
  border-radius:10px;
  text-decoration:none;
  color:#1b2c5a;
  font-size:15px;
  background:#fff;
  border:1px solid #d7def5;
}

.budget-secondary-link:hover{
  background:#eef5fb;
  text-decoration:none;
}

.budget-user-pill-box{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:6px 14px;
  border-radius:999px;
  background:#eef5fb;
  color:#195a90;
  font-size:14px;
  border:1px solid rgba(25,90,144,.22);
}

.budget-tabs-primary{
  display:flex;
  align-items:flex-end;
  gap:12px;
  flex-wrap:wrap;
  border-bottom:3px solid #2071b4;
  padding:0 2px;
}

.budget-tab{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 18px;
  min-height:46px;
  border:2px solid #2071b4;
  border-bottom:none;
  border-top-left-radius:18px;
  border-top-right-radius:18px;
  background:#2b79bd;
  color:#fff;
  text-decoration:none;
  font-family:Arial, Helvetica, sans-serif;
  font-size:16px;
  font-weight:700;
  line-height:1;
  white-space:nowrap;
  box-shadow:none;
}

.budget-tab:hover{
  background:#195a90;
  color:#fff;
}

.budget-tab.nav-active{
  background:#fff;
  color:#12224a;
  position:relative;
  top:2px;
}

.budget-dd-btn{
  font:inherit;
  cursor:pointer;
  appearance:none;
  -webkit-appearance:none;
}

.budget-dd-caret{
  margin-left:10px;
  font-size:.85em;
  opacity:.95;
}
/* FIX: hide dropdowns by default */
.budget-dd-menu{
  display:none !important;
}

/* FIX: only show dropdown on hover */
.budget-dd:hover .budget-dd-menu,
.budget-dd:focus-within .budget-dd-menu{
  display:block !important;
}

/* FIX: hide mobile menu on desktop */
.budget-mobilemenu{
  display:none !important;
}

/* ===== Responsive ===== */
@media (max-width: 820px){
  /* hide desktop nav */
  .bc-header-top,
  .budget-tabs-primary{
    display:none;
  }

  .budget-mobilebar{
  display:none !important;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  border:2px solid var(--nav-blue-2);
  border-radius:14px;
  padding:10px 12px;
  background:#fff;
}

  /* keep mobile menu hidden until clicked */
  .budget-mobilemenu{
    display:none;
  }
  
  /* FIX: hide dropdowns by default */
.budget-dd-menu{
  display:none !important;
}

/* FIX: only show dropdown on hover */
.budget-dd:hover .budget-dd-menu,
.budget-dd:focus-within .budget-dd-menu{
  display:block !important;
}

/* FIX: hide mobile menu on desktop */
.budget-mobilemenu{
  display:none !important;
}
}





