/* Generated from styles.css for FTP-safe upload. Keep order. */
.backlight-label {
  left: 34px;
  bottom: 74px;
  transform: translateZ(48px);
}

.screen-grid {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 34px 34px;
}

.rgb-subpixels {
  position: absolute;
  inset: 0;
  opacity: 0.09;
  mix-blend-mode: screen;
  background:
    linear-gradient(90deg, rgba(255, 48, 72, 0.98) 0 31%, rgba(53, 232, 108, 0.98) 31% 64%, rgba(45, 137, 255, 0.98) 64% 100%);
  background-size: 18px 18px;
  animation: pixelShift 3.8s steps(6) infinite;
}

.rgb-pixel-grid {
  position: absolute;
  inset: 0;
  opacity: 0.34;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.16) 0 1px, transparent 1px 18px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.14) 0 1px, transparent 1px 18px),
    radial-gradient(circle at 18% 24%, rgba(255, 56, 80, 0.18), transparent 18%),
    radial-gradient(circle at 52% 48%, rgba(53, 232, 108, 0.16), transparent 22%),
    radial-gradient(circle at 76% 30%, rgba(45, 137, 255, 0.18), transparent 24%);
  background-size: 18px 18px, 18px 18px, 100% 100%, 100% 100%, 100% 100%;
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.26);
}

.rgb-wave {
  position: absolute;
  inset: -18% -24%;
  opacity: 0.18;
  mix-blend-mode: screen;
  background:
    linear-gradient(
      115deg,
      transparent 18%,
      rgba(255, 42, 72, 0.62) 31%,
      rgba(44, 232, 111, 0.62) 43%,
      rgba(45, 136, 255, 0.66) 55%,
      transparent 70%
    );
  transform: translateX(-38%);
  animation: rgbSweep 5.6s ease-in-out infinite;
}

.scanline {
  position: absolute;
  top: -40%;
  right: 0;
  left: 0;
  height: 40%;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.12), transparent);
  animation: scan 4.8s linear infinite;
}

@keyframes scan {
  to {
    top: 100%;
  }
}

@keyframes rgbSweep {
  0%,
  100% {
    transform: translateX(-42%);
  }

  52% {
    transform: translateX(34%);
  }
}

@keyframes pixelShift {
  0%,
  100% {
    background-position: 0 0;
  }

  50% {
    background-position: 18px 18px;
  }
}

@keyframes backlightPulse {
  0%,
  100% {
    opacity: 0.78;
  }

  50% {
    opacity: 1;
  }
}

.rgb-badges {
  position: absolute;
  top: 20px;
  left: 22px;
  display: flex;
  gap: 8px;
}

.rgb-badges span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(6px);
}

.rgb-badges span:nth-child(1) {
  box-shadow: inset 0 -18px 22px rgba(255, 42, 72, 0.48);
}

.rgb-badges span:nth-child(2) {
  box-shadow: inset 0 -18px 22px rgba(44, 232, 111, 0.48);
}

.rgb-badges span:nth-child(3) {
  box-shadow: inset 0 -18px 22px rgba(45, 136, 255, 0.52);
}

.screen-content {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  color: var(--white);
}

.screen-content span,
.screen-content small {
  display: block;
  color: rgba(255, 255, 255, 0.72);
}

.screen-content strong {
  display: block;
  margin: 8px 0;
  font-size: 38px;
}

