:root {
  --brand-primary: #ffbe6f;
  --brand-primary-dark: #1f6fa8;
  --brand-accent: #ec8913;
  --brand-ink: #0f172a;
  --brand-soft: #f0e4c5;
  --brand-bg: #f8fafc;
  --cutereport-orange: #ec8913;
  --cutereport-link: #995000;
  --cutereport-ink: #0f172a;
  --cutereport-soft: #fff8ef;
}

/* Keyboard navigation and compact pricing details. */
.site-skip-link {
  position: fixed;
  z-index: 2000;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  transform: translateY(-150%);
  color: #0f172a;
  background: #fff;
  border: 2px solid var(--brand-accent);
  border-radius: 4px;
  font-weight: 700;
}

.site-skip-link:focus {
  transform: translateY(0);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #f59e0b;
  outline-offset: 3px;
}

.pricing-breakdown-toggle {
	display: none;
  width: 100%;
  margin: 12px 0 2px;
  color: #163b5c;
  background: #f4f8fb;
  border-color: #ccd9e3;
  font-weight: 700;
}

.pricing-breakdown-toggle .caret {
  margin-left: 6px;
  transition: transform .18s ease;
}

.pricing-breakdown-toggle[aria-expanded="true"] .caret {
  transform: rotate(180deg);
}

.collapse-ready .pricing-breakdown-toggle {
	display: block;
}

.pricing-breakdown.collapse {
	display: block;
  padding-top: 4px;
}

.collapse-ready .pricing-breakdown.collapse {
	display: none;
}

.collapse-ready .pricing-breakdown.collapse.in {
	display: block;
}

.account-form-column .basic-login {
  padding: 28px;
  border: 1px solid #dce4ea;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(16, 36, 58, .07);
}

.account-register-prompt {
  margin-top: 18px;
  text-align: center;
}

.article-embed {
  min-height: 600px;
  border: 0;
  background: #f5f7f9;
}

.article-embed-fallback {
  margin-top: 8px;
  text-align: right;
}

@media (max-width: 767px) {
  .account-form-column .basic-login {
    padding: 20px;
  }

  .article-embed {
    min-height: 70vh;
  }

}

.privacy-consent-banner {
  position: fixed;
  z-index: 1040;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 14px 0;
  color: #fff;
  background: #17324d;
  box-shadow: 0 -4px 18px rgba(16, 37, 58, .22);
}

.privacy-consent-banner-inner,
.privacy-consent-actions,
.privacy-category label,
.footer-privacy-links {
  display: flex;
  align-items: center;
}

.privacy-consent-banner-inner {
  justify-content: space-between;
  gap: 24px;
}

.privacy-consent-copy strong {
  display: block;
  margin-bottom: 3px;
  font-size: 16px;
}

