/* Finlora — "warm editorial paper" theme.
   Terracotta + ochre on warm ivory, matched to the Play Store app icon.
   Serif display headings, centered arc hero, side-heading category index,
   single-column calculators, horizontal-bar results. A third distinct layout. */

:root {
  --brand: #cf6239;          /* terracotta */
  --brand-600: #bd5330;
  --brand-700: #9e4022;      /* deep brick — links / headings accent */
  --accent: #e0a15a;         /* warm ochre — interest segment */
  --invest: #2f8f7f;         /* deep teal — investment calcs */
  --tax: #a04a2b;            /* rust — tax calcs */
  --ink: #33241c;            /* espresso */
  --ink-2: #5f4a3d;
  --muted: #9a8577;
  --brand-tint: #fbe9df;
  --brand-tint-2: #f4cfba;

  --bg: #fbf3ea;             /* warm ivory paper */
  --bg-panel: #fffaf4;
  --bg-dark: #2b1c14;        /* dark espresso */
  --line: #eee0d2;
  --line-2: #e4d1c0;

  --radius: 16px;
  --radius-lg: 26px;
  --radius-sm: 10px;
  --maxw: 1140px;
  --shadow: 0 2px 4px rgba(120,60,30,.05), 0 14px 34px rgba(120,60,30,.08);
  --shadow-lg: 0 28px 70px rgba(120,60,30,.16);
  --serif: Georgia, "Iowan Old Style", "Times New Roman", "Noto Serif", serif;
  --sans: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.62;
  font-size: 16.5px;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; display: block; }
a { color: var(--brand-700); text-decoration: none; }
a:hover { color: var(--brand); }

h1, h2, h3 { font-family: var(--serif); font-weight: 700; line-height: 1.12; margin: 0 0 .5em; color: var(--ink); letter-spacing: -.01em; }
h4 { font-family: var(--sans); font-weight: 700; margin: 0 0 .4em; }
h1 { font-size: clamp(2.3rem, 5.5vw, 3.9rem); }
h2 { font-size: clamp(1.6rem, 3.4vw, 2.4rem); }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding-inline: clamp(20px, 5vw, 48px); }
.section > .wrap, .section > .section-head, .section .prose, .section .picks, .section .cat, .section .calc-grid, .section .app-banner {
  width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: clamp(20px, 5vw, 48px);
}

