  :root{
    --ink:#08090b;
    --panel:#0f1113;
    --panel-2:#15171b;
    --line:#242830;
    --line-soft:#1b1e23;
    --text:#f3f5f7;
    --muted:#8f96a1;
    --green:#00e6a8;
    --green-hi:#5dffcf;
    --green-dim:rgba(0,230,168,0.12);
    --radius:14px;
  }
  *{margin:0;padding:0;box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{
    background:var(--ink);
    color:var(--text);
    font-family:'Inter',sans-serif;
    line-height:1.55;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    overflow-x:hidden;
  }
  .mono{font-family:'IBM Plex Mono',monospace;}
  h1,h2,h3,h4,.display{font-family:'Space Grotesk',sans-serif;letter-spacing:-0.02em;font-weight:700;}
  a{color:inherit;text-decoration:none;}
  .wrap{max-width:1200px;margin:0 auto;padding:0 32px;}
  section{position:relative;}
  img,svg{display:block;max-width:100%;}

  body::before{
    content:"";
    position:fixed;inset:0;
    background:
      radial-gradient(ellipse 55% 40% at 78% 6%, rgba(0,230,168,0.10) 0%, transparent 60%),
      radial-gradient(ellipse 40% 30% at 4% 60%, rgba(0,230,168,0.05) 0%, transparent 65%);
    pointer-events:none;
    z-index:0;
  }

  /* NAV */
  header{
    position:sticky;top:0;z-index:50;
    backdrop-filter:blur(16px);
    background:rgba(8,9,11,0.8);
    border-bottom:1px solid var(--line);
  }
  nav{
    display:flex;align-items:center;justify-content:space-between;
    padding:16px 32px;max-width:1200px;margin:0 auto;gap:20px;
  }
  .logo{
    display:flex;align-items:center;gap:10px;
    font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:17px;
  }
  .logo-mark{width:28px;height:28px;object-fit:contain;flex-shrink:0;}
  .nav-links{display:flex;gap:28px;align-items:center;}
  .nav-links a{font-size:13.5px;color:var(--muted);transition:color .2s;font-weight:500;}
  .nav-links a:hover{color:var(--text);}
  .nav-ctas{display:flex;align-items:center;gap:18px;}
  .nav-link-btn{font-size:13.5px;color:var(--muted);font-weight:500;transition:color .2s;}
  .nav-link-btn:hover{color:var(--text);}
  .btn{
    display:inline-flex;align-items:center;gap:8px;
    padding:11px 20px;border-radius:9px;
    font-size:13.5px;font-weight:600;
    font-family:'Inter',sans-serif;
    transition:all .2s;
    border:1px solid transparent;
    white-space:nowrap;
  }
  .btn-primary{background:var(--green);color:#03130e;}
  .btn-primary:hover{background:var(--green-hi);transform:translateY(-1px);}
  .btn-ghost{border:1px solid var(--line);color:var(--text);}
  .btn-ghost:hover{border-color:var(--green);color:var(--green-hi);}
  .btn-white{background:var(--text);color:#0a0c0e;}
  .btn-white:hover{background:#fff;transform:translateY(-1px);}

  /* HERO */
  .hero{padding:88px 0 56px;position:relative;z-index:1;}
  .hero-grid{display:grid;grid-template-columns:1.05fr 0.95fr;gap:48px;align-items:center;}
  .eyebrow{
    display:inline-flex;align-items:center;gap:8px;
    font-size:11.5px;letter-spacing:0.1em;color:var(--green-hi);
    padding:6px 13px;border:1px solid var(--line);border-radius:100px;
    background:var(--green-dim);margin-bottom:24px;font-family:'IBM Plex Mono',monospace;
  }
  .eyebrow .dot{width:5px;height:5px;border-radius:50%;background:var(--green);box-shadow:0 0 8px var(--green);animation:pulse-dot 2.2s infinite;}
  @keyframes pulse-dot{0%,100%{opacity:1;}50%{opacity:0.35;}}
  .hero h1{font-size:clamp(32px,4.1vw,50px);line-height:1.12;margin-bottom:20px;}
  .hero h1 .accent{color:var(--green);}
  .hero p{font-size:16.5px;color:var(--muted);max-width:460px;margin-bottom:32px;}
  .hero-ctas{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:40px;}
  .trust-row{display:flex;gap:28px;flex-wrap:wrap;}
  .trust-item{display:flex;align-items:center;gap:9px;font-size:13px;color:var(--muted);}
  .trust-item svg{width:16px;height:16px;color:var(--green);flex-shrink:0;}

  /* ROBOT / SIGNATURE VISUAL */
  .robot-stage{position:relative;max-width:420px;margin:0 auto;}
  .robot-wrap{position:relative;}
  .robot-glow{
    position:absolute;left:50%;top:38%;transform:translate(-50%,-50%);
    width:280px;height:280px;border-radius:50%;
    background:radial-gradient(circle, rgba(0,230,168,0.16) 0%, transparent 70%);
    filter:blur(4px);pointer-events:none;
  }
  .robot{position:relative;width:100%;height:auto;}
  .robot-pupil{transition:cx .06s linear, cy .06s linear;}
  @keyframes float-1{
    0%,100%{transform:translate(0px,0px) rotate(0deg);}
    28%{transform:translate(3px,-14px) rotate(1.2deg);}
    55%{transform:translate(-2px,-9px) rotate(-0.8deg);}
    78%{transform:translate(2px,-16px) rotate(0.6deg);}
  }
  @keyframes float-2{
    0%,100%{transform:translate(0px,0px) rotate(0deg);}
    30%{transform:translate(-4px,-11px) rotate(-1deg);}
    60%{transform:translate(3px,-17px) rotate(0.9deg);}
    82%{transform:translate(-2px,-6px) rotate(-0.5deg);}
  }
  @keyframes float-3{
    0%,100%{transform:translate(0px,0px) rotate(0deg);}
    32%{transform:translate(2px,-15px) rotate(0.7deg);}
    58%{transform:translate(-3px,-8px) rotate(-1.1deg);}
    80%{transform:translate(4px,-13px) rotate(0.4deg);}
  }
  @keyframes glow-pulse{
    0%,100%{box-shadow:0 12px 30px -14px rgba(0,0,0,0.7), 0 0 0px 0px rgba(0,230,168,0);}
    50%{box-shadow:0 16px 34px -12px rgba(0,0,0,0.75), 0 0 22px 2px rgba(0,230,168,0.22);}
  }
  .chip{
    position:absolute;display:flex;align-items:center;gap:8px;
    background:rgba(15,17,19,0.9);border:1px solid var(--line);
    border-radius:10px;padding:9px 13px;
    backdrop-filter:blur(6px);
    box-shadow:0 12px 30px -14px rgba(0,0,0,0.7);
    will-change:transform, box-shadow;
    transition:transform .3s ease, border-color .3s ease;
  }
  .chip:hover{transform:translateY(-4px) !important;border-color:var(--green);animation-play-state:paused;}
  .chip-1{animation-name:float-1, glow-pulse; animation-duration:6.4s, 3.4s; animation-timing-function:ease-in-out, ease-in-out; animation-iteration-count:infinite, infinite; animation-delay:0s, 0.2s;}
  .chip-2{animation-name:float-2, glow-pulse; animation-duration:7.1s, 3.4s; animation-timing-function:ease-in-out, ease-in-out; animation-iteration-count:infinite, infinite; animation-delay:0.6s, 1.6s;}
  .chip-3{animation-name:float-3, glow-pulse; animation-duration:5.8s, 3.4s; animation-timing-function:ease-in-out, ease-in-out; animation-iteration-count:infinite, infinite; animation-delay:1.1s, 2.7s;}
  .chip-icon{width:26px;height:26px;border-radius:7px;background:var(--green-dim);display:flex;align-items:center;justify-content:center;color:var(--green);flex-shrink:0;transition:box-shadow .3s ease;}
  .chip:hover .chip-icon{box-shadow:0 0 12px rgba(0,230,168,0.4);}
  .chip-icon svg{width:14px;height:14px;}
  .chip .chip-label{font-size:9.5px;color:var(--muted);letter-spacing:0.05em;font-family:'IBM Plex Mono',monospace;}
  .chip .chip-value{font-size:12.5px;font-weight:600;color:var(--text);}
  .chip-1{top:6%;left:-4%;}
  .chip-2{bottom:20%;right:-6%;}
  .chip-3{bottom:2%;left:6%;}
  .chip-status{display:flex;align-items:center;gap:7px;font-size:11px;color:var(--green-hi);font-family:'IBM Plex Mono',monospace;letter-spacing:0.03em;padding:9px 14px;}
  .chip-status .dot{width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 6px var(--green);animation:pulse-dot 2.4s infinite;}
  @media (prefers-reduced-motion: reduce){
    .chip{animation:none !important;}
  }

  /* STATUS STRIP */
  .status-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--panel);position:relative;z-index:1;}
  .status-strip .wrap{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:0;padding:15px 32px;}
  .status-item{display:inline-flex;align-items:center;gap:8px;font-size:12px;color:var(--muted);padding:6px 22px;}
  .status-item + .status-item{border-left:1px solid var(--line);}
  .status-item b{color:var(--text);font-weight:500;}
  .status-item .live-dot{width:5px;height:5px;border-radius:50%;background:var(--green);box-shadow:0 0 6px var(--green);flex-shrink:0;}

  /* SECTION HEADERS */
  .section-head{max-width:640px;margin:0 auto 48px;text-align:left;}
  .section-head.center{margin-left:auto;margin-right:auto;text-align:center;}
  .section-head .eyebrow{margin-bottom:16px;}
  .section-head h2{font-size:clamp(25px,2.9vw,34px);margin-bottom:13px;}
  .section-head p{color:var(--muted);font-size:15px;max-width:520px;}
  .section-head.center p{margin-left:auto;margin-right:auto;}
  section.pad{padding:88px 0;position:relative;z-index:1;}
  section.pad + section.pad{border-top:1px solid var(--line);}

  /* INSTITUCIONAL */
  .about-grid{display:grid;grid-template-columns:1.1fr 0.9fr;gap:56px;align-items:start;}
  .about-grid p{color:var(--muted);font-size:15.5px;margin-bottom:16px;max-width:480px;}
  .value-list{display:flex;flex-direction:column;gap:18px;margin-top:28px;}
  .value-item{display:flex;gap:14px;align-items:flex-start;}
  .value-icon{width:34px;height:34px;border-radius:9px;background:var(--green-dim);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;color:var(--green);flex-shrink:0;}
  .value-icon svg{width:16px;height:16px;}
  .value-item h4{font-size:14.5px;font-weight:600;margin-bottom:3px;font-family:'Inter',sans-serif;}
  .value-item p{font-size:13.5px;color:var(--muted);}
  .index-card{background:var(--panel);border:1px solid var(--line);border-radius:16px;padding:6px 24px 8px;}
  .index-card::before{content:"";display:block;margin:0 -24px;height:1px;background:linear-gradient(90deg,transparent,var(--green),transparent);opacity:.5;}
  .index-head{display:flex;align-items:center;justify-content:space-between;padding:18px 2px 14px;border-bottom:1px solid var(--line-soft);}
  .index-title{font-size:11px;letter-spacing:0.1em;color:var(--muted);}
  .index-count{font-size:11px;color:var(--green-hi);}
  .index-row{display:flex;align-items:center;gap:14px;padding:14px 2px;}
  .index-row + .index-row{border-top:1px solid var(--line-soft);}
  .index-num{font-family:'Space Grotesk',sans-serif;font-size:15px;color:var(--green);width:22px;flex-shrink:0;}
  .index-info{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0;}
  .index-name{font-size:13.5px;font-weight:600;color:var(--text);}
  .index-tag{font-size:10px;color:var(--muted);}
  .index-status{display:flex;align-items:center;gap:6px;font-size:10px;color:var(--green-hi);flex-shrink:0;}
  .index-status .dot{width:5px;height:5px;border-radius:50%;background:var(--green);box-shadow:0 0 6px var(--green);}

  /* CARD GRID (produtos) */
  .grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
  .card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:30px 26px;display:flex;flex-direction:column;gap:16px;transition:border-color .25s, transform .25s;position:relative;overflow:hidden;}
  .card:hover{border-color:var(--green);transform:translateY(-3px);}
  .card-num{font-family:'Space Grotesk',sans-serif;font-size:38px;color:var(--text);opacity:0.06;position:absolute;top:10px;right:20px;line-height:1;pointer-events:none;}
  .card h3{font-size:19px;position:relative;}
  .card p{font-size:14px;color:var(--muted);flex:1;position:relative;font-family:'Inter',sans-serif;font-weight:400;}
  .card-link{display:flex;align-items:center;gap:6px;font-size:12.5px;color:var(--green-hi);font-family:'IBM Plex Mono',monospace;padding-top:14px;border-top:1px solid var(--line-soft);margin-top:2px;}
  .card-link svg{width:12px;height:12px;transition:transform .2s;}
  .card:hover .card-link svg{transform:translate(2px,-2px);}

  /* DIFERENCIAIS */
  .feat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
  .feat{padding:26px 22px;border:1px solid var(--line);border-radius:var(--radius);background:var(--panel);}
  .feat-icon{width:42px;height:42px;border-radius:10px;background:var(--green-dim);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;color:var(--green);margin-bottom:18px;}
  .feat-icon svg{width:19px;height:19px;}
  .feat h4{font-size:15.5px;margin-bottom:8px;font-family:'Inter',sans-serif;font-weight:600;}
  .feat p{font-size:13.5px;color:var(--muted);}

  /* FINTECH SPOTLIGHT */
  .fintech-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
  .fintech-card{position:relative;overflow:hidden;background:var(--panel);border:1px solid var(--line);border-radius:18px;padding:38px;}
  .fintech-card::before{content:"";position:absolute;top:-40%;right:-30%;width:280px;height:280px;background:radial-gradient(circle, var(--green-dim) 0%, transparent 70%);pointer-events:none;}
  .fintech-tag{font-family:'IBM Plex Mono',monospace;font-size:10.5px;letter-spacing:0.08em;color:var(--green-hi);background:var(--green-dim);border:1px solid var(--line);padding:5px 11px;border-radius:100px;display:inline-block;margin-bottom:22px;}
  .fintech-card h3{font-size:25px;margin-bottom:13px;}
  .fintech-card p{color:var(--muted);font-size:14.5px;margin-bottom:26px;max-width:380px;font-family:'Inter',sans-serif;font-weight:400;}

  /* SERVICES LIST */
  .services-list{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;}
  .service-row{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px 30px;background:var(--panel);}
  .service-row + .service-row{border-top:1px solid var(--line);}
  .service-row .num{font-family:'Space Grotesk',sans-serif;color:var(--green);font-size:16px;width:30px;flex-shrink:0;}
  .service-row .info{flex:1;display:flex;flex-direction:column;gap:5px;}
  .service-row h4{font-size:16.5px;font-family:'Inter',sans-serif;font-weight:600;}
  .service-row p{font-size:14px;color:var(--muted);font-family:'Inter',sans-serif;}

  /* NOVIDADES / NEWSLETTER */
  .news-box{display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap;border:1px solid var(--line);border-radius:18px;background:var(--panel);padding:40px 44px;}
  .news-box h3{font-size:22px;margin-bottom:8px;}
  .news-box p{color:var(--muted);font-size:14.5px;font-family:'Inter',sans-serif;font-weight:400;}
  .news-form{display:flex;gap:10px;flex-wrap:wrap;}
  .news-form input{
    background:var(--panel-2);border:1px solid var(--line);border-radius:9px;
    padding:12px 16px;color:var(--text);font-family:'Inter',sans-serif;font-size:13.5px;
    min-width:240px;
  }
  .news-form input:focus{outline:none;border-color:var(--green);}
  .news-form input::placeholder{color:var(--muted);}

  /* FAQ */
  .faq-list{display:flex;flex-direction:column;gap:12px;max-width:760px;}
  .faq-item{border:1px solid var(--line);border-radius:12px;background:var(--panel);overflow:hidden;}
  .faq-item summary{
    list-style:none;cursor:pointer;padding:20px 24px;
    display:flex;align-items:center;justify-content:space-between;gap:16px;
    font-size:15px;font-weight:600;font-family:'Inter',sans-serif;
  }
  .faq-item summary::-webkit-details-marker{display:none;}
  .faq-item summary .chev{width:18px;height:18px;color:var(--muted);flex-shrink:0;transition:transform .2s;}
  .faq-item[open] summary .chev{transform:rotate(180deg);color:var(--green);}
  .faq-item .faq-body{padding:0 24px 20px;color:var(--muted);font-size:14px;max-width:640px;}

  /* CTA */
  .cta-band{padding:88px 0;text-align:center;position:relative;z-index:1;border-top:1px solid var(--line);}
  .cta-band h2{font-size:clamp(26px,3.3vw,38px);margin-bottom:15px;}
  .cta-band p{color:var(--muted);margin-bottom:34px;}
  .cta-band .hero-ctas{justify-content:center;margin-bottom:0;}

  /* FOOTER */
  footer{border-top:1px solid var(--line);padding:64px 0 32px;position:relative;z-index:1;}
  .footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;margin-bottom:48px;}
  .footer-brand p{color:var(--muted);font-size:13.5px;margin-top:14px;max-width:260px;}
  .footer-col h5{font-size:12px;letter-spacing:0.06em;color:var(--muted);margin-bottom:16px;font-family:'IBM Plex Mono',monospace;font-weight:500;}
  .footer-col a{display:block;font-size:13.5px;color:var(--text);margin-bottom:11px;opacity:0.85;}
  .footer-col a:hover{color:var(--green-hi);opacity:1;}
  .footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:14px;padding-top:28px;border-top:1px solid var(--line);}
  .foot-note{font-size:12px;color:var(--muted);font-family:'IBM Plex Mono',monospace;}

  @media (max-width:900px){
    .hero-grid{grid-template-columns:1fr;}
    .robot-stage{order:-1;max-width:320px;}
    .grid{grid-template-columns:1fr 1fr;}
    .fintech-grid{grid-template-columns:1fr;}
    .about-grid{grid-template-columns:1fr;}
    .feat-grid{grid-template-columns:1fr 1fr;}
    .footer-grid{grid-template-columns:1fr 1fr;}
    .nav-links{display:none;}
    .service-row{flex-wrap:wrap;}
    .status-item{padding:6px 14px;}
  }
  @media (max-width:560px){
    .grid{grid-template-columns:1fr;}
    .feat-grid{grid-template-columns:1fr;}
    .footer-grid{grid-template-columns:1fr;}
    .wrap{padding:0 20px;}
    .hero{padding:52px 0 36px;}
    .status-item{font-size:11px;padding:5px 10px;}
    .news-box{padding:28px 24px;}
    .chip{position:static;margin-top:10px;}
    .chip-2,.chip-3{position:static;}
  }
  @media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;}}
  :focus-visible{outline:2px solid var(--green-hi);outline-offset:2px;}
