@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1a2a40;background-color:#fff;font-family:Inter,sans-serif}#root{min-height:100vh}.agenda-page{color:#1a2a40;background-color:#f8f9fc;flex-direction:column;min-height:100vh;font-family:Inter,sans-serif;display:flex}.agenda-header{background:#fff;padding:1.5rem 2rem;box-shadow:0 2px 15px #0000000a}.agenda-logo-nav{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;display:flex}.back-button{color:#0b1c3d;align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.back-button:hover{color:#2196f3;transform:translate(-4px)}.agenda-logo{object-fit:contain;height:40px}.agenda-main{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:3rem 2rem}.agenda-title-section{text-align:center;margin-bottom:2rem}.agenda-title{color:#0b1c3d;margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.agenda-subtitle{color:#556075;max-width:800px;margin:0 auto;font-size:1.15rem}.agenda-banner-container{border-radius:16px;margin-bottom:3rem;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000014}.agenda-banner-img{object-fit:cover;width:100%;height:250px;display:block}.agenda-banner-text{color:#fff;text-shadow:0 2px 4px #0000004d;background:linear-gradient(#0000,#0b1c3d99,#0b1c3df2);padding:3rem 2rem 1.5rem;font-size:1.1rem;line-height:1.6;position:absolute;bottom:0;left:0;right:0}.agenda-banner-text p{text-align:center;max-width:800px;margin:0 auto}.agenda-indicators{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:4rem;display:flex}.indicator{color:#556075;background:#fff;border-radius:50px;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-size:.9rem;display:flex;box-shadow:0 4px 15px #00000008}.indicator strong{color:#0b1c3d;font-size:1.2rem}.schedule-container{flex-direction:column;gap:3rem;display:flex}.day-block{flex-direction:column;gap:1.5rem;display:flex}.day-title{color:#0b1c3d;letter-spacing:1px;border-bottom:2px solid #e2e8f0;padding-bottom:.5rem;font-size:1.5rem;font-weight:800}.day-cards{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.agenda-card{background:#fff;border-radius:20px;flex-direction:column;padding:2rem;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 30px #0000000a}.agenda-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px #00000014}.border-blue:before{content:"";background:#2196f3;height:6px;position:absolute;top:0;left:0;right:0}.border-purple-gold:before{content:"";background:linear-gradient(90deg,#673ab7 0%,#d4af37 100%);height:6px;position:absolute;top:0;left:0;right:0}.border-green:before{content:"";background:#4caf50;height:6px;position:absolute;top:0;left:0;right:0}.border-gold:before{content:"";background:#d4af37;height:6px;position:absolute;top:0;left:0;right:0}.text-purple-gold{color:#673ab7}.card-icon-header{align-items:center;gap:.75rem;margin-bottom:.5rem;font-size:1.25rem;font-weight:700;display:flex}.card-time{color:#0b1c3d;border-bottom:1px solid #f1f5f9;margin-bottom:1.5rem;padding-bottom:1rem;font-size:1rem;font-weight:600}.card-objective{color:#556075;flex:1;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.card-objective strong{color:#0b1c3d;margin-bottom:.25rem;display:block}.agenda-action-btn{color:#fff;cursor:pointer;background:#0b1c3d;border:none;border-radius:12px;width:100%;padding:1rem;font-size:1rem;font-weight:600;transition:background .2s,transform .1s}.agenda-action-btn:hover{background:#1a3673}.agenda-action-btn:active{transform:scale(.98)}@media (width<=768px){.agenda-title{font-size:2rem}.agenda-main{padding:2rem 1.5rem}.agenda-highlight{padding:1rem 1.25rem}.indicator{justify-content:center;width:100%}}.dup-page{color:#1a2a40;background-color:#f4f6fa;flex-direction:column;min-height:100vh;font-family:Inter,sans-serif;display:flex}.dup-header{background:#fff;padding:1.5rem 2rem 2.5rem;box-shadow:0 4px 15px #00000005}.dup-nav{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto 2rem;display:flex}.dup-logo{object-fit:contain;height:40px}.dup-header-content{text-align:center}.dup-title{color:#0b1c3d;margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.dup-subtitle{color:#556075;font-size:1.1rem}.dup-main{flex-direction:column;flex:1;gap:2rem;width:100%;max-width:1200px;margin:-2rem auto 0;padding:0 2rem 3rem;display:flex}.dup-panel{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 10px 30px #0000000a}.panel-header{border-bottom:2px solid #f1f5f9;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.panel-header h2{color:#0b1c3d;font-size:1.4rem;font-weight:700}.panel-icon{width:28px;height:28px}.text-blue{color:#2196f3}.text-green{color:#4caf50}.text-gold{color:#d4af37}.text-purple{color:#673ab7}.progress-stats{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.stat-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:.5rem;padding:1.5rem;display:flex}.stat-label{color:#556075;font-size:.9rem;font-weight:600}.stat-value{color:#0b1c3d;font-size:1.5rem;font-weight:800}.stat-input{color:#0b1c3d;border:1px solid #cbd5e1;border-radius:8px;outline:none;padding:.5rem;font-size:1.3rem;font-weight:700}.stat-input:focus{border-color:#2196f3;box-shadow:0 0 0 3px #2196f31a}.progress-bar-container{margin-top:1rem}.progress-labels{color:#0b1c3d;justify-content:space-between;margin-bottom:.5rem;font-weight:600;display:flex}.progress-track{background:#e2e8f0;border-radius:20px;width:100%;height:16px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#2196f3,#00bcd4);border-radius:20px;height:100%;transition:width .5s ease-out}.dup-grid{grid-template-columns:1.5fr 1fr;gap:2rem;display:grid}.crm-panel{flex-direction:column;display:flex}.panel-desc{color:#556075;margin-bottom:1.5rem;font-size:.95rem}.contact-list{flex-direction:column;gap:.75rem;max-height:500px;padding-right:.5rem;display:flex;overflow-y:auto}.contact-row{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex}.contact-num{color:#94a3b8;min-width:24px;font-weight:700}.contact-name{color:#0b1c3d;background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:1rem}.contact-status{cursor:pointer;border:none;border-radius:20px;outline:none;padding:.4rem .75rem;font-size:.85rem;font-weight:600}.status-por{color:#475569;background:#f1f5f9}.status-invitado{color:#0369a1;background:#e0f2fe}.status-presentación{color:#854d0e;background:#fef08a}.status-inscrito{color:#166534;background:#dcfce3}.habits-progress{color:#0b1c3d;flex-direction:column;gap:.5rem;margin-bottom:1.5rem;font-weight:600;display:flex}.small-track{height:8px}.gold-fill{background:#d4af37}.habits-list{flex-direction:column;gap:1rem;display:flex}.habit-item{cursor:pointer;align-items:center;gap:1rem;padding:.5rem 0;transition:opacity .2s;display:flex}.habit-item.completed{opacity:.6;text-decoration:line-through}.habit-item input{cursor:pointer;accent-color:#d4af37;width:20px;height:20px}.habit-text{font-size:.95rem;font-weight:500}.dynamic-matrix-container{align-items:stretch;gap:2rem;margin-top:1.5rem;display:flex}.matrix-tabs{flex-direction:column;gap:.5rem;min-width:250px;display:flex}.matrix-tab{cursor:pointer;text-align:left;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;align-items:flex-start;padding:1rem 1.5rem;transition:all .2s;display:flex}.matrix-tab:hover{background:#eef2f6;border-color:#cbd5e1}.matrix-tab.active{color:#fff;background:#0b1c3d;border-color:#0b1c3d;box-shadow:0 4px 15px #0b1c3d33}.matrix-tab .tab-name{color:inherit;margin-bottom:.25rem;font-size:1.1rem;font-weight:700}.matrix-tab .tab-time{opacity:.7;font-size:.85rem}.matrix-content{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;flex:1;padding:2rem;display:flex}.matrix-content-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.matrix-content-header h3{color:#0b1c3d;margin:0;font-size:1.8rem;font-weight:800}.matrix-income-badge{color:#166534;background:#dcfce3;border-radius:20px;padding:.5rem 1rem;font-size:.95rem;font-weight:700}.matrix-desc{color:#475569;margin-bottom:2rem;line-height:1.6}.matrix-reqs-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.req-box{background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;gap:.5rem;padding:1.25rem;display:flex}.highlight-box{border-color:#93c5fd;box-shadow:0 0 0 2px #93c5fd4d}.req-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:600}.req-value{color:#0f172a;font-size:1.15rem;font-weight:700}.matrix-action-box{background:#eef2ff;border:1px solid #c7d2fe;border-radius:10px;margin-top:auto;padding:1.5rem}.matrix-action-box h4{color:#4338ca;margin:0 0 .5rem;font-size:1.1rem}.matrix-action-box p{color:#3730a3;margin:0;line-height:1.5}.explainer-panel{margin-top:2rem}.steps-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.step-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:1rem;padding:2rem;transition:transform .3s,box-shadow .3s;display:flex}.step-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000000d}.step-icon-wrapper{border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:.5rem;display:flex}.step-icon-wrapper.silver{color:#475569;background:#e2e8f0}.step-icon-wrapper.gold{color:#a16207;background:#fef08a}.step-icon-wrapper.diamond{color:#4f46e5;background:#e0e7ff}.step-card h3{color:#0b1c3d;margin:0;font-size:1.25rem;font-weight:700}.step-card p{color:#475569;margin:0;font-size:.95rem;line-height:1.6}@media (width<=992px){.dup-grid{grid-template-columns:1fr}.dynamic-matrix-container{flex-direction:column}.matrix-tabs{flex-direction:row;padding-bottom:.5rem;overflow-x:auto}.matrix-tab{min-width:150px}}@media (width<=768px){.dup-main{padding:0 1rem 2rem}.dup-panel{padding:1.5rem}.contact-row{flex-direction:column;align-items:flex-start}.contact-status{width:100%}}.landing-page{color:#1a2a40;flex-direction:column;min-height:100vh;font-family:Inter,sans-serif;display:flex;position:relative}.background-overlay{z-index:-2;background-color:#f0f4f8;background-position:50%;background-size:cover;width:100vw;height:100vh;position:fixed;top:0;left:0}.network-overlay{z-index:-1;background:linear-gradient(90deg,#fff 0%,#ffffffd9 45%,#fff0 100%);width:100vw;height:100vh;position:fixed;top:0;left:0}.content-wrapper{flex-direction:column;flex:1;justify-content:center;max-width:1400px;margin:0;padding:1rem 4rem;display:flex;position:relative}.header{margin-bottom:2rem}.logo-container{flex-direction:column;align-items:flex-start;display:flex}.brand-logo{width:100%;max-width:220px;height:auto;margin-bottom:.2rem;display:block}.logo-tagline{color:#555;letter-spacing:.05em;margin-left:2px;font-size:.7rem;font-weight:700}.main-content{flex-direction:column;max-width:750px;display:flex}.text-section{margin-bottom:2rem;animation:.8s ease-out forwards slideInLeft}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.headline{color:#11265f;margin-bottom:1rem;font-size:3.8rem;font-weight:400;line-height:1.05}.headline-highlight{font-weight:800}.headline-underline{background-color:#d4af37;width:65px;height:4px;margin-bottom:1rem}.subtitle{color:#4a5568;max-width:550px;font-size:1.15rem;line-height:1.5}.cards-section{flex-wrap:nowrap;justify-content:flex-start;gap:1rem;display:flex}.card{text-align:center;cursor:pointer;background:#fff;border-bottom:4px solid #0000;border-radius:12px;flex-direction:column;align-items:center;width:calc(33.333% - .66rem);max-width:240px;padding:1.5rem 1rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;box-shadow:0 10px 30px #0000000d}.card:hover{border-bottom:4px solid #d4af37;transform:translateY(-8px);box-shadow:0 20px 40px #0000001f}.card-icon-container{color:#11265f;margin-bottom:1rem;transition:transform .3s}.card:hover .card-icon-container{color:#00b4d8;transform:scale(1.15)}.card-title{color:#11265f;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.5rem;font-size:1rem;font-weight:800}.card-text{color:#666;flex-grow:1;margin-bottom:1.2rem;font-size:.85rem;line-height:1.4}.card-btn{color:#fff;cursor:pointer;background:#11265f;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex}.card:hover .card-btn{background:#00b4d8;transform:translate(5px);box-shadow:0 5px 15px #00b4d866}.footer{color:#ffffffb3;letter-spacing:.05em;background-color:#0a1931;border-top:4px solid #d4af37;justify-content:space-between;align-items:center;margin-top:auto;padding:.8rem 4rem;font-size:.7rem;display:flex;position:relative}.footer-left{line-height:1.4}.footer-right{color:#fff;align-items:center;gap:.75rem;font-size:.85rem;font-weight:600;display:flex}.footer-logo{filter:brightness(0)invert();width:auto;height:24px}@media (width<=1024px){.content-wrapper{padding:1rem 2rem}.headline{font-size:3rem}.brand-logo{max-width:180px}.card{padding:1.2rem .8rem}.card-title{font-size:.9rem}.card-text{font-size:.8rem}.network-overlay{background:linear-gradient(90deg,#fffffff2 0%,#ffffffe6 60%,#fff9 100%)}}@media (width<=768px){.landing-page{height:auto;min-height:100vh;overflow:visible}.content-wrapper{justify-content:flex-start;padding:1.5rem}.header{margin-bottom:1.5rem}.headline{font-size:2.4rem}.subtitle{font-size:1rem}.brand-logo{max-width:160px}.cards-section{flex-direction:column;gap:1.2rem}.card{width:100%;max-width:100%;padding:1.5rem}.footer{text-align:center;flex-direction:column;gap:1rem;padding:1.5rem}.network-overlay{background:#fffffff2}}