/* ---------------- Buttons ---------------- */
.btn {
  display: inline-flex; align-items: center; gap: .5em; font-weight: 600; font-size: 1rem; cursor: pointer;
  border: 1.5px solid transparent; border-radius: 999px; padding: .78em 1.6em;
  transition: transform .14s ease, box-shadow .14s ease, background .14s; font-family: var(--sans);
}
.btn-primary { background: var(--brand); color: #fff; box-shadow: 0 10px 24px rgba(207,98,57,.32); }
.btn-primary:hover { background: var(--brand-600); color: #fff; transform: translateY(-2px); }
.btn-ghost { background: var(--bg-panel); color: var(--ink); border-color: var(--line-2); }
.btn-ghost:hover { border-color: var(--brand); color: var(--brand-700); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #48311f; color: #fff; transform: translateY(-2px); }

/* ---------------- Header ---------------- */
header { position: sticky; top: 0; z-index: 50; background: rgba(251,243,234,.9); backdrop-filter: saturate(150%) blur(10px); border-bottom: 1px solid var(--line); }
.header-inner { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: .85rem clamp(20px, 5vw, 48px); display: flex; align-items: center; gap: 1.2rem; }
.logo { display: flex; align-items: center; gap: .6rem; font-family: var(--serif); font-weight: 700; color: var(--ink); font-size: 1.4rem; letter-spacing: -.01em; }
.logo:hover { color: var(--ink); }
.logo img { width: 38px; height: 38px; border-radius: 11px; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: .1rem; background: var(--bg-panel); border: 1px solid var(--line); border-radius: 999px; padding: .28rem; }
.site-nav a { color: var(--ink-2); font-weight: 600; font-size: .92rem; padding: .5rem .95rem; border-radius: 999px; }
.site-nav a:not(.app-link):hover { color: var(--brand-700); background: var(--brand-tint); }
.app-link { background: var(--brand); color: #fff !important; padding: .5rem 1.05rem; font-weight: 600; }
.app-link:hover { background: var(--brand-600); }
.nav-toggle { display: none; background: none; border: 0; font-size: 1.5rem; cursor: pointer; color: var(--ink); margin-left: auto; }

@media (max-width: 880px) {
  .nav-toggle { display: block; }
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; background: var(--bg); border: 0; border-bottom: 1px solid var(--line); border-radius: 0; padding: .6rem clamp(20px,5vw,48px) 1.1rem; gap: .1rem; display: none; }
  .site-nav.open { display: flex; }
  .site-nav a { padding: .85rem .4rem; border-radius: 10px; }
  .app-link { margin-top: .5rem; text-align: center; justify-content: center; }
}

/* ---------------- Hero (home, centered with arc) ---------------- */
.hero { position: relative; overflow: hidden; }
.home-hero { padding: clamp(3rem, 7vw, 5.5rem) 0 clamp(2.4rem, 4vw, 3.6rem); text-align: center; }
.home-hero::before {
  content: ""; position: absolute; left: 50%; top: -18%; width: min(1100px, 130%); aspect-ratio: 1.6 / 1;
  transform: translateX(-50%); border-radius: 50%; z-index: 0;
  background: radial-gradient(ellipse at center, var(--brand-tint) 0%, rgba(251,233,223,.4) 42%, transparent 68%);
}
.home-hero::after {
  content: ""; position: absolute; left: 50%; bottom: -60px; width: 140%; height: 180px; transform: translateX(-50%); z-index: 0;
  border-top: 2.5px solid var(--brand-tint-2); border-radius: 50%; opacity: .8;
}
.hero-inner { position: relative; z-index: 1; width: 100%; max-width: 860px; margin: 0 auto; padding-inline: clamp(20px, 5vw, 48px); }
.kicker { display: inline-flex; align-items: center; gap: .5em; font-size: .8rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--brand-700); background: var(--brand-tint); border: 1px solid var(--brand-tint-2); padding: .4em .9em; border-radius: 999px; margin-bottom: 1.3rem; }
.home-hero h1 { margin-bottom: .6rem; }
.home-hero h1 .accent { color: var(--brand); font-style: italic; }
.lede { font-size: clamp(1.05rem, 1.8vw, 1.28rem); color: var(--ink-2); }
.home-hero .lede { max-width: 56ch; margin-inline: auto; }
.hero-cta { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; justify-content: center; }
.hero-stats { display: flex; gap: clamp(1.4rem, 4vw, 3rem); margin-top: 2.4rem; justify-content: center; flex-wrap: wrap; }
.hero-stats .stat { display: flex; flex-direction: column; }
.hero-stats .stat strong { font-family: var(--serif); font-size: 2rem; color: var(--brand-700); }
.hero-stats .stat span { font-size: .82rem; color: var(--muted); font-weight: 600; text-transform: uppercase; letter-spacing: .05em; }

/* ---------------- Page hero (interior) ---------------- */
.page-hero { padding: clamp(2.6rem, 5vw, 3.8rem) 0 clamp(1.6rem, 3vw, 2.2rem); position: relative; }
.page-hero .hero-inner { max-width: var(--maxw); text-align: left; margin: 0 auto; }
.breadcrumb { list-style: none; display: flex; flex-wrap: wrap; gap: .45rem; padding: 0; margin: 0 0 1.1rem; font-size: .82rem; color: var(--muted); }
.breadcrumb li:not(:last-child)::after { content: "›"; margin-left: .45rem; color: var(--line-2); }
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--brand); }
.page-hero .lede { max-width: 60ch; }

