
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  min-height:100vh;
  font-family:Inter,"Segoe UI",Arial,sans-serif;
  color:#fff;
  background:#02050d;
  overflow-x:hidden
}
a{color:inherit}

.header{
  height:90px;
  padding:0 5%;
  display:grid;
  grid-template-columns:220px 1fr 220px;
  align-items:center;
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(2,5,13,.94);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(255,255,255,.07)
}
.brand{
  display:flex;
  align-items:center;
  width:180px;
  height:82px;
  text-decoration:none
}
.brand img{
  display:block;
  max-width:100%;
  max-height:100%;
  width:auto;
  height:auto;
  object-fit:contain;
  object-position:center;
  filter:drop-shadow(0 0 12px rgba(232,47,255,.15))
}
.nav{
  display:flex;
  justify-content:center;
  gap:40px
}
.nav a{
  position:relative;
  font-size:12px;
  font-weight:800;
  color:#e2e3ea;
  text-decoration:none
}
.nav a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-9px;
  width:0;
  height:2px;
  background:#d432ff;
  transition:width .2s ease
}
.nav a:hover::after{width:100%}

.header-button{
  justify-self:end;
  padding:13px 20px;
  border:1px solid #b12dff;
  border-radius:8px;
  font-size:11px;
  font-weight:900;
  text-decoration:none;
  background:linear-gradient(135deg,#50158e,#951bc9);
  box-shadow:0 0 25px rgba(189,39,255,.18);
  transition:.2s
}
.header-button:hover{
  transform:translateY(-2px);
  box-shadow:0 0 34px rgba(189,39,255,.34)
}

.hero{
  position:relative;
  min-height:720px;
  overflow:hidden;
  background:
    radial-gradient(circle at 67% 24%,rgba(154,0,255,.19),transparent 32%),
    radial-gradient(circle at 90% 48%,rgba(255,0,137,.10),transparent 27%),
    radial-gradient(circle at 7% 79%,rgba(0,89,255,.11),transparent 30%),
    #02050d
}
.hero::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(2,5,13,.97) 0%,rgba(2,5,13,.87) 37%,rgba(2,5,13,.15) 69%,rgba(2,5,13,.38) 100%)
}
.hero-inner{
  width:min(1480px,90%);
  margin:0 auto;
  min-height:650px;
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  align-items:center;
  gap:24px;
  position:relative;
  z-index:3;
  padding:20px 0 0
}
.hero-content{
  max-width:610px;
  padding:28px 0 26px
}
.hero-label{
  color:#d84cff;
  font-size:12px;
  font-weight:900;
  letter-spacing:4px;
  margin-bottom:20px
}
.hero h1{
  font-size:clamp(58px,4.5vw,80px);
  line-height:.91;
  letter-spacing:-4px;
  font-weight:950
}
.hero h1 span{
  display:block;
  color:#c832ff;
  margin-top:14px;
  text-shadow:0 0 35px rgba(200,50,255,.26)
}
.hero-description{
  margin-top:28px;
  max-width:560px;
  color:#b8bdca;
  font-size:16px;
  line-height:1.65
}
.hero-buttons{
  display:flex;
  gap:16px;
  margin-top:30px
}
.button{
  min-width:210px;
  padding:15px 23px;
  border-radius:8px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font-size:12px;
  font-weight:900;
  transition:.2s
}
.button:hover{transform:translateY(-3px)}
.button-primary{
  background:linear-gradient(135deg,#6a25df,#d225ec);
  box-shadow:0 12px 38px rgba(165,32,229,.28)
}
.button-secondary{
  border:1px solid rgba(255,255,255,.28);
  background:rgba(255,255,255,.025)
}
.purchase-info{
  display:flex;
  gap:14px;
  margin-top:21px;
  color:#9da1ae;
  font-size:11px
}
.purchase-info span:first-child{color:#c9b5d2}
.dot{color:#c82cff}

.hero-visual{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  min-width:0
}
.visual-glow{
  position:absolute;
  right:5%;
  top:10%;
  width:78%;
  height:74%;
  border-radius:50%;
  background:rgba(176,0,255,.22);
  filter:blur(120px)
}
.hero-visual img{
  display:block;
  width:min(108%,880px);
  height:auto;
  max-height:650px;
  object-fit:contain;
  object-position:center;
  border-radius:20px;
  position:relative;
  z-index:2;
  box-shadow:0 35px 90px rgba(0,0,0,.60),0 0 70px rgba(144,0,255,.10)
}

.hero-bottom{
  width:min(1120px,80%);
  margin:0 auto 24px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:22px;
  position:relative;
  z-index:4;
  color:#c94cff;
  font-size:11px;
  font-weight:900;
  letter-spacing:4px;
  text-align:center
}
.hero-bottom span{
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(202,72,255,.5))
}
.hero-bottom span:last-child{
  background:linear-gradient(90deg,rgba(202,72,255,.5),transparent)
}

.section{
  padding:90px 6%;
  text-align:center;
  background:#030711;
  position:relative
}
.preview-section{
  border-top:1px solid rgba(255,255,255,.05)
}
.eyebrow{
  font-size:11px;
  font-weight:900;
  letter-spacing:4px;
  color:#cc4bff;
  margin-bottom:14px
}
.section h2{
  font-size:clamp(38px,4vw,62px);
  line-height:1.02;
  letter-spacing:-2px
}
.section h2 span{color:#c832ff}
.section-copy{
  max-width:690px;
  margin:22px auto 35px;
  color:#aeb4c2;
  font-size:16px;
  line-height:1.65
}
.video-frame{
  width:min(1120px,92%);
  aspect-ratio:16/9;
  margin:0 auto;
  padding:7px;
  border-radius:20px;
  position:relative;
  overflow:hidden;
  border:1px solid rgba(205,65,255,.35);
  background:linear-gradient(135deg,rgba(45,18,78,.75),rgba(7,9,20,.92));
  box-shadow:0 25px 90px rgba(0,0,0,.42),0 0 45px rgba(184,42,255,.10)
}
.demo-video{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  border-radius:14px;
  background:#000
}

/* Tablet / narrow desktop */
@media(max-width:1100px){
  .header{
    grid-template-columns:170px 1fr 180px;
    padding:0 3%
  }
  .brand{
    width:120px;
    height:70px
  }
  .nav{gap:24px}
  .hero-inner{
    width:92%;
    grid-template-columns:1fr 1fr
  }
  .hero h1{font-size:56px}
}

/* Mobile / minimized browser */
@media(max-width:900px){
  .header{
    height:78px;
    grid-template-columns:1fr auto;
    padding:0 18px
  }
  .brand{
    width:112px;
    height:66px
  }
  .nav{display:none}
  .header-button{
    font-size:9px;
    padding:10px 12px
  }

  .hero{
    min-height:auto
  }
  .hero::after{
    background:linear-gradient(180deg,rgba(2,5,13,.96) 0%,rgba(2,5,13,.88) 44%,rgba(2,5,13,.35) 100%)
  }
  .hero-inner{
    width:100%;
    min-height:auto;
    padding:54px 22px 18px;
    grid-template-columns:1fr;
    gap:42px;
    text-align:center
  }
  .hero-content{
    margin:0 auto;
    padding:0;
    max-width:640px
  }
  .hero-label{
    font-size:11px;
    letter-spacing:3px
  }
  .hero h1{
    font-size:clamp(48px,10vw,66px);
    line-height:.93;
    letter-spacing:-3px
  }
  .hero-description{
    margin-left:auto;
    margin-right:auto;
    font-size:15px
  }
  .hero-buttons{
    justify-content:center
  }
  .purchase-info{
    justify-content:center
  }
  .hero-visual{
    width:100%;
    justify-content:center
  }
  .hero-visual img{
    width:100%;
    max-width:760px;
    max-height:none;
    height:auto;
    object-fit:contain;
    border-radius:18px
  }
  .hero-bottom{
    width:90%;
    margin:6px auto 30px;
    font-size:9px;
    letter-spacing:2px
  }
}

/* Phone */
@media(max-width:600px){
  .header{
    height:72px;
    padding:0 14px
  }
  .brand{
    width:94px;
    height:60px
  }
  .header-button{
    padding:9px 10px;
    font-size:8px
  }

  .hero-inner{
    padding:42px 18px 14px;
    gap:34px
  }
  .hero h1{
    font-size:42px;
    letter-spacing:-2px
  }
  .hero h1 span{
    margin-top:10px
  }
  .hero-description{
    font-size:14px
  }
  .hero-buttons{
    flex-direction:column;
    gap:12px
  }
  .button{
    width:100%;
    min-width:0
  }
  .purchase-info{
    flex-wrap:wrap;
    gap:9px
  }
  .hero-visual img{
    width:100%;
    border-radius:16px
  }

  .section{
    padding:68px 18px
  }
  .section-copy{
    font-size:14px
  }
  .video-frame{
    width:100%;
    padding:4px;
    border-radius:14px
  }
  .demo-video{border-radius:10px}
  .video-play{
    width:68px;
    height:68px;
    font-size:25px
  }
  .video-label{
    left:16px;
    bottom:14px
  }
}


/* =========================
   HOW NOIDEX WORKS
   ========================= */
.how-section{
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 48%,rgba(146,29,255,.12),transparent 35%),
    linear-gradient(180deg,#030711 0%,#050713 100%);
  border-top:1px solid rgba(255,255,255,.05)
}
.steps-flow{
  width:min(1180px,94%);
  margin:48px auto 0;
  display:grid;
  grid-template-columns:1fr 70px 1fr 70px 1fr;
  align-items:center
}
.step-card{
  min-height:300px;
  padding:28px;
  text-align:left;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.11);
  background:
    linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.012));
  box-shadow:0 22px 55px rgba(0,0,0,.24);
  position:relative;
  overflow:hidden;
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease
}
.step-card::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:2px;
  background:linear-gradient(90deg,transparent,#873cff,#e52bdf,transparent);
  opacity:.7
}
.step-card:hover{
  transform:translateY(-6px);
  border-color:rgba(199,62,255,.34);
  box-shadow:0 28px 70px rgba(0,0,0,.34)
}
.featured-step{
  border-color:rgba(198,53,255,.32);
  background:
    radial-gradient(circle at 70% 10%,rgba(204,42,255,.13),transparent 32%),
    linear-gradient(145deg,rgba(107,28,160,.12),rgba(255,255,255,.015))
}
.step-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:40px
}
.step-number{
  color:#d449ff;
  font-size:12px;
  font-weight:900;
  letter-spacing:3px
}
.step-icon{
  min-width:50px;
  height:42px;
  padding:0 10px;
  display:grid;
  place-items:center;
  border-radius:10px;
  border:1px solid rgba(205,65,255,.28);
  color:#e55bff;
  font-size:15px;
  font-weight:900;
  background:rgba(111,22,154,.12);
  box-shadow:0 0 24px rgba(190,47,255,.08)
}
.step-card h3{
  font-size:29px;
  letter-spacing:-1px;
  margin-bottom:13px
}
.step-card p{
  min-height:68px;
  color:#aeb4c2;
  font-size:14px;
  line-height:1.65
}
.step-tag{
  display:inline-block;
  margin-top:25px;
  color:#d64bff;
  font-size:10px;
  font-weight:900;
  letter-spacing:2.5px
}
.flow-arrow{
  color:#bb3dff;
  font-size:34px;
  font-weight:300;
  text-align:center;
  text-shadow:0 0 25px rgba(190,47,255,.42)
}
.flow-caption{
  width:min(700px,90%);
  margin:42px auto 0;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:22px;
  color:#8e95a5;
  font-size:10px;
  font-weight:900;
  letter-spacing:2px
}
.flow-caption b{
  color:#c83cff;
  font-size:17px
}

