*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
 margin:0;
 font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
 color:#eaf6ff;
 background:
 radial-gradient(circle at 12% 5%,rgba(0,229,255,.15),transparent 27%),
 radial-gradient(circle at 88% 8%,rgba(139,92,246,.16),transparent 30%),
 linear-gradient(180deg,#020617,#050816 50%,#020617);
 min-height:100vh
}
a{text-decoration:none;color:inherit}
.container{width:min(1220px,calc(100% - 40px));margin:auto}
header{
 position:sticky;top:0;z-index:50;
 border-bottom:1px solid rgba(125,249,255,.14);
 background:rgba(2,6,23,.83);
 backdrop-filter:blur(22px)
}
nav{min-height:90px;display:flex;align-items:center;justify-content:space-between;gap:25px}
.brand{font-size:20px;font-weight:950;letter-spacing:.6px}
.brand span{
 background:linear-gradient(90deg,#7df9ff,#c084fc,#fff);
 -webkit-background-clip:text;color:transparent
}
.menu{display:flex;gap:22px;color:#a9bad0;font-size:14px}
.menu a:hover{color:#7df9ff}
.hero{padding:78px 0 48px}
.badge{
 display:inline-flex;padding:8px 13px;border-radius:999px;
 border:1px solid rgba(125,249,255,.23);
 background:rgba(0,229,255,.07);
 color:#7df9ff;font-weight:850;font-size:12px
}
h1{font-size:56px;line-height:1.03;letter-spacing:-2px;margin:18px 0}
h2{margin-top:0}
.lead{max-width:850px;color:#a9bad0;font-size:18px;line-height:1.7}
.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.products{padding:20px 0 80px}
.card{
 border:1px solid rgba(255,157,0,.38);
 border-radius:26px;
 background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025));
 padding:24px;
 box-shadow:0 25px 80px rgba(0,0,0,.24)
}
.product-image{
 width:100%;height:280px;object-fit:contain;
 border-radius:20px;background:rgba(0,0,0,.25);
 margin-bottom:20px
}
.placeholder{
 height:280px;border-radius:20px;
 display:grid;place-items:center;
 background:linear-gradient(135deg,rgba(0,229,255,.08),rgba(139,92,246,.08));
 color:#6e879e;margin-bottom:20px
}
.btn{
 display:inline-flex;align-items:center;justify-content:center;
 padding:12px 17px;border:0;border-radius:13px;
 background:linear-gradient(90deg,#00e5ff,#8b5cf6);
 color:#020617;font-weight:900;cursor:pointer
}
.btn2{
 display:inline-flex;padding:11px 15px;border-radius:13px;
 border:1px solid rgba(125,249,255,.2);
 color:#b9d7e8;background:rgba(255,255,255,.04)
}
.danger{background:#ef4444;color:white}
.section{padding:25px 0 65px}
.spec{padding:11px 0;border-bottom:1px solid rgba(125,249,255,.09);color:#b8c9d9}
.meta{color:#7df9ff;font-size:13px;font-weight:800}
.file{
 display:flex;
 justify-content:space-between;
 align-items:center;
 gap:15px;
 width:100%;
 min-width:0;
 padding:14px 0;
 border-bottom:1px solid rgba(125,249,255,.09)
}

.file > div{
 min-width:0;
 flex:1 1 auto;
 overflow:hidden;
}

.file small{
 overflow-wrap:anywhere;
 word-break:break-word;
}

.file .btn,
.file .btn2{
 flex:0 0 auto;
 white-space:nowrap;
 margin-left:10px;
}
footer{border-top:1px solid rgba(125,249,255,.13);padding:32px 0;color:#74899c}


/* ===== PRODUCT SUPPORT DARK TECH UI ===== */

.public-site{
  background:#000 !important;
}

.public-site .section{
  background:#000;
}

.public-site .container{
  width:min(1480px,calc(100% - 34px));
}

.public-site .hero{
  background:
    radial-gradient(circle at 14% 0%,rgba(255,153,0,.08),transparent 28%),
    radial-gradient(circle at 88% 0%,rgba(0,160,255,.07),transparent 26%),
    #000;
}

.product-dashboard{
  display:grid;
  grid-template-columns:1.05fr 1.35fr .95fr;
  gap:18px;
  align-items:stretch;
}

.product-dashboard .span-2{
  grid-column:span 2;
}

.product-dashboard .span-3{
  grid-column:1/-1;
}

.public-site .tech-card{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,157,0,.38);
  border-radius:20px;
  background:#020202 !important;
  box-shadow:
    0 18px 60px rgba(0,0,0,.65),
    inset 0 1px 0 rgba(255,255,255,.025);
  padding:20px;
}

.public-site .tech-card::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(125deg,rgba(255,155,0,.025),transparent 30%),
    radial-gradient(circle at 100% 0%,rgba(0,156,255,.025),transparent 34%);
}

.tech-title{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:0 0 16px;
}

.tech-title h2{
  margin:0;
  font-size:22px;
  letter-spacing:-.5px;
  color:#f4f7fb;
}

.tech-icon{
  color:#ff9d00;
  font-size:23px;
  line-height:1;
}

.image-stage{
  position:relative;
  z-index:2;
  width:100%;
  min-height:420px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  border-radius:15px;
  background:#000;
  border:1px solid rgba(255,255,255,.055);
}

.image-stage.product-stage{
  min-height:500px;
}

.image-stage.pinout-stage{
  min-height:500px;
}

.image-stage.wiring-stage{
  min-height:440px;
}

.support-image{
  width:100%;
  height:100%;
  min-height:420px;
  max-height:590px;
  object-fit:contain;
  display:block;
  cursor:zoom-in;
  transition:
    transform .25s ease,
    filter .25s ease,
    opacity .25s ease;
}

.product-stage .support-image{
  min-height:500px;
}

.pinout-stage .support-image{
  min-height:500px;
}

.support-image:hover{
  transform:scale(1.018);
  filter:brightness(1.08);
}

.zoom-button{
  position:absolute;
  z-index:5;
  top:12px;
  right:12px;
  width:42px;
  height:42px;
  border-radius:11px;
  border:1px solid rgba(255,158,0,.55);
  background:rgba(0,0,0,.82);
  color:#ff9d00;
  display:grid;
  place-items:center;
  cursor:pointer;
  font-size:20px;
  transition:.2s ease;
}

.zoom-button:hover{
  background:#ff9d00;
  color:#000;
  box-shadow:0 0 28px rgba(255,157,0,.25);
}

.spec-list{
  position:relative;
  z-index:2;
}

.spec-list .spec{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  padding:12px 0;
  border-bottom:1px solid rgba(255,255,255,.11);
  color:#c7d0dc;
  line-height:1.45;
}

.spec-list .spec:last-child{
  border-bottom:0;
}











.tech-meta-bar{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-top:14px;
}

.tech-meta{
  padding:12px;
  border-radius:12px;
  border:1px solid rgba(255,157,0,.2);
  background:#050505;
}

.tech-meta small{
  display:block;
  margin-bottom:4px;
  color:#6f7c8c;
}

.tech-meta b{
  color:#ff9d00;
}

.public-site .file{
  position:relative;
  z-index:2;
  border-bottom:1px solid rgba(255,255,255,.10);
}

.public-site .btn{
  background:#ff9d00;
  color:#050505;
}

.public-site .btn:hover{
  box-shadow:0 0 28px rgba(255,157,0,.22);
}

.public-site .btn2{
  border-color:rgba(255,157,0,.38);
  color:#ffb130;
  background:#050505;
}

.download-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}

.download-empty{
  color:#7f8a98;
  padding:15px 0;
}



/* ===== TECHNICAL OVERVIEW INFOGRAPHIC ===== */

.tech-overview{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}

.overview-tile{
  position:relative;
  min-height:116px;
  padding:16px;
  overflow:hidden;
  border-radius:15px;
  border:1px solid rgba(255,255,255,.11);
  background:
    radial-gradient(circle at 100% 0%,rgba(255,153,0,.065),transparent 45%),
    #050505;
}

.overview-tile::after{
  content:"";
  position:absolute;
  top:0;
  left:16px;
  width:42px;
  height:2px;
  background:#ff9d00;
  box-shadow:0 0 13px rgba(255,157,0,.5);
}

.overview-icon{
  width:38px;
  height:38px;
  margin-bottom:12px;
  display:grid;
  place-items:center;
  border-radius:11px;
  border:1px solid rgba(255,157,0,.32);
  background:#090909;
  color:#ff9d00;
  font-size:20px;
}

.overview-label{
  color:#687686;
  font-size:11px;
  font-weight:800;
  letter-spacing:.8px;
  text-transform:uppercase;
}

.overview-value{
  margin-top:5px;
  color:#f5f7fa;
  font-size:20px;
  font-weight:850;
  line-height:1.2;
}

.overview-value.orange{
  color:#ff9d00;
}

.overview-wide{
  grid-column:1/-1;
}

.release-status{
  position:relative;
  z-index:2;
  margin-top:14px;
  padding:15px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:15px;
  background:#030303;
}

.release-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  margin-bottom:12px;
}

.release-head span{
  color:#8996a4;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.7px;
}

.release-badge{
  padding:6px 9px;
  border-radius:8px;
  background:rgba(255,157,0,.10);
  border:1px solid rgba(255,157,0,.27);
  color:#ff9d00;
  font-size:11px;
  font-weight:900;
}

.release-line{
  height:5px;
  overflow:hidden;
  border-radius:999px;
  background:#111;
}

.release-line > div{
  width:100%;
  height:100%;
  background:linear-gradient(90deg,#ff8a00,#ffc000);
  box-shadow:0 0 15px rgba(255,157,0,.30);
}

.overview-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:10px;
  color:#788696;
  font-size:12px;
}

@media(max-width:760px){
  .tech-overview{
    grid-template-columns:1fr;
  }

  .overview-wide{
    grid-column:auto;
  }
}




/* ===== PRODUCT PRESENTATION ===== */

.presentation-card{
  position:relative;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:20px;

  padding:22px;

  border:1px solid rgba(255,157,0,.38);
  border-radius:16px;

  background:
    radial-gradient(circle at 100% 0%,rgba(255,157,0,.055),transparent 40%),
    #030303;

  box-shadow:
    inset 0 1px 0 rgba(255,157,0,.035);

  overflow:hidden;
}

.presentation-card::before{
  content:"";
  position:absolute;
  top:0;
  left:22px;
  width:70px;
  height:2px;
  background:#ff9d00;
  box-shadow:0 0 12px rgba(255,157,0,.4);
}

.presentation-icon{
  width:66px;
  height:78px;

  display:flex;
  align-items:center;
  justify-content:center;

  border:1px solid rgba(255,157,0,.45);
  border-radius:13px;

  background:#080808;

  color:#ffab21;
  font-size:16px;
  font-weight:950;
  letter-spacing:1px;
}

.presentation-content{
  min-width:0;
}

.presentation-kicker{
  margin-bottom:7px;

  color:#788695;
  font-size:10px;
  font-weight:900;
  letter-spacing:1.4px;
}

.presentation-title{
  color:#f3f5f7;
  font-size:21px;
  line-height:1.2;
  font-weight:900;
}

.presentation-description{
  margin-top:8px;
  max-width:760px;

  color:#8c99a7;
  font-size:13px;
  line-height:1.55;
}

.presentation-meta{
  margin-top:10px;

  color:#ffab21;
  font-size:11px;
  font-weight:850;
  letter-spacing:.8px;
}

.presentation-action{
  display:flex;
  align-items:center;
}

.presentation-download{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  min-height:46px;
  padding:0 19px;

  border:1px solid #ff9d00;
  border-radius:12px;

  background:#ff9d00;
  color:#050505;

  font-size:13px;
  font-weight:950;

  white-space:nowrap;

  transition:
    transform .18s ease,
    box-shadow .18s ease;
}

.presentation-download:hover{
  transform:translateY(-2px);
  box-shadow:0 0 25px rgba(255,157,0,.22);
}

@media(max-width:760px){
  .presentation-card{
    grid-template-columns:auto 1fr;
  }

  .presentation-action{
    grid-column:1/-1;
  }

  .presentation-download{
    width:100%;
  }
}


/* ===== SPECIFICATIONS INFOGRAPHIC ===== */

.spec-infographic{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}

.spec-tile{
  position:relative;
  min-height:76px;
  padding:11px 12px 10px 14px;
  overflow:hidden;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.11);
  background:
    radial-gradient(circle at 100% 0%,rgba(255,151,0,.055),transparent 48%),
    #030303;
  transition:
    transform .18s ease,
    border-color .18s ease,
    background .18s ease;
}

.spec-tile:hover{
  transform:translateY(-2px);
  border-color:rgba(255,157,0,.42);
  background:
    radial-gradient(circle at 100% 0%,rgba(255,151,0,.09),transparent 50%),
    #050505;
}

.spec-tile::before{
  content:"";
  position:absolute;
  left:0;
  top:15px;
  bottom:15px;
  width:2px;
  border-radius:999px;
  background:#ff9d00;
  box-shadow:0 0 10px rgba(255,157,0,.45);
}

.spec-label{
  margin-bottom:5px;
  color:#687584;
  font-size:9px;
  line-height:1.2;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:1px;
}

.spec-value{
  color:#ffab21;
  font-size:16px;
  line-height:1.2;
  font-weight:820;
  word-break:break-word;
}

.spec-value.accent{
  color:#ffab21;
}

.spec-full{
  grid-column:1/-1;
}

.spec-visual-head{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:14px;
  padding-bottom:13px;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.spec-visual-head-left{
  display:flex;
  align-items:center;
  gap:10px;
}

.spec-chip{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:10px;
  border:1px solid rgba(255,157,0,.32);
  background:#080808;
  color:#ff9d00;
  font-weight:900;
}

.spec-count{
  color:#667380;
  font-size:11px;
  font-weight:800;
  letter-spacing:.5px;
}

@media(max-width:760px){
  .spec-infographic{
    grid-template-columns:1fr;
  }

  .spec-full{
    grid-column:auto;
  }
}


/* ===== LARGER PINOUT ===== */

.pinout-stage{
  overflow:hidden;
  min-height:500px;
}

.pinout-stage .support-image{
  width:122%;
  max-width:none;
  height:auto;
  min-height:0;
  max-height:none;
  object-fit:contain;
  transform:none;
}

.pinout-stage .support-image:hover{
  transform:scale(1.015);
  filter:brightness(1.08);
}

@media(max-width:760px){
  .pinout-stage .support-image{
    width:116%;
    max-width:none;
    height:auto;
    min-height:0;
  }
}

/* ===== PRODUCT GALLERY ===== */

.product-gallery{
  position:relative;
  z-index:2;
}

.gallery-main{
  position:relative;
  width:100%;
  min-height:500px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  border-radius:15px;
  background:#000;
  border:1px solid rgba(255,255,255,.06);
}

.gallery-main img{
  width:100%;
  height:500px;
  object-fit:contain;
  display:block;
  cursor:zoom-in;

  transform:scale(var(--product-image-scale,1.42));
  transform-origin:center center;

  transition:
    opacity .18s ease,
    transform .22s ease,
    filter .22s ease;
}

.gallery-main img:hover{
  transform:scale(var(--product-image-hover-scale,1.47));
  filter:brightness(1.05);
}

.gallery-thumbs{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
  margin-top:12px;
}

.gallery-thumb{
  position:relative;
  height:92px;
  padding:5px;
  border-radius:11px;
  border:1px solid rgba(255,255,255,.14);
  background:#050505;
  cursor:pointer;
  overflow:hidden;
  transition:.18s ease;
}

.gallery-thumb:hover{
  border-color:rgba(255,157,0,.65);
}

.gallery-thumb.active{
  border-color:#ff9d00;
  box-shadow:0 0 18px rgba(255,157,0,.15);
}

.gallery-thumb img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}

.gallery-thumb.empty{
  display:grid;
  place-items:center;
  color:#4f5b68;
  font-size:11px;
  cursor:default;
}

@media(max-width:760px){
  .gallery-main{
    min-height:320px;
  }

  .gallery-main img{

    height:320px;
    transform:scale(var(--product-image-mobile-scale,1.28));

  }

  .gallery-main img:hover{
    transform:scale(1.32);
  }

  .gallery-main img:hover{
    transform:scale(var(--product-image-mobile-hover-scale,1.32));
  }

  .gallery-thumbs{
    grid-template-columns:repeat(4,1fr);
  }

  .gallery-thumb{
    height:70px;
  }
}

/* ===== LIGHTBOX ===== */

.image-lightbox{
  position:fixed;
  inset:0;
  z-index:99999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:28px;
  background:rgba(0,0,0,.92);
  backdrop-filter:blur(14px);
}

.image-lightbox.open{
  display:flex;
}

.lightbox-shell{
  position:relative;
  display:flex;
  flex-direction:column;
  width:min(1500px,96vw);
  height:min(900px,92vh);
  border-radius:22px;
  overflow:hidden;
  background:#000;
  border:1px solid rgba(255,158,0,.55);
  box-shadow:
    0 0 0 1px rgba(255,158,0,.08),
    0 0 45px rgba(255,143,0,.17),
    0 40px 120px rgba(0,0,0,.9);
}

.lightbox-head{
  min-height:58px;
  padding:10px 16px 10px 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  border-bottom:1px solid rgba(255,255,255,.10);
  background:#050505;
}

.lightbox-title{
  font-weight:800;
  color:#eef2f7;
}

.lightbox-close{
  width:40px;
  height:40px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.32);
  color:#fff;
  background:#080808;
  cursor:pointer;
  font-size:25px;
}

.lightbox-close:hover{
  border-color:#ff9d00;
  color:#ff9d00;
}

.lightbox-viewport{
  position:relative;
  flex:1;
  overflow:auto;
  display:flex;
  align-items:center;
  justify-content:center;
  background:
    radial-gradient(circle at 50% 45%,rgba(255,157,0,.035),transparent 38%),
    #000;
}

#lightboxImage{
  display:block;
  max-width:none;
  max-height:none;
  width:auto;
  height:auto;
  transform-origin:center center;
  transition:transform .12s ease;
  user-select:none;
  -webkit-user-drag:none;
}

