/* ══════════════════════════════════════════════════════════
   Fuse X1 Landing — page-fuse-x1.css (extends page-fuse-blast.css)
   3DPrint.ua / blocksy-child · v1.0.0
   ══════════════════════════════════════════════════════════ */

/* ─── Positioning band ─── */
.fx-band { background: var(--fl-bg-3); border-top: 1px solid var(--fl-line-d); border-bottom: 1px solid var(--fl-line-d); padding: 38px 0; }
.fx-band-text { font-size: 22px; line-height: 1.45; font-weight: 700; color: var(--fl-signal); max-width: 980px; }
.fx-band-text span { color: var(--fl-paper); font-weight: 500; font-size: 18px; }

/* ─── Comparison ─── */
.fx-compare { padding: 84px 0; background: var(--fl-bg); }
.fx-cmp-grid { margin-top: 40px; border: 1px solid var(--fl-line-d); border-radius: 8px; overflow: hidden; background: var(--fl-bg-2); }
.fx-cmp-row { display: grid; grid-template-columns: 1.4fr 1.2fr 1fr; align-items: center; }
.fx-cmp-row > div { padding: 16px 22px; font-size: 14px; border-bottom: 1px solid var(--fl-line-d); }
.fx-cmp-row:last-child > div { border-bottom: none; }
.fx-cmp-row > div:first-child { color: var(--fl-mute-l); font-weight: 500; }
.fx-cmp-row > div:not(:first-child) { border-left: 1px solid var(--fl-line-d); }
.fx-cmp-x1 { background: rgba(255,79,0,.06); color: var(--fl-paper); font-weight: 700; }
.fx-cmp-head > div { background: var(--fl-paper-2); color: var(--fl-ink); font-weight: 700; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.fx-cmp-head .fx-cmp-x1 { background: var(--fl-signal); color: #fff; }

/* ─── Showcase (ecosystem lineup on dark) ─── */
.fx-showcase { background: var(--fl-paper-2); padding: 70px 0; }
.fx-showcase-inner { position: relative; padding: 40px; border: 1px solid rgba(255,255,255,.1); border-radius: 10px; background: radial-gradient(circle at 50% 40%, #232320 0%, #131311 80%); text-align: center; }
.fx-showcase-inner img { margin: 0 auto; max-height: 420px; width: auto; }
.fx-showcase-cap { margin-top: 18px; font-family: var(--fl-mono); font-size: 11px; letter-spacing: .14em; color: rgba(245,242,236,.5); text-transform: uppercase; }

/* ─── Materials ─── */
.fx-mats { padding: 84px 0; background: var(--fl-bg-2); }
.fx-mat-grid { margin-top: 40px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.fx-mat { border: 1px solid var(--fl-line-d); border-radius: 8px; padding: 22px 20px 24px; background: var(--fl-bg); transition: transform .2s, border-color .2s; }
.fx-mat:hover { transform: translateY(-3px); border-color: var(--fl-signal); }
.fx-mat-tag { display: inline-block; font-family: var(--fl-mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; color: var(--fl-signal); border: 1px solid rgba(255,79,0,.35); border-radius: 3px; padding: 3px 8px; margin-bottom: 14px; }
.fx-mat-name { font-size: 18px; font-weight: 700; color: var(--fl-paper); margin-bottom: 8px; }
.fx-mat-desc { font-size: 13px; line-height: 1.5; color: var(--fl-mute-l); }
.fx-mat--open { background: var(--fl-paper-2); }
.fx-mat--open .fx-mat-name { color: var(--fl-ink); }
.fx-mat--open .fx-mat-desc { color: rgba(245,242,236,.6); }

/* ─── Section heads on LIGHT bg (override fb-modes-title which is light-ink) ─── */
.fx-compare .fb-modes-title,
.fx-mats .fb-modes-title,
.fx-cases .fb-modes-title,
.fx-faq .fb-modes-title { color: var(--fl-paper); }

/* ─── Key facts (GEO) ─── */
.fx-facts { background: var(--fl-bg-2); border-bottom: 1px solid var(--fl-line-d); padding: 44px 0; }
.fx-facts-head { margin-bottom: 18px; }
.fx-facts-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 36px; }
.fx-facts-list li { position: relative; padding-left: 22px; font-size: 14.5px; line-height: 1.55; color: var(--fl-paper); }
.fx-facts-list li::before { content: ""; position: absolute; left: 0; top: 8px; width: 8px; height: 8px; background: var(--fl-signal); border-radius: 2px; }
.fx-facts-list a { color: var(--fl-signal); text-decoration: underline; }

/* ─── Ecosystem components row ─── */
.fx-components { margin-top: 40px; display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.fx-comp { border: 1px solid var(--fl-line-d); border-radius: 8px; background: var(--fl-bg); padding: 20px; text-align: center; }
.fx-comp img { max-height: 180px; width: auto; margin: 0 auto 14px; }
.fx-comp-name { font-weight: 700; font-size: 15px; color: var(--fl-paper); margin-bottom: 6px; }
.fx-comp-desc { font-size: 13px; line-height: 1.5; color: var(--fl-mute-l); }
.fx-comp-link { display: inline-block; margin-top: 10px; color: var(--fl-signal); font-weight: 700; font-size: 13px; }

/* ─── Cases ─── */
.fx-cases { padding: 84px 0; background: var(--fl-bg); }
.fx-cases-grid { margin-top: 40px; display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.fx-case { border: 1px solid var(--fl-line-d); border-left: 3px solid var(--fl-signal); border-radius: 8px; background: var(--fl-bg-2); padding: 26px 24px; }
.fx-case-co { font-family: var(--fl-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--fl-mute-l); margin-bottom: 12px; }
.fx-case-num { font-size: 38px; font-weight: 800; letter-spacing: -.02em; color: var(--fl-paper); margin-bottom: 8px; }
.fx-case-lbl { font-size: 13.5px; line-height: 1.5; color: var(--fl-mute-l); }
.fx-cases-src { margin-top: 22px; font-size: 12.5px; color: var(--fl-mute-l); }
.fx-cases-src a { color: var(--fl-signal); }

/* ─── FAQ ─── */
.fx-faq { padding: 84px 0; background: var(--fl-bg-2); }
.fx-faq-list { margin-top: 36px; max-width: 880px; margin-left: auto; margin-right: auto; }
.fx-faq-item { border: 1px solid var(--fl-line-d); border-radius: 8px; background: var(--fl-bg); margin-bottom: 10px; padding: 0 22px; }
.fx-faq-item summary { cursor: pointer; list-style: none; font-weight: 700; font-size: 15px; color: var(--fl-paper); padding: 18px 0; position: relative; padding-right: 34px; }
.fx-faq-item summary::-webkit-details-marker { display: none; }
.fx-faq-item summary::after { content: "+"; position: absolute; right: 2px; top: 50%; transform: translateY(-50%); color: var(--fl-signal); font-size: 22px; font-weight: 600; }
.fx-faq-item[open] summary::after { content: "−"; }
.fx-faq-item p { padding: 0 0 18px; font-size: 14px; line-height: 1.6; color: var(--fl-mute-l); }
.fx-faq-item a { color: var(--fl-signal); }

/* ─── Compare page (fxc-) ─── */
.fxc-hero { background: var(--fl-paper-2); color: var(--fl-ink); padding: 64px 0 48px; }
.fxc-h1 { font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 800; letter-spacing: -.02em; line-height: 1.2; margin-top: 14px; }
.fxc-sub { margin-top: 16px; max-width: 820px; color: rgba(245,242,236,.7); font-size: 15.5px; line-height: 1.6; }
.fxc-tablewrap { padding: 56px 0 8px; background: var(--fl-bg); }
.fxc-scroll { overflow-x: auto; }
.fxc-table { width: 100%; border-collapse: collapse; background: var(--fl-bg-2); border: 1px solid var(--fl-line-d); border-radius: 8px; overflow: hidden; min-width: 760px; }
.fxc-table th, .fxc-table td { padding: 13px 16px; font-size: 13.5px; line-height: 1.5; border-bottom: 1px solid var(--fl-line-d); text-align: left; vertical-align: top; }
.fxc-table thead th { background: var(--fl-paper-2); color: var(--fl-ink); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.fxc-table thead th.fxc-hl { background: var(--fl-signal); color: #fff; }
.fxc-table tbody th { color: var(--fl-mute-l); font-weight: 600; width: 20%; }
.fxc-table td.fxc-hl { background: rgba(255,79,0,.06); font-weight: 600; color: var(--fl-paper); }
.fxc-note { margin: 14px 0 0; font-size: 12.5px; color: var(--fl-mute-l); }
.fxc-note a { color: var(--fl-signal); }
.fxc-analysis { padding: 48px 0 72px; background: var(--fl-bg); }
.fxc-analysis h2 { font-size: 22px; font-weight: 800; color: var(--fl-paper); margin: 34px 0 12px; letter-spacing: -.01em; }
.fxc-analysis p { font-size: 15px; line-height: 1.7; color: var(--fl-mute-l); max-width: 880px; }
.fxc-analysis a { color: var(--fl-signal); }
.fxc-verdict { margin-top: 44px; border: 1px solid var(--fl-line-d); border-left: 3px solid var(--fl-signal); border-radius: 8px; background: var(--fl-bg-2); padding: 26px 28px; }
.fxc-verdict h2 { margin-top: 0; }
.fxc-verdict ul { margin: 14px 0 0 18px; }
.fxc-verdict li { font-size: 14.5px; line-height: 1.65; color: var(--fl-mute-l); margin-bottom: 10px; }
.fxc-verdict strong { color: var(--fl-paper); }

/* ─── Builds (what fits in one chamber) ─── */
.fx-builds { padding: 84px 0; background: var(--fl-bg); }
.fx-builds .fb-modes-title { color: var(--fl-paper); }
.fx-builds-grid { margin-top: 40px; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.fx-build { border: 1px solid var(--fl-line-d); border-radius: 10px; background: var(--fl-bg-2); overflow: hidden; transition: transform .2s, box-shadow .2s; }
.fx-build:hover { transform: translateY(-4px); box-shadow: 0 14px 34px rgba(0,0,0,.10); }
.fx-build-type { padding: 16px 20px 0; font-weight: 800; font-size: 17px; color: var(--fl-paper); letter-spacing: -.01em; }
.fx-build-img { padding: 10px 16px; }
.fx-build-img img { width: 100%; aspect-ratio: 1/1; object-fit: contain; }
.fx-build-num { padding: 0 20px; font-size: 26px; font-weight: 800; color: var(--fl-paper); }
.fx-build-num span { font-size: 15px; font-weight: 600; color: var(--fl-mute-l); }
.fx-build-meta { padding: 6px 20px 20px; font-size: 13px; line-height: 1.55; color: var(--fl-mute-l); }
.fx-throughput { margin-top: 34px; border: 1px solid var(--fl-line-d); border-radius: 10px; overflow: hidden; background: var(--fl-paper-2); }
.fx-throughput img { width: 100%; display: block; }
.fx-throughput-cap { padding: 14px 20px; font-family: var(--fl-mono); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: rgba(245,242,236,.75); border-top: 1px solid rgba(255,255,255,.08); }
@media (max-width: 900px) { .fx-builds-grid { grid-template-columns: 1fr; } }

/* ─── Secondary button on DARK hero (was dark-on-dark, invisible) ─── */
.fx-page .fb-hero .fl-btn-sec,
.fx-page .fxc-hero .fl-btn-sec {
  color: var(--fl-ink);
  border-color: rgba(245,242,236,.35);
}
.fx-page .fb-hero .fl-btn-sec:hover,
.fx-page .fxc-hero .fl-btn-sec:hover {
  color: #fff;
  border-color: #fff;
}

/* ─── Misc ─── */
.fx-more-cmp { margin-top: 26px; text-align: center; }
.fx-cta-links { margin-top: 10px; font-size: 13px; opacity: .85; }
.fx-cta-links a { color: #fff; text-decoration: underline; }

/* ─── Responsive ─── */
@media (max-width: 980px) {
  .fx-mat-grid { grid-template-columns: repeat(2, 1fr); }
  .fx-band-text { font-size: 18px; }
  .fx-band-text span { font-size: 16px; }
}
@media (max-width: 980px) {
  .fx-facts-list { grid-template-columns: 1fr; }
  .fx-components, .fx-cases-grid { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .fx-cmp-row { grid-template-columns: 1fr; }
  .fx-cmp-row > div:not(:first-child) { border-left: none; }
  .fx-cmp-row > div:first-child { background: var(--fl-bg-3); font-weight: 700; color: var(--fl-paper); }
  .fx-mat-grid { grid-template-columns: 1fr; }
  .fx-showcase-inner { padding: 20px; }
}

/* == Mobile fixes 11.06.2026: micro-labels >=12px == */
@media (max-width: 640.98px) {
  .fx-showcase-cap, .fx-mat-tag, .fx-case-co { font-size: 12px; }
}

/* == Mobile fixes 11.06.2026 batch 3 == */
.fxc-hint { display: none; font-size: 12px; letter-spacing: .08em;
  text-transform: uppercase; color: #595959; margin: 0 0 8px; }
@media (max-width: 689.98px) {
  .fxc-hint { display: block; }
  .fx-comp-link { display: inline-flex; align-items: center; min-height: 44px; margin-top: 0; }
}
