.stx-page {
--ink: #0a0d18;
--ink-2: #111726;
--panel: #161d2d;
--cream: #e8e4dc;
--paper: #f0eee9;
--gold: #c9a764;
--gold-2: #e1c98f;
--text: #252a35;
--muted: #687080;
--line: rgba(201, 167, 100, .28);
--white: #f8f6f1;
--radius: 22px;
--shadow: 0 28px 70px rgba(5, 8, 16, .14);
--max: 1180px;
}
.stx-page * { box-sizing: border-box; }
.stx-page { scroll-behavior: smooth; }
.stx-page { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--text); background: var(--paper); line-height: 1.65; }
.stx-page.menu-open { overflow: hidden; }
.stx-page a { color: inherit; text-decoration: none; }
.stx-page img, .stx-page video { display: block; max-width: 100%; }
.stx-page button, .stx-page input, .stx-page textarea { font: inherit; }
.stx-page .container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
@keyframes headerIn { from { transform: translateY(-100%); } }
.stx-page .hero { position: relative; min-height: 790px; color: #fff; overflow: hidden; background: var(--ink); }
.stx-page .hero video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .58; }
.stx-page .hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(7,10,19,.96) 0%, rgba(7,10,19,.78) 45%, rgba(7,10,19,.30) 77%, rgba(7,10,19,.62) 100%), linear-gradient(0deg, rgba(7,10,19,.82), transparent 48%); }
.stx-page .hero::after { content: ""; position: absolute; z-index: 1; left: -8%; bottom: -55%; width: 620px; height: 620px; border-radius: 50%; background: radial-gradient(circle, rgba(201,167,100,.18), transparent 65%); }
.stx-page .hero-inner { position: relative; z-index: 2; padding-top: 205px; padding-bottom: 140px; }
.stx-page .eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--gold-2); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.stx-page .eyebrow::before { content: ""; width: 34px; height: 1px; background: currentColor; }
.stx-page .hero h1 { max-width: 900px; margin: 20px 0 22px; font-size: clamp(45px, 5.4vw, 78px); line-height: 1.03; letter-spacing: -.045em; }
.stx-page .hero h1 span { color: var(--gold-2); }
.stx-page .hero-copy { max-width: 700px; margin: 0; color: rgba(255,255,255,.82); font-size: 19px; }
.stx-page .actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.stx-page .btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 23px; border: 1px solid var(--gold); border-radius: 999px; font-size: 14px; font-weight: 750; transition: transform .2s, background .2s, color .2s; }
.stx-page .btn:hover { transform: translateY(-2px); }
.stx-page .btn-primary { background: var(--gold); color: #12151e; }
.stx-page .btn-primary:hover { background: var(--gold-2); }
.stx-page .btn-ghost { color: #fff; border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.04); }
.stx-page .btn-dark { background: var(--ink); color: #fff; border-color: var(--ink); }
.stx-page .hero-note { position: absolute; z-index: 2; right: max(30px, calc((100vw - var(--max))/2)); bottom: 68px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 14px; max-width: 330px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(12,16,27,.52); backdrop-filter: blur(12px); color: rgba(255,255,255,.75); font-size: 13px; }
.stx-page .hero-note strong { display: block; color: #fff; font-size: 16px; }
.stx-page .pulse { width: 10px; height: 10px; border-radius: 50%; background: #5ed18f; box-shadow: 0 0 0 8px rgba(94,209,143,.12); }
.stx-page .trust { position: relative; z-index: 4; margin-top: -54px; }
.stx-page.stx-home .trust { background: linear-gradient(to bottom, transparent 0 54px, var(--cream) 54px 100%); }
.stx-page .trust-card { padding: 25px 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--ink-2); color: #fff; box-shadow: var(--shadow); }
.stx-page .trust-card p { margin: 0 0 18px; text-align: center; color: rgba(255,255,255,.62); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.stx-page .logos { display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; gap: 35px; }
.stx-page .logo-cell { height: 62px; display: grid; place-items: center; filter: grayscale(1); opacity: .68; transition: .25s; }
.stx-page .logo-cell:hover { filter: none; opacity: 1; transform: translateY(-2px); }
.stx-page .logo-cell img { max-width: 116px; max-height: 47px; object-fit: contain; }
.stx-page .logo-cell img.logo-tenneco {
width: 116px;
height: 47px;
object-fit: cover;
object-position: center;
filter: invert(1) brightness(1.55);
}
.stx-page .logo-wordmark { color: #d9dde5; font-size: 22px; font-weight: 900; letter-spacing: .12em; }
.stx-page .section { padding: 112px 0; }
.stx-page .section-sm { padding: 78px 0; }
.stx-page .section-dark { background: var(--ink); color: #fff; }
.stx-page .section-cream { background: var(--cream); }
.stx-page .section-head { max-width: 820px; margin-bottom: 50px; }
.stx-page .section-head.center { margin-inline: auto; text-align: center; }
.stx-page .section-head.center .eyebrow { justify-content: center; }
.stx-page .section h2 { margin: 15px 0 18px; font-size: clamp(34px, 4vw, 54px); line-height: 1.08; letter-spacing: -.035em; }
.stx-page .section h3 { margin: 0 0 12px; font-size: 21px; line-height: 1.25; }
.stx-page .lead { color: var(--muted); font-size: 18px; }
.stx-page .section-dark .lead, .stx-page .section-dark .muted { color: rgba(255,255,255,.68); }
.stx-page .gold { color: var(--gold); }
.stx-page .grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.stx-page .grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.stx-page .grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.stx-page .card { padding: 30px; border: 1px solid rgba(20,25,37,.09); border-radius: var(--radius); background: var(--white); box-shadow: 0 16px 50px rgba(19,26,42,.06); }
.stx-page .card-dark { border-color: rgba(255,255,255,.1); background: var(--panel); color: #fff; }
.stx-page .number { display: inline-grid; place-items: center; width: 44px; height: 44px; margin-bottom: 22px; border-radius: 12px; background: rgba(201,167,100,.16); color: var(--gold); font-weight: 850; }
.stx-page .card p { margin: 0; color: var(--muted); }
.stx-page .card-dark p { color: rgba(255,255,255,.62); }
.stx-page .choice-card { position: relative; min-height: 330px; overflow: hidden; padding: 38px; border-radius: var(--radius); background: var(--white); border: 1px solid rgba(18,24,36,.1); }
.stx-page .choice-card.product { color: #fff; background: var(--ink-2); border-color: var(--line); }
.stx-page .choice-card::after { content: ""; position: absolute; width: 240px; height: 240px; right: -110px; bottom: -120px; border: 1px solid var(--line); border-radius: 50%; box-shadow: 0 0 0 35px rgba(201,167,100,.04), 0 0 0 70px rgba(201,167,100,.025); }
.stx-page .choice-card p { max-width: 490px; color: var(--muted); }
.stx-page .choice-card.product p { color: rgba(255,255,255,.68); }
.stx-page .text-link { position: relative; z-index: 2; display: inline-block; margin-top: 25px; color: var(--gold); font-weight: 800; }
.stx-page .text-link-muted { color: var(--muted); cursor: default; }
.stx-page .flow { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.stx-page .flow::before { content: ""; position: absolute; top: 31px; left: 8%; right: 8%; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.stx-page .flow-step { position: relative; z-index: 1; padding: 78px 19px 25px; border-radius: 16px; background: var(--panel); border: 1px solid rgba(255,255,255,.08); }
.stx-page .flow-step::before { content: attr(data-step); position: absolute; top: 13px; left: 50%; transform: translateX(-50%); display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--gold); color: var(--ink); font-weight: 900; box-shadow: 0 0 0 8px var(--ink); }
.stx-page .flow-step strong { display: block; margin-bottom: 7px; }
.stx-page .flow-step span { color: rgba(255,255,255,.58); font-size: 14px; }
.stx-page .split { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 72px; }
.stx-page .visual-frame { position: relative; border: 1px solid var(--gold); border-radius: 24px; padding: 11px; background: var(--white); box-shadow: var(--shadow); overflow: hidden; }
.stx-page .visual-frame::after { content: ""; position: absolute; top: -70%; left: -45%; width: 34%; height: 240%; transform: rotate(20deg); background: linear-gradient(90deg, transparent, rgba(255,255,255,.46), transparent); animation: shine 6s ease-in-out infinite; pointer-events: none; }
@keyframes shine { 0%, 58% { left: -55%; } 82%, 100% { left: 145%; } }
.stx-page .visual-frame img { width: 100%; height: 445px; object-fit: cover; border-radius: 15px; }
.stx-page .badge { position: absolute; left: -22px; bottom: 28px; z-index: 2; max-width: 220px; padding: 18px 21px; border-radius: 14px; background: var(--ink); color: #fff; box-shadow: var(--shadow); }
.stx-page .badge strong { display: block; color: var(--gold-2); font-size: 20px; }
.stx-page .checklist { display: grid; gap: 13px; padding: 0; margin: 26px 0 0; list-style: none; }
.stx-page .checklist li { position: relative; padding-left: 29px; }
.stx-page .checklist li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 900; }
.stx-page .metrics { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); overflow: hidden; }
.stx-page .metric { padding: 30px; border-right: 1px solid rgba(255,255,255,.1); }
.stx-page .metric:last-child { border: 0; }
.stx-page .metric strong { display: block; color: var(--gold-2); font-size: 29px; }
.stx-page .metric span { color: rgba(255,255,255,.6); font-size: 13px; } .stx-page .home-benefits .split { grid-template-columns: 1.06fr .94fr; gap: 78px; }
.stx-page .home-benefits .visual-frame { min-height: 500px; }
.stx-page .home-benefits .visual-frame img { height: 500px; object-position: 24% center; }
.stx-page .home-benefits .badge { left: 18px; bottom: 22px; max-width: 255px; }
.stx-page .audit-grid .card { min-height: 255px; }
.stx-page .audit-note { display: grid; grid-template-columns: auto 1fr; gap: 18px; margin-top: 22px; padding: 22px 25px; border-left: 3px solid var(--gold); border-radius: 0 14px 14px 0; background: var(--ink); color: rgba(255,255,255,.74); }
.stx-page .audit-note strong { color: var(--gold-2); white-space: nowrap; }
.stx-page .home-capabilities .split { grid-template-columns: .88fr 1.12fr; align-items: stretch; }
.stx-page .competence-stack { display: grid; grid-template-rows: 285px auto; min-width: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); background: #101625; }
.stx-page .competence-photo { min-height: 0; overflow: hidden; }
.stx-page .competence-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 54% center; filter: saturate(.78) contrast(1.05); }
.stx-page .competence-stack .metrics { grid-template-columns: repeat(2,minmax(0,1fr)); border: 0; border-top: 1px solid rgba(255,255,255,.1); border-radius: 0; }
.stx-page .competence-stack .metric { min-width: 0; padding: 20px 22px; border-right: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
.stx-page .competence-stack .metric:nth-child(2n) { border-right: 0; }
.stx-page .competence-stack .metric:nth-last-child(-n+2) { border-bottom: 0; }
.stx-page .competence-stack .metric strong { font-size: 21px; }
.stx-page .realisation-intro { max-width: 790px; margin: 82px 0 30px; }
.stx-page .realisation-intro h3 { margin: 13px 0 10px; color: #fff; font-size: clamp(29px,3.4vw,43px); letter-spacing: -.03em; }
.stx-page .realisation-intro p { color: rgba(255,255,255,.62); }
.stx-page .realisation-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.stx-page .realisation-card { position: relative; min-height: 285px; padding: 28px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: rgba(255,255,255,.035); transition: transform .25s,border-color .25s,background .25s; }
.stx-page .realisation-card::after { content: ""; position: absolute; right: -65px; bottom: -80px; width: 180px; height: 180px; border: 1px solid rgba(201,167,100,.18); border-radius: 50%; box-shadow: 0 0 0 28px rgba(201,167,100,.025); }
.stx-page .realisation-card:hover { transform: translateY(-5px); border-color: rgba(201,167,100,.55); background: rgba(255,255,255,.055); }
.stx-page .realisation-card > span { color: var(--gold-2); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.stx-page .realisation-card h3 { margin: 18px 0 11px; color: #fff; font-size: 21px; }
.stx-page .realisation-card p { position: relative; z-index: 1; color: rgba(255,255,255,.62); font-size: 14px; }
.stx-page .realisation-card b { position: absolute; z-index: 2; left: 28px; bottom: 24px; color: var(--gold-2); font-size: 12px; }
.stx-page .faq { display: grid; gap: 12px; max-width: 900px; margin-inline: auto; }
.stx-page .faq details { border: 1px solid rgba(18,24,36,.1); border-radius: 14px; background: var(--white); overflow: hidden; }
.stx-page .faq summary { cursor: pointer; padding: 20px 24px; font-weight: 760; list-style: none; }
.stx-page .faq summary::-webkit-details-marker { display: none; }
.stx-page .faq summary::after { content: "+"; float: right; color: var(--gold); font-size: 22px; line-height: 1; }
.stx-page .faq details[open] summary::after { content: "–"; }
.stx-page .faq details p { margin: 0; padding: 0 24px 22px; color: var(--muted); }
.stx-page .pricing-section { background: #ddd8cf; border-top: 1px solid rgba(18,24,36,.08); }
.stx-page .pricing-layout { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 72px; }
.stx-page .pricing-copy > p:not(.lead) { max-width: 720px; color: var(--muted); }
.stx-page .price-card { position: relative; overflow: hidden; padding: 38px; border: 1px solid rgba(201,167,100,.48); border-radius: var(--radius); background: var(--ink-2); color: #fff; box-shadow: var(--shadow); }
.stx-page .price-card::after { content: ""; position: absolute; right: -105px; top: -115px; width: 260px; height: 260px; border: 1px solid rgba(201,167,100,.22); border-radius: 50%; box-shadow: 0 0 0 34px rgba(201,167,100,.035), 0 0 0 68px rgba(201,167,100,.02); pointer-events: none; }
.stx-page .price-label { position: relative; z-index: 1; display: block; color: var(--gold-2); font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.stx-page .price-value { position: relative; z-index: 1; display: block; margin: 15px 0 4px; color: #fff; font-size: clamp(38px,4.7vw,60px); line-height: 1; letter-spacing: -.045em; }
.stx-page .price-value small { color: rgba(255,255,255,.6); font-size: .34em; font-weight: 700; letter-spacing: 0; text-transform: uppercase; }
.stx-page .price-note { position: relative; z-index: 1; display: block; margin-top: 15px; color: rgba(255,255,255,.62); font-size: 13px; }
.stx-page .price-factors { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px 18px; margin: 27px 0 0; padding: 23px 0 0; border-top: 1px solid rgba(255,255,255,.1); list-style: none; }
.stx-page .price-factors li { position: relative; padding-left: 17px; color: rgba(255,255,255,.76); font-size: 13px; }
.stx-page .price-factors li::before { content: ""; position: absolute; left: 0; top: .72em; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.stx-page .subhero { position: relative; padding: 195px 0 100px; min-height: 650px; color: #fff; overflow: hidden; background: var(--ink); }
.stx-page .subhero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,10,19,.96), rgba(7,10,19,.77) 52%, rgba(7,10,19,.23)), url(//systemtraceability.pl/wp-content/plugins/systemtraceability-wordpress/assets/traceability-produkcja.webp) center/cover; }
.stx-page .subhero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.stx-page .subhero-inner { position: relative; z-index: 2; }
.stx-page .subhero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 54px; }
.stx-page .subhero h1 { max-width: 900px; margin: 18px 0 22px; font-size: clamp(44px, 5.2vw, 72px); line-height: 1.04; letter-spacing: -.045em; }
.stx-page .subhero p { max-width: 720px; color: rgba(255,255,255,.76); font-size: 19px; }
.stx-page .crumbs { margin-bottom: 26px; color: rgba(255,255,255,.56); font-size: 13px; }
.stx-page .crumbs a:hover { color: #fff; }
.stx-page .product-map { display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; }
.stx-page .map-nav { display: grid; gap: 10px; align-content: start; }
.stx-page .map-nav button { text-align: left; padding: 18px 20px; border: 1px solid rgba(255,255,255,.14); border-radius: 13px; background: rgba(255,255,255,.055); color: #fff; box-shadow: inset 0 1px 0 rgba(255,255,255,.035); cursor: pointer; font-weight: 750; transition: background .2s, border-color .2s, color .2s, transform .2s, box-shadow .2s; }
.stx-page .map-nav button:hover { background: rgba(255,255,255,.09); border-color: rgba(225,201,143,.56); transform: translateX(3px); }
.stx-page .map-nav button.active { color: var(--ink); background: linear-gradient(135deg, var(--gold-2), var(--gold)); border-color: var(--gold-2); box-shadow: 0 12px 30px rgba(201,167,100,.18); transform: translateX(7px); }
.stx-page .map-panel { min-height: 375px; padding: 38px; border-radius: var(--radius); background: var(--ink); color: #fff; }
.stx-page .map-panel [data-panel] { display: none; }
.stx-page .map-panel [data-panel].active { display: block; animation: fadeUp .35s ease both; }
.stx-page .map-panel p { color: rgba(255,255,255,.65); }
.stx-page .tag { display: inline-block; margin: 5px 5px 0 0; padding: 7px 10px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: var(--gold-2); font-size: 12px; } .stx-page .app-shell { position: relative; overflow: hidden; border: 1px solid rgba(225,201,143,.45); border-radius: 20px; background: #0c111d; box-shadow: 0 35px 90px rgba(0,0,0,.46); color: #e9edf5; }
.stx-page .app-shell::after { content: ""; position: absolute; inset: -70% auto auto -60%; width: 44%; height: 250%; transform: rotate(20deg); background: linear-gradient(90deg,transparent,rgba(255,255,255,.16),transparent); animation: shine 7s 1s ease-in-out infinite; pointer-events: none; }
.stx-page .app-top { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 13px 16px; border-bottom: 1px solid rgba(255,255,255,.08); background: #141b29; font-size: 11px; }
.stx-page .app-top strong { color: var(--gold-2); letter-spacing: .05em; }
.stx-page .window-dots { display: flex; gap: 5px; }
.stx-page .window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #465064; }
.stx-page .window-dots i:first-child { background: #c9a764; }
.stx-page .app-layout { display: grid; grid-template-columns: 68px 1fr; min-height: 350px; }
.stx-page .app-side { padding: 13px 10px; border-right: 1px solid rgba(255,255,255,.07); background: #101622; }
.stx-page .app-side span { display: grid; place-items: center; height: 42px; margin-bottom: 8px; border-radius: 10px; color: #69758b; font-size: 10px; font-weight: 800; }
.stx-page .app-side span.active { color: var(--gold-2); background: rgba(201,167,100,.13); }
.stx-page .app-main { padding: 18px; }
.stx-page .app-kicker { color: #77849a; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.stx-page .app-title { margin: 3px 0 14px; font-size: 17px; font-weight: 800; }
.stx-page .app-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.stx-page .app-stat { padding: 11px; border: 1px solid rgba(255,255,255,.07); border-radius: 10px; background: #151d2c; }
.stx-page .app-stat small { display: block; color: #6f7b8f; font-size: 8px; text-transform: uppercase; }
.stx-page .app-stat strong { color: #f5f7fa; font-size: 14px; }
.stx-page .app-ok { color: #72d29f !important; }
.stx-page .app-chart { display: flex; align-items: flex-end; gap: 5px; height: 110px; margin-top: 14px; padding: 13px; border: 1px solid rgba(255,255,255,.07); border-radius: 10px; background: linear-gradient(180deg,#151d2c,#111824); }
.stx-page .app-chart i { flex: 1; min-height: 12px; border-radius: 3px 3px 0 0; background: linear-gradient(180deg,var(--gold-2),#8b7040); opacity: .86; }
.stx-page .app-chart i { transform-origin: center bottom; animation: appBarLive 3.2s ease-in-out infinite alternate; }
.stx-page .app-chart i:nth-child(2n) { animation-delay: -.8s; }
.stx-page .app-chart i:nth-child(3n) { animation-delay: -1.7s; }
.stx-page .app-chart i:nth-child(5n) { animation-delay: -2.4s; }
@keyframes appBarLive { 0% { transform: scaleY(.56); filter: brightness(.75); } 55% { transform: scaleY(1); filter: brightness(1.16); } 100% { transform: scaleY(.76); filter: brightness(.92); } }
.stx-page .app-logline { display: grid; grid-template-columns: 54px 1fr auto; gap: 8px; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.06); color: #aeb7c7; font-size: 9px; }
.stx-page .app-logline b { color: #f1f4f8; font-weight: 650; }
.stx-page .app-badge { padding: 3px 7px; border-radius: 99px; background: rgba(114,210,159,.12); color: #72d29f; font-weight: 800; }
.stx-page .app-badge { animation: badgeBreath 1.8s ease-in-out infinite; }
@keyframes badgeBreath { 50% { box-shadow: 0 0 0 6px rgba(114,210,159,.08); } }
.stx-page .data-pop { animation: dataPop .42s ease both; }
@keyframes dataPop { 0% { opacity: .25; transform: translateY(5px); } 100% { opacity: 1; transform: none; } } .stx-page .operator-demo { position: relative; overflow: visible; border: 1px solid rgba(255,255,255,.14); border-radius: 7px; background: linear-gradient(165deg,#151d2c,#0e1521); box-shadow: 0 32px 78px rgba(0,0,0,.52); color: #e9edf5; }
.stx-page .operator-titlebar { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 48px; padding: 0 18px; border-bottom: 1px solid rgba(255,255,255,.09); background: #090e17; color: #7e899b; font-size: 11px; }
.stx-page .operator-titlebar strong { color: #e2c98f; font-size: 12px; font-weight: 650; }
.stx-page .operator-online { display: inline-flex; align-items: center; gap: 8px; color: #72d29f; font: 10px ui-monospace,SFMono-Regular,Menlo,monospace; }
.stx-page .operator-online i, .stx-page .operator-chip i { position: relative; width: 8px; height: 8px; border-radius: 50%; background: #72d29f; }
.stx-page .operator-online i::after, .stx-page .operator-chip i::after { content: ""; position: absolute; inset: -4px; border: 1px solid #72d29f; border-radius: 50%; animation: operatorPulse 2s ease-out infinite; }
@keyframes operatorPulse { from { opacity: .75; transform: scale(.55); } to { opacity: 0; transform: scale(1.8); } }
.stx-page .operator-body { padding: 21px; }
.stx-page .operator-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 13px; }
.stx-page .operator-stats > div { min-width: 0; padding: 13px 14px; border: 1px solid rgba(255,255,255,.08); border-radius: 3px; background: #111925; }
.stx-page .operator-stats small { display: block; margin-bottom: 5px; color: #69768a; font-size: 9px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.stx-page .operator-stats strong { display: block; overflow: hidden; color: #e1c98f; font: 600 14px ui-monospace,SFMono-Regular,Menlo,monospace; text-overflow: ellipsis; white-space: nowrap; }
.stx-page .operator-state { display: flex; align-items: center; gap: 11px; min-height: 48px; margin-bottom: 13px; padding: 11px 14px; border: 1px solid rgba(114,210,159,.25); border-radius: 3px; background: rgba(114,210,159,.075); color: #72d29f; font-size: 13px; font-weight: 650; transition: border-color .25s,background .25s,color .25s; }
.stx-page .operator-state .state-symbol { display: grid; place-items: center; flex: 0 0 20px; width: 20px; height: 20px; border-radius: 50%; color: #07140d; background: #72d29f; font-size: 12px; font-weight: 900; }
.stx-page .operator-state.is-checking { color: #e1c98f; border-color: rgba(225,201,143,.28); background: rgba(225,201,143,.07); }
.stx-page .operator-state.is-checking .state-symbol { border: 2px solid rgba(225,201,143,.22); border-top-color: #e1c98f; background: transparent; color: transparent; animation: operatorSpin .8s linear infinite; }
.stx-page .operator-state.is-waiting { color: #9da8b9; border-color: rgba(255,255,255,.1); background: rgba(255,255,255,.025); }
.stx-page .operator-state.is-waiting .state-symbol { color: #9da8b9; background: rgba(255,255,255,.08); }
@keyframes operatorSpin { to { transform: rotate(360deg); } }
.stx-page .operator-input { display: flex; align-items: center; justify-content: space-between; min-height: 45px; margin-bottom: 14px; padding: 0 14px; border: 1px solid #2c3749; border-radius: 3px; background: #090e17; color: #707d90; font: 11px ui-monospace,SFMono-Regular,Menlo,monospace; }
.stx-page .operator-caret { color: #c9a764; animation: consoleCursor .85s steps(1) infinite; }
.stx-page .operator-log { display: flex; flex-direction: column; gap: 6px; height: 112px; overflow: hidden; padding: 12px 14px; border: 1px solid #283345; border-radius: 3px; background: #080d15; color: #7e8a9d; font: 10px/1.45 ui-monospace,SFMono-Regular,Menlo,monospace; }
.stx-page .operator-log div { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; animation: operatorLogIn .38s ease both; }
.stx-page .operator-log div:nth-child(2) { animation-delay: .12s; }
.stx-page .operator-log div:nth-child(3) { animation-delay: .24s; }
.stx-page .operator-log div:nth-child(4) { animation-delay: .36s; }
.stx-page .operator-log span { color: #c9a764; }
@keyframes operatorLogIn { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: none; } }
.stx-page .operator-footer { display: flex; justify-content: space-between; gap: 16px; margin-top: 14px; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.08); color: #69768a; font-size: 9px; }
.stx-page .operator-chip { position: absolute; right: -14px; top: -14px; display: flex; align-items: center; gap: 8px; padding: 9px 13px; border: 1px solid #c9a764; border-radius: 3px; background: #121a28; box-shadow: 0 18px 40px rgba(0,0,0,.38); color: #d5dbe5; font-size: 10px; }
.stx-page .software-show { padding-top: 0; }
.stx-page .software-window { overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 24px; background: #0e1420; box-shadow: 0 30px 80px rgba(0,0,0,.34); }
.stx-page .software-toolbar { display: flex; align-items: center; justify-content: space-between; padding: 13px 18px; border-bottom: 1px solid rgba(255,255,255,.08); background: #171f2d; color: #9ea8b8; font-size: 12px; }
.stx-page .software-toolbar strong { color: #fff; }
.stx-page .screen-tabs { display: flex; gap: 8px; padding: 18px; overflow-x: auto; border-bottom: 1px solid rgba(255,255,255,.08); background: #121926; scrollbar-width: thin; }
.stx-page .screen-tab { position: relative; flex: 0 0 auto; overflow: hidden; padding: 10px 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; background: transparent; color: #a8b1c0; cursor: pointer; font-size: 12px; font-weight: 750; }
.stx-page .screen-tab.active { color: #11151f; border-color: var(--gold); background: var(--gold); }
.stx-page .screen-tab.active::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; background: rgba(17,21,31,.48); transform-origin: left; animation: tabProgress 7s linear both; }
@keyframes tabProgress { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.stx-page .screen-stage { padding: 30px; }
.stx-page .screen-panel { display: none; }
.stx-page .screen-panel.active { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 36px; animation: fadeUp .4s ease both; }
.stx-page .screen-copy h3 { margin: 0 0 12px; color: #fff; font-size: 29px; }
.stx-page .screen-copy p { color: rgba(255,255,255,.62); }
.stx-page .screen-copy ul { display: grid; gap: 9px; margin: 19px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.76); font-size: 14px; }
.stx-page .screen-copy li { position: relative; padding-left: 21px; }
.stx-page .screen-copy li::before { content: "•"; position: absolute; left: 0; color: var(--gold); }
.stx-page .ui-canvas { min-height: 385px; padding: 15px; border: 1px solid rgba(255,255,255,.09); border-radius: 17px; background: #080d16; color: #e8edf5; }
.stx-page .ui-titlebar { display: flex; justify-content: space-between; align-items: center; min-height: 38px; padding: 0 12px; border-radius: 9px 9px 0 0; background: #1a2231; color: #aeb8c8; font-size: 10px; }
.stx-page .ui-titlebar b { color: var(--gold-2); }
.stx-page .ui-grid { display: grid; grid-template-columns: 145px 1fr; min-height: 315px; }
.stx-page .ui-sidebar { padding: 14px 10px; border-right: 1px solid rgba(255,255,255,.07); background: #111825; }
.stx-page .ui-sidebar span { display: block; margin-bottom: 5px; padding: 8px 9px; border-radius: 7px; color: #727f92; font-size: 9px; }
.stx-page .ui-sidebar span.active { color: #fff; background: rgba(201,167,100,.14); }
.stx-page .ui-content { padding: 16px; }
.stx-page .ui-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; }
.stx-page .ui-metric { padding: 12px; border: 1px solid rgba(255,255,255,.07); border-radius: 9px; background: #141c2a; }
.stx-page .ui-metric small { display: block; color: #718095; font-size: 8px; }
.stx-page .ui-metric strong { font-size: 15px; }
.stx-page .ui-status { display: flex; align-items: center; gap: 9px; margin-top: 11px; padding: 10px 12px; border: 1px solid rgba(114,210,159,.18); border-radius: 9px; background: rgba(114,210,159,.07); color: #72d29f; font-size: 11px; }
.stx-page .ui-status::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #72d29f; box-shadow: 0 0 0 6px rgba(114,210,159,.1); animation: uiPulse 1.7s ease infinite; }
@keyframes uiPulse { 50% { box-shadow: 0 0 0 10px rgba(114,210,159,0); } }
.stx-page .ui-scan { margin-top: 11px; padding: 12px; border: 1px solid rgba(255,255,255,.1); border-radius: 8px; color: #7e899a; font-size: 10px; }
.stx-page .ui-scan { position: relative; overflow: hidden; }
.stx-page .ui-scan::after { content: ""; position: absolute; inset: 0 auto 0 -35%; width: 28%; background: linear-gradient(90deg,transparent,rgba(201,167,100,.13),transparent); animation: scanSweep 3.2s ease-in-out infinite; }
@keyframes scanSweep { 0%,24% { left: -35%; } 75%,100% { left: 115%; } }
.stx-page .typing-dots { display: inline-block; width: 12px; overflow: hidden; vertical-align: bottom; animation: typingDots 1.3s steps(3,end) infinite; }
@keyframes typingDots { from { width: 0; } to { width: 12px; } }
.stx-page .ui-event { display: grid; grid-template-columns: 60px 1fr auto; gap: 8px; padding: 8px 2px; border-bottom: 1px solid rgba(255,255,255,.06); color: #8490a3; font-size: 9px; }
.stx-page .ui-event b { color: #cbd2df; }
.stx-page .live-event { animation: liveRow 2.8s ease-in-out infinite; }
@keyframes liveRow { 50% { background: rgba(201,167,100,.055); } }
.stx-page .ui-table { width: 100%; border-collapse: collapse; font-size: 9px; }
.stx-page .ui-table th { padding: 9px 7px; text-align: left; color: #718095; background: #151d2a; }
.stx-page .ui-table td { padding: 9px 7px; border-bottom: 1px solid rgba(255,255,255,.06); color: #b5bfce; }
.stx-page .pill-ok, .stx-page .pill-nok, .stx-page .pill-warn { display: inline-block; padding: 3px 7px; border-radius: 999px; font-size: 8px; font-weight: 850; }
.stx-page .pill-ok { color: #72d29f; background: rgba(114,210,159,.11); }
.stx-page .pill-nok { color: #ff8d8d; background: rgba(255,105,105,.11); }
.stx-page .pill-warn { color: var(--gold-2); background: rgba(201,167,100,.12); }
.stx-page .code-editor { min-height: 300px; padding: 16px; border-radius: 0 0 10px 10px; background: #0b1019; color: #d7deea; font: 11px/1.8 ui-monospace,SFMono-Regular,Menlo,monospace; }
.stx-page .code-editor .line-no { display: inline-block; width: 25px; color: #465166; user-select: none; }
.stx-page .code-editor .kw { color: #d8af68; }
.stx-page .code-editor .str { color: #79cfa2; }
.stx-page .code-editor .cm { color: #647186; }
.stx-page .trace-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; padding: 12px; border-radius: 9px; background: #151d2b; }
.stx-page .trace-head small { display: block; color: #6f7b8e; font-size: 8px; }
.stx-page .trace-head strong { font-size: 16px; }
.stx-page .trace-line { position: relative; display: grid; grid-template-columns: 64px 1fr auto; gap: 12px; padding: 10px 10px 10px 28px; border-bottom: 1px solid rgba(255,255,255,.06); color: #8390a4; font-size: 9px; }
.stx-page .trace-line::before { content: ""; position: absolute; left: 9px; top: 14px; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(201,167,100,.1); }
.stx-page .trace-line b { color: #d5dce7; }
.stx-page .chart-area { display: grid; grid-template-columns: 1fr 160px; gap: 12px; margin-top: 12px; }
.stx-page .bars { display: flex; align-items: flex-end; gap: 7px; height: 145px; padding: 15px; border-radius: 9px; background: #111825; }
.stx-page .bars i { flex: 1; min-height: 12%; border-radius: 4px 4px 0 0; background: linear-gradient(var(--gold-2),#80683e); }
.stx-page .bars i { transform-origin: bottom; animation: reportBarLive 3.6s ease-in-out infinite alternate; }
.stx-page .bars i:nth-child(even) { animation-delay: -1.2s; }
@keyframes reportBarLive { 0% { transform: scaleY(.72); } 100% { transform: scaleY(1); } }
.stx-page .donut { display: grid; place-items: center; border-radius: 9px; background: #111825; }
.stx-page .donut::before { content: "98,5%\A OK"; white-space: pre; display: grid; place-items: center; width: 102px; height: 102px; border-radius: 50%; background: radial-gradient(circle at center,#111825 54%,transparent 55%), conic-gradient(#72d29f 0 98.5%,#ff7676 98.5%); text-align: center; color: #e9eef6; font-size: 11px; font-weight: 850; }
.stx-page .runtime-console { min-height: 268px; padding: 14px; border-radius: 0 0 9px 9px; background: #070b12; color: #94a1b4; font: 10px/1.85 ui-monospace,SFMono-Regular,Menlo,monospace; }
.stx-page .runtime-console span { color: #d4af6a; }
.stx-page .runtime-console b { color: #72d29f; }
.stx-page .runtime-console::after { content: "_"; color: #72d29f; animation: consoleCursor .8s steps(1) infinite; }
@keyframes consoleCursor { 50% { opacity: 0; } } .stx-page .process-problem .split { grid-template-columns: .92fr 1.08fr; gap: 82px; }
.stx-page .process-problem .visual-frame { margin-left: 22px; }
.stx-page .process-problem .visual-frame img { object-position: 62% center; }
.stx-page .process-problem .badge { left: 18px; max-width: 245px; }
.stx-page .team-proof .split { grid-template-columns: .92fr 1.08fr; align-items: stretch; }
.stx-page .team-proof .metrics { grid-template-columns: repeat(2,minmax(0,1fr)); width: 100%; }
.stx-page .team-proof .metric { min-width: 0; border-right: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
.stx-page .team-proof .metric:nth-child(2n) { border-right: 0; }
.stx-page .team-proof .metric:nth-last-child(-n+2) { border-bottom: 0; } .stx-page .product-contact { padding: 105px 0; background: linear-gradient(145deg,#ece4d5,#f8f5ef 54%,#efe7d8); color: var(--text); }
.stx-page .product-contact .section-head { margin-bottom: 42px; }
.stx-page .contact-grid { display: grid; grid-template-columns: .86fr 1.14fr; align-items: stretch; gap: 22px; }
.stx-page .contact-card { padding: 36px; border-radius: var(--radius); box-shadow: 0 24px 65px rgba(18,24,36,.11); }
.stx-page .contact-card h3 { margin: 10px 0 14px; font-size: clamp(28px,3vw,42px); letter-spacing: -.035em; }
.stx-page .contact-details { border: 1px solid rgba(255,255,255,.1); background: var(--ink-2); color: #fff; }
.stx-page .contact-details > p { color: rgba(255,255,255,.64); }
.stx-page .contact-list { display: grid; margin-top: 24px; }
.stx-page .contact-item { display: grid; gap: 3px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.stx-page .contact-item:last-child { border-bottom: 0; }
.stx-page .contact-item small { color: var(--gold-2); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.stx-page .contact-item a, .stx-page .contact-item span { color: rgba(255,255,255,.82); font-size: 14px; }
.stx-page .contact-form-card { background: #f9f8f5; color: #171a21; }
.stx-page .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 15px; }
.stx-page .field { display: grid; gap: 6px; }
.stx-page .field.full { grid-column: 1/-1; }
.stx-page .field label { color: #4d515a; font-size: 12px; font-weight: 800; }
.stx-page .field input, .stx-page .field textarea, .stx-page .field select { width: 100%; border: 1px solid #d6d3cc; border-radius: 0; outline: none; background: #fff; color: #171a21; padding: 13px 14px; }
.stx-page .field input:focus, .stx-page .field textarea:focus, .stx-page .field select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,167,100,.14); }
.stx-page .field input:user-invalid, .stx-page .field textarea:user-invalid, .stx-page .field select:user-invalid { border-color: #a73636; }
.stx-page .field textarea { min-height: 120px; resize: vertical; }
.stx-page .form-note { margin: 13px 0; color: #6a6e77; font-size: 11px; }
.stx-page .consent { display: flex; align-items: flex-start; gap: 9px; margin: 13px 0 18px; color: #5d626b; font-size: 11px; }
.stx-page .consent input { flex: 0 0 auto; width: 17px; height: 17px; margin-top: 2px; accent-color: var(--gold); }
.stx-page .consent a { text-decoration: underline; }
.stx-page .form-status { display: none; margin-top: 14px; padding: 11px 13px; border-left: 3px solid var(--gold); background: #eee4d2; color: #604b29; font-size: 12px; }
.stx-page .form-status.show { display: block; }
.stx-page .hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.stx-page .module-architecture { margin-bottom: 46px; padding: 34px; overflow: hidden; border: 1px solid rgba(18,24,36,.11); border-radius: var(--radius); background: linear-gradient(145deg,#f8f6f1,#ebe7de); box-shadow: 0 22px 60px rgba(18,24,36,.08); }
.stx-page .architecture-intro { display: grid; grid-template-columns: 1fr 1.35fr; align-items: end; gap: 8px 40px; margin-bottom: 30px; }
.stx-page .architecture-intro .eyebrow { grid-column: 1/-1; }
.stx-page .architecture-intro h3 { margin: 5px 0 0; font-size: clamp(25px,3vw,38px); letter-spacing: -.035em; }
.stx-page .architecture-intro p { margin: 0; color: var(--muted); font-size: 14px; }
.stx-page .architecture-flow { display: grid; grid-template-columns: minmax(0,1fr) 54px minmax(0,1.12fr) 54px minmax(0,1fr); align-items: stretch; }
.stx-page .architecture-layer, .stx-page .architecture-core { position: relative; min-width: 0; padding: 25px; border-radius: 17px; }
.stx-page .architecture-layer { border: 1px solid rgba(18,24,36,.1); background: rgba(255,255,255,.62); }
.stx-page .architecture-core { overflow: hidden; border: 1px solid rgba(201,167,100,.52); background: var(--ink-2); color: #fff; box-shadow: 0 20px 45px rgba(8,12,22,.18); }
.stx-page .architecture-core::after { content: ""; position: absolute; right: -75px; top: -90px; width: 190px; height: 190px; border: 1px solid rgba(201,167,100,.2); border-radius: 50%; box-shadow: 0 0 0 28px rgba(201,167,100,.035),0 0 0 56px rgba(201,167,100,.02); pointer-events: none; }
.stx-page .architecture-index { display: inline-grid; place-items: center; width: 34px; height: 34px; margin-bottom: 18px; border-radius: 9px; background: rgba(201,167,100,.16); color: #80683d; font: 850 11px ui-monospace,SFMono-Regular,Menlo,monospace; }
.stx-page .architecture-core .architecture-index { position: relative; z-index: 1; color: var(--gold-2); background: rgba(201,167,100,.14); }
.stx-page .architecture-layer small, .stx-page .architecture-core small { display: block; margin-bottom: 5px; color: #7a6540; font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.stx-page .architecture-core small { position: relative; z-index: 1; color: var(--gold-2); }
.stx-page .architecture-layer > strong, .stx-page .architecture-core > strong { position: relative; z-index: 1; display: block; min-height: 52px; color: var(--text); font-size: 18px; line-height: 1.3; }
.stx-page .architecture-core > strong { color: #fff; }
.stx-page .architecture-chips, .stx-page .architecture-core-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; margin-top: 18px; }
.stx-page .architecture-chips span, .stx-page .architecture-core-grid span { min-width: 0; padding: 8px 9px; border: 1px solid rgba(18,24,36,.09); border-radius: 8px; background: rgba(255,255,255,.68); color: #555d69; font-size: 10px; font-weight: 750; text-align: center; }
.stx-page .architecture-core-grid span { border-color: rgba(255,255,255,.09); background: rgba(255,255,255,.045); color: rgba(255,255,255,.76); }
.stx-page .architecture-connector { position: relative; display: grid; place-items: center; align-content: center; gap: 5px; overflow: hidden; }
.stx-page .architecture-connector::before { content: ""; position: absolute; left: 7px; right: 7px; top: 50%; height: 1px; background: linear-gradient(90deg,rgba(201,167,100,.25),var(--gold),rgba(201,167,100,.25)); }
.stx-page .architecture-connector::after { content: ""; position: absolute; right: 7px; top: calc(50% - 4px); width: 7px; height: 7px; border-top: 1px solid var(--gold); border-right: 1px solid var(--gold); transform: rotate(45deg); }
.stx-page .architecture-connector i { position: relative; z-index: 1; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(201,167,100,.09); animation: architecturePulse 2.2s ease-in-out infinite; }
.stx-page .architecture-connector i:nth-child(2) { animation-delay: -.7s; }
.stx-page .architecture-connector i:nth-child(3) { animation-delay: -1.4s; }
@keyframes architecturePulse { 50% { opacity: .35; transform: scale(.72); } }
.stx-page .architecture-legend { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 26px; margin-top: 24px; color: #717782; font-size: 10px; }
.stx-page .architecture-legend span { display: inline-flex; align-items: center; gap: 7px; }
.stx-page .architecture-legend i { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.stx-page .module-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 17px; }
.stx-page .module-card { position: relative; min-height: 205px; padding: 26px; overflow: hidden; border: 1px solid rgba(18,24,36,.1); border-radius: 18px; background: var(--white); }
.stx-page .module-card::after { content: attr(data-code); position: absolute; right: -5px; bottom: -24px; color: rgba(201,167,100,.08); font-size: 67px; font-weight: 950; }
.stx-page .module-card .module-code { display: inline-block; margin-bottom: 19px; padding: 5px 8px; border-radius: 6px; color: #7c6338; background: rgba(201,167,100,.16); font: 800 10px ui-monospace,SFMono-Regular,Menlo,monospace; letter-spacing: .08em; }
.stx-page .module-card p { position: relative; z-index: 1; margin: 0; color: var(--muted); font-size: 14px; }
.stx-page .compare-wrap { overflow-x: auto; border: 1px solid rgba(18,24,36,.1); border-radius: 20px; background: var(--white); box-shadow: 0 18px 50px rgba(18,24,36,.06); }
.stx-page .compare { width: 100%; min-width: 780px; border-collapse: collapse; }
.stx-page .compare th, .stx-page .compare td { padding: 18px 20px; border-bottom: 1px solid rgba(18,24,36,.08); text-align: left; vertical-align: top; }
.stx-page .compare th { color: #5f6877; background: #f4f1ea; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.stx-page .compare td { font-size: 14px; }
.stx-page .compare td:first-child { color: #171b24; font-weight: 800; }
.stx-page .compare .highlight { background: rgba(201,167,100,.09); }
.stx-page .compare tr:last-child td { border-bottom: 0; }
.stx-page .detail-band { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; padding: 30px; border: 1px solid rgba(255,255,255,.1); border-radius: 22px; background: var(--panel); }
.stx-page .detail-copy { padding: 20px; }
.stx-page .detail-copy h3 { font-size: 31px; }
.stx-page .detail-copy p { color: rgba(255,255,255,.65); }
.stx-page .audit-list { padding: 18px; border-radius: 15px; background: #0b101a; }
.stx-page .audit-row { display: grid; grid-template-columns: 92px 1fr auto; gap: 12px; padding: 12px; border-bottom: 1px solid rgba(255,255,255,.07); color: #8995a7; font-size: 11px; }
.stx-page .audit-row:last-child { border: 0; }
.stx-page .audit-row b { color: #dce2eb; }
.stx-page .service-strip { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.stx-page .service-item { padding: 27px; border-left: 2px solid var(--gold); background: rgba(255,255,255,.04); }
.stx-page .service-item p { margin: 7px 0 0; color: rgba(255,255,255,.63); font-size: 14px; } .stx-page .section h2,
.stx-page .section h3 { color: var(--text); }
.stx-page .section-dark h2,
.stx-page .section-dark h3,
.stx-page .choice-card.product h3,
.stx-page .card-dark h3,
.stx-page .map-panel h3,
.stx-page .detail-band h3,
.stx-page .software-window h3,
.stx-page .realisation-card h3,
.stx-page .contact-details h3 { color: #fff; }
.stx-page .faq summary,
.stx-page .compare td,
.stx-page .module-card h3,
.stx-page .choice-card:not(.product) h3 { color: var(--text); }
.stx-page .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.stx-page .reveal.in { opacity: 1; transform: none; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(12px); } }
@media (max-width: 980px) {
.stx-page .hero-note { display: none; }
.stx-page .grid-4 { grid-template-columns: 1fr 1fr; }
.stx-page .grid-3 { grid-template-columns: 1fr 1fr; }
.stx-page .split, .stx-page .product-map, .stx-page .subhero-grid, .stx-page .detail-band { grid-template-columns: 1fr; }
.stx-page .subhero-grid .app-shell { max-width: 650px; }
.stx-page .flow { grid-template-columns: 1fr 1fr; }
.stx-page .flow::before { display: none; }
.stx-page .metrics { grid-template-columns: 1fr 1fr; }
.stx-page .metric:nth-child(2) { border-right: 0; }
.stx-page .metric:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.1); }
.stx-page .screen-panel.active { grid-template-columns: 1fr; }
.stx-page .module-grid { grid-template-columns: 1fr 1fr; }
.stx-page .service-strip { grid-template-columns: 1fr; }
.stx-page .home-benefits .split, .stx-page .home-capabilities .split { grid-template-columns: 1fr; }
.stx-page .home-benefits .visual-frame { min-height: auto; }
.stx-page .realisation-grid { grid-template-columns: 1fr; }
.stx-page .realisation-card { min-height: 235px; }
.stx-page .process-problem .split { grid-template-columns: 1fr; gap: 48px; }
.stx-page .process-problem .visual-frame { margin-left: 0; }
.stx-page .team-proof .split { grid-template-columns: 1fr; }
.stx-page .contact-grid { grid-template-columns: 1fr; }
.stx-page .pricing-layout { grid-template-columns: 1fr; gap: 44px; }
.stx-page .architecture-intro { grid-template-columns: 1fr; }
.stx-page .architecture-flow { grid-template-columns: 1fr; gap: 12px; }
.stx-page .architecture-connector { min-height: 34px; transform: rotate(90deg); }
}
@media (max-width: 650px) {
.stx-page .container { width: min(calc(100% - 28px), var(--max)); }
.stx-page .hero { min-height: 720px; background: var(--ink) url(//systemtraceability.pl/wp-content/plugins/systemtraceability-wordpress/assets/traceability-produkcja.webp) center / cover no-repeat; }
.stx-page .hero video { display: none; }
.stx-page .hero-inner { padding-top: 165px; padding-bottom: 110px; }
.stx-page .hero h1, .stx-page .subhero h1 { font-size: 42px; }
.stx-page .hero-copy, .stx-page .subhero p { font-size: 16px; }
.stx-page .trust { margin-top: -35px; }
.stx-page.stx-home .trust { background: linear-gradient(to bottom, transparent 0 35px, var(--cream) 35px 100%); }
.stx-page .trust-card { padding: 23px 18px; }
.stx-page .logos { grid-template-columns: repeat(3, 1fr); gap: 20px; }
.stx-page .section { padding: 78px 0; }
.stx-page .section-sm { padding: 58px 0; }
.stx-page .section h2 { font-size: 36px; }
.stx-page .grid-2, .stx-page .grid-3, .stx-page .grid-4, .stx-page .flow, .stx-page .metrics { grid-template-columns: 1fr; }
.stx-page .metric { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.stx-page .visual-frame img { height: 310px; }
.stx-page .home-benefits .visual-frame img { height: 360px; object-position: 22% center; }
.stx-page .badge { left: 9px; bottom: 12px; }
.stx-page .subhero { padding-top: 155px; }
.stx-page .app-layout { grid-template-columns: 48px 1fr; min-height: 310px; }
.stx-page .app-side { padding-inline: 6px; }
.stx-page .app-main { padding: 12px; }
.stx-page .app-stats { grid-template-columns: 1fr 1fr; }
.stx-page .operator-chip { display: none; }
.stx-page .operator-body { padding: 15px; }
.stx-page .operator-footer { flex-direction: column; gap: 4px; }
.stx-page .screen-stage { padding: 18px; }
.stx-page .screen-copy h3 { font-size: 25px; }
.stx-page .ui-grid { grid-template-columns: 1fr; }
.stx-page .ui-sidebar { display: none; }
.stx-page .ui-metrics { grid-template-columns: 1fr 1fr; }
.stx-page .chart-area { grid-template-columns: 1fr; }
.stx-page .donut { min-height: 135px; }
.stx-page .module-grid { grid-template-columns: 1fr; }
.stx-page .audit-row { grid-template-columns: 72px 1fr; }
.stx-page .audit-row span:last-child { grid-column: 2; }
.stx-page .audit-note { grid-template-columns: 1fr; gap: 7px; }
.stx-page .audit-note strong { white-space: normal; }
.stx-page .competence-stack { grid-template-rows: 230px auto; }
.stx-page .competence-stack .metrics { grid-template-columns: 1fr; }
.stx-page .competence-stack .metric, .stx-page .competence-stack .metric:nth-child(2n), .stx-page .competence-stack .metric:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.stx-page .competence-stack .metric:last-child { border-bottom: 0; }
.stx-page .team-proof .metrics { grid-template-columns: 1fr; }
.stx-page .team-proof .metric, .stx-page .team-proof .metric:nth-child(2n), .stx-page .team-proof .metric:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.stx-page .team-proof .metric:last-child { border-bottom: 0; }
.stx-page .product-contact { padding: 78px 0; }
.stx-page .contact-card { padding: 27px 20px; }
.stx-page .form-grid { grid-template-columns: 1fr; }
.stx-page .price-card { padding: 30px 24px; }
.stx-page .price-factors { grid-template-columns: 1fr; }
.stx-page .module-architecture { padding: 24px 18px; }
.stx-page .architecture-layer, .stx-page .architecture-core { padding: 22px 18px; }
.stx-page .architecture-legend { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
.stx-page *, .stx-page *::before, .stx-page *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
.stx-page .reveal { opacity: 1; transform: none; }
}