/* BeyondBoxAI public-site polish v14.0
   Purpose: improve public readability, tighten product hero spacing,
   restore visible logo, and make product hero media fit cleanly. */

.global-header .brand {
  min-width: 174px;
}

/* v24.5 definitive shared listing layout
   Applies to Products, Industries, Integrations and AI Solutions listing pages. */
body .commercial-grid,
body .catalog-grid,
body .products-grid,
body .listing-grid,
body .product-listing-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(22px, 2vw, 32px) !important;
  align-items: stretch !important;
  width: min(100%, 1480px) !important;
  max-width: 1480px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow: visible !important;
}

body .commercial-grid > *,
body .catalog-grid > *,
body .products-grid > *,
body .listing-grid > *,
body .product-listing-grid > * {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  flex: 0 1 auto !important;
}

body .commercial-card,
body .catalog-card,
body .product-card {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  border-radius: 26px !important;
}

body .commercial-card :is(.commercial-card__image, .commercial-card__media, .product-card__image, .product-card__media, .card-media, figure, picture),
body .catalog-card :is(.commercial-card__image, .commercial-card__media, .product-card__image, .product-card__media, .card-media, figure, picture),
body .product-card :is(.commercial-card__image, .commercial-card__media, .product-card__image, .product-card__media, .card-media, figure, picture) {
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: hidden !important;
  display: grid !important;
  place-items: center !important;
  background: linear-gradient(135deg, #f6fbff 0%, #effdf9 100%) !important;
  border-radius: 26px 26px 0 0 !important;
}

body .commercial-card > img:first-child,
body .catalog-card > img:first-child,
body .product-card > img:first-child,
body .commercial-card :is(.commercial-card__image, .commercial-card__media, .product-card__image, .product-card__media, .card-media, figure, picture) img,
body .catalog-card :is(.commercial-card__image, .commercial-card__media, .product-card__image, .product-card__media, .card-media, figure, picture) img,
body .product-card :is(.commercial-card__image, .commercial-card__media, .product-card__image, .product-card__media, .card-media, figure, picture) img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center center !important;
  border-radius: 22px 22px 0 0 !important;
}

