/* =========================================================
   musalas™ — LLC PAGE (Stripe-style) — FINAL
   ========================================================= */

:root{
  --brand:#FFD100;
  --bg:#000;
  --text:rgba(255,255,255,.86);
  --muted:rgba(255,255,255,.62);
  --stroke:rgba(255,255,255,.12);
  --shadow:0 28px 90px rgba(0,0,0,.55);
  --radius:22px;
}

/* Page */
.llc-page{
  background: var(--bg);
  min-height: 100vh;
  padding-top: 140px; /* fixed nav offset */
  position: relative;
  overflow: hidden;
}

.llc-glow{
  position: absolute;
  inset: -240px;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(1000px 420px at 20% 20%, rgba(255,209,0,.20), transparent 60%),
    radial-gradient(900px 420px at 85% 30%, rgba(255,255,255,.08), transparent 60%),
    radial-gradient(900px 520px at 50% 90%, rgba(255,209,0,.10), transparent 70%);
  filter: blur(18px);
}

.llc-wrap{
  position: relative;
  z-index: 2;
  width: min(1200px, 92vw);
  margin: 0 auto;
  padding-bottom: 120px;
}

/* =========================================================
   HERO (CENTERED) — replaces red areas
   ========================================================= */
.llc-heroCentered{
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px;
  padding: 10px;
}

.llc-badge{
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  border: 1px solid var(--stroke);
  font-size: 12px;
  letter-spacing: .9px;
  text-transform: uppercase;
  color: rgba(255,255,255,.70);
  margin-bottom: 14px;
}
.llc-badge strong{ color: var(--brand); }

.llc-title{
  margin: 0 0 12px;
  font-size: clamp(42px, 4.6vw, 72px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.02;
  color: #fff;
}
.llc-title span{ color: var(--brand); }

.llc-lead{
  margin: 0 auto 18px;
  max-width: 68ch;
  color: var(--text);
  font-size: 15px;
  line-height: 1.9;
}

.llc-ctaRow{
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 18px;
}

/* Buttons */
.btn-primary{
  height: 46px;
  padding: 0 18px;
  border-radius: 14px;
  background: var(--brand);
  color: #111;
  font-weight: 900;
  letter-spacing: .9px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 200ms ease, filter 200ms ease;
}
.btn-primary:hover{ transform: translateY(-2px); filter: brightness(1.05); }

.btn-ghost{
  height: 46px;
  padding: 0 18px;
  border-radius: 14px;
  background: rgba(255,255,255,.03);
  color: #fff;
  font-weight: 900;
  letter-spacing: .8px;
  text-transform: uppercase;
  border: 1px solid var(--stroke);
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 200ms ease, background 200ms ease, border-color 200ms ease, color 200ms ease;
}
.btn-ghost:hover{
  transform: translateY(-2px);
  background: rgba(255,209,0,.06);
  border-color: rgba(255,209,0,.45);
  color: var(--brand);
}

/* =========================================================
   SECTION HEADERS
   ========================================================= */
.llc-section{ margin-top: 70px; padding-top: 30px; padding-bottom: 30px; }

.llc-head{
  text-align: center;
  margin-bottom: 26px;
}

.llc-head h2{
  margin: 0;
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #fff;
}

.llc-head h2 span{
  color: rgba(255,255,255,.35);
  -webkit-text-stroke: 1px rgba(255,255,255,.35);
}

.llc-underline{
  width: 92px;
  height: 2px;
  margin: 14px auto 0;
  background: linear-gradient(90deg, transparent, rgba(255,209,0,.85), transparent);
}

.llc-sub{
  margin: 12px auto 0;
  max-width: 80ch;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

/* =========================================================
   PROCESS (5 STEPS)
   ========================================================= */
.llc-process{
  border-radius: var(--radius);
  padding: 20px;
  background:
    radial-gradient(900px 260px at 20% 20%, rgba(255,209,0,.14), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 22px 80px rgba(0,0,0,.45);
}

.llc-steps{
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.llc-step{
  border-radius: 18px;
  padding: 16px;
  background: rgba(0,0,0,.28);
  border: 1px solid rgba(255,255,255,.10);
  transition: transform 200ms ease, border-color 200ms ease, background 200ms ease;
}

.llc-step:hover{
  transform: translateY(-4px);
  border-color: rgba(255,209,0,.35);
  background: rgba(255,209,0,.06);
}

.llc-stepTop{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.llc-stepNum{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: rgba(255,209,0,.16);
  border: 1px solid rgba(255,209,0,.35);
  color: var(--brand);
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .6px;
}

.llc-stepTag{
  color: rgba(255,255,255,.60);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.llc-step h3{
  margin: 0 0 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: -.01em;
}

.llc-step p{
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 13px;
  line-height: 1.75;
}

/* =========================================================
   WHAT WE PROVIDE (GRID)
   ========================================================= */
.llc-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.llc-box{
  border-radius: 18px;
  padding: 18px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 18px 70px rgba(0,0,0,.45);
  transition: transform 200ms ease, border-color 200ms ease, background 200ms ease;
}

.llc-box:hover{
  transform: translateY(-6px);
  border-color: rgba(255,209,0,.35);
  background: rgba(255,209,0,.05);
}

.llc-box h3{
  margin: 0 0 10px;
  color: var(--brand);
  font-size: 15px;
  font-weight: 900;
}

.llc-box p{
  margin: 0;
  font-size: 13.5px;
  color: rgba(255,255,255,.72);
  line-height: 1.85;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 980px){
  .llc-steps{ grid-template-columns: 1fr; }
  .llc-grid{ grid-template-columns: 1fr; }
}