.privacy-consent-copy a { color: #fff; text-decoration: underline; }
.privacy-consent-actions { flex: 0 0 auto; gap: 8px; }
.privacy-consent-actions .btn { min-width: 118px; }
.privacy-category { padding: 12px 0; border-bottom: 1px solid #e6ebef; }
.privacy-category:last-child { border-bottom: 0; }
.privacy-category label { display: inline-flex; gap: 8px; margin-right: 8px; font-size: 16px; }
.privacy-category p { margin: 5px 0 0 24px; color: #5c6974; }
.privacy-modal-actions { display: flex; justify-content: flex-end; gap: 8px; }
.footer-copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  text-align: left;
}
.footer-privacy-links { display: inline-flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px; margin-left: auto; }
.footer .footer-privacy-links .btn-link {
  padding: 0;
  color: #e2e8f0;
  background: transparent;
  border: 0;
  font-size: inherit;
  line-height: inherit;
  vertical-align: baseline;
}
.footer .footer-privacy-links .btn-link:hover,
.footer .footer-privacy-links .btn-link:focus {
  color: var(--brand-primary);
  background: transparent;
  text-decoration: underline;
  outline-offset: 3px;
}
.privacy-policy-page h2 { margin-top: 30px; font-size: 23px; }
.privacy-cookie-table { margin-top: 24px; }

@media (max-width: 767px) {
  .privacy-consent-banner-inner { align-items: stretch; flex-direction: column; gap: 12px; }
  .privacy-consent-actions { flex-wrap: wrap; }
  .privacy-consent-actions .btn { flex: 1 1 140px; }
  .footer-copyright { flex-direction: column; gap: 7px; text-align: center; }
  .footer-privacy-links { display: flex; justify-content: center; margin: 0; }
}

@media (max-width: 479px) {
  .privacy-consent-actions .btn { flex-basis: 100%; width: 100%; }
  #privacy-settings-modal .modal-footer .btn { white-space: normal; }
}

.media-video-grid { margin-top: 24px; }
.media-video-card { margin-bottom: 24px; }
.media-video-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  color: #e97824;
  background: linear-gradient(145deg, #edf3f7, #dce8ef);
  border-radius: 6px;
}
.media-video-frame .glyphicon { font-size: 44px; }
.media-video-frame iframe { width: 100%; height: 100%; border: 0; }
.media-video-card h3 { min-height: 46px; margin: 15px 0 6px; font-size: 18px; }
.media-consent-help { display: flex; align-items: center; gap: 12px; padding: 12px 14px; background: #f2f5f7; border-radius: 4px; }

html,
body {
  min-height: 100%;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #ffffff 0%, var(--brand-bg) 100%);
  color: #334155;
}

.page-content {
  flex: 1 0 auto;
}

.mainmenu-wrapper {
  background: linear-gradient(90deg, var(--brand-ink) 0%, #1e293b 100%);
  border-bottom: 4px solid var(--brand-accent);
  z-index: 1000;
}

.site-navbar {
  min-height: 68px;
  margin: 0;
  border: 0;
  background: transparent;
}

.site-navbar-header {
  display: flex;
  align-items: center;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  height: 68px;
  padding: 10px 0;
  color: #f8fafc !important;
}

.site-brand:hover,
.site-brand:focus {
  color: var(--brand-primary) !important;
  text-decoration: none;
}

.site-brand img {
  display: block;
  width: auto;
  height: 40px;
}

.site-mobile-actions {
  display: none;
}

.site-navbar-collapse {
  padding-right: 0;
  padding-left: 0;
  border-top: 0;
  box-shadow: none;
}

.site-navbar .navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
}

.site-navbar .navbar-nav > li > a {
  display: flex;
  align-items: center;
  gap: 0.4em;
  min-height: 48px;
  padding: 10px 13px;
  color: #e2e8f0;
  background: transparent;
  font-size: 1.04em;
  text-decoration: none;
}

.site-navbar .navbar-nav > li > a:hover,
.site-navbar .navbar-nav > li > a:focus,
.site-navbar .navbar-nav > .open > a,
.site-navbar .navbar-nav > .open > a:hover,
.site-navbar .navbar-nav > .open > a:focus {
  color: var(--brand-primary);
  background: rgba(15, 23, 42, 0.35);
}

.site-primary-nav {
  margin-left: 18px !important;
}

.site-utility-nav > li > a {
  font-size: 0.95em !important;
}

.site-header-action {
  justify-content: center;
}

.site-account-name {
  display: inline-block;
  max-width: 8em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
}

.site-cart-link {
  position: relative;
  min-width: 46px;
}

.site-cart-link .glyphicon-shopping-cart {
  color: #f8fafc;
  font-size: 1.15em;
}

.site-cart-count {
  min-width: 19px;
  padding: 3px 5px;
  color: #111827;
  background: var(--brand-primary);
  font-size: 0.72em;
  line-height: 1;
}

.site-language-code {
  display: inline-block;
  min-width: 2.2em;
  color: #64748b;
  font-size: 0.86em;
  font-weight: 700;
}

.site-navbar .dropdown-menu {
  min-width: 210px;
  margin-top: 0;
  padding: 6px;
  border: 1px solid #dbe3ef;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18);
}

.site-navbar .dropdown-menu > li > a {
  padding: 8px 11px;
  border-radius: 5px;
  color: #334155;
  line-height: 1.45;
}

.site-navbar .dropdown-menu > li > a:hover,
.site-navbar .dropdown-menu > li > a:focus {
  color: #0f172a;
  background: #fff3e2;
}

.site-navbar .dropdown-menu .glyphicon {
  width: 1.3em;
  margin-right: 0.3em;
  color: #64748b;
  text-align: center;
}

.site-navbar .dropdown-menu .divider {
  margin: 5px 0;
}

.section.section-breadcrumbs,
.section.section-white h1,
.section.section-white h2,
.section.section-white h3 {
  color: var(--brand-ink);
}

.home-intro code {
  color: inherit;
  background: transparent;
  border: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

.btn,
.btn-primary,
input[type="submit"],
button[type="submit"] {
  background-color: var(--brand-primary-dark);
  border-color: var(--brand-primary-dark);
}

.btn:hover,
.btn-primary:hover,
input[type="submit"]:hover,
button[type="submit"]:hover {
  background-color: #195985;
  border-color: #195985;
}

.footer {
  background: linear-gradient(180deg, #101826 0%, #0f172a 100%);
  color: #cbd5e1;
}

.footer h3,
.footer a {
  color: #e2e8f0;
}

.footer a:hover {
  color: var(--brand-primary);
}

.footer-stay-connected {
  display: flex;
  align-items: center;
  gap: 0.7em;
  margin: 0 0 14px;
  padding: 0;
}

.footer-stay-connected li {
  margin: 0;
  text-align: left;
}

.footer-stay-connected .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: rgba(15, 23, 42, 0.45);
  background-image: none;
  text-align: center;
  text-indent: 0;
  opacity: 1;
  color: #f8fafc;
  -webkit-transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  -moz-transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  -o-transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.footer-stay-connected .social-link svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.footer-stay-connected .facebook,
.footer-stay-connected .x-twitter,
.footer-stay-connected .linkedin,
.footer-stay-connected .youtube {
  color: #e2e8f0;
}

.footer-stay-connected a.social-link:hover {
  opacity: 1;
  transform: translateY(-1px);
  border-color: rgba(255, 190, 111, 0.75);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.35);
  color: var(--brand-accent);
}

.calltoaction-wrapper {
  border-left: 4px solid var(--brand-accent);
  background: #fff;
}

.contact-page-section .contact-support-card {
  height: 100%;
  background: #fff;
  border: 1px solid #dbe3ef;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
  display: flex;
  flex-direction: column;
}

.contact-page-section .contact-support-media img {
  display: block;
  width: 100%;
  height: auto;
}

.contact-page-section .contact-support-content {
  padding: 1.25em 1.35em 1.35em;
}

.contact-page-section .contact-support-content h3 {
  margin-top: 0;
  margin-bottom: 0.55em;
  color: var(--brand-ink);
}

.contact-page-section .contact-support-content p {
  margin: 0 0 1em;
  color: #334155;
}

.contact-page-section .contact-support-meta {
  margin: 0;
  padding: 0;
}

.contact-page-section .contact-support-meta li {
  margin: 0 0 0.45em;
  line-height: 1.5;
}

.contact-page-section .contact-support-meta li:last-child {
  margin-bottom: 0;
}

.contact-page-section .contact-support-note {
  color: #64748b;
  font-size: 0.92em;
}

.contact-page-section .contact-form-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #dbe3ef;
  border-radius: 14px;
  padding: 1em 1em 0.35em;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.contact-page-section .contact-form-title {
  margin: 0 0 0.8em;
  color: var(--brand-ink);
}

.contact-page-section .contact-form-wrapper form {
  flex: 1 1 auto;
}

.contact-page-section .contact-honeypot {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.catalog-page .catalog-intro {
  margin: 0 0 1.5em;
  color: #334155;
  font-size: 1.08em;
  line-height: 1.55;
  max-width: 72ch;
}

.catalog-page .catalog-intro > *:last-child {
  margin-bottom: 0;
}

.home-catalog-cta-card {
  border: 1px solid #dbe3ef;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.1);
}

.home-featured-product-icon {
  width: 78px;
  height: 78px;
  object-fit: contain;
  border-radius: 12px;
  border: 1px solid #dbe3ef;
  background: #ffffff;
  padding: 6px;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.12);
}

.home-catalog-cta-card h3 {
  color: var(--brand-ink);
}

.home-catalog-cta-card p {
  color: #475569;
  min-height: 0;
}

.home-catalog-cta-card .btn {
  margin-top: 0.65em;
}

.home-catalog-cta-row {
  margin-top: 0.5em;
}

.home-catalog-cta-row .btn {
  min-width: 220px;
}

.catalog-page .catalog-section {
  margin-bottom: 1.4em;
}

.products-catalog-page .products-catalog-section {
  margin-bottom: 1.7em;
  padding: 1.2em 1.25em 0.3em;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.94) 0%, rgba(255, 255, 255, 1) 100%);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.07);
}

.products-catalog-page .products-catalog-section-suite {
  border-color: rgba(14, 116, 144, 0.18);
  background: linear-gradient(180deg, rgba(240, 249, 255, 0.95) 0%, rgba(255, 255, 255, 1) 100%);
}

.products-catalog-page .products-catalog-section-distribution {
  border-color: rgba(217, 119, 6, 0.16);
  background: linear-gradient(180deg, rgba(255, 251, 235, 0.9) 0%, rgba(255, 255, 255, 1) 100%);
}

.products-catalog-page .products-catalog-section-extension {
  border-color: rgba(37, 99, 235, 0.16);
  background: linear-gradient(180deg, rgba(239, 246, 255, 0.94) 0%, rgba(255, 255, 255, 1) 100%);
}

.products-catalog-page .products-catalog-section-title {
  margin: 0 0 1em;
  padding-bottom: 0.45em;
  border-bottom: 1px solid rgba(148, 163, 184, 0.24);
  font-size: 1.42em;
  font-weight: 700;
  letter-spacing: -0.015em;
}

.products-catalog-page .products-catalog-section-suite .products-catalog-section-title {
  border-bottom-color: rgba(15, 118, 110, 0.28);
}

.products-catalog-page .products-catalog-section-distribution .products-catalog-section-title {
  border-bottom-color: rgba(217, 119, 6, 0.26);
}

.products-catalog-page .products-catalog-section-extension .products-catalog-section-title {
  border-bottom-color: rgba(37, 99, 235, 0.25);
}

.pricing-catalog-page .pricing-catalog-section {
  margin-bottom: 1.7em;
  padding: 1.2em 1.25em 0.3em;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.94) 0%, rgba(255, 255, 255, 1) 100%);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.07);
}

.pricing-catalog-page .pricing-catalog-section-suite {
  border-color: rgba(14, 116, 144, 0.18);
  background: linear-gradient(180deg, rgba(240, 249, 255, 0.95) 0%, rgba(255, 255, 255, 1) 100%);
}

.pricing-catalog-page .pricing-catalog-section-distribution {
  border-color: rgba(217, 119, 6, 0.16);
  background: linear-gradient(180deg, rgba(255, 251, 235, 0.9) 0%, rgba(255, 255, 255, 1) 100%);
}

.pricing-catalog-page .pricing-catalog-section-extension {
  border-color: rgba(37, 99, 235, 0.16);
  background: linear-gradient(180deg, rgba(239, 246, 255, 0.94) 0%, rgba(255, 255, 255, 1) 100%);
}

.pricing-catalog-page .pricing-catalog-note-section {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.pricing-catalog-page .pricing-catalog-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  padding: 1em 1.15em;
  border: 1px solid rgba(14, 116, 144, 0.18);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(239, 246, 255, 0.96) 0%, rgba(248, 250, 252, 0.98) 100%);
  color: #334155;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.catalog-page .catalog-section-title {
  margin: 0 0 0.75em;
  color: var(--brand-ink);
}

.license-catalog-block {
  margin-top: 1.35em;
}

.license-catalog-group {
  margin-bottom: 1.5em;
  padding: 1.15em 1.2em 0.25em;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.92) 0%, rgba(255, 255, 255, 1) 100%);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.license-catalog-group-sdk_tier {
  border-color: rgba(14, 116, 144, 0.2);
  background: linear-gradient(180deg, rgba(240, 249, 255, 0.92) 0%, rgba(255, 255, 255, 1) 100%);
}

.license-catalog-row {
  display: flex;
  flex-wrap: wrap;
}

.license-catalog-row > [class*="col-"] {
  display: flex;
  margin-bottom: 1.1em;
}

.license-catalog-group-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  margin: 0 0 0.95em;
  padding-bottom: 0.65em;
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}

