:root{--primary:#0a192f;--primary-light:#1e293b;--secondary:#00a8e8;--secondary-hover:#008dcc;--slate:#475569;--background:#f8fafc;--surface:#ffffffbf;--surface-solid:#fff;--surface-border:#ffffff80;--text-dark:#0f172a;--text-light:#f8fafc;--error:#ef4444;--success:#10b981;--font-family:"Outfit", "Inter", system-ui, -apple-system, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background:var(--background);color:var(--text-dark);-webkit-font-smoothing:antialiased;width:100%;max-width:100vw;min-height:100vh;overflow-x:hidden}.landing-page{flex-direction:column;width:100%;max-width:100vw;min-height:100vh;display:flex;overflow-x:hidden}.app-header{-webkit-backdrop-filter:blur(8px);z-index:100;background:#ffffffd9;border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;padding:1.5rem 4rem;display:flex;position:sticky;top:0}.logo-wrapper{color:var(--primary);letter-spacing:-.5px;align-items:center;gap:.5rem;font-size:1.75rem;font-weight:800;display:flex}.logo-icon{color:var(--secondary)}.hero-section{color:var(--text-light);background:linear-gradient(135deg,#0a192f 0%,#172554 100%);justify-content:space-between;align-items:center;padding:6rem 4rem;display:flex;position:relative;overflow:hidden}.hero-content{z-index:2;flex:1;width:100%;min-width:0;max-width:600px}.hero-title{background:linear-gradient(90deg,#fff,#93c5fd);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.hero-subtitle{color:#cbd5e1;margin-bottom:2rem;font-size:1.25rem;font-weight:400;line-height:1.6}.trust-badges{flex-direction:column;gap:1rem;margin-top:2rem;display:flex}.trust-badges-title{color:#94a3b8;text-transform:uppercase;letter-spacing:1px;font-size:.85rem;font-weight:600}.badges-marquee-container{width:100%;max-width:500px;padding:1rem 0;display:flex;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.badges-row{flex-wrap:nowrap;align-items:center;gap:1.5rem;width:max-content;animation:20s linear infinite scroll-badges;display:flex}.badges-row:hover{animation-play-state:paused}@keyframes scroll-badges{0%{transform:translate(0)}to{transform:translate(calc(-50% - .75rem))}}.badge-circle{cursor:default;background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:85px;height:85px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 4px 10px #0003}.badge-circle:hover{z-index:10;transform:translateY(-8px)scale(1.15);box-shadow:0 10px 25px #0006}.hero-widget-container{z-index:2;flex:1;justify-content:flex-end;width:100%;min-width:0;display:flex}.glass-widget{-webkit-backdrop-filter:blur(16px);background:#ffffff1a;border:1px solid #fff3;border-radius:24px;width:100%;max-width:450px;padding:3rem;box-shadow:0 25px 50px -12px #00000080}.widget-title{color:#fff;text-align:center;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.input-group{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;display:flex}.input-group label{color:#e2e8f0;font-size:.9rem;font-weight:500}.input-field{color:var(--text-dark);background-color:#fffffff2;border:2px solid #0000;border-radius:12px;outline:none;padding:1.125rem;font-size:1rem;transition:all .3s}.input-field:focus{border-color:var(--secondary);box-shadow:0 0 0 4px #00a8e833}.btn-primary{background:var(--secondary);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1.125rem;font-size:1.1rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 4px 15px #00a8e866}.btn-primary:hover{background:var(--secondary-hover);transform:translateY(-2px);box-shadow:0 6px 20px #00a8e880}.pitch-section{text-align:center;background:#fff;padding:6rem 4rem}.pitch-text{color:var(--primary);max-width:900px;margin:0 auto;font-size:2.25rem;font-weight:700;line-height:1.3}.pitch-highlight{color:var(--secondary)}.integration-cards{flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:4rem;display:flex}.integration-card{background:var(--background);text-align:left;border:1px solid #0000000d;border-radius:20px;max-width:480px;padding:2.5rem;transition:transform .3s,box-shadow .3s;box-shadow:0 10px 30px #00000005}.integration-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000000d}.integration-icon{color:#000;margin-bottom:1.5rem;display:block}.integration-title{color:var(--primary);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.integration-desc{color:var(--slate);font-size:1.05rem;line-height:1.6}.sectors-section{background:var(--background);padding:4rem 4rem 6rem}.sectors-title{text-align:center;color:var(--text-dark);margin-bottom:4rem;font-size:2rem;font-weight:700}.sectors-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.sector-card{text-align:center;background:#fff;border:1px solid #00000005;border-radius:20px;flex-direction:column;align-items:center;padding:2.5rem 2rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 10px 30px #00000008}.sector-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000000f}.sector-icon{width:64px;height:64px;color:var(--secondary);background:#00a8e81a;border-radius:16px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.sector-title{color:var(--primary);margin-bottom:1rem;font-size:1.25rem;font-weight:700}.sector-desc{color:var(--slate);font-size:.95rem;line-height:1.5}.text-error{color:#fda4af;font-size:.9rem;font-weight:500}.text-center{text-align:center}.mt-4{margin-top:1rem}.glass-container{background:var(--surface);-webkit-backdrop-filter:blur(12px);border:1px solid var(--surface-border);border-radius:20px;width:100%;max-width:500px;margin:2rem auto;padding:3rem;box-shadow:0 8px 32px #0a192f1a}h1.logo-title{color:var(--primary);text-align:center;justify-content:center;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:2rem;font-weight:800;display:flex}.amount-display{color:var(--primary);margin:1rem 0;font-size:2.5rem;font-weight:800}.receipt-details-list{background:#fff9;border:1px solid #0000000d;border-radius:12px;margin-bottom:2rem;padding:1.5rem;list-style:none}.receipt-details-list li{border-bottom:1px dashed #0a192f1a;justify-content:space-between;padding:.75rem 0;font-weight:500;display:flex}.receipt-details-list li:last-child{border-bottom:none}.label{color:var(--slate)}.value{color:var(--text-dark);font-weight:700}.payment-methods-section{text-align:center;background:#fff;padding:4rem 4rem 6rem}.payment-methods-container{flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;max-width:1000px;margin:0 auto;display:flex}.payment-method-item{flex-direction:column;align-items:center;gap:1rem;display:flex}.brand-circle{background:#f8fafc;border:1px solid #0000000d;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;transition:transform .3s;display:flex;overflow:hidden;box-shadow:0 4px 15px #0000000d}.brand-circle:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001a}.brand-logo{object-fit:contain;width:100%;height:100%;padding:12px}.daviplata-logo{padding:16px}.brand-icon{color:var(--primary)}.payment-method-item span{color:var(--slate);font-size:.95rem;font-weight:600}@media (width<=900px){.app-header{padding:1.5rem 2rem}.hero-section{text-align:center;flex-direction:column;gap:3rem;padding:4rem 2rem}.hero-widget-container{justify-content:center}.badge-circle{width:60px;height:60px}.badges-row{gap:.75rem}.brand-circle{width:60px;height:60px}.hero-title{font-size:2.5rem}.pitch-section{padding:4rem 2rem}.pitch-text{font-size:1.5rem}.sectors-section{padding:3rem 2rem}.pricing-section,.workflow-section,.monthly-value-section{padding:4rem 2rem}}@media (width<=600px){.app-header{padding:1rem}.logo-wrapper{font-size:1.25rem}.logo-icon{width:24px!important;height:24px!important}.btn-secondary{padding:.5rem .8rem;font-size:.85rem}.hero-section{padding:3rem 1rem}.hero-title{word-break:break-word;font-size:1.8rem}.hero-subtitle{font-size:1.05rem}.badge-circle{width:50px;height:50px}.glass-widget{padding:2rem 1.5rem}.pitch-section,.sectors-section,.payment-methods-section{padding:3rem 1rem}.pitch-text{font-size:1.25rem}.sectors-title{font-size:1.5rem}.badges-marquee-container{-webkit-mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000);mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000)}.pricing-section,.workflow-section,.monthly-value-section{max-width:100vw;padding:2rem 1rem;overflow:hidden}.pricing-grid{flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:0;display:flex}.pricing-card{width:100%;max-width:450px;margin:0 auto;padding:1.25rem}.pricing-header h3{word-break:break-word;font-size:1.35rem}.pricing-card.popular{border:2px solid var(--secondary);margin:0;transform:none}.pricing-card.popular:hover{transform:translateY(-4px)}.workflow-step{flex-direction:column;gap:1rem}.step-number{width:40px;height:40px;margin-bottom:.5rem;font-size:1rem}.workflow-timeline:before{left:19px}.value-grid{grid-template-columns:1fr}.pricing-title-area h1.sectors-title{font-size:2rem!important}}.pricing-page{background:var(--background)}.pricing-section{background:var(--background);padding:4rem}.pricing-title-area{max-width:800px;margin:0 auto}.section-subtitle{color:var(--slate);text-align:center;margin-bottom:3rem;font-size:1.25rem}.btn-secondary{color:var(--secondary);cursor:pointer;background:#00a8e81a;border:1px solid #00a8e833;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;display:flex}.btn-secondary:hover{background:#00a8e826;box-shadow:0 4px 10px #00a8e81a}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.pricing-card{background:#fff;border:1px solid #0000000d;border-radius:20px;flex-direction:column;padding:2.5rem;transition:transform .3s,box-shadow .3s;display:flex;position:relative;box-shadow:0 10px 30px #00000008}.pricing-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000014}.pricing-card.popular{border:2px solid var(--secondary);transform:scale(1.02);box-shadow:0 15px 40px #00a8e826}.pricing-card.popular:hover{transform:scale(1.04)translateY(-8px)}.popular-badge{background:var(--secondary);color:#fff;letter-spacing:1px;text-transform:uppercase;border-radius:20px;padding:.5rem 1.25rem;font-size:.85rem;font-weight:700;position:absolute;top:-15px;left:50%;transform:translate(-50%)}.text-secondary{color:var(--secondary)}.cursor-pointer{cursor:pointer}.pricing-header h3{color:var(--primary);margin-top:1.5rem;margin-bottom:.5rem;font-size:1.5rem;line-height:1.2}.pricing-ideal{color:var(--secondary-hover);background:#00a8e81a;border-radius:6px;margin-bottom:1rem;padding:.25rem .75rem;font-size:.85rem;font-weight:600;display:inline-block}.pricing-target{color:var(--slate);height:45px;margin-bottom:2rem;font-size:.95rem}.pricing-price{border-bottom:1px dashed #0000001a;margin-bottom:2rem;padding-bottom:2rem}.price-label{color:var(--slate);text-transform:uppercase;letter-spacing:1px;font-size:.85rem;font-weight:600}.pricing-price h4{color:var(--primary);margin-top:.5rem;font-size:2.25rem;font-weight:800}.pricing-price h4 span{color:var(--slate);font-size:1rem;font-weight:500}.pricing-features{flex:1;list-style:none}.pricing-features li{color:var(--text-dark);align-items:flex-start;gap:.75rem;margin-bottom:1rem;font-size:.95rem;font-weight:500;line-height:1.4;display:flex}.pricing-monthly{text-align:center;background:#00000005;border-radius:12px;margin-top:2rem;padding:1rem}.pricing-monthly span{color:var(--slate);margin-bottom:.25rem;font-size:.85rem;display:block}.pricing-monthly strong{color:var(--primary);font-size:1.15rem}.workflow-section{background:#fff;padding:4rem}.workflow-header-container{text-align:center;margin-bottom:4rem}.workflow-timeline{flex-direction:column;gap:2rem;max-width:800px;margin:0 auto;display:flex;position:relative}.workflow-timeline:before{content:"";background:#00a8e833;width:2px;position:absolute;top:0;bottom:0;left:24px}.workflow-step{gap:2rem;display:flex;position:relative}.step-number{background:var(--secondary);color:#fff;z-index:2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.25rem;font-weight:800;display:flex;box-shadow:0 0 0 8px #fff,0 4px 10px #00a8e866}.step-content{background:var(--background);border:1px solid #00000008;border-radius:16px;flex:1;padding:2rem}.step-content h3{color:var(--primary);justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-size:1.35rem;display:flex}.step-time{color:var(--slate);background:#0000000d;border-radius:20px;padding:.25rem .75rem;font-size:.85rem}.step-roles{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.role{border-radius:8px;padding:1rem;font-size:.95rem;line-height:1.5}.role.muxygo{border-left:4px solid var(--secondary);background:#00a8e80d}.role.client{border-left:4px solid var(--slate);background:#0f172a08}.step-milestone{color:var(--success);background:#10b9811a;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.95rem;font-weight:600;display:flex}.step-milestone.success{background:var(--primary);color:#fff}.monthly-value-section{background:var(--background);padding:4rem 4rem 6rem}.monthly-intro{text-align:center;color:var(--slate);max-width:700px;margin:0 auto 4rem;font-size:1.15rem;line-height:1.6}.value-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.value-card{text-align:center;background:#fff;border-radius:20px;padding:2.5rem;transition:transform .3s;box-shadow:0 10px 30px #00000008}.value-card:hover{transform:translateY(-5px)}.value-icon{color:var(--secondary);margin-bottom:1.25rem}.value-card h3{color:var(--primary);margin-bottom:1rem;font-size:1.2rem}.value-card p{color:var(--slate);font-size:.95rem;line-height:1.6}
