
  
    :root{ --text-primary:#F3F4F6 }
    body{ background:linear-gradient(135deg,#0b1220 0%,#16213e 100%) }
    .scrollbar-hide::-webkit-scrollbar{ display:none }
    .scrollbar-hide{ -ms-overflow-style:none; scrollbar-width:none }
    .title-line{ position:relative; text-transform:uppercase; letter-spacing:.5px }
    .title-line:before,.title-line:after{ content:''; position:absolute; top:50%; width:80px; height:1px; background:linear-gradient(90deg,transparent,#995400,transparent) }
    .title-line:before{ left:-100px } .title-line:after{ right:-100px }
    @media (max-width:768px){ .title-line:before,.title-line:after{ display:none } }
    .btn-pill{ border-radius:9999px; box-shadow:0 0 0 2px #1f2937 inset }
    .btn-cta{ background:linear-gradient(90deg,#FFB347 0%,#FF9505 50%,#C86B00 100%); color:#111 }
    .diamond{ width:10px; height:10px; transform:rotate(45deg); background:#ff9505; display:inline-block; margin:0 8px }
  