@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");:root{--cheke-navy:#021124;--cheke-navy-mid:#0d2040;--cheke-navy-light:#1a3a5c;--cheke-orange:#ff8a3d;--cheke-orange-lt:#ff8a3d;--cheke-white:#fff;--cheke-gray-100:#f5f7fa;--cheke-gray-200:#e4e8ef;--cheke-gray-500:#8a9bb0;--cheke-gray-700:#4a5568}.cheke-page *,.cheke-page :after,.cheke-page :before{box-sizing:border-box;margin:0;padding:0}.cheke-page{color:var(--cheke-navy);font-family:Plus Jakarta Sans,sans-serif;overflow-x:hidden}.cheke-nav{align-items:center;display:flex;justify-content:space-between;left:0;padding:22px 52px;position:fixed;right:0;top:0;transition:background .3s,padding .3s,backdrop-filter .3s;z-index:1000}.cheke-nav.scrolled{backdrop-filter:blur(16px);background:rgba(2,17,36,.94);border-bottom:1px solid hsla(0,0%,100%,.06);padding:14px 52px}.cheke-nav-logo-img{display:block;height:28px;width:auto}.cheke-nav-logo-placeholder{color:hsla(0,0%,100%,.6);font-size:15px;font-weight:800;letter-spacing:.02em}.cheke-nav-actions{align-items:center;display:flex;gap:10px}.cheke-nav-cta{background:var(--cheke-orange);border-radius:100px;color:#fff;font-size:14px;font-weight:700;padding:10px 26px;text-decoration:none;transition:transform .2s,box-shadow .2s;white-space:nowrap}.cheke-nav-cta:hover{box-shadow:0 10px 28px rgba(240,120,48,.45);transform:translateY(-2px)}.cheke-nav-cta--outline{background:transparent!important;border:1.5px solid hsla(0,0%,100%,.35);box-shadow:none;color:#fff!important}.cheke-nav-cta--outline:hover{background:hsla(0,0%,100%,.06)!important;border-color:hsla(0,0%,100%,.7);box-shadow:none;transform:none}.cheke-hero{align-items:center;background:radial-gradient(ellipse 160% 38% at 58% 44%,rgba(13,45,136,.38) 0,transparent 62%),linear-gradient(180deg,#010b17,#021124 8%,#021124 92%,#010b17);display:flex;min-height:100vh;overflow:hidden;padding:140px 52px 100px;position:relative}.cheke-hero:before{background:radial-gradient(circle,rgba(240,120,48,.18) 0,transparent 65%);bottom:-300px;content:"";height:700px;left:-300px;pointer-events:none;position:absolute;width:700px}.cheke-hero--centered{justify-content:center}.cheke-hero--centered .cheke-hero-content{margin:0 auto;text-align:center}.cheke-hero--centered .cheke-hero-btns{justify-content:center}.cheke-hero--centered .cheke-hero-sub{margin-left:auto;margin-right:auto}.cheke-hero-content{max-width:860px;position:relative;z-index:2}.cheke-hero-pill{align-items:center;background:rgba(240,120,48,.12);border:1px solid rgba(240,120,48,.3);border-radius:100px;color:var(--cheke-orange-lt);display:inline-flex;font-size:12px;font-weight:700;gap:9px;letter-spacing:.08em;margin-bottom:36px;padding:7px 18px;text-transform:uppercase}.cheke-hero-pill-dot{animation:cheke-blink 2s ease-in-out infinite;background:var(--cheke-orange);border-radius:50%;height:7px;width:7px}@keyframes cheke-blink{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.5)}}.cheke-h1{color:var(--cheke-white);font-size:clamp(54px,7.5vw,104px);font-weight:900;letter-spacing:-.04em;line-height:.98;margin-bottom:32px}.cheke-h1 .accent{color:var(--cheke-orange)}.cheke-hero-sub{color:hsla(0,0%,100%,.58);font-size:clamp(17px,2vw,22px);line-height:1.6;margin-bottom:52px;max-width:520px}.cheke-hero-sub strong{color:var(--cheke-white);font-weight:600}.cheke-hero-btns{align-items:center;display:flex;flex-wrap:wrap;gap:24px}.cheke-btn-orange{background:var(--cheke-orange);border-radius:100px;color:#fff;font-size:16px;font-weight:800;padding:17px 38px;text-decoration:none;transition:all .25s}.cheke-btn-orange:hover{background:var(--cheke-orange-lt);box-shadow:0 14px 36px rgba(240,120,48,.45);transform:translateY(-2px)}.cheke-btn-ghost{align-items:center;border:2px solid hsla(0,0%,100%,.22);border-radius:100px;color:hsla(0,0%,100%,.78);display:inline-flex;font-size:16px;font-weight:700;padding:17px 38px;text-decoration:none;transition:color .2s,border-color .2s}.cheke-btn-ghost:hover{border-color:hsla(0,0%,100%,.5);color:#fff}.cheke-hero-scroll{align-items:center;bottom:36px;color:hsla(0,0%,100%,.2);display:flex;font-size:10px;gap:12px;left:52px;letter-spacing:.14em;position:absolute;text-transform:uppercase}.cheke-scroll-bar{background:hsla(0,0%,100%,.2);height:1px;overflow:hidden;position:relative;width:40px}.cheke-scroll-bar:after{animation:cheke-run 2.4s ease-in-out infinite;background:var(--cheke-orange);content:"";height:100%;left:-100%;position:absolute;top:0;width:100%}@keyframes cheke-run{0%{left:-100%}50%{left:100%}to{left:100%}}.cheke-section{padding:108px 52px}.cheke-container{margin:0 auto;max-width:1120px}.cheke-label{color:var(--cheke-orange);display:block;font-size:11px;font-weight:700;letter-spacing:.12em;margin-bottom:18px;text-transform:uppercase}.cheke-label-light{color:var(--cheke-orange-lt)}.cheke-section-title{font-size:clamp(34px,4.5vw,58px);font-weight:800;letter-spacing:-.025em;line-height:1.1;margin-bottom:20px}.cheke-section-lead{color:var(--cheke-gray-700);font-size:18px;line-height:1.7;max-width:600px}.cheke-historia{background:var(--cheke-white)}.cheke-historia-grid{align-items:center;display:grid;gap:80px;grid-template-columns:1fr 1fr}.cheke-historia-text p{color:var(--cheke-gray-700);font-size:17px;line-height:1.78;margin-bottom:18px}.cheke-blockquote{border-left:4px solid var(--cheke-orange);color:var(--cheke-navy);font-size:20px;font-weight:700;line-height:1.45;margin:32px 0;padding:4px 0 4px 22px}.cheke-cheque-wrap{display:flex;justify-content:center}.cheke-cheque{background:#f2f4f8;border:1px solid #dde2eb;border-radius:18px;box-shadow:0 24px 64px rgba(2,17,36,.09);max-width:380px;padding:36px 36px 28px;position:relative;width:100%}.cheke-cheque:before{background:repeating-linear-gradient(45deg,transparent,transparent 14px,rgba(2,17,36,.025) 0,rgba(2,17,36,.025) 15px);border-radius:18px;content:"";inset:0;position:absolute}.cheke-cheque-top{border-bottom:1px solid #dde2eb;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:16px}.cheke-cheque-bank{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.cheke-cheque-no{color:var(--cheke-gray-500);font-size:11px}.cheke-cheque-line{background:rgba(2,17,36,.12);border-radius:1px;height:2px;margin:13px 0}.cheke-cheque-line.short{width:55%}.cheke-cheque-amount{align-items:baseline;display:flex;gap:6px;margin:22px 0}.cheke-cheque-amount span{color:var(--cheke-gray-500);font-size:13px}.cheke-cheque-amount b{font-size:38px;font-weight:900;letter-spacing:-.04em}.cheke-cheque-stamp{border:3px solid var(--cheke-orange);border-radius:6px;color:var(--cheke-orange);font-size:13px;font-weight:900;letter-spacing:.07em;opacity:.9;padding:7px 14px;position:absolute;right:28px;text-transform:uppercase;top:50%;transform:translateY(-50%) rotate(-18deg)}.cheke-cheque-footer{border-top:1px dashed #dde2eb;color:var(--cheke-gray-500);font-size:11px;font-style:italic;margin-top:22px;padding-top:16px}.cheke-problema{background:radial-gradient(ellipse 160% 38% at 58% 44%,rgba(13,45,136,.38) 0,transparent 62%),linear-gradient(180deg,#010b17,#021124 8%,#021124 92%,#010b17);color:#fff}.cheke-problema .cheke-section-title{color:#fff}.cheke-trust-gap{align-items:center;display:grid;grid-template-columns:1fr 56px 1fr;margin:56px 0 72px}.cheke-trust-side{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.09);border-radius:18px;padding:36px 32px}.cheke-trust-side-lbl{color:var(--cheke-orange-lt);font-size:10px;font-weight:700;letter-spacing:.12em;margin-bottom:10px;text-transform:uppercase}.cheke-trust-side h3{color:#fff;font-size:20px;font-weight:700;margin-bottom:10px}.cheke-trust-side p{color:hsla(0,0%,100%,.55);font-size:14px;line-height:1.65}.cheke-trust-divider{align-items:center;display:flex;flex-direction:column;gap:5px}.cheke-trust-divider-dot{background:hsla(0,0%,100%,.15);border-radius:50%;height:5px;width:5px}.cheke-trust-divider-lbl{color:hsla(0,0%,100%,.2);font-size:9px;font-weight:700;letter-spacing:.12em;padding:6px 0;text-transform:uppercase;transform:rotate(180deg);writing-mode:vertical-rl}.cheke-problema-cols{align-items:start;display:grid;gap:60px;grid-template-columns:1fr 1fr}.cheke-col-title{color:hsla(0,0%,100%,.55);font-size:16px;font-weight:700;margin-bottom:20px}.cheke-circ-stack{display:flex;flex-direction:column}.cheke-circ-item{align-items:center;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.07);display:flex;gap:16px;padding:18px 22px}.cheke-circ-item:first-of-type{border-radius:12px 12px 0 0}.cheke-circ-item:last-of-type{border-radius:0 0 12px 12px}.cheke-circ-item+.cheke-circ-item{border-top:none}.cheke-circ-icon{align-items:center;background:rgba(240,120,48,.1);border-radius:10px;display:flex;flex-shrink:0;font-size:16px;height:38px;justify-content:center;width:38px}.cheke-circ-txt{color:hsla(0,0%,100%,.75);font-size:15px}.cheke-circ-txt strong{color:#fff}.cheke-circ-arrow{color:rgba(240,120,48,.5);font-size:18px;padding:3px 0;text-align:center}.cheke-circ-end{color:hsla(0,0%,100%,.3);font-size:13px;font-style:italic;margin-top:16px;text-align:center}.cheke-stat-cards{display:flex;flex-direction:column;gap:14px}.cheke-stat-card{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);border-radius:14px;padding:24px 26px}.cheke-stat-n{color:var(--cheke-orange);font-size:42px;font-weight:900;letter-spacing:-.04em;line-height:1;margin-bottom:6px}.cheke-stat-d{color:hsla(0,0%,100%,.5);font-size:14px;line-height:1.5}.cheke-solucion{background:var(--cheke-white)}.cheke-sol-timeline{align-items:flex-start;display:flex;margin:64px 0;position:relative}.cheke-sol-line{background:var(--cheke-gray-200);border-radius:2px;height:2px;left:16.66667%;overflow:hidden;position:absolute;right:16.66667%;top:27px;z-index:0}.cheke-sol-line-fill{background:var(--cheke-orange);border-radius:2px;height:100%;transition:width .5s cubic-bezier(.4,0,.2,1),transform .5s cubic-bezier(.4,0,.2,1);width:0}.cheke-sol-step{cursor:pointer;flex:1;flex-direction:column;padding:0 28px;text-align:center}.cheke-sol-node,.cheke-sol-step{align-items:center;display:flex;position:relative}.cheke-sol-node{background:var(--cheke-white);border:1.5px solid var(--cheke-gray-200);border-radius:50%;flex-shrink:0;height:56px;justify-content:center;margin-bottom:20px;transition:border-color .3s,background .3s;width:56px;z-index:1}.cheke-sol-node svg{height:22px;stroke:var(--cheke-gray-500);width:22px}.cheke-sol-step--active .cheke-sol-node{background:var(--cheke-orange);border-color:var(--cheke-orange);box-shadow:0 8px 24px rgba(240,120,48,.35)}.cheke-sol-step--active .cheke-sol-node svg{stroke:#fff}.cheke-sol-step-title{color:var(--cheke-navy);font-size:17px;font-weight:700;line-height:1.3;margin-bottom:8px}.cheke-sol-step-text{color:var(--cheke-gray-700);font-size:14px;line-height:1.65}.cheke-how-grid{align-items:start;display:grid;gap:0;grid-template-columns:1fr 44px 1fr 44px 1fr;margin:64px 0}.cheke-how-step{background:var(--cheke-gray-100);border-radius:20px;padding:34px 28px}.cheke-step-badge{align-items:center;background:var(--cheke-orange);border-radius:9px;color:#fff;display:flex;font-size:14px;font-weight:800;height:34px;justify-content:center;margin-bottom:18px;width:34px}.cheke-how-step h3{font-size:17px;font-weight:700;line-height:1.35;margin-bottom:10px}.cheke-how-step p{color:var(--cheke-gray-700);font-size:14px;line-height:1.65}.cheke-how-arrow{align-items:flex-start;color:var(--cheke-orange);display:flex;justify-content:center;padding-top:52px}.cheke-versus{align-items:center;background:var(--cheke-navy);border-radius:24px;display:grid;gap:0;grid-template-columns:1fr 60px 1fr;padding:48px 52px}.cheke-versus-side{text-align:center}.cheke-versus-lbl{color:hsla(0,0%,100%,.35);font-size:10px;font-weight:700;letter-spacing:.12em;margin-bottom:14px;text-transform:uppercase}.cheke-versus-text{color:hsla(0,0%,100%,.5);font-size:22px;font-weight:700;line-height:1.35}.cheke-versus-sep{color:var(--cheke-orange);font-size:20px;font-weight:900;text-align:center}.cheke-versus-logo{display:block;height:22px;margin:0 auto 14px;object-fit:contain;width:auto}.cheke-versus-side.active .cheke-versus-lbl{color:var(--cheke-orange-lt)}.cheke-versus-side.active .cheke-versus-text{color:#fff}.cheke-piloto{background:radial-gradient(ellipse 160% 38% at 58% 44%,rgba(13,45,136,.38) 0,transparent 62%),linear-gradient(180deg,#010b17,#021124 8%,#021124 92%,#010b17);color:#fff;overflow:hidden;position:relative}.cheke-piloto-inner{position:relative;z-index:2}.cheke-live-badge{align-items:center;background:rgba(240,120,48,.12);border:1px solid rgba(240,120,48,.3);border-radius:100px;color:var(--cheke-orange-lt);display:inline-flex;font-size:13px;font-weight:600;gap:10px;margin-bottom:32px;padding:8px 20px}.cheke-live-dot{animation:cheke-blink 1.8s ease-in-out infinite;background:var(--cheke-orange);border-radius:50%;height:8px;width:8px}.cheke-piloto .cheke-section-title{color:#fff;max-width:680px}.cheke-piloto .cheke-section-lead{color:hsla(0,0%,100%,.62);margin-bottom:56px}.cheke-piloto-metrics{background:hsla(0,0%,100%,.06);border-radius:20px;display:grid;gap:2px;grid-template-columns:repeat(3,1fr);margin-bottom:56px;overflow:hidden}.cheke-metric{background:hsla(0,0%,100%,.03);padding:36px 28px}.cheke-metric-n{color:var(--cheke-orange);font-size:52px;font-weight:900;letter-spacing:-.05em;line-height:1;margin-bottom:8px}.cheke-metric-d{color:hsla(0,0%,100%,.5);font-size:14px;line-height:1.5}.cheke-ceo-quote{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.09);border-radius:20px;max-width:700px;padding:36px 40px}.cheke-ceo-quote blockquote{color:hsla(0,0%,100%,.85);font-size:20px;font-style:italic;line-height:1.6;margin-bottom:24px}.cheke-ceo-meta{align-items:center;display:flex;gap:14px}.cheke-ceo-avatar{align-items:center;background:var(--cheke-orange);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:14px;font-weight:800;height:42px;justify-content:center;width:42px}.cheke-ceo-name{color:#fff;font-size:14px;font-weight:600}.cheke-ceo-role{color:hsla(0,0%,100%,.4);font-size:12px}.cheke-cta-sec{background:var(--cheke-white);text-align:center}.cheke-cta-sec .cheke-section-title{margin:0 auto 20px;max-width:700px}.cheke-cta-sec .cheke-section-lead{color:var(--cheke-gray-700);margin:0 auto 52px}.cheke-cta-form{display:flex;gap:10px;margin:0 auto 18px;max-width:500px}.cheke-cta-form input{border:2px solid var(--cheke-gray-200);border-radius:100px;color:var(--cheke-navy);flex:1;font-family:inherit;font-size:15px;outline:none;padding:16px 22px;transition:border-color .2s}.cheke-cta-form input::placeholder{color:var(--cheke-gray-500)}.cheke-cta-form input:focus{border-color:var(--cheke-orange)}.cheke-cta-form button{background:var(--cheke-orange);border:none;border-radius:100px;color:#fff;cursor:pointer;font-family:inherit;font-size:15px;font-weight:700;padding:16px 30px;transition:all .25s;white-space:nowrap}.cheke-cta-form button:hover{background:var(--cheke-orange-lt);box-shadow:0 10px 28px rgba(240,120,48,.4);transform:translateY(-2px)}.cheke-cta-disclaimer{color:var(--cheke-gray-500);font-size:13px}.cheke-footer{align-items:center;background:var(--cheke-navy);color:hsla(0,0%,100%,.35);display:flex;font-size:13px;justify-content:space-between;padding:36px 52px}.cheke-footer-logo-img{height:28px;width:auto}.cheke-footer-logo-placeholder{color:hsla(0,0%,100%,.35);font-size:15px;font-weight:800}.cheke-footer a{color:hsla(0,0%,100%,.35);text-decoration:none;transition:color .2s}.cheke-footer a:hover{color:#fff}.cheke-footer-links{display:flex;gap:24px}.cheke-fade-up{opacity:0;transform:translateY(28px);transition:opacity .6s ease,transform .6s ease}.cheke-fade-up.in{opacity:1;transform:translateY(0)}.cheke-d1{transition-delay:.1s}.cheke-d2{transition-delay:.2s}.cheke-d3{transition-delay:.32s}.cheke-d4{transition-delay:.44s}.cheke-video-sec{background:radial-gradient(ellipse 160% 38% at 58% 44%,rgba(13,45,136,.38) 0,transparent 62%),linear-gradient(180deg,#010b17,#021124 8%,#021124 92%,#010b17);color:#fff;text-align:center}.cheke-video-sec .cheke-label{display:block;margin-bottom:14px}.cheke-video-sec .cheke-section-title{color:#fff;margin:0 auto 48px;max-width:700px}.cheke-video-wrap{aspect-ratio:16/9;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.1);border-radius:20px;box-shadow:0 32px 80px rgba(0,0,0,.5);margin:0 auto;max-width:960px;overflow:hidden;position:relative}.cheke-video-frame{border:none;height:100%;inset:0;position:absolute;width:100%}.cheke-pasos{background:var(--cheke-white)}.cheke-pasos-heading{color:var(--cheke-navy);font-size:clamp(32px,4vw,52px);font-weight:800;letter-spacing:-.025em;line-height:1.1;margin-bottom:64px}.cheke-pasos-list{max-width:600px;position:relative}.cheke-pasos-list:before{background:var(--cheke-gray-200);bottom:28px;content:"";left:27px;position:absolute;top:28px;width:1px;z-index:0}.cheke-paso{align-items:flex-start;gap:28px;padding:12px 0 32px}.cheke-paso,.cheke-paso-node{display:flex;position:relative}.cheke-paso-node{align-items:center;background:var(--cheke-white);border:1.5px solid var(--cheke-gray-200);border-radius:50%;flex-shrink:0;height:56px;justify-content:center;transition:border-color .3s,background .3s;width:56px;z-index:1}.cheke-paso-node svg{height:22px;stroke:var(--cheke-gray-500);width:22px}.cheke-paso--active .cheke-paso-node{background:var(--cheke-orange);border-color:var(--cheke-orange);box-shadow:0 8px 24px rgba(240,120,48,.35)}.cheke-paso--active .cheke-paso-node svg{stroke:#fff}.cheke-paso-body{padding-top:10px}.cheke-paso-name{color:var(--cheke-navy);font-size:19px;font-weight:700;margin-bottom:5px}.cheke-paso-desc{color:var(--cheke-gray-500);font-size:15px;line-height:1.6}@media (max-width:960px){.cheke-page{overflow-x:hidden}.cheke-section{padding:72px 20px}.cheke-container{padding:0}.cheke-nav,.cheke-nav.scrolled{padding:16px 20px}.cheke-nav-cta{font-size:12px;padding:8px 16px;white-space:nowrap}.cheke-nav-cta--outline{display:none}.cheke-hero{padding:100px 20px 72px}.cheke-hero-scroll{display:none}.cheke-h1{font-size:clamp(38px,10vw,52px);letter-spacing:-.03em}.cheke-hero-sub{font-size:16px;margin-bottom:36px}.cheke-hero-btns{align-items:flex-start;flex-direction:column;gap:14px}.cheke-btn-ghost,.cheke-btn-orange{justify-content:center;padding:15px 28px;text-align:center;width:100%}.cheke-section-title{font-size:clamp(26px,7vw,38px)}.cheke-section-lead{font-size:16px}.cheke-historia-grid{gap:40px;grid-template-columns:1fr}.cheke-trust-gap{gap:12px;grid-template-columns:1fr}.cheke-trust-divider{flex-direction:row}.cheke-trust-divider-lbl{transform:none;writing-mode:horizontal-tb}.cheke-problema-cols{gap:40px;grid-template-columns:1fr}.cheke-stat-n{font-size:34px}.cheke-circ-wheel{margin:0 auto}.cheke-circ-svg,.cheke-circ-wheel{height:300px;width:300px}.cheke-how-grid{gap:14px;grid-template-columns:1fr}.cheke-how-arrow{padding-top:0;transform:rotate(90deg)}.cheke-versus{gap:16px;grid-template-columns:1fr;padding:28px 20px;text-align:center}.cheke-versus-text{font-size:18px;line-height:1.4}.cheke-piloto-metrics{grid-template-columns:1fr}.cheke-metric-n{font-size:40px}.cheke-ceo-quote{padding:28px 24px}.cheke-ceo-quote blockquote{font-size:17px}.cheke-footer{flex-direction:column;gap:14px;padding:28px 20px;text-align:center}.cheke-footer-links{flex-wrap:wrap;gap:16px;justify-content:center}}@media (max-width:390px){.cheke-section{padding:60px 16px}.cheke-h1{font-size:36px}.cheke-section-title{font-size:26px}.cheke-circ-svg,.cheke-circ-wheel{height:260px;width:260px}}