/* Quantum International Corp — SaaS-style static site (Netlify drag-and-drop)
   Animations: AOS (scroll reveals) + subtle hero gradient drift + micro-interactions.
*/
:root{
  --bg:#0B1020; --text:rgba(255,255,255,.92); --muted:rgba(255,255,255,.70); --faint:rgba(255,255,255,.55);
  --brand1:#3B82F6; --brand2:#A855F7; --shadow:0 18px 45px rgba(0,0,0,.35);
  --radius:18px; --radius2:24px; --container:1120px;
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  background: var(--bg);
  color:var(--text); line-height:1.55;
}
a{color:inherit; text-decoration:none}
.container{width:min(100% - 40px, var(--container)); margin:0 auto}

.site-header{
  position:sticky; top:0; z-index:50;
  background:rgba(11,16,32,.62); backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.nav{display:flex; align-items:center; justify-content:space-between; padding:14px 0; gap:18px}
.brand{display:flex; align-items:center; gap:12px; min-width:240px}
.brand-logo{width:40px; height:40px; border-radius:12px; box-shadow:0 10px 25px rgba(0,0,0,.25); object-fit:cover}
.brand-name{font-weight:700; letter-spacing:.2px}
.brand-meta{font-size:12px; color:var(--muted)}

.nav-links{display:flex; gap:18px; align-items:center; color:var(--muted)}
.nav-links a{padding:8px 10px; border-radius:10px; transition:background .15s ease, color .15s ease}
.nav-links a:hover{background:rgba(255,255,255,.06); color:var(--text)}
.nav-ctas{display:flex; gap:10px; align-items:center}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:11px 14px; border-radius:14px; border:1px solid transparent;
  font-weight:600; letter-spacing:.1px;
  transition:transform .15s ease, background .15s ease, border-color .15s ease, box-shadow .15s ease;
  cursor:pointer; user-select:none; white-space:nowrap;
}
.btn:active{transform:translateY(1px)}
.btn-primary{background:linear-gradient(135deg, var(--brand1), var(--brand2)); box-shadow:0 14px 30px rgba(59,130,246,.18)}
.btn-primary:hover{box-shadow:0 18px 45px rgba(168,85,247,.18)}
.btn-secondary{background:rgba(255,255,255,.10); border-color:rgba(255,255,255,.14)}
.btn-secondary:hover{background:rgba(255,255,255,.14)}
.btn-ghost{background:transparent; border-color:rgba(255,255,255,.18); color:var(--text)}
.btn-ghost:hover{background:rgba(255,255,255,.06)}
.btn-small{padding:9px 12px; border-radius:12px; font-size:14px}


.mobile-drawer{
  border-top:1px solid rgba(255,255,255,.08);
  background:rgba(11,16,32,.72); backdrop-filter:blur(16px);
}
.mobile-links{padding:14px 0 18px; display:grid; gap:10px}
.mobile-links a{padding:12px 12px; border-radius:14px; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.10)}
.mobile-ctas{display:flex; gap:10px; flex-wrap:wrap; margin-top:8px}

.hero{position:relative; padding:56px 0 26px; overflow:hidden overflow:hidden;}
.hero-bg{
  position:absolute; inset:0;
  background:radial-gradient(800px 520px at 22% 18%, rgba(59,130,246,.42), transparent 60%),
             radial-gradient(780px 520px at 78% 28%, rgba(168,85,247,.36), transparent 60%),
             radial-gradient(500px 340px at 55% 80%, rgba(255,255,255,.08), transparent 60%);
  opacity:.65; animation:drift 10s ease-in-out infinite alternate; pointer-events:none;
}
@keyframes drift{from{transform:translate3d(-8px,-6px,0) scale(1.02)} to{transform:translate3d(10px,8px,0) scale(1.05)}}


.pill{
  display:inline-flex; align-items:center; gap:10px;
  padding:8px 12px; border-radius:999px;
  background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.12);
  color:var(--muted); font-size:13px;
}
.pill .dot{width:10px; height:10px; border-radius:999px; background:linear-gradient(135deg, var(--brand1), var(--brand2)); box-shadow:0 0 0 4px rgba(59,130,246,.12)}
h1{font-size:clamp(34px, 4.1vw, 54px); line-height:1.06; margin:14px 0; letter-spacing:-.6px}
.lead{font-size:17px; color:var(--muted); max-width:62ch}
.hero-ctas{display:flex; gap:12px; flex-wrap:wrap; margin-top:18px}

