.support-body {
  min-height: 100vh;
  font-size: 0.9375rem;
}

.support-body .lead {
  font-size: 1.08rem;
}

.support-body .display-6 {
  font-size: calc(1.28rem + 1.55vw);
}

.support-body .h4,
.support-body h2.h4 {
  font-size: 1.18rem;
}

.support-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.support-topbar {
  backdrop-filter: blur(6px);
  z-index: 1030;
}

.support-brand-logo {
  display: flex;
  align-items: center;
}

.support-brand-logo img {
  display: block;
  width: 136px;
  height: auto;
  object-fit: contain;
}

.support-brand-copy {
  display: grid;
  gap: .22rem;
  align-items: center;
  padding-left: .15rem;
}

.support-brand-title {
  color: #0b2232;
  font-size: 1.18rem;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}

.support-brand-subtitle {
  color: #64748b;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .045em;
  line-height: 1.1;
  text-transform: uppercase;
}

.support-hero-panel {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(116, 170, 196, .28), transparent 34%),
    linear-gradient(135deg, #081b28 0%, #0d2a3c 45%, #12344a 100%);
}

.support-hero-panel::after {
  content: "";
  position: absolute;
  inset: auto -8% -46% 52%;
  height: 320px;
  background: radial-gradient(ellipse at center, rgba(255,255,255,.20), transparent 68%);
  pointer-events: none;
}

.support-hero-panel > .row {
  position: relative;
  z-index: 1;
}

.support-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
}

.support-serial-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: .45rem 1rem;
  border-radius: 999px;
  background: #fff;
  color: #081b28;
  font-size: .88rem;
  font-weight: 700;
  line-height: 1.1;
}

.support-product-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .65rem;
}

.support-product-spec-section[hidden] {
  display: none !important;
}

.support-product-spec {
  min-width: 0;
  padding: .75rem .85rem;
  border: 1px solid #dbe5ee;
  border-radius: .85rem;
  background: #f8fafc;
}

.support-product-spec span,
.support-product-spec strong {
  display: block;
  line-height: 1.15;
}

.support-product-spec span {
  margin-bottom: .18rem;
  color: #64748b;
  font-size: .75rem;
  font-weight: 700;
}

.support-product-spec strong {
  color: #0b2232;
  font-size: .96rem;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.support-product-visual {
  min-height: 230px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.support-product-visual img {
  display: block;
  width: min(100%, 440px);
  max-height: 240px;
  object-fit: contain;
  filter: drop-shadow(0 18px 22px rgba(0,0,0,.30));
}

.support-product-visual[hidden] {
  display: none !important;
}

.support-summary-panel {
  height: 100%;
  padding: 1.15rem 1.25rem;
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 1.25rem;
  background: rgba(255,255,255,.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(8px);
}

.support-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
}

.support-summary-grid > div {
  min-width: 0;
  padding-top: .65rem;
  border-top: 1px solid rgba(255,255,255,.18);
}

.support-summary-grid span,
.support-summary-grid strong {
  display: block;
}

.support-summary-grid span {
  margin-bottom: .15rem;
  color: rgba(255,255,255,.72);
  font-size: .8rem;
}

.support-summary-grid strong {
  color: #fff;
  font-size: .98rem;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.support-summary-wide {
  grid-column: 1 / -1;
}

#support_doc_list .support-doc-card {
  transition: transform .15s ease, box-shadow .15s ease;
}

#support_doc_list .support-doc-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.08);
}

.support-trace-card {
  border: 1px solid #e4ebf2;
  border-radius: 1rem;
  overflow: hidden;
}

.support-trace-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem 1.5rem;
  border-bottom: 1px solid #edf2f7;
}

.support-trace-body {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: 0;
}

.support-trace-compose,
.support-trace-status,
.support-trace-events {
  padding: 1.35rem 1.5rem;
}

.support-trace-compose {
  border-right: 1px solid #edf2f7;
}

.support-trace-status {
  background: #f8fafc;
}

.support-trace-events {
  grid-column: 1 / -1;
  border-top: 1px solid #edf2f7;
}

.support-trace-section-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.support-trace-section-head span {
  color: #64748b;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.support-trace-section-head strong {
  color: #0b2232;
  font-size: .92rem;
  overflow-wrap: anywhere;
  text-align: right;
}

.support-component-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
}

.support-component-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: .75rem;
  padding: .85rem .95rem;
  border: 1px solid #dbe5ee;
  border-radius: .85rem;
  background: #fff;
}

.support-component-row span,
.support-component-row strong,
.support-component-row small {
  display: block;
}

.support-component-row span,
.support-component-row small {
  color: #64748b;
  font-size: .75rem;
  font-weight: 700;
}

.support-component-row strong {
  color: #0b2232;
  font-size: .98rem;
  overflow-wrap: anywhere;
}

.support-component-row small {
  text-align: right;
  opacity: .72;
}

.support-trace-kpis {
  display: grid;
  gap: .8rem;
}

.support-trace-kpis > div {
  padding-bottom: .8rem;
  border-bottom: 1px solid #dbe5ee;
}