@media(max-width:900px){
  .steps-flow{
    width:min(620px,100%);
    grid-template-columns:1fr;
    gap:18px
  }
  .flow-arrow{
    transform:rotate(90deg);
    height:32px;
    line-height:32px
  }
  .step-card{
    min-height:0
  }
  .step-card p{
    min-height:0
  }
}

@media(max-width:600px){
  .steps-flow{
    margin-top:34px
  }
  .step-card{
    padding:23px
  }
  .step-top{
    margin-bottom:28px
  }
  .step-card h3{
    font-size:25px
  }
  .flow-caption{
    gap:9px;
    font-size:8px;
    letter-spacing:1px
  }
}


/* =========================
   FEATURES
   ========================= */
.features-section{
  text-align:left;
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 20%,rgba(0,80,255,.08),transparent 28%),
    radial-gradient(circle at 88% 76%,rgba(202,37,255,.10),transparent 30%),
    #02050d;
  border-top:1px solid rgba(255,255,255,.05)
}
.features-heading{
  width:min(1180px,94%);
  margin:0 auto 48px;
  display:grid;
  grid-template-columns:1.2fr .8fr;
  align-items:end;
  gap:60px
}
.left-eyebrow{text-align:left}
.features-intro{
  color:#aeb4c2;
  font-size:15px;
  line-height:1.75;
  max-width:480px;
  justify-self:end
}
.features-grid{
  width:min(1180px,94%);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px
}
.feature{
  min-height:280px;
  padding:30px;
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.09);
  border-radius:18px;
  background:linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.012));
  box-shadow:0 20px 55px rgba(0,0,0,.20)
}
.feature::after{
  content:"";
  position:absolute;
  width:190px;
  height:190px;
  right:-80px;
  bottom:-100px;
  border-radius:50%;
  background:rgba(185,37,255,.08);
  filter:blur(25px)
}
.feature-wide{
  grid-column:1/-1;
  min-height:230px;
  display:grid;
  grid-template-columns:80px 1fr .85fr;
  align-items:center;
  gap:22px
}
.feature-number{
  color:rgba(220,79,255,.52);
  font-size:11px;
  font-weight:900;
  letter-spacing:3px;
  margin-bottom:34px
}
.feature-wide .feature-number{margin:0}
.feature-kicker{
  display:block;
  color:#d34aff;
  font-size:10px;
  font-weight:900;
  letter-spacing:2.5px;
  margin-bottom:10px
}
.feature h3{
  font-size:27px;
  letter-spacing:-1px;
  margin-bottom:12px
}
.feature p{
  max-width:520px;
  color:#aeb4c2;
  font-size:14px;
  line-height:1.65
}
.waveform{
  height:100px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px
}
.waveform i{
  display:block;
  width:5px;
  border-radius:5px;
  background:linear-gradient(180deg,#ff43d7,#6c42ff);
  box-shadow:0 0 15px rgba(205,55,255,.24)
}
.waveform i:nth-child(1),.waveform i:nth-child(11){height:20px}
.waveform i:nth-child(2),.waveform i:nth-child(10){height:42px}
.waveform i:nth-child(3),.waveform i:nth-child(9){height:68px}
.waveform i:nth-child(4),.waveform i:nth-child(8){height:38px}
.waveform i:nth-child(5),.waveform i:nth-child(7){height:84px}
.waveform i:nth-child(6){height:56px}

.subtitle-demo{
  margin-top:30px;
  max-width:330px;
  padding:13px 15px;
  display:flex;
  gap:12px;
  align-items:center;
  border:1px solid rgba(208,64,255,.25);
  border-radius:10px;
  background:rgba(5,8,18,.72)
}
.subtitle-demo span{
  min-width:31px;
  height:25px;
  display:grid;
  place-items:center;
  border-radius:5px;
  color:#f051e8;
  background:rgba(208,64,255,.10);
  font-size:9px;
  font-weight:900
}
.subtitle-demo p{color:#fff;font-size:12px}

.language-pills{
  display:flex;
  gap:8px;
  margin-top:32px;
  flex-wrap:wrap
}
.language-pills span,.language-cloud span{
  padding:8px 11px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:7px;
  background:rgba(255,255,255,.025);
  color:#dfe2eb;
  font-size:10px;
  font-weight:800
}
.language-pills span:first-child{
  border-color:rgba(210,62,255,.42);
  color:#e251ff
}

.overlay-mini{
  width:190px;
  height:105px;
  margin-top:27px;
  position:relative;
  border:1px solid rgba(255,255,255,.12);
  border-radius:9px;
  background:#080c17
}
.overlay-mini b{
  position:absolute;
  width:7px;height:7px;
  border:1px solid rgba(211,68,255,.45)
}
.overlay-mini b:nth-child(1){left:8px;top:8px}
.overlay-mini b:nth-child(2){right:8px;top:8px}
.overlay-mini b:nth-child(3){left:8px;bottom:8px}
.overlay-mini b:nth-child(4){right:8px;bottom:8px}
.overlay-mini span{
  position:absolute;
  right:12px;
  top:13px;
  color:#e34bff;
  font-size:8px;
  font-weight:900;
  letter-spacing:1px
}

.performance-line{
  margin-top:34px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:10px;
  align-items:center;
  max-width:330px;
  color:#89909f;
  font-size:9px;
  font-weight:900;
  letter-spacing:1px
}
.performance-line div{
  height:5px;
  border-radius:5px;
  background:rgba(255,255,255,.08);
  overflow:hidden
}
.performance-line i{
  display:block;
  width:26%;
  height:100%;
  border-radius:5px;
  background:linear-gradient(90deg,#6d43ff,#d13aff)
}

.feature-languages{
  margin-top:0
}
.language-cloud{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  align-content:center;
  justify-content:flex-end
}
.language-cloud span:nth-child(3n+1){
  border-color:rgba(205,62,255,.30);
  color:#e256ff
}

@media(max-width:900px){
  .features-heading{
    grid-template-columns:1fr;
    gap:22px;
    text-align:center
  }
  .left-eyebrow{text-align:center}
  .features-intro{
    justify-self:center;
    text-align:center
  }
  .features-grid{
    grid-template-columns:1fr
  }
  .feature-wide{
    grid-column:auto;
    grid-template-columns:1fr;
    min-height:0
  }
  .feature-wide .feature-number{margin-bottom:8px}
  .waveform{justify-content:flex-start}
  .language-cloud{justify-content:flex-start}
}

@media(max-width:600px){
  .features-heading{margin-bottom:34px}
  .feature{min-height:0;padding:24px}
  .feature h3{font-size:24px}
  .feature-number{margin-bottom:26px}
  .waveform{height:75px}
}


/* =========================
   FOOTER / SOCIAL
   ========================= */
.site-footer{
  position:relative;
  padding:58px 6% 30px;
  background:
    radial-gradient(circle at 50% 0%,rgba(180,35,255,.11),transparent 35%),
    #01040a;
  border-top:1px solid rgba(205,65,255,.18)
}
.site-footer::before{
  content:"";
  position:absolute;
  top:-1px;
  left:50%;
  transform:translateX(-50%);
  width:min(520px,55%);
  height:1px;
  background:linear-gradient(90deg,transparent,#7b3cff,#e52bdf,transparent)
}
.footer-inner{
  width:min(1180px,94%);
  margin:0 auto
}
.footer-brand{
  text-align:center
}
.footer-wordmark{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  letter-spacing:2px;
  line-height:1;
  font-size:34px;
  font-weight:950;
  filter:drop-shadow(0 0 16px rgba(97,121,255,.16))
}
.footer-word-noide{
  background:linear-gradient(180deg,#ffffff 0%,#eaf0ff 38%,#a9b7df 72%,#f7f8ff 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  text-shadow:
    0 1px 0 rgba(255,255,255,.25),
    0 0 14px rgba(62,110,255,.18);
}
.footer-word-x{
  margin-left:1px;
  background:linear-gradient(180deg,#ff7be8 0%,#ff2dc9 45%,#d90fae 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  text-shadow:
    0 0 10px rgba(255,44,200,.35),
    0 0 22px rgba(255,44,200,.20);
}
.footer-brand p{
  margin-top:8px;
  color:#858c9c;
  font-size:12px
}
.social-links{
  display:flex;
  justify-content:center;
  gap:14px;
  margin:30px 0 44px
}
.social-links a{
  min-width:150px;
  padding:12px 17px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:10px;
  color:#d8dbe4;
  background:rgba(255,255,255,.025);
  text-decoration:none;
  font-size:11px;
  font-weight:800;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,color .2s ease
}
.social-links a:hover{
  transform:translateY(-3px);
  color:#fff;
  border-color:rgba(211,64,255,.48);
  box-shadow:0 10px 30px rgba(186,39,255,.12)
}
.social-links svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round
}
.social-links .social-fill{
  fill:currentColor;
  stroke:none
}
.footer-bottom{
  padding-top:22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-top:1px solid rgba(255,255,255,.07);
  color:#666d7b;
  font-size:10px
}
.footer-bottom div{
  display:flex;
  align-items:center;
  gap:10px
}
.footer-bottom a{
  color:#777e8e;
  text-decoration:none
}
.footer-bottom a:hover{color:#d54aff}

@media(max-width:600px){
  .site-footer{padding:48px 18px 25px}
  .social-links{
    flex-direction:column;
    width:100%;
    gap:10px
  }
  .social-links a{width:100%}
  .footer-bottom{
    flex-direction:column;
    gap:14px;
    text-align:center
  }
}


/* Social brand accents */
.social-links a:nth-child(1){
  border-color:rgba(255,74,167,.42);
}
.social-links a:nth-child(1) svg{
  color:#ff4aa7;
}
.social-links a:nth-child(2){
  border-color:rgba(255,34,34,.42);
}
.social-links a:nth-child(2) svg{
  color:#ff3333;
}
.social-links a:nth-child(3){
  border-color:rgba(61,230,226,.42);
}
.social-links a:nth-child(3) svg{
  color:#58ece7;
}

@media(max-width:600px){
  .footer-wordmark{
    font-size:30px;
  }
}


/* =========================
   V10 - HEADER LOGO + OFFICIAL-STYLE FOOTER WORDMARK
   ========================= */

/* Make the existing official image in the header more prominent */
header .logo img,
.site-header .logo img,
.navbar .logo img,
.nav-logo img,
.brand img,
header a img {
  height: 72px;
  width: auto;
  max-width: 150px;
  object-fit: contain;
}

/* Footer: lettering only, inspired by the official NOIDEX wordmark */
.footer-wordmark{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 38px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 1px;
  transform: scaleX(1.12);
  transform-origin:center;
  filter:
    drop-shadow(0 2px 0 rgba(18,31,90,.95))
    drop-shadow(0 0 7px rgba(53,99,255,.25));
}
.footer-word-noide{
  background:linear-gradient(
    180deg,
    #ffffff 0%,
    #ffffff 24%,
    #e7ecff 48%,
    #a7b9ed 70%,
    #f7f8ff 88%,
    #cbd6ff 100%
  );
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  -webkit-text-stroke:.35px rgba(235,241,255,.75);
  text-shadow:
    0 2px 0 #5b6da7,
    0 3px 0 #293b7a,
    0 0 8px rgba(55,106,255,.24);
}
.footer-word-x{
  margin-left:2px;
  background:linear-gradient(
    180deg,
    #ff8ae9 0%,
    #ff3bd1 32%,
    #f20fbd 62%,
    #ff55dc 100%
  );
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  -webkit-text-stroke:.35px rgba(255,109,226,.75);
  text-shadow:
    0 2px 0 #8d0d75,
    0 3px 0 #5b0750,
    0 0 9px rgba(255,28,196,.42);
}

@media(max-width:900px){
  header .logo img,
  .site-header .logo img,
  .navbar .logo img,
  .nav-logo img,
  .brand img,
  header a img {
    height: 64px;
    max-width: 135px;
  }
}

@media(max-width:600px){
  header .logo img,
  .site-header .logo img,
  .navbar .logo img,
  .nav-logo img,
  .brand img,
  header a img {
    height: 56px;
    max-width: 118px;
  }
  .footer-wordmark{
    font-size:34px;
  }
}


/* =========================
   V11 - EXACT LOGO AS IMAGE
   ========================= */

/* Header logo: clearly larger without increasing the whole navbar excessively */
.header{
  height:96px;
}
.header .brand{
  width:215px;
  height:92px;
  overflow:visible;
}
.header .brand img{
  width:auto !important;
  height:88px !important;
  max-width:205px !important;
  max-height:88px !important;
  object-fit:contain !important;
  transform:none !important;
}

/* Footer uses the actual supplied NOIDEX wordmark image */
.footer-official-wordmark{
  display:block;
  width:min(430px,72vw);
  height:auto;
  margin:0 auto 8px;
  object-fit:contain;
  filter:drop-shadow(0 0 14px rgba(86,75,255,.18))
         drop-shadow(0 0 12px rgba(255,37,193,.13));
}

/* Disable the old CSS wordmark if any rule remains */
.footer-wordmark,
.footer-word-noide,
.footer-word-x{
  display:none !important;
}

@media(max-width:900px){
  .header{
    height:88px;
  }
  .header .brand{
    width:175px;
    height:84px;
  }
  .header .brand img{
    height:80px !important;
    max-width:165px !important;
    max-height:80px !important;
  }
  .footer-official-wordmark{
    width:min(390px,78vw);
  }
}

@media(max-width:600px){
  .header{
    height:82px;
  }
  .header .brand{
    width:145px;
    height:78px;
  }
  .header .brand img{
    height:74px !important;
    max-width:138px !important;
    max-height:74px !important;
  }
  .footer-official-wordmark{
    width:min(330px,84vw);
  }
}


/* =========================
   V12 - TRANSPARENT OFFICIAL NOIDEX WORDMARK
   ========================= */
.footer-official-wordmark{
  width:min(520px,76vw) !important;
  height:auto !important;
  margin:0 auto 10px !important;
  background:transparent !important;
  object-fit:contain !important;
  filter:
    drop-shadow(0 0 10px rgba(80,90,255,.18))
    drop-shadow(0 0 12px rgba(255,35,194,.14)) !important;
}

@media(max-width:600px){
  .footer-official-wordmark{
    width:min(390px,88vw) !important;
  }
}


/* =========================
   V13 - BUY SECTION
   ========================= */
.buy-section{
  padding:110px 24px 105px;
  border-top:1px solid rgba(214,37,255,.18);
  background:
    radial-gradient(circle at 82% 45%,rgba(122,18,164,.15),transparent 35%),
    radial-gradient(circle at 18% 65%,rgba(20,60,130,.08),transparent 32%);
}
.buy-shell{
  max-width:1120px;
  margin:0 auto;
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:72px;
  align-items:center;
}
.buy-intro .eyebrow,
.buy-label{
  color:#f12dff;
  font-size:11px;
  font-weight:900;
  letter-spacing:3px;
}
.buy-intro h2{
  margin:17px 0 20px;
  font-size:48px;
  line-height:.98;
  letter-spacing:-1.5px;
  color:#fff;
}
.buy-intro h2 span{
  color:#ca25f5;
}
.buy-intro p{
  max-width:430px;
  color:#aeb9d4;
  line-height:1.7;
}
.buy-card{
  padding:34px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:22px;
  background:
    linear-gradient(135deg,rgba(8,13,24,.96),rgba(29,10,42,.94));
  box-shadow:0 25px 80px rgba(0,0,0,.22);
}
.buy-card-top{
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:flex-end;
}
.buy-card h3{
  margin:10px 0 0;
  font-size:35px;
  color:#fff;
}
.buy-price{
  text-align:right;
}
.buy-price strong{
  display:block;
  color:#fff;
  font-size:39px;
  line-height:1;
}
.buy-price span{
  display:block;
  margin-top:8px;
  color:#9aa6c4;
  font-size:9px;
  font-weight:800;
  letter-spacing:1.8px;
}
.buy-divider{
  height:1px;
  margin:27px 0;
  background:linear-gradient(90deg,rgba(255,255,255,.12),rgba(215,35,255,.38),rgba(255,255,255,.05));
}
.buy-features{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px 22px;
  color:#dce3f5;
  font-size:14px;
}
.buy-features span{
  color:#f12dff;
  font-weight:900;
  margin-right:8px;
}
.buy-actions{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
  margin-top:30px;
}
.buy-primary,
.buy-secondary{
  min-height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:8px;
  font-size:12px;
  font-weight:900;
  text-decoration:none;
}
.buy-primary{
  color:#fff;
  border:1px solid #d831ff;
  background:linear-gradient(135deg,#7d1ad6,#cf21ef);
  box-shadow:0 0 24px rgba(193,29,238,.18);
}
.buy-secondary{
  color:#fff;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.025);
}
.buy-note{
  margin:18px 0 0;
  text-align:center;
  color:#7f8ba8;
  font-size:11px;
}
@media(max-width:850px){
  .buy-section{padding:80px 22px;}
  .buy-shell{
    grid-template-columns:1fr;
    gap:38px;
  }
  .buy-intro{text-align:center;}
  .buy-intro p{margin-left:auto;margin-right:auto;}
}
@media(max-width:560px){
  .buy-intro h2{font-size:38px;}
  .buy-card{padding:25px 20px;}
  .buy-card-top{
    align-items:flex-start;
    flex-direction:column;
  }
  .buy-price{text-align:left;}
  .buy-features{grid-template-columns:1fr;}
}


/* =========================
   V14 - PRE-LAUNCH NOTIFY MODAL
   ========================= */
.notify-modal{
  position:fixed;
  inset:0;
  z-index:9999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:20px;
}
.notify-modal.is-open{display:flex;}
.notify-backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,2,8,.82);
  backdrop-filter:blur(9px);
}
.notify-dialog{
  width:min(590px,100%);
  position:relative;
  z-index:1;
  padding:42px;
  border:1px solid rgba(217,45,255,.34);
  border-radius:22px;
  background:
    radial-gradient(circle at 85% 12%,rgba(209,31,255,.16),transparent 30%),
    linear-gradient(145deg,#070b16 0%,#0b0714 100%);
  box-shadow:
    0 35px 100px rgba(0,0,0,.65),
    0 0 55px rgba(182,36,255,.12);
}
.notify-close{
  position:absolute;
  right:17px;
  top:14px;
  width:36px;
  height:36px;
  border:0;
  border-radius:50%;
  color:#aab3ca;
  background:rgba(255,255,255,.05);
  font-size:24px;
  cursor:pointer;
}
.notify-close:hover{color:#fff;background:rgba(255,255,255,.09);}
.notify-kicker{
  color:#ef35ff;
  font-size:10px;
  font-weight:900;
  letter-spacing:3px;
}
.notify-dialog h2{
  margin:14px 0 17px;
  color:#fff;
  font-size:39px;
  line-height:1;
  letter-spacing:-1px;
}
.notify-dialog h2 span{color:#cb2af1;}
.notify-copy{
  max-width:470px;
  color:#aab5cf;
  font-size:14px;
  line-height:1.65;
}
.notify-form{margin-top:27px;}
.notify-form > label:first-child{
  display:block;
  margin-bottom:8px;
  color:#c8d0e2;
  font-size:9px;
  font-weight:900;
  letter-spacing:1.7px;
}
.notify-input-row{
  display:grid;
  grid-template-columns:1fr auto;
  gap:9px;
}
.notify-input-row input{
  min-width:0;
  height:50px;
  padding:0 16px;
  outline:none;
  border:1px solid rgba(255,255,255,.14);
  border-radius:8px;
  color:#fff;
  background:#080c17;
  font:inherit;
}
.notify-input-row input:focus{
  border-color:#c832ff;
  box-shadow:0 0 0 3px rgba(200,50,255,.09);
}
.notify-input-row button{
  height:50px;
  padding:0 23px;
  border:1px solid #dc39ff;
  border-radius:8px;
  color:#fff;
  background:linear-gradient(135deg,#7d1bd8,#cc22ec);
  font-size:11px;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 0 24px rgba(198,36,242,.15);
}
.notify-consent{
  margin-top:15px;
  display:flex;
  gap:9px;
  align-items:flex-start;
  color:#8f9ab4;
  font-size:10px;
  line-height:1.45;
  cursor:pointer;
}
.notify-consent input{
  margin-top:2px;
  accent-color:#cf2df5;
}
.notify-privacy{
  margin-top:10px;
  color:#626e89;
  font-size:9px;
}
.notify-success{
  padding:18px 0 4px;
  text-align:center;
}
.notify-check{
  width:58px;
  height:58px;
  margin:0 auto 17px;
  display:grid;
  place-items:center;
  border:1px solid rgba(219,54,255,.45);
  border-radius:50%;
  color:#ed54ff;
  background:rgba(207,43,245,.08);
  font-size:24px;
}
.notify-success h3{font-size:24px;color:#fff;}
.notify-success p{margin-top:8px;color:#9aa6c2;font-size:13px;}
body.notify-open{overflow:hidden;}

@media(max-width:600px){
  .notify-dialog{padding:34px 21px 26px;}
  .notify-dialog h2{font-size:32px;}
  .notify-input-row{grid-template-columns:1fr;}
  .notify-input-row button{width:100%;}
}


/* =========================
   V15 - LANGUAGE + MOBILE NAVIGATION
   ========================= */
.header{
  grid-template-columns:220px 1fr auto;
  gap:24px;
}
.header-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:18px;
}
.language-switch{
  display:flex;
  align-items:center;
  gap:6px;
  color:#5f687d;
  font-size:10px;
  font-weight:900;
  letter-spacing:1px;
}
.lang-link{
  color:#747d91;
  text-decoration:none;
  transition:color .2s ease,text-shadow .2s ease;
}
.lang-link:hover,
.lang-link.active{
  color:#fff;
  text-shadow:0 0 12px rgba(210,48,255,.45);
}
.lang-link.active{
  color:#dc43ff;
}
.mobile-menu-toggle{
  display:none;
  width:42px;
  height:42px;
  padding:9px;
  border:1px solid rgba(213,58,255,.25);
  border-radius:9px;
  background:rgba(255,255,255,.025);
  cursor:pointer;
}
.mobile-menu-toggle span{
  display:block;
  height:2px;
  margin:4px 0;
  border-radius:2px;
  background:#d9ddeb;
  transition:transform .2s ease,opacity .2s ease;
}
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(1){
  transform:translateY(6px) rotate(45deg);
}
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(2){opacity:0;}
.mobile-menu-toggle[aria-expanded="true"] span:nth-child(3){
  transform:translateY(-6px) rotate(-45deg);
}
.mobile-menu{
  display:none;
  position:fixed;
  left:0;
  right:0;
  top:82px;
  z-index:49;
  padding:18px 22px 24px;
  border-bottom:1px solid rgba(217,45,255,.2);
  background:rgba(2,5,13,.98);
  backdrop-filter:blur(18px);
  box-shadow:0 22px 50px rgba(0,0,0,.42);
}
.mobile-menu.is-open{display:block;}
.mobile-menu nav{
  display:grid;
}
.mobile-menu nav a{
  padding:15px 3px;
  border-bottom:1px solid rgba(255,255,255,.06);
  color:#e6e8ef;
  font-size:12px;
  font-weight:850;
  text-decoration:none;
}
.mobile-menu-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding-top:18px;
}
.mobile-notify{
  min-width:145px;
  height:43px;
  border:1px solid #b12dff;
  border-radius:8px;
  color:#fff;
  background:linear-gradient(135deg,#50158e,#951bc9);
  font-size:10px;
  font-weight:900;
  cursor:pointer;
}
body.mobile-menu-open{overflow:hidden;}

/* Improved mobile typography / spacing */
@media(max-width:980px){
  .header{
    height:82px;
    grid-template-columns:1fr auto;
    padding:0 20px;
  }
  .header .brand{
    width:142px;
    height:76px;
  }
  .header .brand img{
    height:72px !important;
    max-width:136px !important;
    max-height:72px !important;
  }
  .nav,
  .header-actions{
    display:none;
  }
  .mobile-menu-toggle{
    display:block;
  }
  .mobile-menu{
    top:82px;
  }
  .hero-inner{
    padding-top:44px;
  }
  .hero-content{
    max-width:680px;
  }
  .hero-visual img{
    max-width:760px;
  }
}

@media(max-width:600px){
  .header{
    height:74px;
    padding:0 14px;
  }
  .header .brand{
    width:122px;
    height:70px;
  }
  .header .brand img{
    height:66px !important;
    max-width:118px !important;
    max-height:66px !important;
  }
  .mobile-menu{
    top:74px;
    padding:13px 18px 20px;
  }
  .hero-inner{
    padding:36px 17px 10px;
  }
  .hero-label{
    font-size:9px;
    letter-spacing:2.4px;
  }
  .hero h1{
    font-size:clamp(39px,12vw,51px);
    line-height:.94;
  }
  .hero-description{
    margin-top:23px;
    font-size:14px;
    line-height:1.6;
  }
  .hero-buttons{
    margin-top:25px;
  }
  .hero-visual{
    height:auto;
    min-height:0;
  }
  .hero-visual img{
    width:100%;
    height:auto;
    max-height:none;
    object-fit:contain;
  }
  .hero-bottom{
    grid-template-columns:40px 1fr 40px;
    width:92%;
  }
  .section{
    padding:66px 17px;
  }
  .section h2{
    font-size:clamp(34px,10vw,45px);
  }
  .video-frame{
    aspect-ratio:16/9;
  }
  .steps-flow,
  .features-grid{
    width:100%;
  }
  .feature-wide{
    padding:23px;
  }
  .buy-section{
    padding:72px 17px 70px;
  }
  .buy-intro h2{
    font-size:clamp(35px,10vw,44px);
  }
  .buy-price strong{
    font-size:34px;
  }
  .social-links{
    margin-bottom:34px;
  }
}

/* Modal accessibility and real-submit states */
.notify-honeypot{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
  clip:rect(1px,1px,1px,1px) !important;
  white-space:nowrap !important;
}
.notify-input-row button:disabled{
  opacity:.62;
  cursor:wait;
}
.notify-error{
  margin-top:12px;
  color:#ff7aab;
  font-size:10px;
  line-height:1.45;
}
.notify-consent{
  font-size:11px;
}
.notify-privacy{
  font-size:10px;
  line-height:1.5;
}


/* =========================
   V20 — BEYOND GAMING / STREAMS
   ========================= */
.beyond-section{
  position:relative;
  overflow:hidden;
  text-align:center;
  background:
    radial-gradient(circle at 14% 28%,rgba(82,47,255,.13),transparent 27%),
    radial-gradient(circle at 86% 30%,rgba(224,42,210,.12),transparent 28%),
    linear-gradient(180deg,#02050d 0%,#050611 44%,#02040a 100%);
  border-top:1px solid rgba(255,255,255,.05);
  border-bottom:1px solid rgba(255,255,255,.05)
}
.beyond-section::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.17;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:54px 54px;
  mask-image:linear-gradient(to bottom,transparent,black 14%,black 80%,transparent)
}
.beyond-heading{
  position:relative;
  z-index:1;
  width:min(920px,94%);
  margin:0 auto 52px
}
.beyond-heading h2{
  margin:0 auto;
  font-size:clamp(46px,6vw,80px);
  line-height:.96;
  letter-spacing:-3px
}
.beyond-heading h2 span{
  background:linear-gradient(90deg,#9f50ff 6%,#ef42db 58%,#ff5db8 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent
}
.beyond-lead{
  max-width:760px;
  margin:25px auto 0;
  color:#aeb4c2;
  font-size:15px;
  line-height:1.8
}

.stream-showcase{
  position:relative;
  z-index:1;
  width:min(1180px,94%);
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(330px,.65fr);
  gap:18px;
  align-items:stretch
}
.stream-window,
.audio-source-panel{
  border:1px solid rgba(255,255,255,.10);
  border-radius:20px;
  background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.012));
  box-shadow:0 28px 80px rgba(0,0,0,.35)
}
.stream-window{
  overflow:hidden;
  min-height:480px
}
.stream-topbar{
  height:54px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  padding:0 18px;
  color:#7e8595;
  font-size:9px;
  font-weight:900;
  letter-spacing:2px;
  border-bottom:1px solid rgba(255,255,255,.07);
  background:rgba(2,5,12,.88)
}
.stream-dots{
  display:flex;
  gap:6px
}
.stream-dots i{
  width:7px;height:7px;border-radius:50%;
  background:rgba(255,255,255,.14)
}
.live-badge{
  justify-self:end;
  display:flex;
  align-items:center;
  gap:7px;
  padding:7px 9px;
  border:1px solid rgba(255,72,159,.25);
  border-radius:6px;
  color:#ff70ad;
  background:rgba(255,50,135,.08);
  letter-spacing:1px
}
.live-badge b{
  width:6px;height:6px;border-radius:50%;
  background:#ff438f;
  box-shadow:0 0 12px rgba(255,67,143,.65)
}
.stream-stage{
  min-height:426px;
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 40% 35%,rgba(110,69,255,.26),transparent 25%),
    radial-gradient(circle at 63% 62%,rgba(222,45,213,.18),transparent 30%),
    linear-gradient(145deg,#070b19,#090713 56%,#02050c)
}
.stream-stage::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(120deg,transparent 0 58%,rgba(255,255,255,.035) 58% 59%,transparent 59%),
    linear-gradient(30deg,transparent 0 76%,rgba(255,255,255,.025) 76% 77%,transparent 77%)
}
.stream-scene{
  position:absolute;
  inset:0;
  display:grid;
  grid-template-columns:1fr 165px;
  gap:20px;
  padding:52px 32px 70px
}
.stream-avatar{
  position:relative;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.07);
  border-radius:14px;
  background:
    radial-gradient(circle at 50% 28%,rgba(221,68,255,.17),transparent 24%),
    linear-gradient(160deg,rgba(255,255,255,.04),rgba(255,255,255,.01))
}
.stream-avatar::before{
  content:"";
  width:128px;
  height:128px;
  border-radius:50%;
  background:
    radial-gradient(circle at 50% 32%,#37324d 0 23%,transparent 24%),
    radial-gradient(ellipse at 50% 82%,#26243a 0 35%,transparent 36%);
  opacity:.92;
  filter:drop-shadow(0 0 28px rgba(184,60,255,.25))
}
.stream-avatar span{
  position:absolute;
  left:14px;
  top:14px;
  padding:6px 8px;
  border-radius:5px;
  color:#ff73bd;
  border:1px solid rgba(255,80,169,.25);
  background:rgba(255,45,145,.07);
  font-size:8px;
  font-weight:950;
  letter-spacing:1.5px
}
.stream-chat{
  padding:15px 12px;
  border:1px solid rgba(255,255,255,.06);
  border-radius:12px;
  background:rgba(2,5,12,.55)
}
.stream-chat i{
  display:block;
  height:7px;
  margin:11px 0;
  border-radius:5px;
  background:linear-gradient(90deg,rgba(255,255,255,.16),rgba(255,255,255,.04))
}
.stream-chat i:nth-child(2){width:78%}
.stream-chat i:nth-child(3){width:91%}
.stream-chat i:nth-child(4){width:62%}
.stream-chat i:nth-child(5){width:84%}
.noidex-subtitle{
  position:absolute;
  left:50%;
  bottom:27px;
  transform:translateX(-50%);
  width:min(560px,80%);
  padding:13px 16px;
  display:flex;
  align-items:center;
  gap:13px;
  border:1px solid rgba(220,60,255,.28);
  border-radius:9px;
  background:rgba(2,5,12,.82);
  box-shadow:0 14px 34px rgba(0,0,0,.35),0 0 32px rgba(193,54,255,.09);
  backdrop-filter:blur(10px)
}
.noidex-subtitle span{
  flex:0 0 auto;
  padding:6px 8px;
  border-radius:5px;
  color:#ef55df;
  background:rgba(207,53,255,.10);
  font-size:8px;
  font-weight:950;
  letter-spacing:1px
}
.noidex-subtitle p{
  color:#fff;
  font-size:12px;
  font-weight:700;
  line-height:1.4;
  text-align:left
}
.stream-brand{
  position:absolute;
  left:20px;
  bottom:18px;
  display:none;
  gap:10px;
  align-items:center
}

.audio-source-panel{
  padding:31px;
  text-align:left
}
.source-kicker{
  color:#d74bff;
  font-size:9px;
  font-weight:950;
  letter-spacing:2.2px
}
.audio-source-panel h3{
  margin-top:10px;
  font-size:30px;
  line-height:1.04;
  letter-spacing:-1.2px
}
.audio-source-panel h3 span{color:#e64bdd}
.audio-source-panel > p{
  margin-top:15px;
  color:#aeb4c2;
  font-size:13px;
  line-height:1.7
}
.source-list{
  margin-top:27px;
  display:grid;
  gap:9px
}
.source-row{
  min-height:63px;
  padding:10px 12px;
  display:grid;
  grid-template-columns:38px 1fr 14px;
  gap:11px;
  align-items:center;
  border:1px solid rgba(255,255,255,.07);
  border-radius:10px;
  background:rgba(255,255,255,.018)
}
.source-row.selected{
  border-color:rgba(214,66,255,.33);
  background:linear-gradient(90deg,rgba(108,48,255,.10),rgba(232,50,208,.065));
  box-shadow:inset 0 0 24px rgba(201,52,255,.035)
}
.source-icon{
  width:36px;height:36px;
  display:grid;
  place-items:center;
  border-radius:8px;
  color:#c5c9d4;
  border:1px solid rgba(255,255,255,.08);
  background:#090d18;
  font-size:10px;
  font-weight:950
}
.source-row.selected .source-icon{
  color:#f05ee7;
  border-color:rgba(220,68,255,.27);
  background:rgba(205,47,255,.08)
}
.source-row strong{
  display:block;
  color:#ecedf3;
  font-size:10px;
  letter-spacing:1.3px
}
.source-row small{
  display:block;
  margin-top:3px;
  color:#737b8d;
  font-size:9px
}
.source-row > i{
  width:9px;height:9px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.20)
}
.source-row.selected > i{
  border:3px solid #be45ff;
  box-shadow:0 0 12px rgba(190,69,255,.34)
}
.source-flow{
  margin-top:25px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  color:#71798a;
  font-size:8px;
  font-weight:900;
  letter-spacing:1px
}
.source-flow strong{color:#e84ee0}
.source-flow b{color:#6d7483}

.use-cases{
  position:relative;
  z-index:1;
  width:min(1180px,94%);
  margin:18px auto 0;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px
}
.use-cases article{
  min-height:224px;
  padding:23px;
  position:relative;
  overflow:hidden;
  text-align:left;
  border:1px solid rgba(255,255,255,.08);
  border-radius:15px;
  background:rgba(255,255,255,.022)
}
.use-cases article::after{
  content:"";
  position:absolute;
  width:130px;height:130px;
  right:-64px;bottom:-75px;
  border-radius:50%;
  background:rgba(189,49,255,.075);
  filter:blur(18px)
}
.use-number{
  position:absolute;
  right:17px;
  top:16px;
  color:rgba(218,70,255,.34);
  font-size:9px;
  font-weight:950;
  letter-spacing:2px
}
.use-icon{
  width:43px;height:43px;
  margin-bottom:27px;
  display:grid;
  place-items:center;
  border:1px solid rgba(217,65,255,.22);
  border-radius:10px;
  color:#e457ed;
  background:rgba(195,47,255,.06);
  font-size:9px;
  font-weight:950;
  letter-spacing:.5px
}
.use-cases h3{
  font-size:17px;
  margin-bottom:9px;
  letter-spacing:-.4px
}
.use-cases p{
  color:#939aaa;
  font-size:12px;
  line-height:1.65
}

.beyond-statement{
  position:relative;
  z-index:1;
  width:min(1180px,94%);
  margin:48px auto 0;
  padding:45px 28px 40px;
  overflow:hidden;
  border-top:1px solid rgba(224,67,255,.22);
  border-bottom:1px solid rgba(224,67,255,.13)
}
.beyond-statement::before{
  content:"";
  position:absolute;
  width:460px;height:220px;
  left:50%;top:45%;
  transform:translate(-50%,-50%);
  border-radius:50%;
  background:rgba(157,43,255,.10);
  filter:blur(65px);
  pointer-events:none
}
.beyond-statement > *{position:relative;z-index:1}
.beyond-statement > span{
  color:#8d94a4;
  font-size:9px;
  font-weight:950;
  letter-spacing:3px
}
.beyond-statement h3{
  margin-top:12px;
  font-size:clamp(34px,5vw,63px);
  line-height:.98;
  letter-spacing:-2px
}
.beyond-statement h3 strong{
  font-weight:950;
  background:linear-gradient(90deg,#9251ff,#e747df 62%,#ff63b8);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent
}
.beyond-statement p{
  max-width:690px;
  margin:18px auto 0;
  color:#989fae;
  font-size:13px;
  line-height:1.7
}

@media(max-width:1080px){
  .stream-showcase{
    grid-template-columns:1fr
  }
  .audio-source-panel{
    display:grid;
    grid-template-columns:1fr 1fr;
    column-gap:30px
  }
  .audio-source-panel .source-kicker,
  .audio-source-panel h3,
  .audio-source-panel > p{
    grid-column:1
  }
  .source-list{
    grid-column:2;
    grid-row:1/5;
    margin-top:0
  }
  .source-flow{
    grid-column:2
  }
  .use-cases{
    grid-template-columns:repeat(2,1fr)
  }
}
@media(max-width:700px){
  .beyond-heading h2{
    font-size:clamp(38px,11vw,52px);
    letter-spacing:-2px
  }
  .beyond-lead{
    font-size:14px;
    line-height:1.65
  }
  .stream-window{
    min-height:390px
  }
  .stream-stage{
    min-height:336px
  }
  .stream-scene{
    grid-template-columns:1fr 105px;
    padding:32px 18px 70px
  }
  .stream-avatar::before{
    width:96px;height:96px
  }
  .noidex-subtitle{
    width:88%;
    bottom:22px
  }
  .audio-source-panel{
    display:block;
    padding:24px
  }
  .source-list{
    margin-top:24px
  }
  .source-flow{
    margin-top:22px
  }
  .use-cases{
    grid-template-columns:1fr
  }
  .use-cases article{
    min-height:190px
  }
}
@media(max-width:480px){
  .stream-topbar{
    grid-template-columns:1fr auto;
  }
  .stream-topbar > span{
    display:none
  }
  .stream-scene{
    grid-template-columns:1fr 74px;
    gap:10px;
    padding-left:12px;
    padding-right:12px
  }
  .stream-chat{
    padding:8px
  }
  .noidex-subtitle{
    padding:11px;
    gap:9px
  }
  .noidex-subtitle p{
    font-size:10px
  }
  .beyond-statement{
    padding-left:10px;
    padding-right:10px
  }
  .beyond-statement h3{
    font-size:clamp(31px,9.8vw,42px);
    letter-spacing:-1.5px
  }
}

/* ============ LEGAL / FAQ PAGES ============ */
.legal-page{padding:150px 6% 100px;background:#02050d;min-height:60vh}
.legal-shell{width:min(880px,92%);margin:0 auto}
.legal-back{display:inline-block;margin-bottom:26px;font-size:12px;font-weight:800;letter-spacing:1px;color:#cc4bff;text-decoration:none}
.legal-back:hover{text-decoration:underline}
.legal-shell .eyebrow{text-align:left}
.legal-shell h1{font-size:clamp(32px,4vw,48px);line-height:1.05;letter-spacing:-1px;margin-bottom:10px;color:#fff}
.legal-updated{color:#6b7086;font-size:13px;margin-bottom:44px}
.legal-shell h2{font-size:21px;color:#fff;margin:38px 0 14px;letter-spacing:-.3px}
.legal-shell h2:first-of-type{margin-top:0}
.legal-shell h3{font-size:16px;color:#e2e3ea;margin:22px 0 10px}
.legal-shell p{color:#aeb4c2;font-size:15px;line-height:1.75;margin-bottom:16px}
.legal-shell ul{color:#aeb4c2;font-size:15px;line-height:1.75;margin:0 0 16px 22px}
.legal-shell li{margin-bottom:8px}
.legal-shell a{color:#d84cff;text-decoration:underline;text-underline-offset:2px}
.legal-shell strong{color:#e2e3ea}
.legal-table{width:100%;border-collapse:collapse;margin:6px 0 24px;font-size:13.5px}
.legal-table th,.legal-table td{text-align:left;padding:10px 14px;border-bottom:1px solid rgba(255,255,255,.08);color:#aeb4c2;vertical-align:top}
.legal-table th{color:#e2e3ea;font-weight:800;white-space:nowrap}

.faq-list{margin-top:20px}
.faq-item{border-bottom:1px solid rgba(255,255,255,.08);padding:18px 0}
.faq-item summary{cursor:pointer;font-size:16px;font-weight:700;color:#fff;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:"+";color:#d84cff;font-size:20px;font-weight:400;flex-shrink:0}
.faq-item[open] summary::after{content:"\2013"}
.faq-item p{margin-top:12px}
.faq-item:first-child{padding-top:0}

/* =========================
   LICENSE MANAGEMENT PAGE
   ========================= */
.license-card{
  margin-top:32px;
  padding:32px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:14px;
  background:#080c17;
}
.license-form{display:flex;flex-direction:column;gap:18px;}
.license-field label{
  display:block;
  margin-bottom:8px;
  color:#c8d0e2;
  font-size:9px;
  font-weight:900;
  letter-spacing:1.7px;
}
.license-field input{
  width:100%;
  height:50px;
  padding:0 16px;
  outline:none;
  border:1px solid rgba(255,255,255,.14);
  border-radius:8px;
  color:#fff;
  background:#02050d;
  font:inherit;
}
.license-field input:focus{
  border-color:#c832ff;
  box-shadow:0 0 0 3px rgba(200,50,255,.09);
}
.license-form > button[type="submit"]{
  height:50px;
  padding:0 23px;
  border:1px solid #dc39ff;
  border-radius:8px;
  color:#fff;
  background:linear-gradient(135deg,#7d1bd8,#cc22ec);
  font-size:11px;
  font-weight:900;
  letter-spacing:.5px;
  cursor:pointer;
  box-shadow:0 0 24px rgba(198,36,242,.15);
}
.license-form > button[type="submit"]:disabled{opacity:.6;cursor:default;}
.license-message{font-size:13px;line-height:1.6;margin:0;}
.license-error{color:#ff6b81;}
.license-success{color:#4bd88a;}

.license-result{margin-top:28px;padding-top:24px;border-top:1px solid rgba(255,255,255,.08);}
.license-result-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:10px 0;
  border-bottom:1px solid rgba(255,255,255,.06);
  font-size:14px;
}
.license-result-row:last-of-type{border-bottom:none;}
.license-result-label{color:#8f9ab4;}
.license-result-value{color:#fff;font-weight:700;}

.license-release-btn{
  margin-top:20px;
  width:100%;
  height:48px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:8px;
  color:#fff;
  background:transparent;
  font-size:11px;
  font-weight:900;
  letter-spacing:.5px;
  cursor:pointer;
}
.license-release-btn:hover{border-color:#d84cff;color:#d84cff;}
.license-release-btn:disabled{opacity:.6;cursor:default;}
.license-hint{margin-top:10px;color:#6b7086;font-size:12px;line-height:1.6;}

.license-confirm{
  margin-top:20px;
  padding:18px;
  border:1px solid rgba(220,57,255,.35);
  border-radius:10px;
  background:rgba(200,50,255,.06);
}
.license-confirm p{color:#e2e3ea;font-size:13px;line-height:1.6;margin-bottom:14px;}
.license-confirm-actions{display:flex;gap:10px;}
.license-confirm-cancel,
.license-confirm-ok{
  height:42px;
  padding:0 16px;
  border-radius:8px;
  font-size:11px;
  font-weight:900;
  cursor:pointer;
  flex:1;
}
.license-confirm-cancel{
  border:1px solid rgba(255,255,255,.18);
  background:transparent;
  color:#fff;
}
.license-confirm-ok{
  border:1px solid #dc39ff;
  background:linear-gradient(135deg,#7d1bd8,#cc22ec);
  color:#fff;
}

@media(max-width:600px){
  .license-card{padding:22px;}
  .license-confirm-actions{flex-direction:column;}
}

/* =========================
   PURCHASE CONFIRMATION PAGE (thank-you.html / gracias.html)
   ========================= */
/* :not([hidden]) a propósito -- el resto de esta hoja de estilos nunca
   pone "display" en una clase que se alterna con el atributo hidden
   (ver .license-result/.license-confirm más arriba) precisamente para
   no pisar la regla nativa [hidden]{display:none} del navegador, que
   tiene la MISMA especificidad que una clase normal -- con ambas
   compitiendo, gana la que declare display, hidden o no. */
.thankyou-waiting:not([hidden]){
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:16px;
  padding:24px 0;
  text-align:center;
  color:#c8d0e2;
}
.thankyou-spinner{
  width:36px;
  height:36px;
  border:3px solid rgba(255,255,255,.15);
  border-top-color:#dc39ff;
  border-radius:50%;
  animation:thankyou-spin .9s linear infinite;
}
@keyframes thankyou-spin{to{transform:rotate(360deg);}}
.thankyou-key-row{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:10px;
  flex-wrap:wrap;
}
.thankyou-key-value{
  flex:1;
  min-width:220px;
  padding:14px 16px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:8px;
  background:#02050d;
  color:#fff;
  font-size:16px;
  font-weight:700;
  letter-spacing:1px;
  word-break:break-all;
}
.thankyou-key-row .license-release-btn{width:auto;margin-top:0;padding:0 20px;}
@media(max-width:600px){
  .thankyou-key-row{flex-direction:column;align-items:stretch;}
  .thankyou-key-row .license-release-btn{width:100%;}
}
@media(prefers-reduced-motion: reduce){
  .thankyou-spinner{animation:none;border-top-color:rgba(255,255,255,.15);}
}