.trust-row{margin-top:18px}
.trust-label{color:var(--faint); font-size:13px; margin-bottom:10px}
.trust-badges{display:flex; flex-wrap:wrap; gap:10px}
.badge{padding:7px 10px; border-radius:999px; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.10); font-size:13px; color:var(--muted)}

.hero-panel{display:grid; gap:12px}
.panel-card{
  background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.05));
  border:1px solid rgba(255,255,255,.12); border-radius:var(--radius2);
  padding:16px; box-shadow:var(--shadow);
}
.panel-card.subtle{background:rgba(255,255,255,.05); box-shadow:none}
.panel-title{font-weight:700; margin-bottom:10px}
.panel-grid{display:grid; grid-template-columns:repeat(2, minmax(0,1fr)); gap:12px}
.metric{padding:12px; border-radius:16px; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.10)}
.metric-value{font-size:22px; font-weight:800; letter-spacing:-.3px}
.metric-label{color:var(--muted); font-size:13px; margin-top:2px}
.muted{color:var(--muted)}
.panel-note{margin-top:12px; color:var(--muted); font-size:13px}

.checklist{list-style:none; padding:0; margin:0; display:grid; gap:10px}
.checklist li{position:relative; padding-left:28px; color:var(--muted)}
.checklist li::before{
  content:""; position:absolute; left:0; top:7px; width:16px; height:16px; border-radius:6px;
  background:linear-gradient(135deg, var(--brand1), var(--brand2)); box-shadow:0 0 0 4px rgba(168,85,247,.10);
}

.section{padding:54px 0}
.section-alt{background:rgba(255,255,255,.02); border-top:1px solid rgba(255,255,255,.06); border-bottom:1px solid rgba(255,255,255,.06)}
.section-head{max-width:78ch; margin-bottom:22px}
.section-head h2{margin:0 0 10px; font-size:clamp(26px, 2.7vw, 36px); letter-spacing:-.4px}
.section-head p{margin:0; color:var(--muted)}

.card{
  background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.10);
  border-radius:var(--radius); padding:16px;
  transition:transform .18s ease, background .18s ease, border-color .18s ease;
}
.card:hover{transform:translateY(-2px); background:rgba(255,255,255,.07); border-color:rgba(255,255,255,.14)}
.card h3{margin:10px 0 6px; font-size:16px}
.card p{margin:0; color:var(--muted); font-size:14px}

.product-grid{display:grid; grid-template-columns:repeat(3, minmax(0,1fr)); gap:12px; align-items:stretch}
.product-top{display:flex; align-items:center; justify-content:space-between; gap:10px; margin-bottom:8px}
.product-name{font-weight:800; letter-spacing:-.2px}
.tag{font-size:12px; color:rgba(255,255,255,.75); background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.12); padding:6px 10px; border-radius:999px}
.product h3{margin:6px 0 10px}
.product p{margin:0 0 12px; color:var(--muted)}
.bullets{margin:0; padding-left:18px; color:var(--muted); display:grid; gap:6px}
.product-actions{margin-top:auto; padding-top:12px}
.link{color:rgba(255,255,255,.92); font-weight:600; opacity:.9}
.link:hover{opacity:1; text-decoration:underline}

.mini{margin-top:12px; padding:12px; border-radius:18px; background:rgba(0,0,0,.18); border:1px solid rgba(255,255,255,.10)}
.mini-title{font-weight:700; margin-bottom:8px}
.mini-row{display:flex; flex-wrap:wrap; gap:8px}
.chip{font-size:12px; padding:6px 10px; border-radius:999px; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.12); color:var(--muted)}

.solutions{display:grid; grid-template-columns:repeat(3, minmax(0,1fr)); gap:12px}
.solution{border-radius:var(--radius2); border:1px solid rgba(255,255,255,.10); background:rgba(255,255,255,.05); padding:16px}
.solution-head p{color:var(--muted); margin:6px 0 0}
.solution h3{margin:0}

.security-grid{display:grid; grid-template-columns:1fr 1fr; gap:12px}
.security-card{border-radius:var(--radius2); border:1px solid rgba(255,255,255,.10); background:rgba(255,255,255,.05); padding:16px}
.callout{
  margin-top:12px; padding:14px; border-radius:18px;
  border:1px solid rgba(168,85,247,.20);
  background:linear-gradient(180deg, rgba(168,85,247,.12), rgba(59,130,246,.08));
}
.callout-title{font-weight:800; margin-bottom:6px}

