/* Mashu Data public site · original Mashu visual system · v1 */

:root {
  --brand: #14a800;
  --brand-dark: #108a00;
  --brand-deep: #0b5d03;
  --brand-soft: #f0f8ed;
  --brand-surface: #f7fbf5;
  --ink: #171717;
  --ink-soft: #393734;
  --muted: #5f5f5f;
  --muted-light: #8b8b8b;
  --paper: #ffffff;
  --surface: #f7f7f7;
  --surface-strong: #eeeeee;
  --line: #e4e4e4;
  --line-dark: #cfcfcf;
  --dark: #111a28;
  --blue: #256dff;
  --blue-soft: #eaf1ff;
  --green: #14a800;
  --green-soft: #f2f7f2;
  --coral: #14a800;
  --coral-soft: #f2f7f2;
  --yellow: #d3a319;
  --danger: #bd2d20;
  --success: #14a800;
  --radius: 24px;
  --radius-small: 14px;
  --shadow-soft: 0 12px 34px rgba(20, 20, 20, 0.07);
  --shell: 1280px;
  --font-sans: "SF Pro Display", "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", Arial, sans-serif;
}

/* -------------------------------------------------------------------------- */
/* Functional workspace and site-wide finish · v14                            */
/* -------------------------------------------------------------------------- */

mashu-footer {
  display: block;
}

.site-footer {
  padding: 0;
  border-top: 0;
  background:
    radial-gradient(circle at 8% 0%, rgba(20, 168, 0, .08), transparent 28%),
    #111a28;
  color: #fff;
}

.footer-main {
  display: grid;
  padding: 64px 0 56px;
  grid-template-columns: minmax(250px, 1.35fr) minmax(150px, .72fr) minmax(150px, .72fr) minmax(240px, 1fr);
  gap: clamp(34px, 5vw, 78px);
}

.footer-intro {
  min-width: 0;
}

.footer-brand {
  min-width: 0;
  color: #fff;
}

.footer-intro > p {
  max-width: 280px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .62);
  font-size: 14px;
  line-height: 1.75;
}

.footer-column {
  min-width: 0;
}

.footer-heading {
  margin: 0 0 22px;
  color: #fff;
  font-size: 12px;
  font-weight: 720;
  letter-spacing: .08em;
}

.footer-column nav {
  display: grid;
  gap: 14px;
}

.footer-column nav a,
.footer-email {
  width: fit-content;
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
  line-height: 1.45;
  transition: color .18s ease;
}

.footer-column nav a:hover,
.footer-email:hover {
  color: #fff;
}

.footer-icp {
  color: inherit;
  text-decoration: none;
}

.footer-icp:hover {
  text-decoration: underline;
}

.footer-contact {
  padding-left: clamp(0px, 2vw, 28px);
  border-left: 1px solid rgba(255, 255, 255, .12);
}

.footer-email {
  color: #fff;
  font-size: clamp(17px, 1.5vw, 21px);
  font-weight: 590;
  letter-spacing: -.02em;
  overflow-wrap: anywhere;
}

.footer-contact > p:last-child {
  max-width: 270px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .5);
  font-size: 12px;
  line-height: 1.7;
}

.footer-bottom {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .46);
  font-size: 12px;
}

body[data-page="home"] .site-header .header-inner {
  min-height: 72px;
}

body[data-page="home"] .source-platforms {
  padding: 52px 0 58px;
}

body[data-page="home"] .section-band {
  padding-block: 88px;
}

body[data-page="home"] .section-heading {
  margin-bottom: 42px;
}

body[data-page="home"] .service-card {
  min-height: 450px;
  padding: 28px;
}

body[data-page="home"] .capability-card {
  min-height: 270px;
}

body[data-page="home"] .capability-icon {
  margin-bottom: 34px;
}

body[data-page="home"] .process-list li {
  min-height: 220px;
}

body:is(
  [data-page="datasets"],
  [data-page="custom"],
  [data-page="contact"],
  [data-page="privacy"]
) .page-hero {
  padding: 28px 0 0;
  background: #fff;
}

body:is(
  [data-page="datasets"],
  [data-page="custom"],
  [data-page="contact"],
  [data-page="privacy"]
) .page-hero .narrow-shell {
  min-height: 0;
  padding: 44px 48px;
  border: 1px solid #e0e6de;
  border-radius: 18px;
  background:
    linear-gradient(115deg, rgba(20, 168, 0, .06), transparent 42%),
    #f7f9f6;
  color: var(--ink);
}

body:is(
  [data-page="datasets"],
  [data-page="custom"],
  [data-page="contact"],
  [data-page="privacy"]
) .page-hero .narrow-shell::before,
body:is(
  [data-page="datasets"],
  [data-page="custom"],
  [data-page="contact"],
  [data-page="privacy"]
) .page-hero .narrow-shell::after {
  display: none;
}

body:is(
  [data-page="datasets"],
  [data-page="custom"],
  [data-page="contact"],
  [data-page="privacy"]
) .page-hero h1 {
  max-width: 780px;
  margin-bottom: 16px;
  color: var(--ink);
  font-size: clamp(38px, 4vw, 54px);
}

body:is(
  [data-page="datasets"],
  [data-page="custom"],
  [data-page="contact"],
  [data-page="privacy"]
) .page-hero .narrow-shell > p:not(.section-kicker) {
  max-width: 760px;
  color: var(--muted);
  font-size: 16px;
}

body:is(
  [data-page="datasets"],
  [data-page="custom"],
  [data-page="contact"],
  [data-page="privacy"]
) .page-hero-summary {
  margin-top: 34px;
  border-top-color: #dfe5dc;
}

body:is(
  [data-page="datasets"],
  [data-page="custom"],
  [data-page="contact"],
  [data-page="privacy"]
) .page-hero-summary li {
  color: var(--ink);
}

body:is(
  [data-page="datasets"],
  [data-page="custom"],
  [data-page="contact"],
  [data-page="privacy"]
) .page-hero-summary strong {
  color: var(--ink);
}

body:is(
  [data-page="datasets"],
  [data-page="custom"],
  [data-page="contact"],
  [data-page="privacy"]
) .page-hero-summary li + li {
  border-left-color: #dfe5dc;
}

body:is(
  [data-page="datasets"],
  [data-page="custom"],
  [data-page="contact"],
  [data-page="privacy"]
) .page-hero-summary b,
body:is(
  [data-page="datasets"],
  [data-page="custom"],
  [data-page="contact"],
  [data-page="privacy"]
) .page-hero-summary span {
  color: var(--muted);
}

body:is(
  [data-page="datasets"],
  [data-page="custom"],
  [data-page="contact"],
  [data-page="privacy"]
) .page-hero .button-light {
  border-color: #cfd7cc;
  background: #fff;
  color: var(--ink);
}

body[data-page="datasets"] .sample-browser-section,
body[data-page="custom"] .custom-scope-section,
body[data-page="privacy"] .policy-section,
body[data-page="contact"] .contact-section {
  padding-top: 54px;
}

.tool-app {
  min-height: calc(100vh - 72px);
  padding: 24px 0 72px;
  background: #f4f5f4;
}

.tool-app-shell {
  display: grid;
  width: min(calc(100% - 40px), 1392px);
  min-height: 760px;
  margin-inline: auto;
  grid-template-columns: 252px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
}

.tool-sidebar {
  position: sticky;
  top: 96px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}

.tool-sidebar-head {
  display: flex;
  min-height: 72px;
  padding: 0 18px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--line);
}

.tool-sidebar-head p {
  margin: 0;
  color: var(--ink);
  font-size: 16px;
  font-weight: 680;
}

.tool-sidebar-head span {
  color: var(--muted);
  font-size: 11px;
}

.tool-sidebar-list {
  padding: 10px;
}

.tool-sidebar-list a {
  display: grid;
  min-width: 0;
  padding: 12px;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  border-radius: 9px;
  color: var(--ink);
}

.tool-sidebar-list a.active {
  background: var(--brand-soft);
}

.tool-sidebar-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 8px;
  background: #111;
  color: #fff;
  font-size: 13px;
  font-weight: 760;
}

.tool-sidebar-list strong,
.tool-sidebar-list small {
  display: block;
  min-width: 0;
}

.tool-sidebar-list strong {
  overflow: hidden;
  font-size: 13px;
  font-weight: 670;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tool-sidebar-list small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px;
}

.tool-sidebar-usage,
.tool-sidebar-contact {
  padding: 18px;
  border-top: 1px solid var(--line);
}

.tool-sidebar-usage > p,
.tool-sidebar-contact > p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 650;
}

.tool-sidebar-usage dl {
  display: grid;
  gap: 9px;
  margin: 0;
}

.tool-sidebar-usage dl > div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: var(--muted);
  font-size: 11px;
}

.tool-sidebar-usage dt,
.tool-sidebar-usage dd {
  margin: 0;
}

.tool-sidebar-usage dd {
  color: var(--ink);
  font-weight: 650;
}

.tool-sidebar-contact {
  background: #fafafa;
}

.tool-sidebar-contact > p {
  color: var(--ink-soft);
  line-height: 1.6;
}

.tool-sidebar-contact a {
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 680;
}

.tool-workspace {
  display: grid;
  min-width: 0;
  gap: 16px;
}

.tool-workspace-header,
.tool-config-panel,
.tool-result-panel {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}

.tool-workspace-header {
  display: flex;
  min-height: 142px;
  padding: 28px 30px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.tool-workspace-path {
  margin: 0 0 8px;
  color: var(--brand-dark);
  font-size: 11px;
  font-weight: 700;
}

.tool-workspace-header h1 {
  margin: 0 0 8px;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 620;
  letter-spacing: -.035em;
}

.tool-workspace-header > div > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.tool-availability {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  border-radius: 999px;
  background: var(--brand-soft);
  color: var(--brand-dark);
  font-size: 11px;
  font-weight: 650;
}

.tool-availability i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand);
}

.tool-config-panel,
.tool-result-panel {
  padding: 0;
}

.tool-panel-heading {
  display: flex;
  min-height: 76px;
  padding: 16px 22px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
}

.tool-panel-heading > div {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
}

.tool-panel-heading > div > span {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 9px;
  background: #f1f3f1;
  color: var(--ink);
  font-size: 11px;
  font-weight: 720;
}

.tool-panel-heading h2 {
  margin: 0;
  font-size: 17px;
  font-weight: 650;
  letter-spacing: -.015em;
}

.tool-panel-heading p,
.tool-panel-heading > small {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 11px;
}

.tool-run-form-compact {
  display: grid;
  padding: 24px 22px 18px;
  grid-template-columns: minmax(240px, 1fr) 180px 132px;
  align-items: end;
  gap: 14px;
}

.tool-run-form-compact label {
  display: grid;
  gap: 8px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 620;
}

.tool-run-form-compact .button {
  min-height: 48px;
}

.tool-run-note {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
  font-size: 11px;
}

.tool-result-panel {
  min-height: 390px;
}

.tool-empty-state {
  display: grid;
  min-height: 290px;
  place-content: center;
  justify-items: center;
  color: var(--muted);
  text-align: center;
}

.tool-empty-state span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #f2f3f2;
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 650;
}

.tool-empty-state p {
  margin: 0;
  font-size: 13px;
}

.tool-result-content {
  border-radius: 0;
  box-shadow: none;
}

.tool-result-head {
  padding: 22px;
}

.tool-result-footnote {
  margin: 0;
  padding: 14px 22px 20px;
}

@media (max-width: 980px) {
  .footer-main {
    grid-template-columns: 1.15fr .8fr .8fr;
  }

  .footer-contact {
    grid-column: 1 / -1;
    padding: 26px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .12);
    border-left: 0;
  }

  .tool-app-shell {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .tool-run-form-compact {
    grid-template-columns: minmax(220px, 1fr) 160px;
  }

  .tool-run-form-compact .button {
    grid-column: 1 / -1;
    width: fit-content;
    min-width: 160px;
  }
}

@media (max-width: 760px) {
  .footer-main {
    padding: 46px 0 38px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 24px;
  }

  .footer-intro,
  .footer-contact {
    grid-column: 1 / -1;
  }

  .footer-contact {
    padding-top: 24px;
  }

  .footer-bottom {
    padding: 20px 0;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
  }

  body:is(
    [data-page="datasets"],
    [data-page="custom"],
    [data-page="contact"],
    [data-page="privacy"]
  ) .page-hero .narrow-shell {
    padding: 34px 26px;
  }

  body:is(
    [data-page="datasets"],
    [data-page="custom"],
    [data-page="contact"],
    [data-page="privacy"]
  ) .page-hero-summary li + li {
    border-left: 0;
  }

  .tool-app {
    padding-top: 14px;
  }

  .tool-app-shell {
    width: min(calc(100% - 24px), 1392px);
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .tool-sidebar {
    position: static;
  }

  .tool-sidebar-usage,
  .tool-sidebar-contact {
    display: none;
  }

  .tool-workspace-header {
    min-height: 0;
    padding: 22px;
  }

  .tool-run-form-compact {
    grid-template-columns: 1fr;
  }

  .tool-run-form-compact .button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-intro,
  .footer-contact {
    grid-column: auto;
  }

  .tool-workspace-header {
    flex-direction: column;
  }

  .tool-panel-heading {
    align-items: flex-start;
  }

  .tool-panel-heading > small {
    display: none;
  }
}

/* -------------------------------------------------------------------------- */
/* Online tools and business proof · v13                                      */
/* -------------------------------------------------------------------------- */

body[data-page="home"] .hero-layout {
  display: grid;
  min-height: 590px;
  padding: 58px;
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: stretch;
  gap: 38px;
}

body[data-page="home"] .hero-copy {
  width: 100%;
  min-height: 0;
  padding: 12px 0 0;
}

body[data-page="home"] .hero-copy h1 {
  max-width: 790px;
  font-size: clamp(48px, 3.8vw, 56px);
}

body[data-page="home"] .hero-lead {
  max-width: 690px;
}

body[data-page="home"] .hero-facts {
  width: 100%;
  margin-top: auto;
}

.live-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 680;
}

.live-badge i,
.tool-run-note i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 5px rgba(20, 168, 0, .1);
}

.hero-tool-panel {
  display: flex;
  min-width: 0;
  padding: 32px;
  flex-direction: column;
  border-radius: 22px;
  background: #fff;
  color: var(--ink);
}

.hero-tool-label {
  margin: 26px 0 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
}

.hero-tool-panel h2 {
  margin: 0 0 16px;
  font-size: clamp(30px, 2.8vw, 42px);
  font-weight: 560;
  letter-spacing: -.045em;
}

.hero-tool-panel > p:last-of-type {
  margin-bottom: 26px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.hero-tool-panel form {
  display: grid;
  margin-top: auto;
  grid-template-columns: minmax(0, 1fr) 112px;
  gap: 12px;
}

.hero-tool-panel label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 650;
}

.hero-tool-panel input,
.hero-tool-panel select,
.tool-run-form input,
.tool-run-form select {
  width: 100%;
  min-height: 48px;
  padding: 0 15px;
  border: 1px solid var(--line-dark);
  border-radius: 10px;
  outline: none;
  background: #fff;
  color: var(--ink);
  font-size: 14px;
}

.hero-tool-panel input:focus,
.hero-tool-panel select:focus,
.tool-run-form input:focus,
.tool-run-form select:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(20, 168, 0, .1);
}

.hero-tool-panel form .button {
  grid-column: 1 / -1;
  margin-top: 2px;
}

.hero-tool-panel small {
  margin-top: 14px;
  color: var(--muted-light);
  font-size: 11px;
  text-align: center;
}

body[data-page="home"] .service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body[data-page="home"] .service-card {
  min-height: 520px;
  padding: 30px;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  gap: 24px;
  border-radius: 16px;
  background: #fff;
  color: var(--ink);
}

body[data-page="home"] .service-card-blue,
body[data-page="home"] .service-card-coral,
body[data-page="home"] .service-card-tool {
  background: #fff;
}

body[data-page="home"] .service-card-blue .service-number {
  background: var(--surface);
}

body[data-page="home"] .service-card-blue .service-label,
body[data-page="home"] .service-card-blue .text-link {
  color: var(--brand-dark);
}

body[data-page="home"] .service-card-blue .service-body > p:not(.service-label),
body[data-page="home"] .service-card-blue .plain-list li {
  color: var(--ink-soft);
}

body[data-page="home"] .service-body h3 {
  font-size: clamp(25px, 2.25vw, 32px);
}

.tool-platform-hero {
  padding: 34px 0 88px;
  background: var(--paper);
}

.tool-platform-hero-inner {
  display: grid;
  min-height: 560px;
  padding: 64px;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  align-items: center;
  gap: 64px;
  border-radius: 28px;
  background: var(--surface);
}

.tool-platform-copy h1 {
  max-width: 680px;
  margin-bottom: 26px;
  font-size: clamp(52px, 5vw, 72px);
  font-weight: 540;
  letter-spacing: -.055em;
}

.tool-platform-copy > p:not(.section-kicker) {
  max-width: 650px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.72;
}

.tool-platform-copy .hero-actions {
  margin-top: 32px;
}

.tool-platform-proof {
  display: flex;
  min-height: 420px;
  padding: 36px;
  flex-direction: column;
  border-radius: 22px;
  background: linear-gradient(135deg, #202020, #101b11);
  color: #fff;
}

.tool-platform-proof .live-badge {
  color: var(--brand);
}

.tool-platform-proof > strong {
  max-width: 420px;
  margin: 36px 0 auto;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 540;
  line-height: 1.14;
}

.tool-platform-proof ol {
  display: grid;
  margin-top: 36px;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, .18);
  list-style: none;
}

.tool-platform-proof li {
  display: grid;
  gap: 8px;
  padding: 18px 18px 0 0;
}

.tool-platform-proof li b {
  color: var(--brand);
  font-size: 10px;
  letter-spacing: .1em;
}

.tool-platform-proof li span {
  color: rgba(255, 255, 255, .8);
  font-size: 13px;
}

.tool-platform-proof > p {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .5);
  font-size: 11px;
}

.available-tools-section {
  padding-top: 86px;
}

.live-tool-card {
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.live-tool-card-main {
  display: grid;
  max-width: 920px;
  grid-template-columns: auto 1fr;
  gap: 24px;
}

.tool-mark {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border-radius: 14px;
  background: #171717;
  color: #fff;
  font-size: 28px;
  font-weight: 680;
}

.tool-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 15px;
}

.tool-card-meta span {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--surface);
  color: var(--muted);
  font-size: 11px;
  font-weight: 650;
}

.tool-card-meta .tool-status {
  background: var(--brand-soft);
  color: var(--brand-dark);
}

.live-tool-card h3 {
  margin-bottom: 13px;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 560;
}

.live-tool-card-main p {
  color: var(--muted);
  line-height: 1.72;
}

.tool-card-facts {
  display: grid;
  margin: 34px 0;
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.tool-card-facts div {
  padding: 20px 18px 20px 0;
}

.tool-card-facts dt {
  color: var(--muted-light);
  font-size: 11px;
}

.tool-card-facts dd {
  margin: 7px 0 0;
  font-size: 15px;
  font-weight: 650;
}

.tool-card-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}

.tool-boundary-section {
  background: var(--surface);
}

.tool-boundary-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.tool-boundary-grid article {
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.tool-boundary-grid article > span {
  color: var(--brand);
  font-size: 11px;
  font-weight: 720;
}

.tool-boundary-grid h3 {
  margin: 58px 0 14px;
  font-size: 24px;
}

.tool-boundary-grid p {
  color: var(--muted);
}

.tool-workspace {
  padding: 34px 0 90px;
  background: var(--surface);
}

.breadcrumb {
  display: flex;
  gap: 9px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 13px;
}

.breadcrumb a:hover {
  color: var(--brand-dark);
}

.tool-workspace-head {
  display: grid;
  padding: 42px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 48px;
  border: 1px solid var(--line);
  border-radius: 18px 18px 0 0;
  background: #fff;
}

.tool-workspace-head h1 {
  margin-bottom: 15px;
  font-size: clamp(40px, 4.5vw, 60px);
  font-weight: 540;
  letter-spacing: -.05em;
}

.tool-workspace-head > div > p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
}

.tool-workspace-head dl {
  display: grid;
  margin: 0;
  grid-template-columns: repeat(3, minmax(110px, 1fr));
  gap: 28px;
}

.tool-workspace-head dl div {
  display: grid;
  gap: 6px;
}

.tool-workspace-head dt {
  color: var(--muted-light);
  font-size: 10px;
}

.tool-workspace-head dd {
  margin: 0;
  font-size: 13px;
  font-weight: 650;
}

.tool-run-panel {
  padding: 26px 42px 28px;
  border: 1px solid var(--line);
  border-top: 0;
  background: #fff;
}

.tool-run-form {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(210px, .36fr) auto;
  align-items: end;
  gap: 14px;
}

.tool-run-form label {
  display: grid;
  gap: 8px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 650;
}

.tool-run-form .button {
  min-width: 132px;
}

.tool-run-form .button:disabled {
  cursor: wait;
  opacity: .65;
}

.tool-run-note {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 11px;
}

.tool-run-note > span {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  color: var(--brand-dark);
  font-weight: 650;
}

.tool-run-note p {
  margin: 0;
}

.tool-result-panel {
  min-height: 380px;
  padding: 42px;
  border: 1px solid var(--line);
  border-top: 0;
  border-radius: 0 0 18px 18px;
  background: #fff;
}

.tool-result-empty,
.tool-loading {
  display: flex;
  min-height: 294px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border-radius: 14px;
  background: var(--surface);
}

.tool-result-empty > span {
  color: var(--brand);
  font-size: 44px;
  font-weight: 680;
}

.tool-result-empty strong,
.tool-loading strong {
  font-size: 21px;
}

.tool-result-empty p,
.tool-loading p {
  margin: 5px 0 0;
  color: var(--muted);
}

.tool-loading-bars {
  display: flex;
  height: 54px;
  align-items: flex-end;
  gap: 5px;
}

.tool-loading-bars i {
  width: 7px;
  border-radius: 999px;
  background: var(--brand);
  animation: tool-bars 1s ease-in-out infinite alternate;
}

.tool-loading-bars i:nth-child(1) { height: 24px; }
.tool-loading-bars i:nth-child(2) { height: 42px; animation-delay: .1s; }
.tool-loading-bars i:nth-child(3) { height: 30px; animation-delay: .2s; }
.tool-loading-bars i:nth-child(4) { height: 50px; animation-delay: .3s; }
.tool-loading-bars i:nth-child(5) { height: 34px; animation-delay: .4s; }

@keyframes tool-bars {
  to { height: 16px; opacity: .42; }
}

.tool-error {
  padding: 22px;
  border: 1px solid #efc7c3;
  border-radius: 12px;
  background: #fff4f3;
  color: #8f241c;
}

.tool-result-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 28px;
}

.tool-result-head h2 {
  margin-bottom: 8px;
  font-size: clamp(30px, 3vw, 42px);
}

.tool-result-head p:last-child {
  margin: 0;
  color: var(--muted);
}

.tool-result-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.tool-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.tool-result-table {
  width: 100%;
  min-width: 1080px;
  border-collapse: collapse;
  font-size: 12px;
}

.tool-result-table th,
.tool-result-table td {
  padding: 14px 13px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.tool-result-table th {
  background: var(--surface);
  color: var(--muted);
  font-size: 10px;
  font-weight: 650;
  white-space: nowrap;
}

.tool-result-table tr:last-child td {
  border-bottom: 0;
}

.tool-row-index {
  color: var(--brand-dark);
  font-weight: 700;
}

.tool-row-asin {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}

.tool-row-title {
  max-width: 360px;
  line-height: 1.55;
}

.tool-row-tags {
  max-width: 150px;
}

.tool-result-table a {
  color: var(--brand-dark);
  font-weight: 650;
}

.tool-result-footnote {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 11px;
}

.tool-upsell {
  display: flex;
  margin-top: 34px;
  padding: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  border-radius: 18px;
  background: linear-gradient(120deg, #202020, #101b11);
  color: #fff;
}

.tool-upsell h2 {
  max-width: 820px;
  margin-bottom: 12px;
  font-size: clamp(30px, 3.3vw, 46px);
}

.tool-upsell p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, .62);
}

.tool-upsell .section-kicker {
  color: var(--brand);
}

