:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;background-color:#fff;color:#213547;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body{margin:0;padding:0;min-height:100vh;background-color:#fff}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600}p{margin:0}button{font-family:inherit}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}@media (min-width: 768px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}}.receipt-form-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:1000}.receipt-form{background:#fff;border-radius:16px;padding:2rem;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.receipt-form h2{text-align:center;color:#333;margin-bottom:.5rem}.form-subtitle{text-align:center;color:#666;margin-bottom:2rem}.error-message{background:#fee2e2;border:1px solid #fecaca;color:#dc2626;padding:.75rem;border-radius:8px;margin-bottom:1.5rem;text-align:center}.form-group{margin-bottom:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:600}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .2s ease}.form-group textarea{resize:vertical;font-family:inherit}.form-actions{display:flex;gap:1rem;margin-top:2rem}.btn-primary,.btn-secondary{flex:1;padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 15px #667eea4d}.btn-secondary{background:#f3f4f6;color:#374151;border:2px solid #e5e7eb}.btn-secondary:hover{background:#e5e7eb}.form-note{text-align:center;color:#666;font-size:.875rem;margin-top:1rem}@media (max-width: 768px){.receipt-form{padding:1.5rem;margin:1rem}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}}.twilio-tester{max-width:800px;margin:2rem auto;padding:2rem;background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a}.twilio-tester h2{color:#333;text-align:center;margin-bottom:2rem}.credentials-section,.test-section{margin-bottom:2rem;padding:1.5rem;background:#f8f9ff;border-radius:12px;border:2px solid #e0e7ff}.credentials-section h3,.test-section h3{color:#333;margin-bottom:1rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;color:#374151;font-weight:600}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.button-group{display:flex;gap:1rem;flex-wrap:wrap}.twilio-tester button{background:#667eea;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.twilio-tester button:hover:not(:disabled){background:#5a67d8;transform:translateY(-1px)}.twilio-tester button:disabled{background:#cbd5e0;cursor:not-allowed;transform:none}.result{margin:1.5rem 0;padding:1rem;border-radius:8px;font-weight:600}.result.success{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.result.error{background:#fee2e2;color:#dc2626;border:1px solid #fecaca}.instructions{background:#fef3c7;padding:1.5rem;border-radius:12px;border:2px solid #fbbf24}.instructions h3{color:#92400e;margin-bottom:1rem}.instructions ol{color:#78350f;line-height:1.6}.instructions li{margin-bottom:.5rem}.instructions code{background:#fed7aa;padding:.2rem .4rem;border-radius:4px;font-family:monospace}@media (max-width: 768px){.twilio-tester{margin:1rem;padding:1.5rem}.button-group{flex-direction:column}.twilio-tester button{width:100%}}.whatsapp-integration{max-width:800px;margin:2rem auto;padding:2rem;background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a}.integration-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #f3f4f6}.integration-header h2{color:#333;margin:0}.server-status{display:flex;align-items:center;gap:.5rem;font-weight:600;padding:.5rem 1rem;border-radius:20px;font-size:.9rem}.server-status.online{background:#dcfce7;color:#166534}.server-status.offline{background:#fee2e2;color:#dc2626}.status-dot{width:8px;height:8px;border-radius:50%;background:currentColor}.server-warning{background:#fef3c7;border:1px solid #f59e0b;color:#92400e;padding:1rem;border-radius:8px;margin-bottom:2rem}.server-warning code{background:#fed7aa;padding:.2rem .4rem;border-radius:4px;font-family:monospace}.tab-navigation{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:2px solid #f3f4f6;padding-bottom:1rem}.tab-button{background:transparent;border:2px solid #e5e7eb;color:#6b7280;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.tab-button:hover{border-color:#667eea;color:#667eea}.tab-button.active{background:#667eea;border-color:#667eea;color:#fff}.phone-input-section{margin-bottom:2rem}.phone-input-section h3{color:#333;margin-bottom:1rem}.phone-input-group{display:flex;gap:1rem;margin-bottom:.5rem}.phone-input{flex:1;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem}.phone-input:focus{outline:none;border-color:#25d366}.btn-whatsapp{background:#25d366;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s;white-space:nowrap}.btn-whatsapp:hover:not(:disabled){background:#128c7e}.btn-whatsapp:disabled{background:#ccc;cursor:not-allowed}.btn-test{background:#667eea;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s;white-space:nowrap}.btn-test:hover:not(:disabled){background:#5a67d8}.btn-test:disabled{background:#ccc;cursor:not-allowed}.phone-help{color:#666;font-size:.9rem;margin:0}.sessions-section{margin-bottom:2rem}.sessions-section h3{color:#333;margin-bottom:1rem}.no-sessions{color:#666;font-style:italic;padding:1rem;background:#f9fafb;border-radius:8px;text-align:center}.sessions-list{display:flex;flex-direction:column;gap:.5rem}.session-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.session-phone{font-weight:600;color:#333}.session-state{background:#dbeafe;color:#1e40af;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:500}.session-data{color:#666;font-size:.9rem}.setup-instructions{background:#f8f9ff;padding:1.5rem;border-radius:12px;border:2px solid #e0e7ff}.setup-instructions h3{color:#333;margin-bottom:1rem}.setup-instructions ol{color:#555;line-height:1.6}.setup-instructions li{margin-bottom:.5rem}.setup-instructions a{color:#667eea;text-decoration:none}.setup-instructions a:hover{text-decoration:underline}.setup-instructions code{background:#e0e7ff;padding:.2rem .4rem;border-radius:4px;font-family:monospace;color:#4338ca}@media (max-width: 768px){.whatsapp-integration{margin:1rem;padding:1.5rem}.integration-header{flex-direction:column;gap:1rem;align-items:flex-start}.phone-input-group{flex-direction:column}.session-item{flex-direction:column;align-items:flex-start;gap:.5rem}}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.animate-fadeIn{animation:fadeIn .5s ease-out forwards}.animate-slideDown{animation:slideDown .5s ease-out forwards}.animate-slideUp{animation:slideUp .5s ease-out forwards}.animate-scaleIn{animation:scaleIn .5s ease-out forwards}.animate-delay-100{animation-delay:.1s}.animate-delay-200{animation-delay:.2s}.animate-delay-300{animation-delay:.3s}.hover-scale{transition:transform .3s ease-in-out}.hover-scale:hover{transform:scale(1.05)}.transition-custom{transition:all .3s ease-in-out}.subscription-container{min-height:100vh;background-color:#f8fafc;padding:3rem 1rem}.subscription-wrapper{max-width:1200px;margin:0 auto}.subscription-header{text-align:center;margin-bottom:3rem}.subscription-title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.subscription-subtitle{font-size:1.25rem;color:#64748b;margin-bottom:2rem}.phone-input-container{max-width:400px;margin:0 auto 2rem}.phone-input-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.phone-input{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:all .2s}.phone-input:focus{outline:none;border-color:#22c55e;box-shadow:0 0 0 3px #22c55e1a}.phone-input-hint{font-size:.75rem;color:#6b7280;margin-top:.25rem}.plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:4rem}.plan-card{background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;overflow:hidden;position:relative;transition:transform .2s,box-shadow .2s}.plan-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px -3px #0000001a}.plan-card.popular{border:2px solid #22c55e;transform:scale(1.05)}.plan-card.popular:hover{transform:scale(1.05) translateY(-4px)}.popular-badge{position:absolute;top:-1px;left:50%;transform:translate(-50%);background:#22c55e;color:#fff;padding:.25rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:500}.plan-content{padding:2rem}.plan-header{text-align:center;margin-bottom:2rem}.plan-name{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.plan-price{font-size:2.5rem;font-weight:700;color:#22c55e;margin-bottom:.5rem}.plan-description{color:#64748b;font-size:1rem}.plan-features{list-style:none;padding:0;margin:0 0 2rem}.plan-feature{display:flex;align-items:center;margin-bottom:1rem;padding:.5rem 0}.plan-feature-icon{color:#22c55e;margin-right:.75rem;font-weight:700}.plan-feature-text{color:#374151}.plan-button{width:100%;padding:.75rem 1rem;border:none;border-radius:.5rem;font-weight:500;font-size:1rem;cursor:pointer;transition:all .2s}.plan-button.disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.plan-button.popular{background:#22c55e;color:#fff}.plan-button.popular:hover:not(.disabled){background:#16a34a}.plan-button.standard{background:#1f2937;color:#fff}.plan-button.standard:hover:not(.disabled){background:#111827}.faq-section{max-width:800px;margin:4rem auto 0}.faq-title{font-size:2rem;font-weight:700;color:#1e293b;text-align:center;margin-bottom:2rem}.faq-list{display:flex;flex-direction:column;gap:1.5rem}.faq-item{background:#fff;border-radius:.5rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.faq-question{font-weight:600;color:#1e293b;margin-bottom:.5rem}.faq-answer{color:#64748b;line-height:1.6}.contact-section{text-align:center;margin-top:4rem}.contact-text{color:#64748b;margin-bottom:1rem}.contact-button{display:inline-flex;align-items:center;padding:.75rem 1.5rem;background:#22c55e;color:#fff;border:none;border-radius:.5rem;font-weight:500;text-decoration:none;cursor:pointer;transition:background-color .2s}.contact-button:hover{background:#16a34a}@media (max-width: 768px){.subscription-title{font-size:2rem}.subscription-subtitle{font-size:1.125rem}.plans-grid{grid-template-columns:1fr;gap:1.5rem}.plan-card.popular{transform:none}.plan-card.popular:hover{transform:translateY(-4px)}.plan-content{padding:1.5rem}}.plans-checkout{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:1rem 0 2rem}.checkout-container{max-width:1200px;margin:0 auto;padding:0 1rem}.back-btn{background:#ffffffe6;border:2px solid #e2e8f0;padding:.75rem 1.5rem;border-radius:12px;cursor:pointer;font-weight:600;color:#475569;transition:all .3s ease;margin-bottom:1.5rem;display:inline-flex;align-items:center;gap:.5rem}.back-btn:hover{background:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.checkout-header{text-align:center;margin-bottom:2rem}.checkout-header h1{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:.75rem;line-height:1.2}.checkout-header p{font-size:1.1rem;color:#64748b;margin-bottom:1.5rem;max-width:600px;margin-left:auto;margin-right:auto}.billing-toggle{display:inline-flex;background:#fff;border-radius:12px;padding:.4rem;box-shadow:0 4px 6px #0000000d;margin-bottom:1rem}.billing-toggle label{padding:.6rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease;color:#64748b;font-size:.95rem}.billing-toggle label.active{background:#667eea;color:#fff;box-shadow:0 2px 4px #667eea4d}.billing-toggle input{display:none}.discount{background:#22c55e;color:#fff;padding:.2rem .4rem;border-radius:4px;font-size:.7rem;margin-left:.4rem;font-weight:700}.plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2.5rem}.plan-card{background:#fff;border:3px solid #e2e8f0;border-radius:16px;padding:1.5rem;text-align:center;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;height:fit-content}.plan-card:hover{transform:translateY(-3px);box-shadow:0 15px 30px #0000001a}.plan-card.selected{border-color:#667eea;background:linear-gradient(135deg,#f0f4ff,#e0e7ff);box-shadow:0 15px 30px #667eea26;transform:translateY(-3px)}.plan-card.popular{border-color:#22c55e}.popular-label{position:absolute;top:-3px;left:50%;transform:translate(-50%);background:#22c55e;color:#fff;padding:.4rem 1.5rem;border-radius:0 0 12px 12px;font-size:.8rem;font-weight:600;z-index:1}.plan-card h3{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:.75rem;margin-top:.5rem}.plan-price{margin-bottom:.75rem}.plan-price .price{font-size:2.5rem;font-weight:700;color:#667eea;line-height:1}.plan-price .cycle{font-size:.9rem;color:#64748b;margin-left:.5rem}.yearly-savings{background:#dcfce7;color:#166534;padding:.4rem .8rem;border-radius:8px;font-size:.8rem;font-weight:600;margin-bottom:1rem}.features-list{list-style:none;text-align:left;margin-bottom:1.5rem;padding:0}.features-list li{padding:.4rem 0;color:#475569;font-size:.9rem;display:flex;align-items:center}.features-list li:before{content:"✓";color:#22c55e;font-weight:700;margin-right:.5rem;font-size:1rem}.plan-select-indicator{font-weight:600;color:#667eea;padding:.75rem;border-radius:12px;background:#667eea1a;font-size:.9rem;margin-top:auto}.plan-card.selected .plan-select-indicator{background:#667eea;color:#fff}.user-form{background:#fff;border-radius:16px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 4px 6px #0000000d}.user-form h3{font-size:1.3rem;font-weight:700;color:#1e293b;margin-bottom:1.25rem;text-align:center}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;color:#374151;margin-bottom:.4rem;font-size:.9rem}.form-group input{padding:.875rem;border:2px solid #e5e7eb;border-radius:10px;font-size:.95rem;transition:all .3s ease}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input::placeholder{color:#9ca3af;font-size:.9rem}.checkout-actions{text-align:center}.continue-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 2.5rem;border:none;border-radius:14px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 20px #667eea4d;margin-bottom:1.5rem;display:inline-flex;align-items:center;gap:.5rem}.continue-btn:hover{transform:translateY(-2px);box-shadow:0 8px 30px #667eea66}.continue-btn[data-free=true]{background:linear-gradient(135deg,#22c55e,#16a34a)}.continue-btn[data-free=true]:hover{box-shadow:0 8px 30px #22c55e66}.trust-indicators{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-top:1rem}.trust-item{color:#64748b;font-weight:600;font-size:.9rem;display:flex;align-items:center;gap:.3rem}.checkout-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:2rem}.checkout-summary{background:#fff;border-radius:20px;padding:2rem;height:fit-content;box-shadow:0 4px 6px #0000000d}.checkout-summary h2{font-size:1.75rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem}.selected-plan-card{border:2px solid #e5e7eb;border-radius:16px;padding:1.5rem;margin-bottom:2rem}.plan-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.plan-header h3{font-size:1.5rem;font-weight:700;color:#1e293b}.popular-badge{background:#22c55e;color:#fff;padding:.25rem 1rem;border-radius:20px;font-size:.75rem;font-weight:600}.savings{background:#dcfce7;color:#166534;padding:.75rem;border-radius:8px;font-weight:600;margin:1rem 0}.plan-features h4{color:#374151;margin-bottom:.5rem}.plan-features ul{list-style:none}.plan-features li{color:#22c55e;padding:.25rem 0}.user-info-summary{border:2px solid #e5e7eb;border-radius:16px;padding:1.5rem}.user-info-summary h4{color:#374151;margin-bottom:1rem}.user-info-summary p{color:#475569;margin-bottom:.5rem}.checkout-form{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 4px 6px #0000000d}.checkout-form h3{font-size:1.75rem;font-weight:700;color:#1e293b;margin-bottom:2rem}.payment-methods h4{color:#374151;margin-bottom:1rem}.payment-options{display:grid;gap:1rem;margin-bottom:2rem}.payment-option{display:flex;align-items:center;padding:1rem;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .3s ease}.payment-option:hover{border-color:#667eea;background:#f8fafc}.payment-option input{margin-right:1rem}.terms{margin-bottom:2rem}.checkbox-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer}.checkbox-label a{color:#667eea;text-decoration:none}.checkbox-label a:hover{text-decoration:underline}.subscribe-btn{width:100%;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;padding:1.25rem;border:none;border-radius:16px;font-size:1.25rem;font-weight:700;cursor:pointer;transition:all .3s ease;margin-bottom:2rem}.subscribe-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #22c55e4d}.security-info{text-align:center;color:#64748b}.security-info p{margin-bottom:.5rem}.plan-card[data-plan=free]{border:2px solid #10b981;background:linear-gradient(135deg,#ecfdf5,#f0fdf4)}.plan-card[data-plan=free] .plan-price .price{color:#10b981;font-weight:800}.plan-card[data-plan=free].selected{box-shadow:0 8px 25px #10b98140;transform:translateY(-4px)}.continue-btn[data-free=true]{background:linear-gradient(135deg,#10b981,#059669);border:none}.continue-btn[data-free=true]:hover{background:linear-gradient(135deg,#059669,#047857)}@media (max-width: 768px){.plans-checkout{padding:.5rem 0 2rem}.checkout-container{padding:0 1rem}.checkout-header{margin-bottom:1.5rem}.checkout-header h1{font-size:1.8rem;line-height:1.3}.checkout-header p{font-size:1rem;margin-bottom:1rem}.billing-toggle{width:100%;justify-content:center}.billing-toggle label{flex:1;text-align:center;padding:.6rem 1rem}.plans-grid{grid-template-columns:1fr;gap:1rem;margin-bottom:2rem}.plan-card{padding:1.25rem}.plan-card h3{font-size:1.3rem}.plan-price .price{font-size:2rem}.user-form{padding:1.25rem}.form-grid{grid-template-columns:1fr;gap:1rem}.continue-btn{width:100%;padding:1rem;font-size:1rem}.checkout-content{grid-template-columns:1fr;gap:1.5rem}.trust-indicators{flex-direction:column;align-items:center;gap:.75rem}.back-btn{width:100%;justify-content:center;margin-bottom:1rem}}@media (max-width: 480px){.checkout-header h1{font-size:1.6rem}.plan-price .price{font-size:1.8rem}.features-list li{font-size:.85rem}.billing-toggle label{font-size:.9rem;padding:.5rem .75rem}}*{box-sizing:border-box;margin:0;padding:0}.app{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#1a1a1a;background:#fff}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 2rem 4rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;min-height:80vh;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,255,255,.1) 0%,transparent 50%);pointer-events:none}.hero-content{position:relative;z-index:1;padding-left:20%}@media (max-width: 768px){.hero-content{padding-left:1rem}}.hero-badge{display:inline-block;background:#ffffff26;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:500;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.hero-title .highlight{background:linear-gradient(45deg,#25d366,#22c55e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;margin-bottom:2.5rem;opacity:.9;line-height:1.6;max-width:90%}.hero-cta{display:flex;gap:1rem;margin-bottom:3rem}.cta-primary{background:#25d366;color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #25d36666}.cta-primary:hover{background:#128c7e;transform:translateY(-2px);box-shadow:0 8px 25px #25d36680}.cta-secondary{background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.3);padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:12px;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-secondary:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-2px)}.hero-social-proof{margin-top:2rem}.proof-stats{display:flex;gap:2rem}.stat{display:flex;flex-direction:column;align-items:center}.stat-number{font-size:2rem;font-weight:700;margin-bottom:.25rem}.stat-label{font-size:.875rem;opacity:.8}.hero-visual{position:relative;z-index:1;display:flex;justify-content:center;align-items:center}.mockup-phone{width:300px;height:600px;background:#1a1a1a;border-radius:40px;padding:20px;box-shadow:0 20px 40px #0000004d;position:relative}.phone-screen{width:100%;height:100%;background:#25d366;border-radius:30px;padding:2rem 1rem;overflow:hidden}.whatsapp-chat{display:flex;flex-direction:column;gap:1rem;height:100%;justify-content:center}.chat-message{max-width:80%;padding:.75rem 1rem;border-radius:18px;font-size:.875rem;animation:fadeInUp .5s ease forwards}.chat-message.received{background:#fff;color:#1a1a1a;align-self:flex-start;border-bottom-left-radius:4px}.chat-message.sent{background:#fff3;color:#fff;align-self:flex-end;border-bottom-right-radius:4px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.back-button{position:absolute;top:2rem;left:2rem;background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.3);padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-weight:600;transition:all .2s ease}.back-button:hover{background:#ffffff4d;transform:translateY(-1px)}.logo{font-size:2.5rem;font-weight:700;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.main-content{max-width:1200px;margin:0 auto;padding:0 2rem}.social-proof{text-align:center;padding:4rem 0;border-bottom:1px solid #e5e7eb}.social-proof-text{font-size:1.6rem;color:#000;margin-bottom:2rem}.company-logos{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.logo-item{font-size:1rem;color:#6b7280;font-weight:500}.problem-solution{display:grid;grid-template-columns:1fr 1fr;gap:4rem;padding:6rem 0;border-bottom:1px solid #e5e7eb;margin-left:10%}.problem h2,.solution h2{font-size:2rem;margin-bottom:2rem}.problem-list,.solution-list{list-style:none}.problem-list li,.solution-list li{font-size:1.1rem;position:relative;padding:.75rem 0 .75rem 2rem}.problem-list li:before{content:"✗";position:absolute;left:0;color:#ef4444;font-weight:700}.solution-list li:before{content:"✓";position:absolute;left:0;color:#22c55e;font-weight:700}.features{padding:6rem 0}.features-header{text-align:center;margin-bottom:4rem}.features-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a}.features-header p{font-size:1.25rem;color:#6b7280}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.feature-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease;position:relative}.feature-card:hover{border-color:#667eea;transform:translateY(-4px);box-shadow:0 10px 25px #667eea26}.feature-card.featured{border-color:#25d366;background:linear-gradient(135deg,#f0fdf4,#dcfce7)}.feature-badge{position:absolute;top:-10px;left:50%;transform:translate(-50%);background:#25d366;color:#fff;padding:.25rem 1rem;border-radius:20px;font-size:.75rem;font-weight:600}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1a1a1a}.feature-card p{color:#6b7280;line-height:1.6}.feature-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.feature{padding:1.5rem;border-radius:12px;background:#fff;border:2px solid #e5e7eb;transition:all .2s ease}.feature:hover{border-color:#667eea;transform:translateY(-2px);box-shadow:0 4px 15px #667eea1a}.feature h3{color:#333;margin-bottom:.5rem;font-size:1.1rem}.feature p{color:#666;line-height:1.5;margin:0}.how-it-works{padding:6rem 0;background:#f8fafc}.how-it-works h2{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:4rem;color:#1a1a1a}.steps-timeline{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;max-width:1000px;margin:0 auto}.step{display:flex;align-items:flex-start;gap:1.5rem;padding-left:1.1rem;padding-right:1.1rem}.step-number{background:#667eea;color:#fff;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;flex-shrink:0}.step-content h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#1a1a1a}.step-content p{color:#6b7280;line-height:1.6}.pricing-preview{padding:6rem 0;text-align:center}.pricing-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a}.pricing-content p{font-size:1.25rem;color:#6b7280;margin-bottom:3rem}.pricing-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:900px;margin:0 auto}.pricing-card{background:#fff;border:2px solid #e5e7eb;border-radius:16px;padding:2rem;position:relative;transition:all .3s ease}.pricing-card:hover{border-color:#667eea;transform:translateY(-4px);box-shadow:0 10px 25px #667eea26}.pricing-card.popular{border-color:#25d366;background:linear-gradient(135deg,#f0fdf4,#dcfce7);transform:scale(1.05)}.popular-badge{position:absolute;top:-10px;left:50%;transform:translate(-50%);background:#25d366;color:#fff;padding:.25rem 1rem;border-radius:20px;font-size:.75rem;font-weight:600}.pricing-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1a1a1a}.price{font-size:2.5rem;font-weight:700;color:#25d366;margin-bottom:.5rem}.price span{font-size:1rem;color:#6b7280}.pricing-card p{color:#6b7280;margin-bottom:2rem}.price-cta{width:100%;padding:.75rem 1.5rem;background:#667eea;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.price-cta:hover{background:#5a67d8;transform:translateY(-2px)}.cta-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center;margin:3rem 0;padding:4rem 2rem;border-radius:24px;position:relative;overflow:hidden;box-shadow:0 20px 40px #667eea33}.cta-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,255,255,.1) 0%,transparent 50%);pointer-events:none}.cta-section h2{font-size:2.5rem;margin-bottom:1rem;font-weight:700;position:relative;z-index:1;text-shadow:0 2px 4px rgba(0,0,0,.1)}.cta-section .subtitle-text{font-size:1.2rem;margin-bottom:3rem;opacity:.9;position:relative;z-index:1;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:900px;margin:0 auto 3rem;padding:0 1rem;position:relative;z-index:1}.cta-button{padding:1.2rem 2rem;border:none;border-radius:16px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:none;min-height:70px;display:flex;align-items:center;justify-content:center;text-align:center;gap:.75rem;white-space:nowrap;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2);position:relative;overflow:hidden}.cta-button.primary{background:#fffffff2;color:#667eea;box-shadow:0 8px 32px #fff3}.cta-button.primary:hover{background:#fff;transform:translateY(-3px);box-shadow:0 12px 40px #ffffff4d}.cta-button.secondary{background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.3)}.cta-button.secondary:hover{background:#fff3;transform:translateY(-3px);border-color:#ffffff80;box-shadow:0 8px 32px #ffffff1a}.cta-button.tertiary{background:#22c55ee6;color:#fff;border:2px solid rgba(34,197,94,.3)}.cta-button.tertiary:hover{background:#22c55e;transform:translateY(-3px);box-shadow:0 8px 32px #22c55e4d}.cta-button.quaternary{background:#8b4513e6;color:#fff;border:2px solid rgba(139,69,19,.3)}.cta-button.quaternary:hover{background:#8b4513;transform:translateY(-3px);box-shadow:0 8px 32px #8b45134d}.pricing-preview{background:#ffffff26;border-radius:20px;padding:2rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);position:relative;z-index:1;max-width:500px;margin:0 auto}.pricing-preview h3{margin-bottom:.5rem;font-size:1.4rem;font-weight:600}.pricing-preview p{margin:0;opacity:.9;font-size:1rem}.free-info{color:#22c55e;font-weight:600;margin:0}.footer{background:#f8fafc;text-align:center;padding:2rem;color:#6b7280;margin-top:4rem}@media (max-width: 768px){.hero{grid-template-columns:1fr;text-align:center;padding:4rem 1rem 3rem;min-height:auto}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem;max-width:100%}.hero-cta{flex-direction:column;align-items:center}.cta-primary,.cta-secondary{width:100%;max-width:300px}.proof-stats{flex-direction:column;gap:1rem}.mockup-phone{width:250px;height:500px}.problem-solution{grid-template-columns:1fr;gap:3rem;padding:4rem 0}.features-grid,.steps-timeline,.pricing-cards{grid-template-columns:1fr}.pricing-card.popular{transform:none}.company-logos{gap:1.5rem}.cta-buttons{grid-template-columns:1fr}.main-content{padding:0 1rem}.logo{font-size:2rem}}@media (min-width: 480px){.cta-buttons{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (min-width: 768px){.hero{padding:4rem 2rem}.logo{font-size:3rem}.feature-grid{grid-template-columns:repeat(2,1fr)}.main-content{padding:0 2rem}}@media (min-width: 1024px){.cta-buttons{grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1100px}.cta-button{font-size:1.2rem;padding:1.3rem 2rem;min-height:75px}}