.investor-wrap{display:grid; grid-template-columns:1.2fr .8fr; gap:12px; align-items:start}
.investor-links{display:flex; gap:10px; flex-wrap:wrap; margin-top:14px}
.note{
  margin-top:12px; color:var(--muted); font-size:13px;
  padding:12px; border-radius:18px; background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.08);
}
.investor-card{border-radius:var(--radius2); border:1px solid rgba(255,255,255,.10); background:rgba(255,255,255,.05); padding:16px}
.card-title{font-weight:800; margin-bottom:10px}
.ir-list{display:grid; gap:10px; margin-bottom:14px}
.ir-item{display:flex; justify-content:space-between; gap:10px; padding:10px; border-radius:16px; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.10)}
.ir-k{color:var(--muted); font-size:13px}
.ir-v{font-weight:600}

.contact-grid{display:grid; grid-template-columns:1fr 1fr; gap:12px; align-items:start}
.contact-cards{display:grid; gap:10px; margin-top:14px}
.mini-card{padding:12px; border-radius:18px; background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.08)}

.form{padding:16px; border-radius:var(--radius2); background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.10)}
label{display:grid; gap:6px; color:var(--muted); font-size:13px}
input, textarea{
  width:100%; padding:12px 12px; border-radius:14px;
  border:1px solid rgba(255,255,255,.14); background:rgba(0,0,0,.20); color:var(--text);
}
textarea{resize:vertical}
.form-row{display:grid; grid-template-columns:1fr 1fr; gap:10px}
.form-note{margin:10px 0 0; color:var(--muted); font-size:12px}

input:focus, textarea:focus, button:focus, a:focus{outline:2px solid rgba(59,130,246,.55); outline-offset:2px}

.footer{padding:30px 0 36px; border-top:1px solid rgba(255,255,255,.08); background:rgba(0,0,0,.14)}
.footer-grid{display:flex; justify-content:space-between; gap:18px; align-items:flex-start; flex-wrap:wrap}
.footer-logo{width:44px; height:44px; border-radius:14px; object-fit:cover; box-shadow:0 10px 25px rgba(0,0,0,.25)}
.footer-name{font-weight:800; margin-top:10px}
.footer-meta{color:var(--muted); font-size:13px; margin-top:6px}
.footer-links{display:grid; gap:10px; min-width:220px; color:var(--muted)}
.footer-links a:hover{color:var(--text); text-decoration:underline}

@media (max-width: 980px){
    .investor-wrap{grid-template-columns:1fr}
  .contact-grid{grid-template-columns:1fr}
    .product-grid{grid-template-columns:1fr}
  .solutions{grid-template-columns:1fr}
  .security-grid{grid-template-columns:1fr}
}
@media (max-width: 860px){
  .nav-links{display:none}
  .hamburger{display:inline-flex; align-items:center; justify-content:center}
}
@media (prefers-reduced-motion: reduce){
  *{animation-duration:.001ms !important; animation-iteration-count:1 !important; transition-duration:.001ms !important; scroll-behavior:auto !important}
  .hero-bg{animation:none !important}
}


/* =========================
   Futuristic Web3 Enhancements
   ========================= */

:root{
  --neon1: rgba(59,130,246,.95);
  --neon2: rgba(168,85,247,.95);
  --neon3: rgba(34,197,94,.75);
  --glass: rgba(255,255,255,.06);
  --glass2: rgba(255,255,255,.09);
  --stroke: rgba(255,255,255,.14);
  --stroke2: rgba(255,255,255,.10);
}

