  @import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700;800&display=swap');

  :root {
    --paper: #FFFFFF;
    --canvas: #F2EEE8;
    --ink: #1A1A1A;
    --ink-soft: #4A4A4A;
    --ink-faint: #80868B;
    --orange: #FF6600;
    --orange-deep: #D65300;
    --green: #1F7A3D;
    --green-bg: #E6F4EA;
    --green-border: #C8E6C9;
    --red: #C5221F;
    --red-bg: #FCE8E6;
    --red-border: #F4C7C7;
    --amber: #B7791F;
    --amber-bg: #FFFBF0;
    --amber-border: #F5DDA0;
    --line: #E0E0E0;
    --line-soft: #F0F0F0;
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }

  body {
    font-family: 'Archivo', system-ui, sans-serif;
    background: var(--canvas);
    color: var(--ink);
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    padding: 32px 16px;
  }

  /* PAGE FRAME */
  .page {
    width: 880px;
    min-height: 1140px;
    background: var(--paper);
    margin: 0 auto 28px;
    padding: 56px 72px 48px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06), 0 1px 3px rgba(0,0,0,0.05);
    position: relative;
    page-break-after: always;
    display: flex;
    flex-direction: column;
  }
  .page:last-child { page-break-after: auto; }

  .page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 14px;
    border-bottom: 2px solid var(--orange);
    margin-bottom: 36px;
    font-size: 11px;
    letter-spacing: 0.5px;
  }
  .page-header .client {
    font-weight: 700;
    color: var(--ink);
    text-transform: uppercase;
    letter-spacing: 1.5px;
  }
  .page-header .doc {
    font-weight: 500;
    color: var(--ink-faint);
  }
  .page-footer {
    margin-top: auto;
    padding-top: 24px;
    border-top: 1px solid var(--line-soft);
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    color: var(--ink-faint);
    letter-spacing: 0.3px;
  }

  h1, h2, h3, h4 { font-family: 'Archivo', sans-serif; font-weight: 800; color: var(--ink); }
  h2.page-title {
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -0.6px;
    margin-bottom: 18px;
  }
  h3.subhead {
    font-size: 14px;
    font-weight: 700;
    margin: 24px 0 10px;
    color: var(--ink);
  }
  p { font-size: 13px; line-height: 1.55; color: var(--ink); }
  p.lead {
    font-size: 13px;
    color: var(--ink-soft);
    margin-bottom: 24px;
    max-width: 700px;
  }

  /* COVER */
  .cover {
    justify-content: space-between;
  }
  .cover .top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .cover .brand-mark {
    font-weight: 800;
    color: var(--orange);
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .cover .meta {
    font-size: 11px;
    color: var(--ink-faint);
    letter-spacing: 0.5px;
  }
  .cover .accent-line {
    width: 80px;
    height: 4px;
    background: var(--orange);
    margin: 56px 0 28px;
  }
  .cover .biz-name {
    font-size: 16px;
    font-weight: 700;
    color: var(--orange);
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-bottom: 6px;
  }
  .cover .biz-sub {
    font-size: 12px;
    color: var(--ink-faint);
    margin-bottom: 12vh;
  }
  .cover h1 {
    font-size: 56px;
    line-height: 0.98;
    letter-spacing: -1.5px;
    color: var(--ink);
    margin-bottom: 22px;
  }
  .cover .tagline {
    font-size: 18px;
    font-weight: 600;
    color: var(--orange);
    margin-bottom: 24px;
  }
  .cover .description {
    font-size: 14px;
    color: var(--ink-soft);
    max-width: 580px;
    line-height: 1.55;
    margin-bottom: 36px;
  }
  .cover .pillars {
    display: flex;
    align-items: center;
    gap: 32px;
    font-size: 13px;
    font-weight: 700;
    color: var(--orange);
  }
  .cover .pillars .divider { color: var(--line); font-weight: 400; }
  .cover .bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 24px;
    border-top: 2px solid var(--orange);
    margin-top: auto;
    font-size: 11px;
    color: var(--ink-faint);
  }

  /* STRENGTH METRICS ROW */
  .strengths-row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    border: 1.5px solid var(--orange);
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 8px;
  }
  .strength-cell {
    padding: 14px 8px;
    text-align: center;
    border-right: 1px solid var(--line);
    background: var(--paper);
  }
  .strength-cell:last-child { border-right: 0; }
  .strength-cell .num {
    font-size: 24px;
    font-weight: 800;
    color: var(--orange);
    letter-spacing: -0.5px;
    line-height: 1;
    margin-bottom: 5px;
  }
  .strength-cell .label {
    font-size: 9.5px;
    font-weight: 600;
    color: var(--ink-soft);
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  .strengths-foot {
    font-size: 12px;
    color: var(--ink-soft);
    margin-bottom: 24px;
  }

  /* TABLES */
  table.findings {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 28px;
    font-size: 12px;
    border: 1px solid var(--line);
  }
  table.findings thead th {
    background: var(--ink);
    color: var(--paper);
    font-weight: 700;
    text-align: left;
    padding: 10px 14px;
    font-size: 11px;
    letter-spacing: 0.4px;
  }
  table.findings tbody td {
    padding: 12px 14px;
    border-top: 1px solid var(--line);
    vertical-align: top;
    line-height: 1.5;
  }
  table.findings tbody tr:nth-child(odd) td { background: #fdf6f0; }
  table.findings tbody td:first-child {
    font-weight: 700;
    width: 24%;
    color: var(--ink);
  }

  /* CALLOUT (storefront opportunity, etc.) */
  .callout {
    background: var(--amber-bg);
    border: 1px solid var(--amber-border);
    padding: 14px 18px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 1.55;
    color: var(--ink);
  }
  .callout strong { color: var(--amber); }

  /* TWO COL: ISSUE/UPGRADE CARDS + MOCKUP */
  .col2 {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 28px;
    align-items: start;
  }
  .col2 .lhs h3.subhead { margin-top: 0; }
  .issue-card, .fix-card {
    padding: 14px 18px;
    border-radius: 4px;
    margin-bottom: 12px;
  }
  .issue-card {
    background: var(--red-bg);
    border: 1px solid var(--red-border);
  }
  .fix-card {
    background: var(--green-bg);
    border: 1px solid var(--green-border);
  }
  .issue-card .t, .fix-card .t {
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 4px;
  }
  .issue-card .t { color: var(--red); }
  .fix-card .t { color: var(--green); }
  .issue-card .d, .fix-card .d {
    font-size: 12px;
    color: var(--ink);
    line-height: 1.5;
  }
  .quote-card {
    background: white;
    border: 1px solid var(--line);
    padding: 14px;
    border-radius: 4px;
    margin-top: 12px;
  }
  .quote-card .label-row {
    display: flex;
    justify-content: space-between;
    font-size: 9.5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--ink-faint);
    margin-bottom: 6px;
    font-weight: 600;
  }
  .quote-card .num {
    font-weight: 700;
    color: var(--ink);
  }

  /* GMB MOCKUP - same style as before, simplified for doc */
  .gmb-tag {
    display: inline-block;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 3px;
    margin-bottom: 8px;
    background: #FFF1E0;
    color: var(--orange-deep);
    border: 1px solid #FFE0BD;
  }
  .gmb {
    background: white;
    border: 1px solid var(--line);
    border-radius: 6px;
    overflow: hidden;
    font-size: 11.5px;
    line-height: 1.4;
  }
  .gmb-cover {
    width: 100%;
    height: 130px;
    display: flex; align-items: center; justify-content: center;
    flex-direction: column;
    color: white;
    text-align: center;
    padding: 0 12px;
    font-size: 10px;
  }
  .gmb-cover.before {
    /* Neutral "current state" cover.
       DO NOT bake a client photo into this shared kit. A previous version had one client's
       storefront hard-coded here (~260KB of base64) and it rendered inside a different
       client's deck. Set a real photo per-deck instead, inline on the element:
         <div class="gmb-cover before" style="background-image:
              linear-gradient(rgba(0,0,0,.55),rgba(0,0,0,.55)), url(./photos/storefront.jpg)"> */
    background: linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)),
                linear-gradient(135deg, #3A3A3A 0%, #5A5A5A 100%);
    background-size: cover;
    background-position: center 40%;
  }
  .gmb-cover.after {
    background: linear-gradient(rgba(0,0,0,0.55),rgba(0,0,0,0.35)),
                linear-gradient(135deg,#1a1a1a 0%,#2c3338 100%);
  }
  .gmb-cover .lbl-main { font-size: 11px; font-weight: 700; margin-bottom: 3px; }
  .gmb-cover .lbl-sub { font-size: 9px; color: rgba(255,255,255,0.7); }
  .gmb-cover-after-logo { font-weight: 800; font-size: 22px; letter-spacing: 1.5px; margin-bottom: 4px; color: white; }
  .gmb-cover-after-logo span { color: #00d97e; }
  .gmb-cover-after-tag { font-size: 8px; letter-spacing: 2.5px; color: rgba(255,255,255,0.7); margin-bottom: 10px; font-weight: 500; }
  .gmb-name { font-weight: 700; font-size: 16px; color: #202124; padding: 14px 14px 4px; }
  .gmb-rating { padding: 0 14px 4px; color: #fbbc04; font-size: 12px; }
  .gmb-rating .num { color: #202124; font-weight: 600; }
  .gmb-rating .reviews { color: #1a73e8; font-weight: 400; }
  .gmb-cat { padding: 0 14px 12px; font-size: 11px; color: #5f6368; }
  .gmb-cat .pill {
    display: inline-block; background: #e8f0fe; color: #1967d2;
    padding: 2px 7px; border-radius: 9px; font-size: 9px; font-weight: 500;
    margin-right: 3px; margin-bottom: 3px;
  }
  .gmb-actions {
    display: flex; padding: 8px 8px 4px; gap: 0;
    border-top: 1px solid #e8eaed; border-bottom: 1px solid #e8eaed;
  }
  .gmb-action { flex: 1; text-align: center; font-size: 9.5px; color: #1a73e8; font-weight: 500; padding: 4px 0; }
  .gmb-action .ico { font-size: 12px; display: block; margin-bottom: 2px; }
  .gmb-book {
    margin: 10px 12px; background: #d2e3fc; color: #1a73e8;
    text-align: center; padding: 8px; border-radius: 18px;
    font-weight: 500; font-size: 11px;
  }
  .gmb-book .url { display: block; font-size: 9px; margin-top: 3px; font-family: monospace; font-weight: 400; }
  .gmb-book.before .url { color: var(--red); }
  .gmb-book.after .url { color: var(--green); }
  .gmb-info { padding: 4px 14px; font-size: 11px; color: #202124; }
  .gmb-info .row { padding: 5px 0; border-top: 1px solid #f1f3f4; }
  .gmb-info .row:first-child { border-top: 0; }
  .gmb-divider { height: 6px; background: #f1f3f4; margin-top: 8px; }
  .gmb-section { padding: 10px 14px; }
  .gmb-section-title { font-weight: 700; font-size: 12px; color: #202124; margin-bottom: 6px; }
  .gmb-no-posts {
    background: #f8f9fa; border: 1px dashed #dadce0;
    padding: 14px; text-align: center; border-radius: 4px;
    color: #80868b; font-size: 10px; font-style: italic;
  }
  .gmb-post-card { border: 1px solid #e8eaed; border-radius: 4px; overflow: hidden; }
  .gmb-post-img {
    height: 70px;
    background: linear-gradient(135deg, #1a73e8 0%, #4285f4 100%);
    display: flex; align-items: center; justify-content: center;
    color: white; font-weight: 700; font-size: 10px; letter-spacing: 1px;
  }
  .gmb-post-body { padding: 8px 10px; }
  .gmb-post-body .t { font-size: 10.5px; font-weight: 500; color: #202124; }
  .gmb-post-body .d { font-size: 9px; color: #80868b; margin-top: 2px; }
  .gmb-desc {
    font-size: 10.5px; line-height: 1.5; color: #4d5156;
    background: #f8f9fa; padding: 10px; border-radius: 4px;
    font-style: italic;
  }

  /* DESCRIPTION REWRITE - current vs proposed */
  .desc-box {
    border-radius: 4px;
    padding: 16px 18px;
    margin-bottom: 14px;
    font-size: 12px;
    line-height: 1.6;
  }
  .desc-box.current {
    background: var(--red-bg);
    border: 1px solid var(--red-border);
    color: var(--ink);
  }
  .desc-box.proposed {
    background: var(--green-bg);
    border: 1px solid var(--green-border);
    color: var(--ink);
  }
  .desc-box.proposed strong { color: var(--green); font-weight: 700; }
  .added-list {
    list-style: none;
    padding: 0;
    margin-bottom: 12px;
  }
  .added-list li {
    padding: 4px 0;
    font-size: 12px;
    color: var(--ink);
  }
  .added-list li strong { color: var(--ink); font-weight: 700; }
  .added-list li::before {
    content: "+";
    color: var(--green);
    font-weight: 800;
    margin-right: 8px;
  }

  /* PRODUCTS TABLE */
  table.products {
    width: 100%;
    border-collapse: collapse;
    font-size: 11.5px;
    border: 1px solid var(--line);
    margin-bottom: 16px;
  }
  table.products thead th {
    background: var(--ink);
    color: var(--paper);
    font-weight: 700;
    text-align: left;
    padding: 9px 12px;
    font-size: 10.5px;
    letter-spacing: 0.4px;
  }
  table.products tbody td {
    padding: 9px 12px;
    border-top: 1px solid var(--line);
    vertical-align: top;
    line-height: 1.5;
  }
  table.products tbody tr:nth-child(even) td { background: #fdf6f0; }
  table.products tbody td:first-child { font-weight: 700; width: 26%; }
  table.products tbody td:nth-child(2) { color: var(--ink-soft); }
  .pill-add {
    display: inline-block;
    background: var(--green-bg);
    color: var(--green);
    border: 1px solid var(--green-border);
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-right: 4px;
    vertical-align: middle;
  }

  /* AI MODE COMPARISON */
  .ai-compare {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .ai-card {
    border: 1px solid var(--line);
    border-radius: 4px;
    overflow: hidden;
    background: white;
  }
  .ai-card .hdr {
    background: linear-gradient(90deg, #4285f4 0%, #9b72cb 50%, #d96570 100%);
    color: white;
    padding: 10px 14px;
    font-size: 11px;
    font-weight: 700;
    display: flex; align-items: center; gap: 8px;
  }
  .ai-card .hdr .ico {
    width: 18px; height: 18px;
    background: white; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 10px; color: #4285f4; font-weight: 800;
  }
  .ai-card .q {
    background: #f8f9fa; padding: 8px 14px;
    font-size: 11px; color: #5f6368; font-style: italic;
  }
  .ai-card .a {
    padding: 12px 14px;
    font-size: 11.5px;
    line-height: 1.6;
    color: #202124;
  }
  .ai-card .a .hl { background: #fef7e0; padding: 1px 3px; border-radius: 2px; font-weight: 600; }
  .ai-card.after .a .hl { background: var(--green-bg); color: var(--green); }
  .ai-card .a ul { margin-top: 8px; padding-left: 14px; font-size: 10.5px; color: #4d5156; list-style: none; }
  .ai-card .a ul li { padding: 2px 0; padding-left: 12px; position: relative; }
  .ai-card .a ul li::before { content: "·"; position: absolute; left: 0; color: #4285f4; font-weight: 700; }

  /* WEBSITE MOCK */
  .web-mock {
    border: 1px solid var(--line);
    border-radius: 4px;
    overflow: hidden;
    background: white;
    margin: 0 auto;
    max-width: 480px;
  }
  .web-bar { height: 22px; background: #f1f3f4; display: flex; align-items: center; padding: 0 10px; gap: 5px; }
  .web-bar .dot { width: 8px; height: 8px; border-radius: 50%; }
  .web-bar .url-bar { flex: 1; background: white; border-radius: 3px; font-size: 10px; color: #5f6368; padding: 3px 8px; margin-left: 6px; }
  .web-nav-row {
    background: #000; color: white;
    padding: 8px 12px;
    display: flex; align-items: center; justify-content: space-between;
    font-size: 9.5px; font-weight: 700; letter-spacing: 0.8px;
  }
  .web-book-btn {
    background: #00d97e; color: #000;
    padding: 5px 12px; border-radius: 3px;
    font-weight: 700; position: relative; font-size: 9.5px;
  }
  .web-book-btn.broken::after, .web-hero-cta.broken::after, .web-faq-cta.broken::after {
    content: "X"; position: absolute; top: -6px; right: -6px;
    width: 18px; height: 18px;
    background: var(--red); color: #fff;
    border-radius: 50%; font-size: 9px; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  }
  .web-book-btn.working::after, .web-hero-cta.working::after, .web-faq-cta.working::after {
    content: "✓"; position: absolute; top: -6px; right: -6px;
    width: 18px; height: 18px;
    background: var(--green); color: #fff;
    border-radius: 50%; font-size: 10px; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  }
  .web-info-row {
    background: white; padding: 10px 12px;
    display: flex; gap: 18px;
    font-size: 9.5px; color: #202124;
    border-bottom: 1px solid #f1f3f4;
  }
  .web-info-row .item-l {
    color: #80868b; font-size: 8px;
    text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px;
  }
  .web-hero-img {
    height: 130px;
    background: linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)), linear-gradient(135deg, #5a6a73 0%, #2c3338 100%);
    color: white; padding: 22px;
    display: flex; flex-direction: column; justify-content: center;
    position: relative;
  }
  .web-hero-img h3 { font-size: 14px; font-weight: 800; margin-bottom: 3px; text-transform: uppercase; letter-spacing: 0.5px; }
  .web-hero-img .reviews { font-size: 9px; color: #fbbc04; margin-bottom: 10px; }
  .web-hero-cta {
    background: #00d97e; color: #000;
    padding: 7px 14px; border-radius: 3px;
    font-weight: 700; font-size: 10px;
    align-self: flex-start; position: relative;
  }
  .web-faq-section { padding: 12px; background: #fafafa; border-top: 1px solid #f1f3f4; }
  .web-faq-title { font-size: 11px; font-weight: 700; margin-bottom: 6px; }
  .web-faq-q {
    font-size: 9.5px; color: #5f6368;
    margin-bottom: 5px; padding-left: 12px; position: relative;
  }
  .web-faq-q::before { content: ">"; position: absolute; left: 0; color: #00d97e; font-weight: 700; }
  .web-faq-cta {
    margin-top: 8px; background: #00d97e; color: #000;
    padding: 5px 11px; border-radius: 3px;
    font-size: 9px; font-weight: 700;
    display: inline-block; position: relative;
  }

  /* WHAT WE NEED - numbered list */
  .needs-list {
    list-style: none;
    padding: 0;
    margin-bottom: 24px;
    counter-reset: need;
  }
  .needs-list li {
    counter-increment: need;
    padding: 14px 0 14px 56px;
    border-bottom: 1px solid var(--line-soft);
    position: relative;
    min-height: 50px;
  }
  .needs-list li:last-child { border-bottom: 0; }
  .needs-list li::before {
    content: counter(need);
    position: absolute;
    left: 0;
    top: 14px;
    width: 36px; height: 36px;
    border-radius: 50%;
    background: var(--orange);
    color: white;
    display: flex; align-items: center; justify-content: center;
    font-weight: 800;
    font-size: 16px;
  }
  .needs-list .t { font-weight: 700; font-size: 14px; color: var(--ink); margin-bottom: 4px; }
  .needs-list .d { font-size: 12px; color: var(--ink-soft); line-height: 1.5; }
  .needs-list .d strong { color: var(--orange); }
  .timeline-callout {
    background: var(--ink);
    color: var(--paper);
    padding: 18px 24px;
    border-radius: 4px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
  }
  .timeline-callout strong { color: var(--orange); font-weight: 800; }

  /* PRINT */
  @media print {
    body { background: white; padding: 0; }
    .page {
      margin: 0;
      box-shadow: none;
      page-break-after: always;
    }
    .page:last-child { page-break-after: auto; }
  }

  @media (max-width: 920px) {
    body { padding: 16px 8px; }
    .page { width: 100%; padding: 36px 28px; }
    .col2 { grid-template-columns: 1fr; }
    .strengths-row { grid-template-columns: repeat(3, 1fr); }
    .ai-compare { grid-template-columns: 1fr; }
  }

  /* PHOTOS PAGE */
  .photo-frame {
    background: white;
    border: 1px solid var(--line);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 14px;
  }
  .photo-img {
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center 25%;
    border-bottom: 1px solid var(--line);
  }
  .photo-meta {
    padding: 12px 14px;
  }
  .photo-meta .label-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
    font-size: 9.5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--ink-faint);
    font-weight: 600;
  }
  .photo-meta .verdict {
    font-weight: 700;
    color: var(--red);
  }
  .photo-meta ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .photo-meta ul li {
    font-size: 11.5px;
    color: var(--ink);
    padding: 3px 0 3px 16px;
    position: relative;
    line-height: 1.5;
  }
  .photo-meta ul li::before {
    content: "X";
    position: absolute;
    left: 0;
    color: var(--red);
    font-weight: 800;
    font-size: 10px;
  }
  .photo-meta ul li.fix::before { content: "✓"; color: var(--green); }
  .photo-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    margin-bottom: 18px;
  }
  table.photos-table tbody td:first-child { width: 22%; }
  table.photos-table .status-yes { color: var(--green); font-weight: 700; }
  table.photos-table .status-no { color: var(--red); font-weight: 700; }
  table.photos-table .status-weak { color: var(--amber); font-weight: 700; }

  /* DOWNLOAD BUTTON */
  .download-bar {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
  }
  .download-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--ink);
    color: white;
    padding: 12px 18px;
    border-radius: 8px;
    font-family: 'Archivo', system-ui, sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: background 0.15s, transform 0.15s;
    cursor: pointer;
    border: none;
  }
  .download-btn:hover {
    background: var(--orange);
    transform: translateY(-1px);
  }
  .download-btn .dl-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
  }
  @media print {
    .download-bar { display: none !important; }
  }