.lightbox-toolbar{
  height:60px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border-top:1px solid rgba(255,255,255,.10);
  background:#050505;
}

.lightbox-tool{
  min-width:42px;
  height:38px;
  padding:0 12px;
  border-radius:10px;
  border:1px solid rgba(255,157,0,.32);
  background:#090909;
  color:#fff;
  cursor:pointer;
  font-size:17px;
}

.lightbox-tool:hover{
  color:#ff9d00;
  border-color:#ff9d00;
}

#lightboxZoom{
  min-width:74px;
  text-align:center;
  color:#ff9d00;
  font-weight:800;
}


/* H743 pinout: keep complete diagram inside viewport */
.h743-pinout-stage .support-image{
  width:92%;
  height:92%;
  object-fit:contain;
  transform:scale(1.08);
  transform-origin:center center;
}

@media(max-width:1150px){
  .product-dashboard{
    grid-template-columns:1fr 1fr;
  }

  .product-dashboard .span-3{
    grid-column:1/-1;
  }

  .product-dashboard .span-2{
    grid-column:span 1;
  }

  .download-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:760px){
  .product-dashboard{
    grid-template-columns:1fr;
  }

  .product-dashboard .span-2,
  .product-dashboard .span-3{
    grid-column:auto;
  }

  .image-stage,
  .image-stage.product-stage,
  .image-stage.pinout-stage,
  .image-stage.wiring-stage{
    min-height:300px;
  }

  .support-image,
  .product-stage .support-image,
  .pinout-stage .support-image{
    min-height:300px;
    max-height:480px;
  }

  .tech-meta-bar,
  .download-grid{
    grid-template-columns:1fr;
  }

  .image-lightbox{
    padding:8px;
  }

  .lightbox-shell{
    width:98vw;
    height:94vh;
    border-radius:14px;
  }
}