/* Sharper type rendering */
body{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Logo gets a subtle halo */
.brand-logo, .footer-logo{
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  box-shadow:
    0 10px 25px rgba(0,0,0,.25),
    0 0 0 6px rgba(59,130,246,.10),
    0 0 40px rgba(168,85,247,.16);
}

/* Futuristic hover for nav */
.nav-links a:hover{
  background: rgba(255,255,255,.07);
  box-shadow: 0 0 0 1px rgba(59,130,246,.22) inset;
}

/* Hero FX layers */
.hero{
  isolation: isolate;
 overflow:hidden;}
.hero-gridfx{
  position:absolute;
  inset:0;
  z-index:0;
  background:
    linear-gradient(to right, rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(60% 55% at 50% 35%, rgba(0,0,0,1), rgba(0,0,0,0));
  opacity: .35;
  transform: perspective(800px) rotateX(58deg) translateY(-120px);
  animation: gridfloat 9s ease-in-out infinite alternate;
  pointer-events:none;
}
@keyframes gridfloat{
  from{ transform: perspective(800px) rotateX(58deg) translateY(-130px) translateX(-10px); opacity:.28; }
  to{ transform: perspective(800px) rotateX(58deg) translateY(-105px) translateX(10px); opacity:.38; }
}

.hero-noise{
  position:absolute;
  inset:0;
  z-index:0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E");
  opacity:.10;
  mix-blend-mode: overlay;
  pointer-events:none;
}

/* Ensure content sits above FX */
.hero .container{ position: relative; z-index: 2; }

/* Buttons: subtle shimmer and neon edge */
.btn{
  position: relative;
  overflow: hidden;
}
.btn::after{
  content:"";
  position:absolute;
  inset:-40%;
  background: linear-gradient(120deg, transparent 40%, rgba(255,255,255,.22), transparent 60%);
  transform: translateX(-60%) rotate(15deg);
  opacity: 0;
  transition: opacity .2s ease;
}
.btn:hover::after{
  opacity: 1;
  animation: shimmer 1.1s ease forwards;
}
@keyframes shimmer{
  from{ transform: translateX(-60%) rotate(15deg); }
  to{ transform: translateX(60%) rotate(15deg); }
}

/* Cards: glass + glow */
.card, .product, .solution, .security-card, .investor-card, .form, .panel-card{
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.04));
  border-color: rgba(255,255,255,.12);
}
.card:hover, .product:hover, .solution:hover{
  box-shadow: 0 18px 48px rgba(0,0,0,.30), 0 0 0 1px rgba(59,130,246,.16) inset;
  transform: translateY(-3px);
}

/* Featured product: stronger neon */

/* Divider between hero and about */
.divider{
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(59,130,246,.55), rgba(168,85,247,.55), transparent);
  opacity: .65;
}

/* Make tags/chips look more "web3" */
.tag, .chip, .badge{
  backdrop-filter: blur(10px);
}

/* Mobile polish */
@media (max-width: 860px){
  /* Hide header CTAs; keep hamburger */
  .nav-ctas .btn{ display:none; }
  .hamburger{ display:inline-flex; align-items:center; justify-content:center; }

  /* Hero breathing room */
  .hero{ padding-top: 72px; padding-bottom: 42px;  overflow:hidden;}
  h1{ font-size: clamp(30px, 7vw, 42px); }

  /* Lower intensity FX for small screens */
  .hero-bg{ opacity: .45; }
  .hero-gridfx{ opacity: .22; transform: perspective(720px) rotateX(58deg) translateY(-120px); }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce){
  .hero-gridfx{ animation: none !important; }
  .btn:hover::after{ animation: none !important; }
}


/* Cohesive icon system (no emojis) */
.card-icon{
  width: 40px;
  height: 40px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.14);
  background:
    radial-gradient(120% 120% at 20% 15%, rgba(59,130,246,.30), transparent 55%),
    radial-gradient(120% 120% at 80% 35%, rgba(168,85,247,.26), transparent 55%),
    rgba(255,255,255,.04);
  box-shadow:
    0 14px 30px rgba(0,0,0,.22),
    0 0 0 6px rgba(59,130,246,.08);
  position: relative;
  overflow: hidden;
}

/* Minimal glyph lines per card */
.card-icon::before{
  content:"";
  position:absolute;
  inset: 10px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.18);
  opacity: .75;
}

.card-icon::after{
  content:"";
  position:absolute;
  width: 18px; height: 18px;
  left: 11px; top: 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(59,130,246,.85), rgba(168,85,247,.85));
  opacity: .85;
  filter: blur(.0px);
}

/* Per-icon variants */
.card-icon[data-icon="comms"]::after{ left: 18px; top: 8px; width: 14px; height: 14px; opacity:.9; }
.card-icon[data-icon="ai"]::after{ left: 12px; top: 18px; width: 16px; height: 16px; opacity:.85; }
.card-icon[data-icon="enterprise"]::after{ left: 20px; top: 20px; width: 12px; height: 12px; opacity:.9; }

/* Use the new logo cleanly */
.brand-logo, .footer-logo{
  object-fit: contain;
  background: transparent;
}


/* Mobile hamburger: make sure it's always visible */
.hamburger{
  display:none;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.06);
}
.hamburger span{
  display:block;
  height: 2px;
  margin: 6px 11px;
  background: rgba(255,255,255,.92);
  border-radius: 999px;
}



@media (max-width: 980px){
  
}


/* Cohesive hero layout */