@media (max-width: 1080px) {
  body[data-page="home"] .hero-layout {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .hero-copy {
    min-height: 450px;
  }

  .hero-tool-panel {
    min-height: 410px;
  }

  body[data-page="home"] .service-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .service-card {
    min-height: 0;
  }

  .tool-platform-hero-inner {
    grid-template-columns: 1fr;
  }

  .tool-workspace-head {
    grid-template-columns: 1fr;
  }

  .tool-run-form {
    grid-template-columns: 1fr 220px;
  }

  .tool-run-form .button {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  body[data-page="home"] .hero-layout {
    padding: 30px 20px 20px;
    gap: 26px;
  }

  body[data-page="home"] .hero-copy {
    min-height: 520px;
  }

  body[data-page="home"] .hero-copy h1 {
    font-size: clamp(38px, 11vw, 50px);
  }

  body[data-page="home"] .hero-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body[data-page="home"] .hero-facts span {
    padding-right: 10px;
  }

  .hero-tool-panel {
    min-height: 0;
    padding: 24px 20px;
  }

  .hero-tool-panel form {
    grid-template-columns: 1fr;
  }

  .hero-tool-panel form .button {
    grid-column: auto;
  }

  .tool-platform-hero {
    padding: 14px 0 58px;
  }

  .tool-platform-hero-inner {
    width: min(calc(100% - 24px), var(--shell));
    min-height: 0;
    padding: 36px 22px 22px;
    gap: 36px;
    border-radius: 22px;
  }

  .tool-platform-copy h1 {
    font-size: clamp(40px, 12vw, 52px);
  }

  .tool-platform-copy > p:not(.section-kicker) {
    font-size: 16px;
  }

  .tool-platform-copy .button {
    width: 100%;
  }

  .tool-platform-proof {
    min-height: 0;
    padding: 26px 22px;
  }

  .tool-platform-proof > strong {
    margin-top: 28px;
  }

  .tool-platform-proof ol {
    grid-template-columns: 1fr;
  }

  .tool-platform-proof li {
    grid-template-columns: 28px 1fr;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }

  .tool-platform-proof li:last-child {
    border-bottom: 0;
  }

  .live-tool-card {
    padding: 24px 20px;
  }

  .live-tool-card-main {
    grid-template-columns: 1fr;
  }

  .tool-card-facts {
    grid-template-columns: repeat(2, 1fr);
  }

  .tool-card-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .tool-boundary-grid {
    grid-template-columns: 1fr;
  }

  .tool-workspace {
    padding-top: 18px;
  }

  .tool-workspace > .page-shell {
    width: min(calc(100% - 24px), var(--shell));
  }

  .tool-workspace-head {
    padding: 26px 20px;
    border-radius: 16px 16px 0 0;
  }

  .tool-workspace-head dl {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .tool-run-panel,
  .tool-result-panel {
    padding: 22px 20px;
  }

  .tool-run-form {
    grid-template-columns: 1fr;
  }

  .tool-run-form .button {
    grid-column: auto;
  }

  .tool-run-note {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .tool-result-empty,
  .tool-loading {
    min-height: 260px;
    padding: 24px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }

  .tool-result-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .tool-result-actions {
    width: 100%;
    flex-direction: column;
  }

  .tool-result-actions .button {
    width: 100%;
  }

  .tool-upsell {
    padding: 34px 24px;
    align-items: flex-start;
    flex-direction: column;
  }
}

* {
  box-sizing: border-box;
}

html [hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

button,
input,
textarea,
select {
  color: inherit;
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3,
strong {
  letter-spacing: -0.025em;
}

h1,
h2,
h3 {
  line-height: 1.08;
}

h1 {
  font-size: clamp(46px, 6vw, 78px);
  font-weight: 620;
}

h2 {
  font-size: clamp(36px, 4.2vw, 58px);
  font-weight: 590;
}

h3 {
  font-size: 24px;
  font-weight: 620;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

.page-shell {
  width: min(calc(100% - 48px), var(--shell));
  margin-inline: auto;
}

.narrow-shell {
  width: min(calc(100% - 48px), 940px);
  margin-left: max(24px, calc((100% - var(--shell)) / 2));
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Header */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: min(calc(100% - 48px), 1392px);
  min-height: 80px;
  margin-inline: auto;
  gap: 42px;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 74px;
  color: var(--ink);
  line-height: 1;
}

mashu-brand {
  display: inline-block;
  width: 55px;
  height: 27px;
  flex: 0 0 55px;
  line-height: 0;
  vertical-align: middle;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 36px;
}

.site-nav a {
  padding: 29px 0 27px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 540;
}

.site-nav a:hover,
.site-nav a.active {
  color: var(--brand-dark);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  background: var(--paper);
}

.nav-toggle svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.8;
}

.icon-close {
  display: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 650;
  line-height: 1;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-dark {
  border-color: var(--brand);
  background: var(--brand);
  color: #fff;
}

.button-dark:hover {
  border-color: var(--brand-dark);
  background: var(--brand-dark);
}

.button-light {
  border-color: var(--ink);
  background: var(--paper);
  color: var(--ink);
}

.button-light:hover {
  background: var(--surface);
}

.header-cta {
  min-height: 46px;
  padding-inline: 23px;
  border-radius: 999px;
  font-size: 15px;
}

/* Shared sections */

.section-band {
  padding: 104px 0;
}

.section-kicker {
  margin-bottom: 15px;
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-kicker-light {
  color: var(--brand);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 52px;
}

.section-heading h2 {
  margin-bottom: 22px;
}

.section-heading > p:last-child,
.split-heading > p {
  color: var(--muted);
  font-size: 18px;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  max-width: none;
  align-items: end;
  gap: 72px;
}

.split-heading h2 {
  margin-bottom: 0;
}

.split-heading > p {
  margin-bottom: 5px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-bottom: 1px solid currentColor;
  color: var(--brand-dark);
  font-weight: 650;
}

.text-link span {
  transition: transform 160ms ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

.text-link-light {
  color: #fff;
}

/* Homepage hero */

.hero-section {
  overflow: hidden;
  padding: 32px 0 0;
}

.hero-layout {
  display: block;
  width: min(calc(100% - 144px), 1296px);
  min-height: 628px;
  padding: 52px 64px 48px;
  overflow: hidden;
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0.63) 42%, rgba(0, 0, 0, 0.12) 75%),
    url("./assets/hero-collaboration-v1.jpg?v=1") center center / cover no-repeat;
  color: #fff;
}

.hero-copy {
  width: min(100%, 650px);
  padding: 0;
}

.hero-eyebrow {
  margin-bottom: 22px;
  color: var(--brand);
  font-size: 15px;
  font-weight: 720;
}

.hero-copy h1 {
  max-width: 650px;
  margin-bottom: 36px;
  font-size: clamp(56px, 5vw, 72px);
  font-weight: 540;
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.hero-copy h1 em {
  display: inline;
  color: #fff;
  font-style: normal;
}

.hero-lead {
  max-width: 610px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 21px;
  line-height: 1.25;
}

.hero-mode {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(100%, 644px);
  height: 40px;
  margin-top: 70px;
  border: 2px solid rgba(255, 255, 255, 0.95);
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
}

.hero-mode span,
.hero-mode a {
  border-radius: inherit;
}

.hero-mode span {
  background: rgba(255, 255, 255, 0.1);
  font-weight: 650;
}

.hero-mode a {
  color: rgba(255, 255, 255, 0.9);
}

.hero-mode a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.hero-brief {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(100%, 644px);
  min-height: 50px;
  margin-top: 24px;
  margin-bottom: 0;
  padding: 3px 4px 3px 24px;
  border: 1px solid #fff;
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.hero-brief:hover {
  border-color: #fff;
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.24);
}

.hero-brief span {
  display: grid;
  gap: 2px;
}

.hero-brief small {
  color: var(--muted);
  font-size: 12px;
}

.hero-brief strong {
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
}

.hero-brief b {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

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

.hero-copy .button-dark {
  border-color: #fff;
  background: #fff;
  color: var(--ink);
}

.hero-copy .button-dark:hover {
  border-color: #f1f1f1;
  background: #f1f1f1;
}

.hero-copy .button-light {
  border-color: rgba(255, 255, 255, 0.72);
  background: transparent;
  color: #fff;
}

.hero-copy .button-light:hover {
  background: rgba(255, 255, 255, 0.09);
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 64px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
}

.hero-facts span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 999px;
}

.hero-facts span::before {
  display: none;
}

.hero-visual {
  position: relative;
  min-height: 500px;
  padding: 32px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background:
    radial-gradient(circle at 92% 4%, rgba(242, 100, 67, 0.18), transparent 32%),
    rgba(255, 255, 255, 0.055);
  color: #fff;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
}

.hero-visual::before,
.hero-visual::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  content: "";
}

.hero-visual::before {
  top: -90px;
  right: -80px;
  width: 280px;
  height: 280px;
}

.hero-visual::after {
  right: -170px;
  bottom: -220px;
  width: 440px;
  height: 440px;
}

.visual-top,
.visual-title,
.visual-table,
.visual-progress,
.visual-export {
  position: relative;
  z-index: 1;
}

.visual-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.visual-top span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 650;
}

.visual-top i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 5px rgba(242, 100, 67, 0.13);
}

.visual-top small {
  color: rgba(255, 255, 255, 0.62);
}

.visual-title {
  padding: 32px 0 28px;
}

.visual-title p {
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
}

.visual-title strong {
  display: inline-block;
  margin-right: 10px;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1;
}

.visual-title span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.visual-table {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(8px);
}

.visual-row {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 0.7fr);
  gap: 10px;
  padding: 13px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.83);
  font-size: 11px;
}

.visual-row:first-child {
  border-top: 0;
}

.visual-row-head {
  color: rgba(255, 255, 255, 0.46);
  font-size: 10px;
  text-transform: uppercase;
}

.visual-row span:first-child {
  display: flex;
  align-items: center;
  gap: 8px;
}

.visual-row span:first-child i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand);
}

.visual-progress {
  margin-top: 24px;
}

.visual-progress > span {
  display: block;
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.visual-progress i {
  display: block;
  width: 82%;
  height: 100%;
  border-radius: inherit;
  background: var(--brand);
}

.visual-progress small {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.5);
}

.visual-export {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
}

.visual-export > span {
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 9px;
  font-weight: 700;
}

.visual-export strong {
  margin-left: auto;
  color: var(--brand);
  font-size: 12px;
}

.scope-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: auto auto;
  align-content: start;
  align-items: center;
  min-height: 126px;
  margin-top: 76px;
  row-gap: 20px;
}

.scope-strip span {
  grid-column: 1 / -1;
  color: var(--muted);
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.scope-strip strong {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

/* Homepage service and capability sections */

.services-section {
  background: var(--paper);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.service-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 26px;
  min-height: 470px;
  padding: 42px;
  border-radius: 26px;
}

.service-card-blue {
  background: #eef1f4;
}

.service-card-coral {
  background: #f2f7f2;
}

.service-number {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 750;
}

.service-body {
  display: flex;
  flex-direction: column;
}

.service-label {
  margin-bottom: 18px;
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 720;
}

.service-body h3 {
  max-width: 480px;
  margin-bottom: 20px;
  font-size: clamp(27px, 3vw, 36px);
}

.service-body > p:not(.service-label) {
  color: var(--ink-soft);
}

.plain-list {
  display: grid;
  gap: 10px;
  margin: 20px 0 30px;
  list-style: none;
}

.plain-list li {
  position: relative;
  padding-left: 23px;
  color: var(--ink-soft);
  font-size: 14px;
}

.plain-list li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand);
  content: "";
}

.service-body .text-link {
  align-self: flex-start;
  margin-top: auto;
}

.capability-section {
  background: var(--surface);
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.capability-card {
  min-height: 310px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--paper);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.capability-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft);
}

.capability-tag {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--brand-soft);
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
}

.capability-card h3 {
  margin: 64px 0 18px;
  font-size: 23px;
}

.capability-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.process-section {
  background: var(--paper);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line-dark);
  list-style: none;
}

.process-list li {
  min-height: 245px;
  padding: 28px 30px;
  border-right: 1px solid var(--line);
}

.process-list li:last-child {
  border-right: 0;
}

.process-list li > span {
  color: var(--brand);
  font-size: 13px;
  font-weight: 760;
}

.process-list strong {
  display: block;
  margin: 55px 0 13px;
  font-size: 20px;
}

.process-list p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.boundary-section {
  padding: 0 0 100px;
}

.boundary-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 90px;
  padding: 70px;
  border-radius: 28px;
  background: var(--dark);
  color: #fff;
}

.boundary-layout h2 {
  margin-bottom: 24px;
}

.boundary-layout > div > p:not(.section-kicker) {
  color: rgba(255, 255, 255, 0.68);
}

.boundary-list {
  display: grid;
  list-style: none;
}

.boundary-list li {
  display: grid;
  gap: 7px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.boundary-list li:first-child {
  padding-top: 0;
}

.boundary-list li:last-child {
  border-bottom: 0;
}

.boundary-list span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

/* Interior page hero */

.page-hero {
  padding: 100px 0 90px;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.page-hero h1 {
  max-width: 960px;
  margin-bottom: 26px;
  font-size: clamp(48px, 6.2vw, 80px);
}

.page-hero .narrow-shell > p:not(.section-kicker) {
  max-width: 800px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 20px;
}

.page-hero .hero-actions {
  margin-top: 32px;
}

.final-cta {
  padding: 88px 0;
}

.final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  padding: 58px 64px;
  border-radius: 26px;
  background: #f2f7f2;
}

.final-cta-inner h2 {
  max-width: 820px;
  margin-bottom: 0;
  font-size: clamp(34px, 4vw, 54px);
}

/* Datasets */

.sample-browser-section {
  padding: 88px 0;
}

.sample-browser-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 34px;
}

.sample-browser-head h2 {
  margin-bottom: 0;
  font-size: 40px;
}

.sample-count {
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: var(--muted);
}

.sample-count strong {
  color: var(--brand);
  font-size: 34px;
}

.sample-list {
  display: grid;
  gap: 18px;
}

.sample-item {
  display: grid;
  grid-template-columns: 64px minmax(220px, 1.3fr) minmax(300px, 1fr) auto;
  align-items: center;
  gap: 26px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper);
}

.sample-item-index {
  color: var(--brand);
  font-size: 26px;
  font-weight: 680;
}

.sample-item-main h3 {
  margin-bottom: 7px;
  font-size: 22px;
}

.sample-item-main p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
}

.sample-item-meta {
  display: grid;
  gap: 5px;
  color: var(--muted);
  font-size: 12px;
}

.sample-item-actions {
  display: flex;
  gap: 8px;
}

.sample-empty {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 28px;
  min-height: 280px;
  align-items: center;
  padding: 46px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--surface);
}

.empty-index {
  color: var(--brand);
  font-size: 56px;
  font-weight: 680;
}

.sample-empty strong {
  display: block;
  margin-bottom: 8px;
  font-size: 24px;
}

.sample-empty p {
  max-width: 680px;
  color: var(--muted);
}

.sample-rules-section {
  background: var(--surface);
}

.rules-grid,
.quote-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.rules-grid article,
.quote-grid article {
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper);
}

.rules-grid article > span,
.quote-grid article > span {
  color: var(--brand);
  font-size: 13px;
  font-weight: 760;
}

.rules-grid h3,
.quote-grid h3 {
  margin: 54px 0 14px;
  font-size: 21px;
}

.rules-grid p,
.quote-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.sample-dialog {
  width: min(940px, calc(100% - 40px));
  max-height: calc(100vh - 40px);
  padding: 46px;
  overflow: auto;
  border: 0;
  border-radius: 24px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.24);
}

.sample-dialog::backdrop {
  background: rgba(0, 0, 0, 0.54);
}

.dialog-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--paper);
  font-size: 22px;
}

.sample-preview-table {
  width: 100%;
  margin-top: 26px;
  border-collapse: collapse;
  font-size: 13px;
}

.sample-preview-table th,
.sample-preview-table td {
  padding: 12px;
  border: 1px solid var(--line);
  text-align: left;
}

.sample-preview-table th {
  background: var(--surface);
}

/* Custom service page */

.custom-scope-section {
  padding: 96px 0;
}

.scope-table {
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: 20px;
}

.scope-row {
  display: grid;
  grid-template-columns: 0.75fr 1.5fr 0.75fr;
  gap: 24px;
  align-items: center;
  min-height: 78px;
  padding: 18px 26px;
  border-top: 1px solid var(--line);
}

.scope-row:first-child {
  border-top: 0;
}

.scope-head {
  min-height: 52px;
  background: var(--surface);
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.scope-row strong {
  font-size: 15px;
}

.scope-row span {
  color: var(--ink-soft);
  font-size: 14px;
}

.scope-row em {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
}

.format-section {
  background: var(--surface);
}

.format-layout,
.acceptance-layout,
.faq-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  align-items: start;
  gap: 90px;
}

.format-layout .section-heading,
.acceptance-layout .section-heading,
.faq-layout .section-heading {
  position: sticky;
  top: 110px;
  margin-bottom: 0;
}

.format-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.format-list article {
  min-height: 210px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper);
}

.format-list article > strong {
  display: block;
  font-size: 26px;
}

.format-list article > span {
  display: inline-block;
  margin: 7px 0 42px;
  color: var(--brand-dark);
  font-size: 12px;
}

.format-list p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
}

.quote-section {
  background: var(--paper);
}

.quote-note {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 30px;
  margin-top: 16px;
  padding: 26px;
  border-radius: 16px;
  background: var(--brand-soft);
}

.quote-note p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.acceptance-section {
  background: var(--surface);
}

.acceptance-list {
  display: grid;
  list-style: none;
}

.acceptance-list li {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 18px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line-dark);
}

.acceptance-list li > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--brand);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.acceptance-list strong {
  display: block;
  margin-bottom: 6px;
  font-size: 19px;
}

.acceptance-list p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.faq-list {
  border-top: 1px solid var(--line-dark);
}

.faq-list details {
  border-bottom: 1px solid var(--line-dark);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 25px 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: 620;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  color: var(--brand);
  font-size: 26px;
  font-weight: 400;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  padding: 0 42px 24px 0;
  color: var(--muted);
}

/* Contact page */

.contact-section {
  padding: 74px 0 110px;
  background: var(--surface);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(310px, 0.6fr);
  align-items: start;
  gap: 28px;
}

.form-panel,
.wechat-panel {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--paper);
}

.form-panel {
  overflow: hidden;
}

.form-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 26px 32px;
  border-bottom: 1px solid var(--line);
}

.form-heading span {
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 720;
}

.form-heading strong {
  font-size: 19px;
}

.inquiry-form {
  display: grid;
  gap: 26px;
  padding: 34px;
}

.inquiry-form label {
  display: grid;
  gap: 9px;
}

.inquiry-form label > span,
.field-method legend,
.choice-field legend {
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 650;
}

.inquiry-form b {
  color: var(--danger);
}

.inquiry-form input[type="text"],
.inquiry-form textarea {
  width: 100%;
  border: 1px solid var(--line-dark);
  border-radius: 12px;
  background: var(--paper);
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.inquiry-form input[type="text"] {
  height: 52px;
  padding: 0 15px;
}

.inquiry-form textarea {
  min-height: 150px;
  padding: 15px;
  resize: vertical;
}

.inquiry-form input:focus,
.inquiry-form textarea:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 4px rgba(20, 168, 0, 0.1);
}

.inquiry-form small {
  color: var(--muted-light);
}

.field-method,
.choice-field {
  margin: 0;
  padding: 0;
  border: 0;
}

.field-method > legend,
.choice-field > legend {
  margin-bottom: 12px;
}

.field-mode-switch,
.choice-field {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.field-mode-switch label,
.choice-field label {
  display: block;
}

.field-mode-switch input,
.choice-field input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.field-mode-switch label span,
.choice-field label span {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 16px;
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  background: var(--paper);
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
}

.field-mode-switch input:checked + span,
.choice-field input:checked + span {
  border-color: var(--brand);
  background: var(--brand-soft);
  color: var(--brand-dark);
}

.field-mode-panel {
  width: 100%;
  margin-top: 18px;
}

.text-field-example {
  margin-top: 14px;
  padding: 18px;
  border-radius: 12px;
  background: var(--surface);
}

.text-field-example > strong {
  font-size: 12px;
}

.text-example-lines {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 20px;
  margin-top: 12px;
}

.text-example-lines span {
  color: var(--muted);
  font-size: 12px;
}

.text-example-lines b {
  display: inline-block;
  min-width: 72px;
  color: var(--ink-soft);
}

.screenshot-input-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 14px;
}

.screenshot-input-head p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.screenshot-guide {
  position: relative;
}

.screenshot-guide-trigger {
  border: 0;
  background: transparent;
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 650;
}

.screenshot-guide-trigger span {
  display: inline-grid;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  place-items: center;
  border-radius: 50%;
  background: var(--brand-soft);
}

.screenshot-guide-popover {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 20;
  display: none;
  width: min(430px, calc(100vw - 48px));
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--paper);
  box-shadow: var(--shadow-soft);
}

.screenshot-guide.is-open .screenshot-guide-popover {
  display: block;
}

.guide-shop-page {
  margin: 14px 0 10px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
  font-size: 9px;
}

.guide-shop-header,
.guide-shop-content {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.guide-shop-header {
  padding-bottom: 7px;
  border-bottom: 1px solid var(--line);
}

.guide-shop-breadcrumb {
  padding: 7px 0;
  color: var(--muted);
}

.guide-shop-gallery,
.guide-shop-details {
  width: 50%;
}

.guide-shop-product {
  height: 90px;
  border-radius: 6px;
  background: #e2e7df;
}

.guide-shop-details h3 {
  margin: 4px 0;
  font-size: 10px;
}

.guide-shop-details button {
  border: 0;
  border-radius: 4px;
  background: var(--brand);
  color: #fff;
  font-size: 8px;
}

.guide-mark {
  outline: 2px solid var(--brand);
  outline-offset: 1px;
}

.screenshot-dropzone {
  display: grid;
  min-height: 180px;
  place-items: center;
  padding: 26px;
  border: 1.5px dashed var(--line-dark);
  border-radius: 14px;
  background: var(--surface);
  text-align: center;
}

.screenshot-dropzone.is-dragging {
  border-color: var(--brand);
  background: var(--brand-soft);
}

.screenshot-dropzone span {
  color: var(--muted);
  font-size: 12px;
}

.screenshot-dropzone .button {
  min-height: 38px;
  margin-top: 8px;
}

.screenshot-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.screenshot-preview-item {
  position: relative;
  margin: 0;
}

.screenshot-preview-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 10px;
}

.screenshot-preview-item button {
  position: absolute;
  top: 5px;
  right: 5px;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.screenshot-local-note {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 11px;
}

.form-document-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding-top: 8px;
}

.form-document-actions > span {
  width: 100%;
  color: var(--muted);
  font-size: 11px;
}

.form-message {
  min-height: 22px;
  color: var(--success);
  font-size: 13px;
}

.form-message.error {
  color: var(--danger);
}

.wechat-panel {
  position: sticky;
  top: 104px;
  padding: 34px;
  text-align: center;
}

.wechat-panel h2 {
  margin-bottom: 14px;
  font-size: 30px;
}

.wechat-panel > p:not(.section-kicker) {
  color: var(--muted);
  font-size: 14px;
}

.wechat-qr-link {
  display: block;
  width: min(100%, 300px);
  margin: 26px auto 0;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper);
}

.wechat-qr-link img {
  border-radius: 10px;
}

/* Policy */

.policy-date {
  display: block;
  margin-top: 28px;
  color: var(--muted-light);
  font-size: 12px;
}

.policy-section {
  padding: 80px 0 110px;
}

.policy-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  align-items: start;
  gap: 80px;
}

.policy-nav {
  position: sticky;
  top: 110px;
  display: grid;
  padding: 18px;
  border-radius: 16px;
  background: var(--surface);
}

.policy-nav a {
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--muted);
  font-size: 13px;
}

.policy-nav a:hover {
  background: var(--paper);
  color: var(--brand-dark);
}

.policy-content {
  display: grid;
  gap: 0;
}

.policy-content > section {
  position: relative;
  padding: 0 0 52px 70px;
  border-left: 1px solid var(--line-dark);
}

.policy-content > section > span {
  position: absolute;
  top: 0;
  left: -24px;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  background: var(--paper);
  color: var(--brand-dark);
  font-size: 11px;
  font-weight: 700;
}

.policy-content h2 {
  margin-bottom: 20px;
  font-size: 30px;
}

.policy-content p,
.policy-content li {
  color: var(--muted);
}

.policy-content ul {
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
  padding-left: 20px;
}

.policy-content a {
  color: var(--brand-dark);
  text-decoration: underline;
}

/* Footer */

.site-footer {
  padding: 66px 0 38px;
  background: var(--dark);
  color: #fff;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 54px;
}

.footer-brand {
  color: #fff;
}

.footer-brand {
  color: #fff;
}

.footer-inner > div:first-child > p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
}