/* ===== SUPPORT HEADER / FOOTER V2 ===== */

.support-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(0,0,0,.92);
  backdrop-filter:blur(18px);
  border-bottom:0;
}

.support-nav{
  min-height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;

  margin:10px 0;
  padding:0 18px;

  border:1px solid rgba(255,157,0,.38);
  border-radius:18px;

  background:#020202;

  box-shadow:
    0 0 0 1px rgba(255,157,0,.025),
    0 12px 35px rgba(0,0,0,.35),
    inset 0 1px 0 rgba(255,157,0,.035);
}

.support-brand{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
}

.support-brand img{
  display:block;
  height:54px;
  width:auto;
  max-width:290px;
  object-fit:contain;
}

.support-brand-title{
  display:flex;
  flex-direction:column;
  line-height:1;
}

.support-brand-title strong{
  font-size:15px;
  letter-spacing:.7px;
  color:#fff;
}

.support-brand-title span{
  margin-top:5px;
  color:#ff9d00;
  font-size:10px;
  font-weight:900;
  letter-spacing:1.6px;
}

.support-menu{
  display:flex;
  align-items:center;
  gap:6px;
  padding:5px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:14px;
  background:#050505;
}

.support-menu a{
  position:relative;
  padding:10px 13px;
  border-radius:10px;
  color:#9ca7b4;
  font-size:13px;
  font-weight:750;
  transition:.18s ease;
}

