: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;min-height:100vh}.landing-page{flex-direction:column;min-height:100vh;display:flex}.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;max-width:600px}.hero-title{background:linear-gradient(90deg,#fff,#93c5fd);-webkit-text-fill-color:transparent;-webkit-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;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){.hero-section{text-align:center;flex-direction:column;gap:3rem;padding:4rem 2rem}.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}}
