/* Small CSS layer to keep the Tailwind markup clean and match the original visual exactly */

.tl-bg{
  background:
    radial-gradient(900px 600px at 20% 0%, rgba(31,111,235,.18), transparent 60%),
    radial-gradient(800px 560px at 80% 10%, rgba(10,61,145,.16), transparent 58%),
    radial-gradient(1000px 700px at 60% 100%, rgba(31,111,235,.10), transparent 55%),
    #070A12;
}

.tl-nav{
  background: linear-gradient(180deg, rgba(7,10,18,.86), rgba(7,10,18,.55));
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.tl-logo{
  width: 36px;
  height: 36px;
  border-radius: 16px;
  background:
    radial-gradient(12px 12px at 30% 30%, rgba(255,255,255,.9), rgba(255,255,255,0)),
    linear-gradient(135deg, rgba(31,111,235,.95), rgba(10,61,145,.85));
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 16px 40px rgba(31,111,235,.16);
  display: inline-block;
}
.tl-logo-sm{
  width: 30px;
  height: 30px;
  border-radius: 14px;
}

.tl-chip{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.16);
  color: rgba(255,255,255,.62);
  font-size:12px;
  white-space:nowrap;
}

.tl-btn{
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.90);
  padding: 12px 14px;
  border-radius: 14px;
  font-size: 13px;
  display:inline-flex;
  align-items:center;
  gap:10px;
  cursor:pointer;
  user-select:none;
  white-space:nowrap;
}
.tl-btn:hover{
  border-color: rgba(255,255,255,.16);
  background: rgba(255,255,255,.07);
}
.tl-btn-sm{
  padding: 10px 12px;
  font-size: 12px;
  border-radius: 13px;
}
.tl-btn-primary{
  border-color: rgba(31,111,235,.38);
  background: linear-gradient(135deg, rgba(31,111,235,.28), rgba(10,61,145,.18));
  box-shadow: 0 18px 55px rgba(31,111,235,.10);
}
.tl-btn-ghost{
  background: rgba(0,0,0,.10);
}

.tl-panel{
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
}

.tl-herowrap{
  background:
    radial-gradient(800px 420px at 10% 0%, rgba(31,111,235,.18), transparent 55%),
    radial-gradient(700px 420px at 90% 20%, rgba(10,61,145,.15), transparent 60%),
    rgba(255,255,255,.03);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.tl-mock{
  height: 360px;
  background:
    radial-gradient(220px 160px at 20% 20%, rgba(31,111,235,.20), transparent 60%),
    rgba(0,0,0,.16);
}

.tl-dot{
  width:10px;height:10px;border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.08);
  display:inline-block;
}

.tl-bubble{
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  border-radius: 16px;
  padding: 10px 12px;
  font-size: 12px;
  color: rgba(255,255,255,.86);
  line-height: 1.45;
  max-width: 92%;
}
.tl-bubble-me{
  margin-left:auto;
  background: rgba(0,0,0,.10);
}

.tl-cta{
  background:
    radial-gradient(700px 380px at 20% 0%, rgba(31,111,235,.18), transparent 55%),
    rgba(255,255,255,.03);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.tl-details{
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  border-radius: 18px;
  padding: 12px 14px;
}
.tl-summary{
  cursor:pointer;
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  font-weight:650;
  font-size:13px;
}
.tl-summary::-webkit-details-marker{display:none}
.tl-chev{
  width:18px;height:18px;opacity:.85;
  transform: rotate(-90deg);
  transition: transform .12s ease;
}
details[open] .tl-chev{ transform: rotate(0deg); }

.tl-answer{
  margin-top: 10px;
  color: rgba(255,255,255,.82);
  font-size: 13px;
  line-height: 1.6;
}

.tl-modalwrap{
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(0,0,0,.55);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 50;
}
.tl-modal{
  width: min(820px, 100%);
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(600px 300px at 15% 0%, rgba(31,111,235,.18), transparent 55%),
    rgba(7,10,18,.92);
  box-shadow: 0 30px 90px rgba(0,0,0,.65);
  overflow: hidden;
}
.tl-iconbtn{
  width: 40px;
  height: 40px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  display: grid;
  place-items: center;
  cursor: pointer;
  user-select: none;
}
.tl-iconbtn:hover{
  border-color: rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
}

.tl-label{
  display:flex;
  flex-direction:column;
  gap:8px;
  font-size:12px;
  color: rgba(255,255,255,.82);
}

.tl-input{
  width: 100%;
  color: rgba(255,255,255,.90);
  background: rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  padding: 10px 12px;
  font-size: 13px;
  outline: none;
}
.tl-input:focus{
  border-color: rgba(31,111,235,.45);
  box-shadow: 0 0 0 3px rgba(31,111,235,.12);
}

/* --- Scroll Wire (Steps section) --- */
.tl-steps-wrap{
  position: relative;
  padding-left: 32px; /* space for the wire */
}

.tl-steps-wire{
  position: absolute;
  left: 8px;
  top: 6px;
  bottom: 6px;
  width: 14px;
  pointer-events: none;
}

.tl-steps-wire .track{
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
}

.tl-steps-wire .fill{
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 2px;
  height: 0%;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(31,111,235,0.12),
    rgba(31,111,235,0.95),
    rgba(10,61,145,0.85)
  );
  box-shadow:
    0 0 18px rgba(31,111,235,0.45),
    0 0 40px rgba(31,111,235,0.18);
}

.tl-steps-wire .node{
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.08);
  box-shadow: none;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease;
}

.tl-steps-wire .node.active{
  background: rgba(31,111,235,0.95);
  border-color: rgba(31,111,235,0.55);
  box-shadow:
    0 0 14px rgba(31,111,235,0.55),
    0 0 30px rgba(31,111,235,0.20);
  transform: translate(-50%, -50%) scale(1.08);
}

@media (prefers-reduced-motion: reduce){
  .tl-steps-wire .node{ transition: none; }
}
