:root{--stitch-background:#f9f9f9;--stitch-surface:#fff;--stitch-surface-gray:#f8f8f8;--stitch-border:#e8e8e8;--stitch-red:#a11215;--stitch-red-dark:#7a0008;--stitch-black:#000;--stitch-onyx:#1d1d1b;--stitch-muted:#5f5e5c;--stitch-green:#25d366;--stitch-ease:cubic-bezier(.22, 1, .36, 1);--stitch-fast:.18s var(--stitch-ease);--stitch-slow:.7s var(--stitch-ease);background:var(--stitch-background);color:var(--stitch-onyx);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;text-rendering:geometricprecision;margin:0}button,input,select,textarea{font:inherit}a{color:inherit}img{max-width:100%;display:block}.stitch-page{background:var(--stitch-background);min-height:100vh}.stitch-header{z-index:50;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);height:58px;transition:background var(--stitch-fast), box-shadow var(--stitch-fast);background:#fffffff2;border-bottom:1px solid #e8e8e8e6;justify-content:space-between;align-items:center;gap:22px;padding:0 clamp(16px,5vw,48px);display:flex;position:fixed;inset:0 0 auto;box-shadow:0 10px 30px #0000000a}.stitch-brand img{width:clamp(108px,11vw,128px);height:auto;transition:transform var(--stitch-fast)}.stitch-brand:hover img{transform:translateY(-1px)scale(1.015)}.stitch-header nav{color:var(--stitch-onyx);align-items:center;gap:clamp(14px,2vw,28px);font-size:.78rem;font-weight:700;display:flex}.stitch-header nav a{transition:color var(--stitch-fast);text-decoration:none;position:relative}.stitch-header nav a:after{background:var(--stitch-red);content:"";opacity:0;height:2px;transition:opacity var(--stitch-fast), transform var(--stitch-fast);position:absolute;bottom:-8px;left:0;right:0;transform:scaleX(.5)}.stitch-header nav a:hover{color:var(--stitch-red)}.stitch-header nav a:hover:after{opacity:1;transform:scaleX(1)}.stitch-button{background:var(--stitch-red);color:#fff;cursor:pointer;text-align:center;min-height:38px;transition:background var(--stitch-fast), box-shadow var(--stitch-fast), color var(--stitch-fast), transform var(--stitch-fast);border:0;border-radius:4px;justify-content:center;align-items:center;padding:10px 16px;font-size:.82rem;font-weight:800;line-height:1.1;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}.stitch-button:after{content:"";width:42%;transition:left .52s var(--stitch-ease);background:linear-gradient(90deg,#0000,#ffffff57,#0000);position:absolute;inset:-40% auto -40% -55%;transform:skew(-20deg)}.stitch-button:hover{background:var(--stitch-red-dark);transform:translateY(-2px);box-shadow:0 12px 26px #a1121547}.stitch-button:hover:after{left:115%}.stitch-button:disabled{cursor:wait;opacity:.72}.stitch-button--compact{min-height:34px;padding:9px 15px;font-size:.78rem}.stitch-button--ghost{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff14;border:2px solid #fff}.stitch-button--ghost:hover{background:#ffffff2e;box-shadow:0 14px 28px #ffffff1f}.stitch-button--light{color:var(--stitch-red);background:#fff}.stitch-button:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible,a:focus-visible{outline-offset:3px;outline:3px solid #a1121552}.stitch-hero{align-items:center;min-height:610px;padding-top:58px;display:flex;position:relative;overflow:hidden}.stitch-hero>img{object-fit:cover;width:100%;height:100%;animation:18s ease-out both stitchHeroZoom;position:absolute;inset:0;transform:scale(1.02)}.stitch-hero__shade{background:linear-gradient(90deg,#000000e0,#00000080,#0000000d);position:absolute;inset:0}.stitch-hero__content{z-index:1;color:#fff;width:min(980px,100% - 40px);animation:stitchFadeRise .76s var(--stitch-ease) both;margin-inline:auto;position:relative}.stitch-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#fff!important;margin:0 0 10px!important;font-size:.68rem!important;font-weight:900!important}.stitch-hero__content h1{letter-spacing:0;text-shadow:0 14px 30px #00000057;max-width:540px;margin:0 0 16px;font-size:clamp(1.9rem,3.4vw,2.62rem);font-weight:900;line-height:1.05}.stitch-hero__content p{color:#ffffffe0;max-width:520px;margin:0;font-size:clamp(.82rem,1.15vw,.95rem);font-weight:600;line-height:1.55}.stitch-ref{border-left:4px solid var(--stitch-green);color:#fff;background:#25d36624;width:fit-content;margin-top:18px;padding:12px 14px;font-weight:800}.stitch-hero__actions{flex-wrap:wrap;gap:14px;margin-top:22px;display:flex}.stitch-trust{border-top:1px solid #ffffff47;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;max-width:640px;margin:34px 0 0;padding:20px 0 0;list-style:none;display:grid}.stitch-trust li{color:#fff;text-transform:uppercase;transition:color var(--stitch-fast), transform var(--stitch-fast);border-left:0;padding-left:28px;font-size:.65rem;font-weight:900;position:relative}.stitch-trust li:hover{color:#fff;transform:translateY(-2px)}.stitch-trust li:before{background:var(--stitch-red);content:"";width:18px;height:18px;transition:box-shadow var(--stitch-fast), transform var(--stitch-fast);border-radius:50%;display:block;position:absolute;top:-2px;left:0;box-shadow:0 0 #a1121557}.stitch-trust li:hover:before{transform:scale(1.05);box-shadow:0 0 0 5px #a1121538}.stitch-trust li:after{content:"";border-bottom:2px solid #fff;border-left:2px solid #fff;width:7px;height:4px;position:absolute;top:3px;left:5px;transform:rotate(-45deg)}.stitch-spin{grid-template-columns:minmax(0,1fr) 28px minmax(0,1fr) 28px minmax(0,1fr) 28px minmax(150px,.82fr);align-items:stretch;gap:0;width:min(980px,100% - 48px);margin:0 auto;padding:58px 0 70px;display:grid}.stitch-spin__card{min-height:188px;transition:box-shadow var(--stitch-fast), transform var(--stitch-fast);will-change:transform;background:#fff;border:0;align-content:center;padding:28px 24px;display:grid;position:relative}.stitch-spin__card:hover{transform:translateY(-5px);box-shadow:0 18px 38px #0000001a}.stitch-spin__card:before{content:"";background:var(--stitch-onyx);width:3px;position:absolute;inset:0 auto 0 0}.stitch-spin__card--red:before{background:var(--stitch-red)}.stitch-spin__card--solid{background:var(--stitch-red);color:#fff;transform:translateY(-10px);box-shadow:0 16px 34px #0000003d}.stitch-spin__card--solid:hover{transform:translateY(-16px);box-shadow:0 24px 46px #a1121557}.stitch-spin__card h2{margin:0;font-size:clamp(.98rem,1.55vw,1.18rem);line-height:1.16}.stitch-spin__card p{color:var(--stitch-muted);margin:12px 0 0;font-size:.78rem;line-height:1.48}.stitch-spin__card--solid p{color:#ffffffd6}.stitch-spin__arrow{color:#b9b9b9;place-items:center;font-size:1.15rem;font-weight:700;display:grid}.stitch-spin__mini-card{width:82px;color:var(--stitch-red);transition:box-shadow var(--stitch-fast), transform var(--stitch-fast);background:#fff;margin-top:18px;padding:10px;box-shadow:0 10px 20px #00000029}.stitch-spin__card--solid:hover .stitch-spin__mini-card{transform:translate(3px);box-shadow:0 14px 28px #00000038}.stitch-spin__mini-card strong,.stitch-spin__mini-card span{font-size:.62rem;line-height:1.2;display:block}.stitch-section{padding:72px clamp(20px,6vw,56px)}.stitch-section--white{background:#fff}.stitch-section--gray{background:var(--stitch-surface-gray)}.stitch-heading,.stitch-section__intro{text-align:center;max-width:620px;margin:0 auto 42px}.stitch-heading h2,.stitch-section__intro h2{position:relative}.stitch-heading h2:after,.stitch-section__intro h2:after{background:var(--stitch-red);content:"";transform-origin:50%;width:42px;height:3px;margin:16px auto 0;display:block}.stitch-heading h2,.stitch-section__intro h2,.stitch-process h2,.stitch-regional h2,.stitch-quote h2,.stitch-faq h2{color:var(--stitch-onyx);letter-spacing:0;margin:0;font-size:clamp(1.85rem,3vw,3rem);line-height:1.04}.stitch-heading p,.stitch-section__intro p,.stitch-process p,.stitch-regional p,.stitch-quote p{color:var(--stitch-muted);margin:12px 0 0;font-size:.92rem;line-height:1.62}.stitch-comparison{border:1px solid var(--stitch-border);width:min(980px,100%);transition:box-shadow var(--stitch-fast), transform var(--stitch-fast);border-radius:8px;margin:0 auto 40px;overflow-x:auto;box-shadow:0 16px 32px #00000014}.stitch-comparison:hover{transform:translateY(-2px);box-shadow:0 22px 44px #0000001f}.stitch-comparison table{border-collapse:collapse;width:100%;min-width:720px}.stitch-comparison th{color:#fff;text-align:left;background:#000;padding:16px 20px;font-size:.85rem}.stitch-comparison th:last-child{background:var(--stitch-red)}.stitch-comparison td{border-bottom:1px solid var(--stitch-border);color:var(--stitch-muted);transition:background var(--stitch-fast);padding:18px 20px;font-size:.82rem;font-weight:650}.stitch-comparison tr:hover td{background:#fbfbfb}.stitch-comparison td:first-child{background:var(--stitch-surface-gray);color:var(--stitch-onyx);font-weight:900}.stitch-comparison td:last-child{color:var(--stitch-red);font-weight:900}.stitch-carousel-card{isolation:isolate;width:min(980px,100%);min-height:320px;transition:box-shadow var(--stitch-fast), transform var(--stitch-fast);border-radius:8px;align-items:center;margin:0 auto;display:grid;position:relative;overflow:hidden;box-shadow:0 22px 48px #0003}.stitch-carousel-card:hover{transform:translateY(-3px);box-shadow:0 30px 60px #0000003d}.stitch-carousel-card img{object-fit:cover;width:100%;height:100%;transition:transform .9s var(--stitch-ease);position:absolute;inset:0}.stitch-carousel-card:hover img{transform:scale(1.045)}.stitch-carousel-card:after{content:"";background:linear-gradient(90deg,#000000db,#0006,#0000);position:absolute;inset:0}.stitch-carousel-card>div{z-index:1;color:#fff;max-width:460px;padding:clamp(26px,5vw,54px);position:relative}.stitch-carousel-card span{background:var(--stitch-red);text-transform:uppercase;margin-bottom:14px;padding:6px 9px;font-size:.65rem;font-weight:900;display:inline-flex;box-shadow:0 10px 22px #a112153d}.stitch-carousel-card h3{margin:0;font-size:clamp(1.9rem,3.2vw,3.1rem);line-height:1}.stitch-carousel-card p{color:#ffffffe0;font-size:.9rem;line-height:1.6}.stitch-benefits{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;width:min(980px,100%);margin:0 auto;display:grid}.stitch-benefits article,.stitch-testimonials article,.stitch-regional__cards article{border:1px solid var(--stitch-border);transition:border-color var(--stitch-fast), box-shadow var(--stitch-fast), transform var(--stitch-fast);background:#fff;border-radius:8px;box-shadow:0 8px 22px #0000000a}.stitch-benefits article{min-height:170px;padding:22px}.stitch-benefits article:hover,.stitch-testimonials article:hover,.stitch-regional__cards article:hover{border-color:#a1121533;transform:translateY(-5px);box-shadow:0 18px 38px #00000017}.stitch-benefits__icon{border:1.5px solid var(--stitch-red);width:28px;height:28px;color:var(--stitch-red);transition:background var(--stitch-fast), transform var(--stitch-fast);border-radius:7px;display:block;position:relative}.stitch-benefits article:hover .stitch-benefits__icon{background:#a112150f;transform:rotate(-3deg)scale(1.06)}.stitch-benefits__icon:before,.stitch-benefits__icon:after{background:var(--stitch-red);content:"";position:absolute}.stitch-benefits__icon:before{height:1.5px;top:7px;left:8px;right:8px}.stitch-benefits__icon:after{height:1.5px;bottom:7px;left:8px;right:8px}.stitch-benefits h3{margin:16px 0 8px;font-size:.98rem}.stitch-benefits p,.stitch-testimonials p{color:var(--stitch-muted);margin:0;font-size:.78rem;line-height:1.55}.stitch-process,.stitch-regional,.stitch-quote{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:center;gap:clamp(26px,5vw,60px);padding:72px clamp(20px,6vw,56px);display:grid}.stitch-process{color:#fff;background:#000}.stitch-process>div,.stitch-regional>div{max-width:980px}.stitch-process h2,.stitch-process p{color:#fff}.stitch-process ol{counter-reset:process;gap:12px;margin:26px 0 0;padding:0;list-style:none;display:grid}.stitch-process li{transition:transform var(--stitch-fast);grid-template-columns:28px 1fr;gap:10px;font-size:.86rem;font-weight:850;display:grid}.stitch-process li:hover{transform:translate(4px)}.stitch-process li:before{background:var(--stitch-red);content:counter(process);counter-increment:process;width:28px;height:28px;transition:box-shadow var(--stitch-fast), transform var(--stitch-fast);border-radius:6px;place-items:center;display:grid}.stitch-process li:hover:before{transform:scale(1.05);box-shadow:0 0 0 5px #a112153d}.stitch-process__visual{border-radius:8px;position:relative;overflow:hidden;box-shadow:0 22px 44px #00000038}.stitch-process__visual img{object-fit:cover;width:100%;max-height:360px;transition:transform .9s var(--stitch-ease);border-radius:8px}.stitch-process__visual:hover img{transform:scale(1.045)}.stitch-process__visual strong{background:var(--stitch-red);color:#fff;padding:14px 18px 0;font-size:2.35rem;line-height:1;display:block;position:absolute;bottom:40px;left:22px}.stitch-process__visual span{background:var(--stitch-red);color:#fff;text-transform:uppercase;padding:0 18px 12px;font-size:.62rem;font-weight:900;position:absolute;bottom:18px;left:22px}.stitch-regional{background:#fff}.stitch-regional__cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:26px;display:grid}.stitch-regional__cards article{padding:20px}.stitch-regional__cards h3{margin:0 0 10px;font-size:.9rem}.stitch-regional__cards p{margin:0}.stitch-regional__media{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.stitch-regional__media img{aspect-ratio:1.18;object-fit:cover;width:100%;transition:box-shadow var(--stitch-fast), transform var(--stitch-fast);border-radius:8px;box-shadow:0 14px 30px #00000014}.stitch-regional__media img:hover{transform:translateY(-4px)scale(1.01);box-shadow:0 22px 42px #00000021}.stitch-regional__media img:nth-child(2){margin-top:32px}.stitch-regional__media div{background:var(--stitch-surface-gray);min-height:180px;color:var(--stitch-muted);text-align:center;transition:background var(--stitch-fast), color var(--stitch-fast), transform var(--stitch-fast);border-radius:8px;grid-column:1/-1;place-items:center;font-size:.86rem;font-weight:800;display:grid}.stitch-regional__media div:hover{color:var(--stitch-onyx);background:#efefef;transform:translateY(-3px)}.stitch-testimonials{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;width:min(980px,100%);margin:0 auto;display:grid}.stitch-testimonials article{gap:14px;padding:22px;display:grid}.stitch-testimonials span{color:#e95d00;letter-spacing:1px;transition:transform var(--stitch-fast);font-size:.78rem}.stitch-testimonials article:hover span{transform:translateY(-2px)}.stitch-testimonials strong,.stitch-testimonials small{display:block}.stitch-testimonials small{color:var(--stitch-muted);text-transform:uppercase;font-size:.68rem;font-weight:800}.stitch-quote{color:#fff;background:#000;border-radius:8px;width:min(900px,100% - 40px);margin:72px auto;position:relative;overflow:hidden;box-shadow:0 24px 60px #00000042}.stitch-quote:before{background:var(--stitch-red);content:"";width:4px;position:absolute;inset:0 auto 0 0}.stitch-quote h2,.stitch-quote p{color:#fff}.stitch-quote ul{gap:12px;margin:26px 0 0;padding:0;list-style:none;display:grid}.stitch-quote li{border-left:4px solid var(--stitch-red);padding-left:12px;font-size:.86rem;font-weight:850}.stitch-quote form{color:var(--stitch-onyx);z-index:1;background:#fff;border-radius:8px;gap:12px;padding:clamp(18px,3vw,28px);display:grid;position:relative;box-shadow:0 18px 36px #0000002e}.stitch-quote label{gap:8px;font-size:.78rem;font-weight:850;display:grid}.stitch-quote input{border:1px solid var(--stitch-border);width:100%;min-height:38px;color:var(--stitch-onyx);transition:border-color var(--stitch-fast), box-shadow var(--stitch-fast);border-radius:4px;padding:0 12px}.stitch-quote input:focus{border-color:#a112158a;outline:none;box-shadow:0 0 0 3px #a112151a}.stitch-form-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.stitch-checkbox{color:var(--stitch-muted);grid-template-columns:20px 1fr;align-items:start;line-height:1.45;font-size:.82rem!important;font-weight:650!important}.stitch-checkbox input{width:18px;min-height:18px;margin-top:2px}.stitch-form-status{border-radius:4px;margin:0;padding:12px;font-weight:800}.stitch-form-status--success{color:#145232;background:#e9fff2}.stitch-form-status--error{color:#7a0008;background:#fff0f0}.stitch-form-status--submitting{color:#1d1d1b;background:#f4f3f3}.stitch-faq{width:min(920px,100% - 40px);margin:0 auto;padding:0 0 72px}.stitch-faq h2{text-align:center;margin-bottom:28px}.stitch-faq details{border:1px solid var(--stitch-border);background:#fff;border-radius:4px;margin-bottom:12px}.stitch-faq summary{cursor:pointer;padding:16px 18px;font-size:.84rem;font-weight:850}.stitch-faq p{border-top:1px solid var(--stitch-border);color:var(--stitch-muted);margin:0;padding:18px 20px 20px;line-height:1.6}.stitch-footer{color:#fff;background:#000;grid-template-columns:minmax(0,1.4fr) minmax(180px,.7fr) minmax(220px,.9fr);gap:32px;padding:42px clamp(20px,6vw,56px);display:grid}.stitch-footer img{filter:brightness(0)invert();width:150px}.stitch-footer p,.stitch-footer address{color:#ffffffad;line-height:1.6}.stitch-footer nav{gap:12px;display:grid}.stitch-footer a{color:#ffffffc2;text-decoration:none}.stitch-whatsapp{z-index:60;background:var(--stitch-green);color:#fff;min-height:54px;transition:box-shadow var(--stitch-fast), transform var(--stitch-fast);border-radius:999px;justify-content:center;align-items:center;padding:0 18px;font-weight:900;text-decoration:none;animation:2.4s ease-in-out infinite stitchWhatsPulse;display:inline-flex;position:fixed;bottom:22px;right:22px;box-shadow:0 18px 36px #25d36659}.stitch-whatsapp:hover{transform:translateY(-3px)scale(1.02);box-shadow:0 20px 42px #25d3667a}.truck-page{background:#f7f7f7}.truck-hero{min-height:760px}.truck-hero__shade{background:linear-gradient(90deg,#000000e6 0%,#000000a3 44%,#0000002e 100%),linear-gradient(#00000047,#0000009e)}.truck-trust{grid-template-columns:repeat(5,minmax(0,1fr));max-width:760px}.truck-problem,.truck-comparison,.truck-consultative,.truck-final-cta{padding:78px clamp(20px,6vw,56px)}.truck-problem{background:#fff}.truck-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;width:min(1040px,100%);margin:0 auto;display:grid}.truck-card-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}.truck-card-grid article,.truck-question-grid article,.truck-split article{border:1px solid var(--stitch-border);transition:border-color var(--stitch-fast), box-shadow var(--stitch-fast), transform var(--stitch-fast);background:#fff;border-radius:8px;box-shadow:0 10px 28px #0000000d}.truck-card-grid article{min-height:176px;padding:24px}.truck-card-grid article:hover,.truck-question-grid article:hover,.truck-split article:hover{border-color:#a1121538;transform:translateY(-5px);box-shadow:0 20px 42px #0000001a}.truck-card-grid h3,.truck-split h3{color:var(--stitch-onyx);margin:0 0 10px;font-size:1rem;line-height:1.18}.truck-card-grid p,.truck-split li,.truck-form-note{color:var(--stitch-muted);font-size:.82rem;line-height:1.56}.truck-center-action{justify-content:center;margin-top:34px;display:flex}.truck-consultative{color:#fff;background:#000;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;gap:clamp(28px,5vw,64px);display:grid}.truck-consultative h2{color:#fff;margin:0;font-size:clamp(2rem,3.4vw,3.45rem);line-height:1.04}.truck-consultative p{color:#ffffffc7;line-height:1.64}.truck-question-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.truck-question-grid article{color:#fff;background:#ffffff0f;min-height:116px;padding:20px;font-weight:850}.truck-comparison{background:#fff}.truck-split{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;width:min(980px,100%);margin:0 auto;display:grid}.truck-split article{padding:28px}.truck-split article:first-child{background:#111}.truck-split article:first-child h3,.truck-split article:first-child li{color:#fff}.truck-split article:last-child{border-color:#a112152e}.truck-split ul{gap:12px;margin:18px 0 0;padding:0;list-style:none;display:grid}.truck-split li{padding-left:24px;position:relative}.truck-split li:before{background:var(--stitch-red);content:"";border-radius:50%;width:9px;height:9px;position:absolute;top:.45em;left:0}.truck-diff-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.truck-process .stitch-process__visual strong{font-size:2rem}.truck-quote{grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr);width:min(1040px,100% - 40px)}.truck-quote form{grid-template-columns:1fr}.stitch-quote select,.stitch-quote textarea{border:1px solid var(--stitch-border);width:100%;color:var(--stitch-onyx);font:inherit;transition:border-color var(--stitch-fast), box-shadow var(--stitch-fast);border-radius:4px;padding:10px 12px}.stitch-quote select{background:#fff;min-height:38px}.stitch-quote textarea{resize:vertical;min-height:92px}.stitch-quote select:focus,.stitch-quote textarea:focus{border-color:#a112158a;outline:none;box-shadow:0 0 0 3px #a112151a}.truck-form-note{display:block}.truck-regional-actions,.truck-final-cta>div{flex-wrap:wrap;gap:14px;margin-top:26px;display:flex}.truck-proof .stitch-testimonials span{color:var(--stitch-red);letter-spacing:0;font-weight:900}.truck-final-cta{color:#fff;text-align:center;background:linear-gradient(90deg,#000000e0,#000000b8),url(https://images.unsplash.com/photo-1501700493788-fa1a4fc9fe62?auto=format&fit=crop&w=1600&q=82) 50%/cover;place-items:center;display:grid}.truck-final-cta h2{color:#fff;max-width:900px;margin:0;font-size:clamp(2rem,4vw,4rem);line-height:1.02}.truck-final-cta p{color:#ffffffc7;max-width:720px;margin:18px auto 0;line-height:1.65}.truck-whatsapp{border-radius:12px}@supports (animation-timeline:view()){.stitch-spin,.stitch-heading,.stitch-section__intro,.stitch-comparison,.stitch-carousel-card,.stitch-benefits article,.stitch-process>div,.stitch-process__visual,.stitch-regional>div,.stitch-regional__media,.stitch-testimonials article,.stitch-quote,.stitch-faq details{animation:both stitchReveal;animation-timeline:view();animation-range:entry 8% cover 28%}}@keyframes stitchFadeRise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes stitchReveal{0%{clip-path:inset(0 0 10%);opacity:0}to{clip-path:inset(0);opacity:1}}@keyframes stitchHeroZoom{0%{transform:scale(1.08)}to{transform:scale(1.02)}}@keyframes stitchWhatsPulse{0%,to{box-shadow:0 18px 36px #25d36659,0 0 #25d36652}50%{box-shadow:0 18px 36px #25d36659,0 0 0 9px #25d36600}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}}@media (max-width:980px){.stitch-header nav{display:none}.stitch-benefits,.stitch-testimonials,.stitch-spin{grid-template-columns:repeat(2,minmax(0,1fr))}.stitch-spin__arrow{display:none}.stitch-spin__card--solid{transform:none}.stitch-process,.stitch-regional,.stitch-quote,.stitch-footer,.truck-consultative,.truck-split{grid-template-columns:1fr}.truck-trust,.truck-card-grid,.truck-card-grid--four,.truck-diff-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stitch-quote{width:min(100% - 32px,900px)}}@media (max-width:640px){.stitch-header{height:68px;padding:0 14px}.stitch-brand img{width:132px}.stitch-button--compact{display:none}.stitch-hero{min-height:640px;padding-top:68px}.stitch-hero__shade{background:linear-gradient(#000000db,#00000085)}.stitch-hero__content{width:min(100% - 28px,980px)}.stitch-hero__content h1{font-size:2.05rem}.stitch-trust,.stitch-spin,.stitch-benefits,.stitch-testimonials,.stitch-regional__cards,.stitch-regional__media,.stitch-form-row{grid-template-columns:1fr}.stitch-spin{width:min(100% - 28px,980px);padding:44px 0}.stitch-section,.stitch-process,.stitch-regional,.stitch-quote{padding:52px 14px}.stitch-regional__media img:nth-child(2){margin-top:0}.stitch-footer{padding:42px 14px}.stitch-whatsapp{bottom:14px;right:14px}.truck-hero{min-height:720px}.truck-hero__shade{background:linear-gradient(#000000e0,#0000008f)}.truck-trust,.truck-card-grid,.truck-card-grid--four,.truck-question-grid,.truck-diff-grid{grid-template-columns:1fr}.truck-problem,.truck-comparison,.truck-consultative,.truck-final-cta{padding:52px 14px}.truck-quote{width:min(100% - 32px,1040px)}.truck-whatsapp{width:auto;left:14px;right:14px}}
:root{--elo-bg:#050815;--elo-bg-soft:#08142d;--elo-panel:#ffffff0b;--elo-panel-strong:#ffffff13;--elo-line:#ffffff17;--elo-text:#f8fafc;--elo-muted:#9aa8bd;--elo-gold:#c19a5b;--elo-green:#4ade80;--elo-yellow:#fbbf24;color:var(--elo-text);background:var(--elo-bg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:radial-gradient(circle at top right, #c19a5b1f, transparent 26rem), radial-gradient(circle at 28% 12%, #346dc224, transparent 30rem), var(--elo-bg);min-width:320px;margin:0}button,input,select,textarea{font:inherit}a{color:inherit}.elo-shell{grid-template-columns:284px minmax(0,1fr);min-height:100vh;display:grid}.elo-sidebar{border-right:1px solid var(--elo-line);background:linear-gradient(180deg, #071a46f0, #000108fa), var(--elo-bg-soft);flex-direction:column;justify-content:space-between;height:100vh;padding:24px;display:flex;position:sticky;top:0;overflow-y:auto}.elo-brand{border-bottom:1px solid var(--elo-line);align-items:center;gap:12px;padding-bottom:22px;display:flex}.elo-brand__pulse{background:var(--elo-gold);border-radius:999px;width:12px;height:12px;box-shadow:0 0 0 8px #c19a5b1f}.elo-brand strong,.elo-brand small,.elo-user-card strong,.elo-user-card small{display:block}.elo-brand strong{font-size:1.24rem}.elo-brand small{color:var(--elo-gold);letter-spacing:.16em;text-transform:uppercase;font-size:.72rem;font-weight:900}.elo-user-card{border:1px solid var(--elo-line);background:var(--elo-panel);border-radius:8px;grid-template-columns:46px minmax(0,1fr);align-items:center;gap:12px;margin:26px 0;padding:12px;display:grid}.elo-user-card>span{width:46px;height:46px;color:var(--elo-gold);background:#c19a5b1f;border:1px solid #c19a5b4d;border-radius:8px;place-items:center;font-size:1.3rem;font-weight:900;display:grid}.elo-user-card strong{text-overflow:ellipsis;white-space:nowrap;font-size:.95rem;overflow:hidden}.elo-user-card small{color:var(--elo-gold);letter-spacing:.08em;text-transform:uppercase;font-size:.7rem;font-weight:900}.elo-nav{gap:6px;display:grid}.elo-nav a{min-height:44px;color:var(--elo-muted);border-radius:8px;align-items:center;gap:10px;padding:12px 14px;font-size:.96rem;font-weight:780;text-decoration:none;display:flex}.elo-nav a:hover,.elo-nav a.is-active{color:#fff;background:#c19a5beb}.nav-dot{opacity:.72;background:currentColor;border-radius:999px;width:9px;height:9px}.elo-sidebar__footer{border-top:1px solid var(--elo-line);color:var(--elo-muted);gap:6px;padding-top:18px;font-size:.82rem;display:grid}.elo-sidebar__footer span{color:var(--elo-text);font-weight:850}.elo-sidebar__footer form{margin:8px 0 0}.elo-sidebar__footer button{width:100%;min-height:40px;color:var(--elo-gold);cursor:pointer;background:#c19a5b1f;border:1px solid #c19a5b52;border-radius:8px;font-weight:900}.elo-workspace{align-content:start;gap:24px;min-width:0;padding:32px clamp(20px,4vw,42px);display:grid}.elo-topbar{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.eyebrow{color:var(--elo-gold);letter-spacing:.13em;text-transform:uppercase;margin:0 0 8px;font-size:.78rem;font-weight:950}.elo-topbar h1,.panel-heading h2{color:var(--elo-text);letter-spacing:0;margin:0}.elo-topbar h1{font-size:clamp(2.1rem,4vw,3.25rem);line-height:1.02}.elo-topbar p:not(.eyebrow){max-width:780px;color:var(--elo-muted);margin:10px 0 0;font-size:1.05rem;line-height:1.6}.environment-pill,.panel-badge{color:var(--elo-green);text-transform:uppercase;background:#4ade8014;border:1px solid #4ade8038;border-radius:8px;flex:none;padding:9px 12px;font-size:.78rem;font-weight:900}.kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.kpi-card,.elo-panel{border:1px solid var(--elo-line);background:var(--elo-panel);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:8px;box-shadow:0 22px 48px #00000038}.kpi-card{gap:8px;min-height:142px;padding:20px;display:grid}.kpi-card span{color:var(--elo-muted);letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:900}.kpi-card strong{color:var(--elo-text);font-size:clamp(1.72rem,3vw,2.55rem);line-height:1}.kpi-card small{color:var(--elo-muted);font-size:.88rem;line-height:1.35}.panel-grid{grid-template-columns:minmax(0,2fr) minmax(300px,.85fr);gap:16px;display:grid}.elo-panel{min-width:0;padding:22px}.elo-panel--wide{min-height:340px}.panel-heading{border-bottom:1px solid var(--elo-line);justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;padding-bottom:16px;display:flex}.panel-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.panel-heading h2{font-size:1.28rem;line-height:1.18}.panel-heading button{color:var(--elo-gold);cursor:pointer;background:#c19a5b1f;border:1px solid #c19a5b52;border-radius:8px;padding:10px 13px;font-size:.86rem;font-weight:900}.kanban-preview{grid-template-columns:repeat(4,minmax(160px,1fr));gap:12px;display:grid;overflow-x:auto}.kanban-column{background:#ffffff09;border-top:4px solid #c19a5b6b;border-radius:8px;align-content:start;gap:12px;min-height:230px;padding:14px;display:grid}.kanban-column>strong{font-size:.9rem}.lead-card{border:1px solid var(--elo-line);background:#ffffff0a;border-radius:8px;gap:8px;padding:13px;display:grid}.lead-card span{font-weight:850}.lead-card small,.check-list,.timeline{color:var(--elo-muted)}.check-list{gap:12px;margin:0;padding:0;list-style:none;display:grid}.check-list li{border:1px solid var(--elo-line);background:#ffffff09;border-radius:8px;padding:12px;font-weight:720;position:relative}.coming-soon-field,.coming-soon-inline{position:relative;overflow:hidden}.coming-soon-field{min-height:52px;padding-right:92px!important}.coming-soon-field:after,.coming-soon-inline:after{content:"EM BREVE";z-index:1;color:#111827;letter-spacing:.08em;text-transform:uppercase;pointer-events:none;background:#c19a5bf0;border:1px solid #fbbf2461;justify-content:center;align-items:center;font-size:.64rem;font-weight:950;display:inline-flex;position:absolute;transform:rotate(-16deg)}.coming-soon-field:after{width:112px;min-height:24px;top:8px;right:-22px}.coming-soon-inline{min-width:160px;padding:8px 80px 8px 0;display:inline-block}.coming-soon-inline:after{width:96px;min-height:22px;top:2px;right:-18px}.table-wrap{overflow-x:auto}.filter-pills{flex-wrap:wrap;gap:8px;display:flex}.filter-pills a,.filter-pills button,.text-link{border:1px solid var(--elo-line);color:var(--elo-text);cursor:pointer;background:0 0;border-radius:8px;padding:9px 11px;font-size:.82rem;font-weight:900;text-decoration:none}.filter-pills a[aria-current=page],.filter-pills button[aria-pressed=true],.filter-pills button.is-active,.filter-pills a:hover,.filter-pills button:hover,.text-link:hover{color:var(--elo-gold);background:#c19a5b1f;border-color:#c19a5b66}table{border-collapse:collapse;width:100%;min-width:720px}th,td{border-bottom:1px solid var(--elo-line);text-align:left;padding:14px 12px}th{color:var(--elo-muted);letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:950}td{color:var(--elo-text);font-size:.94rem;font-weight:650}.timeline{gap:10px;display:grid}.timeline span{border-left:3px solid var(--elo-gold);background:#ffffff09;border-radius:8px;padding:12px 14px}.link-box{color:var(--elo-text);overflow-wrap:anywhere;background:#c19a5b14;border:1px solid #c19a5b3d;border-radius:8px;gap:10px;padding:18px;font-weight:850;display:grid}.link-box small{color:var(--elo-muted);font-weight:650}.link-actions{justify-content:space-between;align-items:center;gap:12px;display:flex}.button-link{background:var(--elo-gold);color:#111827;white-space:nowrap;border:1px solid #c19a5b6b;border-radius:8px;justify-content:center;align-items:center;font-weight:950;text-decoration:none;display:inline-flex}.button-link--compact{min-height:36px;padding:8px 12px;font-size:.78rem}.link-list,.metric-list{gap:12px;margin:0;padding:0;display:grid}.metric-list{list-style:none}.metric-list li{border:1px solid var(--elo-line);background:#ffffff09;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.metric-list span{color:var(--elo-muted);text-transform:uppercase;font-size:.82rem;font-weight:900}.metric-list strong{color:var(--elo-text)}.empty-state{border:1px solid var(--elo-line);color:var(--elo-muted);background:#ffffff09;border-radius:8px;margin:0;padding:14px}.training-admin-list,.training-path,.quiz-list,.cert-grid{gap:12px;display:grid}.training-admin-list button{border:1px solid var(--elo-line);width:100%;color:var(--elo-text);cursor:pointer;text-align:left;background:#ffffff09;border-radius:8px;gap:5px;padding:12px;display:grid}.training-admin-list button.is-active,.training-admin-list button:hover{background:#c19a5b1a;border-color:#c19a5b61}.training-admin-list small,.training-summary{color:var(--elo-muted)}.training-summary{margin:16px 0 0}.training-card{gap:14px;display:grid}.training-content{white-space:pre-wrap;color:var(--elo-muted);line-height:1.7}.training-card>button,.elo-panel>button,.sub-panel>button{background:var(--elo-gold);color:#111827;cursor:pointer;border:0;border-radius:8px;min-height:42px;padding:0 14px;font-weight:950}.training-card>button:disabled,.elo-panel>button:disabled,.sub-panel>button:disabled{cursor:not-allowed;opacity:.58}.quiz-list fieldset{border:1px solid var(--elo-line);background:#ffffff09;border-radius:8px;gap:10px;margin:0;padding:14px;display:grid}.quiz-list legend{color:var(--elo-text);padding:0 6px;font-weight:900}.quiz-list label{color:var(--elo-muted);align-items:center;gap:9px;font-weight:720;display:flex}.cert-result,.cert-card{background:#c19a5b14;border:1px solid #c19a5b47;border-radius:8px;gap:8px;margin-top:12px;padding:14px;display:grid}.cert-result strong{font-size:1.8rem;line-height:1}.cert-result span,.cert-result small,.cert-card small,.cert-card span{color:var(--elo-muted)}.cert-card{margin:0}.cert-card>strong{color:var(--elo-text);overflow-wrap:anywhere;font-size:1.2rem}.cert-card div{border-top:1px solid var(--elo-line);justify-content:space-between;gap:12px;padding-top:8px;display:flex}.sub-panel{border:1px solid var(--elo-line);background:#ffffff09;border-radius:8px;gap:12px;min-width:0;padding:16px;display:grid}.sub-panel h3{margin:0}.form-field{color:var(--elo-muted);text-transform:uppercase;gap:7px;font-size:.78rem;font-weight:900;display:grid}.form-field input,.form-field select,.form-field textarea,.sub-panel input,.sub-panel select,.sub-panel textarea{border:1px solid var(--elo-line);width:100%;min-height:42px;color:var(--elo-text);background:#111827;border-radius:8px;padding:0 10px}.form-field textarea,.sub-panel textarea{resize:vertical;padding:10px}.status-badge{min-height:30px;color:var(--elo-green);white-space:nowrap;background:#4ade8014;border:1px solid #4ade8038;border-radius:8px;align-items:center;padding:0 10px;font-size:.78rem;font-weight:900;display:inline-flex}.status-badge--soon{color:var(--elo-yellow);background:#fbbf241a;border-color:#fbbf2459}.detail-grid{grid-template-columns:repeat(4,minmax(150px,1fr));gap:12px;margin-bottom:16px;display:grid}.detail-grid article,.timeline-list article{border:1px solid var(--elo-line);background:#ffffff09;border-radius:8px;gap:6px;padding:14px;display:grid}.detail-grid span,.timeline-list span{color:var(--elo-muted);text-transform:uppercase;font-size:.78rem;font-weight:900}.detail-grid strong,.timeline-list strong{color:var(--elo-text)}.timeline-list{gap:10px;display:grid}.timeline-list small{color:var(--elo-muted);font-weight:650}.inline-action-form{grid-template-columns:minmax(130px,.8fr) minmax(104px,.7fr) minmax(150px,1fr) auto;gap:8px;min-width:560px;display:grid}.inline-action-form input,.inline-action-form select{border:1px solid var(--elo-line);min-height:38px;color:var(--elo-text);background:#ffffff14;border-radius:8px;padding:0 10px}.inline-action-form button{background:var(--elo-gold);color:#111827;cursor:pointer;border:0;border-radius:8px;min-height:38px;padding:0 12px;font-weight:950}.inline-action-form--payment{grid-template-columns:minmax(132px,1fr) minmax(132px,1fr) minmax(132px,1fr) auto;min-width:520px}.inline-action-form--rule{grid-template-columns:minmax(104px,1fr) minmax(112px,.9fr) auto;min-width:340px}.inline-action-form--stacked{grid-template-columns:1fr;min-width:300px}.inline-action-form textarea{resize:vertical;border:1px solid var(--elo-line);min-height:64px;color:var(--elo-text);background:#ffffff14;border-radius:8px;padding:10px}.table-note{color:var(--elo-muted);margin-top:5px;font-size:.78rem;font-weight:650;display:block}.muted-cell{color:var(--elo-muted);font-size:.88rem}.access-grid{grid-template-columns:repeat(3,minmax(220px,1fr));gap:14px;margin-bottom:18px;display:grid}.access-form{border:1px solid var(--elo-line);background:#ffffff09;border-radius:8px;gap:12px;padding:16px;display:grid}.access-form--wide{margin-bottom:18px}.form-grid{grid-template-columns:repeat(4,minmax(160px,1fr));gap:12px;display:grid}.access-form h3,.access-tables caption{color:var(--elo-text);text-align:left;margin:0;font-size:1rem;font-weight:900}.access-form label{color:var(--elo-muted);text-transform:uppercase;gap:7px;font-size:.78rem;font-weight:900;display:grid}.access-form input,.access-form select{border:1px solid var(--elo-line);width:100%;min-height:42px;color:var(--elo-text);background:#111827;border-radius:8px;padding:0 10px}.access-form button{background:var(--elo-gold);color:#111827;cursor:pointer;border:0;border-radius:8px;min-height:42px;font-weight:950}.access-tables{gap:16px;display:grid}.access-tables caption{padding:0 0 10px}.account-password-form{grid-template-columns:repeat(2,minmax(220px,1fr)) auto;align-items:end;gap:14px;display:grid}.account-password-form label{color:var(--elo-muted);text-transform:uppercase;gap:8px;font-size:.78rem;font-weight:900;display:grid}.account-password-form input{border:1px solid var(--elo-line);width:100%;min-height:46px;color:var(--elo-text);background:#ffffff14;border-radius:8px;padding:0 14px}.account-password-form .password-field input{padding-right:50px}.account-password-form button:not(.password-toggle){background:var(--elo-gold);color:#111827;cursor:pointer;border:0;border-radius:8px;min-height:46px;padding:0 18px;font-weight:950}.account-password-form button:not(.password-toggle):disabled{cursor:wait;opacity:.72}.account-password-form .form-status{grid-column:1/-1}.form-status{border-radius:8px;margin:0 0 16px;padding:12px;font-weight:800}.form-status--idle{color:var(--elo-gold);background:#c19a5b14;border:1px solid #c19a5b3d}.form-status--success{color:var(--elo-green);background:#4ade8014;border:1px solid #4ade8038}.form-status--error{color:#fecaca;background:#f871711a;border:1px solid #f871713d}.login-shell{place-items:center;min-height:100vh;padding:24px;display:grid}.login-panel{border:1px solid var(--elo-line);background:#ffffff0e;border-radius:8px;gap:18px;width:min(100%,460px);padding:clamp(24px,5vw,38px);display:grid;box-shadow:0 26px 60px #00000047}.login-panel h1,.login-panel p{margin:0}.login-panel h1{font-size:clamp(2rem,5vw,2.65rem);line-height:1.03}.login-panel p:not(.eyebrow){color:var(--elo-muted);line-height:1.62}.login-form,.reset-form{gap:14px;display:grid}.reset-form{border-top:1px solid var(--elo-line);padding-top:18px}.login-form label,.reset-form label{color:var(--elo-text);gap:8px;font-size:.88rem;font-weight:850;display:grid}.login-form input,.reset-form input{border:1px solid var(--elo-line);width:100%;min-height:48px;color:var(--elo-text);background:#ffffff14;border-radius:8px;padding:0 14px}.password-field{width:100%;display:block;position:relative}.password-field input{padding-right:52px}.password-toggle{width:38px;height:34px;min-height:0;color:var(--elo-muted);cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;padding:0;display:grid;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.password-toggle:hover,.password-toggle[aria-pressed=true]{color:var(--elo-gold);background:#c19a5b1f}.password-toggle svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:22px;height:22px}.login-form button:not(.password-toggle),.reset-form button,.login-link{background:var(--elo-gold);color:#111827;cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;min-height:48px;padding:0 18px;font-weight:950;text-decoration:none;display:inline-flex}.reset-form button{color:var(--elo-gold);background:#c19a5b1f;border:1px solid #c19a5b52}.login-form button:not(.password-toggle):disabled,.reset-form button:disabled{cursor:wait;opacity:.72}.login-form button[aria-busy=true]{background:linear-gradient(90deg, #ffffff1f, transparent 42%), var(--elo-gold)}.login-alert{color:#fecaca;background:#f871711a;border:1px solid #f871713d;border-radius:8px;margin:0;padding:12px;font-weight:750;line-height:1.45}.login-note{color:var(--elo-text);background:#4ade8014;border:1px solid #4ade8038;border-radius:8px;padding:12px;font-weight:750}.legacy-partner-landing{color:#fff;background:radial-gradient(circle at 100% 0,#071a46 0%,#000210 58%,#000108 100%);min-height:100vh;position:relative;overflow:hidden}.legacy-partner-pattern{pointer-events:none;opacity:.7;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23C19A5B' fill-opacity='0.035'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:fixed;inset:0}.legacy-partner-header{z-index:1;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:16px clamp(20px,5vw,48px);display:flex;position:relative}.legacy-partner-brand{flex-direction:column;gap:2px;display:flex}.legacy-partner-brand strong{color:#fff;font-size:1.25rem;font-weight:950}.legacy-partner-brand span{color:var(--elo-gold);letter-spacing:.25em;text-transform:uppercase;font-size:.56rem;font-weight:950}.legacy-partner-nav,.legacy-partner-actions{align-items:center;gap:16px;display:flex}.legacy-partner-nav a{color:#fff;font-size:.9rem;font-weight:850;text-decoration:none;transition:color .16s}.legacy-partner-nav a:hover{color:var(--elo-gold)}.legacy-partner-button{background:var(--elo-gold);border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;min-height:56px;padding:0 28px;font-size:.98rem;font-weight:950;text-decoration:none;transition:background-color .16s,border-color .16s,transform .16s;display:inline-flex;box-shadow:0 16px 36px #c19a5b38;color:#fff!important}.legacy-partner-button:hover{background:#a77f39;transform:translateY(-1px)}.legacy-partner-button--small{min-height:40px;padding:0 20px;font-size:.86rem}.legacy-partner-button--ghost{box-shadow:none;background:#ffffff0d;border-color:#ffffff1a}.legacy-partner-button--ghost:hover{background:#ffffff1a;border-color:#ffffff2e}.legacy-partner-hero{z-index:1;text-align:center;gap:28px;max-width:900px;margin:0 auto;padding:clamp(64px,9vw,112px) 24px;display:grid;position:relative}.legacy-partner-pill{width:fit-content;color:var(--elo-gold);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:999px;justify-content:center;justify-self:center;align-items:center;gap:8px;padding:8px 16px;font-size:.78rem;font-weight:900;display:inline-flex}.legacy-partner-pill--flat{background:#c19a5b14;border-color:#c19a5b38;justify-self:start}.legacy-partner-hero h1{color:#fff;letter-spacing:0;margin:0;font-size:clamp(2.55rem,6vw,5.7rem);font-weight:950;line-height:1.03}.legacy-partner-hero h1 span,.legacy-partner-copy h2,.legacy-partner-card--program h3{color:var(--elo-gold)}.legacy-partner-hero p,.legacy-partner-section-heading p,.legacy-partner-copy>p,.legacy-partner-card p,.legacy-partner-faq-item p,.legacy-partner-footer{color:#d1d5db}.legacy-partner-hero>p{max-width:690px;margin:0 auto;font-size:1.08rem;font-weight:650;line-height:1.75}.legacy-partner-actions{justify-content:center}.legacy-partner-disclaimer{color:#9ca3af;background:#ffffff0d;border:1px solid #ffffff0d;border-radius:12px;justify-self:center;max-width:470px;padding:12px 18px;font-size:.72rem;font-weight:750;line-height:1.55;display:inline-flex}.legacy-partner-band{z-index:1;background:#ffffff03;border-block:1px solid #ffffff0d;padding:64px clamp(20px,5vw,48px);position:relative}.legacy-partner-section-heading{text-align:center;gap:12px;max-width:680px;margin:0 auto 44px;display:grid}.legacy-partner-section-heading h2,.legacy-partner-copy h2{margin:0;font-size:clamp(1.85rem,4vw,3rem);font-weight:950;line-height:1.12}.legacy-partner-section-heading p,.legacy-partner-copy>p{margin:0;font-size:.98rem;font-weight:650;line-height:1.7}.legacy-partner-steps{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;max-width:1120px;margin:0 auto;display:grid}.legacy-partner-card{background:#ffffff09;border:1px solid #ffffff0f;border-radius:12px;padding:24px;transition:border-color .18s,transform .18s;position:relative;overflow:hidden;box-shadow:0 20px 44px #00000057}.legacy-partner-card:hover{border-color:#c19a5b5c;transform:translateY(-2px)}.legacy-partner-card>span{width:40px;height:40px;color:var(--elo-gold);background:#c19a5b1a;border:1px solid #c19a5b4d;border-radius:999px;place-items:center;font-size:1.08rem;font-weight:950;display:grid}.legacy-partner-card h3{color:#fff;margin:16px 0 10px;font-size:1.06rem;font-weight:950}.legacy-partner-card p{margin:0;font-size:.9rem;font-weight:650;line-height:1.65}.legacy-partner-content{z-index:1;grid-template-columns:minmax(0,1fr) minmax(320px,430px);align-items:center;gap:48px;max-width:1120px;margin:0 auto;padding:64px clamp(20px,5vw,48px);display:grid;position:relative}.legacy-partner-copy{gap:24px;display:grid}.legacy-partner-spin{gap:14px;display:grid}.legacy-partner-spin>div{gap:12px;display:flex}.legacy-partner-spin>div>span{color:var(--elo-gold);flex:none;margin-top:3px;font-size:.72rem;font-weight:950}.legacy-partner-spin strong{color:#fff;margin-bottom:2px;font-size:.9rem;font-weight:950;display:block}.legacy-partner-spin p{color:#9ca3af;margin:0;font-size:.8rem;font-weight:650}.legacy-partner-card--program{gap:20px;padding:32px;display:grid}.legacy-partner-card--program h3{border-bottom:1px solid #ffffff0f;margin:0;padding-bottom:18px}.legacy-partner-commission{background:#ffffff0d;border:1px solid #ffffff0d;border-radius:12px;gap:10px;padding:16px;display:grid}.legacy-partner-commission div{color:#9ca3af;justify-content:space-between;gap:16px;padding:2px 0;font-size:.78rem;font-weight:800;display:flex}.legacy-partner-commission strong{color:#fff}.legacy-partner-commission div:nth-child(2) strong{color:var(--elo-gold)}.legacy-partner-faq{gap:16px;max-width:760px;margin:0 auto;display:grid}.legacy-partner-faq-item{background:#ffffff09;border:1px solid #ffffff0f;border-radius:12px;overflow:hidden}.legacy-partner-faq-item button{color:#fff;cursor:pointer;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;width:100%;padding:20px;font-size:.98rem;font-weight:950;display:flex}.legacy-partner-faq-item button:hover{background:#ffffff0d}.legacy-partner-faq-item strong{color:var(--elo-gold)}.legacy-partner-faq-item p{background:#ffffff03;border-top:1px solid #ffffff0d;margin:0;padding:20px;font-size:.92rem;font-weight:650;line-height:1.7}.legacy-partner-footer{z-index:1;text-align:center;background:#000108;border-top:1px solid #ffffff0d;padding:32px 24px;font-size:.76rem;font-weight:650;position:relative}.legacy-partner-footer p{margin:0}.legacy-affiliate-shell{color:#fff;background:radial-gradient(circle at 0 0,#c19a5b2e,#0000 26rem),linear-gradient(135deg,#020617 0%,#07162f 48%,#111827 100%);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex;position:relative}.legacy-affiliate-pattern{pointer-events:none;opacity:.22;background-image:linear-gradient(#ffffff12 1px,#0000 1px),linear-gradient(90deg,#ffffff12 1px,#0000 1px);background-size:34px 34px;position:fixed;inset:0;-webkit-mask-image:radial-gradient(circle,#000 0%,#0000 72%);mask-image:radial-gradient(circle,#000 0%,#0000 72%)}.legacy-affiliate-card{z-index:1;width:min(100%,480px);position:relative}.legacy-affiliate-form-card{color:#101827;background:#ffffffeb;border:1px solid #ffffff6b;border-radius:16px;flex-direction:column;padding:32px;display:flex;box-shadow:0 25px 70px #00000057}.legacy-affiliate-header{text-align:center;margin-bottom:24px}.legacy-affiliate-header>span{color:#101827;font-size:1.25rem;font-weight:950}.legacy-affiliate-steps{justify-content:center;gap:6px;margin-top:12px;display:flex}.legacy-affiliate-steps span{background:#e5e7eb;border-radius:999px;width:12px;height:6px;transition:width .18s,background-color .18s}.legacy-affiliate-steps span.is-current{background:var(--elo-gold);width:32px}.legacy-affiliate-steps span.is-complete{background:#c19a5b80}.legacy-affiliate-form,.legacy-affiliate-step{flex-direction:column;gap:16px;display:flex}.legacy-affiliate-step{animation:.3s both legacyAffiliateFade}.legacy-affiliate-grid{grid-template-columns:2fr 1fr;gap:16px;display:grid}.legacy-affiliate-field{flex-direction:column;gap:6px;display:flex}.legacy-affiliate-field>span{color:#6b7280;letter-spacing:.05em;text-transform:uppercase;font-size:.75rem;font-weight:950}.legacy-input-wrap{position:relative}.legacy-field-icon{color:#9ca3af;place-items:center;width:18px;height:18px;font-style:normal;font-weight:950;display:grid;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.legacy-field-icon:before{font-size:.76rem;line-height:1}.legacy-field-icon--user:before{content:"U"}.legacy-field-icon--mail:before{content:"@"}.legacy-field-icon--shield:before{content:"#"}.legacy-field-icon--phone:before{content:"T"}.legacy-field-icon--pin:before{content:"P"}.legacy-affiliate-field input{color:#101827;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;width:100%;min-height:48px;padding:0 14px;font-size:.95rem;font-weight:800;transition:border-color .16s,box-shadow .16s,background-color .16s}.legacy-input-wrap input{padding-left:40px}.legacy-affiliate-field input:focus{border-color:var(--elo-gold);background:#fff;outline:none;box-shadow:0 0 0 3px #c19a5b29}.legacy-affiliate-field small{color:#9ca3af;font-size:.63rem;font-weight:650}.legacy-upcoming{position:relative;overflow:hidden}.legacy-upcoming:before{z-index:2;pointer-events:none;content:"";background:#0206172e;position:absolute;inset:0}.legacy-upcoming-light:before{background:#ffffff2e}.legacy-upcoming:after{z-index:3;color:#fff;content:"EM BREVE";letter-spacing:.06em;text-align:center;background:#b91c1c;width:142px;padding:7px 0;font-size:.62rem;font-weight:950;line-height:1;position:absolute;top:13px;right:-39px;transform:rotate(42deg)}.legacy-affiliate-actions{gap:16px;padding-top:8px;display:flex}.legacy-affiliate-button{background:var(--elo-gold);color:#fff;cursor:pointer;border:0;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:8px;min-height:52px;padding:0 18px;font-weight:950;transition:background-color .16s,transform .16s,opacity .16s;display:inline-flex;box-shadow:0 12px 30px #c19a5b38}.legacy-affiliate-button:hover:not(:disabled){background:#a77f39;transform:translateY(-1px)}.legacy-affiliate-button--secondary{box-shadow:none;color:#4b5563;background:#f3f4f6}.legacy-affiliate-button--secondary:hover:not(:disabled){background:#e5e7eb}.legacy-affiliate-button:disabled{cursor:not-allowed;opacity:.5}.legacy-affiliate-terms{color:#4b5563;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;max-height:200px;padding:16px;font-size:.75rem;font-weight:650;line-height:1.65;overflow-y:auto}.legacy-affiliate-terms h4{color:#101827;margin:0 0 12px;font-size:.85rem;font-weight:950}.legacy-affiliate-terms p{margin:0 0 10px}.legacy-affiliate-check{color:#6b7280;cursor:pointer;align-items:flex-start;gap:10px;padding-top:8px;font-size:.78rem;font-weight:750;line-height:1.55;display:flex}.legacy-affiliate-check input{accent-color:var(--elo-gold);flex:none;margin-top:4px}.legacy-affiliate-error{color:#dc2626;background:#dc262614;border:1px solid #dc26262e;border-radius:8px;padding:12px;font-size:.78rem;font-weight:850}.legacy-affiliate-login{color:#6b7280;text-align:center;margin:24px 0 0;font-size:.78rem;font-weight:750}.legacy-affiliate-login-button{color:var(--elo-gold);cursor:pointer;font:inherit;background:0 0;border:0;padding:0;font-weight:950}.legacy-affiliate-login-button:hover{text-decoration:underline}@keyframes legacyAffiliateFade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.honeypot{opacity:0;position:absolute;left:-9999px}@media (max-width:1080px){.legacy-partner-steps,.legacy-partner-content{grid-template-columns:1fr}.legacy-partner-card--program{max-width:560px}.elo-shell{grid-template-columns:1fr}.elo-sidebar{height:auto;position:static}.elo-nav,.kpi-grid,.panel-grid,.access-grid,.detail-grid,.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.elo-panel--wide{grid-column:1/-1}.public-affiliate-hero,.public-affiliate-content{grid-template-columns:1fr}}@media (max-width:680px){.legacy-partner-header,.legacy-partner-nav,.legacy-partner-actions{flex-direction:column;align-items:stretch}.legacy-partner-header{gap:16px}.legacy-partner-nav,.legacy-partner-nav a,.legacy-partner-button{width:100%}.legacy-partner-hero{padding-top:44px}.legacy-partner-band,.legacy-partner-content{padding-block:48px}.legacy-partner-commission div{flex-direction:column;gap:4px}.legacy-partner-faq-item button{gap:18px}.elo-workspace{padding:22px 14px}.elo-topbar{display:grid}.kpi-grid,.panel-grid,.access-grid,.detail-grid,.form-grid,.account-password-form,.elo-nav,.kanban-preview{grid-template-columns:1fr}.panel-heading,.panel-actions{flex-direction:column;align-items:stretch}.link-actions{flex-direction:column;align-items:flex-start}.button-link{width:100%}.public-affiliate-page{padding:28px 14px}.form-grid--public{grid-template-columns:1fr}}