.license-catalog-group-title {
  margin: 0;
  color: var(--brand-ink);
  font-size: 1.35em;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.015em;
}

.license-catalog-card {
  display: flex;
  flex-direction: column;
  float: none;
  width: 100%;
  margin: 0;
  min-height: 19rem;
  text-align: left;
  padding: 1.2em 1.2em 1.05em;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-top: 4px solid #d97706;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.license-catalog-group-sdk_tier .license-catalog-card {
  border-top-color: #0f766e;
  box-shadow: 0 12px 26px rgba(15, 118, 110, 0.12);
}

.license-catalog-group-sdk_tier .license-catalog-group-title {
  color: #155e75;
}

.license-catalog-card-head {
  margin-bottom: 0.6em;
}

.license-catalog-card-title {
  margin: 0;
  color: #0f172a;
  font-size: 1.45em;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: none;
}

.license-catalog-card-badges {
  margin-top: 0.35em;
}

.license-catalog-card-badges .label {
  margin-right: 0.35em;
  margin-bottom: 0.25em;
  display: inline-block;
}

.license-catalog-short {
  margin: 0 0 0.7em;
  color: #334155;
  font-weight: 600;
  font-size: 1.02em;
  line-height: 1.5;
}

.license-catalog-full {
  margin: 0 0 0.8em;
  color: #475569;
  white-space: pre-line;
  line-height: 1.6;
}

.license-catalog-facts {
  margin: 0 0 0.85em;
}

.license-catalog-facts dt {
  font-size: 0.78em;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #64748b;
}

.license-catalog-facts dd {
  margin: 0 0 0.45em;
  color: #0f172a;
}

.license-catalog-link {
  margin-top: auto;
}

