body {
  background:
    radial-gradient(
      circle at 50% -10%,
      rgba(41, 151, 255, 0.08),
      transparent 32rem
    ),
    var(--forge-bg);
}

.forge-studio-haze--top {
  background: radial-gradient(
    ellipse,
    rgba(41, 151, 255, 0.1) 0%,
    transparent 70%
  );
}

.forge-studio-haze--lower-left {
  background: radial-gradient(
    circle,
    rgba(41, 151, 255, 0.06) 0%,
    transparent 65%
  );
}

.forge-masthead {
  background: rgba(5, 5, 6, 0.72);
  backdrop-filter: saturate(140%) blur(18px);
  -webkit-backdrop-filter: saturate(140%) blur(18px);
}

.forge-masthead__row {
  min-height: 58px;
  padding-block: 10px;
}

.forge-brand-link {
  font-weight: 650;
  letter-spacing: -0.025em;
}

.forge-brand-link__glyph {
  width: 28px;
  height: 28px;
  color: #f5f5f7;
  background: linear-gradient(145deg, #2c3038, #111318);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.1),
    0 8px 22px rgba(0, 0, 0, 0.32);
}

.forge-action {
  border-radius: 9px;
  font-weight: 560;
}

.forge-action--violet {
  background: #2997ff;
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.22),
    0 10px 28px -10px rgba(41, 151, 255, 0.72);
}

.forge-action--violet:hover {
  background: #1689f7;
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.22),
    0 16px 36px -12px rgba(41, 151, 255, 0.78);
}