.support-trace-kpis > div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.support-trace-kpis span,
.support-trace-kpis strong {
  display: block;
}

.support-trace-kpis span {
  color: #64748b;
  font-size: .78rem;
  font-weight: 700;
}

.support-trace-kpis strong {
  margin-top: .18rem;
  color: #0b2232;
  font-size: 1rem;
  overflow-wrap: anywhere;
}

.support-event-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem 1.2rem;
}

.support-event-row {
  position: relative;
  display: grid;
  grid-template-columns: 12px minmax(0, 1fr);
  gap: .75rem;
}

.support-event-dot {
  width: 10px;
  height: 10px;
  margin-top: .38rem;
  border-radius: 999px;
  background: #0d6efd;
  box-shadow: 0 0 0 4px rgba(13,110,253,.12);
}

.support-event-main {
  min-width: 0;
  padding-bottom: .75rem;
  border-bottom: 1px solid #edf2f7;
}

.support-event-main strong {
  color: #0b2232;
}

.support-event-main span,
.support-event-meta {
  color: #64748b;
  font-size: .82rem;
}

.support-empty-state {
  display: flex;
  align-items: center;
  gap: .85rem;
  padding: 1rem;
  border: 1px solid #dbe5ee;
  border-radius: .85rem;
  background: #f8fafc;
}

.support-empty-state i {
  color: #0d6efd;
  font-size: 1.25rem;
}

.support-empty-state strong,
.support-empty-state span {
  display: block;
}

.support-empty-state span {
  color: #64748b;
  font-size: .88rem;
}

.support-carbon-declaration {
  display: grid;
  gap: 1rem;
}

.support-carbon-hero {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid #dbe5ee;
  border-radius: .95rem;
  background: linear-gradient(135deg, #f8fafc 0%, #eef6f9 100%);
}

.support-carbon-eyebrow {
  color: #64748b;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.support-carbon-value {
  margin-top: .25rem;
  color: #0b2232;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  font-weight: 850;
  line-height: 1.05;
}

.support-carbon-subvalue {
  margin-top: .35rem;
  color: #64748b;
  font-size: .88rem;
  font-weight: 650;
}

.support-carbon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #e9f8f0;
  color: #176b3a;
  font-size: 1.2rem;
  flex: 0 0 auto;
}

.support-carbon-facts,
.support-carbon-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .65rem;
}

.support-carbon-facts > div,
.support-carbon-grid > div {
  min-width: 0;
  padding: .8rem .9rem;
  border: 1px solid #dbe5ee;
  border-radius: .85rem;
  background: #fff;
}

.support-carbon-facts span,
.support-carbon-facts strong,
.support-carbon-grid span,
.support-carbon-grid strong {
  display: block;
}

.support-carbon-facts span,
.support-carbon-grid span {
  margin-bottom: .18rem;
  color: #64748b;
  font-size: .73rem;
  font-weight: 800;
}

.support-carbon-facts strong,
.support-carbon-grid strong {
  color: #0b2232;
  font-size: .9rem;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.support-carbon-breakdown {
  padding: .95rem;
  border: 1px solid #dbe5ee;
  border-radius: .95rem;
  background: #fff;
}

.support-carbon-section-title {
  margin-bottom: .85rem;
  color: #0b2232;
  font-size: .86rem;
  font-weight: 850;
}

.support-carbon-stage {
  margin-bottom: .85rem;
  opacity: .98;
}

.support-carbon-stage:last-child {
  margin-bottom: 0;
}

.support-carbon-stage-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: .35rem;
}

.support-carbon-stage-head span {
  color: #334155;
  font-size: .82rem;
  font-weight: 750;
}

.support-carbon-stage-head strong {
  color: #64748b;
  font-size: .78rem;
  font-weight: 750;
  text-align: right;
}

.support-carbon-track {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #e2e8f0;
}

.support-carbon-track > div {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.18) 42%, rgba(255,255,255,0) 58%),
    linear-gradient(90deg, #0b2232 0%, #17394b 42%, #4d8fa6 52%, #17394b 62%, #0b2232 100%);
  background-size: 180px 100%, 220% 100%;
  background-position: -180px 0, 0 0;
  transform: scaleX(var(--carbon-scale, 0));
  transform-origin: left center;
  transition: transform 1600ms cubic-bezier(.22, 1, .36, 1);
}

.support-carbon-track > div::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 45%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.34), transparent);
  transform: translateX(-130%);
}

#support_co2_card.is-animated .support-carbon-track > div {
  animation: supportCarbonFlow 5.8s linear infinite;
}

#support_co2_card.is-animated .support-carbon-track > div::after {
  animation: supportCarbonSheen 4.8s ease-in-out infinite;
}

#support_co2_card.is-animated .support-carbon-stage:nth-child(2n) .support-carbon-track > div::after {
  animation-delay: .45s;
}

#support_co2_card.is-animated .support-carbon-stage:nth-child(3n) .support-carbon-track > div::after {
  animation-delay: .9s;
}