.support-menu a:hover{
  color:#fff;
  background:#0b0b0b;
}

.support-menu a.active{
  color:#ff9d00;
  background:rgba(255,157,0,.08);
}

.support-menu a.active::after{
  content:"";
  position:absolute;
  left:13px;
  right:13px;
  bottom:4px;
  height:1px;
  background:#ff9d00;
  box-shadow:0 0 8px rgba(255,157,0,.4);
}

.support-main-link{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:10px 13px;
  border-radius:10px;
  border:1px solid rgba(255,157,0,.28);
  color:#ffb12a !important;
}

.support-main-link:hover{
  border-color:#ff9d00;
  background:rgba(255,157,0,.08) !important;
}


.footer-wordmark{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}

.footer-wordmark strong{
  color:#f5f7fa;
  font-size:19px;
  line-height:1;
  font-weight:950;
  letter-spacing:.8px;
}

.footer-wordmark span{
  margin-top:7px;
  color:#ff9d00;
  font-size:10px;
  line-height:1;
  font-weight:900;
  letter-spacing:1.7px;
}

/* Footer */

.support-footer{
  margin-top:50px;
  border-top:0;
  background:
    radial-gradient(circle at 15% 0%,rgba(255,157,0,.045),transparent 28%),
    #000;
}

.support-footer > .container{
  margin-top:20px;
  margin-bottom:20px;

  border:1px solid rgba(255,157,0,.38);
  border-radius:20px;

  padding-left:24px;
  padding-right:24px;

  background:
    radial-gradient(circle at 15% 0%,rgba(255,157,0,.035),transparent 30%),
    #020202;

  box-shadow:
    0 0 0 1px rgba(255,157,0,.025),
    0 18px 55px rgba(0,0,0,.42),
    inset 0 1px 0 rgba(255,157,0,.035);
}

