@layer reset{*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body,h1,h2,h3,p,ul{margin:0}ul{padding:0;list-style:none}img,svg{max-width:100%;display:block}button,input,select,textarea{font:inherit}}@layer base{:root{--ink:#071b33;--ink-2:#0d2949;--green:#96e83b;--green-dark:#63b510;--mint:#e9ffd0;--sky:#e9f5ff;--paper:#f8fbfd;--white:#fff;--text:#132b43;--muted:#607286;--line:#dfe8ee;--shadow:0 24px 70px #071b331f;--radius:24px;--max:1180px}body{background:var(--paper);min-width:320px;color:var(--text);text-rendering:optimizelegibility;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}:focus-visible{outline-offset:3px;outline:3px solid #4aa8ff}::selection{background:var(--green);color:var(--ink)}}@layer components{.container{width:min(calc(100% - 40px), var(--max));margin-inline:auto}.vision-gate{display:none}html.js:not(.vision-entered){overflow:hidden}html.js .vision-gate{z-index:1000;color:#fff;background:radial-gradient(circle,#0d3153 0,#071b33 50%,#04111f 100%);place-items:center;display:grid;position:fixed;inset:0;overflow:hidden}html.js .vision-gate:before{content:"";opacity:.24;background-image:radial-gradient(circle, var(--green) 1.2px, transparent 1.4px);background-size:34px 34px;position:absolute;inset:0;mask-image:radial-gradient(circle,#0000 0 25%,#000 75%)}.vision-gate-inner{text-align:center;justify-items:center;padding:30px;display:grid;position:relative}.gate-eye{aspect-ratio:1;width:clamp(130px,22vw,190px);color:var(--green);cursor:pointer;filter:drop-shadow(0 0 28px #96e83b38);background:0 0;border:0;border-radius:50%;place-items:center;padding:10px;display:grid}.gate-eye svg{width:100%;overflow:visible}.gate-eye .eye-disc{stroke-width:.8px}.gate-eye .eyelid{stroke-width:5px}.gate-eye:not(.eye-open) .eye-shape,.gate-eye:not(.eye-open) .eye-iris,.gate-eye:not(.eye-open) .eye-pupil{opacity:.25;transform:scaleY(.06)}.gate-brand{letter-spacing:-.06em;margin-top:12px;font-size:clamp(2.6rem,7vw,5.2rem);font-weight:900;line-height:1}.gate-phrase{max-width:700px;color:var(--green);letter-spacing:-.025em;opacity:0;margin-top:30px;font-size:clamp(1.35rem,3vw,2.15rem);font-weight:750;transition:opacity .55s .5s,transform .55s .5s;transform:translateY(14px)}.vision-gate[data-open=true] .gate-eye .eye-shape,.vision-gate[data-open=true] .gate-eye .eye-iris,.vision-gate[data-open=true] .gate-eye .eye-pupil{opacity:1;transform:scaleY(1)}.vision-gate[data-open=true] .gate-eye .eyelid-top{opacity:0;transform:translateY(-17px)}.vision-gate[data-open=true] .gate-eye .eyelid-bottom{opacity:0;transform:translateY(17px)}.vision-gate[data-open=true] .gate-eye .eye-glint{opacity:1}.vision-gate[data-open=true] .gate-phrase{opacity:1;transform:translateY(0)}.vision-gate[data-closing=true] .gate-eye .eye-shape,.vision-gate[data-closing=true] .gate-eye .eye-iris,.vision-gate[data-closing=true] .gate-eye .eye-pupil,.vision-gate[data-closing=true] .gate-eye .eyelid{transition-duration:1.7s}.vision-gate[data-closing=true] .gate-eye .eye-glint{transition:opacity 1.7s}.vision-gate[data-closing=true] .gate-phrase{transition:opacity 1.7s,transform 1.7s}html.vision-entered .vision-gate{opacity:0;visibility:hidden;transition:opacity .45s,visibility .45s}.section{padding:110px 0}.eyebrow{color:var(--green-dark);letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:9px;margin-bottom:18px;font-size:.78rem;font-weight:800;display:inline-flex}.eyebrow:before{content:"";background:currentColor;width:24px;height:2px}.section-title{max-width:760px;color:var(--ink);letter-spacing:-.045em;font-size:clamp(2rem,4vw,3.65rem);line-height:1.08}.section-copy{max-width:660px;color:var(--muted);margin-top:20px;font-size:1.08rem}.button{background:var(--green);min-height:52px;color:var(--ink);cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:0 22px;font-weight:800;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex;box-shadow:0 10px 25px #71c91938}.button:hover{background:#a4f44c;transform:translateY(-2px);box-shadow:0 14px 30px #71c9194d}.button.secondary{color:var(--white);box-shadow:none;background:#ffffff14;border-color:#ffffff40}.button.secondary:hover{background:#ffffff24}.site-header{z-index:20;color:#fff;width:100%;position:absolute;top:0;left:0}.nav{justify-content:space-between;align-items:center;gap:24px;min-height:88px;display:flex}.brand{letter-spacing:-.04em;align-items:center;gap:10px;font-size:1.4rem;font-weight:900;display:inline-flex}.brand-mark{aspect-ratio:1;background:var(--green);width:38px;color:var(--ink);border-radius:12px;place-items:center;display:grid}.brand-mark svg{width:23px}.brand-mark.vision-mark{background:var(--ink);color:var(--green);border:1px solid #96e83b4d}.site-header .brand-mark.vision-mark{background:#96e83b14}.header-actions{align-items:center;gap:11px;display:flex}.brand-home-button{cursor:pointer;background:0 0;border:0;border-radius:50%;flex:none;padding:0;transition:transform .2s,filter .2s;display:grid}.brand-home-button:hover{filter:drop-shadow(0 0 10px #96e83b52);transform:scale(1.06)}.static-brand-eye{flex:none;width:48px;height:48px}.eye-disc{fill:var(--ink);stroke:currentColor;stroke-width:1.4px;opacity:.95}.eye-shape{fill:currentColor;transform-origin:50%;transition:transform .45s cubic-bezier(.2,.8,.2,1),opacity .3s}.eye-iris{fill:var(--ink);stroke:#62c9e8;stroke-width:2px;transform-origin:50%;transition:transform .45s}.eye-pupil{fill:currentColor;transform-origin:50%;transition:transform .45s}.eye-glint{fill:#fff;opacity:0;transition:opacity .25s .2s}.eyelid{fill:none;stroke:var(--green);stroke-width:8px;stroke-linecap:round;transform-origin:50%;transition:transform .5s cubic-bezier(.2,.8,.2,1),opacity .3s}.nav-links{align-items:center;gap:28px;font-size:.9rem;font-weight:650;display:flex}.nav-links a:not(.button){color:#c8d6e5;transition:color .2s}.nav-links a:not(.button):hover{color:#fff}.nav-toggle{color:#fff;background:0 0;border:1px solid #fff3;border-radius:12px;width:44px;height:44px;display:none}.hero{background:var(--ink);color:#fff;isolation:isolate;min-height:780px;padding:175px 0 110px;position:relative;overflow:hidden}.hero:before{content:"";z-index:-1;background:radial-gradient(circle,#59b1ff3d,#0000 67%);border-radius:50%;width:700px;height:700px;position:absolute;top:-300px;right:-120px}.hero:after{content:"";z-index:-1;opacity:.18;background-image:linear-gradient(#ffffff0f 1px,#0000 1px),linear-gradient(90deg,#ffffff0f 1px,#0000 1px);background-size:56px 56px;position:absolute;inset:0;mask-image:linear-gradient(90deg,#0000,#000 70%)}.hero-grid{grid-template-columns:1.04fr .96fr;align-items:center;gap:70px;display:grid}.hero .eyebrow{color:var(--green)}.hero h1{letter-spacing:-.065em;max-width:700px;font-size:clamp(3.3rem,7vw,6.4rem);line-height:.94}.hero h1 span{color:var(--green)}.hero-copy{color:#bfd0df;max-width:620px;margin-top:28px;font-size:clamp(1.05rem,2vw,1.25rem)}.hero-actions{flex-wrap:wrap;gap:13px;margin-top:36px;display:flex}.hero-note{color:#8fa7bb;align-items:center;gap:9px;margin-top:22px;font-size:.86rem;display:flex}.hero-note svg{color:var(--green)}.product-scene{min-height:510px;position:relative}.dashboard{background:#f9fbfd;border:1px solid #ffffff21;border-radius:26px;position:absolute;inset:25px 0 30px 35px;overflow:hidden;transform:rotate(1.5deg);box-shadow:0 35px 100px #00000061}.dash-bar{border-bottom:1px solid var(--line);background:#fff;align-items:center;gap:7px;height:55px;padding:0 18px;display:flex}.dot{background:#cbd5dd;border-radius:50%;width:8px;height:8px}.dash-body{grid-template-columns:70px 1fr;height:100%;display:grid}.dash-sidebar{background:#0c2644;padding-top:22px}.dash-sidebar i{background:#ffffff1f;border-radius:7px;width:24px;height:24px;margin:0 auto 18px;display:block}.dash-sidebar i:first-child{background:var(--green)}.dash-content{color:var(--ink);padding:28px}.dash-heading{justify-content:space-between;align-items:center;display:flex}.dash-heading strong{font-size:1rem}.dash-heading span{background:var(--mint);color:#3d7804;border-radius:8px;padding:6px 10px;font-size:.65rem;font-weight:800}.stats{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:22px;display:grid}.stat{border:1px solid var(--line);background:#fff;border-radius:14px;padding:15px}.stat small{color:var(--muted);font-size:.58rem}.stat b{margin-top:5px;font-size:1.08rem;display:block}.chart{border:1px solid var(--line);background:#fff;border-radius:15px;height:150px;margin-top:18px;position:relative;overflow:hidden}.chart:before{content:"";clip-path:polygon(0 72%,18% 58%,35% 67%,54% 33%,72% 48%,100% 10%,100% 100%,0 100%);background:#eaffd3 linear-gradient(145deg,#0000 0 12%,#8ddc39 13% 15%,#0000 16% 27%,#8ddc39 28% 30%,#0000 31% 43%,#8ddc39 44% 46%,#0000 47% 57%,#8ddc39 58% 60%,#0000 61% 73%,#8ddc39 74% 76%,#0000 77%);position:absolute;inset:24px 18px}.chat-card{z-index:3;backdrop-filter:blur(14px);background:#0c2644f0;border:1px solid #ffffff2e;border-radius:22px;width:300px;padding:18px;position:absolute;bottom:0;right:-25px;box-shadow:0 24px 60px #00000057}.chat-head{border-bottom:1px solid #ffffff1a;align-items:center;gap:10px;padding-bottom:14px;display:flex}.chat-avatar{aspect-ratio:1;background:var(--green);width:38px;color:var(--ink);border-radius:12px;place-items:center;font-weight:900;display:grid}.chat-head small{color:#97adbf;display:block}.bubble{border-radius:13px;max-width:90%;margin-top:12px;padding:10px 12px;font-size:.74rem;line-height:1.45}.bubble.user{background:#2b4968;border-bottom-right-radius:4px;margin-left:auto}.bubble.ai{background:var(--green);color:var(--ink);border-bottom-left-radius:4px}.trust-strip{border-bottom:1px solid var(--line);background:#fff}.trust-inner{color:#5f7387;letter-spacing:.06em;text-transform:uppercase;justify-content:center;align-items:center;gap:36px;min-height:80px;font-size:.76rem;font-weight:800;display:flex}.trust-inner li{align-items:center;gap:8px;display:flex}.trust-inner li:before{content:"";background:var(--green-dark);border-radius:50%;width:6px;height:6px}.problem-grid{grid-template-columns:.9fr 1.1fr;align-items:start;gap:80px;display:grid}.problem-list{gap:13px;display:grid}.problem-item{border:1px solid var(--line);background:#fff;border-radius:18px;grid-template-columns:46px 1fr;gap:16px;padding:20px;display:grid}.problem-icon{aspect-ratio:1;color:#c4483b;background:#fff0ee;border-radius:14px;place-items:center;width:46px;font-weight:900;display:grid}.problem-item strong{color:var(--ink);display:block}.problem-item p{color:var(--muted);font-size:.9rem}.solutions{background:#fff}.section-head{justify-content:space-between;align-items:end;gap:30px;margin-bottom:46px;display:flex}.solution-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.solution-card{border:1px solid var(--line);background:var(--paper);border-radius:22px;min-height:245px;padding:28px;transition:transform .25s,box-shadow .25s,border-color .25s;position:relative;overflow:hidden}.solution-card:hover{box-shadow:var(--shadow);border-color:#b9db96;transform:translateY(-6px)}.solution-icon{aspect-ratio:1;background:var(--ink);width:46px;color:var(--green);border-radius:14px;place-items:center;margin-bottom:28px;display:grid}.solution-card h3{color:var(--ink);font-size:1.2rem}.solution-card p{color:var(--muted);margin-top:8px;font-size:.92rem}.solution-card .number{color:#e8eef2;font-size:3.5rem;font-weight:900;line-height:1;position:absolute;bottom:12px;right:22px}.custom-section{background:linear-gradient(135deg,#f0ffdf,#e9f6ff)}.custom-grid{grid-template-columns:.95fr 1.05fr;align-items:center;gap:85px;display:grid}.promise{background:#ffffffb8;border:1px solid #cce8ad;border-radius:18px;align-items:center;gap:18px;max-width:580px;margin-top:32px;padding:18px;display:flex}.promise strong{color:var(--ink);letter-spacing:-.06em;flex:none;font-size:2.4rem;line-height:1}.promise span{color:var(--muted);font-size:.87rem;line-height:1.45}.custom-points{gap:14px;display:grid}.custom-points article{background:#ffffffd1;border:1px solid #071b331a;border-radius:20px;grid-template-columns:58px 1fr;gap:18px;padding:25px;display:grid;box-shadow:0 12px 34px #071b3312}.custom-points article>span{background:var(--ink);width:58px;height:58px;color:var(--green);border-radius:17px;place-items:center;font-weight:900;display:grid}.custom-points h3{color:var(--ink);font-size:1.08rem}.custom-points p{color:var(--muted);margin-top:4px;font-size:.9rem}.custom-brief-card{background:var(--ink);border:1px solid #ffffff24;border-radius:28px;grid-template-columns:.72fr 1.28fr;gap:55px;margin-top:65px;padding:48px;scroll-margin-top:24px;display:grid;box-shadow:0 28px 80px #071b333d}.custom-brief-card .eyebrow{color:var(--green)}.brief-heading h3{color:#fff;letter-spacing:-.04em;max-width:400px;font-size:clamp(1.8rem,3vw,2.7rem);line-height:1.08}.brief-heading p{color:#afc1d1;max-width:400px;margin-top:16px}.light-form .field label{color:#dce6ed}.light-form .field input,.light-form .field select,.light-form .field textarea{color:#fff;background:#ffffff14;border-color:#ffffff29}.light-form .field select option{color:var(--ink)}.light-form .field input::placeholder,.light-form .field textarea::placeholder{color:#8fa3b4}.light-form .field input:focus,.light-form .field select:focus,.light-form .field textarea:focus{border-color:var(--green)}.light-form .field small,.light-form .form-note{color:#92a8ba}.light-form .form-status{color:var(--green)}.consent-field{color:#b9c9d6;cursor:pointer;grid-template-columns:20px 1fr;align-items:start;gap:11px;font-size:.73rem;line-height:1.5;display:grid}.consent-field.full{grid-column:1/-1}.consent-field input{width:18px;height:18px;accent-color:var(--green);margin-top:2px}.consent-field a{color:var(--green);text-underline-offset:2px;text-decoration:underline}.floating-customizer{z-index:90;color:#fff;filter:drop-shadow(0 22px 38px #00000059);width:min(430px,100vw - 44px);position:fixed;bottom:22px;right:22px}.floating-customizer details{background:#071b33;border:1px solid #62c9e8;border-radius:20px;overflow:hidden}.floating-customizer summary{min-height:72px;color:var(--ink);cursor:pointer;background:linear-gradient(135deg,#72dcf3,#4ebbdc);justify-content:space-between;align-items:center;gap:20px;padding:13px 16px 13px 20px;font-size:1.02rem;font-weight:850;line-height:1.15;list-style:none;display:flex}.floating-customizer summary::-webkit-details-marker{display:none}.floating-customizer summary:after,.floating-customizer details[open] summary:after{content:none}.floating-customizer summary small{color:#123b55;letter-spacing:.08em;text-transform:uppercase;margin-bottom:5px;font-size:.66rem;font-weight:850;display:block}.floating-toggle{background:var(--ink);border:2px solid #ffffffb8;border-radius:50%;flex:none;place-items:center;width:38px;height:38px;transition:transform .25s;display:grid;position:relative}.floating-toggle:before,.floating-toggle:after{content:"";background:#fff;border-radius:2px;width:16px;height:2px;position:absolute}.floating-toggle:after{transform:rotate(90deg)}.floating-customizer details[open] .floating-toggle{transform:rotate(45deg)}.floating-form-body{overscroll-behavior:contain;scrollbar-color:var(--green) #0d2949;max-height:calc(100vh - 125px);padding:20px;overflow-y:auto}.floating-form-body h2{font-size:1.3rem;line-height:1.2}.floating-form-body>p{color:#afc1d1;margin:7px 0 17px;font-size:.82rem;line-height:1.45}.floating-customizer .lead-form{grid-template-columns:1fr}.floating-customizer .field.full,.floating-customizer .consent-field.full,.floating-customizer .form-note,.floating-customizer .form-status{grid-column:auto}.floating-customizer .field textarea{min-height:76px}.floating-customizer .button{width:100%}.whatsapp-section{background:var(--ink);color:#fff;position:relative;overflow:hidden}.whatsapp-section:before{content:"";background:var(--green);filter:blur(1px);opacity:.09;border-radius:50%;width:560px;height:560px;position:absolute;bottom:-300px;right:-180px}.wa-grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:90px;display:grid}.whatsapp-section .section-title{color:#fff}.whatsapp-section .section-copy{color:#afc1d1}.check-list{gap:13px;margin-top:30px;display:grid}.check-list li{color:#d5e0e9;align-items:center;gap:11px;display:flex}.check{height:24px;color:var(--green);background:#96e83b24;border-radius:50%;flex:0 0 24px;place-items:center;display:grid}.phone{background:#102f50;border:1px solid #ffffff2e;border-radius:42px;width:min(100%,390px);margin-inline:auto;padding:12px;transform:rotate(2deg);box-shadow:0 34px 100px #00000059}.phone-screen{min-height:565px;color:var(--text);background:#e7eee9;border-radius:32px;overflow:hidden}.phone-head{color:#fff;background:#075e54;align-items:center;gap:12px;padding:22px 18px 14px;display:flex}.phone-head .chat-avatar{border-radius:50%;width:40px}.phone-head strong,.phone-head small{display:block}.phone-head small{color:#d2f4e5;margin-top:3px;font-size:.72rem;line-height:1.2}.phone-chat{background-color:#efeae2;background-image:radial-gradient(#c8c1b7 1px,#0000 1px);background-size:18px 18px;min-height:475px;padding:22px 15px}.phone-chat .bubble{max-width:86%;padding:12px 14px;font-size:.84rem;box-shadow:0 1px 2px #00000014}.phone-chat .bubble.user{color:var(--text);background:#d9fdd3}.phone-chat .bubble.ai{color:var(--text);background:#fff}.typing{background:#fff;border-radius:14px;gap:4px;padding:12px 15px;display:inline-flex}.typing i{background:#8b9aa5;border-radius:50%;width:6px;height:6px;animation:1.1s infinite bounce}.typing i:nth-child(2){animation-delay:.16s}.typing i:nth-child(3){animation-delay:.32s}@keyframes bounce{50%{opacity:.45;transform:translateY(-4px)}}.process-grid{grid-template-columns:.85fr 1.15fr;align-items:start;gap:80px;display:grid}.steps{border:1px solid var(--line);background:var(--line);border-radius:24px;gap:1px;display:grid;overflow:hidden}.step{background:#fff;grid-template-columns:52px 1fr;gap:17px;padding:25px;display:grid}.step-number{background:var(--mint);color:#497f10;border-radius:16px;place-items:center;width:52px;height:52px;font-weight:900;display:grid}.step h3{color:var(--ink);font-size:1.06rem}.step p{color:var(--muted);margin-top:3px;font-size:.9rem}.ecuador{background:#eaf6ff;padding:80px 0}.ecuador-card{grid-template-columns:.85fr 1.15fr;align-items:center;gap:70px;display:grid}.country-visual{place-items:center;min-height:350px;display:grid;position:relative}.country-circle{aspect-ratio:1;background:var(--ink);color:#fff;border-radius:50%;place-items:center;width:300px;display:grid;box-shadow:0 25px 70px #071b3338}.country-circle strong{color:var(--green);font-size:3rem;line-height:1;display:block}.country-circle span{color:#bfd0df;margin-top:7px;display:block}.country-badge{border:1px solid var(--line);background:#fff;border-radius:14px;padding:12px 16px;font-size:.82rem;font-weight:800;position:absolute;box-shadow:0 12px 30px #071b331a}.country-badge.one{top:22px;left:0}.country-badge.two{bottom:30px;right:0}.brand-origin{border-left:3px solid var(--green-dark);max-width:650px;color:var(--muted);background:#ffffffb3;border-radius:0 14px 14px 0;margin-top:24px;padding:18px 20px;font-size:.92rem}.brand-origin strong{color:var(--ink)}.faq-grid{grid-template-columns:.72fr 1.28fr;gap:80px;display:grid}.faq-list{border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line)}summary{color:var(--ink);cursor:pointer;padding:22px 48px 22px 0;font-weight:800;list-style:none;position:relative}summary::-webkit-details-marker{display:none}summary:after{content:"+";color:var(--green-dark);font-size:1.6rem;font-weight:400;position:absolute;top:17px;right:8px}details[open] summary:after{content:"−"}details p{color:var(--muted);padding:0 48px 23px 0}.cta-section{padding:0 0 100px}.cta-card{background:var(--ink);color:#fff;border-radius:32px;padding:70px;position:relative;overflow:hidden}.cta-card:after{content:"";border:70px solid #96e83b1a;border-radius:50%;width:330px;height:330px;position:absolute;top:-110px;right:-80px}.cta-grid{z-index:1;grid-template-columns:.9fr 1.1fr;gap:70px;display:grid;position:relative}.cta-card .section-title{color:#fff;font-size:clamp(2rem,4vw,3.2rem)}.cta-card .section-copy{color:#aec0cf}.lead-form{grid-template-columns:1fr 1fr;gap:13px;display:grid}.field{gap:6px;display:grid}.field.full{grid-column:1/-1}.field label{color:#dce6ed;font-size:.76rem;font-weight:750}.field input,.field select,.field textarea{color:#fff;background:#ffffff14;border:1px solid #ffffff29;border-radius:11px;outline:none;width:100%;min-height:49px;padding:11px 13px}.field select option{color:var(--ink)}.field input::placeholder,.field textarea::placeholder{color:#8fa3b4}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #96e83b1f}.field textarea{resize:vertical;min-height:85px}.field small{color:#89a0b3;font-size:.68rem;line-height:1.35}.brief-tip{border-left:3px solid var(--green);color:#b9c9d6;background:#ffffff12;gap:5px;margin-top:28px;padding:18px;font-size:.84rem;display:grid}.brief-tip strong{color:#fff}.form-note{color:#92a8ba;grid-column:1/-1;font-size:.7rem}.honeypot{clip:rect(0 0 0 0)!important;white-space:nowrap!important;width:1px!important;height:1px!important;position:absolute!important;overflow:hidden!important}.form-status{min-height:20px;color:var(--green);grid-column:1/-1;font-size:.82rem}.site-footer{border-top:1px solid var(--line);background:#fff;padding:55px 0 125px}.footer-grid{grid-template-columns:1.4fr 1fr 1fr;gap:50px;padding-bottom:45px;display:grid}.footer-grid.footer-simple{grid-template-columns:1fr auto;align-items:center;padding-bottom:35px}.privacy-link{color:var(--muted);text-underline-offset:3px;font-size:.88rem;text-decoration:underline}.footer-brand .brand{color:var(--ink)}.footer-brand p{max-width:340px;color:var(--muted);margin-top:15px;font-size:.9rem}.footer-column h3{color:var(--ink);text-transform:uppercase;letter-spacing:.08em;margin-bottom:13px;font-size:.82rem}.footer-column ul{color:var(--muted);gap:8px;font-size:.88rem;display:grid}.footer-bottom{border-top:1px solid var(--line);color:#8191a0;justify-content:space-between;gap:20px;padding-top:22px;font-size:.78rem;display:flex}html[data-theme=dark]{color-scheme:dark}html[data-theme=dark] body{color:#dce7ef;background:#061525}html[data-theme=dark] .trust-strip,html[data-theme=dark] .solutions,html[data-theme=dark] .site-footer{background:#081b2d;border-color:#18334b}html[data-theme=dark] .custom-section{background:linear-gradient(135deg,#091d2f,#0b263b)}html[data-theme=dark] .section-title,html[data-theme=dark] .problem-item strong,html[data-theme=dark] .solution-card h3,html[data-theme=dark] .step h3,html[data-theme=dark] summary,html[data-theme=dark] .footer-brand .brand,html[data-theme=dark] .custom-points h3{color:#f3f8fb}html[data-theme=dark] .section-copy,html[data-theme=dark] .problem-item p,html[data-theme=dark] .solution-card p,html[data-theme=dark] .step p,html[data-theme=dark] details p,html[data-theme=dark] .privacy-link,html[data-theme=dark] .custom-points p,html[data-theme=dark] .promise span{color:#9fb2c3}html[data-theme=dark] .problem-item,html[data-theme=dark] .solution-card,html[data-theme=dark] .step,html[data-theme=dark] .custom-points article,html[data-theme=dark] .promise{background:#0c2338;border-color:#1b3b55}html[data-theme=dark] .steps{background:#1b3b55;border-color:#1b3b55}html[data-theme=dark] .solution-card .number{color:#173149}html[data-theme=dark] .faq-list,html[data-theme=dark] details,html[data-theme=dark] .site-footer,html[data-theme=dark] .footer-bottom{border-color:#1b3b55}html[data-theme=dark] .promise strong{color:var(--green)}@media (width<=920px){.section{padding:82px 0}.nav-toggle{place-items:center;display:grid}.nav-links{box-shadow:var(--shadow);background:#0c2949;border:1px solid #ffffff26;border-radius:18px;padding:20px;display:none;position:absolute;top:76px;left:20px;right:20px}.nav-links.open{display:grid}.nav-links .button{width:100%}.hero{min-height:auto;padding-top:140px}.hero-grid,.problem-grid,.custom-grid,.wa-grid,.process-grid,.ecuador-card,.faq-grid,.cta-grid{grid-template-columns:1fr}.hero-grid{gap:45px}.product-scene{max-width:620px;min-height:480px}.problem-grid,.custom-grid,.process-grid,.faq-grid{gap:48px}.custom-brief-card{grid-template-columns:1fr;gap:35px}.wa-grid{gap:60px}.solution-grid{grid-template-columns:repeat(2,1fr)}.trust-inner{flex-wrap:wrap;gap:12px 25px;padding:20px 0}.cta-card{padding:50px 36px}}@media (width<=620px){.container{width:min(calc(100% - 28px), var(--max))}.section{padding:68px 0}.hero{padding:125px 0 80px}.hero h1{font-size:clamp(3rem,15vw,4.4rem)}.site-header .button{min-height:44px;padding-inline:16px}.static-brand-eye{width:44px;height:44px}.hero-actions .button{width:100%}.product-scene{min-height:405px}.dashboard{inset:10px 0 50px}.dash-body{grid-template-columns:48px 1fr}.dash-content{padding:18px 14px}.stats{gap:6px}.stat{padding:9px 7px}.stat b{font-size:.8rem}.chat-card{width:260px;padding:14px;right:-5px}.solution-grid{grid-template-columns:1fr}.section-head{display:block}.country-circle{width:245px}.country-badge.one{left:-4px}.country-badge.two{right:-4px}.lead-form{grid-template-columns:1fr}.field.full,.form-note,.form-status{grid-column:auto}.cta-section{padding-bottom:70px}.cta-card{border-radius:25px;padding:38px 22px}.custom-brief-card{margin-top:45px;padding:28px 20px}.floating-customizer{width:calc(100vw - 20px);bottom:10px;right:10px}.floating-customizer summary{min-height:64px;padding:10px 12px 10px 16px}.floating-form-body{max-height:calc(100dvh - 94px);padding:17px 15px}.site-footer{padding-bottom:105px}.footer-grid{grid-template-columns:1fr;gap:32px}.footer-grid.footer-simple{grid-template-columns:1fr}.footer-bottom{display:grid}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.gate-phrase{transition-delay:0s!important}}}@layer utilities;