.license-catalog-intro-copy {
  margin: 0 0 1.15em;
  padding: 1em 1.15em;
  border-left: 4px solid #d97706;
  border-radius: 0 14px 14px 0;
  background: linear-gradient(90deg, rgba(255, 247, 237, 0.96) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.license-catalog-intro-copy p:last-child {
  margin-bottom: 0;
}

.license-catalog-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25em;
  margin-top: 0.4em;
  padding: 1.2em 1.25em;
  border-radius: 18px;
  background: linear-gradient(135deg, #1f2937 0%, #0f172a 100%);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.18);
}

.license-catalog-cta-copy {
  max-width: 46rem;
}

.license-catalog-cta-title {
  margin: 0 0 0.35em;
  color: #f8fafc;
  font-size: 1.3em;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.license-catalog-cta-text {
  margin: 0;
  color: rgba(226, 232, 240, 0.94);
  line-height: 1.6;
}

.license-catalog-cta-actions .btn {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .license-catalog-row {
    display: block;
  }

  .license-catalog-row > [class*="col-"] {
    display: block;
    margin-bottom: 0;
  }

  .license-catalog-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

.catalog-page .pricing-plan {
  float: none;
  width: 100%;
  margin: 0 0 1.2em;
  min-height: 100%;
  text-align: left;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.12);
}

.products-catalog-page .products-catalog-card {
  display: flex;
  flex-direction: column;
  padding: 1.15em 1.15em 1.05em;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-top: 4px solid #d97706;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  position: relative;
  overflow: hidden;
  -webkit-transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  -moz-transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  -o-transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.products-catalog-page .products-catalog-card-suite {
  border-top-color: #0f766e;
}

.products-catalog-page .products-catalog-card-extension {
  border-top-color: #2563eb;
}

.products-catalog-page .products-catalog-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.13);
}

.products-catalog-page .products-catalog-card-head {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 5.6em;
  margin-bottom: 0.8em;
  padding-bottom: 0.7em;
  border-bottom: 1px solid rgba(148, 163, 184, 0.22);
}

.products-catalog-page .products-catalog-card-suite .products-catalog-card-head {
  border-bottom-color: rgba(15, 118, 110, 0.24);
}

.products-catalog-page .products-catalog-card-extension .products-catalog-card-head {
  border-bottom-color: rgba(37, 99, 235, 0.24);
}

.products-catalog-page .products-catalog-card .pricing-plan-title {
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 0 !important;
  position: static;
  line-height: 1.2;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.products-catalog-page .products-catalog-card .pricing-plan-title:before {
  display: none;
  content: none;
}

.products-catalog-page .products-catalog-card .catalog-copy {
  min-height: 0;
  line-height: 1.6;
  margin-bottom: 0.7em;
}

.products-catalog-page .products-catalog-card .catalog-best-for {
  margin: 0 0 0.5em;
  color: #0f172a;
  line-height: 1.45;
}

.products-catalog-page .products-catalog-card .catalog-best-for strong {
  font-weight: 700;
}

.products-catalog-page .products-catalog-card .catalog-discovery-highlights {
  margin: 0 0 0.72em 1.05em;
  padding: 0;
  color: #475569;
}

.products-catalog-page .products-catalog-card .catalog-discovery-highlights li {
  margin-bottom: 0.22em;
  line-height: 1.45;
}

.products-catalog-page .products-catalog-card .pricing-plan-badges {
  margin-top: 0.55em;
  margin-bottom: 0.1em;
}

.products-catalog-page .products-catalog-card .pricing-plan-badges .label {
  display: inline-block;
  margin-right: 0.4em;
  margin-bottom: 0.25em;
  padding: 0.3em 0.72em;
  border-radius: 999px;
  font-size: 0.74em;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.products-catalog-page .products-catalog-card .pricing-plan-badges .label-default {
  background: #334155;
  border-color: #334155;
  color: #f8fafc;
}

.products-catalog-page .products-catalog-card .pricing-plan-badges .label-primary {
  background: #1d4ed8;
  border-color: #1d4ed8;
  color: #eff6ff;
}

.products-catalog-page .products-catalog-card-actions {
  margin-top: auto;
  padding-top: 0.5em;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45em;
}

@media screen and (min-width: 768px) {
  .products-catalog-page .products-catalog-card-actions {
    flex-wrap: nowrap;
  }
}

.products-catalog-page .products-catalog-card-actions .btn {
  min-width: 0;
  margin: 0;
  border-radius: 10px;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 0.56em 1.18em;
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: normal;
  line-height: 1.25;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.products-catalog-page .products-catalog-card-actions .btn + .btn {
  margin-left: 0 !important;
}

.products-catalog-page .products-catalog-card .pricing-plan-subtitle {
  margin-top: 0.32em;
  margin-bottom: 0.35em;
}

.products-catalog-page .products-catalog-card .pricing-plan-relations {
  margin-bottom: 0.75em;
}

.products-catalog-page .products-catalog-card .pricing-plan-relations li {
  line-height: 1.45;
  margin-bottom: 0.12em;
}

.pricing-catalog-page .pricing-catalog-card {
  display: flex;
  flex-direction: column;
  padding: 1.15em 1.15em 1.05em;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-top: 4px solid #d97706;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.pricing-catalog-page .pricing-catalog-card-suite {
  border-top-color: #0f766e;
}

.pricing-catalog-page .pricing-catalog-card-extension {
  border-top-color: #2563eb;
}

.pricing-catalog-page .pricing-catalog-card-head {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 5.6em;
  margin-bottom: 0.8em;
  padding-bottom: 0.7em;
  border-bottom: 1px solid rgba(148, 163, 184, 0.22);
}

.pricing-catalog-page .pricing-catalog-card-suite .pricing-catalog-card-head {
  border-bottom-color: rgba(15, 118, 110, 0.24);
}

.pricing-catalog-page .pricing-catalog-card-extension .pricing-catalog-card-head {
  border-bottom-color: rgba(37, 99, 235, 0.24);
}

.pricing-catalog-page .pricing-catalog-card .pricing-plan-title {
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 0 !important;
  position: static;
  line-height: 1.2;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.pricing-catalog-page .pricing-catalog-card .pricing-plan-title:before {
  display: none;
  content: none;
}

.pricing-catalog-page .pricing-catalog-card .pricing-plan-badges {
  margin-top: 0.55em;
  margin-bottom: 0.1em;
}

.pricing-catalog-page .pricing-catalog-card .pricing-plan-features {
  min-height: 0;
}

.pricing-catalog-page .pricing-catalog-card-actions {
  margin-top: auto;
  padding-top: 0.55em;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45em;
}

.pricing-catalog-page .pricing-catalog-card-actions .btn {
  min-width: 140px;
  margin-top: 0;
  margin-left: 0 !important;
}

.pricing-catalog-page .pricing-model-wrap {
  margin-top: 0.2em;
  padding-top: 0.2em;
}

@media screen and (max-width: 767px) {
  .pricing-catalog-page .pricing-catalog-note {
    flex-direction: column;
    align-items: flex-start;
  }

  .products-catalog-page .products-catalog-section {
    padding: 1em 0.9em 0.2em;
  }

  .products-catalog-page .products-catalog-card {
    padding: 1em 0.98em 0.95em;
  }

  .products-catalog-page .products-catalog-card-head {
    min-height: 0;
    margin-bottom: 0.65em;
    padding-bottom: 0.55em;
  }

  .products-catalog-page .products-catalog-card-actions .btn {
    width: 100%;
    min-width: 0;
  }
}

/* Pricing page polish */
.pricing-catalog-page .pricing-catalog-section-title {
  margin: 0 0 1em;
  padding-bottom: 0.45em;
  border-bottom: 1px solid rgba(148, 163, 184, 0.24);
  font-size: 1.42em;
  font-weight: 700;
  letter-spacing: -0.015em;
}

.pricing-catalog-page .pricing-catalog-section-suite .pricing-catalog-section-title {
  border-bottom-color: rgba(15, 118, 110, 0.28);
}

.pricing-catalog-page .pricing-catalog-section-distribution .pricing-catalog-section-title {
  border-bottom-color: rgba(217, 119, 6, 0.26);
}

.pricing-catalog-page .pricing-catalog-section-extension .pricing-catalog-section-title {
  border-bottom-color: rgba(37, 99, 235, 0.25);
}

.pricing-catalog-page .pricing-catalog-compare-section {
  border: 1px solid rgba(15, 118, 110, 0.18);
  background: linear-gradient(180deg, rgba(240, 253, 250, 0.95) 0%, rgba(255, 255, 255, 1) 100%);
}

.pricing-catalog-page .pricing-catalog-compare-wrap {
  margin-bottom: 0;
  border: 1px solid #dbe7f3;
  border-radius: 12px;
  background: #ffffff;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.pricing-catalog-page .pricing-catalog-compare-table {
  margin-bottom: 0;
}

.pricing-catalog-page .pricing-catalog-compare-wrap > .pricing-catalog-compare-table.table-bordered {
  border: 0;
}

.pricing-catalog-page .pricing-catalog-compare-wrap > .pricing-catalog-compare-table.table-bordered > thead:first-child > tr:first-child > th,
.pricing-catalog-page .pricing-catalog-compare-wrap > .pricing-catalog-compare-table.table-bordered > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.pricing-catalog-page .pricing-catalog-compare-wrap > .pricing-catalog-compare-table.table-bordered > tbody:last-child > tr:last-child > th,
.pricing-catalog-page .pricing-catalog-compare-wrap > .pricing-catalog-compare-table.table-bordered > tbody:last-child > tr:last-child > td,
.pricing-catalog-page .pricing-catalog-compare-wrap > .pricing-catalog-compare-table.table-bordered > tfoot:last-child > tr:last-child > th,
.pricing-catalog-page .pricing-catalog-compare-wrap > .pricing-catalog-compare-table.table-bordered > tfoot:last-child > tr:last-child > td {
  border-bottom: 0;
}

.pricing-catalog-page .pricing-catalog-compare-wrap > .pricing-catalog-compare-table.table-bordered > thead > tr > th:first-child,
.pricing-catalog-page .pricing-catalog-compare-wrap > .pricing-catalog-compare-table.table-bordered > tbody > tr > th:first-child,
.pricing-catalog-page .pricing-catalog-compare-wrap > .pricing-catalog-compare-table.table-bordered > tfoot > tr > th:first-child,
.pricing-catalog-page .pricing-catalog-compare-wrap > .pricing-catalog-compare-table.table-bordered > thead > tr > td:first-child,
.pricing-catalog-page .pricing-catalog-compare-wrap > .pricing-catalog-compare-table.table-bordered > tbody > tr > td:first-child,
.pricing-catalog-page .pricing-catalog-compare-wrap > .pricing-catalog-compare-table.table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.pricing-catalog-page .pricing-catalog-compare-wrap > .pricing-catalog-compare-table.table-bordered > thead > tr > th:last-child,
.pricing-catalog-page .pricing-catalog-compare-wrap > .pricing-catalog-compare-table.table-bordered > tbody > tr > th:last-child,
.pricing-catalog-page .pricing-catalog-compare-wrap > .pricing-catalog-compare-table.table-bordered > tfoot > tr > th:last-child,
.pricing-catalog-page .pricing-catalog-compare-wrap > .pricing-catalog-compare-table.table-bordered > thead > tr > td:last-child,
.pricing-catalog-page .pricing-catalog-compare-wrap > .pricing-catalog-compare-table.table-bordered > tbody > tr > td:last-child,
.pricing-catalog-page .pricing-catalog-compare-wrap > .pricing-catalog-compare-table.table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.pricing-catalog-page .pricing-catalog-compare-table > thead > tr > th {
  background: #f1f5f9;
  border-color: #d4deea;
  color: #0f172a;
  font-size: 0.86em;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

.pricing-catalog-page .pricing-catalog-compare-table > tbody > tr > td {
  border-color: #e2e8f0;
  vertical-align: middle;
  color: #334155;
}

.pricing-catalog-page .pricing-catalog-compare-table > tbody > tr:hover > td {
  background: rgba(241, 245, 249, 0.45);
}

.pricing-catalog-page .pricing-catalog-compare-table .pricing-catalog-compare-action-cell .btn {
  min-width: 7.6em;
  border-radius: 8px;
  font-weight: 700;
}

.pricing-catalog-page .pricing-catalog-note .btn {
  border-radius: 10px;
  font-weight: 700;
}

.pricing-catalog-page .pricing-catalog-card {
  position: relative;
  overflow: hidden;
  -webkit-transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  -moz-transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  -o-transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.pricing-catalog-page .pricing-catalog-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.13);
}

.pricing-catalog-page .pricing-catalog-card .pricing-plan-badges .label {
  display: inline-block;
  margin-right: 0.4em;
  margin-bottom: 0.25em;
  padding: 0.3em 0.72em;
  border-radius: 999px;
  font-size: 0.74em;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.pricing-catalog-page .pricing-catalog-card .pricing-plan-badges .label-default {
  background: #334155;
  border-color: #334155;
  color: #f8fafc;
}

.pricing-catalog-page .pricing-catalog-card .pricing-plan-badges .label-primary {
  background: #1d4ed8;
  border-color: #1d4ed8;
  color: #eff6ff;
}

.pricing-catalog-page .pricing-catalog-card .pricing-catalog-install-note {
  margin: 0.05em 0 0.68em;
  padding: 0.52em 0.65em;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: #475569 !important;
}

.pricing-catalog-page .pricing-catalog-card .pricing-plan-old-price {
  margin-top: 0.35em;
  margin-bottom: 0.08em;
}

.pricing-catalog-page .pricing-catalog-card .pricing-plan-price {
  margin-top: 0;
  margin-bottom: 0.45em;
  color: #0f172a;
  font-size: 2.2em;
  line-height: 1.05;
}

.pricing-catalog-page .pricing-catalog-card .pricing-plan-features {
  margin-bottom: 0.7em;
}

.pricing-catalog-page .pricing-catalog-card .pricing-plan-features li {
  line-height: 1.5;
}

.pricing-catalog-page .pricing-catalog-card .pricing-plan-subtitle {
  margin-top: 0.32em;
  margin-bottom: 0.35em;
}

.pricing-catalog-page .pricing-catalog-card .pricing-plan-relations {
  margin-bottom: 0.75em;
}

.pricing-catalog-page .pricing-catalog-card .pricing-plan-relations li {
  line-height: 1.45;
  margin-bottom: 0.12em;
}

.pricing-catalog-page .pricing-catalog-card .pricing-model-wrap {
  margin-top: 0.2em;
  margin-bottom: 0.7em;
}

.pricing-catalog-page .pricing-catalog-card .pricing-catalog-drivers-note {
  margin: -0.25em 0 0.55em;
  padding: 0.4em 0.55em;
  border-left: 3px solid #cbd5e1;
  background: #f8fafc;
  color: #475569 !important;
}

.pricing-catalog-page .pricing-catalog-card .pricing-model-table-wrap {
  border: 1px solid #dbe3ef;
  border-radius: 12px;
  overflow: hidden;
}

.pricing-catalog-page .pricing-catalog-card .pricing-model-table {
  margin-bottom: 0;
}

.pricing-catalog-page .pricing-catalog-card .pricing-model-table > thead > tr > th {
  background: #f1f5f9;
  border-color: #d6deeb;
  font-size: 0.86em;
  letter-spacing: 0.01em;
}

.pricing-catalog-page .pricing-catalog-card-actions .btn {
  border-radius: 10px;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 0.56em 1.12em;
  text-align: center;
  flex: 1 1 10.5em;
}

@media screen and (max-width: 767px) {
  .pricing-catalog-page .pricing-catalog-section {
    padding: 1em 0.9em 0.2em;
  }

  .pricing-catalog-page .pricing-catalog-card {
    padding: 1em 0.98em 0.95em;
  }

  .pricing-catalog-page .pricing-catalog-card-head {
    min-height: 0;
    margin-bottom: 0.65em;
    padding-bottom: 0.55em;
  }

  .pricing-catalog-page .pricing-catalog-card-actions .btn {
    width: 100%;
    min-width: 0;
    flex: 1 1 100%;
  }

	.pricing-catalog-page .pricing-catalog-compare-table {
		min-width: 0;
	}

	.pricing-catalog-page .pricing-catalog-compare-wrap {
		overflow: visible;
		border: 0;
		background: transparent;
	}

	.pricing-catalog-page .pricing-catalog-compare-table,
	.pricing-catalog-page .pricing-catalog-compare-table tbody,
	.pricing-catalog-page .pricing-catalog-compare-table tr,
	.pricing-catalog-page .pricing-catalog-compare-table td {
		display: block;
		width: 100%;
		min-width: 0;
	}

	.pricing-catalog-page .pricing-catalog-compare-table thead {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
	}

	.pricing-catalog-page .pricing-catalog-compare-table > tbody > tr {
		margin-bottom: 14px;
		padding: 10px 14px;
		border: 1px solid #d5e0e8;
		border-radius: 8px;
		background: #fff;
		box-shadow: 0 5px 14px rgba(16, 36, 58, .05);
	}

	.pricing-catalog-page .pricing-catalog-compare-table > tbody > tr > td {
		display: flex;
		align-items: baseline;
		justify-content: space-between;
		gap: 16px;
		padding: 7px 0;
		border: 0;
		text-align: right;
		white-space: normal;
		overflow-wrap: anywhere;
	}

	.pricing-catalog-page .pricing-catalog-compare-table > tbody > tr > td:before {
		content: attr(data-label);
		flex: 0 0 44%;
		color: #5d6f7e;
		text-align: left;
		font-size: 12px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: .03em;
	}

	.pricing-catalog-page .pricing-catalog-compare-table .pricing-catalog-compare-action-cell .btn {
		min-height: 40px;
		padding: 9px 14px;
	}
}

.catalog-page .pricing-plan .pricing-plan-title {
  margin: -20px -20px 0;
  border-bottom: 0;
  color: #0f172a;
}

.catalog-page .pricing-plan .pricing-plan-price {
  width: auto;
  height: auto;
  line-height: 1.1;
  border-radius: 0;
  background: transparent;
  color: #0f172a;
  margin: 0.25em 0 0.55em;
  font-size: 2em;
}

.catalog-page .pricing-plan .pricing-plan-features {
  text-align: left;
  margin-bottom: 0.9em;
}

.catalog-page .pricing-plan .pricing-plan-features li {
  line-height: 1.55;
  color: #475569;
}

.catalog-page .pricing-plan .pricing-plan-old-price {
  margin-top: 0.75em;
  color: #b91c1c;
  text-decoration: line-through;
  font-weight: 600;
}

.catalog-page .pricing-plan .pricing-plan-badges {
  margin-top: 0.85em;
  margin-bottom: 0.65em;
}

.catalog-page .pricing-plan .pricing-plan-badges .label {
  margin-right: 0.35em;
}

.catalog-page .pricing-plan .catalog-product-logo {
  margin: 0.35em 0 0.7em;
  text-align: left;
}

.catalog-page .pricing-plan .catalog-product-logo img {
  width: 76px;
  height: 76px;
  object-fit: contain;
  border-radius: 12px;
  border: 1px solid #dbe3ef;
  background: #ffffff;
  padding: 6px;
  box-shadow: 0 5px 14px rgba(15, 23, 42, 0.1);
}

.catalog-page .pricing-plan .catalog-product-logo.catalog-product-logo-details img {
  width: 88px;
  height: 88px;
}

.catalog-page .pricing-plan .pricing-plan-subtitle {
  margin: 0.6em 0 0.4em;
  font-size: 0.98em;
  color: #0f172a;
}

.catalog-page .pricing-plan .pricing-plan-relations {
  margin: 0 0 0.9em 1.1em;
  padding: 0;
  color: #475569;
}

.catalog-page .pricing-plan .pricing-model-wrap {
  margin: 0.45em 0 0.75em;
}

.catalog-page .pricing-plan .table-responsive,
.catalog-page .pricing-plan .pricing-model-table-wrap {
  margin-top: 0.35em;
  border: 1px solid #dbe3ef;
  border-radius: 12px;
  background: #ffffff;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.catalog-page .pricing-plan .table-responsive > .table,
.catalog-page .pricing-plan .pricing-model-table-wrap > .table {
  margin-bottom: 0;
  background: #ffffff;
}

.catalog-page .pricing-plan .table-responsive > .table.table-bordered,
.catalog-page .pricing-plan .pricing-model-table-wrap > .table.table-bordered {
  border: 0;
}

.catalog-page .pricing-plan .table-responsive > .table.table-bordered > thead:first-child > tr:first-child > th,
.catalog-page .pricing-plan .table-responsive > .table.table-bordered > thead:first-child > tr:first-child > td,
.catalog-page .pricing-plan .pricing-model-table-wrap > .table.table-bordered > thead:first-child > tr:first-child > th,
.catalog-page .pricing-plan .pricing-model-table-wrap > .table.table-bordered > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.catalog-page .pricing-plan .table-responsive > .table.table-bordered > tbody:last-child > tr:last-child > th,
.catalog-page .pricing-plan .table-responsive > .table.table-bordered > tbody:last-child > tr:last-child > td,
.catalog-page .pricing-plan .table-responsive > .table.table-bordered > tfoot:last-child > tr:last-child > th,
.catalog-page .pricing-plan .table-responsive > .table.table-bordered > tfoot:last-child > tr:last-child > td,
.catalog-page .pricing-plan .pricing-model-table-wrap > .table.table-bordered > tbody:last-child > tr:last-child > th,
.catalog-page .pricing-plan .pricing-model-table-wrap > .table.table-bordered > tbody:last-child > tr:last-child > td,
.catalog-page .pricing-plan .pricing-model-table-wrap > .table.table-bordered > tfoot:last-child > tr:last-child > th,
.catalog-page .pricing-plan .pricing-model-table-wrap > .table.table-bordered > tfoot:last-child > tr:last-child > td {
  border-bottom: 0;
}

.catalog-page .pricing-plan .table-responsive > .table.table-bordered > thead > tr > th:first-child,
.catalog-page .pricing-plan .table-responsive > .table.table-bordered > tbody > tr > th:first-child,
.catalog-page .pricing-plan .table-responsive > .table.table-bordered > tfoot > tr > th:first-child,
.catalog-page .pricing-plan .table-responsive > .table.table-bordered > thead > tr > td:first-child,
.catalog-page .pricing-plan .table-responsive > .table.table-bordered > tbody > tr > td:first-child,
.catalog-page .pricing-plan .table-responsive > .table.table-bordered > tfoot > tr > td:first-child,
.catalog-page .pricing-plan .pricing-model-table-wrap > .table.table-bordered > thead > tr > th:first-child,
.catalog-page .pricing-plan .pricing-model-table-wrap > .table.table-bordered > tbody > tr > th:first-child,
.catalog-page .pricing-plan .pricing-model-table-wrap > .table.table-bordered > tfoot > tr > th:first-child,
.catalog-page .pricing-plan .pricing-model-table-wrap > .table.table-bordered > thead > tr > td:first-child,
.catalog-page .pricing-plan .pricing-model-table-wrap > .table.table-bordered > tbody > tr > td:first-child,
.catalog-page .pricing-plan .pricing-model-table-wrap > .table.table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.catalog-page .pricing-plan .table-responsive > .table.table-bordered > thead > tr > th:last-child,
.catalog-page .pricing-plan .table-responsive > .table.table-bordered > tbody > tr > th:last-child,
.catalog-page .pricing-plan .table-responsive > .table.table-bordered > tfoot > tr > th:last-child,
.catalog-page .pricing-plan .table-responsive > .table.table-bordered > thead > tr > td:last-child,
.catalog-page .pricing-plan .table-responsive > .table.table-bordered > tbody > tr > td:last-child,
.catalog-page .pricing-plan .table-responsive > .table.table-bordered > tfoot > tr > td:last-child,
.catalog-page .pricing-plan .pricing-model-table-wrap > .table.table-bordered > thead > tr > th:last-child,
.catalog-page .pricing-plan .pricing-model-table-wrap > .table.table-bordered > tbody > tr > th:last-child,
.catalog-page .pricing-plan .pricing-model-table-wrap > .table.table-bordered > tfoot > tr > th:last-child,
.catalog-page .pricing-plan .pricing-model-table-wrap > .table.table-bordered > thead > tr > td:last-child,
.catalog-page .pricing-plan .pricing-model-table-wrap > .table.table-bordered > tbody > tr > td:last-child,
.catalog-page .pricing-plan .pricing-model-table-wrap > .table.table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.catalog-page .pricing-plan .pricing-model-table {
  margin-bottom: 0;
  font-size: 0.92em;
}

.catalog-page .pricing-plan .pricing-model-table > thead > tr > th {
  background: #f8fafc;
  color: #1e293b;
  border-color: #d6deeb;
  font-weight: 600;
}

.catalog-page .pricing-plan .pricing-model-table > tbody > tr > td {
  border-color: #dfe7f3;
  color: #334155;
  vertical-align: top;
}

.catalog-page .pricing-plan .pricing-model-table .pricing-model-details-row > td {
  background: #fcfdff;
}

.catalog-page .pricing-plan .pricing-model-adjustments {
  margin: 0.25em 0 0.1em;
  padding-left: 1.1em;
  color: #334155;
}

.catalog-page .pricing-plan .pricing-model-adjustments li {
  line-height: 1.35;
  margin-bottom: 0.15em;
}

.catalog-page .pricing-plan .pricing-model-adjustments.compact {
  margin: 0.25em 0 0;
  padding-left: 1em;
  font-size: 0.88em;
}

.catalog-page .pricing-plan .pricing-model-fallback-note {
  margin-top: 0.45em;
  margin-bottom: 0.5em;
}

.catalog-page .pricing-plan .catalog-copy {
  color: #475569;
  min-height: 3.6em;
}

.catalog-page .pricing-plan .btn {
  margin-top: 0.4em;
}

.catalog-page .pricing-plan .btn + .btn {
  margin-left: 0.35em;
}

.catalog-page .pricing-plan-package {
  border-top: 3px solid #0ea5e9;
}

.product-details-page .product-details-side-card .product-details-actions {
  margin-top: 0.1em;
  margin-bottom: 0.72em;
  display: flex;
  gap: 0.5em;
}

.product-details-page .product-details-side-card .product-details-actions .btn {
  flex: 1 1 0;
  margin-top: 0.35em;
  margin-left: 0 !important;
  text-align: center;
}

.product-details-page .product-details-main-card,
.product-details-page .product-details-side-card {
  border-top-width: 3px;
  border-top-style: solid;
}

.product-details-page .product-details-main-card {
  border-top-color: #0ea5e9;
}

.product-details-page .product-details-side-card {
  border-top-color: #14b8a6;
}

.product-details-page .product-details-main-card .catalog-copy,
.product-details-page .product-details-side-card .catalog-copy {
  min-height: 0;
}

.product-details-page .product-details-main-card > .pricing-plan-title {
  margin-bottom: 0.28em;
}

.product-details-page .product-details-main-card > .pricing-plan-badges {
  margin-bottom: 0.95em;
}

.product-details-page .product-details-main-card > .pricing-plan-badges .label {
  display: inline-block;
  margin-right: 0.4em;
  margin-bottom: 0.25em;
  padding: 0.3em 0.72em;
  border-radius: 999px;
  font-size: 0.74em;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.product-details-page .product-details-main-card > .pricing-plan-badges .label-default {
  background: #334155;
  border-color: #334155;
  color: #f8fafc;
}

.product-details-page .product-details-main-card > .pricing-plan-badges .label-primary {
  background: #1d4ed8;
  border-color: #1d4ed8;
  color: #eff6ff;
}

.product-details-page .product-details-main-card > .catalog-copy {
  color: #334155;
  line-height: 1.58;
  margin-bottom: 0.95em;
}

.product-details-page .product-details-section {
  margin-top: 0.92em;
  padding-top: 0.84em;
  border-top: 1px solid #e5edf5;
}

.product-details-page .product-details-main-card .pricing-plan-features {
  margin-bottom: 0.5em;
}

.product-details-page .capability-matrix-table {
  margin-bottom: 0.9em;
}

.product-details-page .capability-matrix-table th,
.product-details-page .capability-matrix-table td {
  vertical-align: top;
}

.product-details-page .capability-matrix-table > thead > tr > th {
  color: #64748b;
  font-size: 0.86em;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.product-details-page .product-dependency-list {
  margin-bottom: 0.35em;
}

.product-details-page .product-dependency-list li {
  margin-bottom: 0.44em;
  padding-bottom: 0.36em;
  border-bottom: 1px dashed #e5edf5;
}

.product-details-page .product-dependency-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.product-details-page .product-details-price-summary {
  background: #f8fbff;
  border: 1px solid #d9e6f2;
  border-radius: 10px;
  padding: 0.72em 0.88em;
  margin-bottom: 0.92em;
}

.product-details-page .product-details-price-summary .catalog-copy {
  margin-bottom: 0.35em;
}

.product-details-page .product-details-price-summary .pricing-plan-old-price {
  margin-top: 0.15em;
}

.product-details-page .product-details-price-summary .pricing-plan-price {
  margin-top: 0.15em;
}

.product-details-page .product-details-aside-section {
  margin-top: 0.9em;
  padding-top: 0.72em;
  border-top: 1px solid #e5edf5;
}

.product-details-page .product-details-aside-section .pricing-plan-subtitle {
  margin-top: 0;
  margin-bottom: 0.42em;
}

.product-details-page .product-details-relation-list {
  margin-bottom: 0.15em;
}

.product-details-page .product-details-relation-list li {
  line-height: 1.42;
  margin-bottom: 0.14em;
}

.products-catalog-page .products-catalog-section > .row > [class*="col-"] > .products-catalog-card,
.pricing-catalog-page .pricing-catalog-section > .row > [class*="col-"] > .pricing-catalog-card {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .products-catalog-page .products-catalog-section > .row,
  .pricing-catalog-page .pricing-catalog-section > .row {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.95em;
  }

  .products-catalog-page .products-catalog-section > .row > [class*="col-"],
  .pricing-catalog-page .pricing-catalog-section > .row > [class*="col-"] {
    float: none;
    display: flex;
  }
}

@media screen and (min-width: 992px) {
  .product-details-page .product-details-layout {
    display: flex;
    align-items: stretch;
  }

  .product-details-page .product-details-layout > [class*="col-"] {
    display: flex;
  }

  .product-details-page .product-details-layout .pricing-plan {
    width: 100%;
    flex: 1 1 auto;
    display: flex !important;
    flex-direction: column;
  }
}

@media screen and (max-width: 991px) {
  .product-details-page .product-details-side-card {
    margin-top: 0.95em;
  }

  .product-details-page .product-details-side-card .product-details-actions {
    flex-direction: column;
    gap: 0.35em;
  }
}

.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.captcha-image {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 992px) {
  .site-navbar {
    display: flex;
    align-items: center;
  }

  .site-navbar-header {
    flex: 0 0 auto;
    float: none;
  }

  .site-navbar-collapse.collapse {
    display: flex !important;
    flex: 1 1 auto;
    align-self: stretch;
    align-items: center;
    height: auto !important;
    overflow: visible !important;
  }

  .site-primary-nav,
  .site-utility-nav {
    display: flex;
    align-items: center;
    min-height: 68px;
  }

  .site-primary-nav {
    float: none;
  }

  .site-utility-nav {
    float: none !important;
    margin: 0 0 0 auto !important;
  }

  .site-navbar .navbar-nav > li {
    display: flex;
    align-items: center;
    float: none;
    min-height: 68px;
  }

  .site-navbar .navbar-nav > li > .dropdown-menu {
    margin-top: 4px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}

@media screen and (max-width: 991px) {
  .site-navbar {
    min-height: 60px;
  }

  .site-navbar-header {
    float: none;
    justify-content: space-between;
    width: 100%;
  }

  .site-brand {
    flex: 0 1 auto;
    height: 60px;
    min-width: 0;
    padding: 8px 0;
  }

  .site-brand img {
    width: auto;
    height: 36px;
  }

  .site-mobile-actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 4px;
    margin-left: auto;
  }

  .site-navbar-toggle {
    display: inline-flex !important;
    float: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 8px 0;
    padding: 0;
    border: 1px solid rgba(148, 163, 184, 0.45);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.3);
  }

  .site-navbar-toggle:hover,
  .site-navbar-toggle:focus {
    border-color: rgba(255, 190, 111, 0.8);
    background: rgba(15, 23, 42, 0.55);
    outline: none;
  }

  .site-navbar-toggle .icon-bar {
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: #f8fafc;
  }

  .site-navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
  }

  .site-cart-mobile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 44px;
    height: 44px;
    min-width: 44px;
    padding: 0;
    border-radius: 8px;
    color: #e2e8f0;
  }

  .site-cart-mobile:hover,
  .site-cart-mobile:focus {
    color: var(--brand-primary);
    background: rgba(15, 23, 42, 0.5);
    text-decoration: none;
  }

  .site-navbar-collapse {
    width: 100%;
    padding: 8px 0 12px;
    border-top: 1px solid rgba(148, 163, 184, 0.28);
  }

  .site-navbar-collapse.collapse {
    display: none !important;
  }

  .site-navbar-collapse.collapse.in {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }

  .site-navbar-collapse.collapsing {
    display: block !important;
    overflow: hidden !important;
  }

  .site-navbar .navbar-nav {
    float: none !important;
    margin: 0 !important;
  }

  .site-navbar .navbar-nav > li {
    float: none;
  }

  .site-navbar .navbar-nav > li > a {
    min-height: 44px;
    padding: 11px 14px;
    border-radius: 6px;
  }

  .site-primary-nav {
    margin-left: 0 !important;
  }

  .site-utility-nav {
    margin-top: 8px !important;
    padding-top: 8px;
    border-top: 1px solid rgba(148, 163, 184, 0.28);
  }

  .site-cart-desktop {
    display: none !important;
  }

  .site-header-action {
    justify-content: flex-start;
  }

  .site-account-name {
    max-width: none;
  }

  .site-navbar .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    min-width: 0;
    margin: 3px 0 7px 14px;
    padding: 4px;
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 7px;
    background: rgba(15, 23, 42, 0.32);
    box-shadow: none;
  }

  .site-navbar .navbar-nav .open .dropdown-menu > li > a {
    min-height: 40px;
    padding: 10px 12px;
    color: #e2e8f0;
    line-height: 20px;
  }

  .site-navbar .navbar-nav .open .dropdown-menu > li > a:hover,
  .site-navbar .navbar-nav .open .dropdown-menu > li > a:focus {
    color: var(--brand-primary);
    background: rgba(15, 23, 42, 0.5);
  }

  .site-navbar .navbar-nav .open .dropdown-menu .divider {
    background: rgba(148, 163, 184, 0.25);
  }

  .contact-page-section .contact-support-card {
    margin-bottom: 1.25em;
  }
}

@media screen and (min-width: 768px) {
  .contact-page-section .contact-page-layout {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
}

@media screen and (max-width: 479px) {
  .site-brand img {
    width: auto;
    height: 32px;
  }
}

/* Product landing pages */
.product-page-breadcrumbs .breadcrumb {
  margin: 0;
  padding: 0;
  background: transparent;
}
.product-page-breadcrumbs .breadcrumb > li,
.product-page-breadcrumbs .breadcrumb > li a { color: #fff; }
.product-page-breadcrumbs .breadcrumb > .active { color: #ffd39c; }
.product-landing-page { padding-top: 38px; }
.product-landing-hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 34px;
  padding: 42px;
  border: 1px solid #dbe3eb;
  border-radius: 14px;
  background:
    radial-gradient(circle at 92% 0, rgba(245, 145, 32, .18), transparent 34%),
    linear-gradient(135deg, #f8fbfe 0%, #fff 62%);
  box-shadow: 0 18px 44px rgba(16, 37, 63, .09);
}
.product-landing-hero-row { display: flex; align-items: center; }
.product-landing-badges { margin-bottom: 16px; }
.product-landing-badges .label { display: inline-block; margin-right: 6px; padding: 7px 12px; border-radius: 999px; font-size: 12px; }
.product-landing-copy h1 { margin: 0 0 12px; color: #13243d; font-size: 42px; line-height: 1.08; }
.product-landing-tagline { margin-bottom: 14px; color: #d76f00; font-size: 22px; font-weight: 600; line-height: 1.35; }
.product-landing-description { max-width: 720px; color: #45566c; font-size: 17px; line-height: 1.7; }
.product-landing-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.product-landing-actions .btn { min-width: 138px; }
.product-landing-summary { padding: 24px; border: 1px solid rgba(19, 36, 61, .12); border-radius: 12px; background: rgba(255,255,255,.88); }
.product-landing-logo { display: flex; min-height: 150px; align-items: center; justify-content: center; margin-bottom: 18px; }
.product-landing-logo img { max-width: 100%; max-height: 150px; object-fit: contain; }
.product-landing-facts { margin: 0; }
.product-landing-facts > div { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; border-top: 1px solid #e3e8ee; }
.product-landing-facts dt { color: #697789; font-weight: 500; }
.product-landing-facts dd { margin: 0; color: #13243d; font-weight: 700; text-align: right; }
.product-page-section { margin: 0 0 28px; padding: 32px; border: 1px solid #dfe5eb; border-radius: 12px; background: #fff; box-shadow: 0 8px 24px rgba(16,37,63,.055); }
.product-page-section-heading { max-width: 780px; margin-bottom: 24px; }
.product-page-section-heading h2 { margin: 0 0 8px; color: #13243d; font-size: 28px; }
.product-page-section-heading p { margin: 0; color: #68778a; font-size: 16px; line-height: 1.6; }
.product-page-prose { margin-bottom: 20px; color: #37495f; font-size: 16px; line-height: 1.75; white-space: pre-line; }
.product-page-item-grid > [class*="col-"] { margin-bottom: 16px; }
.product-page-item-card { height: 100%; min-height: 108px; padding: 20px; border-left: 4px solid #f59120; border-radius: 6px; background: #f6f8fa; }
.product-page-item-card h3 { margin: 0 0 8px; color: #172b45; font-size: 17px; }
.product-page-item-card p { margin: 0; color: #526276; line-height: 1.55; white-space: pre-line; }
.product-page-highlight-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px 24px; margin: 0; padding: 0; list-style: none; }
.product-page-highlight-list li { display: flex; gap: 10px; color: #34475d; line-height: 1.55; }
.product-page-highlight-list .glyphicon { margin-top: 3px; color: #df7807; }
.product-page-gallery > [class*="col-"] { margin-bottom: 24px; }
.product-page-gallery figure { overflow: hidden; margin: 0; border: 1px solid #d9e0e8; border-radius: 10px; background: #f7f9fb; }
.product-page-gallery img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: contain; background: #eef2f5; }
.product-page-gallery-placeholder { display: flex; width: 100%; aspect-ratio: 16 / 10; flex-direction: column; align-items: center; justify-content: center; gap: 12px; padding: 24px; background: #eef2f5; color: #657487; text-align: center; }
.product-page-gallery-placeholder .glyphicon { font-size: 34px; opacity: .7; }
.product-page-gallery figcaption { padding: 12px 15px; color: #5a6878; }

.product-theme-crossword .product-landing-hero {
  background-color: #f8fafc;
  background-image: linear-gradient(rgba(51,65,85,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(51,65,85,.055) 1px, transparent 1px);
  background-size: 34px 34px;
}
.product-theme-crossword .product-landing-tagline,
.product-theme-crossword .product-page-section-heading h2 { color: #b96800; }
.product-theme-crossword .product-landing-actions .btn-primary { border-color: #b96800; background: #d98200; }
.product-theme-crossword .product-landing-actions .btn-primary:hover { background: #b96800; }
.product-theme-crossword .product-page-gallery-placeholder { background: repeating-linear-gradient(0deg, transparent 0 31px, rgba(51,65,85,.09) 32px), repeating-linear-gradient(90deg, #f8fafc 0 31px, rgba(51,65,85,.09) 32px); color: #334155; }

.product-theme-fancyqr .product-landing-hero { border-color: #334155; background: radial-gradient(circle at 88% 18%, rgba(56,189,248,.16), transparent 32%), linear-gradient(135deg, #111827, #1f2937); }
.product-theme-fancyqr .product-landing-copy h1,
.product-theme-fancyqr .product-landing-description { color: #f8fafc; }
.product-theme-fancyqr .product-landing-tagline { color: #38bdf8; }
.product-theme-fancyqr .product-landing-badges .label-primary { background: #f97316; }
.product-theme-fancyqr .product-landing-actions .btn-primary { border-color: #ea580c; background: #f97316; }
.product-theme-fancyqr .product-landing-actions .btn-primary:hover { background: #ea580c; }
.product-theme-fancyqr .product-page-section-heading h2 { color: #0e7490; }
.product-theme-fancyqr .product-page-gallery-placeholder { background-color: #111827; background-image: linear-gradient(90deg, rgba(56,189,248,.13) 12px, transparent 12px), linear-gradient(rgba(249,115,22,.11) 12px, transparent 12px); background-size: 48px 48px; color: #e0f2fe; }
.product-page-component-groups > div { margin-bottom: 18px; }
.product-page-component-groups h3 { margin: 0 0 10px; color: #263d58; font-size: 17px; }
.product-page-component-groups ul { margin: 0; padding-left: 19px; }
.product-page-component-groups li { margin-bottom: 7px; }
.product-page-table-wrap { overflow: hidden; border: 1px solid #d9e0e8; border-radius: 9px; }
.product-page-table-wrap .table { margin-bottom: 0; border: 0; }
.product-page-pricing-panel { padding: 24px; border-radius: 10px; background: #f4f7fa; }
.product-page-pricing-total { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 18px; color: #59697b; }
.product-page-pricing-total strong { color: #13243d; font-size: 30px; }
.product-page-resources .list-group-item { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; border-color: #dfe5eb; }
.product-page-resources .list-group-item span { color: #6d7987; text-align: right; }
.product-page-faq .panel { border-color: #dfe5eb; box-shadow: none; }
.product-page-faq .panel-title { color: #223954; font-size: 16px; font-weight: 600; }
.product-page-faq .panel-body { color: #4a5b70; line-height: 1.65; white-space: pre-line; }
.product-page-related > [class*="col-"] { margin-bottom: 16px; }
.product-page-related-card { display: flex; min-height: 112px; align-items: center; gap: 16px; padding: 18px; border: 1px solid #dfe5eb; border-radius: 9px; background: #f8fafb; color: #172b45; transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease; }
.product-page-related-card:hover { border-color: #f59120; color: #172b45; text-decoration: none; transform: translateY(-2px); box-shadow: 0 8px 18px rgba(16,37,63,.09); }
.product-page-related-card img { width: 64px; height: 64px; flex: 0 0 64px; object-fit: contain; }
.product-page-related-card strong, .product-page-related-card small { display: block; }
.product-page-related-card small { margin-top: 6px; color: #647386; line-height: 1.4; }
@media (max-width: 991px) {
  .product-landing-hero-row { display: block; }
  .product-landing-summary { margin-top: 28px; }
}
@media (max-width: 767px) {
  .product-landing-page { padding-top: 22px; }
  .product-landing-hero, .product-page-section { padding: 22px; border-radius: 9px; }
  .product-landing-copy h1 { font-size: 32px; }
  .product-landing-tagline { font-size: 19px; }
  .product-page-highlight-list { grid-template-columns: 1fr; }
  .product-page-resources .list-group-item { display: block; }
  .product-page-resources .list-group-item span { display: block; margin-top: 5px; text-align: left; }
}

.exaro-family-section { padding: 60px 0; }
.exaro-family-panel { padding: 34px; border-radius: 15px; color: #e8eef5; background: linear-gradient(120deg,#14263c,#243e56); box-shadow: 0 18px 42px rgba(15,35,58,.14); }
.exaro-family-panel .row { display: flex; align-items: center; }
.section.section-white .exaro-family-panel h2 { color: #fff; font-size: 28px; }
.exaro-family-panel p { margin: 0; color: #d4dee8; line-height: 1.6; }
.exaro-family-brand { display: flex; flex-direction: column; align-items: center; gap: 10px; color: #fff; font-size: 22px; }
.exaro-family-brand img { width: 82px; height: 82px; }
.exaro-family-action { display: flex; flex-direction: column; align-items: center; gap: 14px; text-align: center; }
.exaro-family-action .btn { width: 100%; }
.exaro-family-action .exaro-text-link { color: #ffd49d; white-space: nowrap; }

.product-theme-cutereport .product-landing-hero {
  background:
    radial-gradient(circle at 90% 10%, rgba(245,145,32,.2), transparent 32%),
    linear-gradient(135deg,#f7fafc 0%,#fff 66%);
}
.product-theme-cutereport .product-landing-tagline,
.product-theme-cutereport .product-page-section-heading h2 { color: var(--cutereport-link); }

@media (max-width: 991px) {
  .exaro-family-panel .row { display: block; }
  .exaro-family-brand { margin-bottom: 26px; }
  .exaro-family-action { margin-top: 26px; }
  .exaro-family-action .btn { width: auto; min-width: 180px; }
}
@media (max-width: 767px) {
  .exaro-family-section { padding: 46px 0; }
  .exaro-family-panel { padding: 25px; }
}

/* Owner-approved CleanVector identity; scoped to CalligraDoc surfaces. */
@font-face {
  font-family: "CalligraDoc IBM Plex Serif";
  src: url("../fonts/calligradoc/IBMPlexSerif-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
.product-theme-calligradoc, .pc-theme-calligradoc {
  --calligradoc-bg: #FFFFFF;
  --calligradoc-surface: #FFFFFF;
  --calligradoc-text: #222426;
  --calligradoc-muted: #167568;
  --calligradoc-accent: #3D1F7D;
  --calligradoc-focus: #3D1F7D;
  --calligradoc-border: #dcd6e8;
  --calligradoc-tint: #F2EEF9;
  --calligradoc-dark: #202124;
  --calligradoc-on-dark: #C8B4F3;
  background: var(--calligradoc-bg);
  color: var(--calligradoc-text);
  font-family: var(--exl-font-sans);
}
.product-theme-calligradoc h1,
.product-theme-calligradoc h2,
.product-theme-calligradoc h3 {
  color: var(--calligradoc-text);
  font-family: "CalligraDoc IBM Plex Serif", serif;
  font-weight: 600;
  letter-spacing: 0;
}
.product-theme-calligradoc .product-landing-hero {
  background: var(--calligradoc-surface);
  border-color: var(--calligradoc-border);
  box-shadow: inset 7px 0 0 var(--calligradoc-accent);
}
.product-theme-calligradoc .product-landing-summary,
.product-theme-calligradoc .product-page-item-card,
.product-theme-calligradoc .panel {
  background: var(--calligradoc-surface);
  border-color: var(--calligradoc-border);
}
.product-theme-calligradoc .product-landing-tagline,
.product-theme-calligradoc .product-page-section-heading p {
  color: var(--calligradoc-muted);
}
.product-theme-calligradoc .label-primary,
.product-theme-calligradoc .product-page-highlight-list .glyphicon {
  background-color: var(--calligradoc-accent);
  color: #FFFFFF;
}
.product-theme-calligradoc a:focus,
.product-theme-calligradoc button:focus {
  outline: 3px solid var(--calligradoc-focus);
  outline-offset: 2px;
}
.product-preview-status {
  display: inline-block;
  padding: 0.65em 0.9em;
  font-size: 14px;
}
.exaro-product-phase {
  display: inline-block;
  margin: 0 0 10px;
}