.support-carbon-stage-head strong {
  font-variant-numeric: tabular-nums;
}

.support-carbon-stage:hover .support-carbon-track > div {
  filter: brightness(1.12);
}

.support-carbon-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  color: #64748b;
  font-size: .84rem;
  line-height: 1.45;
}

.support-carbon-footer strong,
.support-carbon-footer span {
  display: block;
}

.support-carbon-footer strong {
  color: #334155;
  font-weight: 750;
}

.support-carbon-empty {
  display: flex;
  gap: .9rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid #dbe5ee;
  border-radius: .95rem;
  background: #f8fafc;
}

.support-carbon-empty i {
  color: #0d6efd;
  font-size: 1.25rem;
}

.support-carbon-empty strong,
.support-carbon-empty span {
  display: block;
}

.support-carbon-empty span {
  color: #64748b;
  font-size: .88rem;
}

.support-component-environment {
  display: grid;
  gap: 1rem;
}

.support-component-env-hero {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid #dbe5ee;
  border-radius: .95rem;
  background: linear-gradient(135deg, #f8fafc 0%, #eef6f9 100%);
}

.support-component-env-title {
  margin-top: .25rem;
  color: #0b2232;
  font-size: clamp(1.22rem, 2vw, 1.55rem);
  font-weight: 850;
  line-height: 1.1;
}

.support-component-env-hero p {
  margin: .55rem 0 0;
  color: #52657a;
  font-size: .9rem;
  line-height: 1.45;
}

.support-component-env-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #e9f8f0;
  color: #176b3a;
  font-size: 1.15rem;
  flex: 0 0 auto;
}

.support-component-env-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .65rem;
}

.support-component-env-facts > div {
  min-width: 0;
  padding: .8rem .9rem;
  border: 1px solid #dbe5ee;
  border-radius: .85rem;
  background: #fff;
}

.support-component-env-facts span,
.support-component-env-facts strong {
  display: block;
}

.support-component-env-facts span {
  margin-bottom: .18rem;
  color: #64748b;
  font-size: .73rem;
  font-weight: 800;
}

.support-component-env-facts strong {
  color: #0b2232;
  font-size: .9rem;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.support-component-env-note {
  color: #64748b;
  font-size: .84rem;
  line-height: 1.45;
}

.support-component-env-note strong,
.support-component-env-note span {
  display: block;
}

.support-component-env-note strong {
  color: #334155;
  font-weight: 750;
}

@media (max-width: 991.98px) {
  .support-hero-panel {
    border-radius: 1.25rem !important;
  }

  .support-product-visual img {
    max-height: 230px;
  }
}

@media (max-width: 575.98px) {
  .support-product-specs,
  .support-summary-grid,
  .support-carbon-facts,
  .support-carbon-grid,
  .support-component-env-facts {
    grid-template-columns: 1fr;
  }

  .support-carbon-hero,
  .support-carbon-footer,
  .support-component-env-hero {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .support-carbon-track > div {
    transition: none;
    animation: none;
  }

  .support-carbon-track > div::after {
    animation: none;
    content: none;
  }
}

@keyframes supportCarbonSheen {
  0% {
    transform: translateX(-130%);
    opacity: 0;
  }
  18% {
    opacity: .85;
  }
  55% {
    opacity: .55;
  }
  100% {
    transform: translateX(240%);
    opacity: 0;
  }
}

@keyframes supportCarbonFlow {
  0% {
    background-position: -180px 0, 0 0;
  }
  100% {
    background-position: 320px 0, 220% 0;
  }
}

@media (max-width: 991.98px) {
  .support-trace-body,
  .support-component-list,
  .support-event-list {
    grid-template-columns: 1fr;
  }

  .support-trace-compose {
    border-right: 0;
    border-bottom: 1px solid #edf2f7;
  }
}

.support-doc-card {
  min-height: 160px;
  display: flex;
  align-items: center;
}

.support-doc-layout {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 1.25rem;
  align-items: center;
}

.support-doc-main {
  min-width: 0;
}

.support-doc-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 1rem;
  min-height: 2.8rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #1f2937;
}

.support-doc-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.support-doc-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.support-doc-btn {
  width: 140px;
  min-width: 140px;
  height: 78px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .35rem;
  font-weight: 600;
}

.support-doc-btn i {
  font-size: 1.1rem;
  line-height: 1;
}

.support-doc-btn span {
  line-height: 1;
}

@media (max-width: 767.98px) {
  .support-doc-layout {
    grid-template-columns: 1fr;
  }

  .support-doc-actions {
    justify-content: flex-start;
  }

  .support-doc-btn {
    width: 100%;
    min-width: 0;
    height: 54px;
    flex-direction: row;
    gap: .5rem;
  }

  .support-doc-title {
    min-height: auto;
  }
}

#support_co2_card .badge {
  max-width: 100%;
  font-size: 0.8rem;
  padding: 0.45rem 0.65rem;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.2;
  text-align: left;
}

#support_co2_card .d-flex.flex-wrap {
  align-items: flex-start;
}