.hero-panel{
  display: grid;
  gap: 12px;
  justify-self: end;
  width: 100%;
  max-width: 520px;
}

.hero-ir .panel-card{
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.05));
}

.hero-ir .ir-item{
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: start;
}

.hero-ir .ir-k{
  color: rgba(255,255,255,.65);
  font-size: 12px;
  letter-spacing: .2px;
  text-transform: uppercase;
}

.hero-ir .ir-v{
  font-weight: 600;
}

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

@media (max-width: 980px){
    .hero-panel{ justify-self: stretch; max-width: none; }
}



/* =========================
   Layout cleanup (cohesion + spacing)
   ========================= */

/* Make sections breathe and stop overlaps */
.section{ padding: 68px 0; }
.section-head{ margin-bottom: 28px; }

/* Contact: even columns, matched heights, consistent gaps */
.contact-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: stretch;
}

.contact-copy{
  display:flex;
  flex-direction: column;
  gap: 14px;
}

.contact-cards{
  display:grid;
  gap: 12px;
}

.mini-card{
  min-height: 92px;
  display:flex;
  flex-direction: column;
  justify-content: center;
}

.form{
  height: 100%;
  display:flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
}

.form-row{
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

textarea{ min-height: 140px; }

/* Prevent long address/email from causing weird compression */


/* Footer: align columns and avoid crowding */
.footer-grid{
  display:grid;
  grid-template-columns: 1fr 260px;
  gap: 18px;
  align-items: start;
}

.footer-links{
  justify-items: start;
}

@media (max-width: 980px){
  .contact-grid{ grid-template-columns: 1fr; }
  .footer-grid{ grid-template-columns: 1fr; }
}

/* Reduce excessive hero/section seam line thickness look */
.divider{ margin-top: 6px; margin-bottom: 6px; opacity:.5; }


/* =========================
   Text wrapping fix
   ========================= */

.card, .product, .mini-card, .ir-item{
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}






/* =========================
   About card layout fix (prevent narrow text columns)
   ========================= */










/* Hero-only gradient background */
.hero{
  background:
    radial-gradient(1200px 800px at 20% 0%, rgba(59,130,246,.22), transparent 60%),
    radial-gradient(1200px 800px at 90% 20%, rgba(168,85,247,.20), transparent 55%),
    var(--bg);
}




/* =========================
   Simplified layout (v16)
   ========================= */

body{
  background: #0B1020;
}

.hero{
  padding: 70px 0 40px;
  background:
    radial-gradient(900px 600px at 20% 0%, rgba(59,130,246,.18), transparent 60%),
    radial-gradient(900px 600px at 80% 20%, rgba(168,85,247,.10), transparent 55%), transparent 55%),
    #0B1020;
}

.hero-simple{
  max-width: 900px;
}

.hero h1{
  margin-bottom: 18px;
}





@media (max-width: 980px){
  
}

.section{
  padding: 70px 0;
}





/* =========================
   Hero alignment (left, within container)
   ========================= */
.hero-simple{
  max-width: 920px;
  margin: 0 auto;          /* keep centered container */
  text-align: left;        /* left-align text only */
}
.hero-simple h1,
.hero-simple .lead{
  text-align: left;
}

/* Reduce desktop headline just a touch to avoid edge crowding */
@media (min-width: 980px){
  .hero-simple h1{
    font-size: clamp(44px, 4.4vw, 60px);
  }
}


/* =========================
   Centered About section
   ========================= */
#about .section-head{
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

#about .section-head p{
  margin-left: auto;
  margin-right: auto;
}

#about .section-head h2{
  text-align: center;
}


/* =========================
   Product cards: unified glow style
   ========================= */

.product{
  position: relative;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius2);
  padding: 16px;
  display:flex;
  flex-direction: column;
  min-height: 100%;
}




.product > *{ position: relative; z-index: 1; }

.product:hover{ transform: translateY(-2px); box-shadow: 0 14px 32px rgba(0,0,0,.25); }

.product.featured{
  /* keep featured class but no longer visually unique */
}


/* =========================
   Background: Dynamic PCB Routing (dense, white + subtle blue)
   ========================= */
#bgCanvas{
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: .48;
}

.site-header, main, footer{
  position: relative;
  z-index: 1;
}


/* =========================
   Background: Realistic PCB Routing (Option C)
   ========================= */
#bgCanvas{
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: .34;
}
.site-header, main, footer{
  position: relative;
  z-index: 1;
}
@media (prefers-reduced-motion: reduce){
  #bgCanvas{ display:none; }
}