.connector {
  position: absolute;
  right: -2%;
  bottom: -58%;
  width: 18%;
  height: 38%;
  border-radius: 6px;
  background:
    repeating-linear-gradient(90deg, rgba(115, 78, 16, 0.35) 0 2px, transparent 2px 10px),
    linear-gradient(180deg, #c68f28, #f2bd53);
  transform: translateZ(-12px);
}

.connector span {
  position: absolute;
  top: 12%;
  bottom: 12%;
  width: 2px;
  border-radius: 999px;
  background: rgba(96, 66, 16, 0.48);
}

.connector span:nth-child(1) {
  left: 22%;
}

.connector span:nth-child(2) {
  left: 38%;
}

.connector span:nth-child(3) {
  left: 54%;
}

.connector span:nth-child(4) {
  left: 70%;
}

.board {
  position: absolute;
  right: -7%;
  bottom: -84%;
  display: flex;
  width: 25%;
  height: 22%;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 8px;
  background: #144a43;
  box-shadow: 0 18px 42px rgba(20, 74, 67, 0.28);
  transform: translateZ(-8px);
}

.board span {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #85d2ba;
}

.spec-orbit {
  position: absolute;
  padding: 12px 14px;
  border: 1px solid rgba(217, 225, 232, 0.8);
  border-radius: 999px;
  color: var(--steel);
  font-size: 13px;
  font-weight: 750;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 36px rgba(31, 43, 55, 0.12);
}

.orbit-a {
  top: 56px;
  right: 10px;
}

.orbit-b {
  bottom: 18px;
  left: 18px;
}

.orbit-c {
  right: 14px;
  bottom: 186px;
}

.logo-strip {
  display: flex;
  width: min(1180px, calc(100% - 32px));
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin: 18px auto 74px;
  padding: 18px 20px;
  border: 1px solid rgba(20, 28, 34, 0.08);
  border-radius: var(--radius);
  color: #3d4953;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(244, 248, 250, 0.72)),
    rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 48px rgba(19, 30, 40, 0.07);
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 86px 0;
}

.intro {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 64px;
  align-items: start;
}

.section-heading > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.brand-card {
  position: relative;
  display: grid;
  min-height: 144px;
  align-content: center;
  gap: 12px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid rgba(217, 225, 232, 0.86);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(244, 248, 250, 0.78)),
    rgba(255, 255, 255, 0.78);
  box-shadow:
    0 18px 46px rgba(31, 43, 55, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

.brand-card::before {
  position: absolute;
  top: 0;
  right: -22%;
  width: 72%;
  height: 100%;
  content: "";
  background: linear-gradient(115deg, transparent, rgba(18, 184, 215, 0.08), transparent);
  transform: skewX(-16deg);
  transition: translate 0.28s ease;
}

.brand-card:hover::before {
  translate: -32px 0;
}

.brand-logo {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 58px;
  object-fit: contain;
  object-position: left center;
}

.brand-logo {
  display: block;
  max-width: 174px;
}

.hkc-logo {
  max-width: 168px;
}

.brand-card span {
  position: relative;
  z-index: 1;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.csot-logo {
  max-width: 186px;
}

.capabilities {
  display: grid;
  width: min(1180px, calc(100% - 32px));
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 0 auto;
  padding-bottom: 72px;
}

.capability-card,
.industry-grid article,
.timeline div,
.finder-panel,
.rfq-form {
  border: 1px solid rgba(217, 225, 232, 0.92);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 46px rgba(31, 43, 55, 0.08);
}

.capability-card {
  min-height: 280px;
  padding: 28px;
}

.capability-card.featured {
  color: var(--white);
  background:
    linear-gradient(160deg, rgba(18, 184, 215, 0.32), transparent 44%),
    linear-gradient(135deg, #151b21, #23313b);
}

.capability-card p,
.industry-grid p,
.timeline p {
  color: var(--muted);
  line-height: 1.65;
}

.capability-card.featured p {
  color: rgba(255, 255, 255, 0.74);
}

.icon {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 44px;
  border-radius: 7px;
  color: var(--white);
  font-weight: 850;
  background: var(--cyan);
}

.featured .icon {
  color: var(--ink);
  background: var(--amber);
}

.model-examples {
  padding-top: 28px;
}

.model-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.model-grid article {
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(217, 225, 232, 0.92);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(247, 249, 251, 0.78)),
    linear-gradient(135deg, rgba(18, 184, 215, 0.1), transparent 42%);
  box-shadow: 0 18px 46px rgba(31, 43, 55, 0.07);
}

.model-grid span {
  display: inline-flex;
  margin-bottom: 24px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #087d91;
  background: rgba(18, 184, 215, 0.1);
  font-size: 12px;
  font-weight: 850;
}

.model-grid p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.seo-model-note {
  display: grid;
  grid-template-columns: 0.42fr 1fr;
  gap: 18px;
  align-items: center;
  margin-top: 18px;
  padding: 18px 20px;
  border: 1px solid rgba(18, 184, 215, 0.2);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(18, 184, 215, 0.12), rgba(255, 255, 255, 0.76)),
    rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.seo-model-note strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.25;
}

.seo-model-note span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.seo-brand-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 18px;
}

.seo-brand-card {
  display: flex;
  min-height: 346px;
  flex-direction: column;
  gap: 14px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(206, 216, 225, 0.9);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(241, 247, 249, 0.78)),
    radial-gradient(circle at 18% 0%, rgba(18, 184, 215, 0.16), transparent 36%);
  box-shadow: 0 18px 46px rgba(31, 43, 55, 0.08);
}

.seo-brand-kicker {
  color: #087d91;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.seo-brand-title {
  margin: 0;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.26;
}

.seo-brand-copy,
.seo-source-label {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.seo-model-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.seo-model-tags li {
  padding: 7px 9px;
  border: 1px solid rgba(18, 184, 215, 0.16);
  border-radius: 7px;
  color: #14242f;
  background: rgba(255, 255, 255, 0.76);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.seo-source-label {
  padding-top: 12px;
  border-top: 1px solid rgba(206, 216, 225, 0.72);
  font-size: 12px;
}

.guide-page {
  overflow: clip;
}

.guide-hero {
  display: grid;
  width: min(1180px, calc(100% - 32px));
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.62fr);
  gap: 42px;
  align-items: stretch;
  margin: 0 auto;
  padding: 146px 0 70px;
}

.guide-hero-copy,
.guide-panel,
.guide-rfq {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(206, 216, 225, 0.88);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(242, 248, 250, 0.86)),
    rgba(255, 255, 255, 0.82);
  box-shadow: 0 22px 58px rgba(31, 43, 55, 0.09);
}

.guide-hero-copy {
  padding: 42px;
}

.guide-hero-copy::before,
.guide-panel::before,
.guide-rfq::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(110deg, rgba(18, 184, 215, 0.14), transparent 32%),
    repeating-linear-gradient(90deg, rgba(16, 20, 24, 0.035) 0 1px, transparent 1px 78px);
}

.guide-hero-copy > *,
.guide-panel > *,
.guide-rfq > * {
  position: relative;
  z-index: 1;
}

.guide-hero h1 {
  margin: 0;
  max-width: 820px;
  font-size: clamp(46px, 6.2vw, 84px);
  line-height: 0.94;
}

.guide-hero-text {
  max-width: 760px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.guide-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.guide-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 36px 0 0;
}

.guide-stat {
  min-height: 94px;
  padding: 18px;
  border: 1px solid rgba(206, 216, 225, 0.82);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.7);
}

.guide-stat dt {
  color: var(--ink);
  font-size: 32px;
  font-weight: 880;
  line-height: 1;
}

.guide-stat dd {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 780;
}

.guide-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px;
}

.guide-panel-kicker,
.article-kicker {
  color: #087d91;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.guide-panel h2 {
  margin: 16px 0 0;
  font-size: 32px;
  line-height: 1.08;
}