body .commercial-card :is(h2, h3, .card-title, .commercial-card__title),
body .catalog-card :is(h2, h3, .card-title, .commercial-card__title),
body .product-card :is(h2, h3, .card-title, .commercial-card__title) {
  font-size: clamp(24px, 1.65vw, 34px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.045em !important;
  overflow-wrap: anywhere !important;
}

body .commercial-card :is(p, li, .summary, .excerpt),
body .catalog-card :is(p, li, .summary, .excerpt),
body .product-card :is(p, li, .summary, .excerpt) {
  font-size: clamp(15px, 0.95vw, 18px) !important;
  line-height: 1.45 !important;
}

@media (max-width: 1180px) {
  body .commercial-grid,
  body .catalog-grid,
  body .products-grid,
  body .listing-grid,
  body .product-listing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  body .commercial-grid,
  body .catalog-grid,
  body .products-grid,
  body .listing-grid,
  body .product-listing-grid {
    grid-template-columns: 1fr !important;
  }
}

.global-header .global-brand-logo {
  display: block;
  width: auto;
  height: 34px;
  max-width: 190px;
  object-fit: contain;
  object-position: left center;
}

body.global-header-ready,
body:has([data-global-header]) {
  padding-top: 116px !important;
}

body:not(.admin-app) main :where(p, li, summary, details, blockquote, td, th, input, select, textarea, label) {
  font-size: clamp(14px, 0.92rem, 15.5px);
}

body:not(.admin-app) main :where(.button, button, .arrow-link, .commercial-link, .solution-link) {
  font-size: 13px;
}

body:not(.admin-app) main :where(.kicker, small, .commercial-kicker) {
  font-size: 10px;
}

body[data-solution-page] .solution-detail-hero {
  grid-template-columns: minmax(0, .86fr) minmax(460px, 1.14fr);
  gap: clamp(30px, 4vw, 50px);
  padding-top: clamp(20px, 2.8vw, 34px);
  padding-bottom: clamp(38px, 4.6vw, 58px);
}

body[data-solution-page] .solution-hero-copy h1 {
  max-width: 610px;
  font-size: clamp(34px, 3.55vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

body[data-solution-page] .solution-hero-copy > p {
  max-width: 620px;
  font-size: 15px;
  line-height: 1.68;
}

body[data-solution-page] .solution-visual {
  min-height: 0;
  height: clamp(330px, 33vw, 430px);
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body[data-solution-page] .solution-visual > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 28px;
  box-shadow: 0 26px 70px rgba(20, 58, 80, .13);
}

body[data-solution-page] .solution-proof-strip,
body[data-solution-page] .solution-content-shell,
body[data-solution-page] .solution-features,
body[data-solution-page] .solution-faq,
body[data-solution-page] .solution-resources,
body[data-solution-page] .solution-related,
body[data-solution-page] .solution-benefits-shell,
body[data-solution-page] .solution-mid-cta,
body[data-solution-page] .solution-final-cta {
  max-width: min(1180px, calc(100% - 48px));
}

body[data-solution-page] .solution-proof-strip {
  margin-top: 12px;
}

body[data-solution-page] .solution-proof-strip > div {
  padding: 16px 22px;
}

body[data-solution-page] .solution-proof-strip span {
  font-size: 9px;
}

body[data-solution-page] .solution-proof-strip b {
  font-size: 13px;
}

body[data-solution-page] .solution-content-shell {
  gap: 48px;
  padding-top: 46px;
  padding-bottom: 46px;
}

body[data-solution-page] .solution-features,
body[data-solution-page] .solution-faq,
body[data-solution-page] .solution-resources,
body[data-solution-page] .solution-related {
  padding-top: 48px;
  padding-bottom: 48px;
}

body[data-solution-page] .solution-section-heading h2,
body[data-solution-page] .solution-benefits h2 {
  font-size: clamp(28px, 2.75vw, 39px);
  letter-spacing: -0.03em;
}

body[data-solution-page] .solution-section-heading {
  margin-bottom: 22px;
}

body[data-solution-page] .solution-section-heading > p,
body[data-solution-page] .benefit-heading p {
  font-size: 14px;
  line-height: 1.55;
}

body[data-solution-page] .solution-body {
  font-size: 15px;
  line-height: 1.72;
}

body[data-solution-page] .solution-body h2 {
  font-size: 30px;
}

body[data-solution-page] .solution-body h3 {
  font-size: 22px;
}

body[data-solution-page] .enhanced-feature-grid {
  gap: 14px !important;
}

body[data-solution-page] .enhanced-feature-card {
  min-height: 230px !important;
  padding: 22px !important;
  border-radius: 20px !important;
}

body[data-solution-page] .feature-icon,
body[data-solution-page] .benefit-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
}

body[data-solution-page] .feature-icon svg {
  width: 24px;
  height: 24px;
}

body[data-solution-page] .enhanced-feature-card > small {
  margin-top: 18px;
  font-size: 8.5px;
  letter-spacing: .13em;
}

body[data-solution-page] .enhanced-feature-card h3 {
  font-size: 18px !important;
  line-height: 1.18;
  margin: 7px 0 8px !important;
}

body[data-solution-page] .enhanced-feature-card p,
body[data-solution-page] .feature-point-list {
  font-size: 13px;
}

body[data-solution-page] .feature-card-foot {
  padding-top: 14px;
  font-size: 11px;
}

body[data-solution-page] .solution-benefits {
  padding-top: 48px;
  padding-bottom: 48px;
}

body[data-solution-page] .benefit-heading {
  margin-bottom: 22px;
}

body[data-solution-page] .enhanced-benefit-grid {
  gap: 14px !important;
}

body[data-solution-page] .enhanced-benefit-card {
  min-height: 214px;
  padding: 20px !important;
  border-radius: 19px !important;
}

body[data-solution-page] .benefit-ring {
  width: 80px;
  height: 80px;
  background:
    radial-gradient(circle at center, #fff 0 51%, transparent 52%),
    conic-gradient(var(--ring-color) calc(var(--metric-progress) * 1%), #e2eeee 0);
}

body[data-solution-page] .benefit-ring:before {
  display: none;
}

body[data-solution-page] .benefit-ring span {
  font-size: 18px;
}

body[data-solution-page] .enhanced-benefit-card:nth-child(4n+1) .benefit-ring { --ring-color:#18c7be; }
body[data-solution-page] .enhanced-benefit-card:nth-child(4n+2) .benefit-ring { --ring-color:#51adef; }
body[data-solution-page] .enhanced-benefit-card:nth-child(4n+3) .benefit-ring { --ring-color:#7c67ff; }
body[data-solution-page] .enhanced-benefit-card:nth-child(4n+4) .benefit-ring { --ring-color:#b5f43d; }

body[data-solution-page] .enhanced-benefit-card > small {
  margin-top: 18px;
  font-size: 8px;
}

body[data-solution-page] .enhanced-benefit-card h3 {
  font-size: 15px;
  margin: 7px 0 13px;
}

body[data-solution-page] .benefit-track i {
  background: linear-gradient(90deg, var(--ring-color, #20c9c2), #51adef);
}

body[data-solution-page] .solution-mid-cta {
  margin-top: 42px;
  padding: 30px 36px;
}

body[data-solution-page] .solution-mid-cta h2 {
  font-size: 27px;
}

body[data-solution-page] .serial-faqs {
  width: min(1060px, calc(100% - 48px));
  margin: 34px auto 0;
  padding-top: 28px;
}

body[data-solution-page] .serial-faqs-head {
  display: grid;
  grid-template-columns: minmax(120px, 180px) 1fr;
  gap: 28px;
  align-items: start;
  margin-bottom: 18px;
}

body[data-solution-page] .serial-faqs-head span {
  color: #078f98;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
}

body[data-solution-page] .serial-faqs-head h2 {
  margin: 0;
  color: #07182f;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.03;
  letter-spacing: -.035em;
}

body[data-solution-page] .serial-faq {
  border-top: 1px solid #dce9ec;
}

body[data-solution-page] .serial-faq:last-child {
  border-bottom: 1px solid #dce9ec;
}

body[data-solution-page] .serial-faq summary {
  display: grid;
  grid-template-columns: 1fr 32px;
  gap: 18px;
  align-items: center;
  min-height: 54px;
  padding: 12px 0;
  cursor: pointer;
  list-style: none;
}

body[data-solution-page] .serial-faq summary::-webkit-details-marker {
  display: none;
}

body[data-solution-page] .serial-faq-number,
body[data-solution-page] .serial-faq-answer b {
  display: none;
}

body[data-solution-page] .serial-faq summary span:not(.serial-faq-number) {
  color: #07182f;
  font-size: 14px;
  font-weight: 850;
}

body[data-solution-page] .serial-faq-toggle {
  position: relative;
  width: 26px;
  height: 26px;
  border: 1px solid #cae3e7;
  border-radius: 50%;
}

body[data-solution-page] .serial-faq-toggle:before,
body[data-solution-page] .serial-faq-toggle:after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 10px;
  height: 1.5px;
  background: #07939a;
  transform: translate(-50%, -50%);
}

body[data-solution-page] .serial-faq-toggle:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

body[data-solution-page] .serial-faq[open] .serial-faq-toggle:after {
  display: none;
}

body[data-solution-page] .serial-faq-answer {
  padding: 0 48px 18px 0;
}

body[data-solution-page] .serial-faq-answer p {
  max-width: 780px;
  color: #5f7489;
  line-height: 1.62;
}

body[data-commercial-hub] .commercial-hero h1,
.resource-hero h1,
.cms-hero h1 {
  font-size: clamp(34px, 5.6vw, 61px);
  line-height: 1.04;
}

body[data-commercial-hub] .commercial-hero p,
.resource-hero p,
.cms-hero p,
.cms-body {
  font-size: 15px;
  line-height: 1.65;
}

@media (max-width: 1050px) {
  body[data-solution-page] .solution-detail-hero {
    grid-template-columns: 1fr;
  }
  body[data-solution-page] .solution-visual {
    height: clamp(300px, 55vw, 430px);
  }
  body[data-solution-page] .serial-faqs-head {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media (max-width: 600px) {
  body.global-header-ready,
  body:has([data-global-header]) {
    padding-top: 100px !important;
  }
  .global-header .brand {
    min-width: 150px;
  }
  .global-header .global-brand-logo {
    height: 29px;
    max-width: 160px;
  }
  body[data-solution-page] .solution-hero-copy h1 {
    font-size: 32px;
  }
  body[data-solution-page] .solution-visual {
    height: 280px;
    border-radius: 22px;
  }
}

/* v13.7 global solution-section tightening and readability pass */
body[data-solution-page] .solution-proof-strip {
  margin-top: 8px !important;
}

body[data-solution-page] .solution-content-shell {
  gap: 36px !important;
  padding-top: 32px !important;
  padding-bottom: 34px !important;
}

body[data-solution-page] .solution-features,
body[data-solution-page] .solution-benefits,
body[data-solution-page] .solution-faq,
body[data-solution-page] .solution-resources,
body[data-solution-page] .solution-related {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}

body[data-solution-page] .solution-features {
  padding-top: 30px !important;
}

body[data-solution-page] .solution-section-heading,
body[data-solution-page] .benefit-heading {
  margin-bottom: 18px !important;
}

body[data-solution-page] .solution-section-heading h2,
body[data-solution-page] .benefit-heading h2,
body[data-solution-page] .serial-faqs-head h2 {
  font-size: clamp(26px, 2.35vw, 34px) !important;
  line-height: 1.08 !important;
  letter-spacing: -.03em !important;
}

body[data-solution-page] .enhanced-feature-card {
  min-height: 205px !important;
  padding: 18px 20px !important;
}

body[data-solution-page] .enhanced-feature-card .feature-icon {
  width: 44px !important;
  height: 44px !important;
  margin-bottom: 8px !important;
}

body[data-solution-page] .enhanced-feature-card .feature-icon svg {
  width: 23px !important;
  height: 23px !important;
}

body[data-solution-page] .enhanced-feature-card > small {
  margin-top: 10px !important;
  font-size: 8px !important;
  letter-spacing: .13em !important;
}

body[data-solution-page] .enhanced-feature-card h3 {
  font-size: 16px !important;
  line-height: 1.2 !important;
  margin: 5px 0 7px !important;
}

body[data-solution-page] .enhanced-feature-card p {
  font-size: 12.5px !important;
  line-height: 1.48 !important;
}

body[data-solution-page] .feature-card-foot {
  margin-top: auto !important;
  padding-top: 10px !important;
}

body[data-solution-page] .enhanced-benefit-grid {
  gap: 14px !important;
}

body[data-solution-page] .enhanced-benefit-card {
  min-height: 190px !important;
  padding: 16px 18px !important;
}

body[data-solution-page] .benefit-visual {
  align-items: flex-start !important;
}

body[data-solution-page] .benefit-ring {
  width: 72px !important;
  height: 72px !important;
  background:
    radial-gradient(circle at center, #fff 0 53%, transparent 54%),
    conic-gradient(var(--ring-color) calc(var(--metric-progress)*1%), #e1eeee 0) !important;
}

body[data-solution-page] .benefit-ring:before {
  display: none !important;
}

body[data-solution-page] .benefit-ring span {
  font-size: 15px !important;
  color: #18324a !important;
}

body[data-solution-page] .benefit-icon {
  width: 40px !important;
  height: 40px !important;
}

body[data-solution-page] .benefit-icon svg {
  width: 21px !important;
  height: 21px !important;
}

body[data-solution-page] .enhanced-benefit-card > small {
  display: none !important;
}

body[data-solution-page] .enhanced-benefit-card h3 {
  font-size: 14px !important;
  line-height: 1.18 !important;
  margin: 12px 0 !important;
}

body[data-solution-page] .benefit-track {
  height: 6px !important;
}

body[data-solution-page] .enhanced-benefit-card:nth-child(6n+1) .benefit-ring,
body[data-solution-page] .enhanced-benefit-card:nth-child(6n+1) .benefit-track i { --ring-color:#17c7bd; }
body[data-solution-page] .enhanced-benefit-card:nth-child(6n+2) .benefit-ring,
body[data-solution-page] .enhanced-benefit-card:nth-child(6n+2) .benefit-track i { --ring-color:#4aaef0; }
body[data-solution-page] .enhanced-benefit-card:nth-child(6n+3) .benefit-ring,
body[data-solution-page] .enhanced-benefit-card:nth-child(6n+3) .benefit-track i { --ring-color:#7b67ff; }
body[data-solution-page] .enhanced-benefit-card:nth-child(6n+4) .benefit-ring,
body[data-solution-page] .enhanced-benefit-card:nth-child(6n+4) .benefit-track i { --ring-color:#b5f43d; }
body[data-solution-page] .enhanced-benefit-card:nth-child(6n+5) .benefit-ring,
body[data-solution-page] .enhanced-benefit-card:nth-child(6n+5) .benefit-track i { --ring-color:#ffb84d; }
body[data-solution-page] .enhanced-benefit-card:nth-child(6n+6) .benefit-ring,
body[data-solution-page] .enhanced-benefit-card:nth-child(6n+6) .benefit-track i { --ring-color:#ff6d7a; }

body[data-solution-page] .enhanced-benefit-card:nth-child(6n+1) .benefit-track i { background: linear-gradient(90deg,#17c7bd,#4aaef0) !important; }
body[data-solution-page] .enhanced-benefit-card:nth-child(6n+2) .benefit-track i { background: linear-gradient(90deg,#4aaef0,#7b67ff) !important; }
body[data-solution-page] .enhanced-benefit-card:nth-child(6n+3) .benefit-track i { background: linear-gradient(90deg,#7b67ff,#17c7bd) !important; }
body[data-solution-page] .enhanced-benefit-card:nth-child(6n+4) .benefit-track i { background: linear-gradient(90deg,#b5f43d,#17c7bd) !important; }
body[data-solution-page] .enhanced-benefit-card:nth-child(6n+5) .benefit-track i { background: linear-gradient(90deg,#ffb84d,#ff6d7a) !important; }
body[data-solution-page] .enhanced-benefit-card:nth-child(6n+6) .benefit-track i { background: linear-gradient(90deg,#ff6d7a,#7b67ff) !important; }

/* v18 professional icon system */
body[data-solution-page] .feature-icon,
body[data-solution-page] .benefit-icon {
  position: relative !important;
  display: inline-grid !important;
  place-items: center !important;
  isolation: isolate !important;
  background:
    radial-gradient(circle at 28% 20%, rgba(255,255,255,.95), transparent 40%),
    linear-gradient(135deg, #defbf7 0%, #e9f3ff 100%) !important;
  border: 1px solid rgba(33, 199, 199, .28) !important;
  box-shadow:
    0 13px 26px rgba(7, 32, 54, .08),
    inset 0 1px 0 rgba(255,255,255,.9) !important;
}

body[data-solution-page] .feature-icon:after,
body[data-solution-page] .benefit-icon:after {
  content: "";
  position: absolute;
  inset: 7px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(34,199,198,.13), rgba(84,174,240,.10));
}

body[data-solution-page] .feature-icon svg,
body[data-solution-page] .benefit-icon svg {
  stroke: #0797a1 !important;
  stroke-width: 1.9 !important;
  fill: none !important;
  filter: drop-shadow(0 4px 7px rgba(7,151,161,.12));
}

body[data-solution-page] .enhanced-feature-card:hover .feature-icon,
body[data-solution-page] .enhanced-benefit-card:hover .benefit-icon {
  background: linear-gradient(135deg, #22c7c6, #52aef1) !important;
  border-color: rgba(82,174,241,.55) !important;
  transform: translateY(-1px);
}

body[data-solution-page] .enhanced-feature-card:hover .feature-icon svg,
body[data-solution-page] .enhanced-benefit-card:hover .benefit-icon svg {
  stroke: #fff !important;
}

body[data-solution-page] .enhanced-feature-card:nth-child(6n+2) .feature-icon,
body[data-solution-page] .enhanced-benefit-card:nth-child(6n+2) .benefit-icon { background: linear-gradient(135deg,#e7f4ff,#ecfbff) !important; }
body[data-solution-page] .enhanced-feature-card:nth-child(6n+3) .feature-icon,
body[data-solution-page] .enhanced-benefit-card:nth-child(6n+3) .benefit-icon { background: linear-gradient(135deg,#efeaff,#e8fbff) !important; }
body[data-solution-page] .enhanced-feature-card:nth-child(6n+4) .feature-icon,
body[data-solution-page] .enhanced-benefit-card:nth-child(6n+4) .benefit-icon { background: linear-gradient(135deg,#f0ffdf,#e5fbff) !important; }
body[data-solution-page] .enhanced-feature-card:nth-child(6n+5) .feature-icon,
body[data-solution-page] .enhanced-benefit-card:nth-child(6n+5) .benefit-icon { background: linear-gradient(135deg,#fff4df,#e7f8ff) !important; }
body[data-solution-page] .enhanced-feature-card:nth-child(6n+6) .feature-icon,
body[data-solution-page] .enhanced-benefit-card:nth-child(6n+6) .benefit-icon { background: linear-gradient(135deg,#ffeaf0,#e8f6ff) !important; }

body[data-solution-page] .solution-mid-cta {
  margin-top: 26px !important;
  margin-bottom: 26px !important;
  padding: 28px 34px !important;
  max-width: min(1040px, calc(100% - 48px)) !important;
}

body[data-solution-page] .solution-mid-cta h2 {
  font-size: clamp(26px, 2.7vw, 36px) !important;
  line-height: 1.1 !important;
}

body[data-solution-page] .serial-faqs {
  margin-top: 24px !important;
  padding-top: 20px !important;
  padding-bottom: 24px !important;
}

body[data-solution-page] .serial-faqs-head {
  grid-template-columns: minmax(120px, 180px) minmax(0, 1fr) !important;
  align-items: start !important;
  margin-bottom: 10px !important;
}

body[data-solution-page] .serial-faqs-head h2 {
  max-width: 700px !important;
}

body[data-solution-page] .serial-faq summary {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 30px !important;
  gap: 16px !important;
  min-height: 48px !important;
  padding: 10px 0 !important;
}

body[data-solution-page] .serial-faq-number {
  display: none !important;
}

body[data-solution-page] .serial-faq-answer {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0 52px 16px 0 !important;
}

body[data-solution-page] .serial-faq-answer b {
  display: none !important;
}

body[data-solution-page] .serial-faq-answer p {
  display: block !important;
  width: 100% !important;
  max-width: 840px !important;
  min-width: 320px !important;
  margin: 0 !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  font-size: 14.5px !important;
  line-height: 1.62 !important;
}

body[data-solution-page] .solution-resources {
  padding-top: 30px !important;
  padding-bottom: 28px !important;
}

body[data-solution-page] .solution-resources .solution-section-heading {
  margin-bottom: 16px !important;
}

body[data-solution-page] .solution-related {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}

body[data-solution-page] .solution-final-cta {
  margin-top: 28px !important;
  margin-bottom: 48px !important;
  padding: 34px 40px !important;
  max-width: min(1040px, calc(100% - 48px)) !important;
}

body[data-solution-page] .solution-final-cta h2 {
  font-size: clamp(28px, 3vw, 42px) !important;
  line-height: 1.08 !important;
}

/* v14.4 global public-page typography scale
   Applies the requested 85% reduction to main page content only.
   Header and footer navigation/CTA typography stays unchanged. */
body:not(.admin-app) main :where(
  .solution-hero-copy h1,
  .resource-article h1,
  .resource-hero h1,
  .commercial-hero h1,
  .pricing-hero h1,
  .cms-hero h1
) {
  line-height: 1.04 !important;
  letter-spacing: -0.045em !important;
}

body[data-solution-page] .solution-hero-copy h1 {
  max-width: 580px !important;
  font-size: clamp(29px, 3.02vw, 44px) !important;
}

body[data-solution-page] .solution-hero-copy > p {
  max-width: 590px !important;
  font-size: 13px !important;
  line-height: 1.62 !important;
}

body[data-resource-detail] .resource-article h1 {
  max-width: 720px !important;
  font-size: clamp(29px, 3.02vw, 44px) !important;
}

body:not(.admin-app) main .resource-hero h1 {
  font-size: clamp(41px, 5.95vw, 82px) !important;
}

body[data-commercial-hub] .commercial-hero h1,
body:not(.admin-app) main .pricing-hero h1,
body:not(.admin-app) main .cms-hero h1 {
  font-size: clamp(29px, 4.75vw, 52px) !important;
}

body[data-resource-detail] .article-body {
  font-size: 15.3px !important;
  line-height: 1.68 !important;
}

body[data-resource-detail] .article-body h2 {
  font-size: 29px !important;
}

body[data-resource-detail] .article-body h3 {
  font-size: 21px !important;
}

@media (max-width: 650px) {
  body[data-solution-page] .solution-hero-copy h1,
  body[data-resource-detail] .resource-article h1 {
    font-size: 36px !important;
  }

  body:not(.admin-app) main .resource-hero h1 {
    font-size: 44px !important;
  }
}

@media (max-width: 700px) {
  body[data-solution-page] .solution-features,
  body[data-solution-page] .solution-benefits,
  body[data-solution-page] .solution-resources,
  body[data-solution-page] .solution-related {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }
  body[data-solution-page] .serial-faqs-head {
    grid-template-columns: 1fr !important;
  }
  body[data-solution-page] .serial-faq-answer {
    padding-right: 0 !important;
  }
  body[data-solution-page] .serial-faq-answer p {
    min-width: 0 !important;
  }
  body[data-solution-page] .solution-mid-cta,
  body[data-solution-page] .solution-final-cta {
    padding: 24px !important;
  }
}

/* v13.8 shared catalog proof and insights blocks */
body[data-solution-page] .solution-live-proof {
  width: min(1180px, calc(100% - 48px));
  margin: 8px auto 12px !important;
  padding: 28px 36px 18px;
  border: 1px solid #cfe7ec;
  border-radius: 28px;
  background:
    radial-gradient(circle at 72% 40%, rgba(82, 174, 241, .18), transparent 32%),
    radial-gradient(circle at 48% 50%, rgba(40, 206, 197, .12), transparent 34%),
    linear-gradient(120deg, #ffffff 0%, #f2fffc 54%, #eff8ff 100%);
  box-shadow: 0 18px 55px rgba(7, 39, 60, .05);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, .72fr);
  gap: 18px 38px;
  align-items: center;
}

body[data-solution-page] .live-proof-copy h2 {
  margin: 12px 0 8px;
  color: #07182f;
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 1.02;
  letter-spacing: -.035em;
}

body[data-solution-page] .live-proof-copy h2 span {
  display: inline-block;
  color: #f5ad22;
  letter-spacing: .08em;
}

body[data-solution-page] .live-proof-copy p {
  max-width: 680px;
  margin: 0;
  color: #607487;
  font-size: 18px;
  line-height: 1.45;
}

body[data-solution-page] .live-proof-metric {
  text-align: center;
  align-self: center;
}

body[data-solution-page] .live-proof-metric small {
  display: block;
  color: #ff6858;
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: clamp(28px, 3.4vw, 48px);
  line-height: .78;
  transform: rotate(-5deg);
}

body[data-solution-page] .live-proof-metric strong {
  display: block;
  margin-top: -4px;
  background: linear-gradient(90deg, #2b80ee, #34bbf1);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: clamp(74px, 8vw, 120px);
  line-height: .9;
  letter-spacing: -.05em;
}

body[data-solution-page] .live-proof-metric span {
  display: block;
  color: #202b36;
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.25;
}

body[data-solution-page] .live-proof-logos {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 4px;
  padding-top: 10px;
  border-top: 1px solid rgba(8, 145, 151, .12);
}

body[data-solution-page] .live-proof-logos i {
  min-width: 136px;
  padding: 9px 20px;
  border: 1px solid #d9e9ec;
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  color: #31465d;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  text-align: center;
}

body[data-solution-page] .live-proof-company-logos {
  align-items: center;
}

body[data-solution-page] .live-proof-company-logos img {
  display: block;
  width: auto;
  max-width: 145px;
  height: 34px;
  object-fit: contain;
  filter: saturate(.9) contrast(1.02);
}

body[data-solution-page] .solution-live-proof + .solution-proof-strip {
  margin-top: 12px !important;
}

body[data-solution-page] .solution-resources > div:last-child {
  align-items: stretch;
}

body[data-solution-page] .solution-resources article {
  box-shadow: 0 16px 44px rgba(7, 39, 60, .06);
}

body[data-solution-page] .solution-resources article > img {
  min-height: 190px;
  background: linear-gradient(135deg, #eef9f8, #edf6ff);
}

body[data-solution-page] .resource-fallback-card .resource-fallback-visual {
  min-height: 190px;
  display: grid;
  place-items: center;
  gap: 8px;
  background:
    radial-gradient(circle at 65% 35%, rgba(181, 244, 61, .22), transparent 28%),
    linear-gradient(135deg, #e8fbf7, #eaf4ff);
}

body[data-solution-page] .resource-fallback-card .resource-fallback-visual span {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border-radius: 24px;
  background: linear-gradient(135deg, #2ed1c6, #52aef1);
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}

body[data-solution-page] .resource-fallback-card .resource-fallback-visual b {
  color: #07182f;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

@media (max-width: 800px) {
  body[data-solution-page] .solution-live-proof {
    grid-template-columns: 1fr;
    text-align: left;
    padding: 24px;
  }
  body[data-solution-page] .live-proof-metric {
    text-align: left;
  }
  body[data-solution-page] .live-proof-logos {
    justify-content: flex-start;
  }
}

/* v15.3 global public content scale: 10% leaner without shrinking header/footer controls */
body:not([data-admin]) main {
  font-size: 90%;
}

body[data-solution-page] .solution-detail-hero {
  padding-top: clamp(28px, 4vw, 54px) !important;
  padding-bottom: clamp(32px, 4.8vw, 62px) !important;
}

body[data-solution-page] .solution-hero-copy h1,
body[data-pricing-page] main h1,
body[data-commercial-hub] main h1,
.cms-page h1 {
  font-size: clamp(36px, 5vw, 66px) !important;
  line-height: 1.03 !important;
}

body[data-solution-page] .solution-hero-copy p,
body[data-solution-page] .solution-copy,
body[data-pricing-page] main p,
body[data-commercial-hub] main p,
.cms-page p {
  font-size: clamp(15px, 1.35vw, 19px) !important;
  line-height: 1.58 !important;
}

body[data-solution-page] .solution-section,
body[data-solution-page] .solution-capabilities,
body[data-solution-page] .solution-outcomes,
body[data-solution-page] .solution-resources,
body[data-solution-page] .solution-faq {
  padding-top: clamp(34px, 5vw, 66px) !important;
  padding-bottom: clamp(34px, 5vw, 66px) !important;
}

body[data-solution-page] .solution-section h2,
body[data-solution-page] .solution-capabilities h2,
body[data-solution-page] .solution-outcomes h2,
body[data-solution-page] .solution-faq h2,
body[data-solution-page] .article-section-head h2,
body[data-commercial-hub] main h2,
body[data-pricing-page] main h2 {
  font-size: clamp(28px, 4vw, 52px) !important;
  line-height: 1.05 !important;
}

body[data-solution-page] .solution-card h3,
body[data-solution-page] .module-card h3,
body[data-solution-page] .outcome-card h3 {
  font-size: clamp(18px, 1.8vw, 25px) !important;
  line-height: 1.15 !important;
}

body[data-solution-page] .solution-card p,
body[data-solution-page] .module-card p,
body[data-solution-page] .outcome-card p,
body[data-solution-page] .solution-faq p {
  font-size: 15px !important;
  line-height: 1.55 !important;
}

@media (max-width: 700px) {
  body:not([data-admin]) main {
    font-size: 92%;
  }
  body[data-solution-page] .solution-hero-copy h1,
  body[data-pricing-page] main h1,
  body[data-commercial-hub] main h1,
  .cms-page h1 {
    font-size: clamp(34px, 10vw, 48px) !important;
  }
}

/* v15.4 complete public website display reduction */
body:not(:has(.login-shell)):not(:has(.admin-shell)):not(:has(.admin-layout)) {
  zoom: .9;
}

body[data-resource-list] .resource-hero,
body[data-resource-detail] .article-layout,
body[data-solution-page] .solution-detail-hero,
body[data-commercial-hub] main,
body[data-pricing-page] main {
  transform-origin: top center;
}

body[data-resource-list] .resource-hero h1,
body:not(.admin-app) main .resource-hero h1 {
  font-size: clamp(30px, 3.75vw, 50px) !important;
  line-height: 1 !important;
  letter-spacing: -.035em !important;
}

body[data-resource-list] .resource-hero p {
  font-size: 14.5px !important;
  line-height: 1.45 !important;
}

/* v23.1 global media frame safety: keep images inside cards/frames */
.resource-card__image,
.resource-card .resource-card-image,
.article-card__image,
.article-card .article-card-image,
.post-card__image,
.post-card .post-card-image,
.catalog-card__image,
.catalog-card .catalog-card-image,
.product-card__image,
.product-card .product-card-image,
.solution-visual,
.solution-hero-visual,
.solution-media,
.cms-block-media,
.media-card__image,
.article-hero-image,
.article-featured-image {
  overflow: hidden !important;
}

.resource-card__image img,
.resource-card .resource-card-image img,
.article-card__image img,
.article-card .article-card-image img,
.post-card__image img,
.post-card .post-card-image img,
.catalog-card__image img,
.catalog-card .catalog-card-image img,
.product-card__image img,
.product-card .product-card-image img,
.solution-visual img,
.solution-hero-visual img,
.solution-media img,
.cms-block-media img,
.media-card__image img,
.article-hero-image img,
.article-featured-image img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
}

.resource-card__image img[src$=".svg"],
.article-card__image img[src$=".svg"],
.catalog-card__image img[src$=".svg"],
.product-card__image img[src$=".svg"],
.solution-visual img[src$=".svg"] {
  object-fit: contain !important;
}

/* v24.2 listing card/image cleanup: Products, Industries, Integrations, AI Solutions, Resources */
.commercial-grid,
.resource-grid {
  align-items: stretch !important;
}

.commercial-card,
.resource-card {
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

.commercial-card > img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9 !important;
  max-height: 220px !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: linear-gradient(135deg, #f6fffd, #eef7ff) !important;
  padding: 0 !important;
  border-radius: 18px 18px 0 0 !important;
  display: block !important;
}

.resource-card > a:first-child {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9 !important;
  overflow: hidden !important;
  background: linear-gradient(135deg, #f6fffd, #eef7ff) !important;
  border-radius: 22px 22px 0 0 !important;
  display: block !important;
}

.resource-card > a:first-child img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  padding: 0 !important;
  border-radius: 0 !important;
  display: block !important;
}

.commercial-card > div,
.resource-card > div {
  padding: clamp(18px, 2vw, 28px) !important;
}

.commercial-card h2,
.commercial-card h2 a,
.resource-card h2,
.resource-card h2 a {
  font-size: clamp(1.45rem, 1.7vw, 2.15rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.045em !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
}

.commercial-card p,
.resource-card p {
  font-size: clamp(.98rem, 1vw, 1.08rem) !important;
  line-height: 1.48 !important;
}

@media (min-width: 1180px) {
  .commercial-card > img {
    max-height: 205px !important;
  }

  .commercial-card h2,
  .commercial-card h2 a {
    font-size: clamp(1.35rem, 1.45vw, 1.9rem) !important;
  }
}

@media (max-width: 760px) {
  .commercial-grid,
  .resource-grid {
    grid-template-columns: 1fr !important;
  }

  .commercial-card > img {
    max-height: none !important;
  }
}

/* v24.3 listing card CTA-safe layout: prevent floating button overlap and card bottom clipping */
.commercial-grid,
.resource-grid {
  padding-bottom: clamp(88px, 8vw, 136px) !important;
}

.commercial-card,
.resource-card {
  height: auto !important;
  min-height: auto !important;
  overflow: hidden !important;
}

.commercial-card > div,
.resource-card > div {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  min-height: 0 !important;
  padding-bottom: clamp(24px, 2.3vw, 36px) !important;
}

.commercial-card ul,
.resource-card ul {
  margin-bottom: 18px !important;
}

.commercial-card a,
.resource-card a {
  overflow-wrap: anywhere !important;
}

.commercial-card .commercial-link,
.commercial-card a.commercial-link,
.resource-card .read-more,
.resource-card a.read-more {
  margin-top: auto !important;
  padding-top: 14px !important;
}

@media (min-width: 981px) {
  body:has(.commercial-grid) .floating-cta,
  body:has(.commercial-grid) .floating-action,
  body:has(.commercial-grid) .floating-contact,
  body:has(.commercial-grid) .lets-talk,
  body:has(.commercial-grid) .site-floating-cta,
  body:has(.commercial-grid) [class*="floating"][class*="cta"],
  body:has(.commercial-grid) [class*="floating"][class*="contact"],
  body:has(.resource-grid) .floating-cta,
  body:has(.resource-grid) .floating-action,
  body:has(.resource-grid) .floating-contact,
  body:has(.resource-grid) .lets-talk,
  body:has(.resource-grid) .site-floating-cta,
  body:has(.resource-grid) [class*="floating"][class*="cta"],
  body:has(.resource-grid) [class*="floating"][class*="contact"] {
    right: 18px !important;
    bottom: 18px !important;
    transform: scale(.82) !important;
    transform-origin: bottom right !important;
    z-index: 20 !important;
  }

  body:has(.commercial-grid) .commercial-grid,
  body:has(.resource-grid) .resource-grid {
    padding-right: clamp(0px, 6vw, 150px) !important;
  }
}

@media (max-width: 980px) {
  body:has(.commercial-grid) .floating-cta,
  body:has(.commercial-grid) .floating-action,
  body:has(.commercial-grid) .floating-contact,
  body:has(.commercial-grid) .lets-talk,
  body:has(.commercial-grid) .site-floating-cta,
  body:has(.commercial-grid) [class*="floating"][class*="cta"],
  body:has(.commercial-grid) [class*="floating"][class*="contact"],
  body:has(.resource-grid) .floating-cta,
  body:has(.resource-grid) .floating-action,
  body:has(.resource-grid) .floating-contact,
  body:has(.resource-grid) .lets-talk,
  body:has(.resource-grid) .site-floating-cta,
  body:has(.resource-grid) [class*="floating"][class*="cta"],
  body:has(.resource-grid) [class*="floating"][class*="contact"] {
    right: 12px !important;
    bottom: 12px !important;
    transform: scale(.76) !important;
    transform-origin: bottom right !important;
  }
}

/* v24.4 catalog/listing hardening: exact 3-column rows, no clipped media/text, compact CTA */
@media (min-width: 1180px) {
  .commercial-grid,
  .catalog-grid,
  .products-grid,
  .listing-grid,
  .resource-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: clamp(22px, 2vw, 34px) !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    overflow: visible !important;
  }
}

@media (min-width: 761px) and (max-width: 1179px) {
  .commercial-grid,
  .catalog-grid,
  .products-grid,
  .listing-grid,
  .resource-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 22px !important;
    padding-right: 0 !important;
    overflow: visible !important;
  }
}

@media (max-width: 760px) {
  .commercial-grid,
  .catalog-grid,
  .products-grid,
  .listing-grid,
  .resource-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    padding-right: 0 !important;
    overflow: visible !important;
  }
}

.commercial-card,
.catalog-card,
.product-card,
.listing-card,
.resource-card {
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: hidden !important;
  border-radius: clamp(20px, 1.8vw, 28px) !important;
}

.commercial-card > img,
.catalog-card > img,
.product-card > img,
.listing-card > img,
.resource-card > img,
.commercial-card__image,
.catalog-card__image,
.product-card__image,
.listing-card__image,
.resource-card__image,
.commercial-card__media,
.catalog-card__media,
.product-card__media,
.listing-card__media,
.resource-card__media {
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center !important;
  overflow: hidden !important;
  background: #f6fbfc !important;
}

.commercial-card__image img,
.catalog-card__image img,
.product-card__image img,
.listing-card__image img,
.resource-card__image img,
.commercial-card__media img,
.catalog-card__media img,
.product-card__media img,
.listing-card__media img,
.resource-card__media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block !important;
}

.commercial-card h2,
.commercial-card h2 a,
.catalog-card h2,
.catalog-card h2 a,
.product-card h2,
.product-card h2 a,
.listing-card h2,
.listing-card h2 a,
.resource-card h2,
.resource-card h2 a {
  font-size: clamp(1.28rem, 1.38vw, 1.72rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.035em !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

.commercial-card p,
.catalog-card p,
.product-card p,
.listing-card p,
.resource-card p {
  font-size: clamp(.92rem, .9vw, 1.02rem) !important;
  line-height: 1.42 !important;
}

@media (min-width: 981px) {
  body:has(.commercial-grid) .global-action-trigger,
  body:has(.catalog-grid) .global-action-trigger,
  body:has(.products-grid) .global-action-trigger,
  body:has(.listing-grid) .global-action-trigger,
  body:has(.resource-grid) .global-action-trigger {
    width: 64px !important;
    min-width: 64px !important;
    height: 64px !important;
    padding: 0 !important;
    border-radius: 999px !important;
    right: 18px !important;
    bottom: 18px !important;
    display: grid !important;
    place-items: center !important;
    z-index: 80 !important;
  }

  body:has(.commercial-grid) .global-action-trigger span,
  body:has(.commercial-grid) .global-action-trigger strong,
  body:has(.commercial-grid) .global-action-trigger b,
  body:has(.catalog-grid) .global-action-trigger span,
  body:has(.catalog-grid) .global-action-trigger strong,
  body:has(.catalog-grid) .global-action-trigger b,
  body:has(.products-grid) .global-action-trigger span,
  body:has(.products-grid) .global-action-trigger strong,
  body:has(.products-grid) .global-action-trigger b,
  body:has(.listing-grid) .global-action-trigger span,
  body:has(.listing-grid) .global-action-trigger strong,
  body:has(.listing-grid) .global-action-trigger b,
  body:has(.resource-grid) .global-action-trigger span,
  body:has(.resource-grid) .global-action-trigger strong,
  body:has(.resource-grid) .global-action-trigger b {
    display: none !important;
  }

  body:has(.commercial-grid) .global-action-trigger svg,
  body:has(.catalog-grid) .global-action-trigger svg,
  body:has(.products-grid) .global-action-trigger svg,
  body:has(.listing-grid) .global-action-trigger svg,
  body:has(.resource-grid) .global-action-trigger svg {
    width: 24px !important;
    height: 24px !important;
    margin: 0 !important;
  }
}
