@import"https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@400;600;700;800&family=Source+Serif+4:wght@600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #0A5F4E;--primary-light: #0E8A6F;--accent: #F59E0B;--dark: #0F1419;--gray: #64748B;--light-gray: #F1F5F9;--white: #FFFFFF;--border: #E2E8F0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--light-gray);color:var(--dark)}.app{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.header{background:var(--white);border-bottom:1px solid var(--border);padding:1.5rem 0;position:sticky;top:0;z-index:100}.header .container{display:flex;justify-content:space-between;align-items:center}.header-actions{display:flex;gap:1rem;align-items:center}.user-email{color:#ffffffe6;font-size:.9rem;font-weight:500}.header h1{font-size:1.5rem;color:var(--dark);font-weight:700}.btn-primary{background:var(--primary);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-primary:hover{background:var(--primary-light);transform:translateY(-2px);box-shadow:0 4px 12px #0a5f4e4d}.btn-secondary{background:var(--white);color:var(--primary);border:2px solid var(--primary);padding:.75rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-secondary:hover{background:var(--primary);color:#fff}.btn-action{background:var(--primary);color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-action:hover{background:var(--primary-light)}.welcome-container{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem}.welcome-card{background:#fff;padding:3rem;border-radius:16px;box-shadow:0 4px 20px #00000014;max-width:500px;text-align:center}.welcome-card h1{font-size:2rem;margin-bottom:1rem;color:var(--dark)}.welcome-card p{color:var(--gray);margin-bottom:2rem;line-height:1.6}.welcome-card .note{font-size:.85rem;margin-top:1rem;margin-bottom:0}.main-content{padding:2rem 0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000000d}.stat-label{color:var(--gray);font-size:.9rem;margin-bottom:.5rem}.stat-value{font-size:2rem;font-weight:700;color:var(--dark)}.loading{text-align:center;padding:3rem}.spinner{border:3px solid var(--border);border-top:3px solid var(--primary);border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-message{background:#fee2e2;border:1px solid #FCA5A5;color:#991b1b;padding:1rem;border-radius:8px;margin-bottom:2rem;display:flex;align-items:center;justify-content:space-between}.invoices-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000000d}.invoices-section h2{font-size:1.5rem;margin-bottom:1.5rem;color:var(--dark)}.table-container{overflow-x:auto}.invoices-table{width:100%;border-collapse:collapse}.invoices-table th{background:var(--light-gray);padding:1rem;text-align:left;font-weight:600;color:var(--dark);border-bottom:2px solid var(--border)}.invoices-table td{padding:1rem;border-bottom:1px solid var(--border)}.invoices-table tbody tr:hover{background:var(--light-gray)}.invoice-number{font-weight:600;color:var(--primary)}.amount{font-weight:600}.days-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600;color:#fff}.empty-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px}.empty-state h2{font-size:1.8rem;margin-bottom:1rem;color:var(--dark)}.empty-state p{color:var(--gray);font-size:1.1rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.modal-content{background:#fff;border-radius:16px;max-width:700px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:2rem;border-bottom:1px solid var(--border)}.modal-header h2{font-size:1.5rem;color:var(--dark);margin:0}.modal-close{background:none;border:none;font-size:2rem;color:var(--gray);cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s ease}.modal-close:hover{background:var(--light-gray);color:var(--dark)}.modal-invoice-details{background:var(--light-gray);padding:1.5rem;margin:1.5rem 2rem;border-radius:12px}.modal-invoice-details p{margin:.5rem 0;color:var(--dark)}.modal-loading{text-align:center;padding:3rem 2rem}.generated-message{padding:2rem}.message-meta{display:flex;gap:1rem;margin-bottom:1.5rem;align-items:center}.badge{background:var(--primary);color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600;text-transform:capitalize}.tone{color:var(--gray);font-size:.9rem}.message-section{margin-bottom:1.5rem}.message-section label{display:block;font-weight:600;color:var(--dark);margin-bottom:.5rem}.message-box{background:var(--light-gray);padding:1rem;border-radius:8px;border:1px solid var(--border);line-height:1.6;color:var(--dark)}.message-box.subject{font-weight:600}.message-box.body{white-space:pre-wrap;min-height:120px}.email-input{width:100%;padding:.75rem;border:2px solid var(--border);border-radius:8px;font-size:1rem;font-family:Libre Franklin,sans-serif;transition:all .3s ease}.email-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #0a5f4e1a}.email-note{font-size:.85rem;color:var(--gray);margin-top:.5rem}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border)}.settings-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.settings-content{background:#fff;border-radius:16px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.settings-header{display:flex;justify-content:space-between;align-items:center;padding:2rem;border-bottom:1px solid var(--border)}.settings-header h2{font-size:1.5rem;color:var(--dark);margin:0}.settings-body{padding:2rem;position:relative}.save-toast{position:fixed;top:100px;right:30px;background:#10b981;color:#fff;padding:.75rem 1.25rem;border-radius:8px;font-weight:600;box-shadow:0 10px 30px #0003;animation:slideInRight .3s ease,fadeOut .3s ease 1.7s;z-index:10000}@keyframes slideInRight{0%{transform:translate(100px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.setting-group{margin-bottom:2rem}.setting-group label{display:block;font-weight:600;color:var(--dark);margin-bottom:.5rem}.setting-group small{display:block;color:var(--gray);font-size:.85rem;margin-top:.5rem}.settings-input{width:100%;padding:.75rem;border:2px solid var(--border);border-radius:8px;font-size:1rem;font-family:Libre Franklin,sans-serif}.settings-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #0a5f4e1a}.setting-row{padding:1rem;border-radius:8px}.setting-row.highlight{background:var(--light-gray);border:2px solid var(--primary)}.toggle-label{display:flex;align-items:flex-start;gap:1rem;cursor:pointer}.toggle-label input[type=checkbox]{margin-top:.25rem;width:20px;height:20px;cursor:pointer}.toggle-text{flex:1}.toggle-text strong{display:block;font-size:1.1rem;color:var(--dark);margin-bottom:.25rem}.toggle-text small{display:block;color:var(--gray);font-size:.9rem}.checkbox-group{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.checkbox-label{display:flex;align-items:center;gap:.75rem;font-weight:400;cursor:pointer}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.setting-warning{background:#fef3c7;border:1px solid #F59E0B;color:#92400e;padding:1rem;border-radius:8px;font-size:.9rem}.settings-footer{display:flex;gap:1rem;justify-content:flex-end;padding:1.5rem 2rem;border-top:1px solid var(--border)}@media (max-width: 768px){.container{padding:0 1rem}.header .container{flex-direction:column;gap:1rem}.stats-grid{grid-template-columns:1fr}.table-container{overflow-x:scroll}.invoices-table{min-width:600px}}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0a5f4e,#0d7a63);padding:2rem}.auth-card{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:440px;width:100%;overflow:hidden}.auth-header{background:linear-gradient(135deg,#0a5f4e,#0d7a63);color:#fff;padding:3rem 2rem 2rem;text-align:center}.auth-header h1{font-size:2.5rem;margin:0 0 .5rem;font-weight:700}.auth-header p{margin:0;opacity:.9;font-size:1.1rem}.auth-tabs{display:flex;border-bottom:1px solid #E5E7EB}.auth-tabs button{flex:1;padding:1rem;background:none;border:none;font-size:1rem;font-weight:600;color:#6b7280;cursor:pointer;border-bottom:3px solid transparent;transition:all .2s ease}.auth-tabs button.active{color:#0a5f4e;border-bottom-color:#0a5f4e}.auth-form{padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;color:#1f2937;margin-bottom:.5rem}.form-group input{width:100%;padding:.75rem;border:2px solid #E5E7EB;border-radius:8px;font-size:1rem;font-family:Libre Franklin,sans-serif;transition:all .3s ease}.form-group input:focus{outline:none;border-color:#0a5f4e;box-shadow:0 0 0 3px #0a5f4e1a}.form-group small{display:block;color:#6b7280;font-size:.85rem;margin-top:.25rem}.error-message{background:#fee2e2;border:1px solid #DC2626;color:#991b1b;padding:1rem;border-radius:8px;margin-bottom:1.5rem;font-size:.9rem}.auth-submit{width:100%;padding:1rem;font-size:1.1rem;font-weight:600;margin-top:.5rem}.auth-footer{padding:1.5rem 2rem;background:#f9fafb;text-align:center;border-top:1px solid #E5E7EB}.auth-footer p{margin:0;color:#6b7280}.auth-footer button{background:none;border:none;color:#0a5f4e;font-weight:600;cursor:pointer;text-decoration:underline}.auth-footer button:hover{color:#0d7a63}@media (max-width: 640px){.auth-container{padding:1rem}.auth-header{padding:2rem 1.5rem 1.5rem}.auth-header h1{font-size:2rem}.auth-form{padding:1.5rem}}.onboarding-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem}.onboarding-modal{background:#fff;border-radius:20px;padding:3rem 2.5rem 2rem;max-width:480px;width:100%;text-align:center;position:relative;box-shadow:0 25px 80px #0006}.onboarding-skip{position:absolute;top:1.25rem;right:1.25rem;background:none;border:none;color:#9ca3af;font-size:.9rem;cursor:pointer}.onboarding-skip:hover{color:#6b7280}.onboarding-icon{font-size:3.5rem;margin-bottom:1rem}.onboarding-title{font-size:1.6rem;color:#1f2937;margin-bottom:1rem;font-weight:700}.onboarding-content{color:#4b5563;line-height:1.8;font-size:1rem;margin-bottom:1.25rem;text-align:left}.onboarding-highlight{background:#ecfdf5;border:1px solid #6EE7B7;color:#065f46;padding:.9rem 1.1rem;border-radius:10px;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem;text-align:left}.onboarding-dots{display:flex;justify-content:center;gap:.5rem;margin-bottom:1.75rem}.onboarding-dot{width:10px;height:10px;border-radius:50%;background:#d1fae5;cursor:pointer;transition:background .2s}.onboarding-dot.active{background:#0a5f4e}.onboarding-actions{display:flex;gap:1rem;justify-content:center}.onboarding-actions .btn-primary,.onboarding-actions .btn-secondary{min-width:120px}.history-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.history-content{background:#fff;border-radius:16px;max-width:750px;width:100%;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;overflow:hidden}.history-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.75rem 2rem;border-bottom:1px solid #E5E7EB;flex-shrink:0}.history-header h2{font-size:1.4rem;color:#1f2937;margin:0 0 .25rem}.history-header p{margin:0;color:#6b7280;font-size:.9rem}.history-loading,.history-error{padding:3rem;text-align:center;color:#6b7280}.history-error{color:#dc2626}.history-empty{padding:4rem 2rem;text-align:center;color:#6b7280}.empty-icon{font-size:3rem;margin-bottom:1rem}.history-empty h3{color:#374151;margin-bottom:.5rem}.history-list{overflow-y:auto;flex:1;padding:1rem}.history-item{border:1px solid #E5E7EB;border-radius:10px;padding:1rem 1.25rem;margin-bottom:.75rem;cursor:pointer;transition:all .2s}.history-item:hover{border-color:#0a5f4e;background:#f9fafb}.history-item.selected{border-color:#0a5f4e;background:#f0fdf4}.history-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.4rem;flex-wrap:wrap;gap:.5rem}.history-item-left{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.history-item-right{display:flex;align-items:center;gap:1rem}.history-contact{font-weight:600;color:#1f2937;font-size:.95rem}.history-type{font-size:.75rem;padding:.2rem .6rem;border-radius:20px;font-weight:600;text-transform:capitalize}.type-gentle{background:#d1fae5;color:#065f46}.type-firm{background:#fef3c7;color:#92400e}.type-urgent{background:#fed7aa;color:#9a3412}.type-final{background:#fee2e2;color:#991b1b}.history-sent-by{font-size:.8rem;color:#6b7280}.history-amount{font-weight:600;color:#1f2937;font-size:.95rem}.history-date{font-size:.8rem;color:#6b7280}.history-invoice{font-size:.8rem;color:#6b7280;margin-bottom:.4rem}.history-subject{font-size:.9rem;color:#374151;font-style:italic}.history-expand{font-size:.8rem;color:#0a5f4e;margin-top:.5rem;font-weight:500}.history-body{margin-top:1rem;padding-top:1rem;border-top:1px solid #E5E7EB}.history-body-label{font-size:.8rem;font-weight:600;color:#6b7280;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.history-body-content{font-size:.9rem;color:#374151;white-space:pre-wrap;line-height:1.7;background:#f9fafb;padding:1rem;border-radius:8px}.landing-page{font-family:Libre Franklin,-apple-system,BlinkMacSystemFont,sans-serif;color:#0f1419;line-height:1.6;overflow-x:hidden;background:#fff}.landing-header{position:fixed;top:0;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(10,95,78,.1);z-index:1000;padding:1rem 2rem;box-shadow:0 2px 10px #0000000d}.header-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo{font-family:"Source Serif 4",Georgia,serif;font-size:1.5rem;font-weight:700;color:#0a5f4e}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{color:#64748b;text-decoration:none;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:#0a5f4e}.btn-try-now{padding:.75rem 1.5rem;background:#0a5f4e;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.btn-try-now:hover{background:#0e8a6f;transform:translateY(-2px)}.landing-page .hero{min-height:100vh;background:linear-gradient(135deg,#0a5f4e,#0e8a6f);position:relative;overflow:hidden;display:flex;align-items:center;padding:6rem 2rem 2rem}.landing-page .hero:before{content:"";position:absolute;width:800px;height:800px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);top:-400px;right:-200px;border-radius:50%;animation:float 20s ease-in-out infinite}.landing-page .hero:after{content:"";position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 70%);bottom:-300px;left:-100px;border-radius:50%;animation:float 15s ease-in-out infinite reverse}@keyframes float{0%,to{transform:translate(0) rotate(0)}50%{transform:translate(50px,-50px) rotate(5deg)}}.landing-page .container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.landing-page .hero-content{max-width:700px;animation:slideUp .8s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.landing-page .hero h1{font-family:"Source Serif 4",Georgia,serif;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;color:#fff;line-height:1.15;margin-bottom:1.5rem;letter-spacing:-.01em}.landing-page .hero-highlight{color:#f59e0b;position:relative;display:inline-block}.landing-page .hero p{font-size:clamp(1.1rem,2vw,1.4rem);color:#fffffff2;margin-bottom:2rem;font-weight:500}.landing-page .stat-row{display:flex;gap:2rem;margin:2rem 0;flex-wrap:wrap}.landing-page .stat{animation:slideUp .8s ease-out;animation-delay:.2s;opacity:0;animation-fill-mode:forwards}.landing-page .stat-number{font-family:"Source Serif 4",Georgia,serif;font-size:2.5rem;font-weight:700;color:#f59e0b;line-height:1}.landing-page .stat-label{font-size:.95rem;color:#ffffffe6;margin-top:.5rem}.landing-page .email-form{background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:20px;box-shadow:0 20px 60px #0003;margin-top:3rem;animation:slideUp .8s ease-out;animation-delay:.4s;opacity:0;animation-fill-mode:forwards}.landing-page .form-header{margin-bottom:1.5rem}.landing-page .form-header h3{font-family:"Source Serif 4",Georgia,serif;font-size:1.8rem;color:#0f1419;margin-bottom:.5rem;font-weight:700}.landing-page .form-header p{color:#64748b;font-size:1rem}.landing-page .form-group{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.landing-page .btn-primary{padding:1rem 2.5rem;background:#0a5f4e;color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Libre Franklin,sans-serif;white-space:nowrap}.landing-page .btn-primary:hover{background:#0e8a6f;transform:translateY(-2px);box-shadow:0 10px 30px #0a5f4e4d}.landing-page .form-note{margin-top:1rem;font-size:.85rem;color:#64748b;text-align:center}.landing-page .section{padding:6rem 2rem}.landing-page .section-header{text-align:center;max-width:800px;margin:0 auto 4rem}.landing-page .section-header h2{font-family:"Source Serif 4",Georgia,serif;font-size:clamp(2rem,4vw,3rem);color:#0f1419;margin-bottom:1rem;font-weight:700}.landing-page .section-header p{font-size:1.2rem;color:#64748b}.landing-page .problem-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.landing-page .problem-card{background:#f1f5f9;padding:2.5rem;border-radius:20px;transition:all .3s ease}.landing-page .problem-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000014}.landing-page .problem-icon{width:56px;height:56px;background:linear-gradient(135deg,#0a5f4e,#0e8a6f);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#fff;font-size:1.5rem;font-weight:700}.landing-page .problem-card h3{font-family:Libre Franklin,sans-serif;font-size:1.4rem;color:#0f1419;margin-bottom:1rem;font-weight:700}.landing-page .problem-card p{color:#64748b;font-size:1.05rem}.landing-page .highlight-number{color:#0a5f4e;font-weight:700}.landing-page .solution-section{background:linear-gradient(to bottom,#fff,#f1f5f9)}.landing-page .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.landing-page .feature-card{background:#fff;padding:2rem;border-radius:16px;border:2px solid #E2E8F0;transition:all .3s ease}.landing-page .feature-card:hover{border-color:#0a5f4e;transform:translateY(-5px);box-shadow:0 15px 35px #0a5f4e1a}.landing-page .feature-icon{width:60px;height:60px;background:linear-gradient(135deg,#0a5f4e,#0e8a6f);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;margin-bottom:1.5rem}.landing-page .feature-card h3{font-family:Libre Franklin,sans-serif;font-size:1.25rem;color:#0f1419;margin-bottom:.8rem;font-weight:700}.landing-page .feature-card p{color:#64748b;line-height:1.7}.landing-page .pricing-section{background:#fff}.landing-page .pricing-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.landing-page .pricing-card{background:#fff;border:2px solid #E2E8F0;border-radius:20px;padding:2.5rem;position:relative;transition:all .3s ease}.landing-page .pricing-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0a5f4e1a}.landing-page .pricing-card.featured{border-color:#0a5f4e;border-width:3px;box-shadow:0 10px 30px #0a5f4e26}.landing-page .plan-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#f59e0b;color:#fff;padding:.4rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600}.landing-page .pricing-card h3{font-family:"Source Serif 4",Georgia,serif;font-size:1.8rem;margin-bottom:1rem;color:#0f1419}.landing-page .price{display:flex;align-items:baseline;margin-bottom:2rem}.landing-page .currency{font-size:1.5rem;color:#64748b;margin-right:.25rem}.landing-page .price .amount{font-family:"Source Serif 4",Georgia,serif;font-size:3.5rem;font-weight:700;color:#0a5f4e;line-height:1}.landing-page .period{font-size:1.1rem;color:#64748b;margin-left:.5rem}.landing-page .features-list{list-style:none;padding:0;margin:0 0 2rem}.landing-page .features-list li{padding:.75rem 0;color:#64748b;font-size:1rem;border-bottom:1px solid #F1F5F9}.landing-page .features-list li:last-child{border-bottom:none}.landing-page .pricing-card .btn-primary{width:100%}.landing-page .btn-secondary-landing{width:100%;padding:1rem 2rem;background:transparent;color:#0a5f4e;border:2px solid #0A5F4E;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Libre Franklin,sans-serif}.landing-page .btn-secondary-landing:hover{background:#0a5f4e;color:#fff}.landing-page .pricing-note{text-align:center;color:#64748b;font-size:.95rem;margin-top:3rem}.landing-page .social-proof{background:#0a5f4e;color:#fff;text-align:center}.landing-page .testimonial{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2.5rem;border-radius:20px;max-width:700px;margin:0 auto}.landing-page .testimonial-quote{font-size:1.3rem;font-style:italic;margin-bottom:1.5rem;line-height:1.8}.landing-page .testimonial-author{font-weight:600;font-size:1.1rem}.landing-page .testimonial-role{opacity:.9;font-size:.95rem}.landing-page .cta-section{background:#0f1419;color:#fff;text-align:center}.landing-page .cta-section h2{font-family:"Source Serif 4",Georgia,serif;font-size:clamp(2rem,4vw,3.5rem);margin-bottom:1.5rem;font-weight:700}.landing-page .cta-section p{font-size:1.3rem;margin-bottom:2.5rem;opacity:.95}.landing-page footer{background:#0f1419;color:#ffffffb3;padding:2rem;text-align:center;border-top:1px solid rgba(255,255,255,.1)}.landing-page .footer-links{display:flex;gap:2rem;justify-content:center;margin-bottom:1rem;flex-wrap:wrap}.landing-page .footer-links a{color:#ffffffb3;text-decoration:none;transition:color .3s ease}.landing-page .footer-links a:hover{color:#fff}@media (max-width: 768px){.landing-header{padding:1rem}.nav-links{display:none}.btn-try-now{padding:.6rem 1.2rem;font-size:.95rem}.landing-page .form-group{flex-direction:column}.landing-page .stat-row{gap:1.5rem}.landing-page .section{padding:4rem 1.5rem}.landing-page .pricing-cards{grid-template-columns:1fr}}@media (min-width: 769px) and (max-width: 1024px){.nav-links{gap:1.5rem}}.legal-page{min-height:100vh;background:#f9fafb;padding:2rem}.legal-container{max-width:800px;margin:0 auto;background:#fff;padding:3rem;border-radius:12px;box-shadow:0 4px 20px #00000014}.back-button{background:transparent;border:1px solid #E2E8F0;color:#64748b;padding:.75rem 1.5rem;border-radius:8px;font-size:.95rem;cursor:pointer;transition:all .3s ease;margin-bottom:2rem;font-family:Libre Franklin,sans-serif}.back-button:hover{border-color:#0a5f4e;color:#0a5f4e}.legal-container h1{font-family:"Source Serif 4",Georgia,serif;font-size:2.5rem;color:#0f1419;margin-bottom:.5rem}.last-updated{color:#64748b;font-size:.95rem;margin-bottom:3rem}.legal-container section{margin-bottom:2.5rem}.legal-container h2{font-family:"Source Serif 4",Georgia,serif;font-size:1.6rem;color:#0a5f4e;margin-bottom:1rem}.legal-container p{color:#4b5563;line-height:1.8;margin-bottom:1rem}.legal-container ul{margin:1rem 0 1rem 1.5rem;color:#4b5563;line-height:1.8}.legal-container li{margin-bottom:.5rem}.legal-container strong{color:#0f1419;font-weight:600}@media (max-width: 768px){.legal-container{padding:2rem 1.5rem}.legal-container h1{font-size:2rem}.legal-container h2{font-size:1.4rem}}