.support-footer-main{
  display:grid;
  grid-template-columns:1.4fr .8fr .8fr 1fr;
  gap:34px;
  padding:48px 0 34px;
}

.footer-brand img{
  height:60px;
  max-width:300px;
  width:auto;
  object-fit:contain;
  display:block;
}

.footer-brand p{
  max-width:420px;
  margin:15px 0 0;
  color:#7d8996;
  font-size:13px;
  line-height:1.7;
}

.footer-column h4{
  margin:0 0 15px;
  color:#f3f5f7;
  font-size:13px;
  letter-spacing:.3px;
}

.footer-column a{
  display:block;
  margin:8px 0;
  color:#7f8b98;
  font-size:13px;
  transition:.18s ease;
}

.footer-column a:hover{
  color:#ff9d00;
  transform:translateX(2px);
}

.footer-support-box{
  padding:16px;
  border:1px solid rgba(255,157,0,.16);
  border-radius:14px;
  background:#050505;
}

.footer-support-box strong{
  display:block;
  color:#fff;
  margin-bottom:7px;
}

.footer-support-box p{
  margin:0 0 12px;
  color:#778390;
  line-height:1.55;
  font-size:12px;
}

.footer-support-box a{
  display:inline-flex;
  margin:0;
  padding:9px 11px;
  border-radius:9px;
  border:1px solid rgba(255,157,0,.3);
  color:#ff9d00;
  font-weight:800;
}

