/* DQ200 software catalogue */
.r247-dq { overflow: hidden; background: var(--remap-canvas); }
.r247-dq h2 {
  margin: 4px 0 0;
  color: var(--remap-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3.2vw, 42px);
  letter-spacing: -.025em;
  line-height: 1.1;
}
.r247-dq__intro { padding: 65px 0 50px; border-bottom: 1px solid var(--remap-border); background: #fff; }
.r247-dq__intro-grid { display: grid; align-items: center; grid-template-columns: 1.05fr .95fr; gap: 65px; }
.r247-dq__intro-grid > div:first-child > p { max-width: 720px; margin: 17px 0 0; color: var(--remap-muted); font-size: 15px; }
.r247-dq__stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.r247-dq__stats article { min-width: 0; padding: 20px 15px; border: 1px solid var(--remap-border); border-radius: 8px; background: #fff; text-align: center; }
.r247-dq__stats strong { display: block; color: var(--remap-accent); font-family: Georgia, "Times New Roman", serif; font-size: 31px; line-height: 1; }
.r247-dq__stats span { display: block; margin-top: 7px; color: var(--remap-muted); font-size: 9px; font-weight: 750; letter-spacing: .035em; text-transform: uppercase; }
.r247-dq__search-section { padding: 54px 0; }
.r247-dq__search-card { display: grid; overflow: hidden; border: 1px solid var(--remap-border); border-radius: 10px; background: #fff; box-shadow: 0 18px 46px rgba(23, 32, 51, .075); grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr); }
.r247-dq__search-main { padding: 31px 32px; }
.r247-dq__search-main h2 { font-size: clamp(25px, 3vw, 36px); }
.r247-dq__search-main > p { margin: 10px 0 23px; color: var(--remap-muted); font-size: 12px; }
.r247-dq__form label { display: block; margin-bottom: 7px; color: #344054; font-size: 11px; font-weight: 750; }
.r247-dq__input-row { display: grid; grid-template-columns: minmax(260px, 1fr) auto auto; gap: 7px; }
.r247-dq__input-row > span { position: relative; display: block; }
.r247-dq__input-row > span > i { position: absolute; top: 50%; left: 15px; color: #98a2b3; font-size: 12px; transform: translateY(-50%); }
.r247-dq__input-row input { width: 100%; height: 48px; padding: 0 14px 0 40px; border: 1px solid #cfd6e1; border-radius: 7px; color: var(--remap-ink); background: #fff; font-size: 14px; font-weight: 650; text-transform: uppercase; }
.r247-dq__input-row input::placeholder { color: #98a2b3; font-weight: 500; text-transform: none; }
.r247-dq__input-row input:focus { outline: 0; border-color: var(--remap-accent); box-shadow: 0 0 0 3px rgba(217, 45, 45, .12); }
.r247-dq__input-row .r247-btn { min-height: 48px; white-space: nowrap; }
.r247-dq__input-row button:disabled { cursor: wait; opacity: .72; }
.r247-dq__examples { display: flex; margin-top: 13px; align-items: center; flex-wrap: wrap; gap: 6px; }
.r247-dq__examples > span { margin-right: 3px; color: var(--remap-muted); font-size: 10px; }
.r247-dq__examples button { padding: 4px 8px; border: 1px solid var(--remap-border); border-radius: 5px; color: #475467; background: #f8fafc; font-family: Consolas, "Courier New", monospace; font-size: 9px; cursor: pointer; }
.r247-dq__examples button:hover { border-color: #e7aaaa; color: var(--remap-accent-dark); background: var(--remap-accent-soft); }
.r247-dq__status { position: relative; display: grid; min-width: 0; padding: 31px 28px; align-content: center; grid-template-columns: 38px 1fr; gap: 13px; border-left: 1px solid var(--remap-border); background: #f8fafc; }
.r247-dq__signal { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: #e7ebf1; }
.r247-dq__signal i { width: 10px; height: 10px; border-radius: 50%; background: #667085; box-shadow: 0 0 0 5px rgba(102, 112, 133, .12); }
.r247-dq__status small,
.r247-dq__status strong,
.r247-dq__status p { display: block; }
.r247-dq__status small { color: var(--remap-muted); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.r247-dq__status strong { margin-top: 3px; color: var(--remap-ink); font-size: 16px; }
.r247-dq__status p { margin: 5px 0 0; color: var(--remap-muted); font-size: 10px; line-height: 1.45; }
.r247-dq__status.green { background: #f1fbf7; }
.r247-dq__status.green .r247-dq__signal { background: #d9f3e7; }
.r247-dq__status.green .r247-dq__signal i { background: #16845c; box-shadow: 0 0 0 5px rgba(22, 132, 92, .13); }
.r247-dq__status.yellow { background: #fffaf0; }
.r247-dq__status.yellow .r247-dq__signal { background: #fbecc7; }
.r247-dq__status.yellow .r247-dq__signal i { background: #c88908; box-shadow: 0 0 0 5px rgba(200, 137, 8, .13); }
.r247-dq__status.red { background: #fff5f5; }
.r247-dq__status.red .r247-dq__signal { background: #f9dede; }
.r247-dq__status.red .r247-dq__signal i { background: var(--remap-accent); box-shadow: 0 0 0 5px rgba(217, 45, 45, .13); }
.r247-dq__results { scroll-margin-top: 90px; padding: 70px 0 76px; border-top: 1px solid var(--remap-border); background: #fff; }
.r247-dq__result-head,
.r247-dq__section-head { display: flex; margin-bottom: 25px; align-items: end; justify-content: space-between; gap: 36px; }
.r247-dq__result-tools { display: flex; align-items: center; gap: 8px; }
.r247-dq__result-tools > span { display: inline-flex; min-height: 34px; padding: 0 10px; align-items: center; border: 1px solid var(--remap-border); border-radius: 6px; color: var(--remap-muted); background: #fff; font-size: 10px; font-weight: 700; white-space: nowrap; }
.r247-dq__result-tools label { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.r247-dq__result-tools select { min-height: 34px; padding: 0 29px 0 10px; border: 1px solid var(--remap-border); border-radius: 6px; color: #344054; background: #fff; font-size: 10px; font-weight: 650; }
.r247-dq__table-shell { position: relative; transition: opacity .18s ease; }
.r247-dq__table-shell.is-loading { opacity: .48; pointer-events: none; }
.r247-dq__table-wrap { overflow-x: auto; border: 1px solid var(--remap-border); border-radius: 9px; background: #fff; box-shadow: 0 10px 32px rgba(23, 32, 51, .04); }
.r247-dq__table { width: 100%; min-width: 940px; margin: 0; border-collapse: collapse; }
.r247-dq__table caption { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.r247-dq__table th { padding: 12px 14px; border-bottom: 1px solid var(--remap-border); color: #667085; background: #f8fafc; font-size: 9px; font-weight: 800; letter-spacing: .045em; text-align: left; text-transform: uppercase; }
.r247-dq__table td { padding: 13px 14px; border-bottom: 1px solid #edf0f4; color: #475467; font-size: 10px; vertical-align: middle; }
.r247-dq__table tbody tr:last-child td { border-bottom: 0; }
.r247-dq__table tbody tr:hover td { background: #fffbfb; }
.r247-dq__table code { padding: 0; color: #344054; background: transparent; font-family: Consolas, "Courier New", monospace; font-size: 10px; }
.r247-dq__table td:first-child code { color: var(--remap-ink); font-size: 11px; font-weight: 750; }
.r247-dq__table td:nth-child(2) strong { color: var(--remap-accent-dark); }
.r247-dq__code { display: inline-flex; min-width: 36px; min-height: 24px; padding: 0 6px; align-items: center; justify-content: center; border-radius: 4px; color: #344054; background: #edf1f5; font-family: Consolas, "Courier New", monospace; font-size: 9px; font-weight: 750; }
.r247-dq__filename { display: block; max-width: 310px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.r247-dq__empty-row td { padding: 45px !important; text-align: center; }
.r247-dq__empty-row i,
.r247-dq__empty-row strong,
.r247-dq__empty-row span { display: block; }
.r247-dq__empty-row i { margin-bottom: 10px; color: var(--remap-accent); font-size: 22px; }
.r247-dq__empty-row strong { color: var(--remap-ink); font-size: 13px; }
.r247-dq__empty-row span { margin-top: 4px; color: var(--remap-muted); font-size: 10px; }
.r247-pagination { display: grid; margin-top: 16px; align-items: center; grid-template-columns: 1fr auto 1fr; gap: 14px; }
.r247-pagination > div { display: flex; align-items: center; justify-content: center; gap: 4px; }
.r247-pagination a,
.r247-pagination span { display: inline-flex; min-width: 34px; min-height: 34px; padding: 0 8px; align-items: center; justify-content: center; border: 1px solid var(--remap-border); border-radius: 6px; color: #475467; background: #fff; font-size: 10px; font-weight: 700; }
.r247-pagination a:hover,
.r247-pagination .is-current { border-color: var(--remap-accent); color: #fff; background: var(--remap-accent); }
.r247-pagination__direction { justify-self: start; gap: 6px; }
.r247-pagination__direction:last-child { justify-self: end; }
.r247-dq__notice { display: flex; margin-top: 18px; padding: 16px 18px; align-items: start; gap: 13px; border: 1px solid #d7dde7; border-radius: 8px; background: #f8fafc; }
.r247-dq__notice > i { margin-top: 4px; color: var(--remap-accent); }
.r247-dq__notice strong { display: block; color: var(--remap-ink); font-size: 11px; }
.r247-dq__notice p { margin: 3px 0 0; color: var(--remap-muted); font-size: 10px; }
.r247-dq__guide { padding: 70px 0 76px; border-top: 1px solid var(--remap-border); border-bottom: 1px solid var(--remap-border); }
.r247-dq__section-head > p { max-width: 520px; margin: 0; color: var(--remap-muted); font-size: 12px; }
.r247-dq__guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.r247-dq__guide-grid article { position: relative; min-height: 190px; padding: 24px; overflow: hidden; border: 1px solid var(--remap-border); border-radius: 8px; background: #fff; }
.r247-dq__guide-grid article > span { position: absolute; top: 13px; right: 15px; color: #e9edf2; font-family: Georgia, "Times New Roman", serif; font-size: 42px; font-weight: 700; line-height: 1; }
.r247-dq__guide-grid i { display: grid; width: 42px; height: 42px; margin-bottom: 21px; place-items: center; border-radius: 7px; color: var(--remap-accent); background: var(--remap-accent-soft); }
.r247-dq__guide-grid h3 { margin: 0 0 7px; color: var(--remap-ink); font-size: 15px; }
.r247-dq__guide-grid p { margin: 0; color: var(--remap-muted); font-size: 11px; }
.r247-dq__faq { padding: 70px 0 76px; background: #fff; }
.r247-dq__faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; }
.r247-dq__faq-grid > div:first-child > p { margin: 16px 0 0; color: var(--remap-muted); font-size: 12px; }
.r247-dq__faq-list { display: grid; gap: 8px; }
.r247-dq__faq-list details { overflow: hidden; border: 1px solid var(--remap-border); border-radius: 8px; background: #fff; }
.r247-dq__faq-list summary { position: relative; padding: 17px 46px 17px 18px; color: var(--remap-ink); cursor: pointer; font-size: 13px; font-weight: 750; list-style: none; }
.r247-dq__faq-list summary::-webkit-details-marker { display: none; }
.r247-dq__faq-list summary::after { position: absolute; top: 50%; right: 18px; color: var(--remap-accent); content: "+"; font-size: 19px; transform: translateY(-50%); }
.r247-dq__faq-list details[open] summary::after { content: "−"; }
.r247-dq__faq-list details p { margin: 0; padding: 0 18px 18px; color: var(--remap-muted); font-size: 11px; }
.r247-dq__cta { padding: 0 0 76px; background: #fff; }
.r247-dq__cta-panel { display: flex; min-height: 170px; padding: 36px 40px; align-items: center; justify-content: space-between; gap: 38px; border-radius: 10px; color: #fff; background: linear-gradient(135deg, #202a3a, #151d2b); box-shadow: 0 20px 48px rgba(23, 32, 51, .13); }
.r247-dq__cta-panel span { color: #ff9995; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.r247-dq__cta-panel h2 { max-width: 680px; margin-top: 5px; color: #fff; font-size: clamp(25px, 3vw, 36px); }
.r247-dq__cta-panel > div:last-child { display: flex; flex: 0 0 auto; gap: 8px; }

@media (max-width: 991px) {
  .r247-dq__intro-grid { grid-template-columns: 1fr; gap: 28px; }
  .r247-dq__search-card { grid-template-columns: 1fr; }
  .r247-dq__status { min-height: 145px; border-top: 1px solid var(--remap-border); border-left: 0; }
  .r247-dq__faq-grid { grid-template-columns: 1fr; gap: 30px; }
  .r247-dq__cta-panel { align-items: start; flex-direction: column; }
}

@media (max-width: 767px) {
  .r247-dq__intro,
  .r247-dq__results,
  .r247-dq__guide,
  .r247-dq__faq { padding: 52px 0; }
  .r247-dq__search-section { padding: 42px 0; }
  .r247-dq__search-main,
  .r247-dq__status { padding: 24px; }
  .r247-dq__input-row { grid-template-columns: 1fr 1fr; }
  .r247-dq__input-row > span { grid-column: 1 / -1; }
  .r247-dq__result-head,
  .r247-dq__section-head { align-items: start; flex-direction: column; gap: 14px; }
  .r247-dq__guide-grid { grid-template-columns: 1fr; }
  .r247-dq__guide-grid article { min-height: 0; }
  .r247-dq__table-wrap { overflow: visible; border: 0; border-radius: 0; box-shadow: none; }
  .r247-dq__table { display: block; min-width: 0; }
  .r247-dq__table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
  .r247-dq__table tbody { display: grid; gap: 10px; }
  .r247-dq__table tr { display: grid; padding: 14px 15px; border: 1px solid var(--remap-border); border-radius: 8px; background: #fff; box-shadow: 0 8px 24px rgba(23, 32, 51, .035); grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 14px; }
  .r247-dq__table td { display: grid; min-width: 0; padding: 8px 0; border-bottom: 1px solid #edf0f4; grid-template-columns: 78px minmax(0, 1fr); gap: 8px; }
  .r247-dq__table td::before { color: #98a2b3; content: attr(data-label); font-size: 8px; font-weight: 800; letter-spacing: .035em; text-transform: uppercase; }
  .r247-dq__table td:nth-last-child(-n + 2) { grid-column: 1 / -1; }
  .r247-dq__table td:last-child { border-bottom: 0; }
  .r247-dq__filename { max-width: 100%; white-space: normal; overflow-wrap: anywhere; }
  .r247-dq__empty-row { display: block !important; }
  .r247-dq__empty-row td { display: block; padding: 35px 20px !important; border: 0; }
  .r247-dq__empty-row td::before { display: none; }
  .r247-pagination { grid-template-columns: 1fr 1fr; }
  .r247-pagination > div { grid-column: 1 / -1; grid-row: 1; flex-wrap: wrap; }
  .r247-pagination__direction { grid-row: 2; }
  .r247-dq__cta { padding-bottom: 52px; }
  .r247-dq__cta-panel { padding: 30px 24px; }
  .r247-dq__cta-panel > div:last-child { width: 100%; align-items: stretch; flex-direction: column; }
}

@media (max-width: 575px) {
  .r247-dq__stats { grid-template-columns: 1fr; }
  .r247-dq__stats article { display: flex; padding: 14px 17px; align-items: center; justify-content: space-between; text-align: left; }
  .r247-dq__stats strong { font-size: 26px; }
  .r247-dq__stats span { margin: 0; }
  .r247-dq__input-row { grid-template-columns: 1fr; }
  .r247-dq__input-row > span { grid-column: auto; }
  .r247-dq__result-tools { width: 100%; align-items: stretch; flex-direction: column; }
  .r247-dq__result-tools > span,
  .r247-dq__result-tools select { width: 100%; }
  .r247-dq__table tr { grid-template-columns: 1fr; }
  .r247-dq__table td:nth-last-child(-n + 2) { grid-column: auto; }
  .r247-dq__table td { grid-template-columns: 80px minmax(0, 1fr); }
}