/* ---------------- Sections ---------------- */
.section { padding: clamp(2.6rem, 5vw, 4.2rem) 0; }
.section-head { margin-bottom: 2rem; text-align: center; }
.section-head h2 { margin-bottom: .35rem; }
.section-head .sub { color: var(--muted); margin: 0 auto; max-width: 52ch; }

/* ---------------- Featured "Top picks" (numbered editorial list) ---------------- */
.picks { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 clamp(2rem, 5vw, 4rem); }
.pick { display: grid; grid-template-columns: auto 1fr auto; align-items: start; gap: 1.1rem; padding: 1.4rem .3rem; border-top: 1px solid var(--line-2); transition: background .14s, padding-left .14s; }
.pick:nth-child(1), .pick:nth-child(2) { border-top: 2px solid var(--ink); }
.pick .pnum { font-family: var(--serif); font-size: 2.1rem; line-height: 1; color: var(--brand); font-style: italic; width: 1.6ch; }
.pick .pbody .badge { display: inline-block; font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--brand-700); margin-bottom: .35rem; }
.pick .pbody h3 { font-size: 1.22rem; margin: 0 0 .25rem; }
.pick .pbody p { margin: 0; color: var(--muted); font-size: .9rem; }
.pick .parrow { font-size: 1.3rem; color: var(--brand); opacity: 0; transform: translateX(-6px); transition: .14s; align-self: center; }
.pick:hover { background: var(--bg-panel); padding-left: 1rem; border-radius: 12px; }
.pick:hover .parrow { opacity: 1; transform: translateX(0); }
.pick:hover .pbody h3 { color: var(--brand-700); }
@media (max-width: 760px) { .picks { grid-template-columns: 1fr; } .pick:nth-child(2) { border-top: 1px solid var(--line-2); } }

/* ---------------- Category index (side-heading + tiles) ---------------- */
.cat { margin-bottom: clamp(2.4rem, 4vw, 3.4rem); }
.cat-inner { display: grid; grid-template-columns: 260px 1fr; gap: clamp(1.4rem, 3vw, 2.6rem); align-items: start; }
.cat-aside { position: sticky; top: 90px; }
.cat-aside .cat-num { font-family: var(--serif); font-style: italic; color: var(--brand); font-size: 1.1rem; }
.cat-aside h3 { font-size: 1.7rem; margin: .2rem 0 .5rem; }
.cat-aside .count { display: inline-block; font-size: .78rem; font-weight: 700; color: var(--brand-700); background: var(--brand-tint); border: 1px solid var(--brand-tint-2); border-radius: 999px; padding: .2em .75em; }
.cat-aside .count.c-invest { color: #1f6a5d; background: #e0f0eb; border-color: #b9ddd3; }
.cat-aside .count.c-tax { color: #8a3c1f; background: #f8e2d6; border-color: #eec4ad; }
.cat-aside .cat-desc { color: var(--muted); font-size: .88rem; margin: .8rem 0 0; }
.cat-tiles { display: grid; grid-template-columns: repeat(2, 1fr); gap: .9rem; }
.tile { background: var(--bg-panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.05rem 1.15rem 1.15rem; display: flex; flex-direction: column; transition: transform .14s, box-shadow .14s, border-color .14s; }
.tile:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--brand-tint-2); color: var(--ink); }
.tile-top { display: flex; align-items: center; gap: .5rem; margin-bottom: .4rem; }
.tile-top .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--brand); flex: none; }
.cat--invest .tile-top .dot { background: var(--invest); }
.cat--tax .tile-top .dot { background: var(--tax); }
.tile-top h4 { margin: 0; font-size: 1rem; flex: 1; }
.tile-top .arrow { color: var(--muted); font-weight: 700; }
.tile:hover .tile-top .arrow { color: var(--brand); }
.tile-sub { margin: 0; color: var(--muted); font-size: .85rem; }
@media (max-width: 900px) { .cat-inner { grid-template-columns: 1fr; } .cat-aside { position: static; } }
@media (max-width: 520px) { .cat-tiles { grid-template-columns: 1fr; } }

