:root{
  --bg:#0B1220; /* světlejší dark navy – méně “děsivé” */
  --panel:rgba(255,255,255,.07);
  --panel2:rgba(255,255,255,.12);
  --text:rgba(255,255,255,.92);
  --muted:rgba(255,255,255,.74);

  --neonG:#2CFF05;
  --neonC:#00E5FF;
  --neonP:#8A2EFF;
  --mag:#FF2BD6;

  --shadow:0 18px 60px rgba(0,0,0,.45);
  --radius:22px;

}

/* Landing logo */
body.neon img[src*="terminak-logo"]{
  height:78px;
  width:auto;}
body.neon .glass img{
  max-height: none;
}
/* Landing header panel – more vertical room */
body.neon header .glass,
body.neon .landing-header{
  padding-top: 18px;
  padding-bottom: 18px;
}


body.neon{
  background:
    radial-gradient(1200px 600px at 18% 10%, rgba(0,229,255,.12), transparent 60%),
    radial-gradient(900px 500px at 82% 22%, rgba(44,255,5,.10), transparent 60%),
    radial-gradient(1000px 700px at 60% 90%, rgba(138,46,255,.12), transparent 65%),
    radial-gradient(900px 500px at 50% 50%, rgba(255,255,255,.035), transparent 55%),
    var(--bg);
  color: var(--text);
}

body.neon{
  background-attachment: fixed;
}
body.neon .glass h2,
body.neon .glass h3{
  color: rgba(255,255,255,.97);
}
.how-step:nth-child(3){
  border-color: rgba(0,229,255,.35);
  box-shadow: 0 0 0 1px rgba(0,229,255,.12), 0 25px 70px rgba(0,0,0,.45);
}


body.neon a{ color: rgba(255,255,255,.92); }
body.neon a:hover{ color: rgba(255,255,255,.98); }


.muted{ color: var(--muted); }

.glass{
  background: linear-gradient(180deg, var(--panel), rgba(255,255,255,.03));
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.neon-line{
  height:1px;
  background: linear-gradient(90deg, transparent, rgba(0,229,255,.6), rgba(44,255,5,.6), rgba(138,46,255,.6), transparent);
}

.hero-title{
  font-size: clamp(2.0rem, 3.7vw, 3.6rem);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.gradient-text{
  background: linear-gradient(90deg, rgba(255,255,255,.95), var(--neonC), var(--neonG), var(--neonP));
  -webkit-background-clip:text;
  background-clip:text;
  color: transparent;
}

.btn-solid{
  border-radius: 14px;
  padding: .85rem 1.05rem;
  font-weight: 900;
  border: 0;
  color: #061006;
  background: linear-gradient(90deg, var(--neonG), var(--neonC));
  box-shadow: 0 18px 60px rgba(44,255,5,.16);
}
.btn-solid:hover{ transform: translateY(-1px); }

.btn-neon{
  border-radius: 14px;
  padding: .85rem 1.05rem;
  font-weight: 800;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color: var(--text);
  box-shadow: 0 14px 40px rgba(0,0,0,.35);
}
.btn-neon:hover{ transform: translateY(-1px); }

.pill{
  display:inline-flex;align-items:center;gap:.5rem;
  padding:.35rem .7rem;border-radius:999px;
  font-weight:800;font-size:.85rem;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
}

.cardx{
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  padding: 1.1rem 1.1rem;
  height: 100%;
}

.ico{
  width:44px;height:44px;border-radius:14px;
  display:grid;place-items:center;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  box-shadow: 0 14px 40px rgba(0,0,0,.25);
}

/* --- Landing diagram (How it works) --- */
.how-diagram{
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 14px;
  align-items: stretch;
}

.how-step{
  border-radius: 18px;
  padding: 16px 16px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
}

.how-badge{
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  margin-bottom: 10px;
  background: rgba(44,255,5,.12);
  border: 1px solid rgba(44,255,5,.35);
  color: rgba(255,255,255,.95);
  box-shadow: 0 0 22px rgba(44,255,5,.18);
}

.how-title{
  font-weight: 800;
  font-size: 1.1rem;
  margin-bottom: 6px;
  color: rgba(255,255,255,.95);
}

.how-arrow{
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 1.4rem;
  color: rgba(255,255,255,.35);
  user-select: none;
}

.how-note{
  border-radius: 18px;
  padding: 14px 16px;
  background: linear-gradient(90deg, rgba(44,255,5,.10), rgba(94,155,255,.08));
  border: 1px solid rgba(255,255,255,.10);
}

@media (max-width: 992px){
  .how-diagram{
    grid-template-columns: 1fr;
  }
  .how-arrow{
    transform: rotate(90deg);
    margin: -6px 0;
  }
}

/* --- jemnější dark: lepší čitelnost v headeru a tlačítkách --- */
body.neon header .btn-neon{
  color: rgba(255,255,255,.92);
}

body.neon header .btn-neon:hover{
  color: rgba(255,255,255,.98);
  border-color: rgba(255,255,255,.22);
}
/* glass trochu více premium */
body.neon .glass{
  background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035));
  border-color: rgba(255,255,255,.14);
}

/* CTA reassurance text */
body.neon .hero-title + .lead + .d-flex + .muted{
  opacity: .9;
}

