:root {
  --bg: #f8fbff;
  --paper: #ffffff;
  --ink: #111827;
  --muted: #5e6b7f;
  --line: #dbe7f5;
  --coral: #2563eb;
  --coral-dark: #1d4ed8;
  --green: #0891b2;
  --gold: #7c3aed;
  --shadow: 0 24px 70px rgba(37, 99, 235, 0.13);
  --radius: 8px;
}

/* Expense tracker SaaS theme */
.expense-site {
  --expense-bg: #f7fbf9;
  --expense-panel: #ffffff;
  --expense-ink: #14213d;
  --expense-muted: #64748b;
  --expense-line: #dbe7e2;
  --expense-green: #10b981;
  --expense-green-dark: #047857;
  --expense-blue: #2563eb;
  --expense-amber: #f59e0b;
  --expense-violet: #7c3aed;
  background:
    linear-gradient(90deg, rgba(20, 184, 166, .05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(20, 184, 166, .05) 1px, transparent 1px),
    var(--expense-bg);
  background-size: 34px 34px;
  color: var(--expense-ink);
}

.discount-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 18px;
  background: #ecfdf5;
  border-bottom: 1px solid #bbf7d0;
  color: #064e3b;
  font-size: .9rem;
}

.discount-strip span,
.badge {
  border-radius: 999px;
  background: #10b981;
  color: #fff;
  padding: 4px 9px;
  font-weight: 800;
  font-size: .75rem;
}

.discount-strip a { color: #047857; font-weight: 800; }
.expense-header { background: rgba(255,255,255,.92); backdrop-filter: blur(16px); }
.expense-brand .brand-sigil {
  background: linear-gradient(135deg, #10b981, #2563eb);
  color: #fff;
}

.expense-brand .brand-sigil b { color: #d1fae5; }
.header-cta,
.button-primary {
  background: linear-gradient(135deg, var(--expense-green), var(--expense-blue));
  color: #fff;
  border: 0;
  box-shadow: 0 14px 32px rgba(37, 99, 235, .18);
}

.button-secondary {
  background: #fff;
  color: var(--expense-ink);
  border: 1px solid #bfdbfe;
}

.expense-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 720px);
  gap: 54px;
  align-items: center;
  padding: 82px max(28px, 5vw) 70px;
  border-bottom: 1px solid var(--expense-line);
}

.expense-hero h1,
.page-hero h1,
.section-heading h2 {
  letter-spacing: 0;
  color: #08111f;
}

.expense-hero h1 {
  max-width: 720px;
  font-size: clamp(3.2rem, 5.7vw, 6.7rem);
  line-height: 1.02;
  margin: 0 0 22px;
}

.expense-hero p {
  max-width: 680px;
  color: var(--expense-muted);
  font-size: 1.18rem;
  line-height: 1.65;
}

.hero-actions,
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.trust-row span,
.security-note {
  border: 1px solid #dbeafe;
  background: rgba(255,255,255,.82);
  border-radius: 8px;
  padding: 11px 14px;
  color: #334155;
  font-weight: 800;
}

.expense-dashboard-preview {
  background: rgba(255,255,255,.9);
  border: 1px solid #dbeafe;
  box-shadow: 0 28px 80px rgba(15, 23, 42, .12);
  border-radius: 8px;
  padding: 24px;
}

.preview-top {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
}

.preview-top span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #bfdbfe;
}

.preview-top b { margin-left: auto; }
.metric-strip,
.metric-grid,
.feature-grid,
.pricing-grid,
.app-grid,
.pay-layout,
.contact-grid,
.two-column {
  display: grid;
  gap: 18px;
}

.metric-strip { grid-template-columns: repeat(3, 1fr); }
.metric-strip div,
.metric-grid article,
.panel,
.plan-card,
.feature-grid article,
.auth-card,
.package-panel,
.customer-panel,
.summary-panel {
  background: rgba(255,255,255,.94);
  border: 1px solid var(--expense-line);
  border-radius: 8px;
  box-shadow: 0 18px 52px rgba(15, 23, 42, .07);
}

.metric-strip div,
.metric-grid article {
  padding: 18px;
}

.metric-strip small,
.metric-grid small,
.microcopy {
  color: var(--expense-muted);
}

.metric-strip strong,
.metric-grid strong {
  display: block;
  margin-top: 8px;
  font-size: 1.6rem;
}

.chart-card {
  height: 210px;
  display: flex;
  align-items: end;
  gap: 16px;
  padding: 22px;
  margin: 18px 0;
  border-radius: 8px;
  background: linear-gradient(180deg, #eff6ff, #f0fdf4);
}

.chart-card div {
  flex: 1;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, var(--expense-blue), var(--expense-green));
}

.preview-list p,
.summary-row,
.budget-row p {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #edf2f7;
  padding: 11px 0;
}

.feature-band,
.pricing-slice,
.pricing-page,
.content-section,
.faq-list,
.section {
  padding: 70px max(24px, 5vw);
}

.section-heading.centered { text-align: center; max-width: 800px; margin: 0 auto 28px; }
.section-heading h1,
.section-heading h2,
.page-hero h1 { margin-top: 0; }
.feature-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.pricing-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.feature-grid article,
.plan-card,
.panel,
.package-panel,
.customer-panel,
.summary-panel,
.auth-card { padding: 24px; }

.feature-icon {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 8px;
  background: #dcfce7;
  color: #047857;
  font-weight: 900;
  margin-bottom: 18px;
}

