a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
  text-decoration: none !important;
}
a:hover { opacity: 0.85; }
.sc-logo { text-decoration: none !important; color: inherit !important; }
.sc-logo:hover { opacity: 1; }
.sc-card-btn,
.dp-btn-primary,
.dp-btn-secondary,
.dp-back-btn,
.dp-rel-card {
  text-decoration: none !important;
  color: inherit;
}

/* ── Loading screen ─────────────────────────────────────────────────────── */
html { scroll-behavior: smooth; }
body {
  margin: 0;
  padding: 0;
  background: #f8fafc;
  font-family: 'Inter', sans-serif;
  color: #1e293b;
  -webkit-font-smoothing: antialiased;
}
#root { min-height: 100vh; }
#loading {
  position: fixed; inset: 0; background: #f8fafc; z-index: 9999;
  display: flex; align-items: center; justify-content: center;
  transition: opacity 0.3s;
}
#loading svg { animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ── App ────────────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
.sc-root { font-family: 'Inter', sans-serif; background: #f8fafc; color: #1e293b; min-height: 100vh; -webkit-font-smoothing: antialiased; }

.sc-nav { position: sticky; top: 0; z-index: 200; background: rgba(248,250,252,0.97); backdrop-filter: blur(12px); border-bottom: 1px solid #e2e8f0; padding: 0 24px; box-shadow: 0 1px 4px rgba(0,0,0,0.06); }
.sc-nav-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 60px; }
.sc-logo { display: flex; align-items: center; gap: 12px; cursor: pointer; }
.sc-logo-text { line-height: 1.2; }
.sc-logo-name { font-size: 14px; font-weight: 600; color: #0f172a; letter-spacing: 0.3px; }
.sc-logo-sub { font-size: 10px; font-family: 'JetBrains Mono', monospace; color: #94a3b8; letter-spacing: 1px; text-transform: uppercase; }
.sc-nav-contact { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: #94a3b8; text-align: right; line-height: 1.8; display: none; }
@media(min-width: 640px) { .sc-nav-contact { display: block; } }

.sc-hero { background: linear-gradient(160deg, #f0f6ff 0%, #eff6ff 50%, #f8fafc 100%); border-bottom: 1px solid #e2e8f0; padding: 56px 24px 48px; position: relative; overflow: hidden; }
.sc-hero::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(ellipse 80% 50% at 70% 50%, rgba(59,111,212,0.07) 0%, transparent 70%); pointer-events: none; }
.sc-hero-inner { max-width: 1200px; margin: 0 auto; position: relative; }
.sc-hero-kicker { display: inline-flex; align-items: center; gap: 8px; font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase; color: #3b6fd4; margin-bottom: 20px; }
.sc-hero-kicker-dot { width: 6px; height: 6px; background: #3b6fd4; border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.3} }
.sc-hero h1 { font-size: clamp(26px, 4.5vw, 44px); font-weight: 700; line-height: 1.15; letter-spacing: -0.5px; color: #0f172a; margin-bottom: 16px; }
.sc-hero h1 span { color: #3b6fd4; }
.sc-hero-desc { font-size: 15px; color: #475569; line-height: 1.7; max-width: 580px; margin-bottom: 36px; }
.sc-hero-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.sc-hero-tag { padding: 5px 12px; border: 1px solid #bfdbfe; background: rgba(59,111,212,0.06); font-size: 11px; font-family: 'JetBrains Mono', monospace; color: #3b6fd4; letter-spacing: 0.5px; border-radius: 2px; }

.sc-missions { padding: 40px 24px 0; }
.sc-missions-inner { max-width: 1200px; margin: 0 auto; }
.sc-section-label { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: #94a3b8; margin-bottom: 16px; }
.sc-missions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1px; border: 1px solid #e2e8f0; background: #e2e8f0; border-radius: 4px; overflow: hidden; margin-bottom: 40px; }
.sc-mission-card { background: #ffffff; padding: 20px; display: flex; flex-direction: column; gap: 8px; transition: background 0.15s; }
.sc-mission-card:hover { background: #f8fafc; }
.sc-mission-icon { font-size: 22px; }
.sc-mission-title { font-size: 12px; font-weight: 600; color: #334155; }
.sc-mission-desc { font-size: 11px; color: #94a3b8; line-height: 1.5; }

.sc-filters { padding: 0 24px; position: sticky; top: 60px; z-index: 100; background: rgba(248,250,252,0.97); backdrop-filter: blur(8px); border-bottom: 1px solid #e2e8f0; box-shadow: 0 1px 3px rgba(0,0,0,0.04); }
.sc-filters-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.sc-filters-inner::-webkit-scrollbar { display: none; }
.sc-filter-btn { flex-shrink: 0; padding: 16px 18px; border: none; background: transparent; cursor: pointer; font-family: 'JetBrains Mono', monospace; font-size: 11px; font-weight: 500; letter-spacing: 0.5px; color: #94a3b8; border-bottom: 2px solid transparent; transition: all 0.15s; white-space: nowrap; }
.sc-filter-btn:hover { color: #64748b; }
.sc-filter-btn.active { color: #3b6fd4; border-bottom-color: #3b6fd4; }
.sc-filter-count { display: inline-flex; align-items: center; justify-content: center; background: #f1f5f9; color: #64748b; font-size: 9px; width: 16px; height: 16px; border-radius: 2px; margin-left: 6px; font-weight: 600; }
.sc-filter-btn.active .sc-filter-count { background: #3b6fd4; color: #fff; }

.sc-catalog { padding: 32px 24px 64px; }
.sc-catalog-inner { max-width: 1200px; margin: 0 auto; }
.sc-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 12px; }

.sc-card { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 4px; overflow: hidden; transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s; cursor: pointer; display: flex; flex-direction: column; }
.sc-card:hover { border-color: #93c5fd; transform: translateY(-2px); box-shadow: 0 8px 32px rgba(59,111,212,0.1), 0 0 0 1px rgba(59,111,212,0.1); }
.sc-card-head { padding: 12px 16px 10px; border-bottom: 1px solid #f1f5f9; display: flex; justify-content: space-between; align-items: flex-start; gap: 8px; }
.sc-card-cat { font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 500; padding: 3px 7px; border-radius: 2px; }
.sc-card-body { padding: 14px 16px; flex: 1; display: flex; flex-direction: column; gap: 7px; }
.sc-card-vendor { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 1px; text-transform: uppercase; color: #94a3b8; }
.sc-card-model { font-size: 15px; font-weight: 600; color: #0f172a; line-height: 1.2; }
.sc-card-desc { font-size: 12px; color: #64748b; line-height: 1.6; flex: 1; }
.sc-card-tags { display: flex; gap: 5px; flex-wrap: wrap; }
.sc-card-tag { font-size: 10px; padding: 2px 7px; border-radius: 2px; font-family: 'JetBrains Mono', monospace; background: #f8fafc; color: #94a3b8; border: 1px solid #e2e8f0; }
.sc-card-footer { padding: 10px 16px; border-top: 1px solid #f1f5f9; display: flex; gap: 8px; }
.sc-card-btn { flex: 1; padding: 8px; background: transparent; border: 1px solid #bfdbfe; color: #3b6fd4; font-size: 11px; font-family: 'JetBrains Mono', monospace; letter-spacing: 0.5px; cursor: pointer; border-radius: 2px; transition: all 0.15s; }
.sc-card-btn:hover { background: #3b6fd4; border-color: #3b6fd4; color: #fff; }
.sc-card-btn-detail { background: #f8fafc; border-color: #e2e8f0; color: #64748b; }
.sc-card-btn-detail:hover { background: #f1f5f9; border-color: #cbd5e1; color: #334155; }
.sc-empty { grid-column: 1/-1; text-align: center; padding: 60px 20px; font-family: 'JetBrains Mono', monospace; color: #cbd5e1; font-size: 13px; }

.prod-img-wrap { position: relative; overflow: hidden; background: #f1f5f9; flex-shrink: 0; border-bottom: 1px solid #f1f5f9; }
.prod-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; filter: brightness(0.97) contrast(1.02); transition: transform 0.35s ease; }
.sc-card:hover .prod-img-wrap img { transform: scale(1.04); }
.prod-img-ph { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; }
.prod-img-grid { position: absolute; inset: 0; pointer-events: none; }
.prod-img-accent { position: absolute; top: 0; left: 0; right: 0; height: 2px; }
.prod-img-icon { font-size: 32px; z-index: 1; margin-bottom: 8px; line-height: 1; }
.prod-img-name { font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: 1.5px; text-transform: uppercase; z-index: 1; opacity: 0.55; max-width: 80%; text-align: center; line-height: 1.4; }
.prod-img-corner { position: absolute; bottom: 6px; right: 8px; font-family: 'JetBrains Mono', monospace; font-size: 7px; letter-spacing: 1px; color: #cbd5e1; text-transform: uppercase; }

.dp-page { min-height: 100vh; animation: fadeIn 0.2s ease; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.dp-breadcrumb { padding: 14px 24px; border-bottom: 1px solid #e2e8f0; background: #f8fafc; }
.dp-breadcrumb-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; gap: 8px; font-family: 'JetBrains Mono', monospace; font-size: 11px; color: #94a3b8; }
.dp-back-btn { background: none; border: none; color: #3b6fd4; cursor: pointer; font-family: 'JetBrains Mono', monospace; font-size: 11px; padding: 0; transition: color 0.15s; }
.dp-back-btn:hover { color: #2563eb; }
.dp-sep { color: #e2e8f0; }
.dp-header { background: linear-gradient(160deg, #f0f6ff 0%, #eff6ff 100%); border-bottom: 1px solid #e2e8f0; padding: 36px 24px; }
.dp-header-inner { max-width: 1200px; margin: 0 auto; display: flex; gap: 36px; align-items: flex-start; flex-wrap: wrap; }
.dp-header-main { flex: 1; min-width: 260px; }
.dp-cat-badge { display: inline-block; font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; padding: 4px 10px; border-radius: 2px; margin-bottom: 12px; }
.dp-vendor { font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: #94a3b8; margin-bottom: 6px; }
.dp-title { font-size: clamp(22px, 4vw, 34px); font-weight: 700; color: #0f172a; letter-spacing: -0.3px; line-height: 1.15; margin-bottom: 14px; }
.dp-desc { font-size: 14px; color: #475569; line-height: 1.7; margin-bottom: 20px; }
.dp-header-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.dp-btn-primary { padding: 11px 22px; background: #3b6fd4; border: none; color: #fff; font-family: 'JetBrains Mono', monospace; font-size: 12px; letter-spacing: 0.5px; cursor: pointer; border-radius: 2px; transition: background 0.15s; white-space: nowrap; }
.dp-btn-primary:hover { background: #2563eb; }
.dp-btn-secondary { padding: 11px 22px; background: #ffffff; border: 1px solid #bfdbfe; color: #3b6fd4; font-family: 'JetBrains Mono', monospace; font-size: 12px; letter-spacing: 0.5px; cursor: pointer; border-radius: 2px; transition: all 0.15s; white-space: nowrap; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; }
.dp-btn-secondary:hover { background: #eff6ff; }

.dp-img-panel { width: 320px; flex-shrink: 0; }
@media(max-width: 768px) { .dp-img-panel { width: 100%; } }
.dp-img-frame { border: 1px solid #e2e8f0; border-radius: 4px; overflow: hidden; height: 240px; background: #f1f5f9; }
.dp-img-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.dp-img-caption { font-family: 'JetBrains Mono', monospace; font-size: 8px; letter-spacing: 1.5px; color: #cbd5e1; text-transform: uppercase; margin-top: 8px; text-align: center; }

.dp-body { max-width: 1200px; margin: 0 auto; padding: 36px 24px 64px; display: grid; grid-template-columns: 2fr 1fr; gap: 28px; }
@media(max-width: 900px) { .dp-body { grid-template-columns: 1fr; } }
.dp-section { margin-bottom: 32px; }
.dp-section-title { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: #94a3b8; margin-bottom: 14px; padding-bottom: 10px; border-bottom: 1px solid #e2e8f0; }
.dp-specs { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 4px; overflow: hidden; }
.dp-spec-row { display: grid; grid-template-columns: 1fr 1.4fr; border-bottom: 1px solid #f1f5f9; }
.dp-spec-row:last-child { border-bottom: none; }
.dp-spec-key { padding: 10px 14px; font-family: 'JetBrains Mono', monospace; font-size: 11px; color: #64748b; background: #f8fafc; letter-spacing: 0.3px; border-right: 1px solid #f1f5f9; }
.dp-spec-val { padding: 10px 14px; font-size: 12.5px; color: #334155; line-height: 1.5; }
.dp-features { display: flex; flex-direction: column; gap: 9px; }
.dp-feature { display: flex; gap: 10px; align-items: flex-start; padding: 11px 14px; background: #ffffff; border: 1px solid #e2e8f0; border-radius: 4px; }
.dp-feature-icon { color: #3b6fd4; font-size: 13px; flex-shrink: 0; margin-top: 1px; }
.dp-feature-text { font-size: 13px; color: #475569; line-height: 1.55; }
.dp-feature-text strong { color: #334155; font-weight: 600; }
.dp-apps { display: flex; flex-wrap: wrap; gap: 8px; }
.dp-app-tag { padding: 6px 13px; border-radius: 2px; font-size: 12px; font-weight: 500; border: 1px solid; }
.dp-sidebar-card { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 4px; padding: 18px; margin-bottom: 14px; }
.dp-sidebar-card-title { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: #94a3b8; margin-bottom: 12px; }
.dp-tag-cloud { display: flex; flex-wrap: wrap; gap: 6px; }
.dp-tag { font-size: 11px; padding: 4px 10px; background: #f8fafc; border: 1px solid #e2e8f0; color: #64748b; border-radius: 2px; font-family: 'JetBrains Mono', monospace; }
.dp-alert { display: flex; gap: 10px; padding: 13px; background: rgba(59,111,212,0.04); border: 1px solid rgba(59,111,212,0.14); border-radius: 4px; margin-bottom: 14px; }
.dp-alert-icon { font-size: 15px; flex-shrink: 0; }
.dp-alert-text { font-size: 12px; color: #3b6fd4; line-height: 1.6; }
.dp-related { max-width: 1200px; margin: 0 auto; padding: 0 24px 64px; }
.dp-related-title { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: #94a3b8; margin-bottom: 14px; padding-bottom: 10px; border-bottom: 1px solid #e2e8f0; }
.dp-related-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 10px; }
.dp-rel-card { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 4px; overflow: hidden; cursor: pointer; transition: border-color 0.15s, box-shadow 0.15s; }
.dp-rel-card:hover { border-color: #93c5fd; box-shadow: 0 4px 16px rgba(59,111,212,0.08); }
.dp-rel-img { height: 100px; }
.dp-rel-info { padding: 12px 14px; }
.dp-rel-vendor { font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: 1px; text-transform: uppercase; color: #94a3b8; margin-bottom: 3px; }
.dp-rel-model { font-size: 13px; font-weight: 600; color: #334155; margin-bottom: 5px; }
.dp-rel-desc { font-size: 11px; color: #64748b; line-height: 1.5; }

.sc-footer { background: #f1f5f9; border-top: 1px solid #e2e8f0; padding: 28px 24px; }
.sc-footer-inner { max-width: 1200px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 16px; align-items: center; justify-content: space-between; }
.sc-footer-brand { font-size: 13px; font-weight: 600; color: #475569; }
.sc-footer-regions { font-family: 'JetBrains Mono', monospace; font-size: 10px; color: #94a3b8; letter-spacing: 0.5px; }
.sc-footer-contact { font-family: 'JetBrains Mono', monospace; font-size: 11px; color: #64748b; text-align: right; line-height: 1.8; }

/* QUOTE MODAL */
.qm-overlay { position: fixed; inset: 0; background: rgba(15,23,42,0.45); backdrop-filter: blur(5px); z-index: 500; display: flex; align-items: center; justify-content: center; padding: 20px; animation: fadeIn 0.15s ease; }
.qm-box { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 8px; width: 100%; max-width: 540px; max-height: 92vh; overflow-y: auto; box-shadow: 0 24px 64px rgba(0,0,0,0.14); }
.qm-head { padding: 22px 24px 18px; border-bottom: 1px solid #f1f5f9; display: flex; justify-content: space-between; align-items: flex-start; position: sticky; top: 0; background: #fff; z-index: 2; border-radius: 8px 8px 0 0; }
.qm-title { font-size: 17px; font-weight: 700; color: #0f172a; }
.qm-subtitle { display: inline-flex; align-items: center; gap: 6px; margin-top: 5px; padding: 4px 10px; background: rgba(59,111,212,0.07); border: 1px solid rgba(59,111,212,0.15); border-radius: 3px; font-family: 'JetBrains Mono', monospace; font-size: 11px; color: #3b6fd4; }
.qm-close { background: #f8fafc; border: 1px solid #e2e8f0; cursor: pointer; color: #64748b; font-size: 18px; line-height: 1; width: 32px; height: 32px; border-radius: 4px; display: flex; align-items: center; justify-content: center; transition: all 0.15s; flex-shrink: 0; }
.qm-close:hover { background: #f1f5f9; color: #0f172a; }
.qm-body { padding: 22px 24px; display: flex; flex-direction: column; gap: 15px; }
.qm-note { font-size: 11px; color: #94a3b8; font-family: 'JetBrains Mono', monospace; }
.qm-note span { color: #dc2626; }
.qm-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media(max-width: 480px) { .qm-row { grid-template-columns: 1fr; } }
.qm-field { display: flex; flex-direction: column; gap: 5px; }
.qm-label { font-family: 'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 1.2px; text-transform: uppercase; color: #64748b; font-weight: 500; }
.qm-req { color: #dc2626; margin-left: 2px; }
.qm-input { padding: 9px 12px; border: 1px solid #e2e8f0; border-radius: 4px; font-size: 13px; font-family: 'Inter', sans-serif; color: #0f172a; background: #ffffff; transition: border-color 0.15s, box-shadow 0.15s; outline: none; width: 100%; }
.qm-input::placeholder { color: #cbd5e1; }
.qm-input:focus { border-color: #3b6fd4; box-shadow: 0 0 0 3px rgba(59,111,212,0.1); }
.qm-input.readonly { background: #f8fafc; color: #475569; cursor: default; }
.qm-textarea { resize: vertical; min-height: 100px; font-family: 'Inter', sans-serif; }
.qm-footer { padding: 16px 24px 20px; display: flex; gap: 10px; justify-content: flex-end; border-top: 1px solid #f1f5f9; }
.qm-btn-cancel { padding: 10px 20px; background: #f8fafc; border: 1px solid #e2e8f0; color: #64748b; font-family: 'JetBrains Mono', monospace; font-size: 11px; letter-spacing: 0.5px; cursor: pointer; border-radius: 4px; transition: all 0.15s; }
.qm-btn-cancel:hover { background: #f1f5f9; color: #334155; }
.qm-btn-submit { padding: 10px 24px; background: #3b6fd4; border: none; color: #fff; font-family: 'JetBrains Mono', monospace; font-size: 12px; letter-spacing: 0.5px; cursor: pointer; border-radius: 4px; transition: background 0.15s; display: flex; align-items: center; gap: 6px; }
.qm-btn-submit:hover { background: #2563eb; }
.qm-error { font-size: 11px; color: #dc2626; font-family: 'JetBrains Mono', monospace; margin-top: 2px; }