/* -------------------Single catalog (sc-design-catalog) */

.sc-design-catalog {
  --catalog-ink: #111827;
  --catalog-muted: #667085;
  --catalog-line: #d8e2ec;
  --catalog-paper: #fff;
  --catalog-blue: #0d6fb8;
  --catalog-cyan: #25a9e0;
  --catalog-amber: #f5b700;
  --catalog-charcoal: #172033;
  background: #d9dde2;
  color: var(--catalog-ink);
  font-family: Inter, Montserrat, Arial, sans-serif;
  padding: 40px 0 80px;
}

.sc-design-catalog img {
  display: block;
  max-width: 100%;
}

.sc-design-catalog h1,
.sc-design-catalog h2,
.sc-design-catalog h3,
.sc-design-catalog p {
  margin: 0;
}

.sc-design-catalog h1,
.sc-design-catalog h2,
.sc-design-catalog h3,
.sc-design-catalog p,
.sc-design-catalog span,
.catalog-feature-card div {
  overflow-wrap: anywhere;
  word-break: normal;
}

.sc-design-catalog p {
  color: #000;
}

.catalog-download {
  margin-bottom: 18px;
  text-align: right;
}

.download-catalog-btn {
  align-items: center;
  background: var(--catalog-blue);
  border: 0;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font: 800 12px/1 Inter, Arial, sans-serif;
  gap: 10px;
  letter-spacing: .06em;
  padding: 12px 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.download-catalog-btn:hover {
  background: var(--catalog-charcoal);
  color: #fff;
}

.download-catalog-btn:disabled {
  cursor: wait;
  opacity: .68;
  pointer-events: none;
}

.catalog-btn-spinner {
  animation: catalogButtonSpin .75s linear infinite;
  border: 2px solid rgba(255, 255, 255, .42);
  border-radius: 50%;
  border-top-color: #fff;
  display: inline-block;
  height: 14px;
  width: 14px;
}

@keyframes catalogButtonSpin {
  to {
    transform: rotate(360deg);
  }
}

.catalog-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 42px;
}

.catalog-page {
  background: var(--catalog-paper);
  box-sizing: border-box;
  box-shadow: 0 22px 55px rgba(15, 23, 42, .18);
  flex: 0 0 auto;
  height: 297mm;
  isolation: isolate;
  min-height: 297mm;
  overflow: hidden;
  padding: 54px;
  position: relative;
  width: 210mm;
}

.catalog-page::before {
  background:
    linear-gradient(rgba(13, 111, 184, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 111, 184, .055) 1px, transparent 1px);
  background-size: 32px 32px;
  content: "";
  inset: 0;
  position: absolute;
  z-index: -2;
}

.catalog-page::after {
  background: radial-gradient(circle at 35% 35%, rgba(37, 169, 224, .28), rgba(37, 169, 224, .05) 58%, transparent 59%);
  border-radius: 50%;
  content: "";
  height: 420px;
  position: absolute;
  right: -220px;
  top: -190px;
  width: 420px;
  z-index: -1;
}

.catalog-dark-page {
  background: var(--catalog-charcoal);
  color: #fff;
  padding-bottom: 150px;
}

.catalog-feature-page {
  padding-bottom: 150px;
}

.catalog-dark-page::before {
  background:
    linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
  background-size: 32px 32px;
}

.catalog-dark-page::after {
  background: radial-gradient(circle, rgba(245, 183, 0, .2), transparent 62%);
}

.catalog-topbar {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  min-height: 34px;
}

.catalog-brand {
  align-items: center;
  background: #fff;
  display: inline-flex;
  min-height: 42px;
  padding: 8px 14px;
}

.catalog-brand img {
  height: auto;
  width: 150px;
}

.catalog-doc-code,
.catalog-cover-footer,
.catalog-page-no {
  color: #7d8ca0;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.catalog-page-no {
  bottom: 42px;
  position: absolute;
  right: 54px;
}

