  /* ============ RESET ============ */
  *,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
  html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
  body{
    font-family:'Manrope',system-ui,sans-serif;
    background:#191127;
    color:#f0f8ff;
    line-height:1.6;
    overflow-x:hidden;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
  }
  img,svg{display:block;max-width:100%}
  a{color:inherit;text-decoration:none}
  button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}
  ul{list-style:none}
  h1,h2,h3,h4,h5{font-family:'Space Grotesk',sans-serif;font-weight:600;line-height:1.15;letter-spacing:-0.02em;color:#f0f8ff}

  /* ============ SCROLLBAR ============ */
  ::-webkit-scrollbar{width:6px;height:6px}
  ::-webkit-scrollbar-track{background:#873cf015}
  ::-webkit-scrollbar-thumb{background:#873cf015;border-radius:3px}
  ::-webkit-scrollbar-thumb:hover{background:#883CF0}

  /* ============ LAYOUT ============ */
  .container{max-width:1200px;margin:0 auto;padding:0 24px;width:100%}
  section{padding:120px 0;position:relative}
  .eyebrow{
    display:inline-flex;align-items:center;gap:8px;
    font-size:12px;font-weight:600;letter-spacing:0.18em;text-transform:uppercase;
    color:#883CF0;padding:8px 14px;border-radius:99px;
    background:transparent;border:1px solid #3a1c63;margin-bottom:20px;
  }
  .eyebrow::before{content:'';width:6px;height:6px;border-radius:50%;background:#883CF0;box-shadow:0 0 12px #883CF0}
  .section-title{font-size:clamp(28px,4vw,46px);margin-bottom:18px}
  .section-sub{color:#d6d6d6;max-width:680px;font-size:17px}
  .center{text-align:center}
  .center .section-sub{margin-left:auto;margin-right:auto}

  /* ============ HEADER ============ */
  header{
    position:fixed;top:0;left:0;right:0;z-index:1000;
    background:rgba(24,15,38,0.7);
    backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);
    border-bottom:1px solid transparent;
    transition:all .3s ease;
  }
  header.scrolled{border-bottom-color:#3a1c63;background:rgba(24,15,38,0.92)}
  .nav{display:flex;align-items:center;justify-content:space-between;height:72px}
  .logo{display:flex;align-items:center;gap:10px;font-family:'Space Grotesk';font-weight:700;font-size:20px;letter-spacing:-0.02em}
  .logo-mark{
    width:32px;height:32px;border-radius:9px;
    background:linear-gradient(135deg,#883CF0,#5e309d);
    display:grid;place-items:center;box-shadow:0 0 24px #883cf050;
  }
  .logo-mark svg{width:18px;height:18px;color:#fff}
  .nav-links{display:flex;align-items:center;gap:36px}
  .nav-links a{font-size:14px;color:#d6d6d6;font-weight:500;transition:color .2s;position:relative;padding:6px 0}
  .nav-links a:hover,.nav-links a.active{color:#f0f8ff}
  .nav-links a.active::after{
    content:'';position:absolute;left:0;right:0;bottom:-4px;height:2px;
    background:#883CF0;border-radius:2px;box-shadow:0 0 10px #883CF0;
  }
  .status-badge{
    display:inline-flex;align-items:center;gap:8px;
    padding:8px 14px;border-radius:99px;
    background:#23133a;border:1px solid #3a1c63;
    font-size:12px;font-weight:600;color:#f0f8ff;
  }
  .status-dot{width:8px;height:8px;border-radius:50%;background:#883CF0;box-shadow:0 0 10px #9428ca;animation:pulse 2s infinite}
  @keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}
  .menu-toggle{display:none;width:40px;height:40px;border-radius:8px;background:#23133a;border:1px solid #3a1c63;align-items:center;justify-content:center}
  .menu-toggle svg{width:20px;height:20px}

  /* ============ BUTTONS ============ */
  .btn{
    display:inline-flex;align-items:center;justify-content:center;gap:8px;
    padding:14px 24px;border-radius:10px;font-weight:600;font-size:15px;
    transition:all .25s ease;cursor:pointer;white-space:nowrap;
  }
  .btn-primary{
    background:#883CF0;color:#fff;
    box-shadow:0 8px 30px -8px #883CF0,inset 0 1px 0 rgba(255,255,255,0.15);
  }
  .btn-primary:hover{background:#5e309d;box-shadow:0 12px 40px -8px #883CF0;transform:translateY(-2px)}
  .btn-secondary{background:#23133a;color:#f0f8ff;border:1px solid #3a1c63}
  .btn-secondary:hover{background:#1f1232;border-color:#5e309d}
  .btn-ghost{color:#f0f8ff;border:1px solid #3a1c63;background:#cb56f90a}
  .btn-ghost:hover{border-color:#883CF0;background:#883cf050}

  /* ============ HERO ============ */
  .hero{
    padding:180px 0 100px;position:relative;overflow:hidden;
  }
  .hero-bg{
    position:absolute;inset:0;z-index:0;pointer-events:none;
  }
  .hero-bg::before,.hero-bg::after{
    content:'';position:absolute;border-radius:50%;filter:blur(120px);opacity:.5;
  }
  .hero-bg::before{width:560px;height:560px;background:#883CF0;top:-200px;left:-100px;animation:float 14s ease-in-out infinite}
  .hero-bg::after{width:480px;height:480px;background:#5e309d;bottom:-200px;right:-100px;animation:float 18s ease-in-out infinite reverse}
  @keyframes float{0%,100%{transform:translate(0,0)}50%{transform:translate(40px,-30px)}}
  .grid-overlay{
    position:absolute;inset:0;
    background-image:linear-gradient(#3a1c6350 1px,transparent 1px),linear-gradient(90deg,#3a1c6350 1px,transparent 1px);
    background-size:60px 60px;
    mask-image:radial-gradient(ellipse at center,#000 30%,transparent 75%);
    -webkit-mask-image:radial-gradient(ellipse at center,#000 30%,transparent 75%);
    opacity:.5;z-index:0;
  }
  .hero-inner{position:relative;z-index:1;text-align:center}
  .hero h1{
    font-size:clamp(40px,6.5vw,76px);
    margin:24px auto 24px;max-width:920px;
    background:linear-gradient(180deg,#f0f8ff 0%,#d6d6d6 100%);
    -webkit-background-clip:text;background-clip:text;color:transparent;
  }
  .hero h1 .accent{
    background:linear-gradient(90deg,#883CF0,#7c3aed);
    -webkit-background-clip:text;background-clip:text;color:transparent;
  }
  .hero p.lead{font-size:clamp(16px,1.6vw,20px);color:#d6d6d6;max-width:680px;margin:0 auto 36px}
  .hero-ctas{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-bottom:24px}
  .hero-trust{font-size:13px;color:#d6d6d6;opacity:.8}

  /* hero animated terminal */
  .hero-terminal{
    margin:64px auto 0;max-width:780px;
    background:#0f0818;border:1px solid #3a1c63;border-radius:16px;
    box-shadow:0 30px 80px -30px #883cf050,0 0 0 1px #883cf050;
    overflow:hidden;text-align:left;position:relative;
  }
  .term-bar{display:flex;align-items:center;gap:8px;padding:14px 18px;background:#180f26;border-bottom:1px solid #3a1c63}
  .term-bar span{width:12px;height:12px;border-radius:50%}
  .term-bar span:nth-child(1){background:#ff5f57}
  .term-bar span:nth-child(2){background:#febc2e}
  .term-bar span:nth-child(3){background:#28ca41}
  .term-bar small{margin-left:auto;color:#d6d6d6;font-family:'JetBrains Mono';font-size:12px}
  .term-body{padding:24px 22px;font-family:'JetBrains Mono',monospace;font-size:14px;line-height:1.85;min-height:220px}
  .term-line{display:block;white-space:pre-wrap;color:#d6d6d6}
  .term-prompt{color:#883CF0}
  .term-key{color:#7c3aed}
  .term-str{color:#77b255}
  .term-cursor{display:inline-block;width:8px;height:16px;background:#883CF0;vertical-align:middle;animation:blink 1s steps(2) infinite;margin-left:2px}
  @keyframes blink{50%{opacity:0}}

  /* ============ MARQUEE ============ */
  .marquee-section{padding:50px 0;border-top:1px solid #3a1c6350;border-bottom:1px solid #3a1c6350;background:#180f26}
  .marquee-label{text-align:center;font-size:12px;letter-spacing:0.2em;text-transform:uppercase;color:#d6d6d6;margin-bottom:24px}
  .marquee{overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent)}
  .marquee-track{display:flex;gap:60px;animation:scroll 30s linear infinite;width:max-content}
  .marquee-item{display:flex;align-items:center;gap:10px;font-family:'Space Grotesk';font-weight:600;font-size:18px;color:#d6d6d6;white-space:nowrap}
  .marquee-item svg{width:22px;height:22px;color:#883CF0}
  @keyframes scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}

  /* ============ STATS ============ */
  .stats{padding:80px 0}
  .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
  .stat{
    background:linear-gradient(180deg,#23133a,#1f1232);
    border:1px solid #3a1c63;border-radius:16px;padding:32px;text-align:center;
    transition:all .3s;
  }
  .stat:hover{border-color:#5e309d;transform:translateY(-4px);box-shadow:0 20px 50px -20px #883cf050}
  .stat-num{font-family:'Space Grotesk';font-size:44px;font-weight:700;background:linear-gradient(135deg,#f0f8ff,#883CF0);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:6px}
  .stat-label{font-size:14px;color:#d6d6d6}

  /* ============ PROBLEM ============ */
  .problem-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-top:50px}
  .problem-text p{color:#d6d6d6;margin-bottom:18px;font-size:16px}
  .problem-text p strong{color:#f0f8ff;font-weight:600}
  .problem-visual{
    background:linear-gradient(135deg,#23133a,#180f26);
    border:1px solid #3a1c63;border-radius:20px;padding:36px;position:relative;overflow:hidden;
  }
  .problem-visual::before{content:'';position:absolute;top:-50%;right:-50%;width:300px;height:300px;background:radial-gradient(#883cf050,transparent);border-radius:50%}
  .problem-list{position:relative;z-index:1}
  .problem-item{display:flex;gap:14px;padding:16px 0;border-bottom:1px dashed #3a1c63}
  .problem-item:last-child{border-bottom:none}
  .problem-icon{
    width:36px;height:36px;flex-shrink:0;border-radius:8px;
    background:#883cf050;border:1px solid #3a1c63;display:grid;place-items:center;color:#883CF0;
  }
  .problem-icon svg{width:18px;height:18px}
  .problem-item h4{font-size:15px;margin-bottom:4px}
  .problem-item p{font-size:13px;color:#d6d6d6;margin:0}

  /* ============ FEATURES ============ */
  .feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:60px}
  .feature{
    background:#23133a;border:1px solid #3a1c63;border-radius:16px;padding:32px;
    transition:all .3s;position:relative;overflow:hidden;
  }
  .feature::before{
    content:'';position:absolute;inset:0;background:linear-gradient(135deg,#883cf050,transparent);
    opacity:0;transition:opacity .3s;
  }
  .feature:hover{transform:translateY(-6px);border-color:#5e309d;background:#1f1232}
  .feature:hover::before{opacity:1}
  .feature > *{position:relative;z-index:1}
  .feature-icon{
    width:48px;height:48px;border-radius:12px;
    background:linear-gradient(135deg,#883CF0,#5e309d);
    display:grid;place-items:center;margin-bottom:20px;
    box-shadow:0 8px 24px -8px #883CF0;
  }
  .feature-icon svg{width:22px;height:22px;color:#fff}
  .feature h3{font-size:19px;margin-bottom:10px}
  .feature p{font-size:14px;color:#d6d6d6}

  /* ============ WORKFLOW (TABS) ============ */
  .workflow{background:#180f26;border-top:1px solid #3a1c6350;border-bottom:1px solid #3a1c6350}
  .tabs{display:flex;gap:8px;justify-content:center;margin:50px 0 40px;flex-wrap:wrap}
  .tab{
    padding:12px 22px;border-radius:99px;background:#23133a;border:1px solid #3a1c63;
    font-size:14px;font-weight:600;color:#d6d6d6;transition:all .25s;
  }
  .tab.active{background:linear-gradient(90deg,#3a1c63,#684895);border-color:#5e309d;color:#f0f8ff;box-shadow:0 8px 24px -10px #883CF0}
  .tab:hover{color:#f0f8ff}
  .tab-panel{display:none;animation:fadeIn .4s ease}
  .tab-panel.active{display:grid}
  @keyframes fadeIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
  .tab-panel{grid-template-columns:1fr 1fr;gap:50px;align-items:center}
  .tab-panel h3{font-size:28px;margin-bottom:14px}
  .tab-panel p{color:#d6d6d6;margin-bottom:22px}
  .tab-panel ul li{display:flex;gap:10px;align-items:flex-start;color:#d6d6d6;font-size:14px;margin-bottom:10px}
  .tab-panel ul li::before{content:'';width:6px;height:6px;border-radius:50%;background:#883CF0;margin-top:9px;flex-shrink:0;box-shadow:0 0 8px #883CF0}
  .code-card{
    background:#0f0818;border:1px solid #3a1c63;border-radius:14px;padding:24px;
    font-family:'JetBrains Mono';font-size:13px;line-height:1.8;color:#d6d6d6;
    box-shadow:0 20px 60px -20px #883cf050;
  }
  .code-card .k{color:#883CF0}
  .code-card .s{color:#77b255}
  .code-card .c{color:#7c3aed}
  .code-card .n{color:#d6d6d6;opacity:.6}

  /* ============ BENEFITS ============ */
  .benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:50px}
  .benefit{
    display:flex;gap:18px;padding:24px;border-radius:14px;
    background:#23133a;border:1px solid #3a1c63;transition:all .25s;
  }
  .benefit:hover{background:#1f1232;border-color:#5e309d}
  .benefit-icon{
    width:44px;height:44px;flex-shrink:0;border-radius:10px;
    background:#883cf050;color:#883CF0;display:grid;place-items:center;
    border:1px solid #3a1c63;
  }
  .benefit-icon svg{width:20px;height:20px}
  .benefit h4{font-size:17px;margin-bottom:6px}
  .benefit p{font-size:14px;color:#d6d6d6}

  /* ============ USE CASES ============ */
  .uc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:50px}
  .uc{
    background:linear-gradient(180deg,#23133a,#180f26);border:1px solid #3a1c63;
    border-radius:16px;padding:28px;transition:all .3s;cursor:pointer;
  }
  .uc:hover{transform:translateY(-4px);border-color:#883CF0;box-shadow:0 20px 50px -20px #883cf050}
  .uc-tag{display:inline-block;padding:4px 10px;border-radius:6px;background:#291a3e;color:#883CF0;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:14px}
  .uc h3{font-size:18px;margin-bottom:8px}
  .uc p{font-size:14px;color:#d6d6d6}

  /* ============ INTEGRATIONS ============ */
  .integrations{background:#180f26;border-top:1px solid #3a1c6350;border-bottom:1px solid #3a1c6350}
  .integ-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;margin-top:50px}
  .integ{
    aspect-ratio:1;border-radius:14px;background:#23133a;border:1px solid #3a1c63;
    display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;
    transition:all .3s;color:#d6d6d6;
  }
  .integ:hover{transform:translateY(-4px);border-color:#5e309d;background:#1f1232;color:#f0f8ff}
  .integ svg{width:32px;height:32px;color:#883CF0}
  .integ span{font-size:12px;font-weight:600}

  /* ============ SECURITY (TABLE) ============ */
  .sec-wrap{margin-top:50px;background:#23133a;border:1px solid #3a1c63;border-radius:16px;overflow:hidden}
  table{width:100%;border-collapse:collapse}
  th,td{text-align:left;padding:18px 22px;font-size:14px;border-bottom:1px solid #3a1c6350}
  th{background:#180f26;color:#883CF0;font-family:'Space Grotesk';font-weight:600;font-size:13px;letter-spacing:.08em;text-transform:uppercase}
  tbody tr:hover{background:#1f1232}
  tbody tr:last-child td{border-bottom:none}
  td .check{color:#77b255;display:inline-flex;align-items:center;gap:6px;font-weight:600}
  td .check svg{width:16px;height:16px}
  .pill{display:inline-block;padding:4px 10px;border-radius:6px;background:#291a3e;color:#883CF0;font-size:12px;font-weight:600}

  /* ============ TESTIMONIALS ============ */
  .test-wrap{position:relative;margin-top:50px;max-width:880px;margin-left:auto;margin-right:auto}
  .test-card{
    background:linear-gradient(135deg,#23133a,#180f26);border:1px solid #3a1c63;
    border-radius:20px;padding:48px;text-align:center;display:none;animation:fadeIn .5s ease;
  }
  .test-card.active{display:block}
  .test-card .quote{font-family:'Space Grotesk';font-size:22px;line-height:1.5;color:#f0f8ff;margin-bottom:28px;font-weight:500}
  .test-card .author{display:flex;flex-direction:column;align-items:center;gap:4px}
  .test-avatar{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,#883CF0,#5e309d);display:grid;place-items:center;color:#fff;font-weight:700;font-family:'Space Grotesk';margin-bottom:8px}
  .test-name{font-weight:600;color:#f0f8ff}
  .test-role{font-size:13px;color:#d6d6d6}
  .test-dots{display:flex;gap:8px;justify-content:center;margin-top:24px}
  .test-dot{width:8px;height:8px;border-radius:50%;background:#3a1c63;cursor:pointer;transition:all .25s}
  .test-dot.active{background:#883CF0;width:24px;border-radius:4px;box-shadow:0 0 10px #883CF0}

  /* ============ FAQ ============ */
  .faq-list{max-width:820px;margin:50px auto 0;display:flex;flex-direction:column;gap:12px}
  .faq{background:#23133a;border:1px solid #3a1c63;border-radius:12px;overflow:hidden;transition:all .25s}
  .faq.open{border-color:#5e309d;background:#1f1232}
  .faq-q{
    width:100%;display:flex;justify-content:space-between;align-items:center;
    padding:22px 24px;text-align:left;font-weight:600;font-size:16px;color:#f0f8ff;
  }
  .faq-q .ico{
    width:28px;height:28px;border-radius:8px;background:#883cf050;color:#883CF0;
    display:grid;place-items:center;transition:transform .3s;flex-shrink:0;margin-left:16px;
  }
  .faq.open .faq-q .ico{transform:rotate(45deg);background:#883CF0;color:#fff}
  .faq-q .ico svg{width:14px;height:14px}
  .faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease;padding:0 24px;color:#d6d6d6;font-size:15px}
  .faq.open .faq-a{max-height:300px;padding:0 24px 22px}

  /* ============ FOOTER ============ */
  footer{background:#180f26;border-top:1px solid #3a1c63;padding:40px 0}
  .footer-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
  .footer-menu{display:flex;gap:28px}
  .footer-menu a{font-size:14px;color:#d6d6d6;transition:color .2s}
  .footer-menu a:hover{color:#883CF0}
  .footer-copy{font-size:13px;color:#d6d6d6;opacity:.7}

  /* ============ MODAL ============ */
  .modal-overlay{
    position:fixed;inset:0;background:rgba(15,8,24,0.85);backdrop-filter:blur(8px);
    z-index:2000;display:none;align-items:center;justify-content:center;padding:24px;
  }
  .modal-overlay.active{display:flex;animation:fadeIn .25s}
  .modal{
    background:#23133a;border:1px solid #5e309d;border-radius:18px;padding:36px;
    max-width:480px;width:100%;position:relative;
    box-shadow:0 30px 80px -20px #883CF0;
  }
  .modal h3{font-size:24px;margin-bottom:8px}
  .modal p{color:#d6d6d6;font-size:14px;margin-bottom:24px}
  .modal-close{position:absolute;top:16px;right:16px;width:32px;height:32px;border-radius:8px;background:#1f1232;border:1px solid #3a1c63;display:grid;place-items:center;color:#f0f8ff}
  .modal-close:hover{background:#883cf050}
  .field{margin-bottom:14px}
  .field label{display:block;font-size:13px;font-weight:600;margin-bottom:6px;color:#d6d6d6}
  .field input,.field textarea,.field select{
    width:100%;padding:12px 14px;border-radius:10px;background:#180f26;
    border:1px solid #3a1c63;color:#f0f8ff;font-family:inherit;font-size:14px;
    transition:border-color .2s;
  }
  .field input:focus,.field textarea:focus,.field select:focus{outline:none;border-color:#883CF0;box-shadow:0 0 0 3px #883cf050}
  .field textarea{resize:vertical;min-height:90px}
  .modal .btn{width:100%;margin-top:8px}
  .form-success{display:none;text-align:center;padding:30px 0}
  .form-success.show{display:block}
  .form-success .ok{
    width:64px;height:64px;border-radius:50%;background:#77b25530;color:#77b255;
    display:grid;place-items:center;margin:0 auto 16px;
  }
  .form-success .ok svg{width:32px;height:32px}

  /* ============ SCROLL REVEAL ============ */
  .reveal{opacity:0;transform:translateY(24px);transition:all .7s cubic-bezier(.2,.8,.2,1)}
  .reveal.in{opacity:1;transform:none}

  /* ============ RESPONSIVE ============ */
  @media(max-width:1024px){
    .stats-grid{grid-template-columns:repeat(2,1fr)}
    .feature-grid,.uc-grid{grid-template-columns:repeat(2,1fr)}
    .integ-grid{grid-template-columns:repeat(4,1fr)}
    .problem-grid,.tab-panel.active{grid-template-columns:1fr}
  }
  @media(max-width:768px){
    section{padding:80px 0}
    .nav-links{
      position:fixed;top:72px;left:0;right:0;background:#180f26;border-bottom:1px solid #3a1c63;
      flex-direction:column;gap:0;padding:12px 0;transform:translateY(-120%);transition:transform .3s;
    }
    .nav-links.open{transform:translateY(0)}
    .nav-links a{padding:14px 24px;width:100%;border-bottom:1px solid #3a1c6350}
    .nav-links a.active::after{display:none}
    .menu-toggle{display:flex}
    .nav .status-badge{display:none}
    .feature-grid,.uc-grid,.benefits-grid{grid-template-columns:1fr}
    .stats-grid{grid-template-columns:1fr 1fr;gap:14px}
    .stat{padding:24px 16px}
    .stat-num{font-size:34px}
    .integ-grid{grid-template-columns:repeat(3,1fr)}
    .footer-inner{flex-direction:column;text-align:center}
    .footer-menu{flex-wrap:wrap;justify-content:center;gap:18px}
    table{font-size:13px}
    th,td{padding:12px 14px}
    .test-card{padding:32px 22px}
    .test-card .quote{font-size:18px}
  }
  @media(max-width:480px){
    .integ-grid{grid-template-columns:repeat(2,1fr)}
    .hero{padding:140px 0 60px}
  }