/* generic card grid (related / blog) */
.calc-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1rem; }
.calc-card { background: var(--bg-panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.15rem 1.25rem 1.3rem; display: flex; flex-direction: column; transition: transform .14s, box-shadow .14s, border-color .14s; }
.calc-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--brand-tint-2); color: var(--ink); }
.calc-card-head { display: flex; align-items: center; gap: .55rem; margin-bottom: .45rem; }
.calc-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--brand); flex: none; }
.calc-card--invest .calc-dot { background: var(--invest); }
.calc-card--tax .calc-dot { background: var(--tax); }
.calc-card-head h4 { margin: 0; font-size: 1.02rem; flex: 1; }
.calc-arrow { color: var(--muted); font-weight: 700; }
.calc-card:hover .calc-arrow { color: var(--brand); }
.calc-card p { margin: 0; color: var(--muted); font-size: .87rem; }
.calc-card .post-meta { margin-top: .8rem; }

/* ---------------- App banner ---------------- */
.app-banner { margin-top: 1rem; background: var(--bg-dark); color: #f6e8de; border-radius: var(--radius-lg); padding: clamp(1.6rem, 3.5vw, 2.6rem) clamp(1.6rem, 4vw, 3rem); display: flex; align-items: center; justify-content: space-between; gap: 1.6rem; flex-wrap: wrap; position: relative; overflow: hidden; }
.app-banner::after { content: ""; position: absolute; right: -60px; bottom: -80px; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(var(--brand), transparent 70%); opacity: .4; }
.app-banner h3 { color: #fff; margin: 0 0 .3rem; font-size: 1.5rem; }
.app-banner p { margin: 0; color: #d9c3b6; }
.app-banner .btn { background: var(--brand); color: #fff; box-shadow: 0 10px 24px rgba(207,98,57,.4); position: relative; z-index: 1; }
.app-banner .btn:hover { background: var(--brand-600); transform: translateY(-2px); }

/* ---------------- Calculator app (single centered column) ---------------- */
.calc-section { padding: clamp(1.6rem, 4vw, 2.6rem) 0 clamp(2rem, 4vw, 3rem); }
.calc-wrap { width: 100%; max-width: 760px; margin: 0 auto; padding-inline: clamp(20px, 5vw, 48px); display: flex; flex-direction: column; gap: 1.3rem; }

.card { background: var(--bg-panel); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); overflow: hidden; }
.card-head { display: flex; align-items: center; justify-content: space-between; padding: 1.15rem 1.4rem; border-bottom: 1px solid var(--line); }
.card-head h2 { font-family: var(--serif); font-size: 1.25rem; margin: 0; }
.head-meta { font-size: .74rem; text-transform: uppercase; letter-spacing: .06em; color: var(--invest); font-weight: 700; display: flex; align-items: center; gap: .4em; }
.head-meta::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--invest); }
.card-body { padding: 1.4rem; }

/* fields */
.field { margin-bottom: 1.6rem; }
.field:last-child { margin-bottom: 0; }
.field-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: .6rem; }
.field-head label { font-weight: 600; font-size: .95rem; color: var(--ink-2); }
.field-value { display: inline-flex; align-items: center; gap: .2ch; background: var(--brand-tint); border: 1px solid var(--brand-tint-2); border-radius: 9px; padding: .3em .65em; font-weight: 700; color: var(--brand-700); }
.field-value input { border: 0; background: transparent; font: inherit; color: inherit; width: 8ch; text-align: right; padding: 0; }
.field-value input:focus { outline: none; }
.field-value .unit { color: var(--muted); }

