:root{--bg:#0a0a0a;--fg:#f4f4f4;--muted:#9a9a9a;--line:rgba(255,255,255,.12);--red:#e8231b;--red-hover:#cf1c15;--font:"Helvetica Neue",Helvetica,Arial,sans-serif}
  *{margin:0;padding:0;box-sizing:border-box}
  html{scroll-behavior:smooth}
  body{background:var(--bg);color:var(--fg);font-family:var(--font);-webkit-font-smoothing:antialiased;max-width:100%;overflow-x:clip}
  .nav{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px clamp(24px,4vw,64px);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:200;background:rgba(10,10,10,.82);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
  .logo{display:inline-flex;align-items:center}
  .logo img{height:20px;width:auto;display:block;transition:height .3s ease}
  .nav.scrolled .logo img{height:17px}
  .nav-back{display:inline-flex;align-items:center;gap:10px;color:#cfcfcf;text-decoration:none;font-size:13px;letter-spacing:.06em}
  .nav-menu .nav-links{display:flex;gap:clamp(16px,1.9vw,38px);list-style:none;margin:0;padding:0}
  .nav-links a{color:var(--fg);text-decoration:none;font-size:14px;font-weight:600;letter-spacing:.04em;white-space:nowrap;opacity:.9;transition:color .18s ease,opacity .18s ease}
  .nav-links a:hover,.nav-links a.active{color:var(--red);opacity:1}
  @media (max-width:940px){.nav-menu{display:none}}

  section{padding:clamp(64px,7vw,112px) clamp(32px,4vw,64px)}
  .wrap{max-width:1280px;margin:0 auto}
  .idx-row{display:flex;align-items:flex-start;gap:22px;margin-bottom:clamp(30px,4vw,54px)}
  .idx{font-size:26px;color:#ededed}
  .idx::after{content:"";display:block;width:46px;height:3px;background:var(--red);margin-top:12px}
  .kicker{font-size:13px;letter-spacing:.18em;color:var(--muted);font-weight:600;padding-top:6px}

  h1,h2{font-weight:700;letter-spacing:-.02em;color:#fff;line-height:1.05;text-wrap:balance}
  .h1{font-size:clamp(38px,5vw,70px);color:#fff}
  .h1 .accent-red{color:#b0b0b0}
  .h1 .accent-blue{color:#c9c9c9}
  .accent-red-solid{color:var(--red)}
  .stat .n.blue{color:#3461d6}
  .h2{font-size:clamp(28px,3.4vw,50px)}
  p.lede{font-size:clamp(16px,1.25vw,19px);line-height:1.6;color:#c2c2c2;max-width:640px}
  .dim{color:#767676}

  .cta-hero{display:inline-flex;align-items:stretch;text-decoration:none;color:#fff;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.35);isolation:isolate}
  .cta-hero::before{content:"";position:absolute;inset:0;background:var(--red);transform:scaleX(0);transform-origin:left;transition:transform .45s cubic-bezier(.22,.61,.36,1);z-index:1}
  .cta-hero:hover::before{transform:scaleX(1)}
  .cta-hero-label{position:relative;z-index:2;padding:19px 30px;font-size:13px;font-weight:700;letter-spacing:.12em}
  .cta-hero-arrow{position:relative;z-index:2;width:54px;display:flex;align-items:center;justify-content:center;background:var(--red);border-left:1px solid rgba(255,255,255,.18)}
  .cta-hero-arrow svg{width:19px;height:19px;transition:transform .35s cubic-bezier(.22,.61,.36,1)}
  .cta-hero:hover .cta-hero-arrow svg{transform:translateX(4px)}
  .cta-ghost{display:inline-flex;align-items:center;color:#fff;text-decoration:none;font-size:13px;font-weight:700;letter-spacing:.1em;border-bottom:2px solid rgba(255,255,255,.3);padding-bottom:6px;transition:border-color .2s ease}
  .cta-ghost:hover{border-color:var(--red)}
  .cta-row{display:flex;align-items:center;gap:28px;flex-wrap:wrap;margin-top:clamp(30px,3vw,44px)}

  /* HERO */
  .hero{padding-top:clamp(64px,8vw,120px)}
  .hero-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:clamp(30px,5vw,80px);align-items:center}
  .flow-box{border:1px solid var(--line);border-radius:4px;padding:clamp(22px,2.4vw,32px);margin-top:clamp(40px,4vw,64px)}
  .flow-box .lbl{font-size:11px;letter-spacing:.16em;color:var(--muted);margin-bottom:20px}
  .flow-steps{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
  .flow-step{display:flex;align-items:center;gap:10px}
  .flow-num{width:26px;height:26px;border-radius:50%;border:1px solid var(--red);color:var(--red);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex:none;transition:background .3s ease,color .3s ease}
  .flow-step:nth-child(1) .flow-num,.flow-step:nth-child(5) .flow-num{border-color:#3461d6;color:#3461d6}
  .flow-step.active .flow-num{background:var(--red);color:#fff}
  .flow-step:nth-child(1).active .flow-num,.flow-step:nth-child(5).active .flow-num{background:#3461d6}
  .flow-step.active span.t{color:#fff}
  .flow-step span.t{font-size:14px;font-weight:600}
  .flow-arrow{color:#555;width:16px;flex:none}
  .hero-visual{position:relative;aspect-ratio:1/1;border-radius:6px;overflow:hidden}
  .hero-visual img{width:100%;height:100%;object-fit:cover;display:block}

  /* PROBLEM */
  .problem{background:#0a0a0a;border-top:1px solid var(--line);position:relative;overflow:hidden;padding:0}
  .problem-grid2{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);min-height:820px;max-width:1280px;margin:0 auto}
  .problem-copy{padding:clamp(64px,7vw,112px) clamp(32px,4vw,64px);position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center}
  .problem-copy .idx-row{margin-bottom:20px}
  .problem-copy .h2{margin-bottom:4px}
  .problem-media{position:relative}
  .problem-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
  .problem-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#0a0a0a 0%,rgba(10,10,10,.2) 30%,transparent 55%)}
  .problem-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 40px;margin-top:clamp(26px,2.6vw,36px);max-width:640px}
  .no-item{display:flex;align-items:flex-start;gap:14px;padding:16px 0;border-bottom:1px solid var(--line);font-size:17px;color:#dcdcdc}
  .no-item svg{width:18px;height:18px;color:var(--red);flex:none;margin-top:3px}
  .quote-bar{border-left:2px solid var(--red);padding:6px 0 6px 22px;margin-top:clamp(24px,2.6vw,34px);font-size:clamp(18px,1.5vw,22px);color:#eee;font-weight:500;max-width:520px}
  .stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin:0 auto;max-width:1280px;position:relative;z-index:2;border-top:1px solid var(--line)}
  .stat{border-right:1px solid var(--line);padding:clamp(24px,2.4vw,32px) clamp(24px,3vw,40px)}
  .stat:last-child{border-right:none}
  .stat .n{font-size:clamp(30px,3vw,44px);font-weight:700;letter-spacing:-.02em;font-variant-numeric:tabular-nums}
  .stat .n.red{color:var(--red)}
  .stat .n.amber{color:#d97a16}
  .stat .n.green{color:#3aa876}
  .stat .l{margin-top:10px;font-size:14px;color:var(--muted)}

  /* STAGES (ETAPAS) */
  .stages-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(30px,5vw,70px);align-items:start}
  .stages-copy p{font-size:16px;line-height:1.65;color:#c2c2c2;margin-bottom:1.3em}
  .stages-bullets{margin-top:28px;display:flex;flex-direction:column;gap:14px}
  #solucao{background:#070911}
  .diagram{position:relative;background-image:radial-gradient(circle,rgba(255,255,255,.05) 1px,transparent 1.4px);background-size:26px 26px;padding:8px}
  .drow{display:grid;grid-template-columns:1fr 34px 1fr 34px 1fr;align-items:center}
  .dcard{background:#0b0e18;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:26px 20px 22px;text-align:center}
  .dbadge{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#fff;margin:0 auto 14px}
  .dbadge.blue{background:#2f5fdb}
  .dbadge.red{background:var(--red)}
  .dstrong{font-size:14px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
  .dstrong.blue{color:#4d7bf0}
  .dstrong.red{color:#ff5b52}
  .dsub{font-size:13.5px;color:#b7b9c2;line-height:1.4;margin-top:2px;min-height:36px}
  .dicon{margin:18px auto}
  .dicon svg{width:34px;height:34px}
  .dicon.blue svg{color:#4d7bf0}
  .dicon.red svg{color:#ff5b52}
  .dhr{border-top:1px solid rgba(255,255,255,.1);margin:16px 0 14px}
  .ddesc{font-size:12.5px;color:#8b8d96;line-height:1.55}
  .dconn{display:flex;align-items:center;justify-content:center}
  .dconn svg{width:24px;height:14px}
  .dconn.blue svg{color:#4d7bf0}
  .dconn.red svg{color:#ff5b52}
  .dloop{position:relative;height:44px}
  .dloop-dot{position:absolute;top:0;right:0;width:7px;height:7px;border-radius:50%;background:#4d7bf0;transform:translate(50%,-50%)}
  .dloop-line{position:absolute;border:2px dotted #4d7bf0}
  .dloop-line.v-right{top:0;right:0;height:100%;border-right-width:2px;border-top:none;border-bottom:none;border-left:none}
  .dloop-line.h-bottom{bottom:0;left:0;right:0;border-bottom-width:2px;border-top:none;border-left:none;border-right:none}
  .dloop-line.v-left{bottom:0;left:0;height:60%;border-left-width:2px;border-top:none;border-bottom:none;border-right:none}
  .dloop-arrow{position:absolute;left:-5px;bottom:-2px;width:0;height:0;border-top:7px solid #4d7bf0;border-left:5px solid transparent;border-right:5px solid transparent}
  .tudo-box{margin-top:clamp(28px,3vw,40px);border:1px solid var(--line);border-radius:4px;padding:20px 22px;display:flex;align-items:center;gap:16px;max-width:440px}
  .tudo-ic{width:34px;height:34px;border-radius:50%;background:rgba(232,35,27,.12);color:var(--red);display:flex;align-items:center;justify-content:center;flex:none}
  .tudo-ic svg{width:16px;height:16px}
  .tudo-t{font-size:15px;line-height:1.5;color:#e2e2e2;flex:1}
  .tudo-arrow{color:var(--red);width:18px;flex:none}
  .stages-bullets .b{display:flex;align-items:center;gap:12px;font-size:15px;color:#dcdcdc}
  .stages-bullets svg{width:16px;height:16px;color:var(--red);flex:none}
  .etapas{border:1px solid var(--line);border-radius:4px;padding:clamp(28px,3vw,40px)}
  .etapas{position:relative}
  .etapas-line{position:absolute;left:calc(clamp(28px,3vw,40px) + 26px - 1px);top:clamp(28px,3vw,40px);bottom:clamp(28px,3vw,40px);width:2px;background:var(--line)}
  .etapas-fill{position:absolute;left:0;top:0;width:100%;height:0%;background:var(--red);transition:height .3s ease}
  .etapa{position:relative;padding:0 0 26px 26px}
  .etapa:last-child{padding-bottom:0}
  .etapa::before{content:"";position:absolute;left:-4px;top:2px;width:8px;height:8px;border-radius:50%;background:#333;border:2px solid #0a0a0a;z-index:2;transition:background .3s ease}
  .etapa.on::before{background:var(--red)}
  .etapa .n{font-size:11px;letter-spacing:.14em;color:var(--red);font-weight:700;margin-bottom:6px}
  .etapa .t{font-size:16px;color:#e8e8e8}

  /* TIMELINE 60s */
  .timeline-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px 60px;margin-top:clamp(30px,3vw,46px)}
  .tl-item{display:flex;align-items:center;gap:18px;padding:14px 0;border-bottom:1px solid var(--line)}
  .tl-time{font-size:13px;font-weight:700;color:var(--red);width:52px;flex:none}
  .tl-text{font-size:17px;color:#dcdcdc}
  .tl-bar-wrap{margin-top:clamp(24px,2.6vw,36px)}
  .tl-bar{position:relative;height:3px;background:var(--line);border-radius:2px}
  .tl-bar .fill{position:absolute;left:0;top:0;height:100%;width:0%;background:var(--red);border-radius:2px;transition:width 1.2s cubic-bezier(.22,.61,.36,1)}
  .tl-marks{position:relative;height:28px;margin-top:2px}
  .tl-mark{position:absolute;top:0;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:6px}
  .tl-mark .dot{width:8px;height:8px;border-radius:50%;background:var(--muted)}
  .tl-mark.on .dot{background:var(--red)}
  .tl-mark .lbl{font-size:10px;color:var(--muted);white-space:nowrap}

  /* SPECIALISTS */
  .spec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(20px,2.2vw,32px);margin-top:clamp(30px,3vw,46px)}
  .spec-card{border:1px solid var(--line);border-radius:4px;padding:clamp(26px,2.6vw,36px);transition:transform .4s cubic-bezier(.22,.61,.36,1),border-color .3s ease}
  .spec-card:hover{transform:translateY(-6px);border-color:rgba(255,255,255,.28)}
  .spec-icon{margin-bottom:22px}
  .spec-icon svg{width:44px;height:44px;color:var(--red);transition:transform .5s cubic-bezier(.22,.61,.36,1)}
  .spec-card:hover .spec-icon svg{transform:scale(1.1)}
  .spec-card h3{font-size:19px;font-weight:700;color:#fff;margin-bottom:12px}
  .spec-card p{font-size:15px;line-height:1.6;color:#b4b4b4}

  /* IMPACT checklist */
  .impact{background:#0d0d0d;border-top:1px solid var(--line)}
  .impact-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px 60px;margin-top:clamp(30px,3vw,46px)}
  .ck-item{display:flex;align-items:center;gap:14px;padding:14px 0;border-bottom:1px solid var(--line);font-size:17px;color:#dcdcdc}
  .ck-item svg{width:18px;height:18px;color:var(--red);flex:none}

  /* COMPARISON TABLE */
  .cmp-table{width:100%;border-collapse:collapse;margin-top:clamp(30px,3vw,46px)}
  .cmp-table th,.cmp-table td{padding:16px 14px;text-align:center;font-size:14px;border-bottom:1px solid var(--line)}
  .cmp-table th{color:var(--muted);letter-spacing:.06em;font-weight:600;font-size:12px}
  .cmp-table td:first-child,.cmp-table th:first-child{text-align:left;color:#e6e6e6;font-weight:500}
  .cmp-table .ok{color:var(--red)}
  .cmp-table .no{color:#555}
  .cmp-table .hi{color:#3aa876;font-weight:700}
  .cmp-table th:last-child,.cmp-table td:last-child{background:rgba(58,168,118,.08)}
  .cmp-table thead th:last-child{position:relative}
  .ribbon{display:inline-block;background:#3aa876;color:#fff;font-size:10px;letter-spacing:.08em;padding:3px 8px;border-radius:999px;margin-bottom:6px}

  /* STRATEGY */
  .strategy-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.9fr);gap:clamp(30px,5vw,70px);align-items:start}
  .strategy-lede{margin-top:18px}
  .strategy-lede .accent{color:var(--red)}
  .deliv{display:flex;flex-direction:column;gap:14px;margin-top:26px}
  .deliv .d{display:flex;align-items:center;gap:12px;font-size:15px;color:#dcdcdc}
  .deliv svg{width:16px;height:16px;color:var(--red);flex:none}
  .fit-list{display:flex;flex-direction:column;gap:2px}
  .fit-list .f{display:flex;align-items:center;gap:14px;padding:16px 0;border-bottom:1px solid var(--line);font-size:16px;color:#dcdcdc}
  .fit-list svg{width:17px;height:17px;color:var(--red);flex:none}

  /* FAQ */
  .faq-item{border-top:1px solid var(--line)}
  .faq-item:first-child{border-top:none}
  .faq-head{width:100%;background:none;border:none;color:inherit;font-family:inherit;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 0;cursor:pointer}
  .faq-head .q{font-size:clamp(17px,1.3vw,19px);font-weight:700;color:#fff}
  .faq-chev{width:16px;height:16px;color:var(--red);flex:none;transition:transform .35s cubic-bezier(.22,.61,.36,1)}
  .faq-item.open .faq-chev{transform:rotate(45deg)}
  .faq-body{overflow:hidden;max-height:0;transition:max-height .45s cubic-bezier(.22,.61,.36,1)}
  .faq-item.open .faq-body{max-height:220px}
  .faq-body p{font-size:16px;line-height:1.6;color:#c2c2c2;padding-bottom:24px;max-width:760px}

  /* CTA BAND */
  .band{background:var(--red);text-align:center;padding:clamp(64px,7vw,104px) clamp(32px,4vw,64px)}
  .band h2{color:#fff;font-size:clamp(28px,3.4vw,48px);max-width:820px;margin:0 auto 20px}
  .band p{font-size:clamp(15px,1.2vw,18px);color:rgba(255,255,255,.85);max-width:560px;margin:0 auto clamp(30px,3vw,44px)}
  .band .cta-hero{border-color:#0a0a0a}
  .band .cta-hero::before{background:#0a0a0a}
  .band .cta-hero-arrow{background:#0a0a0a}
  .band .cta-hero-label{color:#fff}

  /* FOOTER */
  .mfoot{background:#060606;border-top:1px solid var(--line);padding:clamp(48px,5vw,72px) clamp(32px,4vw,64px) 30px}
  .mfoot-grid{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center}
  .mfoot h4{font-size:12px;letter-spacing:.12em;color:var(--muted);margin-bottom:16px}
  .mfoot p{font-size:14px;color:#a8a8a8;max-width:280px;line-height:1.5;margin-left:auto;margin-right:auto}
  .logo{justify-content:center}
  .mfoot ul{list-style:none;display:flex;flex-direction:column;gap:10px}
  .mfoot a{color:#c2c2c2;text-decoration:none;font-size:14px;transition:color .2s ease}
  .mfoot a:hover{color:var(--red)}
  .mfoot-bottom{max-width:1280px;margin:36px auto 0;padding-top:22px;border-top:1px solid var(--line);font-size:12px;color:#787878;text-align:center}

  .read-bar{position:fixed;top:0;left:0;height:3px;background:var(--red);width:0%;z-index:1500;transition:width .1s linear}
  .reveal{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.22,.61,.36,1),transform .7s cubic-bezier(.22,.61,.36,1)}
  .reveal.in{opacity:1;transform:none}

  @media (max-width:900px){
    .hero-grid,.stages-grid,.strategy-grid{grid-template-columns:1fr;gap:36px}
    .spec-grid{grid-template-columns:1fr}
    .problem-grid2{grid-template-columns:1fr;min-height:auto}
    .problem-media{aspect-ratio:4/3}
    .problem-grid,.impact-grid,.timeline-grid{grid-template-columns:1fr}
    .stat-row{grid-template-columns:1fr}
    .stat{border-right:none;border-bottom:1px solid var(--line)}
    .cmp-table{font-size:12px}
  }
  @media (max-width:600px){
    section{padding-left:22px;padding-right:22px}
    .h1{font-size:clamp(30px,8.5vw,44px)}
    .lede,.stages-copy p,.faq-body p,.no-item,.ck-item,.tl-text,.deliv .d,.fit-list .f{font-size:17px}
    .flow-steps{gap:10px}
    .flow-step span.t{font-size:13px}
    .cmp-table thead{display:none}
    .cmp-table,.cmp-table tbody,.cmp-table tr{display:block;width:100%}
    .cmp-table tr{border:1px solid var(--line);border-radius:8px;padding:14px 16px;margin-bottom:12px;background:#0d0d0d}
    .cmp-table td{display:flex;align-items:center;justify-content:space-between;text-align:right;padding:9px 0;border-bottom:1px solid rgba(255,255,255,.06);background:none!important}
    .cmp-table td:last-child{border-bottom:none}
    .cmp-table td:first-child{display:block;text-align:left;font-size:15px;font-weight:700;color:#fff;padding-bottom:12px;border-bottom:1px solid var(--line)}
    .cmp-table td:not(:first-child)::before{content:attr(data-label);color:var(--muted);font-size:12px;letter-spacing:.04em;text-align:left}
  }
  @media (prefers-reduced-motion:reduce){.reveal{opacity:1!important;transform:none!important;transition:none!important}}