.footer-inner nav {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-inner nav a,
.footer-meta {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.footer-inner nav a:hover,
.footer-meta a:hover {
  color: #fff;
}

.footer-meta {
  display: grid;
  align-content: space-between;
  justify-items: end;
  gap: 30px;
  text-align: right;
}

/* Responsive */

@media (max-width: 1080px) {
  .hero-layout {
    grid-template-columns: 1fr 0.9fr;
    gap: 44px;
  }

  .hero-visual {
    min-height: 480px;
    padding: 26px;
  }

  .capability-grid,
  .rules-grid,
  .quote-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-list li:nth-child(2) {
    border-right: 0;
  }

  .process-list li:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .boundary-layout {
    gap: 50px;
    padding: 54px;
  }

  .format-layout,
  .acceptance-layout,
  .faq-layout {
    gap: 56px;
  }
}

@media (max-width: 980px) {
  .hero-layout {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 48px;
  }

  .hero-copy {
    padding-bottom: 20px;
  }

  .hero-copy h1 {
    max-width: 760px;
  }

  .hero-visual {
    width: min(100%, 720px);
    min-height: 500px;
  }
}

@media (max-width: 860px) {
  .header-inner {
    grid-template-columns: auto auto 1fr;
    gap: 14px;
  }

  .nav-toggle {
    display: inline-flex;
    grid-column: 3;
    justify-self: end;
  }

  .site-nav {
    position: fixed;
    top: 77px;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    align-content: start;
    padding: 30px 24px;
    background: var(--paper);
  }

  .nav-open .site-nav {
    display: grid;
  }

  .site-nav a {
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
    font-size: 19px;
  }

  .site-nav a::after {
    display: none;
  }

  .nav-open .icon-menu {
    display: none;
  }

  .nav-open .icon-close {
    display: block;
  }

  .header-cta {
    display: none;
  }

  .hero-section {
    padding-top: 24px;
  }

  .hero-visual {
    min-height: auto;
  }

  .scope-strip {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    padding: 22px 0;
  }

  .scope-strip span {
    grid-column: 1 / -1;
    padding-bottom: 15px;
  }

  .scope-strip strong {
    min-height: 46px;
    padding: 12px 18px;
  }

  .scope-strip strong:nth-of-type(odd) {
    border-left: 0;
  }

  .split-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .service-grid,
  .boundary-layout,
  .format-layout,
  .acceptance-layout,
  .faq-layout,
  .contact-layout,
  .policy-layout {
    grid-template-columns: 1fr;
  }

  .boundary-layout {
    gap: 50px;
  }

  .format-layout .section-heading,
  .acceptance-layout .section-heading,
  .faq-layout .section-heading,
  .wechat-panel,
  .policy-nav {
    position: static;
  }

  .policy-nav {
    grid-template-columns: repeat(3, 1fr);
  }

  .policy-layout {
    gap: 44px;
  }

  .final-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }

  .footer-meta {
    grid-column: 1 / -1;
    justify-items: start;
    text-align: left;
  }
}

@media (max-width: 620px) {
  .page-shell,
  .narrow-shell,
  .header-inner {
    width: min(calc(100% - 32px), var(--shell));
    margin-inline: auto;
  }

  .header-inner {
    min-height: 68px;
  }

  .brand {
    min-width: 70px;
  }

  .site-nav {
    top: 69px;
  }

  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 36px;
  }

  .section-band {
    padding: 76px 0;
  }

  .section-heading {
    margin-bottom: 34px;
  }

  .home-notice {
    min-height: 0;
    margin-top: 20px;
    padding: 15px 18px;
    border-radius: 15px;
    font-size: 13px;
  }

  .home-notice span {
    max-width: 190px;
  }

  .home-notice a {
    font-size: 12px;
  }

  .home-notice a b {
    display: none;
  }

  .hero-layout {
    padding: 30px 22px;
    border-radius: 22px;
  }

  .hero-copy h1 {
    font-size: clamp(43px, 13vw, 60px);
  }

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

  .hero-brief {
    min-height: 80px;
    padding-left: 18px;
  }

  .hero-brief strong {
    font-size: 14px;
  }

  .hero-brief b {
    width: 44px;
    height: 44px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-facts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-visual {
    padding: 22px;
    border-radius: 22px;
  }

  .visual-title strong {
    font-size: 42px;
  }

  .visual-row {
    grid-template-columns: 1.25fr repeat(3, 0.75fr);
    padding-inline: 10px;
    font-size: 9px;
  }

  .visual-export strong {
    display: none;
  }

  .scope-strip {
    margin-top: 44px;
  }

  .service-card {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 28px;
  }

  .service-body h3 {
    font-size: 29px;
  }

  .capability-grid,
  .rules-grid,
  .quote-grid,
  .process-list,
  .format-list {
    grid-template-columns: 1fr;
  }

  .process-list li,
  .process-list li:nth-child(n) {
    min-height: 210px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .process-list li:last-child {
    border-bottom: 0;
  }

  .boundary-section {
    padding-bottom: 76px;
  }

  .boundary-layout {
    padding: 34px 26px;
    border-radius: 20px;
  }

  .page-hero {
    padding: 72px 0 64px;
  }

  .page-hero h1 {
    font-size: 46px;
  }

  .page-hero .narrow-shell > p:not(.section-kicker) {
    font-size: 17px;
  }

  .sample-browser-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .sample-empty {
    grid-template-columns: 1fr;
    padding: 30px;
  }

  .sample-item {
    grid-template-columns: 1fr;
  }

  .sample-item-actions .button {
    flex: 1;
  }

  .scope-table {
    overflow-x: auto;
  }

  .scope-row {
    min-width: 680px;
  }

  .quote-note {
    grid-template-columns: 1fr;
  }

  .final-cta {
    padding: 56px 0;
  }

  .final-cta-inner {
    padding: 36px 28px;
    border-radius: 20px;
  }

  .contact-section {
    padding: 36px 0 76px;
  }

  .form-heading {
    padding: 22px;
  }

  .inquiry-form {
    padding: 24px 20px;
  }

  .text-example-lines {
    grid-template-columns: 1fr;
  }

  .form-document-actions .button {
    width: 100%;
  }

  .wechat-panel {
    padding: 28px 22px;
  }

  .policy-nav {
    grid-template-columns: repeat(2, 1fr);
  }

  .policy-content > section {
    padding: 0 0 42px 42px;
  }

  .policy-content > section > span {
    left: -19px;
    width: 38px;
    height: 38px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-meta {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* -------------------------------------------------------------------------- */
/* Mashu original visual layer                                                */
/* -------------------------------------------------------------------------- */

.hero-section {
  position: relative;
  overflow: hidden;
  padding: 74px 0 0;
  background:
    radial-gradient(circle at 83% 5%, rgba(20, 168, 0, 0.11), transparent 24%),
    linear-gradient(180deg, #f7f3ee 0%, #fffdfa 82%);
}

.hero-section::before {
  position: absolute;
  top: 22px;
  left: calc(50% - 720px);
  width: 560px;
  height: 560px;
  border: 1px solid rgba(17, 26, 40, 0.05);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(calc(100% - 48px), var(--shell));
  min-height: 590px;
  margin-inline: auto;
  padding: 0;
  grid-template-columns: minmax(0, 1.02fr) minmax(460px, 0.98fr);
  align-items: center;
  gap: 74px;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
}

.hero-copy {
  width: 100%;
  padding: 28px 0 50px;
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: .12em;
}

.hero-eyebrow span {
  display: inline-block;
  width: 25px;
  height: 2px;
  border-radius: 999px;
  background: var(--brand);
}

.hero-copy h1 {
  max-width: 690px;
  margin-bottom: 30px;
  font-size: clamp(54px, 5.1vw, 74px);
  font-weight: 720;
  letter-spacing: -0.06em;
  line-height: 1.04;
}

.hero-copy h1 em {
  display: block;
  color: var(--brand);
  font-style: normal;
}

.hero-lead {
  max-width: 620px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 34px;
}

.hero-copy .button-dark,
.hero-copy .button-light {
  min-height: 54px;
  padding-inline: 24px;
}

.hero-copy .button-dark {
  border-color: var(--brand);
  background: var(--brand);
  color: #fff;
}

.hero-copy .button-dark:hover {
  border-color: var(--brand-dark);
  background: var(--brand-dark);
}

.hero-copy .button-light {
  border-color: var(--line-dark);
  background: rgba(255, 253, 250, 0.74);
  color: var(--ink);
}

.hero-copy .button-light:hover {
  border-color: var(--ink);
  background: var(--paper);
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 52px;
  border-top: 1px solid var(--line-dark);
  color: var(--muted);
  font-size: 12px;
}

.hero-facts span {
  display: grid;
  min-height: 0;
  gap: 6px;
  padding: 18px 16px 0 0;
  border: 0;
  border-radius: 0;
}

.hero-facts b {
  color: var(--brand);
  font-size: 10px;
  letter-spacing: .1em;
}

.hero-data-card {
  position: relative;
  min-height: 516px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 26px;
  background:
    radial-gradient(circle at 96% 0%, rgba(20, 168, 0, 0.22), transparent 30%),
    var(--dark);
  color: #fff;
  box-shadow: 0 26px 70px rgba(17, 26, 40, 0.2);
}

.hero-data-card::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .028) 1px, transparent 1px);
  background-size: 34px 34px;
  content: "";
  pointer-events: none;
}

.data-card-top,
.brief-grid,
.data-sheet,
.brief-steps,
.data-card-note {
  position: relative;
  z-index: 1;
}

.data-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.data-card-top > div {
  display: grid;
  gap: 4px;
}

.data-card-top small {
  color: rgba(255, 255, 255, .45);
  font-size: 9px;
  font-weight: 740;
  letter-spacing: .16em;
}

.data-card-top strong {
  font-size: 18px;
}

.data-card-top > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 999px;
  color: rgba(255, 255, 255, .65);
  font-size: 10px;
}

.data-card-top i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 4px rgba(20, 168, 0, .14);
}

.brief-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 20px 0;
}

.brief-grid > div {
  display: grid;
  gap: 5px;
  min-height: 72px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 12px;
  background: rgba(255, 255, 255, .045);
}

.brief-grid small {
  color: rgba(255, 255, 255, .42);
  font-size: 9px;
}

.brief-grid strong {
  color: rgba(255, 255, 255, .9);
  font-size: 12px;
}

.data-sheet {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 12px;
  background: rgba(5, 10, 18, .42);
}

.data-sheet > div {
  display: grid;
  grid-template-columns: .8fr 1.6fr .7fr .6fr;
  min-height: 30px;
  border-top: 1px solid rgba(255, 255, 255, .055);
}

.data-sheet > div:first-child {
  border-top: 0;
}

.data-sheet span {
  display: flex;
  align-items: center;
  padding: 0 9px;
  overflow: hidden;
  border-left: 1px solid rgba(255, 255, 255, .055);
  color: rgba(255, 255, 255, .25);
  font-size: 8px;
}

.data-sheet span:first-child {
  border-left: 0;
}

.data-sheet > div:not(.sheet-head) span:not(:first-child)::after {
  width: 72%;
  height: 4px;
  border-radius: 99px;
  background: rgba(255, 255, 255, .09);
  content: "";
}

.sheet-head {
  min-height: 28px !important;
  background: rgba(255, 255, 255, .045);
}

.sheet-head span {
  color: rgba(255, 255, 255, .4);
}

.brief-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 20px;
  list-style: none;
}

.brief-steps li {
  position: relative;
  display: grid;
  gap: 6px;
  color: rgba(255, 255, 255, .38);
  font-size: 8px;
}

.brief-steps li::before {
  position: absolute;
  top: 10px;
  right: 6px;
  left: 22px;
  height: 1px;
  background: rgba(255, 255, 255, .12);
  content: "";
}

.brief-steps li:last-child::before {
  display: none;
}

.brief-steps span {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 50%;
  background: var(--dark);
  font-size: 8px;
}

.brief-steps .is-active {
  color: rgba(255, 255, 255, .82);
}

.brief-steps .is-active span {
  border-color: var(--brand);
  background: var(--brand);
  color: #fff;
}

.data-card-note {
  margin: 18px 0 0;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .52);
  font-size: 10px;
}

.value-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  align-items: center;
  min-height: 112px;
  margin-top: 64px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.value-strip > div {
  display: grid;
  gap: 4px;
  padding: 0 26px;
  border-left: 1px solid var(--line);
}

.value-strip > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.value-strip span {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .08em;
}

.value-strip strong {
  font-size: 14px;
  font-weight: 650;
}

.value-strip > a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  border-radius: 10px;
  background: var(--ink);
  color: #fff;
  font-size: 12px;
  font-weight: 650;
}

.value-strip > a:hover {
  background: var(--brand);
}

.services-section {
  background: var(--paper);
}

.service-card {
  border: 1px solid var(--line);
  border-radius: 22px;
}

.service-card-blue {
  background: var(--dark);
  color: #fff;
}

.service-card-blue .service-number {
  background: rgba(255, 255, 255, .09);
}

.service-card-blue .service-label,
.service-card-blue .text-link {
  color: var(--brand);
}

.service-card-blue .service-body > p:not(.service-label),
.service-card-blue .plain-list li {
  color: rgba(255, 255, 255, .67);
}

.service-card-blue .plain-list li::before {
  background: var(--brand);
}

.service-card-coral {
  background: var(--brand-soft);
}

.capability-section,
.format-section,
.acceptance-section,
.contact-section,
.sample-rules-section {
  background: var(--surface);
}

.capability-card {
  border-radius: 16px;
  box-shadow: none;
}

.capability-tag {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--brand-dark);
}

.process-list li > span {
  color: var(--brand);
}

.boundary-layout {
  border-radius: 22px;
  background:
    radial-gradient(circle at 10% 0%, rgba(20, 168, 0, .18), transparent 28%),
    var(--dark);
}

.page-hero {
  background:
    radial-gradient(circle at 84% 0%, rgba(20, 168, 0, .09), transparent 23%),
    var(--surface);
}

.final-cta-inner {
  border: 1px solid #dbe8d7;
  border-radius: 20px;
  background: var(--brand-soft);
}

.form-panel,
.wechat-panel,
.sample-item,
.rules-grid article,
.quote-grid article {
  border-radius: 16px;
}

.inquiry-form input:focus,
.inquiry-form textarea:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 4px rgba(20, 168, 0, 0.1);
}

.site-footer {
  background:
    linear-gradient(90deg, rgba(20, 168, 0, .07), transparent 32%),
    var(--dark);
}

@media (max-width: 1080px) {
  .hero-layout {
    grid-template-columns: minmax(0, 1fr) minmax(400px, .9fr);
    gap: 42px;
  }

  .value-strip {
    grid-template-columns: repeat(3, 1fr);
    padding: 22px 0;
  }

  .value-strip > a {
    grid-column: 1 / -1;
    margin-top: 20px;
  }
}

@media (max-width: 860px) {
  .hero-section {
    padding-top: 48px;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 18px;
  }

  .hero-copy {
    padding-bottom: 30px;
  }

  .hero-data-card {
    width: min(100%, 700px);
    min-height: 0;
  }

  .value-strip {
    margin-top: 48px;
  }
}