input[type=range] { -webkit-appearance: none; appearance: none; width: 100%; height: 6px; border-radius: 999px; background: var(--brand-tint-2); outline: none; margin: .25rem 0; }
input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; width: 22px; height: 22px; border-radius: 50%; background: #fff; border: 5px solid var(--brand); cursor: pointer; box-shadow: 0 2px 6px rgba(207,98,57,.4); }
input[type=range]::-moz-range-thumb { width: 18px; height: 18px; border-radius: 50%; background: #fff; border: 5px solid var(--brand); cursor: pointer; }
.range-bounds { display: flex; justify-content: space-between; font-size: .74rem; color: var(--muted); margin-top: .3rem; }
.in-words { font-size: .78rem; color: var(--invest); font-weight: 600; margin-top: .5rem; font-style: italic; }

select { width: 100%; padding: .72em .95em; border: 1px solid var(--line-2); border-radius: 10px; font: inherit; background: #fff; color: var(--ink); }
.chips { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: .7rem; }
.chip, .seg button { font-size: .82rem; font-weight: 600; cursor: pointer; border: 1px solid var(--line-2); background: #fff; color: var(--ink-2); border-radius: 999px; padding: .38em .85em; transition: .12s; }
.chip[aria-pressed=true] { background: var(--brand); color: #fff; border-color: var(--brand); }
.chip:hover { border-color: var(--brand); }
.seg { display: flex; gap: .45rem; }
.seg button { flex: 1; border-radius: 9px; padding: .62em; }
.seg button[aria-pressed=true] { background: var(--ink); color: #fff; border-color: var(--ink); }

/* result */
.result-card .card-head .head-meta { color: var(--brand); }
.result-card .card-head .head-meta::before { background: var(--brand); }
#resultBody { padding: 1.4rem; }
.result-hero { text-align: center; padding: .8rem 0 1.5rem; border-bottom: 1px solid var(--line); margin-bottom: 1.3rem; }
.result-hero .label { font-size: .82rem; color: var(--muted); font-weight: 600; text-transform: uppercase; letter-spacing: .06em; }
.result-hero .value { font-family: var(--serif); font-size: clamp(2.4rem, 6vw, 3.3rem); font-weight: 700; color: var(--brand-700); margin-top: .15rem; }

/* horizontal stacked bar (replaces donut) */
.barchart { margin-bottom: 1.3rem; }
.bar-track { display: flex; height: 26px; border-radius: 999px; overflow: hidden; background: var(--brand-tint); border: 1px solid var(--line); }
.bar-track .seg-fill { height: 100%; min-width: 2px; }
.bar-legend { display: flex; flex-wrap: wrap; gap: .4rem 1.4rem; margin-top: .9rem; }
.bar-legend .li { font-size: .9rem; color: var(--ink-2); display: flex; align-items: center; gap: .5rem; }
.bar-legend .sw { width: 12px; height: 12px; border-radius: 4px; flex: none; }

.result-rows { display: flex; flex-direction: column; }
.result-row { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: .65rem 0; border-bottom: 1px solid var(--line); font-size: .95rem; }
.result-row .k { color: var(--ink-2); }
.result-row .v { font-weight: 700; color: var(--ink); }
.result-row.total { border-bottom: 0; margin-top: .3rem; padding-top: .95rem; border-top: 2px solid var(--ink); }
.result-row.total .v { color: var(--brand-700); font-family: var(--serif); font-size: 1.3rem; }
.result-note { font-size: .84rem; color: var(--muted); margin: 1.1rem 0 0; background: var(--bg); border: 1px solid var(--line); border-radius: 10px; padding: .75rem .95rem; }

.actions { display: flex; gap: .6rem; padding: 0 1.4rem 1.4rem; }
.actions .btn { flex: 1; justify-content: center; }

.schedule-wrap { margin: 1rem 1.4rem 0; }
.schedule-wrap summary { cursor: pointer; font-weight: 700; font-size: .92rem; color: var(--brand-700); padding: .6rem 0; }
.table-scroll { overflow-x: auto; margin-top: .6rem; }
table.sched { width: 100%; border-collapse: collapse; font-size: .86rem; }
table.sched th, table.sched td { padding: .58rem .6rem; text-align: right; border-bottom: 1px solid var(--line); }
table.sched th { background: var(--bg); color: var(--muted); font-weight: 700; text-transform: uppercase; font-size: .7rem; letter-spacing: .05em; position: sticky; top: 0; }
table.sched th:first-child, table.sched td:first-child { text-align: left; }

/* ---------------- Prose ---------------- */
.prose { max-width: 720px; margin-inline: auto; }
.prose h2 { margin-top: 2.2rem; font-size: 1.6rem; }
.prose h2:first-child { margin-top: 0; }
.prose h2.faq-h { margin-top: 2.6rem; }
.prose p, .prose li { color: var(--ink-2); }
.prose ul { padding-left: 1.2rem; }
.prose li { margin-bottom: .4rem; }
.callout { background: var(--brand-tint); border-left: 4px solid var(--brand); border-radius: 0 12px 12px 0; padding: 1rem 1.15rem; margin: 1.5rem 0; font-size: .92rem; color: var(--ink-2); }
.callout.warn { background: #fbedd8; border-left-color: var(--accent); }
.callout.warn p { margin: 0; }

.faq details { border: 1px solid var(--line); border-radius: 12px; margin-bottom: .7rem; background: var(--bg-panel); overflow: hidden; }
.faq summary { cursor: pointer; padding: 1.05rem 1.15rem; font-weight: 700; font-size: .98rem; list-style: none; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 1.15rem; color: var(--brand); font-size: 1.4rem; line-height: 1; }
.faq details[open] summary::after { content: "\2212"; }
.faq details[open] summary { border-bottom: 1px solid var(--line); }
.faq details p { margin: 0; padding: .9rem 1.15rem 1.15rem; color: var(--ink-2); font-size: .92rem; }

.cta-box { background: var(--bg-dark); color: #f6e8de; border-radius: var(--radius-lg); padding: 1.8rem; margin: 2.2rem 0; text-align: center; }
.cta-box h3 { color: #fff; margin-top: 0; font-size: 1.5rem; }
.cta-box p { color: #d9c3b6; }
.cta-box .btn { margin-top: .5rem; }

.post-meta { font-size: .8rem; color: var(--muted); }

/* ---------------- Footer ---------------- */
footer { background: var(--bg-dark); color: #d9c3b6; margin-top: 3rem; }
.footer-inner { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: clamp(2.6rem,5vw,3.6rem) clamp(20px,5vw,48px) 2rem; }
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 2rem; flex-wrap: wrap; padding-bottom: 1.6rem; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-logo { display: flex; align-items: center; gap: .6rem; font-family: var(--serif); font-weight: 700; color: #fff; font-size: 1.4rem; }
.footer-logo img { width: 34px; height: 34px; border-radius: 10px; }
.footer-links { display: flex; flex-wrap: wrap; gap: .35rem 1.5rem; }
.footer-links a { color: #d9c3b6; font-size: .92rem; font-weight: 600; }
.footer-links a:hover { color: var(--brand); }
.footer-business { padding: 1.6rem 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.biz-name { color: #fff; font-weight: 700; margin-bottom: .7rem; }
.footer-business address { font-style: normal; display: flex; flex-direction: column; gap: .35rem; font-size: .88rem; }
.footer-business address a { color: var(--accent); }
.biz-badges { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1rem; }
.biz-badge { font-size: .76rem; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 999px; padding: .3em .8em; color: #f0e2d8; }
.footer-disc { font-size: .8rem; color: #a88f80; margin: 1.4rem 0 0; line-height: 1.6; }
.footer-copy { font-size: .82rem; color: #a88f80; margin-top: 1.2rem; }

@media print {
  header, footer, .actions, .app-banner, .hero-cta, .nav-toggle { display: none !important; }
  body { background: #fff; }
  .card { box-shadow: none; border: 1px solid #ccc; }
}