.catalog-kicker {
  align-items: center;
  color: var(--catalog-blue);
  display: inline-flex;
  font-size: 10px;
  font-weight: 900;
  gap: 8px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.catalog-kicker::before {
  background: var(--catalog-amber);
  content: "";
  height: 3px;
  width: 34px;
}

.catalog-dark-page .catalog-kicker {
  color: #6fd4ff;
}

.sc-design-catalog .cover-page {
  background: linear-gradient(90deg, #fff 0, #fff 64%, #e9f6fc 64%, #e9f6fc 100%);
  padding: 48px 54px;
}

.sc-design-catalog .cover-page::after {
  background: radial-gradient(circle at 50% 50%, rgba(37, 169, 224, .22) 0 39%, transparent 40% 100%);
  border: 1px solid rgba(13, 111, 184, .16);
  height: 620px;
  right: -250px;
  top: 120px;
  width: 620px;
}

.catalog-cover-grid {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: 325px 1fr;
  margin-top: 56px;
}

.catalog-cover-copy h1,
.catalog-section-head h2 {
  font-family: Montserrat, Inter, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}

.catalog-cover-copy h1 {
  line-height: .98;
  margin-top: 14px;
}

.catalog-cover-copy h1 span {
  color: var(--catalog-blue);
}

.catalog-cover-copy p {
  color: #000;
  font-size: 14px;
  line-height: 1.75;
  margin-top: 22px;
  max-width: 315px;
}

.catalog-cover-visual {
  height: 560px;
  position: relative;
}

.catalog-halo {
  border: 2px solid rgba(13, 111, 184, .28);
  border-radius: 50%;
  height: 420px;
  position: absolute;
  right: 0;
  top: 70px;
  width: 420px;
}

.catalog-accent {
  background: var(--catalog-amber);
  border-radius: 50%;
  height: 230px;
  position: absolute;
  right: 42px;
  top: 102px;
  width: 230px;
}

.catalog-cover-image {
  height: 477px;
  position: absolute;
  right: 0;
  top: 0;
  width: 387px;
  z-index: 2;
}

.catalog-cover-image img {
  filter: drop-shadow(0 28px 30px rgba(13, 111, 184, .16));
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.catalog-cover-footer {
  align-items: end;
  bottom: 48px;
  display: flex;
  gap: 22px;
  justify-content: space-between;
  left: 54px;
  position: absolute;
  right: 86px;
}

.catalog-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.catalog-pill {
  background: #fff;
  border: 1px solid var(--catalog-line);
  color: #344054;
  display: inline-flex;
  font-size: 10px;
  font-weight: 900;
  gap: 5px;
  letter-spacing: .06em;
  min-height: 34px;
  padding: 8px 12px;
  text-transform: uppercase;
}

.catalog-pill strong {
  color: var(--catalog-blue);
}

.catalog-section-head {
  align-items: end;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin: 54px 0 28px;
}

.catalog-section-head h2 {
  font-size: 40px;
  line-height: 1.06;
  margin-top: 10px;
  max-width: 520px;
}

.catalog-section-head p {
  color: #000;
  font-size: 13px;
  line-height: 1.75;
  max-width: 310px;
}

.catalog-dark-page .catalog-section-head p {
  color: #000;
}

.catalog-product-frame,
.catalog-gallery-card {
  background: linear-gradient(145deg, #fff, #edf5fa);
  border: 1px solid rgba(13, 111, 184, .12);
  box-shadow: 0 16px 38px rgba(13, 111, 184, .12);
}

.catalog-product-frame {
  display: grid;
  min-height: 520px;
  place-items: center;
}

.catalog-product-frame img {
  height: 100%;
  max-height: 480px;
  object-fit: contain;
  padding: 26px;
  width: 100%;
}

.catalog-contact-grid,
.catalog-overview-layout {
  align-items: start;
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr 280px;
  margin-top: 46px;
}

.catalog-contact-stack {
  display: grid;
  gap: 16px;
}

.catalog-contact-card {
  background: #fff;
  border: 1px solid var(--catalog-line);
  display: grid;
  gap: 14px;
  grid-template-columns: 42px 1fr;
  min-height: 122px;
  padding: 20px;
}

.catalog-contact-card i {
  align-items: center;
  background: var(--catalog-blue);
  color: #fff;
  display: flex;
  font-size: 18px;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.catalog-contact-card h3,
.catalog-overview-copy h3,
.catalog-gallery-card span,
.catalog-spec-row h3 {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.catalog-contact-card p {
  color: #000;
  font-size: 12px;
  line-height: 1.65;
  margin-top: 8px;
}

.catalog-overview-layout {
  grid-template-columns: 1fr 1fr;
}

.catalog-overview-image {
  min-height: 500px;
}

.catalog-overview-copy {
  background: #fff;
  border: 1px solid var(--catalog-line);
  min-height: 500px;
  padding: 28px;
}

.catalog-overview-copy h3 {
  color: var(--catalog-blue);
}

.catalog-overview-copy p {
  color: #000;
  font-size: 13px;
  line-height: 1.8;
  margin-top: 16px;
  text-align: justify;
}

.catalog-gallery-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 36px;
}

.catalog-gallery-card {
  height: 270px;
  overflow: hidden;
  position: relative;
}

.catalog-gallery-card img {
  height: 100%;
  object-fit: contain;
  padding: 22px;
  width: 100%;
}

.catalog-gallery-card span {
  background: rgba(255, 255, 255, .92);
  bottom: 14px;
  color: var(--catalog-ink);
  left: 14px;
  min-height: 32px;
  padding: 8px 10px;
  position: absolute;
  right: 14px;
}

.catalog-spec-table {
  border-top: 1px solid var(--catalog-line);
  margin-top: 34px;
}

.catalog-technical-page .catalog-section-head,
.catalog-feature-page .catalog-section-head {
  margin: 42px 0 22px;
}

.catalog-technical-page .catalog-spec-table {
  border-top: 0;
  display: grid;
  gap: 10px 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 24px;
}

.catalog-spec-row {
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  display: grid;
  gap: 24px;
  grid-template-columns: 190px 1fr;
  padding: 14px 0;
}

.catalog-technical-page .catalog-spec-row {
  background: #fff;
  border: 1px solid var(--catalog-line);
  align-items: start;
  gap: 10px;
  grid-template-columns: 42% 1fr;
  min-height: 52px;
  padding: 8px 10px;
}

.catalog-spec-row h3 {
  color: var(--catalog-blue);
  line-height: 1.45;
}

.catalog-spec-row p {
  color: #000;
  font-size: 12px;
  line-height: 1.6;
}

.catalog-technical-page .catalog-spec-row p {
  font-size: 10.5px;
  line-height: 1.45;
}

.catalog-feature-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 34px;
}

.catalog-feature-card {
  background: #fff;
  border: 1px solid var(--catalog-line);
  color: var(--catalog-ink);
  min-height: 170px;
  padding: 22px;
  position: relative;
}

.catalog-feature-card::before {
  background: var(--catalog-amber);
  content: "";
  height: 5px;
  left: 22px;
  position: absolute;
  top: 0;
  width: 42px;
}

.catalog-feature-card.accent-card {
  background: var(--catalog-blue);
  border-color: var(--catalog-blue);
  color: #fff;
}

.catalog-feature-card.accent-card::before {
  background: #fff;
}

.catalog-feature-card h3 {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.18;
  margin: 10px 0;
}

.catalog-feature-card p,
.catalog-feature-card li,
.catalog-feature-card div {
  color: #000;
  font-size: 12px;
  line-height: 1.65;
}

.catalog-feature-card.accent-card p,
.catalog-feature-card.accent-card li,
.catalog-feature-card.accent-card div {
  color: #000;
}

.catalog-feature-card.key-capabilities-card p,
.catalog-feature-card.key-capabilities-card li,
.catalog-feature-card.key-capabilities-card div {
  color: #fff;
}

.catalog-feature-card ul,
.catalog-feature-card ol {
  margin: 8px 0 0;
  padding-left: 18px;
}

.catalog-footer {
  align-items: center;
  background: #fff;
  bottom: 42px;
  color: var(--catalog-ink);
  display: flex;
  gap: 12px;
  overflow: hidden;
  padding: 14px 16px;
  position: absolute;
  right: 54px;
}

.catalog-technical-page .catalog-page-no,
.catalog-feature-page .catalog-page-no {
  bottom: 18px;
}

.catalog-footer img {
  width: 98px;
}

.catalog-footer-logo {
  align-items: center;
  display: flex;
  flex: 0 0 100px;
  min-width: 0;
}

.catalog-footer-contact {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  font-size: 10px;
  font-weight: 800;
  gap: 8px;
  justify-content: flex-end;
  min-width: 0;
  text-align: right;
}

.catalog-footer-contact span {
  box-sizing: border-box;
  color: var(--catalog-ink);
  display: inline-block;
  flex: 0 1 auto;
  line-height: 1.35;
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.catalog-footer-contact span:not(:last-child) {
  border-right: 1px solid var(--catalog-line);
  padding-right: 10px;
}

@media print {
  .sc-design-catalog {
    background: #fff;
    padding: 0;
  }

  .sc-design-catalog .catalog-download {
    display: none;
  }

  .sc-design-catalog .catalog-page {
    box-shadow: none;
    break-after: page;
    margin: 0;
    page-break-after: always;
  }
}

@media (max-width: 991px) {
  .sc-design-catalog {
    padding: 24px 0 48px;
  }

  .catalog-download {
    text-align: center;
  }

  .catalog-page {
    min-height: auto;
    padding: 32px;
    width: 94vw;
  }

  .sc-design-catalog .cover-page {
    background: linear-gradient(180deg, #fff 0, #fff 58%, #e9f6fc 58%, #e9f6fc 100%);
    padding: 32px;
  }

  .catalog-cover-grid,
  .catalog-contact-grid,
  .catalog-overview-layout,
  .catalog-gallery-grid,
  .catalog-feature-grid {
    grid-template-columns: 1fr;
  }

  .catalog-cover-visual {
    height: 390px;
  }

  .catalog-cover-image {
    height: 380px;
    width: 100%;
  }

  .catalog-halo {
    height: 300px;
    right: 18px;
    width: 300px;
  }

  .catalog-accent {
    height: 170px;
    width: 170px;
  }

  .catalog-section-head {
    display: block;
  }

  .catalog-section-head h2 {
    font-size: 30px;
  }

  .catalog-section-head p {
    margin-top: 14px;
    max-width: none;
  }

  .catalog-product-frame,
  .catalog-overview-copy,
  .catalog-overview-image {
    min-height: 360px;
  }

  .catalog-spec-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .catalog-footer,
  .catalog-cover-footer,
  .catalog-page-no {
    position: static;
  }

  .catalog-cover-footer,
  .catalog-footer {
    margin-top: 28px;
  }

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

  .catalog-footer-contact {
    justify-content: flex-start;
  }
}

body.catalog-exporting .sc-design-catalog {
  background: #fff !important;
  padding: 0 !important;
}

body.catalog-exporting .catalog-wrapper {
  align-items: stretch !important;
  display: block !important;
  gap: 0 !important;
  margin: 0 auto !important;
  width: 210mm !important;
}

body.catalog-exporting .catalog-page {
  box-shadow: none !important;
  break-after: page !important;
  height: 297mm !important;
  margin: 0 !important;
  min-height: 297mm !important;
  page-break-after: always !important;
  padding: 54px !important;
  position: relative !important;
  width: 210mm !important;
}

body.catalog-exporting .sc-design-catalog .cover-page {
  background: linear-gradient(90deg, #fff 0, #fff 64%, #e9f6fc 64%, #e9f6fc 100%) !important;
  padding: 48px 54px !important;
}

body.catalog-exporting .catalog-technical-page,
body.catalog-exporting .catalog-feature-page {
  padding: 54px 54px 150px !important;
}

body.catalog-exporting .catalog-cover-grid {
  grid-template-columns: 325px 1fr !important;
}

body.catalog-exporting .catalog-contact-grid {
  grid-template-columns: 1fr 280px !important;
}

body.catalog-exporting .catalog-overview-layout {
  grid-template-columns: 1fr 1fr !important;
}

body.catalog-exporting .catalog-gallery-grid,
body.catalog-exporting .catalog-feature-grid {
  grid-template-columns: repeat(2, 1fr) !important;
}

body.catalog-exporting .catalog-technical-page .catalog-spec-table {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body.catalog-exporting .catalog-technical-page .catalog-spec-row {
  grid-template-columns: 42% 1fr !important;
}

body.catalog-exporting .catalog-section-head {
  display: flex !important;
}

body.catalog-exporting .catalog-section-head h2 {
  font-size: 40px !important;
}

body.catalog-exporting .catalog-cover-visual {
  height: 560px !important;
}

body.catalog-exporting .catalog-cover-image {
  height: 477px !important;
  width: 387px !important;
}

body.catalog-exporting .catalog-halo {
  height: 420px !important;
  right: 0 !important;
  width: 420px !important;
}

body.catalog-exporting .catalog-accent {
  height: 230px !important;
  width: 230px !important;
}

body.catalog-exporting .catalog-product-frame,
body.catalog-exporting .catalog-overview-copy,
body.catalog-exporting .catalog-overview-image {
  min-height: 500px !important;
}

body.catalog-exporting .catalog-footer {
  align-items: center !important;
  display: flex !important;
  gap: 12px !important;
  left: 54px !important;
  overflow: hidden !important;
  padding: 14px 16px !important;
  position: absolute !important;
  right: 54px !important;
}

body.catalog-exporting .catalog-footer img {
  width: 98px !important;
}

body.catalog-exporting .catalog-footer-contact {
  align-items: center !important;
  display: flex !important;
  flex: 1 1 auto !important;
  flex-wrap: nowrap !important;
  font-size: 10px !important;
  gap: 8px !important;
  justify-content: flex-end !important;
  min-width: 0 !important;
  text-align: right !important;
}

body.catalog-exporting .catalog-footer-contact span {
  box-sizing: border-box !important;
  display: inline-block !important;
  flex: 0 1 auto !important;
  line-height: 1.35 !important;
  max-width: 100% !important;
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
}

body.catalog-exporting .catalog-cover-footer {
  bottom: 48px !important;
  left: 54px !important;
  position: absolute !important;
  right: 86px !important;
}

body.catalog-exporting .catalog-page-no {
  bottom: 42px !important;
  position: absolute !important;
  right: 54px !important;
}

body.catalog-exporting .catalog-technical-page .catalog-page-no,
body.catalog-exporting .catalog-feature-page .catalog-page-no {
  bottom: 18px !important;
}

body.catalog-exporting .catalog-page:last-child {
  break-after: auto !important;
  page-break-after: auto !important;
}

body.catalog-exporting .catalog-pdf-break {
  break-before: page !important;
  page-break-before: always !important;
}

