:root {
  --ink: #151719;
  --muted: #64676c;
  --paper: #f7f5f1;
  --panel: #ffffff;
  --line: #dfddd8;
  --accent: #a62420;
  --accent-dark: #7d1816;
  --gold: #b9914f;
  --soft-gold: #f5eee1;
  --dark-panel: #202224;
  --shadow: 0 14px 34px rgba(25, 25, 25, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Noto Sans TC", "Microsoft JhengHei", system-ui, sans-serif;
  line-height: 1.65;
}
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(223, 221, 216, .88);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(14px);
}
.header-inner { display: flex; min-height: 70px; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 10px; min-width: 245px; }
.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 6px;
  background: var(--ink);
  color: #fff;
}
.brand-mark svg { width: 20px; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 15px; }
.brand small { color: var(--muted); font-size: 10px; letter-spacing: 1px; }
.site-nav { display: flex; align-items: center; gap: 22px; margin-left: auto; }
.site-nav a { border-bottom: 2px solid transparent; color: #575a5e; font-size: 14px; }
.site-nav a:hover, .site-nav a.active { border-color: var(--accent); color: var(--ink); }
.points-balance {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border: 1px solid #e4dbc9;
  border-radius: 6px;
  background: var(--soft-gold);
  color: #6d5225;
  font-size: 13px;
}
.points-balance svg, .price svg { width: 17px; height: 17px; }
.points-balance strong { font-size: 16px; }
.hero {
  isolation: isolate;
  position: relative;
  display: grid;
  min-height: min(530px, 74vh);
  align-items: center;
  overflow: hidden;
  background: #191919 url("../../up/BlackPantherDevelopmentStore.jpg") center 42% / cover no-repeat;
}
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(0, 0, 0, .58);
}
.hero-content { padding: 76px 0 92px; color: #fff; }
.eyebrow, .section-kicker {
  margin: 0 0 9px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.4px;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 720px;
  margin-bottom: 16px;
  font-size: clamp(40px, 6vw, 68px);
  line-height: 1.12;
}
.hero-copy { max-width: 620px; margin-bottom: 26px; color: rgba(255, 255, 255, .9); font-size: 18px; }
.primary-action, .redeem-button, .modal-confirm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  border: 0;
  border-radius: 6px;
  background: var(--accent);
  color: #fff;
  cursor: pointer;
  font-weight: 800;
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.primary-action { padding: 11px 18px; }
.primary-action:hover, .redeem-button:hover, .modal-confirm:hover {
  background: var(--accent-dark);
  box-shadow: 0 8px 16px rgba(125, 24, 22, .2);
  transform: translateY(-2px);
}
.primary-action svg, .redeem-button svg { width: 18px; }
.store-strip { border-bottom: 1px solid var(--line); background: #fff; }
.strip-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.strip-grid div {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-right: 1px solid var(--line);
  color: #4e5053;
  font-size: 14px;
  font-weight: 700;
}
.strip-grid div:first-child { border-left: 1px solid var(--line); }
.strip-grid svg { width: 19px; color: var(--accent); }
.catalog-section, .process-section, .faq-section { padding: 78px 0; }
.catalog-search-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  gap: 14px;
  margin-bottom: 34px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(25, 25, 25, .05);
}
.search-field { min-width: 0; }
.search-field.full-field { grid-column: 1 / -1; }
.search-field label {
  display: block;
  margin-bottom: 5px;
  color: #5b5e62;
  font-size: 12px;
  font-weight: 800;
}
.search-input-wrap { position: relative; }
.search-input-wrap svg {
  position: absolute;
  top: 50%;
  left: 11px;
  width: 17px;
  height: 17px;
  color: #898d91;
  pointer-events: none;
  transform: translateY(-50%);
}
.search-field input, .search-field select {
  width: 100%;
  min-height: 42px;
  border: 1px solid #d7d4ce;
  border-radius: 5px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 14px;
}
.search-field input { padding: 8px 11px 8px 36px; }
.search-field select { padding: 8px 10px; }
.search-field input:focus, .search-field select:focus {
  border-color: var(--accent);
  outline: 3px solid rgba(166, 36, 32, .1);
}
.clear-filter-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  align-self: end;
  gap: 6px;
  padding: 8px 12px;
  border: 1px solid #d7d4ce;
  border-radius: 5px;
  background: #fff;
  color: #56595d;
  cursor: pointer;
  font-weight: 800;
}
.clear-filter-button:hover { border-color: var(--ink); color: var(--ink); }
.clear-filter-button svg { width: 16px; height: 16px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.section-heading h2, .faq-layout h2 { margin-bottom: 4px; font-size: 32px; line-height: 1.2; }
.section-heading p { margin-bottom: 0; color: var(--muted); }
.catalog-count { color: var(--muted); font-size: 13px; }
.catalog-tools { display: flex; align-items: center; gap: 14px; }
.view-switch {
  display: flex;
  gap: 2px;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}
.view-button {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  gap: 5px;
  padding: 5px 8px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
}
.view-button svg { width: 15px; height: 15px; }
.view-button:hover, .view-button.active { background: var(--ink); color: #fff; }
.catalog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.catalog-grid[hidden], .catalog-table-wrap[hidden], .catalog-empty[hidden] { display: none; }
.source-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 9px 24px rgba(25, 25, 25, .06);
}
.source-media {
  position: relative;
  display: grid;
  width: 100%;
  aspect-ratio: 16 / 10;
  place-items: center;
  overflow: hidden;
  border: 0;
  background: #e9e5df;
}
.source-media-image { padding: 0; cursor: zoom-in; }
.source-media-image img { width: 100%; height: 100%; object-fit: cover; }
.source-media-image span {
  position: absolute;
  right: 9px;
  bottom: 9px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 7px;
  border-radius: 4px;
  background: rgba(21, 23, 25, .86);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}
.source-media-image span svg { width: 14px; height: 14px; }
.source-media-icon {
  color: #9b2925;
  background:
    linear-gradient(rgba(255, 255, 255, .52), rgba(255, 255, 255, .52)),
    repeating-linear-gradient(135deg, #eee7db 0 10px, #e7ded0 10px 20px);
}
.source-media-icon svg { width: 60px; height: 60px; stroke-width: 1.4; }
.source-body { display: flex; min-width: 0; flex: 1; flex-direction: column; padding: 17px; }
.source-body .product-meta { margin-bottom: 11px; }
.source-body h3 { margin-bottom: 7px; font-size: 19px; line-height: 1.35; }
.source-body > p { margin-bottom: 15px; color: var(--muted); font-size: 13px; }
.source-features { display: grid; gap: 5px; margin: 0 0 16px; padding: 0; list-style: none; color: #55585c; font-size: 12px; }
.source-features li { display: flex; align-items: center; gap: 5px; }
.source-features svg { width: 14px; height: 14px; color: #257443; }
.source-footer { margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line); }
.source-footer .price strong { font-size: 19px; }
.source-footer .price .free-price { color: #257443; }
.source-actions { display: flex; gap: 7px; margin-top: 11px; }
.source-actions .redeem-button { min-width: 0; flex: 1; padding: 8px 10px; font-size: 13px; }
.demo-link {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 8px 9px;
  border: 1px solid #cec9c0;
  border-radius: 6px;
  background: #fff;
  color: #55585c;
  font-size: 12px;
  font-weight: 800;
}
.demo-link:hover { border-color: var(--ink); color: var(--ink); }
.demo-link svg { width: 15px; height: 15px; }
.free-download-button { background: #257443; }
.free-download-button:hover { background: #1c5d34; box-shadow: 0 8px 16px rgba(28, 93, 52, .18); }
.catalog-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(25, 25, 25, .05);
}
.catalog-table {
  width: 100%;
  min-width: 1040px;
  border-collapse: collapse;
  font-size: 13px;
}
.catalog-table th {
  padding: 12px;
  background: #f3f0eb;
  color: #65686c;
  font-size: 12px;
  text-align: left;
  white-space: nowrap;
}
.catalog-table td { padding: 12px; border-top: 1px solid #ebe8e2; vertical-align: middle; }
.catalog-table tbody tr:hover { background: #fcfbf8; }
.table-tool-name { display: flex; min-width: 230px; align-items: center; gap: 9px; }
.table-tool-icon {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 5px;
  background: #f7e9e8;
  color: var(--accent);
}
.table-tool-icon svg { width: 18px; height: 18px; }
.table-price { color: #805d23; white-space: nowrap; }
.table-summary { max-width: 340px; color: var(--muted); }
.table-actions { display: flex; gap: 6px; justify-content: end; white-space: nowrap; }
.table-actions .demo-link, .table-actions .redeem-button { min-width: 0; padding: 7px 9px; font-size: 12px; }
.catalog-empty {
  margin: 0;
  padding: 26px;
  border: 1px dashed #c9c5bd;
  border-radius: 8px;
  background: #fff;
  color: var(--muted);
  text-align: center;
}
.catalog-pagination { display: flex; justify-content: center; gap: 6px; margin-top: 22px; }
.catalog-pagination button, .catalog-pagination strong {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  color: #9a9da1;
}
.catalog-pagination strong { border-color: var(--accent); background: var(--accent); color: #fff; }
.catalog-pagination svg { width: 16px; height: 16px; }
.discovery-section { padding: 54px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.discovery-layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); gap: 46px; align-items: center; }
.discovery-layout h2 { margin-bottom: 9px; font-size: 28px; line-height: 1.25; }
.discovery-layout p { margin-bottom: 0; color: var(--muted); }
.popular-searches { padding: 18px; border-left: 3px solid var(--gold); background: #faf7f1; }
.popular-searches strong { display: block; margin-bottom: 11px; font-size: 14px; }
.keyword-list { display: flex; flex-wrap: wrap; gap: 7px; }
.keyword-list button {
  padding: 6px 9px;
  border: 1px solid #e5d8bf;
  border-radius: 999px;
  background: #fff;
  color: #74572a;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
}
.keyword-list button:hover { border-color: #b9914f; background: var(--soft-gold); }
.catalog-grid[data-view="list"] { grid-template-columns: 1fr; gap: 9px; }
.catalog-grid[data-view="list"] .source-card { display: grid; grid-template-columns: 102px minmax(0, 1fr); }
.catalog-grid[data-view="list"] .source-media { height: 100%; min-height: 144px; aspect-ratio: auto; }
.catalog-grid[data-view="list"] .source-media-image span { display: none; }
.catalog-grid[data-view="list"] .source-media-icon svg { width: 42px; height: 42px; }
.catalog-grid[data-view="list"] .source-body {
  display: grid;
  grid-template-columns: minmax(190px, 1fr) minmax(240px, 1.5fr) auto;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 6px 18px;
  padding: 14px 16px;
}
.catalog-grid[data-view="list"] .product-meta { grid-column: 1; grid-row: 1; margin: 0; }
.catalog-grid[data-view="list"] h3 { grid-column: 1; grid-row: 2; margin: 0; font-size: 17px; }
.catalog-grid[data-view="list"] .source-body > p { grid-column: 2; grid-row: 1 / span 2; margin: 0; }
.catalog-grid[data-view="list"] .source-features { display: none; }
.catalog-grid[data-view="list"] .source-footer {
  grid-column: 3;
  grid-row: 1 / span 2;
  min-width: 210px;
  margin: 0;
  padding: 0 0 0 14px;
  border-top: 0;
  border-left: 1px solid var(--line);
}
.product-card {
  display: grid;
  grid-template-columns: minmax(320px, 44%) 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
}
.product-image-button {
  position: relative;
  min-height: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #edf0f1;
  cursor: zoom-in;
}
.product-image-button img { width: 100%; height: 100%; object-fit: cover; }
.product-image-button span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 9px;
  border-radius: 4px;
  background: rgba(21, 23, 25, .86);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
.product-image-button svg { width: 15px; }
.product-body { display: flex; min-height: 420px; flex-direction: column; padding: 28px; }
.product-meta { display: flex; align-items: center; gap: 9px; margin-bottom: 15px; }
.category-tag, .version { padding: 4px 8px; border-radius: 4px; font-size: 12px; font-weight: 800; }
.category-tag { background: #f7e9e8; color: var(--accent); }
.version { background: #eff1f2; color: #63666a; }
.product-body h3 { margin-bottom: 10px; font-size: 27px; line-height: 1.2; }
.product-body > p { color: var(--muted); }
.feature-list { display: grid; gap: 7px; margin: 6px 0 22px; padding: 0; list-style: none; color: #4c5054; font-size: 14px; }
.feature-list li { display: flex; gap: 7px; align-items: center; }
.feature-list svg { width: 17px; color: #257443; }
.product-footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.price small, .price strong { display: block; }
.price small { color: var(--muted); font-size: 12px; }
.price strong { display: flex; align-items: center; gap: 5px; color: #805d23; font-size: 23px; }
.redeem-button { min-width: 188px; padding: 10px 14px; }
.process-section { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.process-grid div { padding-top: 15px; border-top: 3px solid #d4b06d; }
.process-grid span { color: var(--accent); font-size: 14px; font-weight: 900; }
.process-grid h3 { margin: 7px 0 5px; font-size: 20px; }
.process-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.faq-layout { display: grid; grid-template-columns: 210px 1fr; gap: 52px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { padding: 18px 0; border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; font-weight: 800; }
.faq-list p { margin: 9px 0 0; color: var(--muted); font-size: 14px; }
.site-footer {
  padding: 30px 0;
  border-top: 1px solid var(--line);
  background: #fff;
  color: var(--muted);
}
.tool-footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px 34px;
}
.tool-footer-copy { min-width: 0; }
.tool-footer-head { display: flex; align-items: center; gap: 13px; }
.tool-footer-mascot {
  width: 66px;
  height: 66px;
  flex: 0 0 auto;
  border: 1px solid #e7d8bd;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 8px 20px rgba(58, 43, 20, .12);
}
.tool-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #282419;
  font-size: 18px;
  font-weight: 900;
}
.tool-footer-brand svg { width: 18px; height: 18px; color: #a77427; }
.tool-footer-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  margin-top: 4px;
}
.tool-footer-tagline { font-size: 14px; line-height: 1.6; }
.tool-footer-contact {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  gap: 5px;
  padding: 4px 9px;
  border: 1px solid rgba(6, 199, 85, .28);
  border-radius: 999px;
  background: #f0fff6;
  color: #087a35;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}
.tool-footer-contact:hover { border-color: rgba(6, 199, 85, .52); color: #05652b; }
.tool-footer-contact svg { width: 16px; height: 16px; }
.tool-footer-wechat { color: #079848; }
.visitor-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 9px;
  color: #6e7379;
  font-size: 13px;
}
.visitor-stat-label,
.visitor-stat {
  display: inline-flex;
  min-height: 31px;
  align-items: center;
}
.visitor-stat-label { color: #8b6428; font-weight: 900; }
.visitor-stat {
  gap: 5px;
  padding: 5px 9px;
  border: 1px solid #e6e1d8;
  border-radius: 999px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 5px 14px rgba(41, 36, 27, .04);
}
.visitor-stat-primary { border-color: #ead7b2; background: #fff9ee; }
.visitor-stat strong { color: #835d24; }
.visitor-stat-primary:hover { color: #8f1f1b; border-color: #d8b36d; }
.tool-footer-actions { display: grid; justify-items: end; gap: 12px; }
.tool-footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px 14px; }
.tool-footer-links a { color: #403a31; font-size: 14px; font-weight: 800; text-decoration: none; }
.tool-footer-links a:hover { color: var(--accent); }
.tool-footer-language {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #454038;
}
.tool-footer-language-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #f6eee0;
  color: #9b6d29;
}
.tool-footer-language-icon svg { width: 17px; height: 17px; }
.tool-footer-language-copy { display: grid; line-height: 1.05; }
.tool-footer-language-copy strong { font-size: 12px; }
.tool-footer-language-copy small { color: #898176; font-size: 11px; }
.tool-footer-language select {
  min-width: 150px;
  height: 40px;
  border: 1px solid #dfd5c4;
  border-radius: 7px;
  background: #fff;
  color: #39352f;
  padding: 0 10px;
}
.modal, .preview-modal {
  max-width: min(500px, calc(100% - 32px));
  border: 0;
  border-radius: 8px;
  box-shadow: 0 22px 54px rgba(0, 0, 0, .25);
}
.modal { padding: 30px; text-align: center; }
.modal::backdrop, .preview-modal::backdrop { background: rgba(0, 0, 0, .66); }
.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 0;
  background: transparent;
  color: #616467;
  cursor: pointer;
}
.modal-close svg { width: 20px; }
.modal-icon { color: var(--accent); }
.modal-icon svg { width: 38px; height: 38px; }
.modal h2 { margin: 10px 0 6px; font-size: 23px; }
.modal p { color: var(--muted); }
.modal-note { padding: 10px; background: var(--soft-gold); color: #6d5225 !important; font-size: 13px; }
.modal-confirm { min-width: 120px; padding: 9px 14px; }
.preview-modal { width: min(960px, calc(100% - 32px)); padding: 42px 12px 12px; background: #fff; }
.preview-modal img { width: 100%; }
.preview-close { color: #303236; }
@media (max-width: 780px) {
  .shell { width: min(100% - 28px, 620px); }
  .header-inner { min-height: 62px; gap: 10px; }
  .brand { min-width: 0; margin-right: auto; }
  .brand small, .site-nav, .points-balance span { display: none; }
  .brand strong { font-size: 14px; }
  .points-balance { padding: 7px 9px; }
  .hero { min-height: 470px; background-position: center; }
  .hero-content { padding: 58px 0 80px; }
  h1 { font-size: 43px; }
  .hero-copy { font-size: 16px; }
  .strip-grid { grid-template-columns: repeat(2, 1fr); }
  .strip-grid div { min-height: 56px; justify-content: start; padding: 0 12px; font-size: 12px; }
  .catalog-section, .process-section, .faq-section { padding: 56px 0; }
  .catalog-search-panel { grid-template-columns: 1fr; padding: 15px; }
  .search-field.full-field { grid-column: auto; }
  .clear-filter-button { justify-content: center; }
  .section-heading { display: block; }
  .catalog-tools { justify-content: space-between; margin-top: 12px; }
  .catalog-count { display: block; }
  .catalog-grid { grid-template-columns: 1fr; }
  .catalog-table-wrap { margin-right: -14px; }
  .catalog-table { min-width: 880px; }
  .catalog-table th, .catalog-table td { padding: 10px; }
  .discovery-section { padding: 42px 0; }
  .discovery-layout { grid-template-columns: 1fr; gap: 18px; }
  .discovery-layout h2 { font-size: 24px; }
  .catalog-grid[data-view="list"] .source-card { grid-template-columns: 70px minmax(0, 1fr); }
  .catalog-grid[data-view="list"] .source-media { min-height: 100%; }
  .catalog-grid[data-view="list"] .source-media-icon svg { width: 30px; height: 30px; }
  .catalog-grid[data-view="list"] .source-body {
    display: block;
    padding: 12px;
  }
  .catalog-grid[data-view="list"] .source-body > p,
  .catalog-grid[data-view="list"] .source-features { display: none; }
  .catalog-grid[data-view="list"] .source-footer {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 8px;
    min-width: 0;
    margin-top: 9px;
    padding: 9px 0 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }
  .catalog-grid[data-view="list"] .source-actions { margin: 0; }
  .catalog-grid[data-view="list"] .demo-link span,
  .catalog-grid[data-view="list"] .redeem-button span { display: none; }
  .catalog-grid[data-view="list"] .demo-link,
  .catalog-grid[data-view="list"] .redeem-button { width: 36px; min-width: 36px; height: 36px; padding: 0; }
  .catalog-grid[data-view="list"] .price strong { font-size: 16px; }
  .product-card { display: block; }
  .product-image-button { width: 100%; min-height: 0; aspect-ratio: 4 / 3; }
  .product-body { min-height: 0; padding: 21px; }
  .product-body h3 { font-size: 23px; }
  .product-footer { display: block; }
  .redeem-button { width: 100%; margin-top: 13px; }
  .process-grid, .faq-layout { grid-template-columns: 1fr; gap: 18px; }
  .process-grid { gap: 22px; }
  .tool-footer-inner { grid-template-columns: 1fr; gap: 18px; }
  .tool-footer-mascot { width: 56px; height: 56px; }
  .tool-footer-brand { font-size: 16px; }
  .tool-footer-tagline { flex-basis: 100%; }
  .tool-footer-actions { justify-items: start; }
  .tool-footer-links { justify-content: flex-start; }
}
