
:root{
  --bg:#0A0A0A; --panel:#1A1F24; --panel2:#10161c; --line:#29343e;
  --text:#FFFFFF; --muted:#AAB6C2; --cyan:#00D9FF; --teal:#22D3C5;
  --blue:#1A5BD7; --gold:#D4AF37; --max:1180px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;background:linear-gradient(rgba(41,52,62,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(41,52,62,.1) 1px,transparent 1px),var(--bg);background-size:40px 40px;color:var(--text);font-family:Inter,Segoe UI,Arial,sans-serif;line-height:1.6}
a{text-decoration:none;color:inherit} img{max-width:100%}.container{width:min(var(--max),calc(100% - 40px));margin:auto}
nav{position:sticky;top:0;z-index:50;background:rgba(10,10,10,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.nav-wrap{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.brand{display:flex;align-items:center;gap:12px;font-weight:800}.brand img{width:92px;height:auto;display:block}
.brand-copy{display:flex;flex-direction:column;line-height:1.1}.brand-copy strong{font-size:14px}.brand-copy small{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.12em;margin-top:4px}
.nav-links{display:flex;gap:22px;align-items:center;font-size:14px}.nav-links a{color:var(--muted)}.nav-links a.active,.nav-links a:hover{color:white}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:10px;border:1px solid var(--line);background:var(--panel2);font-weight:750;font-size:14px}
.btn.primary{background:linear-gradient(135deg,var(--cyan),var(--teal));color:#041015;border:none}.btn.ghost{background:rgba(26,31,36,.6)}
.hero{padding:96px 0 80px;border-bottom:1px solid var(--line);position:relative;overflow:hidden}.hero:after{content:"";position:absolute;right:-10%;top:-20%;width:620px;height:620px;background:radial-gradient(circle,rgba(0,217,255,.14),transparent 65%)}
.hero-grid{position:relative;z-index:1;display:block}
.hero-logo{display:none}
.eyebrow{color:var(--cyan);text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:800}
h1{font-size:clamp(48px,7vw,82px);line-height:1.02;letter-spacing:-.035em;margin:16px 0 18px}h2{font-size:clamp(30px,4vw,46px);line-height:1.12;margin:0 0 18px}h3{font-size:22px;margin:0 0 10px}
.lead{font-size:20px;color:var(--muted);max-width:850px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.hero-meta{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}
.pill{padding:8px 12px;border:1px solid var(--line);border-radius:999px;background:rgba(26,31,36,.8);font-size:12px;color:var(--muted)}.pill b{color:white}
.section{padding:78px 0}.section.alt{background:#10161c;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:36px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.card{border:1px solid var(--line);border-radius:16px;background:var(--panel);padding:24px}.card p{color:var(--muted)}
.product-card{display:grid;grid-template-columns:1.08fr .92fr;gap:34px;border:1px solid var(--line);border-radius:20px;background:var(--panel);padding:32px}.product-visual{border:1px solid rgba(0,217,255,.25);border-radius:16px;background:#090e12;padding:24px;display:grid;place-items:center}
.features{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:22px 0}.feature{padding:14px 16px;border:1px solid var(--line);border-radius:12px;background:#0d1318;color:var(--muted);font-size:13px}.feature b{display:block;color:white;margin-bottom:4px}
.tag{display:inline-flex;padding:6px 10px;border:1px solid rgba(34,211,197,.35);border-radius:999px;color:var(--teal);font-size:12px;font-weight:800}
.fact-list{display:grid;gap:14px}.fact,.contact-row{display:flex;justify-content:space-between;gap:20px;padding:15px 0;border-bottom:1px solid var(--line)}.fact span,.contact-row span{color:var(--muted)}.fact strong,.contact-row strong{text-align:right}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:34px}.form{display:grid;gap:14px}.form label{font-size:13px;color:var(--muted)}.form input,.form textarea,.form select{width:100%;padding:14px;border-radius:10px;border:1px solid var(--line);background:#0d1318;color:white;font:inherit}.form textarea{min-height:150px}
.notice{font-size:12px;color:var(--muted)}.footer{padding:42px 0;border-top:1px solid var(--line);color:var(--muted);font-size:13px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:26px}.footer a{display:block;margin:6px 0}.footer-logo{width:150px;height:auto}.legal{font-size:12px;color:#8996a1}
@media(max-width:900px){.hero-grid,.grid-2,.grid-3,.product-card,.contact-grid,.footer-grid{grid-template-columns:1fr}.features{grid-template-columns:1fr}.nav-links{display:none}.brand-copy{display:none}.fact,.contact-row{flex-direction:column}.fact strong,.contact-row strong{text-align:left}}

/* Final public-site refinements */
.brand-copy strong{font-size:13px}
.brand-copy small{font-size:9px}
.nav-wrap{min-height:72px}
@media(max-width:1100px){
  .brand img{width:78px}
  .brand-copy{display:none}
  .nav-links{gap:16px;font-size:13px}
}

/* Final header logo size adjustment */
.brand img{
  width:68px !important;
  height:auto !important;
}
@media(max-width:1100px){
  .brand img{
    width:58px !important;
  }
}


/* FINAL HEADER / NAV FIX */
nav{
  overflow:hidden !important;
}

.nav-wrap{
  min-height:72px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:18px !important;
  flex-wrap:nowrap !important;
}

.brand{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  min-width:0 !important;
  flex:0 0 auto !important;
}

.brand img{
  width:48px !important;
  max-width:48px !important;
  min-width:48px !important;
  height:auto !important;
  max-height:48px !important;
  object-fit:contain !important;
  display:block !important;
  flex:0 0 48px !important;
}

/* Hide the long brand copy in the header to prevent overlap/jumbled text */
.brand-copy{
  display:none !important;
}

.nav-links{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:18px !important;
  flex-wrap:nowrap !important;
  min-width:0 !important;
}

.nav-links a{
  white-space:nowrap !important;
  line-height:1.2 !important;
}

.nav-links .btn.primary{
  padding:10px 16px !important;
  border-radius:10px !important;
}

@media(max-width:1100px){
  .nav-wrap{
    min-height:68px !important;
    gap:12px !important;
  }
  .brand img{
    width:42px !important;
    max-width:42px !important;
    min-width:42px !important;
    max-height:42px !important;
    flex:0 0 42px !important;
  }
  .nav-links{
    gap:12px !important;
    font-size:12px !important;
  }
  .nav-links .btn.primary{
    padding:9px 14px !important;
  }
}

@media(max-width:820px){
  .nav-links{
    gap:10px !important;
    font-size:11px !important;
  }
}


/* Header logo size refinement */
.brand img{
  width:82px !important;
  max-width:82px !important;
  min-width:82px !important;
  height:auto !important;
  max-height:60px !important;
  object-fit:contain !important;
  flex:0 0 82px !important;
}
@media(max-width:1100px){
  .brand img{
    width:68px !important;
    max-width:68px !important;
    min-width:68px !important;
    max-height:52px !important;
    flex:0 0 68px !important;
  }
}

/* FINAL RESPONSIVE HEADER BALANCE */

/* Desktop: logo a little larger and menu closer to it */
@media(min-width:1101px){
  .nav-wrap{
    justify-content:flex-start !important;
    gap:0 !important;
  }

  .brand{
    flex:0 0 auto !important;
  }

  .brand img{
    width:96px !important;
    max-width:96px !important;
    min-width:96px !important;
    max-height:62px !important;
    flex:0 0 96px !important;
  }

  .nav-links{
    margin-left:42px !important;
    justify-content:flex-start !important;
    gap:20px !important;
  }
}

/* Tablet */
@media(min-width:821px) and (max-width:1100px){
  .nav-wrap{
    justify-content:flex-start !important;
    gap:0 !important;
  }

  .brand img{
    width:70px !important;
    max-width:70px !important;
    min-width:70px !important;
    max-height:52px !important;
    flex:0 0 70px !important;
  }

  .nav-links{
    margin-left:28px !important;
    gap:14px !important;
    font-size:12px !important;
  }
}

/* Phone: smaller logo so it cannot overlap the menu */
@media(max-width:820px){
  .nav-wrap{
    min-height:60px !important;
    justify-content:flex-start !important;
    gap:0 !important;
    padding-top:4px !important;
    padding-bottom:4px !important;
  }

  .brand img{
    width:40px !important;
    max-width:40px !important;
    min-width:40px !important;
    max-height:40px !important;
    flex:0 0 40px !important;
  }

  .nav-links{
    margin-left:14px !important;
    gap:9px !important;
    font-size:10px !important;
  }

  .nav-links .btn.primary{
    padding:8px 10px !important;
    font-size:10px !important;
  }
}

/* Very small phones */
@media(max-width:560px){
  .brand img{
    width:34px !important;
    max-width:34px !important;
    min-width:34px !important;
    max-height:34px !important;
    flex:0 0 34px !important;
  }

  .nav-links{
    margin-left:10px !important;
    gap:7px !important;
    font-size:9px !important;
  }

  .nav-links .btn.primary{
    padding:7px 8px !important;
    font-size:9px !important;
  }
}

/* FINAL NAV ALIGNMENT + MOBILE OVERLAP FIX */

/* Desktop: logo stays left, navigation uses the right side of the header */
@media(min-width:1101px){
  .nav-wrap{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:24px !important;
  }

  .brand{
    flex:0 0 auto !important;
  }

  .brand img{
    width:96px !important;
    max-width:96px !important;
    min-width:96px !important;
    max-height:62px !important;
    flex:0 0 96px !important;
  }

  .nav-links{
    margin-left:auto !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    gap:20px !important;
    width:auto !important;
  }
}

/* Tablet */
@media(min-width:821px) and (max-width:1100px){
  .nav-wrap{
    justify-content:space-between !important;
    gap:14px !important;
  }

  .brand img{
    width:68px !important;
    max-width:68px !important;
    min-width:68px !important;
    max-height:50px !important;
    flex:0 0 68px !important;
  }

  .nav-links{
    margin-left:auto !important;
    justify-content:flex-end !important;
    gap:11px !important;
    font-size:11px !important;
  }
}

/* Mobile: shrink logo enough to prevent overlap and tighten menu */
@media(max-width:820px){
  .nav-wrap{
    min-height:58px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:6px !important;
    padding-top:4px !important;
    padding-bottom:4px !important;
  }

  .brand{
    flex:0 0 auto !important;
  }

  .brand img{
    width:28px !important;
    max-width:28px !important;
    min-width:28px !important;
    max-height:28px !important;
    flex:0 0 28px !important;
  }

  .nav-links{
    margin-left:auto !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    gap:6px !important;
    font-size:9px !important;
  }

  /* Keep only the Contact button, not a second plain Contact link */
  .nav-links a[href="contact.html"]:not(.btn){
    display:none !important;
  }

  .nav-links .btn.primary{
    padding:7px 9px !important;
    font-size:9px !important;
  }
}

/* Small phones */
@media(max-width:560px){
  .brand img{
    width:24px !important;
    max-width:24px !important;
    min-width:24px !important;
    max-height:24px !important;
    flex:0 0 24px !important;
  }

  .nav-links{
    gap:5px !important;
    font-size:8px !important;
  }

  .nav-links .btn.primary{
    padding:6px 8px !important;
    font-size:8px !important;
  }
}

/* FINAL HEADER POLISH — larger desktop header, single Contact CTA */

/* Remove the duplicate plain Contact nav link everywhere */
.nav-links a[href="contact.html"]:not(.btn){
  display:none !important;
}

/* Desktop */
@media(min-width:1101px){
  .nav-wrap{
    min-height:92px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:28px !important;
  }

  .brand img{
    width:122px !important;
    max-width:122px !important;
    min-width:122px !important;
    max-height:72px !important;
    flex:0 0 122px !important;
  }

  .nav-links{
    margin-left:auto !important;
    justify-content:flex-end !important;
    gap:24px !important;
    font-size:14px !important;
  }

  .nav-links .btn.primary{
    padding:12px 18px !important;
    font-size:14px !important;
  }
}

/* Tablet */
@media(min-width:821px) and (max-width:1100px){
  .nav-wrap{
    min-height:76px !important;
    justify-content:space-between !important;
    gap:16px !important;
  }

  .brand img{
    width:82px !important;
    max-width:82px !important;
    min-width:82px !important;
    max-height:58px !important;
    flex:0 0 82px !important;
  }

  .nav-links{
    margin-left:auto !important;
    gap:13px !important;
    font-size:12px !important;
  }

  .nav-links .btn.primary{
    padding:9px 13px !important;
    font-size:11px !important;
  }
}

/* Mobile: stack logo above menu so nothing overlaps */
@media(max-width:820px){
  .nav-wrap{
    min-height:auto !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    gap:6px !important;
    padding:7px 0 !important;
  }

  .brand{
    width:100% !important;
    justify-content:center !important;
  }

  .brand img{
    width:52px !important;
    max-width:52px !important;
    min-width:52px !important;
    max-height:38px !important;
    flex:0 0 auto !important;
  }

  .nav-links{
    width:100% !important;
    margin:0 !important;
    justify-content:center !important;
    gap:8px !important;
    font-size:10px !important;
    flex-wrap:nowrap !important;
  }

  .nav-links a{
    white-space:nowrap !important;
  }

  .nav-links .btn.primary{
    padding:7px 10px !important;
    font-size:10px !important;
  }
}

@media(max-width:560px){
  .brand img{
    width:46px !important;
    max-width:46px !important;
    min-width:46px !important;
    max-height:34px !important;
  }

  .nav-links{
    gap:6px !important;
    font-size:9px !important;
  }

  .nav-links .btn.primary{
    padding:6px 8px !important;
    font-size:9px !important;
  }
}


/* ===== FINAL HEADER LOGO TIGHTENING ===== */
.brand{
  overflow:hidden !important;
  height:64px !important;
  display:flex !important;
  align-items:center !important;
}

.brand img{
  width:142px !important;
  max-width:none !important;
  min-width:142px !important;
  height:auto !important;
  max-height:none !important;
  object-fit:contain !important;
  transform:scale(1.16) !important;
  transform-origin:left center !important;
  margin-left:-8px !important;
}

/* Desktop header stays the same height; artwork simply reads larger */
@media(min-width:1101px){
  .nav-wrap{
    min-height:92px !important;
  }
  .brand{
    width:150px !important;
    height:70px !important;
  }
  .brand img{
    width:142px !important;
    min-width:142px !important;
    transform:scale(1.18) !important;
    margin-left:-9px !important;
  }
}

/* Tablet */
@media(min-width:821px) and (max-width:1100px){
  .brand{
    width:98px !important;
    height:58px !important;
  }
  .brand img{
    width:94px !important;
    min-width:94px !important;
    transform:scale(1.12) !important;
    margin-left:-5px !important;
  }
}

/* Mobile keeps the stacked layout, but prevents overlap */
@media(max-width:820px){
  .brand{
    width:100% !important;
    height:42px !important;
    justify-content:center !important;
    overflow:hidden !important;
  }
  .brand img{
    width:60px !important;
    min-width:60px !important;
    transform:scale(1.05) !important;
    transform-origin:center center !important;
    margin-left:0 !important;
  }
}

/* ===== FLOATING BACK-TO-TOP BUTTON ===== */
#backToTop{
  position:fixed;
  right:20px;
  bottom:20px;
  z-index:1000;
  width:42px;
  height:42px;
  border:0;
  border-radius:10px;
  background:linear-gradient(135deg,var(--cyan),var(--teal));
  color:#041015;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  font-weight:900;
  line-height:1;
  cursor:pointer;
  box-shadow:0 10px 28px rgba(0,217,255,.20);
  opacity:0;
  visibility:hidden;
  transform:translateY(8px);
  transition:opacity .2s ease, transform .2s ease, visibility .2s ease;
}

#backToTop.show{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

#backToTop:hover{
  transform:translateY(-2px);
}

#backToTop:focus-visible{
  outline:2px solid #fff;
  outline-offset:3px;
}

@media(max-width:560px){
  #backToTop{
    width:38px;
    height:38px;
    right:14px;
    bottom:14px;
    border-radius:9px;
    font-size:20px;
  }
}


/* ===== MINI FIX: TRUE TWO-ROW MOBILE HEADER ===== */
@media(max-width:820px){

  .nav-wrap{
    min-height:auto !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    gap:10px !important;
    padding:10px 14px 12px !important;
  }

  .brand{
    width:100% !important;
    height:auto !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    overflow:visible !important;
    margin:0 !important;
    padding:0 !important;
  }

  .brand img{
    width:74px !important;
    min-width:74px !important;
    max-width:74px !important;
    height:auto !important;
    max-height:none !important;
    transform:none !important;
    margin:0 auto !important;
  }

  .brand-copy{
    display:none !important;
  }

  .nav-links{
    width:100% !important;
    margin:0 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    flex-wrap:nowrap !important;
    gap:10px !important;
    font-size:10px !important;
  }

  .nav-links a{
    white-space:nowrap !important;
    margin:0 !important;
  }

  .nav-links .btn.primary{
    padding:8px 11px !important;
    font-size:10px !important;
    border-radius:9px !important;
  }
}

@media(max-width:560px){

  .nav-wrap{
    gap:8px !important;
    padding:8px 10px 10px !important;
  }

  .brand img{
    width:66px !important;
    min-width:66px !important;
    max-width:66px !important;
  }

  .nav-links{
    gap:7px !important;
    font-size:9px !important;
  }

  .nav-links .btn.primary{
    padding:7px 9px !important;
    font-size:9px !important;
  }
}
