/* =========================================================
   CRDigitalNetwork — Lyrics Video How-to Page styles (recreated v=1)
   Dark theme guide / documentation layout
   ========================================================= */

.lvh-hero{
  position:relative;
  padding:96px 24px 56px;
  text-align:center;
  max-width:1100px;
  margin:0 auto;
  overflow:hidden;
}
.lvh-hero .glow-orb{
  position:absolute;
  border-radius:50%;
  filter:blur(80px);
  pointer-events:none;
  z-index:0;
}
.lvh-hero .glow-orb.primary{
  width:480px;height:480px;
  top:-160px;left:-100px;
  background:radial-gradient(circle,rgba(124,95,244,0.4),transparent 65%);
}
.lvh-hero .glow-orb.accent{
  width:380px;height:380px;
  bottom:-100px;right:-80px;
  background:radial-gradient(circle,rgba(79,142,247,0.35),transparent 65%);
}
.section-eyebrow{
  display:inline-block;
  font-family:'JetBrains Mono',monospace;
  font-size:0.74rem;
  letter-spacing:0.18em;
  text-transform:uppercase;
  color:#6FB4FF;
  margin-bottom:18px;
  position:relative;
  z-index:1;
}
.lvh-hero h1{
  font-family:'Space Grotesk',sans-serif;
  font-size:clamp(2.2rem,5vw,3.8rem);
  font-weight:700;
  letter-spacing:-0.03em;
  line-height:1.1;
  color:#EAF1FC;
  margin:0 0 22px;
  position:relative;z-index:1;
}
.lvh-hero h1 span{
  background:linear-gradient(120deg,#7c5ff4 0%,#4f8ef7 100%);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.lvh-hero p{
  color:#93A4C6;
  font-size:1.1rem;
  line-height:1.7;
  max-width:680px;
  margin:0 auto 28px;
  position:relative;z-index:1;
}
.lvh-pills{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
  margin-bottom:30px;
  position:relative;z-index:1;
}
.lvh-pill{
  display:inline-flex;
  align-items:center;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(255,255,255,0.04);
  border:1px solid rgba(255,255,255,0.08);
  color:#EAF1FC;
  font-size:0.88rem;
  font-weight:500;
}
.lvh-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  justify-content:center;
  position:relative;z-index:1;
}
.btn{
  display:inline-flex;
  align-items:center;
  padding:14px 28px;
  border-radius:12px;
  font-family:'Space Grotesk',sans-serif;
  font-weight:700;
  font-size:0.96rem;
  text-decoration:none;
  transition:transform .18s,box-shadow .25s;
}
.btn-primary{
  background:linear-gradient(120deg,#7c5ff4 0%,#4f8ef7 100%);
  color:#fff;
  box-shadow:0 8px 24px -8px rgba(124,95,244,0.6);
}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 32px -8px rgba(124,95,244,0.7);}
.btn-outline{
  background:transparent;
  border:1px solid rgba(255,255,255,0.15);
  color:#EAF1FC;
}
.btn-outline:hover{background:rgba(255,255,255,0.04);border-color:rgba(124,95,244,0.5);}

/* Wrap (sidebar + main) */
.lvh-wrap{
  max-width:1280px;
  margin:0 auto;
  padding:0 24px 96px;
  display:grid;
  grid-template-columns:260px 1fr;
  gap:48px;
  align-items:start;
}