.feature-icon.blue { background: #dbeafe; color: var(--expense-blue); }
.feature-icon.amber { background: #fef3c7; color: #b45309; }
.feature-icon.violet { background: #ede9fe; color: var(--expense-violet); }
.feature-icon.green { background: #ccfbf1; color: #0f766e; }
.plan-card.featured { border-color: #86efac; transform: translateY(-6px); }
.plan-card strong { display: block; font-size: 2.25rem; margin: 14px 0; }
.page-hero.compact { padding: 70px max(24px, 5vw) 44px; }
.text-page { max-width: 980px; margin: 0 auto; }
.compliance-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 34px; }
.compliance-grid div { background: #fff; border: 1px solid var(--expense-line); border-radius: 8px; padding: 16px; }
.compliance-grid span { display: block; color: var(--expense-muted); margin-top: 6px; }

.pay-layout { grid-template-columns: 1.35fr .9fr .8fr; align-items: start; }
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.package-option {
  cursor: pointer;
  display: grid;
  gap: 10px;
  border: 1px solid var(--expense-line);
  border-radius: 8px;
  padding: 16px;
  background: #fff;
}
.package-option:has(input:checked) { border-color: var(--expense-green); box-shadow: 0 0 0 3px rgba(16,185,129,.12); }
.package-option input { width: 18px; height: 18px; }
.plan-top { display: flex; justify-content: space-between; gap: 10px; font-weight: 900; }
.customer-panel input,
.customer-panel textarea,
.auth-card input,
.contact-form input,
.contact-form textarea,
.app-form-grid input,
.app-form-grid select,
.app-form-grid textarea,
.search-row input {
  width: 100%;
  min-height: 46px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 12px 14px;
  background: #fff;
  color: var(--expense-ink);
}
.customer-panel,
.auth-card,
.contact-form,
.app-form-grid { display: grid; gap: 14px; }
.terms-check { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; font-weight: 800; }
.full-width { width: 100%; justify-content: center; }

.app-body { min-height: 100vh; }
.app-shell { display: grid; grid-template-columns: 280px minmax(0, 1fr); min-height: 100vh; }
.app-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 24px;
  background: #08111f;
  color: #fff;
}
.app-sidebar nav { display: grid; gap: 8px; margin: 28px 0; }
.app-sidebar a,
.text-button { color: #dbeafe; text-decoration: none; font-weight: 800; }
.app-sidebar nav a { padding: 12px 14px; border-radius: 8px; }
.app-sidebar nav a:hover { background: rgba(255,255,255,.09); }
.workspace-chip { border: 1px solid rgba(255,255,255,.16); border-radius: 8px; padding: 14px; color: #dbeafe; }
.app-main { padding: 28px; min-width: 0; }
.app-topbar { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 24px; }
.app-section { display: grid; gap: 22px; }
.metric-grid { grid-template-columns: repeat(3, 1fr); }
.app-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; }
.data-table { width: 100%; border-collapse: collapse; }
.data-table th,
.data-table td { text-align: left; padding: 12px; border-bottom: 1px solid #e2e8f0; }
.inline-form { display: inline; }
.inline-form button,
.text-button { background: transparent; border: 0; cursor: pointer; color: var(--expense-blue); font-weight: 800; }
.budget-track { height: 11px; background: #e2e8f0; border-radius: 999px; overflow: hidden; }
.budget-track span { display: block; height: 100%; background: var(--expense-green); border-radius: inherit; }
.budget-track span.over { background: #ef4444; }
.search-row { display: flex; gap: 12px; }
.app-menu-toggle { display: none; }

@media (max-width: 1100px) {
  .expense-hero,
  .pay-layout,
  .app-grid { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .package-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .discount-strip { align-items: flex-start; flex-direction: column; }
  .expense-hero { grid-template-columns: 1fr; padding: 48px 20px; }
  .expense-hero h1 { font-size: clamp(2.8rem, 12vw, 4.2rem); }
  .metric-strip,
  .metric-grid,
  .feature-grid,
  .pricing-grid,
  .package-grid,
  .compliance-grid { grid-template-columns: 1fr; }
  .app-menu-toggle {
    display: block;
    position: fixed;
    z-index: 30;
    top: 12px;
    right: 12px;
    border: 0;
    border-radius: 8px;
    background: var(--expense-green);
    color: #fff;
    padding: 10px 14px;
    font-weight: 900;
  }
  .app-shell { grid-template-columns: 1fr; }
  .app-sidebar {
    position: fixed;
    z-index: 20;
    inset: 0 auto 0 0;
    width: min(86vw, 310px);
    transform: translateX(-105%);
    transition: transform .22s ease;
  }
  .app-menu-open .app-sidebar { transform: translateX(0); }
  .app-main { padding: 62px 16px 24px; }
  .app-topbar { align-items: flex-start; flex-direction: column; }
  .data-table { display: block; overflow-x: auto; }
  .search-row { flex-direction: column; }
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.discount-strip {
  position: relative;
  z-index: 45;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 42px;
  padding: 9px clamp(20px, 5vw, 72px);
  color: #eaf2ff;
  background: #0f172a;
  border-bottom: 1px solid rgba(147, 197, 253, 0.2);
  font-size: 0.9rem;
  line-height: 1.35;
  text-align: center;
}

.discount-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 9px;
  color: #bfdbfe;
  background: rgba(37, 99, 235, 0.22);
  border: 1px solid rgba(147, 197, 253, 0.28);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.discount-strip strong {
  font-weight: 850;
}

.discount-strip a {
  color: #7dd3fc;
  font-weight: 900;
  white-space: nowrap;
}

.promo-strip {
  position: relative;
  z-index: 40;
  background: var(--ink);
  color: white;
  font-size: 0.86rem;
  font-weight: 700;
}

.promo-strip a {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 9px clamp(20px, 5vw, 72px);
  text-align: center;
}

.promo-strip strong {
  color: #f3d7a6;
  text-transform: uppercase;
}

.promo-strip span {
  color: rgba(255, 255, 255, 0.82);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto minmax(320px, 1fr) minmax(220px, 320px) auto;
  gap: 24px;
  align-items: center;
  padding: 18px clamp(20px, 5vw, 72px);
  background: rgba(255, 250, 248, 0.88);
  border-bottom: 1px solid rgba(234, 222, 214, 0.8);
  backdrop-filter: blur(20px);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.brand-sigil {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: white;
  background: var(--ink);
  border-radius: 50%;
  font-family: "Playfair Display", Georgia, serif;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.header-search,
.shop-search {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-search {
  justify-self: end;
  width: min(100%, 320px);
  padding: 4px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 10px 26px rgba(80, 48, 33, 0.06);
}

.header-search input {
  min-width: 0;
  border: 0;
  padding: 9px 10px 9px 14px;
  background: transparent;
}

.header-search input:focus {
  outline: none;
}

.header-search button {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  place-items: center;
  color: white;
  background: var(--ink);
  border-radius: 50%;
}

.header-search svg,
.cart-icon,
.icon-button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.main-nav a:hover,
.section-heading a:hover,
.filter-panel a:hover {
  color: var(--coral-dark);
}

.cart-link {
  position: relative;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: var(--ink);
  background: white;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-weight: 800;
  box-shadow: 0 10px 26px rgba(80, 48, 33, 0.06);
}

.cart-count {
  position: absolute;
  top: -7px;
  right: -7px;
  display: grid;
  min-width: 22px;
  height: 22px;
  place-items: center;
  color: white;
  background: var(--coral);
  border: 2px solid var(--bg);
  border-radius: 50%;
  font-size: 0.68rem;
}

.messages {
  padding: 0 clamp(20px, 5vw, 72px);
}

.message {
  max-width: 980px;
  margin: 18px auto 0;
  padding: 12px 16px;
  background: #eef5e9;
  border: 1px solid #dcead3;
  border-radius: var(--radius);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.2fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  min-height: calc(100vh - 74px);
  padding: clamp(44px, 7vw, 88px) clamp(20px, 5vw, 72px) 40px;
}

.hero-copy,
.hero-media,
.category-strip a,
.split-feature > *,
.section-heading,
.product-card,
.promo-band > *,
.page-hero > *,
.filter-panel,
.cart-panel,
.contact-form,
.contact-card,
.text-page > * {
  animation: rise-fade 680ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.hero-media {
  animation-delay: 120ms;
}

.category-strip a:nth-child(2),
.product-card:nth-child(2) {
  animation-delay: 80ms;
}

.category-strip a:nth-child(3),
.product-card:nth-child(3) {
  animation-delay: 150ms;
}

.category-strip a:nth-child(4),
.product-card:nth-child(4) {
  animation-delay: 220ms;
}

.hero h1,
.page-hero h1,
.section h2 {
  font-family: "Playfair Display", Georgia, serif;
  line-height: 0.98;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(3.1rem, 6vw, 6.6rem);
}

.hero p {
  max-width: 570px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.12rem;
}

.hero-actions,
.product-buy-row,
.section-heading,
.trust-row {
  display: flex;
  align-items: center;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button,
button {
  border: 0;
  border-radius: var(--radius);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
}

.button-primary {
  color: white;
  background: var(--coral);
  box-shadow: 0 14px 26px rgba(217, 111, 95, 0.24);
}

.button-primary:hover {
  background: var(--coral-dark);
  transform: translateY(-2px);
}

.button-secondary {
  color: var(--ink);
  background: white;
  border: 1px solid var(--line);
}

.button-light {
  color: var(--ink);
  background: white;
}

.button-wide {
  width: 100%;
}

.trust-row {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
  color: var(--green);
  font-size: 0.88rem;
  font-weight: 800;
}

.trust-row span {
  padding-right: 12px;
  border-right: 1px solid var(--line);
}

.trust-row span:last-child {
  border-right: 0;
}

.hero-media {
  overflow: hidden;
  border-radius: 0 0 0 76px;
  box-shadow: var(--shadow);
}

.hero-media img {
  width: 100%;
  height: min(680px, 72vh);
  object-fit: cover;
}

.section,
.page-hero {
  padding: clamp(50px, 7vw, 96px) clamp(20px, 5vw, 72px);
}

.page-hero {
  background: linear-gradient(135deg, #fff 0%, #fff7f3 100%);
  border-bottom: 1px solid var(--line);
}

.page-hero.compact {
  padding-top: 72px;
  padding-bottom: 56px;
}

.page-hero h1 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(2.7rem, 5vw, 5.2rem);
}

.page-hero p {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.08rem;
}

.category-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  padding-top: 30px;
}

.category-strip a,
.filter-panel,
.contact-card,
.cart-panel,
.product-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.category-strip a {
  padding: 22px;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.category-strip a:hover {
  border-color: rgba(217, 111, 95, 0.42);
  box-shadow: 0 18px 42px rgba(80, 48, 33, 0.08);
  transform: translateY(-3px);
}

.category-strip span,
.product-meta h3,
.contact-card h2 {
  display: block;
  font-weight: 800;
}

.category-strip small,
.product-meta span,
.fine-print {
  color: var(--muted);
}

.split-feature {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  background: white;
}

.split-feature h2,
.section-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 3.2vw, 3.8rem);
}

.split-feature p {
  max-width: 540px;
  color: var(--muted);
  font-size: 1.08rem;
}

.split-feature img {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.section-heading {
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.section-heading a {
  color: var(--green);
  font-weight: 800;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.product-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  background: var(--paper);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(80, 48, 33, 0.12);
}

.product-image {
  display: grid;
  height: clamp(420px, 34vw, 560px);
  place-items: center;
  overflow: hidden;
  background: linear-gradient(180deg, #fffdfb 0%, #fff3ef 100%);
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: clamp(10px, 1.4vw, 20px);
}

.product-meta,
.product-buy-row {
  padding: 18px;
}

.product-meta {
  position: relative;
  z-index: 1;
  flex: 1;
  background: var(--paper);
  border-top: 1px solid var(--line);
}

.product-meta p {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-meta h3 {
  margin: 0 0 8px;
  font-size: 1.06rem;
  line-height: 1.25;
}

.product-buy-row {
  justify-content: space-between;
  background: var(--paper);
  border-top: 1px solid var(--line);
}

.price-stack {
  display: grid;
  gap: 2px;
}

.price-stack s,
.detail-price s {
  color: var(--muted);
  font-size: 0.82rem;
}

.sale-pill {
  display: inline-flex;
  width: max-content;
  align-items: center;
  padding: 3px 7px;
  color: white;
  background: var(--coral);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.icon-button {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: white;
  background: var(--ink);
  border-radius: 50%;
  font-size: 1.25rem;
  line-height: 1;
  transition: transform 180ms ease, background 180ms ease;
}

.icon-button:hover {
  background: var(--coral);
  transform: rotate(-4deg) scale(1.06);
}

.promo-band {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  color: white;
  background: var(--green);
}

.promo-band h2,
.promo-band p {
  max-width: 720px;
  margin: 0;
}

.promo-band p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.82);
}

.shop-layout,
.product-detail,
.contact-grid {
  display: grid;
  gap: 28px;
}

.shop-layout {
  grid-template-columns: 260px 1fr;
}

.shop-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.filter-panel {
  position: sticky;
  top: 92px;
  align-self: start;
  padding: 18px;
}

.filter-panel h2 {
  margin: 0 0 12px;
  font-family: Inter, sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.filter-panel a {
  display: block;
  padding: 10px 0;
  color: var(--muted);
  font-weight: 800;
}

.filter-panel a.active {
  color: var(--coral-dark);
}

.shop-search {
  max-width: 760px;
  margin-top: 28px;
  padding: 8px;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 42px rgba(80, 48, 33, 0.08);
}

.shop-search input {
  flex: 1;
  border: 0;
  background: transparent;
}

.shop-search input:focus {
  outline: none;
}

.result-note {
  margin: 0 0 18px;
  color: var(--muted);
  font-weight: 700;
}

.product-detail {
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr);
  align-items: start;
}

.detail-media {
  overflow: hidden;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.detail-media img {
  width: 100%;
  height: min(660px, 72vh);
  object-fit: contain;
  padding: clamp(10px, 2vw, 22px);
}

.detail-copy h1 {
  margin: 8px 0 14px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.4rem, 4vw, 4.6rem);
  line-height: 1;
}

.back-link {
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.detail-lede {
  color: var(--muted);
  font-size: 1.1rem;
}

.price-large {
  margin: 6px 0 0;
  font-size: 1.4rem;
  font-weight: 900;
}

.detail-price {
  display: grid;
  gap: 4px;
  margin-top: 18px;
}

.purchase-box {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 12px;
  max-width: 480px;
  margin: 26px 0;
}

.purchase-box label {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 13px 14px;
  background: white;
  color: var(--ink);
  font: inherit;
}

.detail-notes {
  max-width: 720px;
}

.detail-notes h2,
.detail-notes h3 {
  margin-top: 26px;
}

.narrow {
  max-width: 900px;
  margin: 0 auto;
}

.cart-panel {
  padding: 22px;
}

.checkout-form {
  display: grid;
  gap: 18px;
  margin-top: 20px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.checkout-form h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.65rem;
}

.checkout-form p {
  max-width: 660px;
  margin: -10px 0 0;
  color: var(--muted);
}

.checkout-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.checkout-fields label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.cart-line {
  display: grid;
  grid-template-columns: 1fr 190px 92px;
  gap: 16px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.cart-line span {
  display: block;
  color: var(--muted);
}

.quantity-form {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 8px;
}

.quantity-form button,
.text-button {
  background: #f6ece7;
  color: var(--ink);
  padding: 10px;
}

.cart-total {
  display: flex;
  justify-content: space-between;
  padding: 22px 0;
  font-size: 1.2rem;
}

.cart-pulse {
  animation: pulse 450ms ease;
}

.empty-state {
  padding: 36px;
  text-align: center;
}

.success-state {
  text-align: center;
}

.success-state h1,
.success-state p {
  margin-left: auto;
  margin-right: auto;
}

.order-pill {
  display: inline-block;
  padding: 10px 14px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 900;
}

.contact-grid {
  grid-template-columns: minmax(0, 1fr) 340px;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 22px;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.contact-form label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-weight: 800;
}

.contact-card {
  align-self: start;
  padding: 22px;
}

.text-page {
  max-width: 900px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 1.05rem;
}

.text-page h2 {
  margin: 32px 0 10px;
  color: var(--ink);
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
}

.compliance-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 42px;
}

.compliance-grid div {
  padding: 16px;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.compliance-grid strong,
.compliance-grid span {
  display: block;
}

.compliance-grid strong {
  color: var(--ink);
}

.compliance-grid span {
  margin-top: 4px;
  color: var(--muted);
}

.site-footer {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 32px;
  padding: 56px clamp(20px, 5vw, 72px);
  background: #211d1a;
  color: rgba(255, 255, 255, 0.72);
}

.site-footer h3 {
  margin: 0 0 12px;
  color: white;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.site-footer a {
  display: block;
  margin: 8px 0;
}

.site-footer .brand-mark {
  color: white;
}

.footer-brand .brand-sigil {
  background: var(--coral);
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(217, 111, 95, 0.22); }
  100% { box-shadow: 0 0 0 18px rgba(217, 111, 95, 0); }
}

@keyframes rise-fade {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Home hero final layout */
.expense-site .ledger-hero {
  width: min(100% - 48px, 1320px);
  min-height: calc(100vh - 118px);
  margin: 0 auto;
  padding: 54px 0 48px;
  display: grid;
  grid-template-columns: minmax(0, 560px) minmax(500px, 1fr);
  gap: clamp(42px, 6vw, 86px);
  align-items: center;
  border-bottom: 1px solid rgba(15, 118, 110, .12);
}

.expense-site .ledger-hero .hero-copy {
  min-width: 0;
}

.expense-site .ledger-hero h1 {
  max-width: 560px;
  margin: 10px 0 18px;
  font-size: clamp(3.15rem, 4.05vw, 5.05rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.expense-site .ledger-hero .hero-copy > p:not(.eyebrow) {
  max-width: 530px;
  color: var(--expense-muted);
  font-size: 1.08rem;
  line-height: 1.62;
}

.expense-site .ledger-hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.expense-site .ledger-hero .trust-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 430px;
  margin-top: 18px;
}

.expense-site .ledger-hero .trust-row span {
  width: 100%;
  justify-content: flex-start;
}

.expense-site .ledger-dashboard-preview {
  width: 100%;
  max-width: 680px;
  justify-self: end;
  padding: 24px;
  transform: none;
}

.expense-site .ledger-dashboard-preview .chart-card {
  height: 190px;
  margin: 16px 0;
}

.expense-site .ledger-dashboard-preview .metric-strip {
  gap: 12px;
}

.expense-site .ledger-dashboard-preview .metric-strip div {
  padding: 16px;
}

.expense-site .ledger-dashboard-preview .metric-strip strong {
  font-size: 1.35rem;
}

.expense-site .feature-band {
  padding-top: 52px;
}

@media (max-width: 1100px) {
  .expense-site .ledger-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 42px;
  }

  .expense-site .ledger-dashboard-preview {
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .expense-site .ledger-hero {
    width: min(100% - 32px, 1320px);
    gap: 28px;
    padding: 34px 0 34px;
  }

  .expense-site .ledger-hero h1 {
    font-size: clamp(2.55rem, 11vw, 3.45rem);
  }

  .expense-site .ledger-hero .hero-actions,
  .expense-site .ledger-hero .trust-row {
    grid-template-columns: 1fr;
  }

  .expense-site .ledger-hero .button {
    width: 100%;
  }

  .expense-site .ledger-dashboard-preview {
    padding: 16px;
  }

  .expense-site .ledger-dashboard-preview .metric-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .main-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .header-search {
    grid-column: 1 / -1;
    justify-self: stretch;
    width: 100%;
  }

  .hero,
  .split-feature,
  .shop-layout,
  .product-detail,
  .contact-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
  }

  .hero-media {
    border-radius: var(--radius);
  }

  .category-strip,
  .product-grid,
  .shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-image {
    height: 420px;
  }

  .filter-panel {
    position: static;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding: 14px 16px;
  }

  .brand-mark {
    font-size: 1rem;
  }

  .hero h1 {
    font-size: 3rem;
  }

  .category-strip,
  .product-grid,
  .shop-grid {
    grid-template-columns: 1fr;
  }

  .product-image {
    height: 390px;
  }

  .cart-line,
  .purchase-box,
  .compliance-grid,
  .checkout-fields {
    grid-template-columns: 1fr;
  }

  .promo-band,
  .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Apex Digital X premium-tech overrides */
body {
  background:
    linear-gradient(rgba(37, 99, 235, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 235, 0.045) 1px, transparent 1px),
    var(--bg);
  background-size: 42px 42px, 42px 42px, auto;
  overflow-x: hidden;
}

.promo-strip {
  background: #0f172a;
}

.promo-strip strong {
  color: #7dd3fc;
}

.site-header {
  background: rgba(248, 251, 255, 0.9);
  border-bottom-color: rgba(148, 163, 184, 0.24);
  position: sticky;
  top: 0;
  grid-template-columns: auto minmax(360px, 1fr) auto auto;
}

.brand-sigil {
  display: inline-flex;
  width: 68px;
  height: 40px;
  align-items: center;
  justify-content: center;
  gap: 0;
  border-radius: 0;
  color: #0f172a;
  background: transparent;
  font-family: Inter, system-ui, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.brand-sigil b {
  color: #2563eb;
  font-weight: 950;
}

.mobile-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  place-items: center;
  gap: 5px;
  padding: 10px;
  border: 1px solid #dbeafe;
  border-radius: 12px;
  background: white;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
}

.mobile-menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: #0f172a;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 24px;
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #06b6d4);
  border-radius: 7px;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.22);
}

.header-cta svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 42px rgba(37, 99, 235, 0.28);
}

.button-primary,
.shop-search .button-primary {
  background: linear-gradient(135deg, #2563eb, #06b6d4);
  border-color: transparent;
  box-shadow: 0 16px 36px rgba(37, 99, 235, 0.24);
}

.button-secondary {
  background: white;
  border-color: #cbd5e1;
  color: #111827;
}

.hero {
  min-height: min(760px, calc(100vh - 74px));
  grid-template-columns: minmax(520px, 0.95fr) minmax(560px, 1.05fr);
  background:
    radial-gradient(circle at 70% 18%, rgba(6, 182, 212, 0.12), transparent 30%),
    radial-gradient(circle at 10% 80%, rgba(124, 58, 237, 0.1), transparent 28%);
}

.hero h1,
.page-hero h1,
.section h2 {
  color: #111827;
  font-family: Inter, system-ui, sans-serif;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(3.4rem, 4.15vw, 5.05rem);
  line-height: 0.98;
}

.hero-copy p {
  max-width: 680px;
  color: #475569;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid #dbeafe;
  color: #334155;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.dashboard-media {
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.dashboard-media img {
  object-fit: contain;
  background: white;
  border: 1px solid #dbeafe;
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: clamp(12px, 2vw, 24px);
  height: auto;
  aspect-ratio: 1.28;
}

.category-strip a,
.filter-panel,
.contact-card,
.cart-panel,
.product-card,
.package-panel,
.customer-panel,
.order-summary {
  border: 1px solid #dbeafe;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
}

.category-strip a:hover,
.product-card:hover,
.package-option:hover {
  border-color: #93c5fd;
  box-shadow: 0 22px 52px rgba(37, 99, 235, 0.12);
}

.product-image {
  height: clamp(240px, 19vw, 310px);
  background: linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%);
}

.product-image img {
  object-fit: contain;
  padding: 18px;
  border-radius: 22px;
}

.product-meta p,
.filter-panel h2,
.sale-pill {
  color: #2563eb;
}

.service-grid .product-card h3 {
  font-family: Inter, system-ui, sans-serif;
  font-size: 1.18rem;
}

.service-grid .product-card {
  min-height: 100%;
}

.service-grid .product-buy-row {
  margin-top: auto;
  min-height: 82px;
}

.service-grid .sale-pill {
  width: max-content;
  min-width: 0;
  padding: 5px 10px;
  color: white;
  background: #2563eb;
}

.feature-list {
  display: grid;
  gap: 10px;
  margin-top: 24px;
  color: #334155;
  font-weight: 800;
}

.feature-list span {
  padding: 12px 14px;
  border: 1px solid #dbeafe;
  border-radius: var(--radius);
  background: #f8fbff;
}

.systems-preview {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid #dbeafe;
  border-radius: 18px;
  background: white;
  box-shadow: var(--shadow);
}

.systems-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: start;
}

.systems-head h3,
.mini-pay-panel h3 {
  margin: 0;
  color: #111827;
  font-size: 1.35rem;
}

.systems-head span {
  color: #2563eb;
  font-size: 0.82rem;
  font-weight: 900;
  text-align: right;
}

.mini-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.mini-service-grid article {
  display: grid;
  gap: 7px;
  padding: 16px;
  border: 1px solid #dbeafe;
  border-radius: 12px;
  background: #f8fbff;
}

.mini-service-grid strong {
  color: #111827;
}

.mini-service-grid span,
.mini-service-grid small,
.mini-pay-panel p {
  color: #64748b;
}

.mini-pay-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #eff6ff, #ecfeff);
}

.mini-packages {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.mini-packages span {
  padding: 8px 10px;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  background: white;
  color: #1d4ed8;
  font-weight: 900;
  font-size: 0.82rem;
}

.process-band {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) 1.5fr;
  gap: clamp(24px, 5vw, 72px);
  align-items: start;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.process-grid article {
  padding: 22px;
  border: 1px solid #dbeafe;
  border-radius: var(--radius);
  background: white;
}

.process-grid span {
  color: #2563eb;
  font-weight: 900;
}

.pay-layout {
  padding-top: 38px;
}

.pay-form {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 22px;
  align-items: start;
}

.package-panel,
.customer-panel,
.order-summary {
  padding: clamp(22px, 3vw, 34px);
  border-radius: var(--radius);
}

.customer-panel {
  grid-column: 1;
}

.order-summary {
  position: sticky;
  top: 120px;
  grid-column: 2;
  grid-row: 1 / span 2;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.package-option {
  display: grid;
  gap: 6px;
  padding: 16px;
  border: 1px solid #dbeafe;
  border-radius: var(--radius);
  background: #f8fbff;
  cursor: pointer;
}

.package-option input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #2563eb;
}

.package-option:has(input:checked) {
  border-color: #2563eb;
  background: #eff6ff;
  box-shadow: inset 0 0 0 1px #2563eb;
}

.package-option span,
.order-summary span {
  color: #334155;
  font-weight: 800;
}

.package-option strong,
.order-summary strong {
  color: #111827;
  font-size: 1.15rem;
}

.field-wide {
  grid-column: 1 / -1;
}

textarea,
.checkout-fields textarea {
  width: 100%;
  min-height: 116px;
  resize: vertical;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 13px 14px;
  font: inherit;
}

.terms-check {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  justify-content: start;
  max-width: 760px;
  margin: 18px 0;
  color: #475569;
  font-size: 0.92rem;
  line-height: 1.45;
  font-weight: 700;
}

.terms-check input {
  width: 18px;
  height: 18px;
  margin: 3px 0 0;
  padding: 0;
  border-radius: 4px;
  accent-color: #2563eb;
}

.terms-check span {
  display: block;
  max-width: 680px;
}

.site-footer {
  background: #0f172a;
}

.footer-brand .brand-sigil {
  background: linear-gradient(135deg, #2563eb, #06b6d4);
}

@media (max-width: 980px) {
  .pay-form,
  .process-band,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .order-summary {
    position: static;
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 620px) {
  .hero h1 {
    font-size: 3rem;
  }

  .package-grid {
    grid-template-columns: 1fr;
  }

  .product-image {
    height: 280px;
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto auto;
  }

  .hero,
  .split-feature {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .discount-strip {
    flex-direction: column;
    gap: 5px;
    padding: 10px 18px;
    font-size: 0.82rem;
  }

  .site-header {
    align-items: center;
    padding: 16px 20px;
  }

  .mobile-menu-toggle {
    display: grid;
    grid-column: 2;
    grid-row: 1;
  }

  .main-nav,
  .header-cta {
    display: none;
  }

  .site-header.menu-open .main-nav {
    display: flex;
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding-top: 14px;
  }

  .site-header.menu-open .main-nav a {
    padding: 13px 0;
    border-bottom: 1px solid #dbeafe;
  }

  .brand-mark {
    min-width: 0;
  }

  .brand-mark > span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .cart-link {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }

  .hero {
    padding-top: 54px;
  }

  .dashboard-media {
    display: none;
  }

  .mini-service-grid,
  .mini-pay-panel {
    grid-template-columns: 1fr;
  }

  .systems-head {
    flex-direction: column;
  }

  .systems-head span {
    text-align: left;
  }
}

/* Apex homepage mockup alignment */
.site-header {
  min-height: 78px;
  padding-top: 14px;
  padding-bottom: 14px;
  background: rgba(255, 255, 255, 0.92);
  grid-template-columns: auto minmax(420px, 1fr) auto;
}

.site-header > .cart-link {
  display: none;
}

.brand-mark {
  gap: 18px;
}

.brand-sigil {
  width: 92px;
  height: 42px;
  font-size: 2.6rem;
  font-weight: 950;
}

.brand-sigil b {
  margin-left: -3px;
}

.main-nav {
  gap: 54px;
  color: #0f172a;
  font-size: 1rem;
  font-weight: 700;
}

.header-cta {
  min-width: 146px;
  min-height: 46px;
  background: #0757f8;
  border-radius: 5px;
  box-shadow: 0 16px 34px rgba(7, 87, 248, 0.18);
}

.apex-hero {
  position: relative;
  min-height: 660px;
  padding: 0 clamp(60px, 6vw, 96px);
  overflow: hidden;
  grid-template-columns: minmax(750px, 1fr) minmax(560px, 0.95fr);
  gap: clamp(36px, 4vw, 72px);
  align-items: center;
  background:
    linear-gradient(rgba(219, 234, 254, 0.42) 1px, transparent 1px),
    linear-gradient(90deg, rgba(219, 234, 254, 0.42) 1px, transparent 1px),
    radial-gradient(circle at 89% 52%, rgba(124, 58, 237, 0.12) 0 7%, transparent 7.2%),
    linear-gradient(120deg, #ffffff 0%, #f8fbff 54%, #eef8ff 100%);
  background-size: 42px 42px, 42px 42px, auto, auto;
}

.apex-hero .hero-copy {
  align-self: center;
}

.apex-hero h1 {
  max-width: 780px;
  font-size: clamp(3.9rem, 3.5vw, 4.4rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.apex-hero .hero-copy p {
  max-width: 690px;
  margin-top: 26px;
  color: #405074;
  font-size: 1.18rem;
  line-height: 1.5;
}

.apex-hero .hero-actions {
  margin-top: 38px;
  gap: 20px;
}

.arrow-button {
  min-width: 216px;
  min-height: 58px;
  gap: 16px;
  border-radius: 5px;
  font-size: 1.05rem;
}

.apex-hero .button-primary {
  background: #0757f8;
  box-shadow: 0 16px 36px rgba(7, 87, 248, 0.18);
}

.apex-hero .button-secondary {
  color: #0757f8;
  border: 2px solid #0757f8;
  background: #fff;
}

.apex-hero .trust-row {
  margin-top: 31px;
  gap: 10px;
  flex-wrap: nowrap;
}

.apex-hero .trust-row span {
  display: grid;
  grid-template-columns: 30px 1fr;
  grid-template-rows: auto auto;
  column-gap: 12px;
  min-width: 172px;
  min-height: 56px;
  align-items: center;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #dce7f8;
  border-radius: 7px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
}

.apex-hero .trust-row svg {
  grid-row: 1 / 3;
  width: 28px;
  height: 28px;
  color: #0757f8;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.apex-hero .trust-row strong {
  color: #0f172a;
  font-size: 0.78rem;
  line-height: 1.1;
  white-space: nowrap;
}

.apex-hero .trust-row small {
  color: #64748b;
  font-size: 0.7rem;
  line-height: 1.15;
}

.dashboard-media {
  position: relative;
  align-self: center;
}

.dashboard-media::after {
  content: "";
  position: absolute;
  right: clamp(18px, 3vw, 42px);
  top: 100px;
  width: 82px;
  height: 102px;
  opacity: 0.72;
  background-image: radial-gradient(#0757f8 1.7px, transparent 1.7px);
  background-size: 12px 12px;
  pointer-events: none;
}

.dashboard-media img {
  width: 100%;
  max-width: 770px;
  padding: 0;
  border-radius: 18px;
  border-color: #dce7f8;
  box-shadow: 0 34px 80px rgba(37, 99, 235, 0.13);
}

.home-services {
  padding: 52px clamp(60px, 6vw, 96px) 76px;
  background: #fff;
  border-top: 1px solid #dce7f8;
}

.home-services .section-heading {
  margin-bottom: 20px;
  align-items: end;
}

.section-eyebrow {
  margin: 0 0 8px;
  color: #0757f8;
  font-size: 0.8rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-services h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.7rem, 2vw, 2.05rem);
  line-height: 1.18;
}

.section-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #0757f8;
  font-weight: 850;
}

.home-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.home-service-card {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 22px;
  align-items: start;
  min-height: 142px;
  padding: 22px 24px;
  background: #fff;
  border: 1px solid #dbe7f8;
  border-radius: 7px;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.05);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.home-service-card:hover {
  transform: translateY(-3px);
  border-color: #93c5fd;
  box-shadow: 0 24px 52px rgba(37, 99, 235, 0.12);
}

.service-icon {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border-radius: 8px;
}

.service-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-icon-blue {
  color: #0757f8;
  background: #eaf1ff;
}

.service-icon-violet {
  color: #7c3aed;
  background: #f0e9ff;
}

.service-icon-cyan {
  color: #0891b2;
  background: #dcf8fb;
}

.service-icon-orange {
  color: #f97316;
  background: #ffead9;
}

.home-service-card h3 {
  margin: 0;
  color: #0f172a;
  font-size: 1.08rem;
  line-height: 1.2;
}

.home-service-card p {
  margin: 8px 0 0;
  color: #5b6b84;
  font-size: 0.92rem;
  line-height: 1.45;
}

@media (max-width: 1180px) {
  .apex-hero {
    grid-template-columns: 1fr;
  }

  .dashboard-media img {
    max-width: 860px;
  }

  .home-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .brand-mark {
    gap: 10px;
  }

  .brand-sigil {
    width: 58px;
    height: 32px;
    font-size: 1.95rem;
  }

  .mobile-menu-toggle {
    grid-column: 2;
  }

  .apex-hero {
    padding: 54px 20px 38px;
    min-height: 0;
  }

  .apex-hero .hero-copy {
    min-width: 0;
    width: 100%;
  }

  .apex-hero h1 {
    max-width: 100%;
    font-size: clamp(2.85rem, 11.5vw, 3.45rem);
    line-height: 1.08;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .apex-hero .hero-copy p {
    font-size: 1.05rem;
  }

  .arrow-button {
    min-width: 0;
    min-height: 48px;
  }

  .apex-hero .trust-row span {
    min-width: 0;
    width: 100%;
  }

  .home-services {
    padding: 46px 20px 60px;
  }

  .home-services .section-heading {
    align-items: start;
  }

  .home-service-grid {
    grid-template-columns: 1fr;
  }

  .home-service-card {
    grid-template-columns: 64px 1fr;
  }
}

/* Zenith Ledger final pricing/page polish */
.expense-site .pricing-page {
  padding: 54px max(22px, 5vw) 64px;
}

.expense-site .expense-hero {
  grid-template-columns: minmax(0, 620px) minmax(420px, 660px);
  min-height: auto;
  width: min(100%, 1280px);
  margin: 0 auto;
  gap: 56px;
  padding-top: 58px;
  padding-bottom: 58px;
}

.expense-site .expense-hero h1 {
  max-width: 580px;
  font-size: clamp(2.85rem, 3.55vw, 4.35rem);
  line-height: 1.06;
}

.expense-site .pricing-hero {
  max-width: 920px;
  margin: 0 auto 34px;
  text-align: center;
}

.expense-site .pricing-hero h1 {
  max-width: 820px;
  margin: 8px auto 14px;
  font-size: clamp(2.4rem, 4.2vw, 5.15rem);
  line-height: 1.02;
}

.expense-site .pricing-hero > p:not(.eyebrow) {
  max-width: 690px;
  margin: 0 auto;
  color: var(--expense-muted);
  font-size: 1.08rem;
  line-height: 1.65;
}

.expense-site .pricing-trust {
  justify-content: center;
}

.expense-site .trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  color: #334155;
  font-size: .92rem;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .04);
}

.expense-site .trust-row svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #0f766e;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.expense-site .pay-layout {
  max-width: 1500px;
  margin: 0 auto;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 18px;
}

.expense-site .package-panel {
  grid-column: 1 / -1;
}

.expense-site .package-panel h2,
.expense-site .customer-panel h2,
.expense-site .summary-panel h2,
.expense-site .records-panel h2 {
  margin-top: 0;
  font-size: 1.1rem;
}

.expense-site .package-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.expense-site .package-option {
  position: relative;
  min-height: 286px;
  gap: 11px;
  padding: 18px;
  border-color: #dbeafe;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
}

.expense-site .package-option.featured,
.expense-site .plan-card.featured {
  border-color: #86efac;
  box-shadow: 0 22px 60px rgba(16, 185, 129, .12);
}

.expense-site .package-option:has(input:checked) {
  border-color: #10b981;
  background: #f0fdf4;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, .14), 0 20px 48px rgba(15, 23, 42, .08);
}

.expense-site .package-option input {
  position: absolute;
  top: 18px;
  right: 18px;
  accent-color: #10b981;
}

.expense-site .plan-icon {
  display: inline-grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background: #dcfce7;
  color: #047857;
}

.expense-site .plan-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.expense-site .plan-top {
  align-items: start;
}

.expense-site .plan-top b,
.expense-site .badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: max-content;
  border-radius: 999px;
  background: #10b981;
  color: #fff;
  padding: 5px 9px;
  font-size: .72rem;
  white-space: nowrap;
}

.expense-site .plan-card > .badge {
  justify-self: start;
  order: -1;
}

.expense-site .package-option strong,
.expense-site .plan-card strong {
  display: block;
  color: #0f172a;
  font-size: clamp(1.8rem, 2vw, 2.35rem);
  line-height: 1;
}

.expense-site .package-option small,
.expense-site .plan-card p {
  color: #475569;
  line-height: 1.55;
}

.expense-site .plan-points {
  display: grid;
  gap: 7px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  color: #334155;
  font-size: .9rem;
}

.expense-site .plan-points li {
  position: relative;
  padding-left: 18px;
}

.expense-site .plan-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #10b981;
}

.expense-site .pricing-grid {
  align-items: stretch;
}

.expense-site .plan-card {
  display: grid;
  gap: 14px;
  align-content: start;
  min-height: 330px;
}

.expense-site .plan-card .button {
  align-self: end;
  width: fit-content;
}

.expense-site .feature-band .section-heading,
.expense-site .pricing-slice .section-heading {
  display: block;
  max-width: 860px;
  margin: 0 auto 30px;
  text-align: center;
}

.expense-site .feature-band .section-heading h2,
.expense-site .pricing-slice .section-heading h2 {
  margin: 8px auto 0;
  font-size: clamp(2.1rem, 3.6vw, 4.3rem);
}

.expense-site .faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto;
}

.expense-site .faq-list article,
.expense-site .about-card {
  background: #fff;
  border: 1px solid var(--expense-line);
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 16px 46px rgba(15, 23, 42, .06);
}

.expense-site .faq-list article h2,
.expense-site .about-card h2 {
  margin: 12px 0 8px;
  font-size: 1.15rem;
}

.expense-site .about-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.expense-site .page-hero.compact {
  max-width: 1180px;
  margin: 0 auto;
  padding: 46px max(22px, 3vw) 30px;
  border-bottom: 0;
}

.expense-site .page-hero.compact h1 {
  max-width: 820px;
  font-size: clamp(2.35rem, 4vw, 4.7rem);
}

@media (max-width: 1100px) {
  .expense-site .expense-hero {
    grid-template-columns: 1fr;
  }

  .expense-site .pay-layout,
  .expense-site .about-grid {
    grid-template-columns: 1fr;
  }

  .expense-site .package-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .expense-site .expense-hero h1 {
    font-size: clamp(2.5rem, 11vw, 3.7rem);
  }

  .expense-site .pricing-page {
    padding: 34px 16px 44px;
  }

  .expense-site .pricing-hero {
    text-align: left;
  }

  .expense-site .pricing-hero h1,
  .expense-site .page-hero.compact h1 {
    font-size: clamp(2.15rem, 10vw, 3.15rem);
  }

  .expense-site .pricing-trust {
    justify-content: flex-start;
  }

  .expense-site .package-option {
    min-height: 0;
  }

  .expense-site .faq-list {
    grid-template-columns: 1fr;
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* Final expense overrides after copied theme rules */
.expense-site .main-nav a,
.expense-site .brand-mark,
.expense-site .footer-brand {
  color: var(--expense-ink);
}

.expense-site .site-footer {
  background: #08111f;
  color: #dbeafe;
}

.expense-site .site-footer a,
.expense-site .site-footer h3,
.expense-site .site-footer .brand-mark {
  color: #f8fafc;
}

.expense-site .button,
.expense-site .header-cta {
  border-radius: 8px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  font-weight: 900;
  text-decoration: none;
}

.expense-site .button-primary,
.expense-site .header-cta {
  background: linear-gradient(135deg, #10b981, #2563eb);
  color: #fff;
}

.expense-site .button-secondary {
  background: #fff;
  border: 1px solid #bfdbfe;
  color: #14213d;
}

.expense-site .page-hero.compact {
  background: transparent;
  border-bottom: 1px solid var(--expense-line);
  padding-top: 46px;
  padding-bottom: 34px;
}

.expense-site .page-hero.compact h1,
.expense-site .auth-card h1,
.expense-site .pricing-page h1 {
  max-width: 780px;
  font-size: clamp(2.35rem, 4.6vw, 4.9rem);
  line-height: 1.05;
}

.expense-site .auth-card h1 {
  font-size: clamp(2.2rem, 5vw, 4.4rem);
}

.expense-site .pricing-page .section-heading {
  display: grid;
  grid-template-columns: 160px minmax(0, 620px) minmax(260px, 520px);
  align-items: center;
  text-align: left;
  max-width: 1160px;
  gap: 28px;
  margin-bottom: 42px;
}

.expense-site .pricing-page .section-heading h1 {
  margin: 0;
}

.expense-site .pricing-page .section-heading p:last-child {
  margin: 0;
  color: var(--expense-muted);
  font-size: 1.05rem;
  line-height: 1.6;
}

.expense-site .feature-band,
.expense-site .pricing-slice,
.expense-site .pricing-page,
.expense-site .content-section,
.expense-site .faq-list,
.expense-site .section {
  padding-top: 50px;
  padding-bottom: 56px;
}

.expense-site .section-heading h2 {
  max-width: 980px;
  font-size: clamp(2rem, 3.4vw, 4.1rem);
  line-height: 1.08;
}

.expense-site .feature-icon {
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
}

.expense-site .feature-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.expense-site .brand-sigil {
  letter-spacing: 0;
}

.expense-site .app-page-heading h1 {
  font-size: clamp(2rem, 3vw, 3.4rem);
  margin-bottom: 8px;
}

.expense-site .metric-grid.compact article {
  min-height: 112px;
}

.expense-site .expenses-layout {
  grid-template-columns: minmax(360px, .85fr) minmax(320px, 1fr);
}

.expense-site .records-panel {
  overflow: hidden;
}

.expense-site .contact-grid,
.expense-site .two-column {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.expense-site .contact-form,
.expense-site .contact-card {
  background: #fff;
  border: 1px solid var(--expense-line);
  border-radius: 8px;
  padding: 24px;
}

.expense-site .auth-shell {
  min-height: 64vh;
  display: grid;
  place-items: center;
  padding: 70px 24px;
}

.expense-site .auth-card {
  width: min(100%, 560px);
}

.expense-site .messages {
  width: min(100%, 980px);
  margin: 18px auto 0;
  padding: 0 18px;
}

.expense-site .message {
  border: 1px solid var(--expense-line);
  background: #fff;
  border-radius: 8px;
  padding: 12px 14px;
}

@media (max-width: 760px) {
  .expense-site .contact-grid,
  .expense-site .two-column {
    grid-template-columns: 1fr;
  }

  .expense-site .pricing-page .section-heading {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .expense-site .page-hero.compact h1,
  .expense-site .auth-card h1,
  .expense-site .pricing-page h1 {
    font-size: clamp(2.15rem, 9vw, 3rem);
  }

  .expense-site .expenses-layout {
    grid-template-columns: 1fr;
  }
}

/* True final Zenith Ledger overrides */
.expense-site .pricing-page {
  padding: 54px max(22px, 5vw) 64px;
}

.expense-site .pricing-hero {
  max-width: 920px;
  margin: 0 auto 34px;
  text-align: center;
}

.expense-site .pricing-hero h1 {
  max-width: 820px;
  margin: 8px auto 14px;
  font-size: clamp(2.4rem, 4.2vw, 5.15rem);
  line-height: 1.02;
}

.expense-site .pricing-hero > p:not(.eyebrow) {
  max-width: 690px;
  margin: 0 auto;
  color: var(--expense-muted);
  font-size: 1.08rem;
  line-height: 1.65;
}

.expense-site .pricing-trust {
  justify-content: center;
}

.expense-site .pay-layout {
  max-width: 1500px;
  margin: 0 auto;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .72fr) minmax(300px, .62fr);
  gap: 18px;
}

.expense-site .package-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.expense-site .package-option {
  position: relative;
  min-height: 286px;
  gap: 11px;
  padding: 18px;
  border-color: #dbeafe;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
}

.expense-site .package-option input {
  position: absolute;
  top: 18px;
  right: 18px;
  accent-color: #10b981;
}

.expense-site .package-option:has(input:checked) {
  border-color: #10b981;
  background: #f0fdf4;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, .14), 0 20px 48px rgba(15, 23, 42, .08);
}

.expense-site .plan-icon {
  display: inline-grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background: #dcfce7;
  color: #047857;
}

.expense-site .plan-icon svg,
.expense-site .trust-row svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.expense-site .plan-icon svg {
  width: 25px;
  height: 25px;
}

.expense-site .trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  color: #334155;
  font-size: .92rem;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .04);
}

.expense-site .trust-row svg {
  width: 20px;
  height: 20px;
  color: #0f766e;
}

.expense-site .plan-points {
  display: grid;
  gap: 7px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
  color: #334155;
  font-size: .9rem;
}

.expense-site .plan-points li {
  position: relative;
  padding-left: 18px;
}

.expense-site .plan-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #10b981;
}

.expense-site .feature-band .section-heading,
.expense-site .pricing-slice .section-heading {
  display: block;
  max-width: 860px;
  margin: 0 auto 30px;
  text-align: center;
}

.expense-site .feature-band .section-heading h2,
.expense-site .pricing-slice .section-heading h2 {
  margin: 8px auto 0;
  font-size: clamp(2.1rem, 3.6vw, 4.3rem);
}

.expense-site .faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto;
}

.expense-site .faq-list article,
.expense-site .about-card {
  background: #fff;
  border: 1px solid var(--expense-line);
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 16px 46px rgba(15, 23, 42, .06);
}

.expense-site .about-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.expense-site .page-hero.compact {
  max-width: 1180px;
  margin: 0 auto;
  padding: 46px max(22px, 3vw) 30px;
  border-bottom: 0;
}

.expense-site .page-hero.compact h1 {
  max-width: 820px;
  font-size: clamp(2.35rem, 4vw, 4.7rem);
}

@media (max-width: 1100px) {
  .expense-site .pay-layout,
  .expense-site .about-grid {
    grid-template-columns: 1fr;
  }

  .expense-site .package-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .expense-site .pricing-page {
    padding: 34px 16px 44px;
  }

  .expense-site .pricing-hero {
    text-align: left;
  }

  .expense-site .pricing-hero h1,
  .expense-site .page-hero.compact h1 {
    font-size: clamp(2.15rem, 10vw, 3.15rem);
  }

  .expense-site .pricing-trust {
    justify-content: flex-start;
  }

  .expense-site .package-option {
    min-height: 0;
  }

  .expense-site .faq-list {
    grid-template-columns: 1fr;
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* Final responsive home hero sizing across laptop, desktop, wide desktop, and mobile */
.expense-site .ledger-hero {
  width: min(calc(100% - clamp(32px, 5vw, 96px)), 2240px);
  min-height: min(760px, calc(100vh - 116px));
  margin-inline: auto;
  padding: clamp(40px, 4.8vw, 76px) 0 clamp(34px, 4.2vw, 68px);
  display: grid;
  grid-template-columns: minmax(460px, .82fr) minmax(560px, 1.18fr);
  gap: clamp(34px, 5.8vw, 108px);
  align-items: center;
}

.expense-site .ledger-hero h1 {
  max-width: 760px;
  margin: 10px 0 18px;
  font-size: clamp(3.05rem, 3.55vw, 5.6rem);
  line-height: 1.02;
}

.expense-site .ledger-hero .hero-copy > p:not(.eyebrow) {
  max-width: 620px;
  font-size: clamp(1.02rem, 1vw, 1.18rem);
}

.expense-site .ledger-hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.expense-site .ledger-hero .trust-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: start;
  gap: 10px;
  max-width: 520px;
}

.expense-site .ledger-hero .trust-row span {
  width: auto;
  min-width: 0;
  white-space: normal;
}

.expense-site .ledger-dashboard-preview {
  width: 100%;
  max-width: min(820px, 100%);
  justify-self: stretch;
}

.expense-site .ledger-dashboard-preview .chart-card {
  height: clamp(180px, 15vw, 270px);
}

.expense-site .ledger-dashboard-preview .metric-strip strong {
  font-size: clamp(1.3rem, 1.5vw, 1.8rem);
}

@media (min-width: 1800px) {
  .expense-site .ledger-hero {
    grid-template-columns: minmax(760px, .92fr) minmax(880px, 1.08fr);
    gap: clamp(72px, 6vw, 132px);
  }

  .expense-site .ledger-hero h1 {
    max-width: 900px;
    font-size: clamp(4.45rem, 2.85vw, 5.65rem);
  }

  .expense-site .ledger-dashboard-preview {
    max-width: 1040px;
  }
}

@media (max-width: 1280px) {
  .expense-site .ledger-hero {
    width: min(calc(100% - 40px), 1180px);
    grid-template-columns: minmax(380px, .9fr) minmax(460px, 1.1fr);
    gap: 36px;
  }

  .expense-site .ledger-hero h1 {
    font-size: clamp(2.85rem, 4.4vw, 4.4rem);
  }

  .expense-site .ledger-hero .trust-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 470px;
  }

  .expense-site .ledger-hero .trust-row span {
    white-space: normal;
  }
}

@media (max-width: 980px) {
  .expense-site .ledger-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    width: min(calc(100% - 32px), 760px);
  }

  .expense-site .ledger-dashboard-preview {
    justify-self: start;
  }
}

@media (max-width: 560px) {
  .expense-site .ledger-hero {
    width: min(calc(100% - 28px), 420px);
    padding-top: 30px;
  }

  .expense-site .ledger-hero h1 {
    font-size: clamp(2.35rem, 10vw, 3.2rem);
  }

  .expense-site .ledger-hero .hero-actions,
  .expense-site .ledger-hero .trust-row {
    grid-template-columns: 1fr;
  }

  .expense-site .ledger-hero .button {
    width: 100%;
  }

  .expense-site .ledger-dashboard-preview .metric-strip {
    grid-template-columns: 1fr;
  }
}

/* Final dashboard artwork polish for Zenith Ledger home */
.expense-site .ledger-dashboard-stage {
  position: relative;
  width: 100%;
  justify-self: stretch;
  overflow: clip;
  padding-top: 28px;
  padding-bottom: 22px;
}

.expense-site .ledger-dashboard-stage::before {
  content: "";
  position: absolute;
  inset: 10% 0 0 10%;
  z-index: -1;
  background: radial-gradient(circle at 40% 20%, rgba(16, 185, 129, .2), transparent 34%),
    radial-gradient(circle at 82% 72%, rgba(37, 99, 235, .16), transparent 36%);
  filter: blur(18px);
}

.expense-site .ledger-dashboard-preview {
  overflow: visible;
  background: rgba(255, 255, 255, .96);
}

.expense-site .ledger-dashboard-preview .metric-strip div {
  position: relative;
}

.expense-site .ledger-dashboard-preview .metric-strip em {
  display: inline-flex;
  margin-top: 10px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  padding: 4px 8px;
  font-style: normal;
  font-size: .74rem;
  font-weight: 900;
}

.expense-site .dashboard-art-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(190px, .6fr);
  gap: 14px;
  margin-top: 16px;
}

.expense-site .spend-chart {
  margin: 0;
}

.expense-site .category-card {
  display: grid;
  align-content: center;
  gap: 10px;
  border-radius: 8px;
  background: linear-gradient(180deg, #f8fbff, #f0fdf4);
  border: 1px solid #dbeafe;
  padding: 16px;
}

.expense-site .category-card h3 {
  margin: 0 0 6px;
  font-size: .95rem;
}

.expense-site .category-card p {
  display: grid;
  grid-template-columns: 12px 1fr auto;
  gap: 8px;
  align-items: center;
  margin: 0;
  color: #475569;
  font-size: .88rem;
}

.expense-site .category-card b {
  color: #0f172a;
}

.expense-site .dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #10b981;
}

.expense-site .dot.meals {
  background: #f59e0b;
}

.expense-site .dot.travel {
  background: #2563eb;
}

.expense-site .floating-budget-card,
.expense-site .floating-receipt-card {
  position: absolute;
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 12px;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 22px 60px rgba(15, 23, 42, .12);
  padding: 14px;
  color: #0f172a;
}

.expense-site .floating-budget-card {
  right: 18px;
  bottom: -18px;
  min-width: 238px;
}

.expense-site .floating-receipt-card {
  left: 18px;
  top: -22px;
  min-width: 220px;
}

.expense-site .mini-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: #dcfce7;
  color: #047857;
}

.expense-site .mini-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.expense-site .floating-budget-card small,
.expense-site .floating-receipt-card small {
  display: block;
  color: #64748b;
  font-size: .78rem;
}

.expense-site .floating-budget-card strong,
.expense-site .floating-receipt-card strong {
  display: block;
  margin-top: 3px;
  font-size: 1rem;
}

.expense-site .mini-progress {
  grid-column: 1 / -1;
  height: 8px;
  border-radius: 999px;
  background: #e2e8f0;
  overflow: hidden;
}

.expense-site .mini-progress span {
  display: block;
  width: 72%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #10b981, #2563eb);
}

@media (max-width: 1100px) {
  .expense-site .ledger-dashboard-stage {
    display: grid;
    gap: 12px;
  }

  .expense-site .floating-budget-card,
  .expense-site .floating-receipt-card {
    position: static;
    min-width: 0;
  }
}

@media (max-width: 560px) {
  .expense-site .dashboard-art-grid,
  .expense-site .ledger-dashboard-preview .metric-strip {
    grid-template-columns: 1fr;
  }

  .expense-site .category-card {
    align-content: start;
  }

  .expense-site .floating-budget-card,
  .expense-site .floating-receipt-card {
    grid-template-columns: 38px 1fr;
    padding: 12px;
  }
}

/* Generated dashboard image showcase for Zenith Ledger home */
.expense-site .ledger-dashboard-showcase {
  position: relative;
  width: min(100%, 940px);
  justify-self: end;
  min-height: clamp(560px, 42vw, 760px);
  display: grid;
  align-items: center;
  isolation: isolate;
}

.expense-site .ledger-dashboard-showcase::before {
  content: "";
  position: absolute;
  inset: 7% -3% 4% 12%;
  z-index: -1;
  border-radius: 8px;
  background:
    radial-gradient(circle at 15% 15%, rgba(16, 185, 129, .18), transparent 34%),
    radial-gradient(circle at 84% 76%, rgba(37, 99, 235, .16), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, .86), rgba(239, 246, 255, .68));
  filter: blur(2px);
}

.expense-site .dashboard-shot {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(191, 219, 254, .9);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 26px 80px rgba(15, 23, 42, .14);
}

.expense-site .dashboard-shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.expense-site .dashboard-shot-primary {
  position: relative;
  z-index: 3;
  width: min(100%, 820px);
  justify-self: end;
  aspect-ratio: 1.48;
  animation: ledgerFloatPrimary 8s ease-in-out infinite;
}

.expense-site .dashboard-shot-budget,
.expense-site .dashboard-shot-reports {
  position: absolute;
  z-index: 4;
  width: clamp(250px, 31vw, 430px);
  aspect-ratio: 1.5;
}

.expense-site .dashboard-shot-budget {
  left: 0;
  bottom: clamp(18px, 3vw, 56px);
  transform: rotate(-2deg);
  animation: ledgerFloatSmall 9s ease-in-out infinite;
}

.expense-site .dashboard-shot-reports {
  right: clamp(4px, 2vw, 36px);
  top: clamp(8px, 2vw, 38px);
  transform: rotate(2deg);
  animation: ledgerFloatSmall 9s ease-in-out infinite reverse;
}

@keyframes ledgerFloatPrimary {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes ledgerFloatSmall {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -8px; }
}

@media (min-width: 1800px) {
  .expense-site .ledger-dashboard-showcase {
    width: min(100%, 1120px);
    min-height: 820px;
  }

  .expense-site .dashboard-shot-primary {
    width: 960px;
  }

  .expense-site .dashboard-shot-budget,
  .expense-site .dashboard-shot-reports {
    width: 500px;
  }
}

@media (max-width: 1280px) {
  .expense-site .ledger-dashboard-showcase {
    min-height: 520px;
  }

  .expense-site .dashboard-shot-primary {
    width: min(100%, 720px);
  }

  .expense-site .dashboard-shot-budget,
  .expense-site .dashboard-shot-reports {
    width: clamp(220px, 30vw, 360px);
  }
}

@media (max-width: 980px) {
  .expense-site .ledger-dashboard-showcase {
    justify-self: stretch;
    width: 100%;
    min-height: 0;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    align-items: stretch;
  }

  .expense-site .dashboard-shot-primary,
  .expense-site .dashboard-shot-budget,
  .expense-site .dashboard-shot-reports {
    position: static;
    width: 100%;
    transform: none;
    animation: none;
  }

  .expense-site .dashboard-shot-primary {
    grid-column: 1 / -1;
    aspect-ratio: 1.62;
  }
}

@media (max-width: 640px) {
  .expense-site .ledger-dashboard-showcase {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .expense-site .dashboard-shot-primary,
  .expense-site .dashboard-shot-budget,
  .expense-site .dashboard-shot-reports {
    aspect-ratio: 1.38;
  }
}

@media (max-width: 560px) {
  .expense-site .ledger-hero {
    gap: 26px;
  }

  .expense-site .ledger-hero .trust-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .expense-site .ledger-hero .trust-row span {
    min-height: 52px;
    padding: 10px 12px;
    font-size: .84rem;
  }

  .expense-site .ledger-hero .trust-row svg {
    width: 18px;
    height: 18px;
  }

  .expense-site .dashboard-shot {
    box-shadow: 0 18px 50px rgba(15, 23, 42, .12);
  }
}

@media (prefers-reduced-motion: reduce) {
  .expense-site .dashboard-shot-primary,
  .expense-site .dashboard-shot-budget,
  .expense-site .dashboard-shot-reports {
    animation: none;
  }
}

/* Zenith Ledger final brand theme */
:root {
  --expense-bg: #fffaf2;
  --expense-panel: #ffffff;
  --expense-ink: #172554;
  --expense-muted: #64748b;
  --expense-line: #eadfca;
  --expense-green: #0f766e;
  --expense-green-dark: #115e59;
  --expense-blue: #1d4ed8;
  --expense-amber: #f59e0b;
  --expense-violet: #8b5cf6;
  --expense-grid:
    linear-gradient(90deg, rgba(15, 118, 110, .055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(245, 158, 11, .05) 1px, transparent 1px),
    var(--expense-bg);
}

.expense-site .discount-strip {
  background: #172554;
}

.expense-site .brand-sigil {
  background: linear-gradient(135deg, #172554 0%, #0f766e 58%, #f59e0b 100%);
}

.expense-site .button-primary,
.expense-site .header-cta,
.expense-site .app-topbar .button-primary {
  background: linear-gradient(135deg, #0f766e, #1d4ed8);
  box-shadow: 0 18px 42px rgba(15, 118, 110, .22);
}

.expense-site .button-secondary {
  border-color: rgba(15, 118, 110, .22);
}

.expense-site .ledger-hero {
  background:
    radial-gradient(circle at 78% 22%, rgba(245, 158, 11, .12), transparent 30%),
    radial-gradient(circle at 28% 72%, rgba(15, 118, 110, .12), transparent 32%),
    var(--expense-grid);
}

.expense-site .ledger-dashboard-showcase::before {
  background:
    radial-gradient(circle at 15% 15%, rgba(245, 158, 11, .16), transparent 34%),
    radial-gradient(circle at 84% 76%, rgba(15, 118, 110, .18), transparent 38%),
    linear-gradient(145deg, rgba(255, 250, 242, .9), rgba(236, 253, 245, .62));
}

.expense-site .dashboard-shot {
  border-color: rgba(245, 158, 11, .28);
  box-shadow: 0 28px 82px rgba(23, 37, 84, .14);
}

.expense-site .feature-icon,
.expense-site .plan-icon {
  background: #ccfbf1;
  color: #0f766e;
}

.expense-site .feature-icon.blue {
  background: #dbeafe;
  color: #1d4ed8;
}

.expense-site .feature-icon.amber {
  background: #fef3c7;
  color: #b45309;
}

.expense-site .feature-icon.violet {
  background: #ede9fe;
  color: #7c3aed;
}

.expense-site .plan-card.featured {
  border-color: rgba(15, 118, 110, .45);
  box-shadow: 0 26px 80px rgba(15, 118, 110, .12);
}

.expense-site .badge,
.expense-site .promo-pill {
  background: #f59e0b;
  color: #172554;
}

.expense-site .app-sidebar,
.expense-site .site-footer {
  background: #111827;
}

/* Zenith Ledger brand theme override */
:root {
  --expense-bg: #f7f8fc;
  --expense-panel: #ffffff;
  --expense-ink: #111827;
  --expense-muted: #64748b;
  --expense-line: #d9e2f2;
  --expense-green: #17324d;
  --expense-green-dark: #17324d;
  --expense-blue: #2563eb;
  --expense-amber: #c79a35;
  --expense-violet: #7c3aed;
  --expense-grid:
    linear-gradient(90deg, color-mix(in srgb, #17324d 9%, transparent) 1px, transparent 1px),
    linear-gradient(180deg, color-mix(in srgb, #2563eb 8%, transparent) 1px, transparent 1px),
    var(--expense-bg);
}
.expense-site .discount-strip { background: #111827; }
.expense-site .brand-sigil { background: linear-gradient(135deg, #111827 0%, #17324d 52%, #c79a35 100%); }
.expense-site .button-primary,
.expense-site .header-cta,
.expense-site .app-topbar .button-primary {
  background: linear-gradient(135deg, #17324d, #2563eb);
  box-shadow: 0 18px 42px color-mix(in srgb, #17324d 28%, transparent);
}
.expense-site .ledger-hero {
  background:
    radial-gradient(circle at 78% 22%, color-mix(in srgb, #c79a35 18%, transparent), transparent 30%),
    radial-gradient(circle at 28% 72%, color-mix(in srgb, #17324d 14%, transparent), transparent 32%),
    var(--expense-grid);
}
.expense-site .dashboard-shot { border-color: color-mix(in srgb, #c79a35 34%, white); }
.expense-site .feature-icon,
.expense-site .plan-icon { background: color-mix(in srgb, #17324d 15%, white); color: #17324d; }
.expense-site .feature-icon.blue { background: color-mix(in srgb, #2563eb 15%, white); color: #2563eb; }
.expense-site .feature-icon.amber { background: color-mix(in srgb, #c79a35 20%, white); color: color-mix(in srgb, #c79a35 75%, black); }
.expense-site .feature-icon.violet { background: color-mix(in srgb, #7c3aed 15%, white); color: #7c3aed; }
.expense-site .plan-card.featured { border-color: color-mix(in srgb, #17324d 45%, white); }
.expense-site .badge,
.expense-site .promo-pill { background: #c79a35; color: #111827; }
.expense-site .app-sidebar,
.expense-site .site-footer { background: #0b1320; }

/* Zenith Ledger custom hero dashboard */
.expense-site .zenith-hero-dashboard {
  width: min(100%, 900px);
  justify-self: end;
  position: relative;
  padding: clamp(14px, 2vw, 28px);
}

.expense-site .zenith-hero-dashboard::before {
  content: "";
  position: absolute;
  inset: 9% 0 4% 12%;
  border-radius: 8px;
  background:
    radial-gradient(circle at 22% 20%, rgba(199, 154, 53, .18), transparent 34%),
    radial-gradient(circle at 80% 72%, rgba(37, 99, 235, .16), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, .82), rgba(236, 242, 251, .72));
  filter: blur(1px);
}

.expense-site .zenith-dashboard-shell {
  position: relative;
  display: grid;
  grid-template-columns: 168px minmax(0, 1fr);
  gap: 18px;
  min-height: 520px;
  padding: 18px;
  border: 1px solid rgba(23, 50, 77, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 32px 90px rgba(17, 24, 39, .14);
  overflow: hidden;
  animation: zenithPanelIn .55s ease-out both;
}

.expense-site .zenith-dashboard-sidebar {
  padding: 18px 14px;
  border-radius: 8px;
  background: linear-gradient(180deg, #f7f8fc, #eef3fb);
  border: 1px solid rgba(23, 50, 77, .1);
}

.expense-site .zenith-app-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
  border-radius: 8px;
  background: linear-gradient(135deg, #111827, #17324d 62%, #c79a35);
  color: #fff;
  font-weight: 900;
  letter-spacing: .04em;
}

.expense-site .zenith-dashboard-sidebar strong,
.expense-site .zenith-dashboard-sidebar span,
.expense-site .zenith-dashboard-sidebar b {
  display: block;
}

.expense-site .zenith-dashboard-sidebar strong {
  color: #111827;
  font-size: .98rem;
}

.expense-site .zenith-dashboard-sidebar > span {
  margin-top: 4px;
  color: #64748b;
  font-size: .75rem;
}

.expense-site .zenith-dashboard-sidebar nav {
  display: grid;
  gap: 8px;
  margin-top: 28px;
}

.expense-site .zenith-dashboard-sidebar nav b,
.expense-site .zenith-dashboard-sidebar nav span {
  padding: 10px 12px;
  border-radius: 8px;
  font-size: .84rem;
}

.expense-site .zenith-dashboard-sidebar nav b {
  background: #17324d;
  color: #fff;
}

.expense-site .zenith-dashboard-sidebar nav span {
  color: #64748b;
}

.expense-site .zenith-dashboard-main {
  min-width: 0;
  display: grid;
  gap: 16px;
  align-content: start;
}

.expense-site .zenith-dashboard-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
  padding: 8px 4px 0;
}

.expense-site .zenith-dashboard-top span,
.expense-site .zenith-card-title span,
.expense-site .zenith-metrics span,
.expense-site .zenith-metrics small,
.expense-site .zenith-report-card span,
.expense-site .zenith-report-card p {
  color: #64748b;
}

.expense-site .zenith-dashboard-top h2 {
  margin: 4px 0 0;
  max-width: 560px;
  color: #111827;
  font-size: clamp(1.7rem, 2.7vw, 2.8rem);
  line-height: 1.03;
  letter-spacing: 0;
}

.expense-site .zenith-dashboard-top > strong {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(199, 154, 53, .18);
  color: #17324d;
}

.expense-site .zenith-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.expense-site .zenith-metrics article,
.expense-site .zenith-chart-card,
.expense-site .zenith-category-card,
.expense-site .zenith-report-card {
  border: 1px solid rgba(23, 50, 77, .12);
  border-radius: 8px;
  background: #fff;
}

.expense-site .zenith-metrics article {
  padding: 14px;
}

.expense-site .zenith-metrics strong {
  display: block;
  margin-top: 8px;
  color: #111827;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
}

.expense-site .zenith-dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.24fr) minmax(220px, .76fr);
  gap: 12px;
}

.expense-site .zenith-chart-card,
.expense-site .zenith-category-card {
  min-height: 220px;
  padding: 16px;
}

.expense-site .zenith-card-title {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.expense-site .zenith-card-title strong {
  color: #111827;
}

.expense-site .zenith-bars {
  display: flex;
  align-items: end;
  gap: 14px;
  height: 150px;
  margin-top: 24px;
  padding: 0 8px;
  border-bottom: 1px solid #d9e2f2;
  background:
    linear-gradient(180deg, rgba(217, 226, 242, .5) 1px, transparent 1px) 0 0 / 100% 38px;
}

.expense-site .zenith-bars span {
  flex: 1;
  height: var(--h);
  min-width: 20px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, #2563eb, #17324d);
}

.expense-site .zenith-bars span:nth-child(2n) {
  background: linear-gradient(180deg, #c79a35, #17324d);
}

.expense-site .zenith-category-card p {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 18px 0 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #eef2f7;
}

.expense-site .zenith-category-card p:last-child {
  border-bottom: 0;
}

.expense-site .zenith-category-card p span {
  color: #64748b;
}

.expense-site .zenith-category-card p b {
  color: #111827;
}

.expense-site .zenith-report-card {
  position: absolute;
  right: 36px;
  bottom: 34px;
  width: 210px;
  padding: 16px;
  box-shadow: 0 22px 60px rgba(17, 24, 39, .16);
}

.expense-site .zenith-report-card::before {
  content: "";
  display: block;
  width: 74px;
  height: 74px;
  margin: 4px auto 14px;
  border-radius: 50%;
  background:
    radial-gradient(circle, #fff 43%, transparent 44%),
    conic-gradient(#c79a35 0 86deg, #17324d 86deg 328deg, #d9e2f2 328deg);
}

.expense-site .zenith-report-card strong {
  display: block;
  color: #111827;
  font-size: 2rem;
  text-align: center;
}

.expense-site .zenith-report-card span,
.expense-site .zenith-report-card p {
  display: block;
  text-align: center;
}

@keyframes zenithPanelIn {
  from { opacity: 0; transform: translateY(18px) scale(.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 1120px) {
  .expense-site .zenith-dashboard-shell {
    grid-template-columns: 1fr;
  }

  .expense-site .zenith-dashboard-sidebar {
    display: none;
  }

  .expense-site .zenith-report-card {
    position: static;
    width: auto;
    display: grid;
    grid-template-columns: 80px 1fr;
    align-items: center;
    gap: 12px;
  }

  .expense-site .zenith-report-card::before {
    margin: 0;
  }

  .expense-site .zenith-report-card span,
  .expense-site .zenith-report-card strong,
  .expense-site .zenith-report-card p {
    text-align: left;
  }
}

@media (max-width: 740px) {
  .expense-site .zenith-hero-dashboard {
    padding: 0;
  }

  .expense-site .zenith-dashboard-shell,
  .expense-site .zenith-metrics,
  .expense-site .zenith-dashboard-grid {
    grid-template-columns: 1fr;
  }

  .expense-site .zenith-dashboard-shell {
    min-height: 0;
    padding: 14px;
  }

  .expense-site .zenith-dashboard-top {
    display: block;
  }
}