.forge-label-pill {
  padding: 5px 10px;
  border-radius: 7px;
  color: #b7bbc2;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

section {
  padding-block: 92px;
}

.forge-hero-stage {
  padding: 86px 0 54px;
}

.forge-hero-stage h1 {
  max-width: 900px;
  margin-bottom: 18px;
  font-size: clamp(42px, 6.4vw, 76px);
  font-weight: 680;
  line-height: 0.99;
  letter-spacing: -0.052em;
}

.forge-hero-stage p {
  max-width: 620px;
  margin-bottom: 0;
  color: #9da1aa;
  font-size: clamp(15px, 1.8vw, 18px);
  line-height: 1.55;
}

.forge-hero-actions {
  display: grid;
  place-items: center;
  gap: 11px;
  margin-top: 28px;
}

.forge-hero-actions > span {
  color: #6f737c;
  font-size: 12px;
}

.forge-demo-frame {
  max-width: 1120px;
  margin-top: 52px;
  border-radius: 18px;
  background: #08090b;
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow:
    0 60px 140px -54px rgba(0, 0, 0, 0.92),
    0 0 70px -35px rgba(41, 151, 255, 0.45);
}

.forge-proof-section {
  padding-top: 38px;
}
.forge-insight-panel {
  border-radius: 22px;
  background: rgba(12, 14, 17, 0.86);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.forge-section-heading--compact {
  margin-bottom: 34px;
}
.forge-section-heading p {
  max-width: 560px;
  margin: 14px auto 0;
  color: var(--forge-muted);
}
.forge-metric-tile__value {
  font-size: clamp(24px, 3vw, 34px);
}

.forge-process-card,
.forge-usecase-tile,
.forge-quote-card,
.forge-creator-note,
.forge-plan-card,
.forge-compare-column,
.forge-faq-row {
  background: linear-gradient(
    145deg,
    rgba(19, 22, 27, 0.94),
    rgba(10, 12, 15, 0.96)
  );
  border-color: rgba(255, 255, 255, 0.09);
  border-radius: 16px;
}

.forge-process-card__tag {
  color: #7ac5ff;
  background: rgba(41, 151, 255, 0.1);
  border-color: rgba(41, 151, 255, 0.25);
}

.forge-feature-collage {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    #080a0d;
  background-size: 28px 28px;
}

.forge-feature-collage .forge-feature-collage__rear {
  inset: 12% 8% auto auto;
  width: 56%;
  height: 68%;
  border: 1px solid rgba(100, 210, 255, 0.24);
  background:
    linear-gradient(
      135deg,
      transparent 48%,
      rgba(100, 210, 255, 0.18) 49%,
      rgba(100, 210, 255, 0.18) 51%,
      transparent 52%
    ),
    rgba(41, 151, 255, 0.03);
}

.forge-feature-collage .forge-feature-collage__front {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #07080a;
}

.forge-feature-collage__front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.forge-icon-tile,
.forge-usecase-tile__icon {
  color: #64d2ff;
  font-size: 16px;
}

.forge-engineering-gallery {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: #07080a;
  box-shadow: 0 40px 100px -56px rgba(41, 151, 255, 0.55);
}

.forge-engineering-gallery > img {
  display: block;
  width: 100%;
}

.forge-engineering-gallery figcaption {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #0d0f12;
}

.forge-engineering-gallery figcaption span {
  padding: 10px 14px;
  color: #777c86;
  font-size: 10px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.forge-output-board {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  overflow: hidden;
  background: #090b0e;
}

.forge-output-board__spec {
  display: grid;
  gap: 28px;
  min-height: 150px;
  padding: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.forge-output-board__spec span {
  color: #717680;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.forge-output-board__spec strong {
  align-self: end;
  color: #eef0f3;
  font-size: 17px;
  font-weight: 560;
}

.forge-print-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  align-items: center;
  gap: 54px;
  overflow: hidden;
  padding: 52px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background:
    radial-gradient(
      circle at 86% 12%,
      rgba(41, 151, 255, 0.13),
      transparent 34%
    ),
    linear-gradient(145deg, rgba(17, 20, 25, 0.98), rgba(8, 10, 13, 0.98));
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.035),
    0 50px 120px -76px rgba(41, 151, 255, 0.7);
}

.forge-print-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 32px 32px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 58%, #000);
  mask-image: linear-gradient(90deg, transparent, #000 58%, #000);
}

.forge-print-copy,
.forge-print-preview {
  position: relative;
  z-index: 1;
}

.forge-print-copy .forge-label-pill {
  margin-bottom: 22px;
}

.forge-print-copy h2 {
  margin-bottom: 16px;
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 680;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.forge-print-copy > p {
  max-width: 470px;
  color: var(--forge-muted);
  font-size: 15px;
  line-height: 1.65;
}

.forge-print-list {
  display: grid;
  gap: 0;
  margin: 28px 0 30px;
  list-style: none;
}

.forge-print-list li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.075);
  color: #858a94;
  font-size: 13px;
  line-height: 1.5;
}

.forge-print-list li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
}

.forge-print-list strong {
  display: block;
  margin-bottom: 2px;
  color: #eff1f4;
  font-size: 14px;
  font-weight: 580;
}

.forge-print-list__icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(100, 210, 255, 0.22);
  border-radius: 10px;
  background: rgba(41, 151, 255, 0.08);
  color: #64d2ff;
}

.forge-print-list__icon svg {
  width: 18px;
  height: 18px;
}

.forge-print-preview {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 16px;
  background: #080a0d;
  box-shadow:
    0 30px 80px -42px rgba(0, 0, 0, 0.95),
    0 22px 70px -48px rgba(41, 151, 255, 0.7);
  transition:
    transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.3s ease;
}

.forge-print-preview:hover {
  transform: translateY(-4px);
  border-color: rgba(100, 210, 255, 0.26);
}

.forge-print-preview__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 48px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, #15181d, #0f1115);
  color: #90959f;
  font-size: 11px;
}

.forge-print-preview__file,
.forge-print-preview__status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.forge-print-preview__file svg {
  width: 15px;
  height: 15px;
  color: #64d2ff;
}

.forge-print-preview__status {
  color: #b5bac3;
}

