@font-face {
    font-family: Grotesk;
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url(./SpaceGrotesk.woff2) format("woff2");
  }
  *,
  ::after,
  ::before {
    box-sizing: border-box;
  }
  html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
  }
  footer,
  header,
  main,
  section {
    display: block;
  }
  body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #d1d5db;
    text-align: left;
    background-color: #000000;
  }
  h1,
  h2,
  h5,
  h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  p {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  ul {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  b {
    font-weight: 600;
  }
  a {
    color: #dfe2e6;
    text-decoration: none;
    background-color: transparent;
  }
  a:hover {
    color: red; /* Green hover color */
  }
  img {
    vertical-align: middle;
    border-style: none;
  }
  button {
    border-radius: 0;
  }
  button:focus:not(:focus-visible) {
    outline: 0;
  }
  button,
  input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  button,
  input {
    overflow: visible;
  }
  button {
    text-transform: none;
  }
  [type="button"],
  button {
    -webkit-appearance: button;
    appearance: button;
  }
  [type="button"]:not(:disabled),
  button:not(:disabled) {
    cursor: pointer;
  }
  h1,
  h2,
  h5,
  h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
  }
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
  .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 576px) {
    .container {
      max-width: 540px;
    }
    #demo-player .wrapper .tab-content {
      max-width: 75% !important;
    }
    iframe {
      height: 550px !important;
    }
    .flex-sm-nowrap {
      flex-wrap: nowrap !important;
    }
    .justify-content-sm-between {
      justify-content: space-between !important;
    }
  }
  @media (min-width: 768px) {
    .container {
      max-width: 720px;
    }
  }
  @media (min-width: 992px) {
    .container {
      max-width: 960px;
    }
  }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px;
    }
  }
  .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .col,
  .col-12,
  .col-lg-3,
  .col-lg-6,
  .col-sm-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  @media (min-width: 576px) {
    .col-sm-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
  }
  @media (min-width: 992px) {
    .col-lg-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-lg-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
  }
  @media (max-width: 575.98px) {
    iframe {
      height: 220px !important;
    }
  }
  .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 8px);
    padding: 1rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #dfe2e6;
    background-color: #0f1d29;
    background-clip: padding-box;
    border: 1px solid #1b3956;
    border-radius: 0.5rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none;
    }
  }
  .form-control:focus {
    color: #dfe2e6;
    background-color: #19334e;
    border-color: #224569;
    outline: 0;
    box-shadow: 0;
  }
  .form-control::placeholder {
    color: #93b8dd;
    opacity: 1;
  }
  .form-control:disabled {
    background-color: #e9e9e9;
    opacity: 1;
  }
  .form-control-lg {
    height: calc(1.5em + 1.4rem + 2px);
    padding: 0.7rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.5rem;
  }
  .form-group {
    margin-bottom: 1rem;
  }
  .btn {
    display: inline-block;
    font-weight: 400;
    color: #d1d5db;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.5rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none;
    }
  }
  .btn:hover {
    color: #d1d5db;
    text-decoration: none;
  }
  .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(248, 197, 92, 0.25);
  }
  .btn:disabled {
    opacity: 0.65;
  }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
  }
  .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .nav-link {
    display: block;
    padding: 0.5rem 1rem;
  }
  .nav-link:focus,
  .nav-link:hover {
    text-decoration: none;
  }
  .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #13171d;
    background-clip: border-box;
    border: 1px solid #142332;
    border-radius: 0.5rem;
  }
  .card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    color: #6d8994;
  }
  .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    color: #6d8994;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid #152c42;
  }
  .card-header:first-child {
    border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0;
  }
    .accordion {
      overflow-anchor: none;
    }
    .accordion > .card {
      overflow: hidden;
    }
    .accordion > .card:not(:last-of-type) {
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
    }
    .accordion > .card:not(:first-of-type) {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
    }
    .accordion > .card > .card-header {
      border-radius: 0;
      margin-bottom: -1px;
    }
    .rounded {
      border-radius: 0.5rem !important;
    }
    .d-flex {
      display: flex !important;
    }
    .flex-column {
      flex-direction: column !important;
    }
    .justify-content-center {
      justify-content: center;
    }
    .justify-content-between {
      justify-content: space-between !important;
    }
    .align-items-center {
      align-items: center !important;
    }
    .w-100 {
      width: 100% !important;
    }
    .my-0 {
      margin-top: 0 !important;
    }
    .mb-0,
    .my-0 {
      margin-bottom: 0 !important;
    }
    .mr-2 {
      margin-right: 0.5rem !important;
    }
    .mb-2 {
      margin-bottom: 0.5rem !important;
    }
    .mt-3,
    .my-3 {
      margin-top: 1rem !important;
    }
    .my-3 {
      margin-bottom: 1rem !important;
    }
    .mt-4,
    .my-4 {
      margin-top: 1.5rem !important;
    }
    .my-4 {
      margin-bottom: 1.5rem !important;
    }
    .mt-5 {
      margin-top: 3rem !important;
    }
    .p-2 {
      padding: 0.5rem !important;
    }
    .p-3 {
      padding: 1rem !important;
    }
    .py-3 {
      padding-top: 1rem !important;
    }
    .py-3 {
      padding-bottom: 1rem !important;
    }
    .pb-4 {
      padding-bottom: 1.5rem !important;
    }
    .mt-auto {
      margin-top: auto !important;
    }
    .mx-auto {
      margin-right: auto !important;
    }
    .mx-auto {
      margin-left: auto !important;
    }
    .text-left {
      text-align: left !important;
    }
    .text-center {
      text-align: center !important;
    }
    .text-danger {
      color: #dc3545 !important;
    }
    .text-muted {
      color: #6d8994 !important;
    }
    @media print {
      *,
      ::after,
      ::before {
        text-shadow: none !important;
        box-shadow: none !important;
      }
      a:not(.btn) {
        text-decoration: underline;
      }
      img {
        page-break-inside: avoid;
      }
      h2,
      p {
        orphans: 3;
        widows: 3;
      }
      h2 {
        page-break-after: avoid;
      }
      body {
        min-width: 992px !important;
      }
      .container {
        min-width: 992px !important;
      }
    }
    body,
    html {
      font-size: 16px;
      font-family: Grotesk, sans-serif;
      height: 100%;
      scroll-behavior: smooth;
    }

    /* Smooth scroll animations */
    @keyframes slideInLeft {
      from { opacity: 0; transform: translateX(-30px); }
      to { opacity: 1; transform: translateX(0); }
    }

    @keyframes slideInRight {
      from { opacity: 0; transform: translateX(30px); }
      to { opacity: 1; transform: translateX(0); }
    }

    @keyframes scaleIn {
      from { opacity: 0; transform: scale(0.9); }
      to { opacity: 1; transform: scale(1); }
    }
    ::-webkit-scrollbar-track {
      border-radius: 10px;
      background: var(--secondary);
    }
    ::-webkit-scrollbar-thumb {
      border-radius: 10px;
      background: #303030;
    }
    ::-webkit-scrollbar-thumb:hover {
      background: #000;
      background: #383838;
    }
    .major-color {
      color: #fff;
    }
    body,
    html {
      scrollbar-color: #b192f1;
    }
    ::-webkit-scrollbar-track {
      background: #09121c;
      border: 1px solid #152c42;
    }
    ::-webkit-scrollbar {
      width: 10px;
    }
    ::-webkit-scrollbar-thumb {
      background: linear-gradient(0deg, #152c42 0, #1b3956 100%);
      border-radius: 0.3rem;
    }
    a,
    button {
      transition: all 0.3s ease-in-out;
    }
    main {
      flex-grow: 1;
      position: relative;
      z-index: 1;
      margin-top: 5rem;
    }
    .body-wrapper {
      display: flex;
      flex-direction: column;
      height: 100%;
    }
    header {
      height: 4rem;
      background: linear-gradient(135deg, rgba(28, 34, 47, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);
      border-bottom: 1px solid rgba(255, 0, 0, 0.1);
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 2;
      -webkit-backdrop-filter: blur(12px);
      backdrop-filter: blur(12px);
      transition: all 0.3s;
    }

    header:hover {
      border-bottom-color: rgba(255, 0, 0, 0.3);
    }

    header .logo img {
      height: 3rem;
      transition: transform 0.3s;
    }

    header .logo img:hover {
      transform: scale(1.05);
    }

    header .wrapper ul {
      list-style: none;
      margin: 0 0 0 auto;
      padding: 0;
    }

    header .wrapper ul li a {
      padding: 0.2rem 1rem;
      transition: all 0.3s;
      border-radius: 0.5rem;
    }

    header .wrapper ul li a:hover {
      transform: scale(1.1);
    }

    header .wrapper ul li a img {
      transition: transform 0.3s;
    }

    header .wrapper ul li a:hover img {
      transform: scale(1.2);
    }
    body {
      background-image:
        url(/head-bg.png),
        linear-gradient(#0d1b28 1px, transparent 1px),
        linear-gradient(to right, #0d1b28 1px, transparent 1px);
      background-size: cover, 5rem 5rem, 5rem 5rem;
      background-repeat: no-repeat, repeat, repeat;
      top: 0;
      width: 100%;
    }
    .container {
      max-width: 1456px;
    }
    .hero {
      padding: 6rem 0 0;
      position: relative;
    }

    /* Hero Badge */
    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      background: linear-gradient(135deg, rgba(255, 0, 0, 0.1) 0%, rgba(255, 0, 0, 0.05) 100%);
      border: 1px solid rgba(255, 0, 0, 0.3);
      padding: 0.5rem 1.2rem;
      border-radius: 2rem;
      margin-bottom: 2rem;
      animation: fadeInDown 0.8s ease-out;
      backdrop-filter: blur(10px);
    }

    .badge-icon {
      font-size: 1.2rem;
      animation: pulse 2s ease-in-out infinite;
    }

    @keyframes pulse {
      0%, 100% { transform: scale(1); opacity: 1; }
      50% { transform: scale(1.1); opacity: 0.8; }
    }

    .badge-text {
      font-size: 0.9rem;
      font-weight: 600;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    .hero h1 {
      font-size: 4.3rem;
      line-height: 4.3rem;
      animation: fadeInUp 0.8s ease-out 0.2s both;
    }

    .hero-title {
      margin-bottom: 0.5rem;
    }

    .glow-text {
      text-shadow: 0 0 20px rgba(255, 0, 0, 0.5);
      animation: glow 2s ease-in-out infinite alternate;
    }

    @keyframes glow {
      from { text-shadow: 0 0 20px rgba(255, 0, 0, 0.5); }
      to { text-shadow: 0 0 30px rgba(255, 0, 0, 0.8), 0 0 40px rgba(255, 0, 0, 0.4); }
    }

    .hero-subtitle {
      animation: fadeInUp 0.8s ease-out 0.4s both;
    }

    /* Hero Stats */
    .hero-stats {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 2rem;
      margin-top: 3rem;
      padding: 2rem 3rem;
      background: rgba(255, 255, 255, 0.02);
      border: 1px solid rgba(255, 255, 255, 0.05);
      border-radius: 1rem;
      backdrop-filter: blur(10px);
      animation: fadeInUp 0.8s ease-out 0.6s both;
    }

    .stat-item {
      text-align: center;
    }

    .stat-number {
      font-size: 2rem;
      font-weight: 700;
      background: linear-gradient(135deg, #ff0000 0%, #ff6666 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      margin-bottom: 0.3rem;
    }

    .stat-label {
      font-size: 0.85rem;
      color: #6d8994;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .stat-divider {
      width: 1px;
      height: 3rem;
      background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.1), transparent);
    }

    @keyframes fadeInDown {
      from { opacity: 0; transform: translateY(-20px); }
      to { opacity: 1; transform: translateY(0); }
    }

    @keyframes fadeInUp {
      from { opacity: 0; transform: translateY(20px); }
      to { opacity: 1; transform: translateY(0); }
    }
    .sub-text {
      font-size: 1.1rem;
      font-weight: 300;
      color: #6d8994;
      max-width: 800px;
      width: 100%;
      text-align: center;
      margin: auto;
    }
    .gardient-primary {
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      background-image: linear-gradient(34deg, red 0%, red 50%, #133422 100%);
      }
    /* Demo Player Section - Sidebar Layout */
    #demo-player {
      padding: 5rem 0;
      position: relative;
    }

    .demo-header {
      text-align: center;
      margin-bottom: 3rem;
    }

    .section-title-small {
      font-size: 2.5rem;
      margin-bottom: 0.5rem;
    }

    .container-fluid {
      max-width: 1600px;
      margin: 0 auto;
      padding: 0 2rem;
    }

    .demo-layout {
      display: flex;
      gap: 2rem;
      align-items: stretch;
    }

    /* Right Sidebar */
    .demo-sidebar {
      flex: 0 0 400px;
      background: linear-gradient(135deg, rgba(10, 10, 15, 0.95) 0%, rgba(5, 5, 10, 0.98) 100%);
      border: 1px solid rgba(255, 0, 0, 0.15);
      border-radius: 1.5rem;
      padding: 2rem;
      backdrop-filter: blur(30px);
      box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5),
                  inset 0 1px 0 rgba(255, 255, 255, 0.05);
      display: flex;
      flex-direction: column;
      position: relative;
      overflow: hidden;
    }

    .demo-sidebar::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(255, 0, 0, 0.5), transparent);
    }

    .demo-sidebar::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(255, 0, 0, 0.3), transparent);
    }

    .api-selector {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 1rem;
      overflow-y: auto;
      padding-right: 0.5rem;
    }

    .api-selector::-webkit-scrollbar {
      width: 6px;
    }

    .api-selector::-webkit-scrollbar-track {
      background: rgba(0, 0, 0, 0.2);
      border-radius: 10px;
    }

    .api-selector::-webkit-scrollbar-thumb {
      background: linear-gradient(0deg, rgba(255, 0, 0, 0.5) 0, rgba(255, 0, 0, 0.8) 100%);
      border-radius: 10px;
    }

    .api-selector::-webkit-scrollbar-thumb:hover {
      background: linear-gradient(0deg, rgba(255, 0, 0, 0.7) 0, rgba(255, 0, 0, 1) 100%);
    }

    .sidebar-header {
      margin-bottom: 2rem;
      padding-bottom: 1.5rem;
      border-bottom: 1px solid rgba(255, 0, 0, 0.25);
      flex-shrink: 0;
      position: relative;
    }

    .sidebar-header::after {
      content: '';
      position: absolute;
      bottom: -1px;
      left: 0;
      width: 60px;
      height: 2px;
      background: linear-gradient(90deg, #ff0000, transparent);
      box-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
    }

    .sidebar-header h3 {
      color: #fff;
      font-size: 1.6rem;
      margin-bottom: 0.5rem;
      font-weight: 700;
      letter-spacing: -0.5px;
      background: linear-gradient(135deg, #fff 0%, #e0e0e0 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .sidebar-header p {
      color: #8a9ba8;
      font-size: 0.9rem;
      margin: 0;
      font-weight: 400;
    }

    .api-option {
      background: linear-gradient(135deg, rgba(20, 20, 30, 0.6) 0%, rgba(10, 10, 20, 0.8) 100%);
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 1rem;
      padding: 1.3rem;
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      position: relative;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    .api-option::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255, 0, 0, 0.15), transparent);
      transition: left 0.7s ease;
    }

    .api-option:hover::before {
      left: 100%;
    }

    .api-option::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
      opacity: 0;
      transition: opacity 0.3s;
    }

    .api-option:hover::after {
      opacity: 1;
    }

    .premium-option {
      border: 1px solid rgba(255, 255, 255, 0.1);
      background: linear-gradient(135deg, rgba(20, 20, 30, 0.6) 0%, rgba(10, 10, 20, 0.8) 100%);
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
      position: relative;
    }

    .premium-option::before {
      background: linear-gradient(90deg, transparent, rgba(255, 0, 0, 0.15), transparent);
    }

    .premium-option:hover {
      box-shadow: -8px 0 30px rgba(255, 0, 0, 0.2), 0 4px 20px rgba(0, 0, 0, 0.3);
      border-color: rgba(255, 0, 0, 0.4);
      background: linear-gradient(135deg, rgba(255, 0, 0, 0.08) 0%, rgba(10, 10, 20, 0.9) 100%);
    }

    .api-option-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 1rem;
    }

    .api-badge-sidebar {
      font-size: 0.75rem;
      font-weight: 700;
      padding: 0.45rem 1rem;
      background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.08) 100%);
      border: 1px solid rgba(255, 255, 255, 0.25);
      border-radius: 0.6rem;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 0.8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
      transition: all 0.3s;
    }

    .api-option:hover .api-badge-sidebar {
      transform: scale(1.05);
      box-shadow: 0 4px 15px rgba(255, 255, 255, 0.1);
    }

    .api-badge-sidebar.premium {
      background: linear-gradient(135deg, rgba(255, 0, 0, 0.3) 0%, rgba(255, 0, 0, 0.15) 100%);
      border-color: rgba(255, 0, 0, 0.4);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    }

    .premium-option:hover .api-badge-sidebar.premium {
      box-shadow: 0 0 20px rgba(255, 0, 0, 0.5), 0 2px 10px rgba(0, 0, 0, 0.3);
    }

    .api-feature {
      font-size: 0.7rem;
      color: #8a9ba8;
      font-weight: 600;
      letter-spacing: 1.2px;
      text-transform: uppercase;
    }

    .type-buttons {
      display: flex;
      gap: 0.5rem;
    }

    .type-btn {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.5rem;
      padding: 1rem 0.6rem;
      background: linear-gradient(135deg, rgba(30, 30, 40, 0.4) 0%, rgba(20, 20, 30, 0.6) 100%);
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 0.7rem;
      color: #a8b5c0;
      font-size: 0.85rem;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      position: relative;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }

    .type-btn::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(135deg, rgba(255, 0, 0, 0.1), transparent);
      opacity: 0;
      transition: opacity 0.3s;
    }

    .type-btn:hover::before {
      opacity: 1;
    }

    .type-btn .icon {
      width: 28px;
      height: 28px;
      transition: transform 0.3s ease;
      filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
    }

    .type-btn:hover {
      background: linear-gradient(135deg, rgba(40, 40, 50, 0.6) 0%, rgba(30, 30, 40, 0.8) 100%);
      border-color: rgba(255, 0, 0, 0.4);
      color: #fff;
      transform: translateY(-3px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    }

    .type-btn:hover .icon {
      transform: scale(1.15) rotate(-5deg);
    }

    .type-btn.active {
      background: linear-gradient(135deg, #ff0000 0%, #dd0000 50%, #cc0000 100%);
      border-color: rgba(255, 0, 0, 0.8);
      color: #fff;
      box-shadow: 0 6px 25px rgba(255, 0, 0, 0.5), 0 0 20px rgba(255, 0, 0, 0.3);
      transform: translateY(-2px);
    }

    .type-btn.active::before {
      opacity: 0;
    }

    .type-btn.active .icon {
      transform: scale(1.1);
      filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5));
    }

    .type-btn.active:hover {
      transform: translateY(-3px);
      box-shadow: 0 8px 30px rgba(255, 0, 0, 0.6), 0 0 25px rgba(255, 0, 0, 0.4);
    }

    /* Right Player Area */
    .demo-player-area {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
    }

    .player-controls {
      background: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, rgba(0, 0, 0, 0.3) 100%);
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 1rem;
      padding: 1.5rem;
      backdrop-filter: blur(20px);
    }

    .player-controls .form-group {
      margin-bottom: 1rem;
    }

    .player-controls #embed {
      margin-top: 1rem;
    }
    #demo-player .wrapper .tab-content {
      max-width: 800px;
      width: 100%;
    }
    #demo-player .wrapper .tab-content input:first-child {
      border-radius: 0.5rem 0 0 0.5rem;
    }
    #demo-player #inputs[type="movie"] input:first-child {
      border-radius: 0.5rem !important;
    }
    #demo-player .wrapper .tab-content input:nth-child(2) {
      border-radius: 0;
    }
    #embed {
      border-radius: 0.5rem !important;
    }
    #demo-player .wrapper .tab-content input:last-child {
      border-radius: 0 0.5rem 0.5rem 0;
    }
    #demo-player .wrapper .player-main {
      transition: all 0.3s ease;
      background: linear-gradient(135deg, #000 0%, #0a0a0a 100%);
      border-radius: 0.8rem;
      position: relative;
      overflow: hidden;
      border: 1px solid rgba(255, 0, 0, 0.2);
      box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    }

    #demo-player .wrapper .player-main:hover {
      border-color: rgba(255, 0, 0, 0.4);
      box-shadow: 0 15px 50px rgba(255, 0, 0, 0.2);
    }

    #demo-player .wrapper .tab-content input {
      background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.2) 100%);
      border: 1px solid rgba(255, 255, 255, 0.1);
      color: #fff;
      transition: all 0.3s;
    }

    #demo-player .wrapper .tab-content input:hover {
      border-color: rgba(255, 0, 0, 0.3);
      background: linear-gradient(135deg, rgba(255, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.3) 100%);
    }

    #demo-player .wrapper .tab-content input:focus {
      border-color: rgba(255, 0, 0, 0.5);
      box-shadow: 0 0 20px rgba(255, 0, 0, 0.2);
      background: linear-gradient(135deg, rgba(255, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.3) 100%);
    }
    /* Feature Cards */
    #features {
      position: relative;
    }

    #features .feature-ico {
      width: 5rem;
      height: 5rem;
      transition: transform 0.3s ease;
    }

    .ex-box > div {
      border: 1px solid rgba(255, 255, 255, 0.08);
      background: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, rgba(0, 0, 0, 0.2) 100%);
      display: flex;
      flex-direction: column;
      position: relative;
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      overflow: hidden;
      backdrop-filter: blur(10px);
    }

    .ex-box > div::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255, 0, 0, 0.1), transparent);
      transition: left 0.6s;
    }

    .ex-box > div:hover::before {
      left: 100%;
    }

    .ex-box > div:after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      height: calc(100% + 2px);
      width: calc(100% + 2px);
      transform: translate(-1px, -1px);
      z-index: -1;
      border-radius: 0.6rem;
      background: linear-gradient(135deg, rgba(255, 0, 0, 0.1), rgba(255, 0, 0, 0.05));
      opacity: 0;
      transition: opacity 0.4s;
    }

    .ex-box > div:hover:after {
      opacity: 1;
    }

    .ex-box > div h5 {
      font-size: 1.2rem;
      color: #fff;
      font-weight: 600;
      margin-top: 1rem;
    }

    .ex-box > div:hover {
      border-color: rgba(255, 0, 0, 0.4);
      background: linear-gradient(135deg, rgba(255, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.3) 100%);
      transform: translateY(-8px);
      box-shadow: 0 15px 40px rgba(255, 0, 0, 0.2);
    }

    .ex-box > div:hover .feature-ico {
      transform: scale(1.1) rotate(5deg);
    }

    .ex-box.more-height > div {
      height: 18rem;
    }
    .section-padding {
      padding: 10rem 0;
    }
    .section-title {
      font-size: 3rem;
      width: 100%;
      text-align: center;
      position: relative;
      padding-bottom: 1rem;
      margin-bottom: 2rem;
    }

    .section-title::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 80px;
      height: 3px;
      background: linear-gradient(90deg, transparent, #ff0000, transparent);
      border-radius: 2px;
    }
    /* API Documentation Section */
    #api .copy-quote > div {
      position: relative;
      flex-grow: 1;
    }
    #api .copy-quote > div input {
      background-color: #09121c;
      color: red;
      border-radius: 0.5rem;
      padding: 0.4rem 0.7rem;
      border: 1px solid #152c42;
      width: 100%;
      font-family: ubuntu mono, monospace;
    }
    #api .copy-quote > div button {
      position: absolute;
      right: 0.7rem;
      top: 0;
      bottom: 0;
      margin: auto 0;
      padding: 0;
      color: #6d8994;
      font-size: 0;
      transition: font-size 0.3s;
    }
    #api .copy-quote > div button:hover {
      color: red;
    }
    #api .copy-quote > div:hover button {
      font-size: 1rem;
    }
    #api .card .card-header {
      background-color: #19202c;
      transition: background-color 0.3s;
    }
    #api .card .card-header:hover {
      background-color: #112437;
    }
    #api .card h6 {
      margin-top: 1.5rem;
      color: #a8b9bf;
    }
    #api .card p {
      margin-bottom: 0;
    }
    /* Watch Progress Documentation Section */
    .continue-container {
      animation: fadeInUp 0.8s ease-out;
      gap: 1.5rem;
    }

    .continue-panel {
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      border: 1px solid rgba(255, 255, 255, 0.1);
      background: linear-gradient(135deg, rgba(20, 20, 30, 0.6) 0%, rgba(10, 10, 20, 0.8) 100%);
      backdrop-filter: blur(20px);
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
      position: relative;
      overflow: hidden;
    }

    .continue-panel::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 3px;
      background: linear-gradient(90deg, transparent, rgba(255, 0, 0, 0.5), transparent);
      opacity: 0;
      transition: opacity 0.3s;
    }

    .continue-panel:hover::before {
      opacity: 1;
    }

    .continue-panel:hover {
      transform: translateY(-8px);
      border-color: rgba(255, 0, 0, 0.3);
      box-shadow: 0 15px 40px rgba(255, 0, 0, 0.2), 0 5px 20px rgba(0, 0, 0, 0.4);
      background: linear-gradient(135deg, rgba(255, 0, 0, 0.08) 0%, rgba(10, 10, 20, 0.9) 100%);
    }

    .continue-panel h3 {
      color: #fff;
      font-weight: 700;
      font-size: 1.3rem;
      margin-bottom: 1rem;
      display: flex;
      align-items: center;
      gap: 0.8rem;
    }

    .continue-panel h3::before {
      content: '';
      width: 4px;
      height: 24px;
      background: linear-gradient(180deg, #ff0000, #cc0000);
      border-radius: 2px;
      box-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
    }

    .continue-panel p {
      color: #8a9ba8;
      line-height: 1.6;
      margin-bottom: 1.2rem;
      font-size: 0.95rem;
    }

    .continue-panel ul {
      color: #8a9ba8;
      line-height: 1.8;
      margin-bottom: 1.2rem;
    }

    .continue-panel ul li {
      position: relative;
      padding-left: 1.5rem;
    }

    .continue-panel ul li::before {
      content: '▸';
      position: absolute;
      left: 0;
      color: #ff0000;
      font-weight: bold;
    }

    .code-block {
      background: linear-gradient(135deg, rgba(5, 5, 10, 0.95) 0%, rgba(0, 0, 0, 0.98) 100%);
      border: 1px solid rgba(255, 0, 0, 0.2);
      border-radius: 0.8rem;
      padding: 1.5rem;
      font-family: 'Courier New', Courier, monospace;
      font-size: 0.85rem;
      line-height: 1.6;
      color: #a8dadc;
      overflow-x: auto;
      position: relative;
      box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.5), 0 4px 15px rgba(0, 0, 0, 0.3);
      transition: all 0.3s;
    }

    .code-block::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 3px;
      background: linear-gradient(180deg, #ff0000, #cc0000, #ff0000);
      opacity: 0.6;
    }

    .code-block::after {
      content: 'CODE';
      position: absolute;
      top: 0.8rem;
      right: 1rem;
      font-size: 0.65rem;
      color: rgba(255, 0, 0, 0.4);
      font-weight: 700;
      letter-spacing: 2px;
    }

    .code-block:hover {
      border-color: rgba(255, 0, 0, 0.4);
      box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.5), 0 6px 25px rgba(255, 0, 0, 0.15);
    }

    /* Custom scrollbar for code blocks */
    .code-block::-webkit-scrollbar {
      height: 8px;
    }

    .code-block::-webkit-scrollbar-track {
      background: rgba(0, 0, 0, 0.3);
      border-radius: 4px;
    }

    .code-block::-webkit-scrollbar-thumb {
      background: linear-gradient(90deg, rgba(255, 0, 0, 0.5), rgba(255, 0, 0, 0.8));
      border-radius: 4px;
    }

    .code-block::-webkit-scrollbar-thumb:hover {
      background: linear-gradient(90deg, rgba(255, 0, 0, 0.7), rgba(255, 0, 0, 1));
    }

    footer {
      color: #6d8994;
      border-top: 1px solid rgba(255, 0, 0, 0.1);
      background: linear-gradient(180deg, #09090c 0%, #050505 100%);
      position: relative;
      transition: all 0.3s;
    }

    footer:hover {
      border-top-color: rgba(255, 0, 0, 0.2);
    }
    .logo {
      height: 100%;
    }
    @media (max-width: 1399.98px) {
      .section-padding {
        padding: 8rem 0;
      }
    }
    @media (max-width: 991.98px) {
      #demo-player {
        background-image: url(/line-bg-sm.svg);
      }
    }
    @media (max-width: 992px) {
      .demo-layout {
        flex-direction: column;
      }

      .demo-sidebar {
        flex: 1;
        width: 100%;
        position: relative;
        top: 0;
        max-height: none;
        margin-bottom: 2rem;
      }

      .api-selector {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
      }
    }

    @media (max-width: 800px) {
      .hero h1 {
        font-size: 3.6rem;
        line-height: 3.6rem;
      }
      .section-title {
        font-size: 2.3rem;
      }
      .section-title-small {
        font-size: 2rem;
      }
      .ex-box.more-height > div {
        height: 15rem;
      }
      .hero-stats {
        gap: 1rem;
        padding: 1.5rem 2rem;
        flex-wrap: wrap;
      }
      .stat-divider {
        display: none;
      }
      .continue-container {
        flex-direction: column;
      }
      .continue-panel {
        width: 100% !important;
        margin-bottom: 1rem;
      }
      .container-fluid {
        padding: 0 1rem;
      }
    }
    .flex-wrap {
      flex-wrap: wrap;
    }
    @media (max-width: 575.98px) {
      .hero h1 {
        font-size: 2.1rem;
        line-height: 2.4rem;
      }
      .hero-badge {
        padding: 0.4rem 1rem;
        font-size: 0.85rem;
      }
      .badge-icon {
        font-size: 1rem;
      }
      .hide-mobile {
        display: none;
      }
      .hero-stats {
        padding: 1rem 1.5rem;
        gap: 0.5rem;
      }
      .stat-number {
        font-size: 1.5rem;
      }
      .stat-label {
        font-size: 0.75rem;
      }
      #demo-player {
        padding: 3rem 0;
      }
      .demo-sidebar {
        padding: 1.2rem;
      }
      .sidebar-header h3 {
        font-size: 1.2rem;
      }
      .sidebar-header p {
        font-size: 0.8rem;
      }
      .api-selector {
        grid-template-columns: 1fr;
      }
      .api-option {
        padding: 1rem;
      }
      .api-badge-sidebar {
        font-size: 0.7rem;
        padding: 0.3rem 0.7rem;
      }
      .api-feature {
        font-size: 0.65rem;
      }
      .type-btn {
        padding: 0.6rem 0.4rem;
        font-size: 0.75rem;
      }
      .type-btn .icon {
        width: 20px;
        height: 20px;
      }
      .player-controls {
        padding: 1rem;
      }
      header .wrapper ul li a {
        padding: 0.5rem !important;
      }
      .section-padding {
        padding: 4rem 0;
      }
      .section-title {
        font-size: 1.8rem;
        text-align: center;
      }
      .section-title-small {
        font-size: 1.5rem;
      }
      .sub-text {
        text-align: center;
        font-size: 1rem;
      }
      .ex-box.more-height > div {
        align-items: center;
        text-align: center;
        height: unset;
      }
      .continue-panel {
        padding: 1rem;
      }
    }
    @media (max-width: 370.9px) {
      #demo-player .wrapper .nav .nav-item .nav-link {
        font-size: 0.8rem;
      }
    }
    iframe {
      border: none;
      width: 100%;
    }
    #inputs[type="movie"] input:not(:first-child) {
      display: none !important;
    }
    