@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Light.ttf)format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Regular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Medium.ttf)format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat-Bold.ttf)format("truetype");font-weight:700;font-style:normal}:root{--primary:#7367f0;--primary-light:#8d82fd;--primary-dark:#584cdb;--primary-bg:#f1eeff;--secondary:#82868b;--tertiary:#4bcbf9;--success:#28c76f;--alert:#ea5455;--warning:#f79c39;--bg:#fff;--bg-shade1:#f4f5fa;--bg-shade2:#f7f7fb;--surface:#fff;--text:#5e5873;--text-heading:#3b3554;--text-secondary:#6e6b7b;--text-muted:#b9b9c3;--border:#ebe9f1;--line:#ebecf9;--gradient-primary:linear-gradient(135deg, #8d82fd 0%, #584cdb 100%);--gradient-soft:linear-gradient(135deg, #f1eeff 0%, #e8e4ff 100%);--gradient-hero:linear-gradient(135deg, #f8f7ff 0%, #ede9fe 50%, #f4f5fa 100%);--shadow-sm:0 1px 3px #0000000a;--shadow-md:0 4px 20px #7367f014;--shadow-lg:0 10px 40px #7367f01f;--shadow-glow:0 0 60px #7367f026;--radius:16px;--radius-sm:10px;--radius-lg:24px}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{background:var(--bg);width:100%;height:100%;color:var(--text);-webkit-font-smoothing:antialiased;font-family:Montserrat,-apple-system,BlinkMacSystemFont,sans-serif;overflow:hidden}.slide{z-index:1;flex-direction:column;justify-content:center;align-items:center;padding:60px 80px;display:flex;position:absolute;inset:0;overflow:hidden}.slide-center{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex;position:relative}.slide-split{grid-template-columns:1fr 1fr;align-items:center;gap:60px;width:100%;max-width:1200px;height:100%;display:grid}.slide-left{flex-direction:column;justify-content:center;gap:20px;display:flex}.slide-right{flex-direction:column;justify-content:center;align-items:center;display:flex}h1{color:var(--text-heading);letter-spacing:-.02em;font-size:3.2rem;font-weight:700;line-height:1.2}h2{color:var(--text-heading);letter-spacing:-.01em;font-size:2.2rem;font-weight:700;line-height:1.3}h3{color:var(--text-heading);font-size:1.4rem;font-weight:600;line-height:1.4}p{color:var(--text-secondary);font-size:1.1rem;line-height:1.7}.gradient-text{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.text-primary{color:var(--primary)}.text-success{color:var(--success)}.text-alert{color:var(--alert)}.text-muted{color:var(--text-muted)}.text-large{font-size:4rem;font-weight:700}.text-xl{font-size:5rem;font-weight:700}.text-hero{letter-spacing:-.03em;font-size:6rem;font-weight:700}.section-glow{pointer-events:none;border-radius:50%;width:600px;height:600px;position:absolute}.section-title{color:var(--text-heading);z-index:1;font-size:4rem;font-weight:700;position:relative}.section-subtitle{color:var(--text-secondary);z-index:1;margin-top:16px;font-size:1.4rem;position:relative}.glass-card{-webkit-backdrop-filter:blur(20px);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-md);background:#fffc;flex-direction:column;height:100%;padding:28px;transition:box-shadow .3s;display:flex}.glass-card:hover{box-shadow:var(--shadow-lg)}.icon-card{text-align:center;flex-direction:column;align-items:center;gap:12px;min-width:200px;height:100%;display:flex}.icon-card-icon{background:var(--primary-bg);border:2px solid;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.4rem;display:flex}.icon-card-title{color:var(--text-heading);font-size:1rem;font-weight:600}.icon-card-desc{color:var(--text-secondary);font-size:.85rem;line-height:1.5}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));align-items:stretch;gap:20px;width:100%;max-width:1000px;display:grid}.feature-grid>*,.feature-grid>*>*{height:100%}.feature-grid-3{grid-template-columns:repeat(3,1fr)}.feature-grid-4{grid-template-columns:repeat(4,1fr)}.pain-card{background:var(--primary-bg);border-radius:var(--radius);text-align:center;border:1px solid #d6d0ff;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:24px;display:flex}.solution-card{background:var(--primary-bg);border-radius:var(--radius);text-align:center;border:1px solid #d6d0ff;flex-direction:column;height:100%;padding:24px;display:flex}.pricing-table{border-collapse:separate;border-spacing:0;border-radius:var(--radius);width:100%;max-width:700px;box-shadow:var(--shadow-md);overflow:hidden}.pricing-table th{background:var(--gradient-primary);color:#fff;text-transform:uppercase;letter-spacing:.05em;padding:16px 24px;font-size:.9rem;font-weight:600}.pricing-table td{border-bottom:1px solid var(--line);background:#fff;padding:14px 24px;font-size:1rem}.pricing-table tr:nth-child(2n) td{background:var(--bg-shade2)}.pricing-table tr.highlight td{background:var(--primary-bg);color:var(--primary);font-size:1.1rem;font-weight:700}.timeline{align-items:flex-start;gap:0;width:100%;max-width:900px;margin:40px auto;display:flex}.timeline-step{text-align:center;flex:1;position:relative}.timeline-step:after{content:"";background:var(--line);z-index:0;width:100%;height:2px;position:absolute;top:20px;right:-50%}.timeline-step:last-child:after{display:none}.timeline-dot{background:var(--gradient-primary);color:#fff;z-index:1;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin:0 auto 12px;font-size:.9rem;font-weight:700;display:flex;position:relative}.timeline-label{color:var(--text-secondary);font-size:.85rem;font-weight:500}.kbd{background:var(--bg-shade1);border:1px solid var(--border);min-width:36px;height:36px;color:var(--text-heading);border-bottom-width:3px;border-radius:8px;justify-content:center;align-items:center;padding:4px 10px;font-family:Montserrat,monospace;font-size:.8rem;font-weight:600;display:inline-flex;box-shadow:0 1px 2px #0000000d}.kbd-combo{align-items:center;gap:6px;display:inline-flex}.kbd-plus{color:var(--text-muted);font-size:.8rem}.quote-block{color:var(--text);max-width:800px;padding:24px 32px 24px 48px;font-size:1.2rem;font-style:italic;line-height:1.8;position:relative}.quote-block:before{content:"“";color:var(--primary);opacity:.2;font-family:Georgia,serif;font-size:5rem;line-height:1;position:absolute;top:0;left:0}.tag{text-transform:uppercase;letter-spacing:.05em;border-radius:100px;align-items:center;padding:6px 14px;font-size:.75rem;font-weight:600;display:inline-flex}.tag-primary{background:var(--primary-bg);color:var(--primary)}.tag-success{color:var(--success);background:#e8fff0}.tag-alert{background:var(--primary-bg);color:var(--primary)}.phone-mockup{width:280px;height:560px;box-shadow:var(--shadow-lg), 0 0 0 2px #333;background:#fff;border:8px solid #1a1a1a;border-radius:36px;position:relative;overflow:hidden}.phone-mockup:before{content:"";z-index:2;background:#1a1a1a;border-radius:0 0 16px 16px;width:100px;height:28px;position:absolute;top:0;left:50%;transform:translate(-50%)}.phone-screen{background:var(--bg-shade1);width:100%;height:100%;overflow:hidden}.progress-bar{background:var(--line);z-index:100;height:3px;position:fixed;top:0;left:0;right:0}.progress-fill{background:var(--gradient-primary);border-radius:0 2px 2px 0;height:100%}.slide-counter{z-index:100;align-items:baseline;gap:4px;font-size:.85rem;font-weight:500;display:flex;position:fixed;bottom:24px;right:32px}.slide-counter-current{color:var(--primary);font-size:1.2rem;font-weight:700}.slide-counter-sep,.slide-counter-total{color:var(--text-muted)}.nav-arrows{z-index:100;gap:8px;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.nav-arrow{border:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:44px;height:44px;color:var(--text);cursor:pointer;background:#ffffffe6;border-radius:12px;justify-content:center;align-items:center;transition:all .2s;display:flex}.nav-arrow:hover:not(:disabled){background:var(--primary-bg);color:var(--primary);border-color:var(--primary)}.nav-arrow:disabled{opacity:.3;cursor:not-allowed}.slide-overview{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:200;background:#fffffff2;justify-content:center;align-items:center;padding:40px;display:flex;position:fixed;inset:0}.overview-grid{grid-template-columns:repeat(7,1fr);gap:12px;width:100%;max-width:1000px;display:grid}.overview-item{aspect-ratio:16/9;background:var(--bg-shade1);border:2px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:4px;transition:all .2s;display:flex}.overview-item:hover{border-color:var(--primary);background:var(--primary-bg)}.overview-item.active{border-color:var(--primary);box-shadow:0 0 0 3px #7367f033}.overview-number{color:var(--primary);font-size:1.2rem;font-weight:700}.overview-label{color:var(--text-secondary);text-align:center;padding:0 4px;font-size:.55rem}.flex-center{justify-content:center;align-items:center;display:flex}.flex-col{flex-direction:column;display:flex}.gap-sm{gap:8px}.gap-md{gap:16px}.gap-lg{gap:24px}.gap-xl{gap:40px}.w-full{width:100%}.max-w-800{max-width:800px}.max-w-1000{max-width:1000px}.max-w-1200{max-width:1200px}.text-center{text-align:center}.mb-2{margin-bottom:8px}.mb-4{margin-bottom:16px}.mb-8{margin-bottom:32px}.mt-2{margin-top:8px}.mt-4{margin-top:16px}.mt-8{margin-top:32px}.whatsapp-bubble{color:#303030;text-align:left;background:#dcf8c6;border-radius:12px 12px 0;max-width:300px;padding:12px 16px;font-size:.85rem;box-shadow:0 1px 2px #0000001a}.whatsapp-bubble .time{color:#8e8e8e;text-align:right;margin-top:4px;font-size:.65rem}.whatsapp-header{color:#fff;background:#075e54;border-radius:12px 12px 0 0;align-items:center;gap:10px;padding:10px 16px;font-size:.9rem;font-weight:600;display:flex}.bg-blob{filter:blur(80px);opacity:.12;pointer-events:none;border-radius:50%;position:absolute}.bg-blob-1{background:var(--primary);width:400px;height:400px;top:-100px;right:-100px}.bg-blob-2{background:var(--tertiary);width:300px;height:300px;bottom:-80px;left:-80px}.bg-blob-3{background:#b4adff;width:250px;height:250px;top:50%;left:50%;transform:translate(-50%,-50%)}.vs-container{grid-template-columns:1fr auto 1fr;align-items:center;gap:32px;width:100%;max-width:900px;display:grid}.vs-divider{background:var(--gradient-primary);color:#fff;width:60px;height:60px;box-shadow:var(--shadow-glow);border-radius:50%;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex}