/* Sidebar */
.lvh-sidebar{
  position:sticky;
  top:90px;
  background:rgba(20,36,63,0.5);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:16px;
  padding:18px 12px;
}
.lvh-sidebar-title{
  font-size:0.72rem;
  font-family:'JetBrains Mono',monospace;
  letter-spacing:0.18em;
  text-transform:uppercase;
  color:#66789C;
  padding:0 10px 12px;
  border-bottom:1px solid rgba(255,255,255,0.06);
  margin-bottom:8px;
}
.lvh-nav-btn{
  display:flex;
  align-items:center;
  gap:10px;
  padding:9px 10px;
  border-radius:8px;
  color:#93A4C6;
  font-size:0.92rem;
  text-decoration:none;
  transition:background .15s,color .15s;
}
.lvh-nav-btn:hover{background:rgba(124,95,244,0.08);color:#EAF1FC;}
.lvh-nav-btn.active{
  background:rgba(124,95,244,0.15);
  color:#fff;
}
.lvh-nav-ic{font-size:1rem;}
.lvh-sidebar-divider{
  height:1px;
  background:rgba(255,255,255,0.06);
  margin:12px 0;
}
.lvh-sidebar-cta{
  margin-top:14px;
  padding:14px 12px;
  border-radius:10px;
  background:linear-gradient(135deg,rgba(124,95,244,0.18),rgba(79,142,247,0.18));
  border:1px solid rgba(124,95,244,0.3);
}
.lvh-sidebar-cta p{
  margin:0 0 10px;
  font-size:0.82rem;
  color:#c4b5fd;
}
.lvh-sidebar-cta a{
  display:inline-block;
  padding:8px 14px;
  background:linear-gradient(135deg,#7c5ff4,#4f8ef7);
  color:#fff;
  border-radius:7px;
  font-size:0.82rem;
  font-weight:700;
  text-decoration:none;
}

/* Main column */
.lvh-main{min-width:0;}

/* Section */
.lvh-sec{margin-bottom:64px;}
.lvh-sec-head{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:22px;
  padding-bottom:14px;
  border-bottom:1px solid rgba(255,255,255,0.06);
}
.lvh-sec-icon{
  width:42px;height:42px;
  border-radius:10px;
  background:linear-gradient(135deg,rgba(124,95,244,0.2),rgba(79,142,247,0.2));
  border:1px solid rgba(124,95,244,0.35);
  display:flex;align-items:center;justify-content:center;
  font-size:20px;flex-shrink:0;
}
.lvh-sec-head h2{
  font-family:'Space Grotesk',sans-serif;
  font-size:clamp(1.5rem,3vw,2rem);
  font-weight:700;
  color:#EAF1FC;
  letter-spacing:-0.02em;
  margin:0;
}
.lvh-sec-head p{
  margin:4px 0 0;
  color:#93A4C6;
  font-size:0.96rem;
}

/* Flow list */
.lvh-flow{display:flex;flex-direction:column;gap:14px;}
.lvh-flow-item{
  display:flex;
  align-items:flex-start;
  gap:14px;
  padding:16px 18px;
  background:rgba(20,36,63,0.5);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:12px;
}
.lvh-flow-ic{
  width:36px;height:36px;flex-shrink:0;
  border-radius:8px;
  background:linear-gradient(135deg,#7c5ff4,#4f8ef7);
  display:flex;align-items:center;justify-content:center;
  font-size:16px;
}
.lvh-flow-item p{
  margin:0;
  color:#EAF1FC;
  line-height:1.6;
  font-size:0.96rem;
}
.lvh-flow-item p strong{color:#c4b5fd;}

/* Steps */
.lvh-steps{display:flex;flex-direction:column;gap:24px;}
.lvh-step{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:20px;
  align-items:start;
}
.lvh-step-num{
  width:46px;height:46px;
  border-radius:50%;
  background:linear-gradient(135deg,#7c5ff4,#4f8ef7);
  color:#fff;
  font-family:'Space Grotesk',sans-serif;
  font-size:1.1rem;
  font-weight:700;
  display:flex;align-items:center;justify-content:center;
  flex-shrink:0;
}
.lvh-step-ic{
  width:46px;height:46px;
  border-radius:12px;
  background:rgba(124,95,244,0.15);
  border:1px solid rgba(124,95,244,0.3);
  display:flex;align-items:center;justify-content:center;
  font-size:22px;
  flex-shrink:0;
}
.lvh-step h3{
  font-family:'Space Grotesk',sans-serif;
  font-size:1.15rem;
  font-weight:600;
  color:#EAF1FC;
  margin:0 0 6px;
}
.lvh-step p{
  color:#93A4C6;
  font-size:0.96rem;
  line-height:1.65;
  margin:0 0 8px;
}
.lvh-step p code{
  font-family:'JetBrains Mono',monospace;
  background:rgba(124,95,244,0.15);
  border:1px solid rgba(124,95,244,0.3);
  padding:2px 6px;
  border-radius:4px;
  color:#c4b5fd;
  font-size:0.86rem;
}

/* Grid 2 */
.lvh-grid-2{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
  margin-top:8px;
}

/* Feature card */
.lvh-feat{
  padding:18px 18px 16px;
  background:rgba(20,36,63,0.5);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:12px;
  transition:border-color .2s,transform .2s;
}
.lvh-feat:hover{border-color:rgba(124,95,244,0.4);transform:translateY(-2px);}
.lvh-feat-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:10px;
}
.lvh-feat-ic{
  width:36px;height:36px;
  border-radius:8px;
  background:rgba(124,95,244,0.12);
  border:1px solid rgba(124,95,244,0.3);
  display:flex;align-items:center;justify-content:center;
  font-size:18px;
}
.lvh-feat-tag{
  font-size:0.7rem;
  font-family:'JetBrains Mono',monospace;
  letter-spacing:0.08em;
  text-transform:uppercase;
  padding:3px 8px;
  border-radius:4px;
  background:rgba(74,222,128,0.12);
  border:1px solid rgba(74,222,128,0.3);
  color:#86efac;
}
.lvh-feat h4{
  font-family:'Space Grotesk',sans-serif;
  font-size:1rem;
  font-weight:600;
  color:#EAF1FC;
  margin:0 0 4px;
}
.lvh-feat p{
  color:#93A4C6;
  font-size:0.9rem;
  line-height:1.6;
  margin:0;
}

/* Callout */
.lvh-callout{
  display:flex;
  gap:14px;
  padding:18px;
  background:rgba(124,95,244,0.06);
  border:1px solid rgba(124,95,244,0.25);
  border-left:3px solid #7c5ff4;
  border-radius:10px;
  margin:18px 0;
}
.lvh-callout.lvh-warn{
  background:rgba(251,191,36,0.06);
  border-color:rgba(251,191,36,0.25);
  border-left-color:#fbbf24;
}
.lvh-callout-ic{font-size:20px;flex-shrink:0;}
.lvh-callout p{
  margin:0;
  color:#EAF1FC;
  font-size:0.92rem;
  line-height:1.6;
}
.lvh-callout.lvh-warn p{color:#fde68a;}

/* Options grid */
.lvh-opt-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(180px,1fr));
  gap:12px;
}
.lvh-opt{
  padding:14px;
  background:rgba(20,36,63,0.5);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:10px;
  text-align:center;
}
.lvh-opt-ic{
  font-size:28px;
  margin-bottom:8px;
}
.lvh-opt h5{
  font-family:'Space Grotesk',sans-serif;
  font-size:0.96rem;
  font-weight:600;
  color:#EAF1FC;
  margin:0 0 4px;
}
.lvh-opt p{
  color:#93A4C6;
  font-size:0.84rem;
  margin:0;
}

/* Layout diagram */
.lvh-layout-diagram{
  display:grid;
  grid-template-columns:auto auto 1fr;
  gap:6px;
  background:rgba(0,0,0,0.3);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:10px;
  padding:14px;
  margin:14px 0;
}
.lvh-layout-col{
  background:rgba(124,95,244,0.12);
  border:1px solid rgba(124,95,244,0.3);
  border-radius:8px;
  padding:12px;
  font-size:0.82rem;
  color:#c4b5fd;
  text-align:center;
  min-height:80px;
  display:flex;align-items:center;justify-content:center;
  flex-direction:column;
}
.lvh-layout-col.center{
  background:rgba(79,142,247,0.12);
  border-color:rgba(79,142,247,0.3);
  color:#93C5FD;
}

/* FAQ */
.lvh-faq{
  border:1px solid rgba(255,255,255,0.08);
  border-radius:10px;
  overflow:hidden;
  margin-bottom:10px;
  background:rgba(20,36,63,0.5);
}
.lvh-faq summary{
  padding:16px 18px;
  cursor:pointer;
  font-family:'Space Grotesk',sans-serif;
  font-weight:600;
  color:#EAF1FC;
  font-size:0.96rem;
  list-style:none;
  display:flex;align-items:center;justify-content:space-between;
}
.lvh-faq summary::-webkit-details-marker{display:none;}
.lvh-faq summary::after{content:'+';font-size:1.4rem;color:#7c5ff4;transition:transform .25s;}
.lvh-faq[open] summary::after{transform:rotate(45deg);}
.lvh-faq-body{
  padding:0 18px 16px;
  color:#93A4C6;
  font-size:0.94rem;
  line-height:1.6;
}
.lvh-faq-body p{margin:0;}

/* Legal */
.lvh-legal{
  padding:18px;
  background:rgba(239,68,68,0.05);
  border:1px solid rgba(239,68,68,0.2);
  border-radius:10px;
  color:#93A4C6;
  font-size:0.92rem;
  line-height:1.7;
}
.lvh-legal strong{color:#f87171;}

/* CTA */
.lvh-cta{
  text-align:center;
  padding:48px 24px;
  background:linear-gradient(135deg,rgba(124,95,244,0.12),rgba(79,142,247,0.12));
  border:1px solid rgba(124,95,244,0.3);
  border-radius:16px;
  margin-top:24px;
}
.lvh-cta h2{
  font-family:'Space Grotesk',sans-serif;
  font-size:clamp(1.6rem,3.4vw,2.2rem);
  font-weight:700;
  color:#EAF1FC;
  margin:0 0 12px;
}
.lvh-cta p{
  color:#93A4C6;
  font-size:1rem;
  margin:0 0 22px;
}
.lvh-cta-actions{
  display:flex;
  gap:14px;
  justify-content:center;
  flex-wrap:wrap;
}

/* Responsive */
@media(max-width:960px){
  .lvh-wrap{grid-template-columns:1fr;gap:32px;}
  .lvh-sidebar{position:relative;top:0;}
  .lvh-grid-2{grid-template-columns:1fr;}
  .lvh-layout-diagram{grid-template-columns:1fr;}
  .lvh-step{grid-template-columns:auto 1fr;}
}
@media(max-width:640px){
  .lvh-hero{padding:80px 16px 40px;}
  .lvh-wrap{padding:0 16px 64px;}
  .lvh-step{grid-template-columns:1fr;gap:10px;}
  .lvh-step-ic{margin:0 auto;}
  .lvh-pills{gap:6px;}
  .lvh-pill{font-size:0.78rem;padding:6px 10px;}
  .lvh-cta-actions{flex-direction:column;align-items:stretch;}
  .lvh-cta-actions .btn{justify-content:center;}
}