.forge-print-preview__status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #30d158;
  box-shadow: 0 0 12px rgba(48, 209, 88, 0.5);
}

.forge-print-preview__canvas {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(100, 210, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(100, 210, 255, 0.035) 1px, transparent 1px),
    #050608;
  background-size: 28px 28px;
}

.forge-print-preview__canvas::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.24);
}

.forge-print-preview__canvas img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.forge-print-preview__details {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.08);
}

.forge-print-preview__details > span {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 13px 12px;
  background: #0d0f12;
}

.forge-print-preview__details small {
  color: #696f79;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.forge-print-preview__details strong {
  overflow: hidden;
  color: #d7dae0;
  font-size: 11px;
  font-weight: 560;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.forge-workflow-media {
  background:
    linear-gradient(180deg, rgba(41, 151, 255, 0.17), rgba(41, 151, 255, 0.03)),
    #0a0c0f;
  border: 1px solid rgba(41, 151, 255, 0.22);
}

.forge-workflow-media .forge-workflow-media__image {
  background-image: url("../../media/images/cad-output-gallery.png");
  background-position: 67% 55%;
}

.forge-prompt-result {
  display: grid;
  grid-template-rows: 1fr auto;
  overflow: hidden;
  background: #07080a;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.forge-prompt-result > img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.forge-prompt-result figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #7c818b;
  font-size: 10px;
}

.forge-prompt-result figcaption i {
  width: 24px;
  height: 1px;
  background: #2997ff;
}

.forge-closing-panel {
  padding-bottom: 58px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(145deg, #0a4e8c, #0b79d0);
  background-size:
    36px 36px,
    36px 36px,
    auto;
}

.forge-closing-panel p {
  position: relative;
  z-index: 1;
  margin: -20px auto 26px;
  color: rgba(255, 255, 255, 0.74);
}

.forge-sticky-offer {
  background: rgba(13, 15, 18, 0.9);
  border-radius: 13px;
}

@media (max-width: 960px) {
  .forge-print-panel {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 44px;
  }
  .forge-print-copy {
    max-width: 680px;
  }
}

@media (max-width: 720px) {
  section {
    padding-block: 70px;
  }
  .forge-print-panel {
    padding: 34px;
    border-radius: 18px;
  }
  .forge-print-preview__details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .forge-hero-stage {
    padding-top: 68px;
  }
  .forge-engineering-gallery figcaption {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .forge-shell {
    padding-inline: 18px;
  }
  .forge-hero-stage h1 {
    font-size: 43px;
  }
  .forge-hero-stage p {
    font-size: 15px;
  }
  .forge-demo-frame {
    margin-top: 38px;
    border-radius: 13px;
  }
  .forge-insight-panel {
    padding: 38px 22px;
  }
  .forge-print-panel {
    gap: 32px;
    padding: 28px 20px 20px;
    border-radius: 15px;
  }
  .forge-print-copy h2 {
    font-size: 34px;
  }
  .forge-print-copy > p {
    font-size: 14px;
  }
  .forge-print-list {
    margin-block: 24px 26px;
  }
  .forge-print-preview {
    border-radius: 12px;
  }
  .forge-print-preview__toolbar {
    min-height: 44px;
    padding-inline: 12px;
  }
  .forge-print-preview__status {
    font-size: 10px;
  }
  .forge-print-preview__details > span {
    padding: 11px 10px;
  }
  .forge-output-board {
    grid-template-columns: 1fr;
  }
  .forge-output-board__spec {
    min-height: 120px;
  }
  .forge-engineering-gallery {
    border-radius: 12px;
  }
  .forge-engineering-gallery figcaption {
    display: none;
  }
  .forge-sticky-offer {
    width: calc(100% - 24px);
    justify-content: space-between;
    padding-left: 12px;
  }
  .forge-sticky-offer__copy {
    display: none;
  }
}