@media (max-width: 620px) {
  .hero-section {
    padding-top: 36px;
  }

  .hero-section::before {
    display: none;
  }

  .hero-layout {
    width: min(calc(100% - 32px), var(--shell));
    padding: 0;
  }

  .hero-eyebrow {
    margin-bottom: 18px;
    font-size: 10px;
  }

  .hero-copy h1 {
    font-size: clamp(42px, 12vw, 54px);
  }

  .hero-copy h1 em {
    margin-top: 5px;
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-facts {
    grid-template-columns: 1fr;
    margin-top: 36px;
  }

  .hero-facts span {
    grid-template-columns: 28px 1fr;
    align-items: center;
    padding-top: 13px;
  }

  .hero-data-card {
    padding: 20px;
    border-radius: 18px;
  }

  .brief-grid {
    grid-template-columns: 1fr;
  }

  .brief-grid > div {
    min-height: 62px;
  }

  .data-sheet > div {
    grid-template-columns: 1fr 1.3fr .7fr;
  }

  .data-sheet span:nth-child(4) {
    display: none;
  }

  .value-strip {
    width: min(calc(100% - 32px), var(--shell));
    grid-template-columns: 1fr;
    padding: 12px 0 24px;
  }

  .value-strip > div {
    padding: 14px 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .value-strip > div:first-child {
    border-top: 0;
  }

  .value-strip > a {
    grid-column: auto;
    margin-top: 12px;
  }
}

/* -------------------------------------------------------------------------- */
/* Homepage structure · informed by marketplace clarity, original to Mashu    */
/* -------------------------------------------------------------------------- */

.hero-section {
  padding: 36px 0 0;
  background: var(--paper);
}

.hero-section::before {
  display: none;
}

.hero-layout {
  min-height: 560px;
  padding: 72px 68px 50px;
  grid-template-columns: 1fr;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 28px;
  background: linear-gradient(120deg, #202020 0%, #171a18 58%, #0d1b0e 100%);
  color: #fff;
  box-shadow: 0 22px 58px rgba(20, 20, 20, .1);
}

.hero-layout::before {
  display: none;
}

.hero-layout::after {
  display: none;
}

.hero-copy,
.hero-data-card {
  position: relative;
  z-index: 1;
}

.hero-copy {
  display: flex;
  width: min(100%, 1060px);
  min-height: 435px;
  padding: 0;
  flex-direction: column;
}

.hero-eyebrow {
  margin-bottom: 26px;
  color: var(--brand);
  font-size: 13px;
  font-weight: 680;
  letter-spacing: .04em;
}

.hero-copy h1 {
  max-width: 1040px;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(54px, 5vw, 74px);
  font-weight: 560;
  letter-spacing: -.052em;
  line-height: 1.04;
}

.hero-copy h1 em {
  color: #fff;
}

.hero-lead {
  max-width: 780px;
  color: rgba(255, 255, 255, .72);
  font-size: 18px;
  line-height: 1.7;
}

.hero-copy .button-dark {
  border-color: var(--brand);
  background: var(--brand);
}

.hero-copy .button-dark:hover {
  border-color: var(--brand-dark);
  background: var(--brand-dark);
}

.hero-copy .button-light {
  border-color: rgba(255, 255, 255, .58);
  background: rgba(255, 255, 255, .06);
  color: #fff;
}

.hero-copy .button-light:hover {
  border-color: #fff;
  background: #fff;
  color: var(--ink);
}

.hero-facts {
  display: grid;
  width: min(100%, 900px);
  max-width: none;
  margin-top: auto;
  padding-top: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, .2);
  color: rgba(255, 255, 255, .64);
  font-size: 13px;
}

.hero-facts b {
  color: var(--brand);
}

.hero-facts span {
  display: grid;
  min-height: 0;
  padding: 0 26px 0 0;
  border: 0;
  border-radius: 0;
  gap: 6px;
}

.hero-facts b {
  font-size: 10px;
  letter-spacing: .1em;
}

.hero-data-card {
  min-height: 500px;
  border-color: rgba(255, 255, 255, .13);
  background:
    radial-gradient(circle at 98% 0%, rgba(20, 168, 0, .18), transparent 34%),
    rgba(3, 10, 8, .54);
  box-shadow: 0 24px 56px rgba(0, 0, 0, .28);
  backdrop-filter: blur(10px);
}

.source-platforms {
  padding: 72px 0 76px;
  text-align: center;
}

.source-platforms p {
  display: grid;
  gap: 4px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 12px;
}

.source-platforms p span {
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
}

.source-platforms ul {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: center;
  list-style: none;
}

.source-platforms li {
  padding: 6px 12px;
  color: #4a4946;
  font-size: clamp(15px, 1.55vw, 22px);
  font-weight: 710;
  letter-spacing: -.035em;
}

.services-section {
  padding-top: 96px;
}

.capability-card {
  min-height: 300px;
  padding: 28px 25px;
  border: 1px solid var(--line);
  background: var(--paper);
  box-shadow: 0 8px 24px rgba(30, 38, 31, .04);
}

.capability-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 52px;
  place-items: center;
  color: var(--brand);
}

.capability-icon svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.capability-card:hover {
  border-color: #b7dbae;
  transform: translateY(-3px);
}

.capability-card,
.capability-card:hover {
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

@media (max-width: 1080px) {
  .hero-layout {
    padding: 50px 44px;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .source-platforms ul {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 24px;
  }
}

@media (max-width: 860px) {
  .hero-section {
    padding-top: 20px;
  }

  .hero-layout {
    padding: 48px 38px 38px;
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding: 0 0 18px;
  }

  .hero-data-card {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .hero-section {
    padding-top: 14px;
  }

  .hero-layout {
    width: min(calc(100% - 24px), var(--shell));
    padding: 36px 22px 22px;
    border-radius: 22px;
  }

  .hero-copy h1 {
    font-size: clamp(39px, 11vw, 50px);
  }

  .hero-copy .button-light {
    background: rgba(255, 255, 255, .04);
  }

  .hero-facts {
    margin-top: 30px;
  }

  .hero-data-card {
    padding: 18px;
    border-radius: 16px;
  }

  .source-platforms {
    padding: 48px 16px 56px;
  }

  .source-platforms ul {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 18px;
  }

  .source-platforms li {
    font-size: 16px;
  }

  .services-section {
    padding-top: 70px;
  }

  .capability-icon {
    margin-bottom: 34px;
  }
}

/* -------------------------------------------------------------------------- */
/* Public interior pages · shared Mashu site template                         */
/* -------------------------------------------------------------------------- */

body:is(
  [data-page="datasets"],
  [data-page="custom"],
  [data-page="contact"],
  [data-page="privacy"]
) main {
  overflow: hidden;
}

body:is(
  [data-page="datasets"],
  [data-page="custom"],
  [data-page="contact"],
  [data-page="privacy"]
) .page-hero {
  padding: 34px 0 72px;
  border-bottom: 0;
  background: var(--paper);
}

body:is(
  [data-page="datasets"],
  [data-page="custom"],
  [data-page="contact"],
  [data-page="privacy"]
) .page-hero .narrow-shell {
  position: relative;
  display: flex;
  width: min(calc(100% - 48px), var(--shell));
  min-height: 490px;
  margin-inline: auto;
  padding: 64px 64px 48px;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 28px;
  background: linear-gradient(120deg, #202020 0%, #171a18 58%, #0d1b0e 100%);
  color: #fff;
  box-shadow: none;
}

body:is(
  [data-page="datasets"],
  [data-page="custom"],
  [data-page="contact"],
  [data-page="privacy"]
) .page-hero .narrow-shell::before {
  display: none;
}

body:is(
  [data-page="datasets"],
  [data-page="custom"],
  [data-page="contact"],
  [data-page="privacy"]
) .page-hero .narrow-shell::after {
  display: none;
}

body:is(
  [data-page="datasets"],
  [data-page="custom"],
  [data-page="contact"],
  [data-page="privacy"]
) .page-hero .narrow-shell > * {
  position: relative;
  z-index: 1;
}

body:is(
  [data-page="datasets"],
  [data-page="custom"],
  [data-page="contact"],
  [data-page="privacy"]
) .page-hero .section-kicker {
  margin-bottom: 20px;
  color: var(--brand);
  font-size: 12px;
  letter-spacing: .12em;
}

body:is(
  [data-page="datasets"],
  [data-page="custom"],
  [data-page="contact"],
  [data-page="privacy"]
) .page-hero h1 {
  max-width: 900px;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(50px, 5.15vw, 68px);
  font-weight: 560;
  letter-spacing: -.05em;
  line-height: 1.06;
}

body:is(
  [data-page="datasets"],
  [data-page="custom"],
  [data-page="contact"],
  [data-page="privacy"]
) .page-hero .narrow-shell > p:not(.section-kicker) {
  max-width: 760px;
  color: rgba(255, 255, 255, .7);
  font-size: 18px;
  line-height: 1.72;
}

body:is(
  [data-page="datasets"],
  [data-page="custom"],
  [data-page="contact"],
  [data-page="privacy"]
) .page-hero .hero-actions {
  margin-top: 28px;
}

body:is(
  [data-page="datasets"],
  [data-page="custom"],
  [data-page="contact"],
  [data-page="privacy"]
) .page-hero .button-dark {
  border-color: var(--brand);
  background: var(--brand);
  color: #fff;
}

body:is(
  [data-page="datasets"],
  [data-page="custom"],
  [data-page="contact"],
  [data-page="privacy"]
) .page-hero .button-light {
  border-color: rgba(255, 255, 255, .56);
  background: rgba(255, 255, 255, .05);
  color: #fff;
}

body:is(
  [data-page="datasets"],
  [data-page="custom"],
  [data-page="contact"],
  [data-page="privacy"]
) .page-hero .button-light:hover {
  border-color: #fff;
  background: #fff;
  color: var(--ink);
}

body:is(
  [data-page="datasets"],
  [data-page="custom"],
  [data-page="contact"],
  [data-page="privacy"]
) .page-hero-summary {
  display: grid;
  width: min(100%, 820px);
  margin-top: 42px;
  padding-top: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .2);
  list-style: none;
}

body:is(
  [data-page="datasets"],
  [data-page="custom"],
  [data-page="contact"],
  [data-page="privacy"]
) .page-hero-summary li {
  display: grid;
  gap: 5px;
  padding-right: 24px;
}

body:is(
  [data-page="datasets"],
  [data-page="custom"],
  [data-page="contact"],
  [data-page="privacy"]
) .page-hero-summary b {
  color: var(--brand);
  font-size: 10px;
  letter-spacing: .1em;
}

body:is(
  [data-page="datasets"],
  [data-page="custom"],
  [data-page="contact"],
  [data-page="privacy"]
) .page-hero-summary strong {
  color: #fff;
  font-size: 14px;
  font-weight: 620;
}

body:is(
  [data-page="datasets"],
  [data-page="custom"],
  [data-page="contact"],
  [data-page="privacy"]
) .page-hero-summary span {
  color: rgba(255, 255, 255, .55);
  font-size: 12px;
}

body:is(
  [data-page="datasets"],
  [data-page="custom"],
  [data-page="contact"],
  [data-page="privacy"]
) .section-band {
  padding-block: 88px;
}

body:is(
  [data-page="datasets"],
  [data-page="custom"],
  [data-page="contact"],
  [data-page="privacy"]
) .section-heading {
  margin-bottom: 42px;
}

body:is(
  [data-page="datasets"],
  [data-page="custom"],
  [data-page="contact"],
  [data-page="privacy"]
) .section-heading h2,
body[data-page="datasets"] .sample-browser-head h2 {
  font-size: clamp(34px, 3.3vw, 48px);
  font-weight: 560;
  letter-spacing: -.045em;
}

body:is(
  [data-page="datasets"],
  [data-page="custom"],
  [data-page="contact"],
  [data-page="privacy"]
) .section-heading > p:last-child,
body:is(
  [data-page="datasets"],
  [data-page="custom"],
  [data-page="contact"],
  [data-page="privacy"]
) .split-heading > p {
  font-size: 16px;
  line-height: 1.72;
}

body[data-page="datasets"] .sample-browser-section,
body[data-page="custom"] .custom-scope-section,
body[data-page="privacy"] .policy-section {
  padding: 72px 0 96px;
  background: var(--paper);
}

body[data-page="datasets"] .sample-browser-head {
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

body[data-page="datasets"] .sample-count {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
}

body[data-page="datasets"] .sample-count strong {
  font-size: 28px;
}

body[data-page="datasets"] .sample-empty {
  min-height: 250px;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(20, 168, 0, .045), transparent 46%),
    var(--surface);
}

body[data-page="datasets"] .sample-rules-section,
body[data-page="custom"] .format-section,
body[data-page="custom"] .acceptance-section,
body[data-page="contact"] .contact-section {
  background:
    radial-gradient(circle at 92% 0%, rgba(20, 168, 0, .045), transparent 24%),
    var(--surface);
}

body[data-page="custom"] .scope-table,
body[data-page="custom"] .format-list article,
body[data-page="custom"] .rules-grid article,
body[data-page="custom"] .quote-grid article,
body[data-page="datasets"] .rules-grid article,
body[data-page="contact"] .form-panel,
body[data-page="contact"] .wechat-panel {
  border-color: var(--line);
  border-radius: 18px;
  background: var(--paper);
  box-shadow: none;
}

body[data-page="custom"] .scope-table {
  overflow: hidden;
}

body[data-page="custom"] .scope-head {
  background: var(--surface);
}

body[data-page="custom"] .quote-note {
  border: 1px solid #dbe8d7;
  background: var(--brand-soft);
}

body[data-page="custom"] .faq-list summary {
  font-size: 17px;
}

body[data-page="contact"] .contact-section {
  padding: 72px 0 104px;
}

body[data-page="contact"] .form-heading {
  background: linear-gradient(90deg, var(--brand-soft), rgba(242, 247, 242, 0));
}

body[data-page="contact"] .wechat-panel {
  overflow: hidden;
}

body[data-page="contact"] .wechat-panel::before {
  display: block;
  width: 38px;
  height: 3px;
  margin: -34px auto 28px;
  border-radius: 999px;
  background: var(--brand);
  content: "";
}

body[data-page="privacy"] .policy-date {
  color: rgba(255, 255, 255, .48);
}

body[data-page="privacy"] .policy-nav {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface);
}

body[data-page="privacy"] .policy-nav a:hover {
  background: var(--paper);
}

body[data-page="privacy"] .policy-content {
  gap: 16px;
}

body[data-page="privacy"] .policy-content > section {
  min-height: 150px;
  padding: 30px 36px 30px 84px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper);
  box-shadow: none;
}

body[data-page="privacy"] .policy-content > section > span {
  top: 30px;
  left: 26px;
  width: 38px;
  height: 38px;
  border-color: #dbe8d7;
  background: var(--brand-soft);
}

body[data-page="privacy"] .policy-content h2 {
  font-size: 27px;
}

body:is(
  [data-page="datasets"],
  [data-page="custom"]
) .final-cta {
  padding: 30px 0 88px;
  background: var(--paper);
}

body:is(
  [data-page="datasets"],
  [data-page="custom"]
) .final-cta-inner {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 255, 255, .08);
  border-radius: 22px;
  background: linear-gradient(110deg, #202020, #151a16 72%, #0f1910);
  color: #fff;
}

body:is(
  [data-page="datasets"],
  [data-page="custom"]
) .final-cta-inner::before {
  display: none;
}

body:is(
  [data-page="datasets"],
  [data-page="custom"]
) .final-cta-inner > * {
  position: relative;
  z-index: 1;
}

body:is(
  [data-page="datasets"],
  [data-page="custom"]
) .final-cta-inner .section-kicker {
  color: var(--brand);
}

body:is(
  [data-page="datasets"],
  [data-page="custom"]
) .final-cta-inner h2 {
  font-size: clamp(32px, 3.5vw, 48px);
}

@media (max-width: 860px) {
  body:is(
    [data-page="datasets"],
    [data-page="custom"],
    [data-page="contact"],
    [data-page="privacy"]
  ) .page-hero {
    padding-top: 20px;
  }

  body:is(
    [data-page="datasets"],
    [data-page="custom"],
    [data-page="contact"],
    [data-page="privacy"]
  ) .page-hero .narrow-shell {
    min-height: 470px;
    padding: 48px 38px;
  }

  body[data-page="privacy"] .policy-content > section {
    padding: 28px 30px 28px 78px;
  }
}

@media (max-width: 620px) {
  body:is(
    [data-page="datasets"],
    [data-page="custom"],
    [data-page="contact"],
    [data-page="privacy"]
  ) .page-hero {
    padding: 14px 0 46px;
  }

  body:is(
    [data-page="datasets"],
    [data-page="custom"],
    [data-page="contact"],
    [data-page="privacy"]
  ) .page-hero .narrow-shell {
    width: min(calc(100% - 24px), var(--shell));
    min-height: 0;
    padding: 36px 22px;
    border-radius: 22px;
  }

  body:is(
    [data-page="datasets"],
    [data-page="custom"],
    [data-page="contact"],
    [data-page="privacy"]
  ) .page-hero h1 {
    font-size: clamp(38px, 11vw, 50px);
  }

  body:is(
    [data-page="datasets"],
    [data-page="custom"],
    [data-page="contact"],
    [data-page="privacy"]
  ) .page-hero .narrow-shell > p:not(.section-kicker) {
    font-size: 16px;
  }

  body:is(
    [data-page="datasets"],
    [data-page="custom"],
    [data-page="contact"],
    [data-page="privacy"]
  ) .page-hero-summary {
    margin-top: 32px;
    padding-top: 14px;
    grid-template-columns: 1fr;
  }

  body:is(
    [data-page="datasets"],
    [data-page="custom"],
    [data-page="contact"],
    [data-page="privacy"]
  ) .page-hero-summary li {
    grid-template-columns: 28px 1fr;
    gap: 2px 4px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }

  body:is(
    [data-page="datasets"],
    [data-page="custom"],
    [data-page="contact"],
    [data-page="privacy"]
  ) .page-hero-summary li:last-child {
    border-bottom: 0;
  }

  body:is(
    [data-page="datasets"],
    [data-page="custom"],
    [data-page="contact"],
    [data-page="privacy"]
  ) .page-hero-summary b {
    grid-row: 1 / span 2;
  }

  body:is(
    [data-page="datasets"],
    [data-page="custom"],
    [data-page="contact"],
    [data-page="privacy"]
  ) .section-band {
    padding-block: 66px;
  }

  body[data-page="datasets"] .sample-browser-section,
  body[data-page="custom"] .custom-scope-section,
  body[data-page="privacy"] .policy-section,
  body[data-page="contact"] .contact-section {
    padding: 58px 0 72px;
  }

  body[data-page="datasets"] .sample-browser-head {
    align-items: flex-start;
  }

  body[data-page="datasets"] .sample-count {
    padding: 8px 10px;
  }

  body[data-page="privacy"] .policy-content > section {
    min-height: 0;
    padding: 70px 22px 24px;
  }

  body[data-page="privacy"] .policy-content > section > span {
    top: 22px;
    left: 22px;
  }

  body:is(
    [data-page="datasets"],
    [data-page="custom"]
  ) .final-cta {
    padding: 16px 0 66px;
  }

  body:is(
    [data-page="datasets"],
    [data-page="custom"]
  ) .final-cta-inner {
    align-items: flex-start;
    padding: 38px 24px;
  }
}

/* v14 cascade lock: keep the functional layer above earlier visual layers. */

.site-footer {
  padding: 0;
  background:
    radial-gradient(circle at 8% 0%, rgba(20, 168, 0, .08), transparent 28%),
    #111a28;
}

body[data-page="home"] .site-header .header-inner {
  min-height: 72px;
}

body[data-page="home"] .source-platforms {
  padding: 52px 0 58px;
}

body[data-page="home"] .section-band {
  padding-block: 88px;
}

body[data-page="home"] .section-heading {
  margin-bottom: 42px;
}

body[data-page="home"] .service-card {
  min-height: 450px;
  padding: 28px;
}

body[data-page="home"] .capability-card {
  min-height: 270px;
}

body[data-page="home"] .capability-icon {
  margin-bottom: 34px;
}

body[data-page="home"] .process-list li {
  min-height: 220px;
}

body:is(
  [data-page="datasets"],
  [data-page="custom"],
  [data-page="contact"],
  [data-page="privacy"]
) .page-hero {
  padding: 28px 0 0;
  background: #fff;
}

body:is(
  [data-page="datasets"],
  [data-page="custom"],
  [data-page="contact"],
  [data-page="privacy"]
) .page-hero .narrow-shell {
  min-height: 0;
  padding: 44px 48px;
  border: 1px solid #e0e6de;
  border-radius: 18px;
  background:
    linear-gradient(115deg, rgba(20, 168, 0, .06), transparent 42%),
    #f7f9f6;
  color: var(--ink);
}

body:is(
  [data-page="datasets"],
  [data-page="custom"],
  [data-page="contact"],
  [data-page="privacy"]
) .page-hero .narrow-shell::before,
body:is(
  [data-page="datasets"],
  [data-page="custom"],
  [data-page="contact"],
  [data-page="privacy"]
) .page-hero .narrow-shell::after {
  display: none;
}

body:is(
  [data-page="datasets"],
  [data-page="custom"],
  [data-page="contact"],
  [data-page="privacy"]
) .page-hero h1 {
  max-width: 780px;
  margin-bottom: 16px;
  color: var(--ink);
  font-size: clamp(38px, 4vw, 54px);
}

body:is(
  [data-page="datasets"],
  [data-page="custom"],
  [data-page="contact"],
  [data-page="privacy"]
) .page-hero .narrow-shell > p:not(.section-kicker) {
  max-width: 760px;
  color: var(--muted);
  font-size: 16px;
}

body:is(
  [data-page="datasets"],
  [data-page="custom"],
  [data-page="contact"],
  [data-page="privacy"]
) .page-hero-summary {
  margin-top: 34px;
  border-top-color: #dfe5dc;
}

body:is(
  [data-page="datasets"],
  [data-page="custom"],
  [data-page="contact"],
  [data-page="privacy"]
) .page-hero-summary li {
  color: var(--ink);
}

body:is(
  [data-page="datasets"],
  [data-page="custom"],
  [data-page="contact"],
  [data-page="privacy"]
) .page-hero-summary strong {
  color: var(--ink);
}

body:is(
  [data-page="datasets"],
  [data-page="custom"],
  [data-page="contact"],
  [data-page="privacy"]
) .page-hero-summary li + li {
  border-left-color: #dfe5dc;
}

body:is(
  [data-page="datasets"],
  [data-page="custom"],
  [data-page="contact"],
  [data-page="privacy"]
) .page-hero-summary b,
body:is(
  [data-page="datasets"],
  [data-page="custom"],
  [data-page="contact"],
  [data-page="privacy"]
) .page-hero-summary span {
  color: var(--muted);
}

body:is(
  [data-page="datasets"],
  [data-page="custom"],
  [data-page="contact"],
  [data-page="privacy"]
) .page-hero .button-light {
  border-color: #cfd7cc;
  background: #fff;
  color: var(--ink);
}

.tool-app .tool-config-panel,
.tool-app .tool-result-panel {
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.tool-app .tool-result-panel {
  min-height: 390px;
}

.tool-app .tool-run-form.tool-run-form-compact {
  display: grid;
  padding: 24px 22px 18px;
  grid-template-columns: minmax(240px, 1fr) 180px 132px;
  align-items: end;
  gap: 14px;
}

.tool-app .tool-run-form.tool-run-form-compact .button {
  min-height: 48px;
  min-width: 0;
}

.tool-app .tool-run-note {
  margin: 0;
  padding: 0 22px 22px;
  gap: 10px;
}

.tool-app .tool-result-content {
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.tool-app .tool-result-head {
  padding: 22px;
}

.tool-app .tool-loading {
  min-height: 290px;
  margin: 22px;
}

@media (max-width: 980px) {
  .tool-app .tool-run-form.tool-run-form-compact {
    grid-template-columns: minmax(220px, 1fr) 160px;
  }

  .tool-app .tool-run-form.tool-run-form-compact .button {
    grid-column: 1 / -1;
    width: fit-content;
    min-width: 160px;
  }
}

@media (max-width: 760px) {
  body:is(
    [data-page="datasets"],
    [data-page="custom"],
    [data-page="contact"],
    [data-page="privacy"]
  ) .page-hero .narrow-shell {
    padding: 34px 26px;
  }

  body:is(
    [data-page="datasets"],
    [data-page="custom"],
    [data-page="contact"],
    [data-page="privacy"]
  ) .page-hero-summary li + li {
    border-left: 0;
  }

  .tool-app .tool-run-form.tool-run-form-compact {
    grid-template-columns: 1fr;
  }

  .tool-app .tool-run-form.tool-run-form-compact .button {
    width: 100%;
  }
}

/* -------------------------------------------------------------------------- */
/* Dynamic data tools workspace · v15                                         */
/* -------------------------------------------------------------------------- */

body[data-page="tools"] {
  background: #f3f5f2;
}

.tools-app {
  min-height: calc(100vh - 72px);
  padding: 18px 0 72px;
}

.tools-frame {
  display: grid;
  width: min(calc(100% - 36px), 1480px);
  min-height: 760px;
  margin-inline: auto;
  grid-template-columns: 274px minmax(0, 1fr);
  align-items: start;
  gap: 16px;
}

.tools-rail {
  position: sticky;
  top: 90px;
  display: flex;
  overflow: hidden;
  height: calc(100vh - 108px);
  min-height: 650px;
  flex-direction: column;
  border: 1px solid #dfe4dc;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(26, 34, 25, .04);
}

.tools-rail-head {
  display: flex;
  min-height: 82px;
  padding: 17px 18px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #e7ebe5;
}

.tools-rail-head > div {
  display: grid;
  gap: 3px;
}

.tools-rail-kicker {
  color: #778075;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
}

.tools-rail-head strong {
  color: #181d17;
  font-size: 19px;
  font-weight: 650;
}

.tools-rail-count {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 50%;
  background: #edf8eb;
  color: #128200;
  font-size: 11px;
  font-weight: 750;
}

.tools-nav {
  min-height: 0;
  padding: 12px;
  overflow-y: auto;
}

.tools-nav-group + .tools-nav-group {
  margin-top: 18px;
  padding-top: 17px;
  border-top: 1px solid #edf0eb;
}

.tools-nav-group > p {
  margin: 0 8px 8px;
  color: #8a9187;
  font-size: 10px;
  font-weight: 720;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.tools-nav-item {
  display: grid;
  width: 100%;
  padding: 11px;
  grid-template-columns: 40px minmax(0, 1fr) 16px;
  align-items: center;
  gap: 11px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #1b211a;
  text-align: left;
  transition: background .18s ease, transform .18s ease;
}

.tools-nav-item:hover {
  background: #f4f7f3;
}

.tools-nav-item.active {
  background: #eaf7e8;
}

.tools-nav-item:active {
  transform: scale(.985);
}

.tools-nav-item img {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  box-shadow: 0 4px 14px rgba(16, 24, 32, .12);
}

.tools-nav-item > span {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.tools-nav-item strong,
.tools-nav-item small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tools-nav-item strong {
  font-size: 13px;
  font-weight: 680;
}

.tools-nav-item small {
  color: #788076;
  font-size: 10px;
}

.tools-nav-item > i {
  color: #9aa196;
  font-size: 19px;
  font-style: normal;
}

.tools-nav-item.active > i {
  color: #128200;
}

.tools-rail-foot {
  margin-top: auto;
  border-top: 1px solid #e7ebe5;
  background: #fafbf9;
}

.tools-free-rule {
  padding: 18px;
}

.tools-free-rule span {
  display: block;
  color: #7d857a;
  font-size: 10px;
}

.tools-free-rule strong {
  display: block;
  margin-top: 5px;
  color: #1b211a;
  font-size: 16px;
}

.tools-free-rule p {
  margin: 8px 0 0;
  color: #747c72;
  font-size: 10px;
  line-height: 1.65;
}

.tools-rail-foot > a {
  display: flex;
  padding: 15px 18px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e7ebe5;
  color: #147d05;
  font-size: 11px;
  font-weight: 690;
}

.tools-main {
  position: relative;
  overflow: clip;
  min-width: 0;
  min-height: 760px;
  border: 1px solid #dfe4dc;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(26, 34, 25, .05);
}

.tool-launcher {
  position: relative;
  z-index: 5;
  display: flex;
  min-height: 758px;
  padding: 64px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background:
    radial-gradient(circle at 50% 22%, rgba(20, 168, 0, .055), transparent 30%),
    linear-gradient(180deg, #fff, #fbfcfa);
  transition: min-height .38s cubic-bezier(.2, .8, .2, 1), padding .38s cubic-bezier(.2, .8, .2, 1);
}

.tool-launcher::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(22, 35, 20, .022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 35, 20, .022) 1px, transparent 1px);
  background-size: 32px 32px;
  content: "";
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 74%, transparent);
}

.tool-launcher-intro {
  display: flex;
  max-width: 760px;
  align-items: center;
  flex-direction: column;
  text-align: center;
  transition: all .32s ease;
}

.tool-launcher-intro > img {
  width: 68px;
  height: 68px;
  margin-bottom: 24px;
  border-radius: 17px;
  box-shadow: 0 12px 34px rgba(16, 24, 32, .18);
  transition: width .3s ease, height .3s ease, margin .3s ease;
}

.tool-launcher-intro p {
  margin: 0 0 8px;
  color: #147d05;
  font-size: 12px;
  font-weight: 700;
}

.tool-launcher-intro h1 {
  margin: 0;
  color: #111510;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 570;
  letter-spacing: -.055em;
  transition: font-size .3s ease;
}

.tool-launcher-intro span {
  display: block;
  margin-top: 13px;
  color: #6f776d;
  font-size: 15px;
}

.tool-command {
  display: grid;
  width: min(100%, 900px);
  margin-top: 38px;
  padding: 8px;
  grid-template-columns: minmax(0, 1fr) 132px;
  align-items: stretch;
  gap: 8px;
  border: 1px solid #ced5cb;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(29, 42, 27, .11);
  transition: width .32s ease, margin .32s ease, box-shadow .32s ease;
}

.tool-field-host {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(240px, 1fr) 172px;
  align-items: stretch;
}

.tool-command-field {
  display: grid;
  min-width: 0;
  padding: 6px 17px 7px;
  gap: 1px;
}

.tool-command-field + .tool-command-field {
  border-left: 1px solid #e1e5df;
}

.tool-command-field > span {
  color: #777f74;
  font-size: 9px;
  font-weight: 700;
}

.tool-command-field input,
.tool-command-field select {
  width: 100%;
  min-width: 0;
  height: 34px;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #151a14;
  font-size: 15px;
  font-weight: 560;
}

.tool-command-field input::placeholder {
  color: #9ba199;
  font-weight: 450;
}

.tool-start-button {
  display: flex;
  min-height: 58px;
  padding: 0 19px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 12px;
  background: #14a800;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  transition: background .18s ease, transform .18s ease;
}

.tool-start-button:hover {
  background: #108a00;
}

.tool-start-button:active {
  transform: scale(.98);
}

.tool-start-button:disabled {
  cursor: wait;
  opacity: .72;
}

.tool-start-button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.tool-launcher-note {
  display: flex;
  margin: 16px 0 0;
  align-items: center;
  gap: 8px;
  color: #7c8479;
  font-size: 11px;
  transition: opacity .2s ease;
}

.tool-launcher-note i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #14a800;
  box-shadow: 0 0 0 5px rgba(20, 168, 0, .1);
}

.tools-main:not([data-state="idle"]) .tool-launcher {
  position: sticky;
  top: 72px;
  display: grid;
  min-height: 94px;
  padding: 14px 18px;
  grid-template-columns: minmax(190px, 240px) minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid #e3e8e0;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(14px);
}

.tools-main:not([data-state="idle"]) .tool-launcher::before {
  display: none;
}

.tools-main:not([data-state="idle"]) .tool-launcher-intro {
  display: grid;
  min-width: 0;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  text-align: left;
}

.tools-main:not([data-state="idle"]) .tool-launcher-intro > img {
  width: 42px;
  height: 42px;
  margin: 0;
  border-radius: 10px;
  box-shadow: 0 5px 14px rgba(16, 24, 32, .14);
}

.tools-main:not([data-state="idle"]) .tool-launcher-intro p {
  margin: 0 0 2px;
  font-size: 9px;
}

.tools-main:not([data-state="idle"]) .tool-launcher-intro h1 {
  overflow: hidden;
  font-size: 16px;
  font-weight: 650;
  letter-spacing: -.02em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tools-main:not([data-state="idle"]) .tool-launcher-intro span,
.tools-main:not([data-state="idle"]) .tool-launcher-note {
  display: none;
}

.tools-main:not([data-state="idle"]) .tool-command {
  width: 100%;
  margin: 0;
  border-radius: 14px;
  box-shadow: none;
}

.tools-main:not([data-state="idle"]) .tool-start-button {
  min-height: 50px;
}

.tool-runtime[hidden] {
  display: none !important;
}

.tool-runtime {
  padding: 14px 20px 22px;
  animation: tool-runtime-in .32s ease both;
}

@keyframes tool-runtime-in {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

.tool-runtime-head {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.tool-runtime-state {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
}

.tool-state-dot {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #14a800;
  box-shadow: 0 0 0 7px rgba(20, 168, 0, .11);
  animation: tool-state-pulse 1.4s ease-in-out infinite;
}

.tools-main:is([data-state="complete"], [data-state="error"]) .tool-state-dot {
  animation: none;
}

.tools-main[data-state="error"] .tool-state-dot {
  background: #d94c3d;
  box-shadow: 0 0 0 7px rgba(217, 76, 61, .1);
}

@keyframes tool-state-pulse {
  50% { box-shadow: 0 0 0 12px rgba(20, 168, 0, 0); }
}

.tool-runtime-state > div {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.tool-runtime-state strong {
  color: #161b15;
  font-size: 15px;
}

.tool-runtime-state small {
  overflow: hidden;
  color: #7c8479;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tool-reset-button {
  padding: 8px 12px;
  border: 1px solid #d9dfd6;
  border-radius: 9px;
  background: #fff;
  color: #4f574d;
  font-size: 11px;
  font-weight: 650;
}

.tool-progress {
  display: grid;
  margin: 18px 0;
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
}

.tool-progress li {
  position: relative;
  display: grid;
  padding-right: 18px;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}

.tool-progress li:not(:last-child)::after {
  position: absolute;
  top: 16px;
  right: 7px;
  left: 42px;
  height: 1px;
  background: #dfe4dc;
  content: "";
}

.tool-progress li.complete:not(:last-child)::after {
  background: #14a800;
}

.tool-progress li > span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid #dce2d9;
  border-radius: 50%;
  background: #fff;
  color: #8a9187;
  font-size: 9px;
  font-weight: 730;
}

.tool-progress li.active > span {
  border-color: #14a800;
  color: #147d05;
  box-shadow: 0 0 0 5px rgba(20, 168, 0, .08);
}

.tool-progress li.complete > span {
  border-color: #14a800;
  background: #14a800;
  color: #fff;
}

.tool-progress li > div {
  position: relative;
  z-index: 1;
  display: grid;
  width: fit-content;
  padding-right: 8px;
  gap: 2px;
  background: #fff;
}

.tool-progress strong {
  color: #323831;
  font-size: 11px;
}

.tool-progress small {
  color: #8a9187;
  font-size: 9px;
}

.tool-stream-layout {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(270px, .72fr) minmax(0, 1.55fr);
  gap: 14px;
}

.tool-live-log,
.tool-live-data {
  overflow: hidden;
  min-width: 0;
  height: 430px;
  border-radius: 15px;
}

.tool-live-log {
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(circle at 20% 0%, rgba(20, 168, 0, .13), transparent 36%),
    #101710;
  color: #eef7ec;
}

.tool-live-log > header,
.tool-live-data > header {
  display: flex;
  min-height: 56px;
  padding: 0 17px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.tool-live-log > header {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.tool-live-log > header > div,
.tool-live-data > header > div {
  display: flex;
  align-items: center;
  gap: 9px;
}

.tool-live-log > header strong,
.tool-live-data > header strong {
  font-size: 12px;
}

.tool-live-log > header small {
  color: rgba(255, 255, 255, .45);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
}

.tool-live-indicator {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #65df52;
  box-shadow: 0 0 12px rgba(101, 223, 82, .75);
}

.tool-log-lines {
  min-height: 0;
  padding: 13px 0 24px;
  overflow-y: auto;
  scrollbar-color: rgba(255, 255, 255, .16) transparent;
}

.tool-log-line {
  display: grid;
  padding: 9px 16px;
  grid-template-columns: 39px 8px minmax(0, 1fr);
  align-items: start;
  gap: 9px;
  color: rgba(238, 247, 236, .72);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  line-height: 1.55;
  animation: tool-log-in .28s ease both;
  animation-delay: var(--delay);
}

@keyframes tool-log-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.tool-log-line time {
  color: rgba(255, 255, 255, .32);
}

.tool-log-line > i {
  width: 6px;
  height: 6px;
  margin-top: 4px;
  border-radius: 50%;
  background: #687267;
}

.tool-log-line.is-success > i,
.tool-log-line.is-data > i {
  background: #65df52;
}

.tool-log-line.is-error > i {
  background: #ff766a;
}

.tool-log-line.is-success > span {
  color: #e9ffe5;
}

.tool-live-data {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid #dfe4dc;
  background: #fff;
}

.tool-live-data-simple {
  height: min(62vh, 560px);
  min-height: 440px;
  border-radius: 14px;
}

.tool-live-data > header {
  min-height: 50px;
  border-bottom: 1px solid #e4e8e2;
}

.tool-live-data-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tool-live-data > header span {
  display: inline-flex;
  padding: 4px 7px;
  border-radius: 999px;
  background: #edf8eb;
  color: #147d05;
  font-size: 9px;
  font-weight: 720;
}

.tool-live-data > header small {
  color: #899087;
  font-size: 9px;
}

.tool-pipeline-monitor {
  position: relative;
  display: grid;
  padding: 12px 14px 15px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  border-bottom: 1px solid #e5eae3;
  background:
    linear-gradient(90deg, rgba(20, 168, 0, .035) 1px, transparent 1px),
    linear-gradient(rgba(20, 168, 0, .035) 1px, transparent 1px),
    #f8faf7;
  background-size: 18px 18px;
}

.tool-pipeline-monitor > div:not(.tool-pipeline-track) {
  display: grid;
  min-width: 0;
  padding: 9px 10px;
  gap: 4px;
  border: 1px solid #e1e7df;
  border-radius: 9px;
  background: rgba(255, 255, 255, .88);
}

.tool-pipeline-monitor span {
  color: #8a9187;
  font-size: 8px;
  font-weight: 650;
}

.tool-pipeline-monitor strong {
  overflow: hidden;
  color: #273025;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  font-weight: 720;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tools-main[data-state="running"] .tool-pipeline-monitor [data-metric="source"] strong,
.tools-main[data-state="running"] .tool-pipeline-monitor [data-metric="written"] strong {
  color: #128200;
}

.tool-pipeline-track {
  position: absolute;
  right: 14px;
  bottom: 7px;
  left: 14px;
  overflow: hidden;
  height: 2px;
  border-radius: 999px;
  background: #dfe5dd;
}

.tool-pipeline-track > span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #14a800, #67dc55, #14a800);
  background-size: 200% 100%;
  box-shadow: 0 0 10px rgba(20, 168, 0, .4);
  transition: width .42s cubic-bezier(.2, .8, .2, 1);
  animation: tool-pipeline-flow 1.1s linear infinite;
}

@keyframes tool-pipeline-flow {
  to { background-position: -200% 0; }
}

.tool-stream-table-wrap {
  position: relative;
  min-height: 0;
  flex: 1;
  overflow: auto;
}

.tools-main[data-state="running"] .tool-stream-table-wrap::after {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
  height: 44px;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(20, 168, 0, .09), rgba(20, 168, 0, .22), transparent);
  content: "";
  animation: tool-scan-line 1.35s linear infinite;
}

@keyframes tool-scan-line {
  from { top: -46px; }
  to { top: calc(100% + 2px); }
}

.tool-stream-table {
  width: max-content;
  min-width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}

.tool-stream-table th,
.tool-stream-table td {
  width: 170px;
  min-width: 150px;
  max-width: 280px;
  padding: 13px 12px;
  border-bottom: 1px solid #edf0eb;
  color: #555d53;
  font-size: 11px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}

.tool-stream-table th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #f7f9f6;
  color: #8a9187;
  font-size: 10px;
  font-weight: 680;
}

.tool-stream-table th:first-child,
.tool-stream-table td:first-child {
  width: 48px;
  min-width: 48px;
  max-width: 48px;
}

.tool-stream-table .tool-title-cell {
  width: 360px;
  min-width: 300px;
  max-width: 420px;
}

.tool-stream-table .tool-url-cell {
  width: 260px;
  min-width: 220px;
  max-width: 320px;
}

.tool-stream-table .tool-url-cell a {
  display: block;
  overflow: hidden;
  color: #147d05;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tool-stream-table .tool-url-cell a:hover {
  text-decoration: underline;
}

.tool-stream-skeleton {
  animation: stream-row-in .28s ease both;
}

.tool-stream-skeleton td:first-child {
  color: #a0a79d;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}

.stream-reading {
  display: inline-flex;
  padding: 3px 6px;
  align-items: center;
  border-radius: 999px;
  background: #edf8eb;
  color: #147d05;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 8px;
  animation: stream-reading-pulse .8s ease-in-out infinite alternate;
}

@keyframes stream-reading-pulse {
  to { opacity: .42; }
}

.skeleton-line {
  display: block;
  width: 72%;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #eef1ed 0%, #dfe5dd 46%, #eef1ed 100%);
  background-size: 220% 100%;
  animation: stream-shimmer 1.1s linear infinite;
}

.skeleton-line.is-wide { width: 94%; }
.skeleton-line.is-short { width: 54%; }

@keyframes stream-shimmer {
  to { background-position: -220% 0; }
}

.tool-stream-product {
  animation: stream-product-write .48s cubic-bezier(.2, .8, .2, 1) both;
}

@keyframes stream-product-write {
  0% { opacity: 0; transform: translateY(-8px); background: rgba(20, 168, 0, .2); }
  45% { opacity: 1; transform: translateY(0); background: rgba(20, 168, 0, .08); }
  100% { background: transparent; }
}

@keyframes stream-row-in {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

.stream-product {
  display: grid;
  min-width: 0;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  color: #252b24;
}

.stream-product img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  border: 1px solid #ecefeb;
  border-radius: 7px;
  background: #fff;
}

.stream-product > span {
  overflow: hidden;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tool-stream-table .tool-row-index {
  color: #128200;
  font-weight: 720;
}

.tool-stream-table .tool-row-asin {
  color: #6f776d;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
}

.tool-runtime-error {
  margin-top: 16px;
  padding: 16px 18px;
  border: 1px solid #efccc7;
  border-radius: 12px;
  background: #fff5f4;
  color: #9b3026;
  font-size: 12px;
}

.tool-result-summary {
  display: grid;
  margin-top: 16px;
  padding: 22px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  border: 1px solid #cae6c5;
  border-radius: 15px;
  background: #f4fbf2;
}

.tool-result-summary[hidden] {
  display: none !important;
}

.tool-result-summary > div:first-child > p {
  margin: 0 0 5px;
  color: #147d05;
  font-size: 9px;
  font-weight: 720;
}

.tool-result-summary h2 {
  margin: 0;
  color: #182017;
  font-size: 22px;
}

.tool-result-summary > div:first-child > span {
  display: block;
  margin-top: 6px;
  color: #6e776b;
  font-size: 11px;
}

.tool-result-summary > p {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid #dcecd8;
  color: #758071;
  font-size: 10px;
}

.tool-result-summary .tool-result-actions {
  margin: 0;
}

@media (max-width: 1080px) {
  .tools-frame {
    grid-template-columns: 238px minmax(0, 1fr);
  }

  .tools-main:not([data-state="idle"]) .tool-launcher {
    grid-template-columns: 1fr;
  }

  .tools-main:not([data-state="idle"]) .tool-launcher-intro {
    display: none;
  }

  .tool-stream-layout {
    grid-template-columns: 1fr;
  }

  .tool-live-log {
    height: 280px;
  }

  .tool-live-data {
    height: 430px;
  }

  .tool-live-data-simple {
    height: min(64vh, 540px);
    min-height: 430px;
  }
}

@media (max-width: 760px) {
  .tools-app {
    padding-top: 10px;
  }

  .tools-frame {
    width: min(calc(100% - 20px), 1480px);
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .tools-rail {
    position: static;
    height: auto;
    min-height: 0;
    border-radius: 14px;
  }

  .tools-rail-head {
    min-height: 62px;
    padding: 12px 14px;
  }

  .tools-nav {
    display: flex;
    padding: 9px;
    overflow-x: auto;
  }

  .tools-nav-group {
    display: flex;
    flex: 0 0 auto;
    gap: 8px;
  }

  .tools-nav-group > p {
    display: none;
  }

  .tools-nav-item {
    width: 220px;
    flex: 0 0 auto;
  }

  .tools-rail-foot {
    display: none;
  }

  .tools-main {
    min-height: 660px;
    border-radius: 14px;
  }

  .tool-launcher {
    min-height: 658px;
    padding: 48px 18px;
  }

  .tool-launcher-intro h1 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .tool-command {
    grid-template-columns: 1fr;
    border-radius: 15px;
  }

  .tool-field-host {
    grid-template-columns: 1fr;
  }

  .tool-command-field + .tool-command-field {
    border-top: 1px solid #e1e5df;
    border-left: 0;
  }

  .tools-main:not([data-state="idle"]) .tool-launcher {
    position: static;
    padding: 10px;
    grid-template-columns: 1fr;
  }

  .tool-runtime {
    padding: 10px 10px 18px;
  }

  .tool-progress {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 0;
  }

  .tool-pipeline-monitor {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tool-progress li:nth-child(2)::after {
    display: none;
  }

  .tool-progress li > div {
    padding-right: 4px;
  }

  .tool-result-summary {
    grid-template-columns: 1fr;
  }

  .tool-result-summary .tool-result-actions {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .tool-launcher {
    padding-inline: 13px;
  }

  .tool-launcher-intro > img {
    width: 60px;
    height: 60px;
  }

  .tool-command {
    margin-top: 28px;
  }

  .tool-runtime-head {
    align-items: flex-start;
  }

  .tool-runtime-state small {
    max-width: 220px;
  }

  .tool-live-log {
    height: 260px;
  }

  .tool-live-data {
    height: 400px;
  }

  .tool-live-data-simple {
    height: 440px;
    min-height: 440px;
  }

  .tool-result-summary .tool-result-actions {
    grid-template-columns: 1fr;
  }
}

/* Dynamic dataset workspace */
.catalog-app {
  min-height: calc(100vh - 76px);
  padding: 18px;
  background: #f4f7f3;
}

.catalog-frame {
  display: grid;
  grid-template-columns: 274px minmax(0, 1fr);
  min-height: calc(100vh - 112px);
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #dfe5dd;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(18, 32, 20, 0.06);
}

.catalog-rail {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border-right: 1px solid #e1e6df;
  background: #fbfcfa;
}

.catalog-rail-head {
  display: grid;
  gap: 6px;
  padding: 24px 20px 20px;
  border-bottom: 1px solid #e4e8e2;
}

.catalog-rail-head span,
.catalog-toolbar > div > span {
  color: #778276;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.catalog-rail-head strong {
  color: #121712;
  font-size: 22px;
}

.catalog-platforms {
  display: grid;
  align-content: start;
  gap: 7px;
  padding: 14px 12px;
}

.catalog-platform-button {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  width: 100%;
  min-height: 64px;
  padding: 9px 11px;
  border: 0;
  border-radius: 12px;
  color: #151b16;
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: background 160ms ease;
}

.catalog-platform-button:hover {
  background: #eff5ed;
}

.catalog-platform-button.active {
  background: #e4f3e1;
}

.catalog-platform-button > img,
.catalog-platform-letter,
.catalog-all-mark {
  width: 42px;
  height: 42px;
  border-radius: 11px;
}

.catalog-platform-button > img {
  display: block;
}

.catalog-platform-button > span:last-child {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.catalog-platform-button strong {
  font-size: 14px;
}

.catalog-platform-button small {
  color: #7a8479;
  font-size: 12px;
}

.catalog-platform-letter {
  display: grid;
  place-items: center;
  color: #fff;
  background: #172019;
  font-weight: 800;
}

.catalog-all-mark {
  display: grid;
  grid-template-columns: repeat(2, 7px);
  place-content: center;
  gap: 4px;
  background: #162019;
}

.catalog-all-mark i {
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: #80d266;
}

.catalog-rail-foot {
  margin-top: auto;
  padding: 18px 20px 20px;
  border-top: 1px solid #e4e8e2;
}

.catalog-rail-foot p {
  margin: 0 0 8px;
  color: #667066;
  font-size: 12px;
}

.catalog-rail-foot a {
  display: flex;
  justify-content: space-between;
  color: #138a08;
  font-size: 13px;
  font-weight: 700;
}

.catalog-main {
  min-width: 0;
  padding: 30px 34px 44px;
}

.catalog-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 26px;
  border-bottom: 1px solid #e5e9e3;
}

.catalog-toolbar > div {
  display: grid;
  gap: 5px;
}

.catalog-toolbar h1 {
  margin: 0;
  color: #111711;
  font-size: clamp(30px, 3vw, 48px);
  letter-spacing: -0.045em;
}

.catalog-search {
  display: flex;
  align-items: center;
  width: min(440px, 48%);
  height: 48px;
  padding: 0 15px;
  border: 1px solid #ccd4ca;
  border-radius: 24px;
  background: #fff;
}

.catalog-search:focus-within {
  border-color: #179a0c;
  box-shadow: 0 0 0 3px rgba(20, 157, 10, 0.09);
}

.catalog-search svg {
  width: 19px;
  margin-right: 9px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.catalog-search input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  font: inherit;
}

.catalog-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  color: #657064;
  font-size: 13px;
}

.catalog-status p {
  margin: 0;
}

.catalog-status strong {
  color: #121712;
  font-size: 18px;
}

.catalog-list {
  display: grid;
  gap: 12px;
}

.catalog-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 20px;
  border: 1px solid #e1e6df;
  border-radius: 16px;
  background: #fff;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.catalog-card:hover {
  transform: translateY(-1px);
  border-color: #bdcbb9;
  box-shadow: 0 12px 28px rgba(19, 38, 19, 0.07);
}

.catalog-card-icon {
  display: grid;
  place-items: center;
}

.catalog-card-icon > img,
.catalog-card-icon > span {
  width: 52px;
  height: 52px;
  border-radius: 13px;
}

.catalog-card-icon > img {
  display: block;
}

.catalog-card-body {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.catalog-card-tags,
.catalog-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.catalog-card-tags span,
.catalog-card-meta span {
  padding: 4px 8px;
  border-radius: 7px;
  color: #657064;
  background: #f1f4f0;
  font-size: 11px;
}

.catalog-card-tags span:first-child {
  color: #0b8104;
  background: #e7f5e3;
  font-weight: 700;
}

.catalog-card h2 {
  margin: 0;
  overflow: hidden;
  color: #171c17;
  font-size: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.catalog-card p {
  margin: 0;
  overflow: hidden;
  color: #697369;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.catalog-card-actions {
  display: flex;
  gap: 8px;
}

.catalog-card-actions .button {
  min-height: 42px;
  padding: 0 16px;
}

.catalog-empty {
  display: grid;
  place-items: center;
  min-height: 480px;
  padding: 50px 20px;
  border: 1px dashed #ced7cc;
  border-radius: 16px;
  background: linear-gradient(135deg, #fbfdfb, #f6faf5);
  text-align: center;
}

.catalog-empty-index {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 18px;
  color: #168d0b;
  background: #e6f4e2;
  font-weight: 800;
}

.catalog-empty h2 {
  margin: 18px 0 8px;
  font-size: 24px;
}

.catalog-empty p {
  max-width: 520px;
  margin: 0 0 24px;
  color: #687267;
  line-height: 1.8;
}

.catalog-dialog {
  width: min(1120px, calc(100% - 36px));
  max-height: calc(100vh - 40px);
  padding: 0;
  overflow: auto;
  border: 0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 34px 100px rgba(9, 17, 10, 0.28);
}

.catalog-dialog::backdrop {
  background: rgba(7, 13, 8, 0.58);
  backdrop-filter: blur(3px);
}

.catalog-dialog-close {
  position: sticky;
  z-index: 2;
  top: 18px;
  float: right;
  width: 38px;
  height: 38px;
  margin: 18px 18px 0 0;
  border: 1px solid #dfe4dd;
  border-radius: 50%;
  background: #fff;
  font-size: 22px;
  cursor: pointer;
}

.catalog-dialog-heading {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 4px 16px;
  padding: 36px 76px 26px 34px;
}

.catalog-dialog-heading > img,
.catalog-dialog-heading > .catalog-platform-letter {
  grid-row: 1 / 4;
  width: 56px;
  height: 56px;
  border-radius: 14px;
}

.catalog-dialog-heading > span:not(.catalog-platform-letter) {
  color: #138709;
  font-size: 12px;
  font-weight: 700;
}

.catalog-dialog-heading h2,
.catalog-dialog-heading p {
  margin: 0;
}

.catalog-dialog-heading p {
  color: #6b756a;
}

.catalog-preview-wrap {
  margin: 0 34px 34px;
  overflow: auto;
  border: 1px solid #e0e5df;
  border-radius: 14px;
}

.catalog-preview-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.catalog-preview-table th,
.catalog-preview-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #e8ece7;
  text-align: left;
  white-space: nowrap;
}

.catalog-preview-table th {
  background: #f3f6f2;
  font-size: 12px;
}

.catalog-dialog-empty {
  margin: 0 34px 34px;
  padding: 30px;
  border-radius: 12px;
  background: #f3f6f2;
  color: #697268;
}

@media (max-width: 900px) {
  .catalog-app {
    padding: 10px;
  }

  .catalog-frame {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .catalog-rail {
    border-right: 0;
    border-bottom: 1px solid #e1e6df;
  }

  .catalog-rail-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
  }

  .catalog-rail-head span {
    display: none;
  }

  .catalog-rail-head strong {
    font-size: 18px;
  }

  .catalog-platforms {
    grid-auto-flow: column;
    grid-auto-columns: minmax(170px, 220px);
    overflow-x: auto;
    padding: 0 12px 14px;
  }

  .catalog-rail-foot {
    display: none;
  }

  .catalog-main {
    padding: 22px 18px 32px;
  }

  .catalog-toolbar {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }

  .catalog-search {
    width: 100%;
  }

  .catalog-card {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .catalog-card-icon > img,
  .catalog-card-icon > span {
    width: 44px;
    height: 44px;
  }

  .catalog-card-actions {
    grid-column: 1 / -1;
    justify-content: flex-end;
  }
}

@media (max-width: 560px) {
  .catalog-toolbar h1 {
    font-size: 32px;
  }

  .catalog-main {
    padding: 18px 14px 28px;
  }

  .catalog-card {
    gap: 12px;
    padding: 15px;
  }

  .catalog-card-actions .button {
    flex: 1;
  }

  .catalog-dialog-heading {
    padding: 30px 54px 22px 20px;
  }

  .catalog-preview-wrap,
  .catalog-dialog-empty {
    margin-right: 20px;
    margin-left: 20px;
  }
}

/* Homepage platform marquee */
body[data-page="home"] .source-platforms {
  width: 100%;
  max-width: none;
  padding: 52px 0 60px;
  overflow: hidden;
}

body[data-page="home"] .source-platforms > p {
  margin: 0 0 28px;
}

.platform-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
}

.platform-marquee-track {
  display: flex;
  width: max-content;
  transform: translate3d(0, 0, 0);
  animation: platform-marquee-scroll 48s linear infinite;
  will-change: transform;
}

.source-platforms .platform-marquee-set {
  display: flex;
  flex: none;
  gap: 18px;
  width: auto;
  padding: 0 18px 0 0;
  grid-template-columns: none;
  list-style: none;
}

.source-platforms .platform-marquee-set li {
  display: flex;
  flex: none;
  align-items: center;
  gap: 11px;
  min-width: 176px;
  height: 64px;
  padding: 0 19px;
  border: 1px solid #e2e6df;
  border-radius: 16px;
  color: #242924;
  background: #fff;
  box-shadow: 0 8px 22px rgba(21, 35, 22, .045);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -.02em;
}

.source-platforms .platform-marquee-set li svg,
.source-platforms .platform-marquee-set li img {
  width: 29px;
  height: 29px;
  flex: none;
  display: block;
  object-fit: contain;
}

.source-platforms .platform-marquee-set li.platform-amazon,
.source-platforms .platform-marquee-set li.platform-ebay {
  justify-content: center;
}

.source-platforms .platform-marquee-set li.platform-amazon img {
  width: 96px;
  height: 34px;
}

.source-platforms .platform-marquee-set li.platform-ebay svg,
.source-platforms .platform-marquee-set li.platform-ebay img {
  width: 72px;
  height: 31px;
}

.source-platforms .platform-marquee-set li strong {
  font: inherit;
  white-space: nowrap;
}

@keyframes platform-marquee-scroll {
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (max-width: 620px) {
  body[data-page="home"] .source-platforms {
    padding: 42px 0 50px;
  }

  body[data-page="home"] .source-platforms > p {
    margin-bottom: 22px;
  }

  .platform-marquee {
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  }

  .platform-marquee-track {
    animation-duration: 40s;
  }

  .source-platforms .platform-marquee-set {
    gap: 12px;
    padding-right: 12px;
  }

  .source-platforms .platform-marquee-set li {
    min-width: 154px;
    height: 56px;
    padding: 0 15px;
    border-radius: 14px;
    font-size: 14px;
  }

  .source-platforms .platform-marquee-set li svg,
  .source-platforms .platform-marquee-set li img {
    width: 25px;
    height: 25px;
  }

  .source-platforms .platform-marquee-set li.platform-amazon img {
    width: 88px;
    height: 31px;
  }

  .source-platforms .platform-marquee-set li.platform-ebay svg,
  .source-platforms .platform-marquee-set li.platform-ebay img {
    width: 66px;
    height: 29px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .platform-marquee {
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
    scrollbar-width: none;
  }

  .platform-marquee::-webkit-scrollbar {
    display: none;
  }

  .platform-marquee-track {
    animation: platform-marquee-scroll 48s linear infinite !important;
    animation-duration: 48s !important;
    animation-iteration-count: infinite !important;
  }

  .platform-marquee-set[aria-hidden="true"] {
    display: flex;
  }
}

/* -------------------------------------------------------------------------- */
/* Homepage visual discipline · v21                                           */
/* Keep the existing truth and functions; improve hierarchy and restraint.    */
/* -------------------------------------------------------------------------- */

body[data-page="home"] .site-header .header-inner {
  min-height: 68px;
}

body[data-page="home"] .site-nav a {
  padding-block: 23px 21px;
}

body[data-page="home"] .hero-section {
  padding-top: 38px;
}

body[data-page="home"] .hero-layout {
  width: min(calc(100% - 96px), 1320px);
  min-height: 548px;
  padding: 50px 52px;
  grid-template-columns: minmax(0, 1fr) 356px;
  align-items: stretch;
  gap: 52px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(125deg, #20221f 0%, #171a17 58%, #0e1910 100%);
  box-shadow: 0 18px 46px rgba(20, 25, 20, .1);
}

body[data-page="home"] .hero-copy {
  min-height: 448px;
  padding: 7px 0 0;
}

body[data-page="home"] .hero-eyebrow {
  margin-bottom: 22px;
  font-size: 12px;
  letter-spacing: .035em;
}

body[data-page="home"] .hero-copy h1 {
  max-width: 760px;
  margin-bottom: 25px;
  font-size: clamp(46px, 4vw, 58px);
  font-weight: 570;
  letter-spacing: -.045em;
  line-height: 1.07;
}

body[data-page="home"] .hero-lead {
  max-width: 710px;
  color: rgba(255, 255, 255, .7);
  font-size: 17px;
  line-height: 1.72;
}

body[data-page="home"] .hero-actions {
  margin-top: 30px;
}

body[data-page="home"] .hero-actions .button {
  min-height: 46px;
}

body[data-page="home"] .hero-facts {
  width: min(100%, 760px);
  padding-top: 19px;
  font-size: 12px;
}

body[data-page="home"] .hero-facts span {
  gap: 5px;
}

body[data-page="home"] .hero-tool-panel {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 14px;
  background: #f8f8f5;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .16);
}

body[data-page="home"] .hero-tool-label {
  margin: 23px 0 8px;
  font-size: 12px;
}

body[data-page="home"] .hero-tool-panel h2 {
  margin-bottom: 13px;
  font-size: clamp(28px, 2.4vw, 34px);
  font-weight: 590;
  letter-spacing: -.04em;
  line-height: 1.08;
}

body[data-page="home"] .hero-tool-panel > p:last-of-type {
  margin-bottom: 22px;
  font-size: 13px;
  line-height: 1.65;
}

body[data-page="home"] .hero-tool-panel input,
body[data-page="home"] .hero-tool-panel select {
  border-radius: 7px;
}

body[data-page="home"] .hero-tool-panel .button {
  min-height: 45px;
}

body[data-page="home"] .source-platforms {
  padding: 42px 0 52px;
}

body[data-page="home"] .source-platforms > p {
  margin-bottom: 22px;
}

body[data-page="home"] .source-platforms > p span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .08em;
}

body[data-page="home"] .platform-marquee {
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
}

body[data-page="home"] .source-platforms .platform-marquee-set {
  gap: 8px;
  padding-right: 8px;
}

body[data-page="home"] .source-platforms .platform-marquee-set li {
  min-width: 172px;
  height: 46px;
  padding: 0 25px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #303330;
  font-size: 14px;
  font-weight: 650;
}

body[data-page="home"] .source-platforms .platform-marquee-set li img {
  width: 25px;
  height: 25px;
}

body[data-page="home"] .source-platforms .platform-marquee-set li.platform-amazon img {
  width: 88px;
  height: 31px;
}

body[data-page="home"] .source-platforms .platform-marquee-set li.platform-ebay img {
  width: 65px;
  height: 28px;
}

body[data-page="home"] .services-section {
  padding-block: 82px 88px;
  background: #f6f7f4;
}

body[data-page="home"] .section-heading h2 {
  font-size: clamp(36px, 3.65vw, 50px);
  letter-spacing: -.04em;
}

body[data-page="home"] .split-heading {
  gap: 90px;
}

body[data-page="home"] .split-heading > p,
body[data-page="home"] .section-heading > p:last-child {
  font-size: 16px;
  line-height: 1.72;
}

body[data-page="home"] .service-grid {
  gap: 14px;
}

body[data-page="home"] .service-card {
  min-height: 420px;
  padding: 30px 28px;
  border: 1px solid #dfe3dc;
  border-radius: 10px;
  box-shadow: none;
}

body[data-page="home"] .service-number {
  width: auto;
  height: auto;
  place-items: start;
  border-radius: 0;
  background: transparent;
  color: var(--muted-light);
  font-size: 11px;
  letter-spacing: .08em;
}

body[data-page="home"] .service-label {
  margin-bottom: 14px;
  font-size: 11px;
  letter-spacing: .04em;
}

body[data-page="home"] .service-body h3 {
  margin-bottom: 17px;
  font-size: clamp(24px, 2vw, 29px);
  line-height: 1.14;
}

body[data-page="home"] .plain-list {
  margin-block: 18px 24px;
}

body[data-page="home"] .capability-section {
  background: #fff;
}

body[data-page="home"] .capability-grid {
  gap: 0;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

body[data-page="home"] .capability-card {
  min-height: 266px;
  padding: 30px 28px;
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body[data-page="home"] .capability-card:last-child {
  border-right: 0;
}

body[data-page="home"] .capability-card:hover {
  border-color: var(--line);
  background: #fafbf8;
  box-shadow: none;
  transform: none;
}

body[data-page="home"] .capability-icon {
  width: 36px;
  height: 36px;
  margin-bottom: 28px;
  place-items: start;
}

body[data-page="home"] .capability-icon svg {
  width: 31px;
  height: 31px;
  stroke-width: 1.8;
}

body[data-page="home"] .capability-tag {
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--brand-dark);
  font-size: 11px;
  letter-spacing: .035em;
}

body[data-page="home"] .capability-card h3 {
  margin: 25px 0 13px;
  font-size: 20px;
  line-height: 1.25;
}

body[data-page="home"] .process-section {
  background: #f6f7f4;
}

body[data-page="home"] .process-list li {
  min-height: 205px;
  padding: 26px 28px;
}

body[data-page="home"] .process-list strong {
  margin-top: 44px;
}

body[data-page="home"] .boundary-layout {
  padding: 62px 66px;
  border-radius: 18px;
  background: #142017;
}

@media (max-width: 1080px) {
  body[data-page="home"] .hero-layout {
    width: min(calc(100% - 48px), 1320px);
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 34px;
  }

  body[data-page="home"] .hero-copy h1 {
    font-size: clamp(42px, 5vw, 52px);
  }
}

@media (max-width: 860px) {
  body[data-page="home"] .hero-layout {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .hero-copy {
    min-height: 430px;
  }

  body[data-page="home"] .capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="home"] .capability-card:nth-child(2) {
    border-right: 0;
  }

  body[data-page="home"] .capability-card:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 620px) {
  body[data-page="home"] .site-header .header-inner {
    min-height: 62px;
  }

  body[data-page="home"] .hero-section {
    padding-top: 16px;
  }

  body[data-page="home"] .hero-layout {
    width: min(calc(100% - 24px), 1320px);
    min-height: 0;
    padding: 34px 22px 22px;
    gap: 30px;
    border-radius: 14px;
  }

  body[data-page="home"] .hero-copy {
    min-height: 500px;
    padding-top: 0;
  }

  body[data-page="home"] .hero-copy h1 {
    font-size: clamp(38px, 11vw, 47px);
  }

  body[data-page="home"] .hero-lead {
    font-size: 15px;
  }

  body[data-page="home"] .hero-facts {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body[data-page="home"] .hero-facts span {
    grid-template-columns: 28px 1fr;
  }

  body[data-page="home"] .hero-tool-panel {
    padding: 24px 20px;
  }

  body[data-page="home"] .source-platforms .platform-marquee-set li {
    min-width: 145px;
    height: 44px;
    padding-inline: 18px;
  }

  body[data-page="home"] .split-heading {
    gap: 24px;
  }

  body[data-page="home"] .capability-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .capability-card,
  body[data-page="home"] .capability-card:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  body[data-page="home"] .capability-card:last-child {
    border-bottom: 0;
  }

  body[data-page="home"] .boundary-layout {
    padding: 40px 24px;
  }
}

/* -------------------------------------------------------------------------- */
/* Homepage structural pass · v22                                             */
/* A lighter business surface and a non-card service path.                    */
/* -------------------------------------------------------------------------- */

body[data-page="home"] .hero-layout {
  min-height: 560px;
  padding: 0;
  grid-template-columns: minmax(0, 1fr) 382px;
  gap: 0;
  overflow: hidden;
  border: 1px solid #dfe6da;
  border-radius: 16px;
  background: #f1f5ec;
  color: var(--ink);
  box-shadow: 0 14px 40px rgba(25, 35, 24, .07);
}

body[data-page="home"] .hero-copy {
  min-height: 560px;
  padding: 54px 52px 42px;
}

body[data-page="home"] .hero-copy h1,
body[data-page="home"] .hero-copy h1 em {
  color: var(--ink);
}

body[data-page="home"] .hero-copy h1 {
  max-width: 750px;
  font-size: clamp(48px, 4.25vw, 62px);
  font-weight: 570;
  line-height: 1.06;
}

body[data-page="home"] .hero-lead {
  max-width: 690px;
  color: #555b54;
  font-size: 17px;
}

body[data-page="home"] .hero-copy .button-dark {
  border-color: var(--brand);
  background: var(--brand);
  color: #fff;
}

body[data-page="home"] .hero-copy .button-light {
  border-color: #949c91;
  background: transparent;
  color: var(--ink);
}

body[data-page="home"] .hero-copy .button-light:hover {
  border-color: var(--ink);
  background: #fff;
  color: var(--ink);
}

body[data-page="home"] .hero-facts {
  border-top-color: #cdd6c9;
  color: #636b62;
}

body[data-page="home"] .hero-tool-panel {
  margin: 14px;
  padding: 32px 30px;
  border: 0;
  border-radius: 11px;
  background: #1a201b;
  color: #fff;
  box-shadow: none;
}

body[data-page="home"] .hero-tool-panel .live-badge {
  color: #79db69;
}

body[data-page="home"] .hero-tool-label,
body[data-page="home"] .hero-tool-panel > p:last-of-type,
body[data-page="home"] .hero-tool-panel label,
body[data-page="home"] .hero-tool-panel small {
  color: rgba(255, 255, 255, .62);
}

body[data-page="home"] .hero-tool-panel h2 {
  color: #fff;
  font-size: clamp(29px, 2.4vw, 36px);
}

body[data-page="home"] .hero-tool-panel input,
body[data-page="home"] .hero-tool-panel select {
  border-color: rgba(255, 255, 255, .18);
  background: #fff;
  color: var(--ink);
}

body[data-page="home"] .services-section {
  background: #fff;
}

body[data-page="home"] .service-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

body[data-page="home"] .service-card {
  display: grid;
  min-height: 0;
  padding: 34px 0;
  grid-template-columns: 58px minmax(0, 1fr);
  grid-template-rows: auto;
  align-items: start;
  gap: 28px;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}

body[data-page="home"] .service-card:last-child {
  border-bottom: 0;
}

body[data-page="home"] .service-number {
  padding-top: 2px;
  color: var(--brand-dark);
}

body[data-page="home"] .service-body {
  display: grid;
  grid-template-columns: minmax(250px, .9fr) minmax(320px, 1.2fr) auto;
  grid-template-rows: auto auto 1fr;
  column-gap: 54px;
  row-gap: 9px;
}

body[data-page="home"] .service-label {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
}

body[data-page="home"] .service-body h3 {
  grid-column: 1;
  grid-row: 2 / span 2;
  margin: 0;
  max-width: 380px;
}

body[data-page="home"] .service-body > p:not(.service-label) {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.68;
}

body[data-page="home"] .plain-list {
  grid-column: 2;
  grid-row: 2 / span 2;
  margin: 7px 0 0;
  gap: 6px;
}

body[data-page="home"] .service-body .text-link {
  grid-column: 3;
  grid-row: 1 / span 3;
  align-self: center;
  margin: 0;
  white-space: nowrap;
}

body[data-page="home"] .capability-section {
  background: #f6f7f4;
}

body[data-page="home"] .process-section {
  background: #fff;
}

@media (max-width: 1080px) {
  body[data-page="home"] .hero-layout {
    grid-template-columns: minmax(0, 1fr) 350px;
  }

  body[data-page="home"] .hero-copy {
    padding-inline: 42px;
  }

  body[data-page="home"] .service-body {
    grid-template-columns: minmax(220px, .8fr) minmax(280px, 1.2fr);
    column-gap: 38px;
  }

  body[data-page="home"] .service-body .text-link {
    grid-column: 1;
    grid-row: 4;
    justify-self: start;
    margin-top: 16px;
  }
}

@media (max-width: 860px) {
  body[data-page="home"] .hero-layout {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .hero-copy {
    min-height: 510px;
  }

  body[data-page="home"] .hero-tool-panel {
    min-height: 400px;
  }

  body[data-page="home"] .service-body {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .service-label,
  body[data-page="home"] .service-body h3,
  body[data-page="home"] .service-body > p:not(.service-label),
  body[data-page="home"] .plain-list,
  body[data-page="home"] .service-body .text-link {
    grid-column: 1;
    grid-row: auto;
  }

  body[data-page="home"] .service-body > p:not(.service-label) {
    margin-top: 10px;
  }

  body[data-page="home"] .plain-list {
    margin-top: 10px;
  }
}

@media (max-width: 620px) {
  body[data-page="home"] .hero-copy {
    min-height: 520px;
    padding: 34px 22px 30px;
  }

  body[data-page="home"] .hero-tool-panel {
    min-height: 0;
    margin: 8px;
    padding: 28px 20px;
  }

  body[data-page="home"] .service-card {
    padding-block: 28px;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 14px;
  }
}

/* -------------------------------------------------------------------------- */
/* Homepage content reduction · v23                                           */
/* -------------------------------------------------------------------------- */

body[data-page="home"] .source-platforms {
  padding-bottom: 28px;
}

body[data-page="home"] .services-section {
  padding-block: 64px 72px;
}

body[data-page="home"] .services-section .section-heading {
  margin-bottom: 30px;
}

body[data-page="home"] .service-card {
  padding-block: 27px;
}

body[data-page="home"] .service-body {
  grid-template-columns: minmax(270px, .95fr) minmax(360px, 1.25fr) auto;
  grid-template-rows: auto 1fr;
  column-gap: 58px;
  row-gap: 8px;
}

body[data-page="home"] .service-label {
  grid-column: 1;
  grid-row: 1;
}

body[data-page="home"] .service-body h3 {
  grid-column: 1;
  grid-row: 2;
  align-self: start;
}

body[data-page="home"] .service-body > p:not(.service-label) {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  font-size: 14px;
}

body[data-page="home"] .service-body .text-link {
  grid-column: 3;
  grid-row: 1 / span 2;
}

body[data-page="home"] .capability-section {
  padding-block: 72px;
}

body[data-page="home"] .capability-section .section-heading {
  margin-bottom: 32px;
}

body[data-page="home"] .capability-card {
  min-height: 226px;
  padding-block: 26px;
}

body[data-page="home"] .capability-icon {
  margin-bottom: 21px;
}

body[data-page="home"] .capability-card h3 {
  margin-top: 19px;
}

body[data-page="home"] .boundary-section {
  padding: 70px 0 82px;
}

body[data-page="home"] .boundary-layout {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 70px;
  padding: 38px 44px;
}

body[data-page="home"] .boundary-layout h2 {
  margin-bottom: 11px;
  font-size: clamp(30px, 3vw, 42px);
}

body[data-page="home"] .boundary-layout > div > p:not(.section-kicker) {
  max-width: 820px;
  margin-bottom: 0;
  font-size: 14px;
}

body[data-page="home"] .boundary-layout > .text-link {
  flex: 0 0 auto;
  white-space: nowrap;
}

@media (max-width: 1080px) {
  body[data-page="home"] .service-body {
    grid-template-columns: minmax(230px, .85fr) minmax(280px, 1.15fr);
    column-gap: 38px;
  }

  body[data-page="home"] .service-body .text-link {
    grid-column: 1;
    grid-row: 3;
    margin-top: 14px;
  }
}

@media (max-width: 860px) {
  body[data-page="home"] .service-body {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .service-label,
  body[data-page="home"] .service-body h3,
  body[data-page="home"] .service-body > p:not(.service-label),
  body[data-page="home"] .service-body .text-link {
    grid-column: 1;
    grid-row: auto;
  }

  body[data-page="home"] .boundary-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 620px) {
  body[data-page="home"] .source-platforms {
    padding-bottom: 20px;
  }

  body[data-page="home"] .services-section,
  body[data-page="home"] .capability-section {
    padding-block: 54px;
  }

  body[data-page="home"] .service-card {
    padding-block: 25px;
  }

  body[data-page="home"] .boundary-section {
    padding: 54px 0 62px;
  }

  body[data-page="home"] .boundary-layout {
    padding: 32px 24px;
  }
}

/* -------------------------------------------------------------------------- */
/* Homepage platform favicon system · v24                                     */
/* Every source uses the same favicon + plain text label structure.           */
/* -------------------------------------------------------------------------- */

body[data-page="home"] .source-platforms .platform-marquee-set li {
  min-width: 158px;
  justify-content: center;
  gap: 10px;
}

.platform-favicon {
  display: block;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.platform-favicon-amazon { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAACWUlEQVRoge2aP24aQRSHvzeKpXTcwCnXckNukLV7Q0UVu4E7uHEkoHAK3wEnUoQbKkhqTG4Qp0ChC0fYjirjYnay62XBsPwZVtqvGfE0Gn6/9+bNIHaFBeg6ZYQamnPgFCgtmrsjAmCMMETTk3ue0iZJMqAbvENzC3zctcI16TLjRh6YxoMvDOgGF2i+sf9sr0qA5lK+8MMG/hsIxQ/c6FoTzYU1IQD6imOO+M3hZj5JwIyyPDBVABzxmfyIByjxllsA0XXKwC/HgrLyXiHUXKvIjFBT4TmfTzTnCnNJ5ZVTRb6aN0lJuVawKYUB1xQGXFMYcE3uDbxxLWAhng8nPngfYPLTxPqtuWnzBqrhpD8jmIx2I24Z1RZUmi9jnm/GFE2i6+i5RTphaNBOdb1T4gmEqAqen6onvQfuzsxYacL1Y7ToPui3IpGT0asJTK8AGMfXj9HnQTv6gl3i+VBtmvHuzJiwO6Ix9yfKkiaejMwC1oTdl5WmMbPNHok3rN3vg7ZZ31bfJjDB4grESWssy2QUnRLLTFlhEIlNxu16/Xa0Tkcv7cXVDECUiUVGtkFSqN1OtidTWN1AnGUVWRdbwYy9lc2AxVYlvndXwYreQh9tZiANa+TEj2L2TIetX47bN7Bncv9jrjDgmsKAawoDrlGYp4F5JVDA2LWKDRgrhKFrFZkRhgpNz7WOzGh6KnwC3nWtJQNduefJnELCDflq5oB/fILwGJUOU4Qrt5rWQHMpX/kLsXtAOnxHqHDYlQjiT+khcZGFJsocZk90mVGOi4eUt1UseXnd5hk+j8s+j9cPIQAAAABJRU5ErkJggg=="); }
.platform-favicon-walmart { background-image: url("data:image/png;base64,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"); }
.platform-favicon-ebay { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAd0lEQVQ4jWNgwA7UGRgYtjMwMHyG4u1QMaKACgMDwysGBoZMBgYGHijOhIqpEGPAOgYGhhws4vlQOYLgM9RWdCABlUMBjAwMDP+JMRUXYKJEMwMDAwPLUyMLFAFpo1ko/K/eBij8iZyi1HXBqAFUMGDgExLFBgAA+5IRVVj3iMsAAAAASUVORK5CYII="); }
.platform-favicon-etsy { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAA5CAMAAAC7xnO3AAAAMFBMVEX1ZAD////xZAT95NL2bxP+9e77wZn4j0f8zKv+7eH2eiX6uIn82L/6p273hDT/+/hpg7MEAAABHklEQVRIie3W25LCIAwGYCjHhkDf/21N6+wqh9aQvVjH8b+MfFOhCaoWadSiZPnK95ehlAIAtglACTknuJD6MlfSiKWyIbljlQvP8dtes1dy3+shTV3MHGlHUiHV6kovl6HMDKmGkr6Jeym3kaRjfy3dUCa9CmXBOC1tgXYJUyaNTLk20ujYLuFJeh9CSd3oRdLS/KQZ6VJK3sdo9r7IM7LKlHSRgsa4afm7z+Im9/k42yyWViyph7jvs+3bjNwTGk/Zn6TRRSZDfW9OSKzvE+7dRy2h6wnny9jMKfeO3x9Zd0QvYfTDpWBtO7+TNt6lCY8PFsjHsYVzGRI+jeXm7tl+CuVcdjNdx55LRJpn3+cYc6yv3f//V/OVHyCluQGvLAnLyEUNxQAAAABJRU5ErkJggg=="); }
.platform-favicon-shopee { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAADxElEQVRYhbWWTWhcZRSGn/e7kxnbQHMnEdwUtCX+22k6RdFSxE2gQTLBtFEqRcSFi6LdKP7sVCgaqhRcuCkVazfFQZtMFi0IIlK0ionNpChYFy4qWtHMTDvVJJO5x0WTydSZ5N5J0291f85534fzne9HrGLY0FC8MHuh1ym4FyAw91MycefnymbnWtVSqwmFzNbnMBs27NbrhfQX0qvJ3OSHNw2gkEm9a2YvCc0Do8CZhV87gQHDYpLeS+byL685QCmT2lU1OyVxCXgymZv66nq4LY8Cn5hxmyf1deTyp9cMwIYeWVecKZ8HNjm0o2Msf7YpZH/q4QD7GulXP9F+v7Lf/Bum7aIAlGbL+ww2Ix1fzhygYyx/FuljM9tUmi3vi6IdCcCgD8BM2fBYl63PWSMA3QWQaIuNh8UmYt5EfU7YqPXAdCZ1HtjYNMhsg4GQSlFEMesQmEmXl4m42JnLPwAQq/u4GbN1TfXqhCMBXMvR8vFqW3yqTYGMclTxGx2SXWkAQFxtWQhmJYJVMDQCWNQKiLKkN50X7/a3717vp7sSzot3I/eipHPR/FXzarEC+sc5HvPTg28pqDxYnDj5fmGicNCCys5kIvmRPzqZljQagaBWgVoTyihb8+Ale3HIH5kaLwQaMbOBxfY0oDjz92EyW48b9Ia5m1kjAKJMCIETp64MbLuvEswPNIhCEuxAmHnNa1GzTiK0B2Qu5sWD0sJpuOoh1KQJCe+BKrZ3fXbyN8n2C2ZvgKERQERYBRbsLwyknvFzU0fwvHuQDiF+b92/2SqIUAEDWWDHpvtTJ0S1qzOXfyWZ3r0RXD/St5HtCVZZgSWUp4Iq3xcyqR+K458dkKczyfTgDgevSaqEZQfNeiCQWt6KzazHsMNWDS4WJ04+649NDQMHwzObALRWgQaUdrPgaDHT0+sn7n4bmFnR3jXpAa3iLGjAIHh84Wr+54oATXvAIkyBdHrFPUCatOe3t4G6VgZoNgUhAELfdebyfV68bYvQ2P/2gRkcw/62J44VL1X2grWvpOXM1bxqW3HVcZXq8kmGPVToTx0hzuvJT/MZGxqKX6783CM5bz7mfuzMjpem4WkCfbCSOYBHrFaB2pWslEl3V61yISxZYg6UM/jC4X4xT3ME1dsxBsxsMCwfQJ6XTI6cK0JdBbyEV67OhC5hzIiD7QH2BFRhFaeC3+OXGbn2XOuBdu6YJmT5rNH4Q298WcNeasJsdk7OnbjZ7g4drX+vvxXjb7AXiiWVDHbJuGVNnWUlINuR7nyHsaXP/wFjQHmV+AN45AAAAABJRU5ErkJggg=="); }
.platform-favicon-tiktok { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAADgElEQVRYhe2Xa2hbZRjHfznn5NI2bdOmWTK0mc28xLR1dENQmeAFtlnbKbjCivOCYkUcflAEFcQvQxEG9oOCePngZYKMCY4qbo6t2K0Kc5oNS/0w6SrtXNKmjdMsl3N5/NBY283EpKnWD3vgwHnPed7n+Z33Pe/zf18bYAE2VsiUlUp8GeB/A6BV0lmtrcXX+wA1Xi82EZKfDzBzKopVZhwLkKVc6iq/3H7wiHyVSsvJnC5Dr78ntzoby4pR8RQ4RWh3ObjBrrGxaxNdkY6y+i/LP2BJ/mZNgG0vPE2bN/DfAiy00H2d7H77TdZ2rAe7vaQ+Ff0DWw4cloRhysUWnZiUnR99LOHue8WBrVic5QOw0lkRy5qHMETkpw8+lUfcwYIxSl6GNqcLe3Mzmj+AZLOkoycQkUU+5rEoZ0d+xNt7NzU+LyoQclQR1KoKxv1nAEXBfctGfD3bCa/fQMdqP6vPxTm14zH2pGKLXX/9nU927ebbD99h55Z7iLS2Uh09XVTqigLYNI3G+x/k+r4nePiaEF2eOvx2DTQnw/VB9l2YYuEY2BSFjGmy5/gQXxwfpt3lIeRwM5o7vzSAus2dtD75FC9du5Y76t1/vTDNS4Z/HiL/tQlMBjMJBjOJYikKA2hNTQR2PERfS3AuuWlhDn2HfuBrkuMTxGdnsJZhF1EQwNW+jnVtrXR66gAwPhti8vnXeGP8JAcz00yLTqrJU/FOpiCAsyXEjY0NNGgqZHWy+w7RPx6lPzU+76Py99NQjhWshIrdzhVOx1zDMJhJJjmUmb7ISQVlQQjDoFymggB6PI5lmnON6irUtquxrMVC62wJUeP1ouWzWucSZAx9eQBSIz8wFsuvcxv4+3rYvLUbXC6wO3CGI/gefZybVvmoVVXI6WS/H+WMfqEsAChUilVV7nz5VZlZUFrjs7Py4v4Bue3d92XTkWOy6+ezMpXTRUTEPBqV05GtErG7yy3phbXA1RyUtw4PLhIZS0SmTEtiuiFG/pk5EZN0z7PyiicsSnHhKV+MrrwuLAP7B0R0Qy4xyxLzxKiktz8ne30bJKA6yxY0GyUcTAL1DTzTvY3eu7oJtKxBVRTkl2myw1EmvzzK3jMj9P82RszMljf5+cQlnYwUIOKo4+Z6P1fZq5Gszlj6PN/kkowaKawl1oSSAf4tW/FzwWWAP8WoclVZov0BohAe2JhCX+YAAAAASUVORK5CYII="); }
.platform-favicon-aliexpress { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAaVBMVEVHcEzoLgT/mQHnLwT8mQvnLgT/mQH8mwTmLQjfMg3iMAL+//7kJADbFwD/lwbaOAT32cf/iBbbUzD+6dvYRSLdZk3LJQPii3Xnm4bgdl/uuKb/9+isDwDUAwDxy7vrqZX/jRD1dQr/kgojYeNkAAAACnRSTlMA////St7emJhKDI4/uQAAA9FJREFUWIWll4l6qyAQhaGkTQJM4LIoatSm7/+QdwCNGk2zdPrVRHB+DodFQkiK3f7r9PFCnL72OzLFLia/BEiQK2L/auoY+yH/5bavGhJh9256jNiLv+R/fCwEnJ6OyfEdOjjcnr7/Ycwuv9x/f4+APfnChvHLxSiuMKZLjs17DHP5SYCvZMHpoigGfzoYk1Rdsgn4/2NkzmfPRnyUShdFkNPHj5OMvh6oQv0kALb/DiCGO2EXLlH5mwB6QQUq5w8U/iCDzR9gVJ3IRebcAYP2pJo7kUZgAjB6IebaeMovzkVxH5CqF5WGuJg/lvGzC+bMtz3B0TsXsXreB07oDMCKsxbiXNwBID9VTwROGckzYygozvYugMXqZgnAIGxmAWWxCZxXW2PB0N6zQABf4AmdW8agE6KSdHNm4NRzQtjzspQsn5G9EL3kmzYioBSig6W8W0CFbQDdHgce9YWbhUNuHgK0yd9bXAotyCv3LoBBLYSGjZmEtkC/UXergKJPaOPaRSzIVTflK0CU0Ki1fEbBJgEPALjRNMnHVXnbRQdW4JUCLj0+aNVCKmLjCIhybe8KgD7iaIumggmB8g3qFz2sh3cNQBsiQXQGZGJICa4WQ/4zANTrm5ig+8oVhfNBxztRAt3YKTYBVKrU5Dy0k/RJQPbM1M0svfNAFwv/EQADiqrWtmkaXZcK5JD/HGAMCSnQy+mt9QIgPp33a7zhbL73PatgSP415oDr3hq/sTcA8aWCGZzn99Nzb7wJwLiMQyWlNzKeAe5sS78owO1M0UJ7rb3A0TPjzjjDZCybl80A0HVBFto45XULQEGiHBxKDnE8efrC0x3GVd0MoGxhAbQJZQJIXUHo2tBYrSrbBN801jmrrQrW9vJWAXY+hBZnrDZ98MLaTrqmsuCRWWKfTNGottKhbx00RWuuc2JSADaUXd0mgAbFOXpioA6StgIlVU2nu6bQtofSak/XAGPrurYDALvAQSOvrltQ1ne4oyjnHLSFLtvWCKA3ACY73IPausxd6LrOY64u+6YOtqo0QK2DrsqutF6HYGGlgMe9nDpfMWNciWFKXENVXVa9kc5LClVfSVn2XroQ1KoL8eiYyoZdDAcqHt6gLkHm1zGLZVhD02UNyH+zNZc+ZR110PEMMB2mNkwcd4wFIM+962ayrL4F5HbYaO9wqB1k0VvAOJvJowXzYE0y8vk3wCc58GcW7V36gRz5o9PtL8HZkZD386Of+Kvt+G4XYv4x/nA8vHncxzE+5J+uhzTcr6bz6OAQR/a6k4xn/SPi8PmKBsY+D0P6fy0fUOI39s+fAAAAAElFTkSuQmCC"); }
.platform-favicon-shopify { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAApVBMVEX///+Vv0dejj7+/v5smkCRvEdaiz2Wv0qXwE+TvkFhkESDtgD8/fv4+vWQvDdkkUjZ58bl7tjq8eDx9uqMuievzneZwUGTvjPA15/V5L7M37GlyGPg69C81pRNhCPU3s/t8eq20oeyz36btY5YizWgxVmqy27A1aTQ3cVYjwquwaaIuBiqwJ7e5tp6oGbC0rlGgxeEpnJxmFhAgAB2rwAwegCuxZpVKx4XAAAEtUlEQVRYhZ2X6ZqiOBSGgfR0EiARSJDdEgTsLrS02p65/0ubgyyGxeqqzh8fIeflO1sWTVsfSGNOTvQkRvc/fzHSxJLbbWAVnmB/AbAj2RSOJ0I9oMSP2FftUSxpzABTUUIJl9nXCEhzaOCAjFjyKGtyJ2nCrwnwkiaGH4eTVHObmqW4cTWEPh0KllmZrWmibmUwQjwttoqvOJByIjRkx1bruu3TVGOVFO7xxyclsMKKACNI5QEO5dyBR5Rbv3++2p8CpNwHASA7bOfbmcwyneo6Id92nyEgljURxAuku5ot3DjhQQP2uv7PN2N3+kQ+RZV4rQdB7TqhX0mOMcEdwATCC4zzBxikRU2bAvhJEhwEFN+NO8B30yhNc2O+nZ+2ByQ7C1LNi3JCdQ7Wo/kdYBhGCeP7yxPA/WlNM3/LKbitWo8AGObuslZU90fIDe9f1lfGA3A92UsAgvinGbaaxZdXAIdlFJHmZsRqKCGjAe7GmgvvK2lgpKFYtaaU38ca4Nd+KcALCFbMA46r2i+KusILAIxFHqGDGsWe8yR0XCEYE24Y4DnA3C3yCPVjjfpxkMRirPq4IQvA7bIEHB8AnnuQk36GXcgVwGleCEjLBgDmORv50BOULl24HZaF4A+ucp+pYGdUpsbgbdbXgCPDh7be+GyiTM1CudlPgwD7kOzsiQyHJwKyoGkVx0uAeT3PAaL/EAm87pWTFb6fx85KIRnG5vYyB7gdAHO/d51LKQMJ+8oq4N/LHNDHili9BzXvGuFhP1VwmAOOA6BdkCEAZNmSkxi8zbOYd0EkltOioTB/kzlB7YXSnGz6qF2HVACMSHL8HGDc9lMA6ycR6zi88IqAPgVsbucpwOsLvs/C/ZkdV5O1bQKYpgGyOLQcCdz+DcQyrfliVR4UvE4BTjO2ks9GguaphAngepgmIR56FgjZ2Iyg7AnAKGftlCkTaa4QlGViAjBLpvpgFwoAy9obvWDN6poIPkzyyBI1X4QH0bjiFHKlG1vApJ3EdpJxot8r+i4hXFsP2jRc1BC4w3KEuwWMUD74ED8BXE+TLA4AmpBAhy4gltDQRwCzfLcVH6Kg125FUDySUylZD3jigmH8Ure3kA8J8DQR5QmuogH/JIigYa/4kHVFj3nVYpnwBOpjaPOxo6YAszwrWfS7WaTJUL+lDDFMnxRSe8p4xEAkA6BTjsZCZEpDzhW8PhR4Fe1DEKuhBTGhfOz4sxiUSju54yQaCiW27Bg8aecW8P5oJ2eYg6n0I6/PD3Ozx6awAlBOGfE4CU4WNIHtJE2dOK8m9nOA8WtIA0KhsvhhONnA3y2ccGaHtTnAeBldzSefaneElWPiAlCO7SR8urKPLMYCMC6Lom4aSdtT8YeUBeAwpMEWXnQskm0AB9xWu45X9cx7oXxXuqGNhJdGYZHAfgqHQ+DgOUYFmGZZ7sY0KBcyxjwnzoqkgmVNws6ECV6UsgmH/t2u3LydJgrQY7e04XSYAqYmVDaSA+WOaQFwWSh3193m/XA57z++/6D2kAlq/AQoDVw84M60Ma63m/l+AuM/X306OXarxjnmNW4s6+dt93a47Jn9eP8nyBAcBLcvJ/zvZW+jufH/Ol1ezksXKawAAAAASUVORK5CYII="); }
.platform-favicon-rakuten { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAGFBMVEVHcEyFKc2EKM2EKM2EKM2FKc2EKc2FKc2dAE1yAAAAB3RSTlMAiBC7N91gVRQL6wAAAYNJREFUWIXll0EWwyAIRIOi3v/G1aZp8EWYabLsLNvHF0eBuG2HcruoZKkbq7QA7BBNHMEBdAmH8AGtCEMIAK1lTPA84AkxoOWnAExAgAauhPUgl48mQFE2Azl+0jqlJVH4EtAl1oU4hTVgq6wLyQHYHOIL6QEMOb5NLuBMITbBA2zKHaTrAQt4nIEPqA8B9hRueXDu4N4xJlNRcT06ABMPynEJUFvRcTVaD/Qjmaq5gI4COxJoBxCAGhIEoCkJ5kJD66MMiCkdAeD+EQAdwFDsAfOdEXtA7MFUreyySMKFay1UWwhwvi/6QbJDBRu5qkb5hbACTEfDV6NZyvYjYKTTE01HvNkTZyMjAjGdYyOJudCiGxnMRvJGugD2RvqA2Qb3ezEAUEb6Hsz05jaHEKDEjaxyaPW/ihHTIf9K6YkGoM6PAlb9MdFfpXU8CBV+GMxh+Qg8NyFMZB7TouryDZqCbYxM+4pO5Fd6JZQ91R5IvXvNNt5Ljjgu8it5P/bHer8FvgBpcSmCAeL3nwAAAABJRU5ErkJggg=="); }
.platform-favicon-target { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAKlBMVEVHcEzMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAADMAAAXaCmMAAAADXRSTlMA2IcTLZzys11Fo3C8Gwpp0QAAAY5JREFUWIW9V1mWhCAMBATZ9P7XHZcZSSCgdr2e/ClUlkoIQanvSczGH2JyfIudoplXJrOJ03O406sg2j1TYRcJfcpi7/Fu7uO3SNwNPAzhh4owwps7+C6mC59E7lrRHTLtQ/ymQeTSPoXvImiQ/NfebOLblVmIot6lHbFim9LSN/zrUJmYQqWiykXg8CyRlLkKXg+sfnpp4jTNdMkNnOsGSqraUgdSH69Uoi4Ulun5G9ivfViu2Gj8YzxP9x9XhIEef0Uok679VeUvmpRM1RBzYy52ArCXZ46VPrEXa15ocdDewroIKbqT8bKRMkATtrLkkpDPYmpIqcw0zhHSKwpKqLbpjaRsSOeInFXRiOBe+ZkZh1raIqkvJOws+uvLXzuipKDUA4eUr3IMxPYuLfcUJElB+k8FH4bwIYlwGuFCgksZPkz4cYYbCtzS4KYKt3X8YoGvNvxyha93fMDARxx4yMLHvHeDpkgTOuriwzY+7re5kGVY7OiTR8GPLoU/+xT88DxUYE/fX0Ee3y/kB0KjYvpsKNGaAAAAAElFTkSuQmCC"); }
.platform-favicon-allegro { background-image: url("data:image/png;base64,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"); }
.platform-favicon-zalando { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABcElEQVQ4jWP8//8/w/ubxy0El8YsZXj/RJpBVOUug7rVsYfyfhslDJ32sbNzf2PAAxj//v3D+Lfd5Bzr0wsGGLL8Us8+WmZMZ7LNmMErKPoGqwGPr54ylplmdZzh3x9WnNbwiL26bVPXqOCRMoeVjf0XshTTn2t7XPFqZmBgYPjySkx1R87UHxO9tr97el8exQCFt6fM8GpGArz39zkJTbE59vbaUSu4AQyv7qgSawADAwMDw8dnUsJzfba8u3rYhoGBgYHxf5HAO4bvHwRJMoSBgYGBV+zVh6JTpswNRn+aGf7/YybZgF9fuTkY/7AykawRDTAxsPN8IUsnr9irD/Yl3UwMAjJPSdbMKfD+XdyaYAFx+UdMDGIqt0nSzC/17G3yFh8hbdsjDAwMDEwPhM1OEav3s6LTvnc5R6yEtayPwcSYWLRcdjMwsfzGq5NH7NVtjynZHPnbPIWkFR8iSxHOTBZpM5nssqbhzEyUZmcASVGS5Ql2a/IAAAAASUVORK5CYII="); }

/* Homepage hierarchy refinement · v28 */
body[data-page="home"] .capability-section .section-heading h2 {
  font-size: clamp(34px, 3.35vw, 46px);
  line-height: 1.12;
}

@media (max-width: 620px) {
  body[data-page="home"] .capability-section .section-heading h2 {
    font-size: clamp(28px, 7.8vw, 34px);
  }
}

/* Homepage heading hierarchy · v29 */
body[data-page="home"] .capability-section .section-heading h2 {
  max-width: none;
  font-size: clamp(32px, 2.9vw, 40px);
  line-height: 1.15;
}

@media (min-width: 1081px) {
  body[data-page="home"] .capability-section .section-heading h2 {
    white-space: nowrap;
  }
}

@media (max-width: 620px) {
  body[data-page="home"] .capability-section .section-heading h2 {
    font-size: clamp(27px, 7.2vw, 32px);
  }
}

/* Homepage heading proportion · v30 */
body[data-page="home"] .capability-section .section-heading h2 {
  font-size: clamp(30px, 2.55vw, 36px);
  font-weight: 700;
  letter-spacing: -.025em;
}

@media (max-width: 620px) {
  body[data-page="home"] .capability-section .section-heading h2 {
    font-size: clamp(25px, 6.6vw, 29px);
    line-height: 1.18;
  }
}

@media (max-width: 620px) {
  body[data-page="home"] .source-platforms .platform-marquee-set li {
    min-width: 142px;
    gap: 8px;
  }

  .platform-favicon {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
  }
}

/* -------------------------------------------------------------------------- */
/* Homepage route simplification · v25                                        */
/* The hero already exposes all three routes; move directly into use cases.   */
/* -------------------------------------------------------------------------- */

body[data-page="home"] .capability-section {
  padding-top: 56px;
}

@media (max-width: 620px) {
  body[data-page="home"] .capability-section {
    padding-top: 44px;
  }
}

/* -------------------------------------------------------------------------- */
/* Homepage data use-case directory · v26                                     */
/* A compact, scannable catalogue for high-volume and recurring data work.    */
/* -------------------------------------------------------------------------- */

body[data-page="home"] .capability-section {
  padding-block: 72px 82px;
  background: #fff;
}

body[data-page="home"] .capability-section .section-heading {
  max-width: 980px;
  margin-bottom: 42px;
}

body[data-page="home"] .capability-section .section-heading h2 {
  max-width: 950px;
  font-size: clamp(38px, 4.2vw, 58px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

body[data-page="home"] .capability-section .section-heading > p:last-child {
  max-width: 780px;
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.7;
}

body[data-page="home"] .capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  border: 0;
}

body[data-page="home"] .capability-grid .capability-card,
body[data-page="home"] .capability-grid .capability-card:nth-child(2),
body[data-page="home"] .capability-grid .capability-card:last-child {
  display: flex;
  min-height: 218px;
  padding: 25px 24px 23px;
  flex-direction: column;
  border: 1px solid #dce1d9;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(17, 31, 20, .07);
}

body[data-page="home"] .capability-grid .capability-card:hover {
  border-color: #b7c3b4;
  background: #fff;
  box-shadow: 0 8px 22px rgba(17, 31, 20, .11);
  transform: translateY(-2px);
}

body[data-page="home"] .capability-grid .capability-icon {
  width: 42px;
  height: 42px;
  margin: 0 0 34px;
  place-items: start;
  color: var(--brand);
}

body[data-page="home"] .capability-grid .capability-icon svg {
  width: 38px;
  height: 38px;
  stroke-width: 1.85;
}

body[data-page="home"] .capability-grid .capability-card h3 {
  margin: auto 0 10px;
  font-size: 21px;
  line-height: 1.25;
  letter-spacing: -.015em;
}

body[data-page="home"] .capability-grid .capability-card p {
  margin: 0;
  color: #68716a;
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 1080px) {
  body[data-page="home"] .capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  body[data-page="home"] .capability-section {
    padding-block: 52px 58px;
  }

  body[data-page="home"] .capability-section .section-heading {
    margin-bottom: 28px;
  }

  body[data-page="home"] .capability-section .section-heading h2 {
    font-size: clamp(32px, 9vw, 42px);
  }

  body[data-page="home"] .capability-section .section-heading > p:last-child {
    font-size: 14px;
  }

  body[data-page="home"] .capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  body[data-page="home"] .capability-grid .capability-card,
  body[data-page="home"] .capability-grid .capability-card:nth-child(2),
  body[data-page="home"] .capability-grid .capability-card:last-child {
    min-height: 208px;
    padding: 20px 17px 18px;
  }

  body[data-page="home"] .capability-grid .capability-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 27px;
  }

  body[data-page="home"] .capability-grid .capability-icon svg {
    width: 33px;
    height: 33px;
  }

  body[data-page="home"] .capability-grid .capability-card h3 {
    font-size: 17px;
  }

  body[data-page="home"] .capability-grid .capability-card p {
    font-size: 12px;
  }
}

@media (max-width: 360px) {
  body[data-page="home"] .capability-grid {
    grid-template-columns: 1fr;
  }
}

/* -------------------------------------------------------------------------- */
/* Verified website favicons · v27                                            */
/* Use the source site's own browser-tab icon, not app or aggregator artwork. */
/* -------------------------------------------------------------------------- */

.platform-favicon-amazon { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAGnUlEQVR4nM2aXWwUVRTHf9duTdRaqIiu9sP4kaLQmiIaqA9dLNYomkhJu1ETHvRBEyLRaMIb0Sg0miDUWPVJpJsYMdF2K0GNpS3UjwLZVUNAultEpbCtNIWFaX2gJseH6U5nd2bHmVlE/8nNzM7cc+f/v+fec8/cHYUNRORRoAWomy3/JeKz5VOlVK9jTRGpFZGD8v/FNyJyh5mzMpF/FNgFlPwLvXgpcR54XCm1H2YFiEgd8D1wld9Wk8kkX/f2Mjg4CEBXVxdK6f0TWrmS68rKaGhooH7FCpYtW1aYBF3EcqVUAhEpEpEf/fq04913pW7pUgkUF0vRbAnYlCLTsW7pUon29BQ8nAAQkRY/1olEwiAesCGeT4i5tLS2yoULFwoR0YiI7PJDvryy0hPZfB55sKlJNE3zK+A9RGTSi0UqlZKKqirPhLPIBwJZw+2djg6/Ak5cAVznZfa0t7czPjZW0AxUSqGYC4FvvPmm36bK8dr7jhM0EDAmaCwWk1gsJu90dEiFabjlK7FYzJcLPAno7Ox0FLBx40Zbu0QiYSvCPHf8DqMrvPhr9549lmsyewwGg2zatMnWrrq6mqeefNKom4Gyre0NngSEQiHLtcxYXr16NSUl+Rfxyqoqg3CuEIDRkye9UDEQ8FL5+fXreX79eqampkgkEgAMHTgAwENNTY62SxYvNs5ze16AX3/7zQsVA54EZFBSUmKkA27TgtLSUgSdvHEUMSKSX/gS4IRkMommaYZn9g8OooCRkRGDqHFUhc+CggWMjY2xd+9ePt+9m2g06qsNuznhFr4FaJrG5s2b2bZ9u4WMXb9mSNrdu+xDKB6P83hzM3+Mj9uSySfCSZiIPz94CqMAAwMDrKivt5A3Pz6X6JrmZlbmhGCzRwqaCV5WvVQqJRWVlbZ5f1EgYJy3hsPS19eXlWXG43HbrLXIZOMHnoZQe3s74+PjtnFcKUUwGKRz504aGxtt7S/1+AcPQ0jTNN7avh3BGjUyJNq2bMlL/vuhIYud5Bz9wLWA/oEBY7zaeSAYDLJu3TpXbeVGJIV/Ea4FjI6O5r2ngPr6emf7kyctC1luG37gWsDhw4cdXf5PYfDrXuc9Kb9wLSCdThv5C1hFpNPpvLbRnh6OHDni2H53dzepVMotHQOuBdTV1QHW18EMBvbtIx6PW+w0TWPDhg2ObWc648POTrd0DLgWUFpa6nhfoS9YZhHxeJyGUIhx06LnFMVefeUV205wfK64XMOTySRLampcNRoMBi2k7VIMu5SjpraWHz2IcO2B6upqamYF2E5i0/l4TprhFH1yMTEx4ZYS4DEXemvrVttes+tZO5E7PviAmtpai20GoVCIY0ePeqHkLRcSEdnS1ua4hZjJicz5UkVlpXRHoyKi71DY7Ww8+9xzvrYZPQsQEYlEIo57PWZRLeGwpFKpLPvuaDSrfr7tmH9NgIiIpmkSiUSkJRw29kmLZnu7NRyWzW1tMjw8nNe+v79fWsNhiUQi+R/yxyG9nDkkMnXatkp2FDqfgPTPcEuzt3F4KTERg8T7cGqH/tu8F/PIMMxblFU9exILcGAtDDTDn95XxYKRTkDfffDXOah4Gu5uh9tempvpFzWrjcUnp3pFPlsgsguRgy/ldd1lxUCzyMeITKcst6xhtPxBWPUdFC+AE9tgdzkcehmmL5NHZjT4+W3ouh6+fUa/dnYQrlwAV99kqZ5/JU4n4OCzcE7/z0sAdeMauHUdlDdB8bWXlniqD05/Ab9sm2UGLP8M5i+Br+6E21+G+7bmWl1UInIGWGjb6IwGP72qeyL3LeTGNXDDA7Dwflh4r3fC6QSkj8KZ7+BUJ3JxUm9aoXt/xSdw8yoY2Qk/PA2PnYZrbs5t5bgSkY+ApxwfdnovHHwCLk4al/T3YOaW4avvgmsXQdk9UDwP25Tt7E8wcw7ORBEx2WeIC3rHLH9vbrjsWws3hGDxC3bM3lci0gx0OQoA3RsjH8Kx1+CvSev93H0Vm/zCuGQOjZm619wFd2+xhvDplF3PZ7Aq8z9xDHC3SzujwcgOOPY6zExmE84hl0VYcuplUNYAd77oZ+3pV0oZAmqBb4B5nprITLzRzjkxMnfIIp+BAuY3QOVaKH/YsjC5xARwv1LquPlTg0agB7+fGqSHYfoUnD+qs5z+HaZO6HPiynkQKIWyGpi/qNAIdhZ4TCk1ZLkjIneIyL7LtkB5x5ciUmXmbPuOISJN6J/bLAMW8d99AHIeOA4MoX9usz+3wt8uj04lb4X/dwAAAABJRU5ErkJggg=="); }
.platform-favicon-walmart { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAADqUlEQVR4nO2XT0xcVRTGf+e+GRRkoYCo0HmPaIwuiHWhC1sZwNI0aUyrVevKpJJgu7dJXVjFuOjCP2vbhXVpqKE2RheVOMyQ2mgw0YaFLmr6BhiHv5q0gDDMOy5m6PDmvUF8abqxZ/Vy7ne+73v3vnvufXAnIoaO2a9ppmNG086cpp3+qDwSSfz7HU2sx3LAXeVUgbXlhPTNzvxXLhPFAOvmwU3iAHHi9W1RqKIZWPt7IZgszN8+A4uz86gWKwlVlnKzt8yAjrQ36wR1tYrkMEVgs+Ci7Ge1Fl7HiWuq495/NaApYppxzlEXm2PRyeuoPbCF+elNlqZrgXQs8TrLTh5LFzVjf65DWDUNgP0CyMsgAnIfxpzRtH1BU20tIdyTFRWdCgiPtDdr2hlGrU9Bmkqc5lXanIO1DRgaAjJiDmDFr2jG3lM18nsFw1Wf+KjTSzz2CyIvBvhUG2sb8FaGgSuBIuQhkIuadt5XLdd43meo5oFZlLMAOojRMftdDN8i0h4iPoEsn/cxBzAT1DFvH8GY48CjISQfSbd7vPRYqhdBATRtn0LMW8EX0KvgfciNybPVH2tgF0gna9KTPcN31x5H9SXQS1WIJ24+CbohXj1WFr4M3ivk3cckOflJ2E7ZVivW0cTTiDkGdOB5J6R3cjwUl2p/Eiv2ATDJevG0PDf1w3b4/9+xvSVIJZ7CmGMIHYiekK7sT+G48hIIWbR4WpJTP0Y2oIMY9jgHUd4EdpUaCYCOSNLdG1qTdr5GZH8loZfx9GN6ssMieGE1gV2gQ9Rpxh6gt+NXVIZBdlfEgU19QhXZ2IrljL+HiDyDZc4x5vymafuofuM7wksQn3jq/kZMwyWkejsBqIdyiqT7jgiephKdWOYiiIVV2Ce7p38uzZp9EpWTIFaQQiewlnbJs/PXw2fA1B+qIf4Hovuk23375lQac6TUIWmlGOsHkEE86cq+h8deVIMHlEgn2uBrz6YKsBTy4l/B6k7pyo5UjTxcwfCIj6bHTVFY34nqeapD/Rp+A0X3AugXoIrqX+C9Id3ZA5LMzwWIILHJ+I7qQembXpBu9xBS7AddLHF6Q+TdL324EGI01dbCSu76lpeMjJMrLwGoLki3G3Zkl4bHiZO3G+X57J8Bo7WKtgodwuIBZxXZ+NBUueHWb2W4VkS7Eza1tlTEAUS4p601ClU0A3V3NweT8ZpLcOsNrBVnwDfdBQorudtmQPqmF/C8AWAWdB7haJS/ojsB8A+C3mktPgU7IgAAAABJRU5ErkJggg=="); }
.platform-favicon-ebay { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAd0lEQVR4nGNgwA7UGRgYtjMwMHyG4u1QMaKACgMDwysGBoZMBgYGHijOhIqpEGPAOgYGhhws4vlQOYLgM9RWdCABlUMBjAwMDP+JMRUXYKJEMwMDAwPLUyMLFAFpo1ko/K/eBij8iZyi1HXBqAFUMGDgExLFBgAA+5IRVYFJF9wAAAAASUVORK5CYII="); }
.platform-favicon-etsy { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAABPUlEQVR4nM2UvUoDQRRGz2wGZcBskXaDlWKapAvbiqnSBXsLwSpgL+hT6AsIam1eQLBNUoooJO2mM2AMLERnxyJKzM7GTTSCXzdzv3vmzp0f8XywbliinGXC/gQorRW8AqhsemY4JAoe0oEiX8Ap7iBLFQDemtfTBuUiSxV0p8XobD8dqJsNdLOBPL3H9ANer06sJFOtI/1aYuE/6qG+vZgZWwgoVJaMX8OEL4wuj38PdEoVMhtlAKJuO9Fj9XBKykVW6xOzXyPqJIPmAwLmqfdlINLsKcBwgG41Jrx+MPN05wPGFHXbaOUCILwCJni0PAtfG313A8DK7hEi5y0I/KgmLpHzcDbLiTFry3J7j0xx/OyEyrJ6eG4D81vAuKdWLP4fCuWCWvu28E+Zfs+asyo04QDCwVzAJP3/D/Ydp29TaPxxEJMAAAAASUVORK5CYII="); }
.platform-favicon-shopee { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAADxElEQVR4nLWWTWhcZRSGn/e7kxnbQHMnEdwUtCX+22k6RdFSxE2gQTLBtFEqRcSFi6LdKP7sVCgaqhRcuCkVazfFQZtMFi0IIlK0ionNpChYFy4qWtHMTDvVJJO5x0WTydSZ5N5J0291f85534fzne9HrGLY0FC8MHuh1ym4FyAw91MycefnymbnWtVSqwmFzNbnMBs27NbrhfQX0qvJ3OSHNw2gkEm9a2YvCc0Do8CZhV87gQHDYpLeS+byL685QCmT2lU1OyVxCXgymZv66nq4LY8Cn5hxmyf1deTyp9cMwIYeWVecKZ8HNjm0o2Msf7YpZH/q4QD7GulXP9F+v7Lf/Bum7aIAlGbL+ww2Ix1fzhygYyx/FuljM9tUmi3vi6IdCcCgD8BM2fBYl63PWSMA3QWQaIuNh8UmYt5EfU7YqPXAdCZ1HtjYNMhsg4GQSlFEMesQmEmXl4m42JnLPwAQq/u4GbN1TfXqhCMBXMvR8vFqW3yqTYGMclTxGx2SXWkAQFxtWQhmJYJVMDQCWNQKiLKkN50X7/a3717vp7sSzot3I/eipHPR/FXzarEC+sc5HvPTg28pqDxYnDj5fmGicNCCys5kIvmRPzqZljQagaBWgVoTyihb8+Ale3HIH5kaLwQaMbOBxfY0oDjz92EyW48b9Ia5m1kjAKJMCIETp64MbLuvEswPNIhCEuxAmHnNa1GzTiK0B2Qu5sWD0sJpuOoh1KQJCe+BKrZ3fXbyN8n2C2ZvgKERQERYBRbsLwyknvFzU0fwvHuQDiF+b92/2SqIUAEDWWDHpvtTJ0S1qzOXfyWZ3r0RXD/St5HtCVZZgSWUp4Iq3xcyqR+K458dkKczyfTgDgevSaqEZQfNeiCQWt6KzazHsMNWDS4WJ04+649NDQMHwzObALRWgQaUdrPgaDHT0+sn7n4bmFnR3jXpAa3iLGjAIHh84Wr+54oATXvAIkyBdHrFPUCatOe3t4G6VgZoNgUhAELfdebyfV68bYvQ2P/2gRkcw/62J44VL1X2grWvpOXM1bxqW3HVcZXq8kmGPVToTx0hzuvJT/MZGxqKX6783CM5bz7mfuzMjpem4WkCfbCSOYBHrFaB2pWslEl3V61yISxZYg6UM/jC4X4xT3ME1dsxBsxsMCwfQJ6XTI6cK0JdBbyEV67OhC5hzIiD7QH2BFRhFaeC3+OXGbn2XOuBdu6YJmT5rNH4Q298WcNeasJsdk7OnbjZ7g4drX+vvxXjb7AXiiWVDHbJuGVNnWUlINuR7nyHsaXP/wFjQHmV3hma3QAAAABJRU5ErkJggg=="); }
.platform-favicon-tiktok { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAADgElEQVR4nO2Xa2hbZRjHfznn5NI2bdOmWTK0mc28xLR1dENQmeAFtlnbKbjCivOCYkUcflAEFcQvQxEG9oOCePngZYKMCY4qbo6t2K0Kc5oNS/0w6SrtXNKmjdMsl3N5/NBY283EpKnWD3vgwHnPed7n+Z33Pe/zf18bYAE2VsiUlUp8GeB/A6BV0lmtrcXX+wA1Xi82EZKfDzBzKopVZhwLkKVc6iq/3H7wiHyVSsvJnC5Dr78ntzoby4pR8RQ4RWh3ObjBrrGxaxNdkY6y+i/LP2BJ/mZNgG0vPE2bN/DfAiy00H2d7H77TdZ2rAe7vaQ+Ff0DWw4cloRhysUWnZiUnR99LOHue8WBrVic5QOw0lkRy5qHMETkpw8+lUfcwYIxSl6GNqcLe3Mzmj+AZLOkoycQkUU+5rEoZ0d+xNt7NzU+LyoQclQR1KoKxv1nAEXBfctGfD3bCa/fQMdqP6vPxTm14zH2pGKLXX/9nU927ebbD99h55Z7iLS2Uh09XVTqigLYNI3G+x/k+r4nePiaEF2eOvx2DTQnw/VB9l2YYuEY2BSFjGmy5/gQXxwfpt3lIeRwM5o7vzSAus2dtD75FC9du5Y76t1/vTDNS4Z/HiL/tQlMBjMJBjOJYikKA2hNTQR2PERfS3AuuWlhDn2HfuBrkuMTxGdnsJZhF1EQwNW+jnVtrXR66gAwPhti8vnXeGP8JAcz00yLTqrJU/FOpiCAsyXEjY0NNGgqZHWy+w7RPx6lPzU+76Py99NQjhWshIrdzhVOx1zDMJhJJjmUmb7ISQVlQQjDoFymggB6PI5lmnON6irUtquxrMVC62wJUeP1ouWzWucSZAx9eQBSIz8wFsuvcxv4+3rYvLUbXC6wO3CGI/gefZybVvmoVVXI6WS/H+WMfqEsAChUilVV7nz5VZlZUFrjs7Py4v4Bue3d92XTkWOy6+ezMpXTRUTEPBqV05GtErG7yy3phbXA1RyUtw4PLhIZS0SmTEtiuiFG/pk5EZN0z7PyiicsSnHhKV+MrrwuLAP7B0R0Qy4xyxLzxKiktz8ne30bJKA6yxY0GyUcTAL1DTzTvY3eu7oJtKxBVRTkl2myw1EmvzzK3jMj9P82RszMljf5+cQlnYwUIOKo4+Z6P1fZq5Gszlj6PN/kkowaKawl1oSSAf4tW/FzwWWAP8WoclVZov0BohAe2P33q3QAAAAASUVORK5CYII="); }
.platform-favicon-aliexpress { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAACqklEQVR4nO2Xz0vTYRzHX8/z3S8T1hyKJSEhBh5kSRjYyDSkg2JQ0MU/IIToFNnu3iajUwQjBQ9Wl26NDCIcIXYIlMybMDqkBIpjY1+duj1Ph21mtE239uPS+/jl+3xer+fh+3yf5yPIRgcZBHwavAKcVCEa4gKWAL8YJwwgsvDHgB+Q1QDniQJ8YpyAyM78Yw3hxyWGpAZfHeBkmT6LAC+ASoL5VZCMSNJx0LqyNCHAcIKjQ9F4WSMdAHiFDqIPt2EnZKBMUVlqgchGjXs0jbUZpErWFg6gTJFhJkEmVmRN4cclEisSmYzUHp5LMiKQ6Vjd+KRjINFFVkBUYHcWq6FF4f3vmnpF68IGVk9f2Wyrp4/W8AauqZcF38kvICWOoTvIpmbs/cNlC9j7h5GuZhxDd0EWQOV9qhQqFgXAaDlftkBurIpFQakSBIDU+jcAbFeuly2QG5urVZLA/uJ7AIz2Tmy9A6XDewcw2jv/qFWSwF5oDrVrIoTAOREAq+30dKsN50QAIQRq12QvNFe6gIpuY84GMvW6enBNToNhORluWHBNTmPt6gHAnA2gotulCwAkZvwcLC8C0DAyhjs4f7SsedntnbiD8zSMjAFwsLxIYsZf1FdseixFD15x1o37eQhb91UAdOqQ/U/v2P/8gdSPCACWCx3Yr93CfmMEYbFm4Gtf2Hkwio7t/JsAAI4GnI+mOHPvPsIwir6q02l237wg/vQJJPdOLH06gWwsl7ppHHuI/eZtZFMLQmR+41prVHSL/YW3mK+fkVpfO23J0gR+jxIYbReRLecAUFs/SW9+L+saVZ5ABVOPy+h/gb8E4nXkxyWZXq1eWZJkesL8h3V1owC/bFtNhcm0Z7WUUICvbTUVPrqRbnosg1kRL1Vqz8l8b0uAPztxfgEVaeU3jXdwUwAAAABJRU5ErkJggg=="); }
.platform-favicon-shopify { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABCmlDQ1BJQ0MgUHJvZmlsZQAAeJxjYGBckZOcW8wkwMCQm1dSFOTupBARGaXAfoeBkUGSgZlBk8EyMbm4wDEgwIcBJ/h2DagaCC7rgszCrQ4r4ExJLU4G0h+AOD65oKiEgYERZBdPeUkBiB0BZIsUAR0FZOeA2OkQdgOInQRhTwGrCQlyBrJ5gGyHdCR2EhIbahcIsCYbJWciOyS5tKgMypQC4tOMJ5mTWSdxZHN/E7AXDZQ2UfyoOcFIwnqSG2tgeezb7IIq1s6Ns2rWZO6vvXz4pcH//yWpFSUgzc7OBgygMEQPG4RY/iIGBouvDAzMExBiSTMZGLa3MjBI3EKIqSxgYOBvYWDYdh4A8P1N247YzPkAAAgBSURBVHichZfLjxzVFcZ/59xb1dPz7LHHQ4gNnryQQRhGBAUREU1HkdjiKIssiIQ3WeO/AFkKe6wofwDKCiuLkGyyiFA8xAuSEGLyQFEQEAcwGXs8z55+VN06J4uq6elJAlyppO5bVfd85zvfeZT8+Nc/AVfwCCj1MpCEOthIUOlDdgvibYhbl5Hikli+AKyHwMvFyG4MBq0baXCCPDxEKmdxTVRUfHzrQyCBDkES7lVtorEXcT1ueLy0AVKA9kF7HXR4DXQFz6/gcQd4qaqKtSwLxDxbl9mpC/vbuzsSBXdBRCfO0tpRnMkVaySA2ASAw4etRh52ILt9Ge2vYNNdPAfnT0h6G9KjRvkL80HXbPSqhX638h7m84jMTJwXQQCXxo4e3pmk3Y4DkQS6B9rrgj2P62XgBvAqHtfxuAq6DrYjWl4K2WCtPTe8UPrtHw3TrbMuu6C9mkEp/tdBVyKftSQR8j1Eh5fxpXUorhh7F9H+WXy6W8dS/4loF88ARWPx81HaZXeven6+s39e8sHNVAh4TowzeIrH9BaPo5qMPyAFJrsrKr01fPa7uIOmC0haR/IurhcQewZXEH0OQMVxSoaj/Tnb5S/t6bkXdLpNFuff3N0eXeeYz0pE0kTM9eie1AJ0ObjounUTObgBXALrgi4gwzVkInTNGYaAR1LZoqqYGw36L6XigLnZuI+358eCHDMg1niuKNbEq04ZCVur4v2LzuisSfkBQCADD7WgDrUzZk1xrxARVCPukSpVaAgMhrtzWXDEO40g6/diURTgiroh0kOzjyBsvayeulSDsxoSSJukCasMkQSpZKrVoUoVbgUSAoZglhocQ1QMw4FQ53/YZ2Zh6qmd2/3rmNYCx+qAqIOYosFQ3bki4c5z6g21DmItQrVALjn0C/Iww9LUGUblkK3eTYQSpCREJZnh7kfZ5IGjejJ8HJm+PhnmOM5Jzxt1cnFMqyt4iVqLpewcD9z3BOfOnmdGlnCmSQy4yzv86vWfcpDeR6QAnwbLwctGV0ycpWvAlcm9CFqjDb06Z6VYOIyPWERSh8WZB/jOE8+yoGcJMls75KBhju27xdiQBsXSRBYd0wiALtb/j/YiNoV5j5BvElt3uy4DRByRRKhmOTH7dZ5+8gfMyf2Ms1bqS4GPN/5KYpMsE1IFTsIpMa9wKkQF95rl4aB4LEYhWeOghMNSbGg4qBmgQLE6Izxy5uR52nJfbRxnqB+x3btLToeF2cjmzj8o0x5EQ1RqbOKoSJ2Sh2ybkFJJZYaI4y6URTGRhrUGuuPcBtQjX77/HFgGCvv+AT97/QVGfotoi2Taol/0MHGiCJWDey1Cc8fxhk3BUVLyObzCLaGak7faKBgigkiovTxWkJRT7WVi48goDTkYDBj5AaNwiwEfIdkQzZRUpdq4SQ0Ax+145zMrWb6n81SWGymNcHc0EFCNzQPSxafwKsNMwBwnjQ9Yyh7ie99+kdMzF1C7h5C3arxSoCooSmicERFcazBONU5Fl/3Hk++iod5TESGLEKREKRDXJt4KlNzZutmEqAZxovUgT3/jh3z13i4UJ8dVTb2pJ67occfHbIJS2fCCUx7tahCQhOk2hL21um3WOvAw5HfvvEafT0AgNbVphiW++cCznD/9DFrN/z9rx5c3dcamKIa6jOeIBNykngfcCzSMOsf7tmKS2CreY/2tqwy5S1Roae3prJ7ika+toZZ/PoDxRBRJKZxx0xqAOzoWnRSrSIEzxL3CqwxRGFTvc/POa/zyty/yr51rQB9tRDnDLPfee3psJsTwGSBq+lJZzapmmCVEHXULtbcuHfe6QShC8Bla8SStfAHVyGCwy+/ffJ2jMn3oGajUxSaV5XGb4+nKJkAUoiERQs1AVG8mFM9X3QJuiTy0mWktc+4rT7C0sMJ7797izu0NHn7wSZzZulRIDTWlhLmjopj5RJs+BHE4b9RiLapNTiye/v72RnlVZYaoDlYJUoUOIRKDkyqhPzQW57/EqfZjfOGRLuY9okzhTNoYMhj2scqJsYkrAVVFNSAE3P6rL0hBCPZwiOGqFUIUr8uuwyoecVPEp2nlM8xNn6LNicaTRcqqYT5AZX3e/fcf6fW20SxgVR0X83okd2/ahh8fO92EsrRvqQgE0PqDoUDcOqCkRqHDao8//Pk37Fab41ExhAOq0MPZYWP/Lf5+8zqmBZ+6xlX1aOQTCVTJls291oDEfQgHeCwfdQwJEZeCke1wc3uHW+t/49Ti/XQWFhCpZ/qtnU+4u/0+iT4W0qcD+D9LJFAU6Yy7A0b00MclrZjnENoAlAww7ZGqHQo2SXsf8fF2oJW3KcoRecvpsw3BEWk31fPzLB9lQ6rKWWSIi6AmJUbsuHXedpvHBVxHSExoVqGxwGwH9z1Goy3wIVVZkOsUXsZPNe4NxXVDMswKNNS/3UtBe7jeJRoZ7nLDTVbxHMi76NQKXqyo040aV4TqbGJYZ4BEzBUVZ6o9TVEViNtx4+ZYZVReEhVEIMumKMshMas77mLnxKXt7d6VCAtABVbgzEO1fO2Qqgpl6Z4vMio3sfJmd1Rur4aQrYiyWjFcHVWDBUUJHAcgKmhQQMBHQE6QaZ9dWN4QLd9o5XOvbG7YVa9OEs3zhq6sHp3Gw2nzoVGdJsvmaM2Ha67b16xy2tM5w9EuW3c+7GCjVeDwWnG3NRGh1Wq5aGtjaqr9Rp61X9nc8KsHvQp0SM8NYRmRaf4DDuBVkvpVj/kAAAAASUVORK5CYII="); }
.platform-favicon-rakuten { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAACVklEQVR4nOWXTW7aUBSFz33GrdRJWYJHLUknWApzsoK2OyArCB1GKsIR+RmSHSQ7CDsIGQdkd9Iwi9mBM+mAn3s6IKjBGLAJMOmRnoQv7/p9uu/a51kQ03mhU4HIdTw+J0EESiCUmwFw7/XccGVOgsw6SQAAIg+wTNEbW/TuYq9b3S3ArBwCzfP97urKbQlgIqJy8cVvbh5AEAEIYyOZQbXa+NT5lhYgl2YSyeDn48Hh69hlwXdGGFWMmHp8vrGkCaCV5t5rb8FJzw1rvZKn1NOEv51G4aG8VYCpar2Sh4QtEUFxJwAAQPJ+LgZxdgYAwcd1U98M4Dl+XiDFeNyi5e8EwP6gTQBOPD4A5rYlSakeQxGT9wr+zCKWjovGMscgy/H5BNtpvSEVAMiiLXyaiVkCgInTR7SOUt0Xm34VA1DR0yzOmK4CKUXoj9rv0lWWnE1WIBwx18qalK4Cgohk8O9SHMx3vmMLbwG4WQBSVWBqRtMxfG9cJDoii9ux45i8wI0MzeGLTc8iqFaznI7e5IZKJj5uBJo7ccPa40FrgR3DiLmOv7w2DgBM7Fgk8fDh2MJbz/HzWwUAgME7c4QFTfniFdsFWNaUICrLmnIOQAURwfbswK9VECc9N1TV7/O5bCv4NU0//J+Ss/1uXRIOFNuSqvZFEJEIxsiFAgCNvc6VgRxvZIWJb4RCCVT4bIhABdGYVpBk0zL9cfb5oSqWqU8+OpcvACIiGBDoG+AJxDOMBsM/duiFbpSN95UuC76joncAQDAUSqjQvoGEMBoM1Y7W/QxfpL/txBwOO4298gAAAABJRU5ErkJggg=="); }
.platform-favicon-target { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAACFklEQVR4nM2X4W3CMBCFP6IOkBFggyB5gDJB6QTABt0A2IANKBPABnSASPUGMEJG6A8fkDp3iUNR2ydFAufy3sv57JwH9EQJOVDIlctwBXjAu/A7GYNE0SEwB15EuA0e2AEHB+cfGZC3XQJvXUQGNsC6LSumgRKegT23NN+LCnh18KHdzAzxOXB8gDjCcRTObgMSuE0k93KlYKuZ+DYFkvZjC8mZW4F9Ey5DcU6BGaFoLUzq03E1IAV3wk772sGqhbhuZkUoXg0VMLoUZn0KloZ4RXCdJA4gsRP06s/r5gbieEh4ew0Tq4K70DGlIwfnSwamRtDaEi+hKGEuV6HFyLNrg3sKtwx80iQ5OxhpwoRVEsd7YBEXpzxzolmY3sE4q+3tMXaG+NGILwjrPYmLkME8M8gADsrYlvbNKUffQzQugMI0YKxzNTYmjbOgTUvdQK7c0B5IEW+L1Thz9Vvwm8jQN4tCGfM9eLVYjbPKLGJjHlNMeKN+1FjTAPrmtKC95aokJoUrGHC3fi7GLB6QN5sY8Z6wbSdxIf3jk/zZ0UzTsIRV/BESgXG0LBtpv0C+jEPl1g7+y8dIuteNEbgXonvE98btzaVj7tWQyINVgviKxIbk/7RkNaI5/ZpSSN+mFw7e6wPquaCniVQ0xE0DYuKZvzqYwLWdGmGvjhRsCAWnikO/w+mUUGBFR7jnUYdTw0zOA4/nX9nAr1xPObpQAAAAAElFTkSuQmCC"); }
.platform-favicon-allegro { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAADF0lEQVR4nO3XS2hcVRzH8c+ZiVaN0CBWRQS1St3oxoqPooggFG10I0nqxLaIJe6FIlQX3YigILhzoUUSOk3RjY9UUCz4RMymi+JClIpExWhFsUqJzhwXHURKc8+5d+40LuYLwyzO//zO73fvuefBkCFDhqwloS6hOOMiJ92FzbhZdINgPcZwIX7p/ZZFixo+0fVpOOjHfsbtK0CccZ6THsAkxjFaUqKLI4IXHbAQiGU9VArQM74Te7GxisZZ+EDTo2HO8TKdSgfomT+GTWX7ZrCMraHtaG6HRukhVjQNxjxchrfihA25HUoHCK86hVNl+5XgKiOez/ZTZYQ47QfRFQUlP+Oo6DvBCazDmOhGwU3SD65jxMYw69uUl5F82/8h+pUzAkQfCV7XsRAO+XrVri1X42nsLhih6W+P46mUlapv4DPRbehgVtMLYc6xUhoP2yN4rqDkeGinV7hqAVp24j5Nz5Q1/q8GQcu7uHfVoqbLw5zlIp3aduIqxEc8qOuNVQu6xsO8hSKN8stovSwWtjbSy/XaBljyU2F7MJaSqLYKnUGccLHzbRFtEWwSXYNL0exP2PpUSeUAcULTOttEM6KtYk+r9HGskMEEiNOmRM/qurZK/xIkp3ipAHGHUV37RZPVPdVLdoC4w6iO93DHAP2UJn8V6njZ/8w8mW8gThsXbc/UXHL6lvWN6ISik2sUBC9l6p6VvCkU7c2o+gJ7Qtvh3MHjPg1fDjhAnHKd9NT52AXuD/v93o+ZKqS/gRF3Jir+1DW1FubJCRCT55FDYd739dgpT84qdElha/B5PVaqkQ4QdBMV/Z13+iQdoOu3wvbo7rrMVCFnCi0l2h+KLffUYaYKOR9xal1v4O3Y8ljcd+7vF1lXytiyiFsySr/Cm73/Tlo4uRPPhrZdRRK5O/GTgvczKq/HE1ma1HIjz3rl4aAjmO9/uPrJn7N/2YV3BmelGtkBwmtWNE3gFZJ7wzmj1KoR5vwR2nYLbsdhOR/qgKl0Jw4HLGJb3O5KTZO4VbQZG5x+KMnLeAYr+LAGnSFDhgwZIP8AgDm+ci96lAkAAAAASUVORK5CYII="); }
.platform-favicon-zalando { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABcElEQVR4nGP8//8/w/ubxy0El8YsZXj/RJpBVOUug7rVsYfyfhslDJ32sbNzf2PAAxj//v3D+Lfd5Bzr0wsGGLL8Us8+WmZMZ7LNmMErKPoGqwGPr54ylplmdZzh3x9WnNbwiL26bVPXqOCRMoeVjf0XshTTn2t7XPFqZmBgYPjySkx1R87UHxO9tr97el8exQCFt6fM8GpGArz39zkJTbE59vbaUSu4AQyv7qgSawADAwMDw8dnUsJzfba8u3rYhoGBgYHxf5HAO4bvHwRJMoSBgYGBV+zVh6JTpkwMP7/wkKyZgYGB4fMrMYGDPaVMZGlGAkwM7DxfyNLJK/bqg31JNxODgMxTkjVzCrx/F7cmWEBc/hETg5jKbZI080s9e5u8xUdI2/YIAwMDA9MDYbNTxOr9rOi0713OESthLetjMDEmFi2X3QxMLL/x6uQRe3XbY0o2R/42TyFpxYfIUoQzk0XaTCa7rGk4MxOl2RkAzHqRbRiAVcAAAAAASUVORK5CYII="); }