.footer-bottom{
  min-height:60px;
  padding:15px 0;
  border-top:1px solid rgba(255,255,255,.07);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
  color:#5f6b77;
  font-size:11px;
}

.footer-tech{
  color:#7d8996;
  letter-spacing:.5px;
}

.footer-tech span{
  color:#ff9d00;
}

@media(max-width:980px){
  .support-nav{
    min-height:70px;
  }

  .support-brand-title{
    display:none;
  }

  .support-menu{
    gap:3px;
  }

  .support-menu a{
    padding:9px 9px;
    font-size:12px;
  }

  .support-footer-main{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:700px){
  .support-header{
    position:relative;
  }

  .support-nav{
    margin:8px 0;
    padding:12px 14px;
    border-radius:14px;
  }

  .support-footer > .container{
    margin-top:12px;
    margin-bottom:12px;
    padding-left:16px;
    padding-right:16px;
    border-radius:16px;
  }

  .support-nav{
    align-items:flex-start;
    flex-direction:column;
    padding:12px 0;
  }

  .support-brand img{
    height:48px;
  }

  .support-menu{
    width:100%;
    overflow-x:auto;
    justify-content:flex-start;
  }

  .support-menu a{
    white-space:nowrap;
  }

  .support-footer-main{
    grid-template-columns:1fr;
    gap:26px;
  }

  .footer-bottom{
    flex-direction:column;
    align-items:flex-start;
  }
}

/* admin */
.admin-layout{display:grid;grid-template-columns:260px 1fr;min-height:100vh}
.sidebar{
 padding:25px;border-right:1px solid rgba(125,249,255,.14);
 background:rgba(2,6,23,.76)
}
.sidebar h2{font-size:18px}
.sidebar a{
 display:block;padding:12px 13px;margin:5px 0;border-radius:12px;color:#a9bad0
}
.sidebar a:hover{background:rgba(0,229,255,.08);color:#7df9ff}
.admin-main{padding:32px}
input,textarea,select{
 width:100%;padding:12px 13px;border-radius:12px;
 border:1px solid rgba(125,249,255,.18);
 background:#07101e;color:#fff
}
textarea{min-height:110px}
label{display:block;color:#9db2c6;margin:12px 0 6px}
.admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}
table{width:100%;border-collapse:collapse}
td,th{padding:12px;text-align:left;border-bottom:1px solid rgba(125,249,255,.1)}
small{color:#8298ad}
@media(max-width:850px){
 .grid,.admin-grid{grid-template-columns:1fr}
 .admin-layout{grid-template-columns:1fr}
 .menu{display:none}
 h1{font-size:40px}
}
