.skip-link{position:absolute;top:-100px;left:0;background:#0f766e;color:#fff;padding:8px 12px;border-radius:8px;z-index:9999}.skip-link:focus{top:8px;left:8px;outline:3px solid #99f6e4}.login-container{min-height:100vh;background:linear-gradient(135deg,#fff7ed,#fff,#f0fdfa);display:flex;align-items:center;justify-content:center;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.login-wrapper{width:100%;max-width:480px}.login-header{text-align:center;margin-bottom:32px}.brand-logo{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:32px}.logo-icon{width:64px;height:64px;background:linear-gradient(135deg,#f97316,#14b8a6);border-radius:24px;display:flex;align-items:center;justify-content:center;color:#fff}.brand-title{font-size:1.875rem;font-weight:700;color:#111827;margin:0}.brand-subtitle{font-size:.875rem;color:#6b7280;margin:4px 0 0}.form-title{font-size:1.5rem;font-weight:700;color:#111827;margin:8px 0}.login-form{display:flex;flex-direction:column;gap:24px}.form-options{display:flex;align-items:center;justify-content:space-between}.checkbox-field{display:flex;align-items:center;gap:8px}.checkbox-input{width:16px;height:16px;accent-color:#14b8a6}.checkbox-label{font-size:.875rem;color:#374151}.forgot-password{font-size:.875rem;color:#14b8a6;background:none;border:none;cursor:pointer;font-weight:500;transition:color .2s ease}.forgot-password:hover{color:#0f766e;text-decoration:underline}.register-link{margin-top:24px;text-align:center}.register-link p{color:#6b7280;margin:0}.demo-accounts{margin-top:24px;background:#eff6ff;border-radius:16px;padding:24px;border:1px solid #bfdbfe}.demo-accounts h3{font-weight:600;color:#1e40af;margin:0 0 12px;font-size:1rem}.demo-info{display:flex;flex-direction:column;gap:8px;font-size:.875rem}.demo-row{display:flex;justify-content:space-between}.demo-row span:first-child{color:#1e40af;font-weight:500}.demo-row span:last-child{color:#1d4ed8;font-family:Courier New,monospace;background:#dbeafe;padding:2px 6px;border-radius:4px}@media (max-width: 640px){.login-container{padding:16px}.form-container{padding:24px}.login-form{gap:20px}.form-options{flex-direction:column;align-items:stretch;gap:12px}}.registration-container{min-height:100vh;background:linear-gradient(135deg,#fff7ed,#fff,#f0fdfa);display:flex;align-items:center;justify-content:center;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.registration-wrapper{width:100%;max-width:480px}.registration-header{text-align:center;margin-bottom:32px}.back-button{display:inline-flex;align-items:center;gap:8px;color:#6b7280;background:none;border:none;cursor:pointer;margin-bottom:24px;padding:8px;border-radius:8px;transition:all .2s ease;font-size:14px;text-decoration:none}.back-button:hover{color:#374151;background:#f3f4f6}.brand-title{font-size:1.5rem;font-weight:700;color:#111827;margin:0}.user-type-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:linear-gradient(135deg,#f97316,#14b8a6);color:#fff;border-radius:20px;font-size:.875rem;font-weight:500;margin-bottom:16px}.form-title{font-size:1.25rem;font-weight:700;color:#111827;margin:8px 0}.form-subtitle{color:#6b7280;margin:0}.form-container{background:#fff;border-radius:24px;padding:32px;box-shadow:0 10px 15px -3px #0000001a;border:1px solid #e5e7eb}.error-banner{margin-bottom:24px;padding:16px;background:#fef2f2;border:1px solid #fecaca;border-radius:12px}.error-banner p{color:#dc2626;font-size:.875rem;margin:0}.registration-form{display:flex;flex-direction:column;gap:24px}.form-field{display:flex;flex-direction:column}.field-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:8px}.field-input{width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:12px;font-size:1rem;transition:all .2s ease;background:#fff}.field-input:focus{outline:none;border-color:#14b8a6;box-shadow:0 0 0 3px #14b8a61a}.field-input.error{border-color:#ef4444}.field-input.error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.password-field{position:relative}.password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:#9ca3af;cursor:pointer;padding:4px;border-radius:4px;transition:color .2s ease}.password-toggle:hover{color:#6b7280}.field-error{margin-top:4px;font-size:.875rem;color:#ef4444}.checkbox-field{display:flex;align-items:flex-start;gap:12px}.checkbox-input{width:20px;height:20px;accent-color:#14b8a6;margin-top:2px;flex-shrink:0}.checkbox-label{font-size:.875rem;color:#374151;line-height:1.5}.terms-link{color:#14b8a6;text-decoration:none;font-weight:500}.terms-link:hover{color:#0f766e;text-decoration:underline}.submit-button{width:100%;background:linear-gradient(135deg,#f97316,#14b8a6);color:#fff;padding:16px 24px;border:none;border-radius:12px;font-weight:600;font-size:1.125rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:8px}.submit-button:hover:not(:disabled){background:linear-gradient(135deg,#ea580c,#0f766e);box-shadow:0 10px 15px -3px #0000001a}.submit-button:disabled{opacity:.5;cursor:not-allowed}.spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.login-link{margin-top:24px;text-align:center}.login-link p{color:#6b7280;margin:0}.link-button{color:#14b8a6;background:none;border:none;cursor:pointer;font-weight:500;text-decoration:none;transition:color .2s ease}.link-button:hover{color:#0f766e;text-decoration:underline}.security-note{margin-top:24px;text-align:center}.security-note p{font-size:.75rem;color:#9ca3af;margin:0}.policy-links{margin-top:16px;text-align:center;font-size:.75rem;color:#9ca3af}.policy-links a{color:#14b8a6;text-decoration:none;font-weight:500}.policy-links a:hover{color:#0f766e;text-decoration:underline}@media (max-width: 640px){.registration-container{padding:16px}.form-container{padding:24px}.registration-form{gap:20px}}.user-type-container{min-height:100vh;background:linear-gradient(135deg,#fff7ed,#fff,#f0fdfa);display:flex;align-items:center;justify-content:center;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.content-wrapper{width:100%;max-width:1200px}.header-section{text-align:center;margin-bottom:48px}.brand-logo{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:24px}.logo-icon{width:48px;height:48px;background:linear-gradient(135deg,#f97316,#14b8a6);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff}.main-title{font-size:2rem;font-weight:700;color:#111827;margin:0}.welcome-title{font-size:1.5rem;font-weight:700;color:#111827;margin:12px 0}.welcome-subtitle{font-size:1.125rem;color:#6b7280;max-width:600px;margin:0 auto}.error-banner{margin:0 auto 24px;max-width:800px;padding:16px;background:#fef2f2;border:1px solid #fecaca;border-radius:12px}.error-banner p{color:#dc2626;font-size:.875rem;margin:0;text-align:center}.cards-grid{display:grid;grid-template-columns:1fr;gap:32px;margin-bottom:32px}@media (min-width: 768px){.cards-grid{grid-template-columns:1fr 1fr}}.user-type-card{position:relative;background:#fff;border-radius:24px;padding:32px;border:2px solid #e5e7eb;cursor:pointer;transition:all .3s ease;box-shadow:0 1px 3px #0000001a;outline:none}.user-type-card:hover{box-shadow:0 20px 25px -5px #0000001a;border-color:#d1d5db}.user-type-card:focus{border-color:#14b8a6;box-shadow:0 0 0 3px #14b8a61a}.user-type-card.selected{border-color:#14b8a6;box-shadow:0 20px 25px -5px #0000001a;transform:scale(1.02)}.selection-indicator{position:absolute;top:16px;right:16px;width:24px;height:24px;background:#14b8a6;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;font-weight:700}.card-icon{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;color:#fff}.card-icon.owner{background:linear-gradient(135deg,#f97316,#ec4899)}.card-icon.business{background:linear-gradient(135deg,#14b8a6,#3b82f6)}.card-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:8px}.card-subtitle{color:#6b7280;margin-bottom:16px;font-size:1rem}.card-description{font-size:.875rem;color:#9ca3af;margin-bottom:24px}.features-list{list-style:none;padding:0;margin:0}.feature-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px}.feature-check{width:20px;height:20px;background:#dcfce7;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:2px;color:#16a34a;font-size:12px;font-weight:700;flex-shrink:0}.feature-text{font-size:.875rem;color:#374151}.continue-section{text-align:center}.continue-button{display:inline-flex;align-items:center;gap:12px;padding:16px 32px;border-radius:16px;font-weight:600;font-size:1.125rem;border:none;cursor:pointer;transition:all .3s ease}.continue-button.enabled{background:linear-gradient(135deg,#f97316,#14b8a6);color:#fff;box-shadow:0 10px 15px -3px #0000001a}.continue-button.enabled:hover:not(:disabled){background:linear-gradient(135deg,#ea580c,#0f766e);box-shadow:0 20px 25px -5px #0000001a}.continue-button.enabled:focus{outline:none;box-shadow:0 0 0 3px #14b8a64d}.continue-button.disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed}.continue-note{font-size:.875rem;color:#9ca3af;margin-top:16px}.trust-signals{margin-top:64px;display:grid;grid-template-columns:1fr;gap:32px;text-align:center}@media (min-width: 768px){.trust-signals{grid-template-columns:1fr 1fr 1fr}}.trust-item{display:flex;flex-direction:column;align-items:center}.trust-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.trust-icon.secure{background:#dcfce7;color:#16a34a}.trust-icon.trusted{background:#dbeafe;color:#2563eb}.trust-icon.quick{background:#f3e8ff;color:#9333ea}.trust-title{font-weight:600;color:#111827;margin-bottom:4px;font-size:1rem}.trust-description{font-size:.875rem;color:#6b7280;margin:0}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:#333;background:#fff}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;text-align:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%,rgba(246,117,73,.1) 0%,rgba(77,189,190,.1) 50%,transparent 70%);pointer-events:none}.hero-content{max-width:900px;z-index:1;position:relative}.logo{max-width:320px;width:100%;margin-bottom:2rem;filter:drop-shadow(0 4px 6px rgba(0,0,0,.1))}.user-toggle{display:flex;background:#ffffffe6;border-radius:12px;padding:6px;margin-bottom:2rem;box-shadow:0 4px 6px #0000001a;max-width:400px;margin-left:auto;margin-right:auto}.toggle-btn{flex:1;padding:.75rem 1.5rem;background:transparent;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;color:#64748b}.toggle-btn.active{background:linear-gradient(135deg,#4dbdbe,#f67549);color:#fff;box-shadow:0 2px 4px #0003}.hero h1{font-size:3rem;font-weight:700;margin-bottom:1.5rem;background:linear-gradient(135deg,#4dbdbe,#f67549);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2;transition:all .3s ease}.hero p{font-size:1.25rem;color:#64748b;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto;transition:all .3s ease}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}.hero-btn{padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .2s ease;display:inline-flex;align-items:center;gap:.5rem;min-width:200px;justify-content:center}.hero-btn.primary{background:linear-gradient(135deg,#f67549,#e25f33);color:#fff;box-shadow:0 4px 6px #f675494d}.hero-btn.primary:hover{transform:translateY(-1px);box-shadow:0 6px 20px #f6754966}.hero-btn.secondary{background:#ffffffe6;color:#4dbdbe;border:2px solid #4DBDBE}.hero-btn.secondary:hover{background:#4dbdbe;color:#fff;transform:translateY(-1px)}.features{padding:5rem 2rem;background:#fff}.features-container{max-width:1200px;margin:0 auto;text-align:center}.features h2{font-size:2.5rem;margin-bottom:1rem;color:#1e293b}.features-subtitle{font-size:1.25rem;color:#64748b;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.feature-card{background:#f8fafc;padding:2rem;border-radius:12px;text-align:center;border:1px solid #e2e8f0;transition:all .2s ease}.feature-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.feature-icon{width:64px;height:64px;margin:0 auto 1rem;background:linear-gradient(135deg,#4dbdbe,#f67549);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.feature-card h3{font-size:1.25rem;margin-bottom:1rem;color:#1e293b}.feature-card p{color:#64748b;line-height:1.6}.how-it-works{padding:5rem 2rem;background:#f8fafc}.how-it-works-container{max-width:1200px;margin:0 auto;text-align:center}.how-it-works h2{font-size:2.5rem;margin-bottom:1rem;color:#1e293b}.how-it-works-subtitle{font-size:1.25rem;color:#64748b;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.step-card{background:#fff;padding:2rem;border-radius:12px;text-align:center;border:1px solid #e2e8f0;position:relative;transition:all .2s ease}.step-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.step-number{position:absolute;top:-15px;left:50%;transform:translate(-50%);width:30px;height:30px;background:linear-gradient(135deg,#4dbdbe,#f67549);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.875rem}.step-icon{font-size:2rem;margin-bottom:1rem}.step-card h3{font-size:1.25rem;margin-bottom:1rem;color:#1e293b}.step-card p{color:#64748b;line-height:1.6}.pricing{padding:5rem 2rem;background:#fff}.pricing-container{max-width:1200px;margin:0 auto;text-align:center}.pricing h2{font-size:2.5rem;margin-bottom:1rem;color:#1e293b}.pricing-subtitle{font-size:1.25rem;color:#64748b;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem;margin-top:3rem}.pricing-card{background:#f8fafc;padding:2.5rem;border-radius:16px;border:1px solid #e2e8f0;position:relative;transition:all .2s ease}.pricing-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.pricing-card.featured{background:linear-gradient(135deg,#4dbdbe,#f67549);color:#fff;border:none}.pricing-card.featured:before{content:"Most Popular";position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#f67549;color:#fff;padding:6px 20px;border-radius:20px;font-size:.875rem;font-weight:600}.pricing-header{text-align:center;margin-bottom:2rem}.pricing-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.pricing-icon{font-size:2rem;margin-bottom:1rem}.pricing-features{list-style:none;margin-bottom:2rem}.pricing-features li{padding:.5rem 0;display:flex;align-items:center;gap:.5rem}.pricing-features li:before{content:"✓";color:#10b981;font-weight:700}.pricing-card.featured .pricing-features li:before{color:#fff}.pricing-cta{width:100%;padding:1rem;background:linear-gradient(135deg,#f67549,#e25f33);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-block}.pricing-cta:hover{transform:translateY(-1px);box-shadow:0 6px 20px #f6754966}.pricing-card.featured .pricing-cta{background:#fff;color:#f67549}.pricing-card.featured .pricing-cta:hover{background:#f8fafc}.who-its-for{padding:5rem 2rem;background:#f8fafc}.who-its-for-container{max-width:1200px;margin:0 auto;text-align:center}.who-its-for h2{font-size:2.5rem;margin-bottom:1rem;color:#1e293b}.who-its-for-subtitle{font-size:1.25rem;color:#64748b;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.who-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:3rem}.who-card{background:#fff;padding:2rem 1.5rem;border-radius:12px;text-align:center;border:1px solid #e2e8f0;transition:all .2s ease}.who-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.who-card-icon{font-size:2rem;margin-bottom:1rem}.who-card h3{font-size:1.1rem;color:#1e293b;font-weight:600}.who-card.coming-soon{position:relative;opacity:.7}.who-card.coming-soon:after{content:"Coming Soon";position:absolute;top:10px;right:10px;background:#f67549;color:#fff;padding:4px 12px;border-radius:12px;font-size:.75rem;font-weight:600}.platform-updates{padding:5rem 2rem;background:#fff}.platform-updates-container{max-width:1200px;margin:0 auto;text-align:center}.platform-updates h2{font-size:2.5rem;margin-bottom:1rem;color:#1e293b}.platform-updates-subtitle{font-size:1.25rem;color:#64748b;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.updates-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:4rem}.update-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:2rem;text-align:left;transition:all .3s ease;position:relative;overflow:hidden}.update-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #00000026}.update-card.featured{background:linear-gradient(135deg,#4dbdbe,#f67549);color:#fff;border:none;grid-column:span 2}.update-card.featured:before{content:"🚀 Latest Release";position:absolute;top:-10px;right:20px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;padding:8px 16px;border-radius:20px;font-size:.875rem;font-weight:600}.update-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.update-date{font-size:.875rem;font-weight:600;color:#64748b}.update-card.featured .update-date{color:#ffffffe6}.update-status{padding:4px 12px;border-radius:12px;font-size:.75rem;font-weight:600}.update-status.completed{background:#dcfce7;color:#166534}.update-status.in-progress{background:#fef3c7;color:#92400e}.update-status.planned{background:#dbeafe;color:#1e40af}.update-card.featured .update-status.completed{background:#fff3;color:#fff}.update-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#1e293b}.update-card.featured h3{color:#fff}.update-summary{font-size:1rem;line-height:1.6;margin-bottom:1.5rem;color:#64748b}.update-card.featured .update-summary{color:#ffffffe6}.update-features{margin-bottom:2rem}.feature-row{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;color:#374151}.update-card.featured .feature-row{color:#fffffff2}.feature-icon{font-size:1.125rem;width:24px;text-align:center}.update-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem;padding:1.5rem;background:#ffffff1a;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.metric{text-align:center}.metric-number{display:block;font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.25rem}.metric-label{font-size:.75rem;color:#fffc;text-transform:uppercase;letter-spacing:.5px}.update-cta{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:1rem 2rem;background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.3);border-radius:8px;text-decoration:none;font-weight:600;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.update-cta:hover{background:#fff;color:#f67549;transform:translateY(-1px)}.platform-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;max-width:800px;margin:0 auto}.stat-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;text-align:center;transition:all .2s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.stat-number{display:block;font-size:2rem;font-weight:700;background:linear-gradient(135deg,#4dbdbe,#f67549);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.stat-label{font-size:.875rem;color:#64748b;font-weight:500}.social-proof{padding:5rem 2rem;background:#f8fafc}.social-proof-container{max-width:1200px;margin:0 auto;text-align:center}.social-proof h2{font-size:2.5rem;margin-bottom:1rem;color:#1e293b}.social-proof-subtitle{font-size:1.25rem;color:#64748b;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;margin-bottom:3rem}.testimonial-card{background:#f8fafc;padding:2rem;border-radius:12px;border:1px solid #e2e8f0;position:relative}.testimonial-quote{font-size:1.1rem;line-height:1.6;color:#374151;margin-bottom:1.5rem;font-style:italic}.testimonial-author{font-weight:600;color:#1e293b}.testimonial-role{color:#64748b;font-size:.9rem}.stats-counter{background:linear-gradient(135deg,#4dbdbe,#f67549);color:#fff;padding:1.5rem;border-radius:12px;margin-top:2rem;max-width:600px;margin-left:auto;margin-right:auto}.stats-counter h3{font-size:1.5rem;margin-bottom:.5rem}.stats-counter p{opacity:.9}.split-cta{padding:5rem 2rem;background:#f8fafc}.split-cta-container{max-width:1200px;margin:0 auto}.split-cta-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:3rem}.split-cta-card{background:#fff;padding:3rem;border-radius:16px;text-align:center;border:1px solid #e2e8f0;transition:all .2s ease}.split-cta-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.split-cta-icon{font-size:3rem;margin-bottom:1.5rem}.split-cta-title{font-size:1.75rem;font-weight:700;margin-bottom:1rem;color:#1e293b}.split-cta-text{font-size:1.1rem;color:#64748b;margin-bottom:2rem;line-height:1.6}.split-cta-btn{width:100%;padding:1.25rem;background:linear-gradient(135deg,#f67549,#e25f33);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-block}.split-cta-btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #f6754966}.footer{background:#1e293b;color:#fff;padding:3rem 2rem 2rem;text-align:center}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{font-size:1.25rem;margin-bottom:1rem;color:#4dbdbe}.footer-section p,.footer-section a{color:#cbd5e1;text-decoration:none;display:block;margin-bottom:.5rem}.footer-section a:hover{color:#4dbdbe}.mascot{width:80px;height:80px;margin:1rem auto;border-radius:50%;background:linear-gradient(135deg,#4dbdbe,#f67549);padding:10px}.mascot img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%}.footer-bottom{padding-top:2rem;border-top:1px solid #374151;color:#94a3b8;font-size:.875rem}@media (max-width: 768px){.hero h1{font-size:2.5rem}.hero p{font-size:1.1rem}.user-toggle{max-width:100%}.hero-buttons{flex-direction:column;align-items:center}.hero-btn{width:100%;max-width:300px}.features h2,.how-it-works h2,.pricing h2,.who-its-for h2,.social-proof h2,.platform-updates h2{font-size:2rem}.features-grid,.steps-grid,.pricing-grid,.who-grid,.testimonials-grid,.split-cta-grid,.updates-grid{grid-template-columns:1fr}.update-card.featured{grid-column:span 1}.update-metrics{grid-template-columns:1fr;gap:.5rem}.platform-stats{grid-template-columns:repeat(2,1fr)}.split-cta-card{padding:2rem}}@media (max-width: 480px){.hero{padding:1rem}.hero h1{font-size:2rem}.features,.how-it-works,.pricing,.who-its-for,.social-proof,.split-cta,.platform-updates{padding:3rem 1rem}.platform-stats{grid-template-columns:1fr}.pricing-card,.split-cta-card{padding:1.5rem}}.success-message{display:none;background:#10b981;color:#fff;padding:1rem;border-radius:8px;margin-top:1rem;text-align:center}.success-message.show{display:block}/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-divide-y-reverse:0;--tw-border-style:solid;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}.collapse{visibility:collapse}.visible{visibility:visible}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.z-40{z-index:40}.z-50{z-index:50}.mx-auto{margin-inline:auto}.ml-auto{margin-left:auto}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.h-\[320px\]{height:320px}.max-h-\[90vh\]{max-height:90vh}.min-h-screen{min-height:100vh}.w-full{width:100%}.flex-1{flex:1}.flex-shrink-0{flex-shrink:0}.border-collapse{border-collapse:collapse}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.cursor-pointer{cursor:pointer}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}:where(.divide-y>:not(:last-child)){--tw-divide-y-reverse:0;border-bottom-style:var(--tw-border-style);border-top-style:var(--tw-border-style);border-top-width:calc(1px*var(--tw-divide-y-reverse));border-bottom-width:calc(1px*calc(1 - var(--tw-divide-y-reverse)))}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.rounded-full{border-radius:3.40282e38px}.border{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-b-2{border-bottom-style:var(--tw-border-style);border-bottom-width:2px}.border-dashed{--tw-border-style:dashed;border-style:dashed}.bg-gradient-to-r{--tw-gradient-position:to right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.object-cover{-o-object-fit:cover;object-fit:cover}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.capitalize{text-transform:capitalize}.uppercase{text-transform:uppercase}.underline{text-decoration-line:underline}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.opacity-80{opacity:.8}.ring-1{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-shadow{transition-property:box-shadow;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.\[analytics\:no-op\]{analytics:no-op}.\[analytics\:segment\.identify\]{analytics:segment.identify}.\[analytics\:segment\.page\]{analytics:segment.page}.\[analytics\:segment\.track\]{analytics:segment.track}.\[billing\:replayEvent\]{billing:replayEvent}.\[debug\:readEntitlement\]{debug:readEntitlement}.ring-inset{--tw-ring-inset:inset}@media (hover:hover){.hover\:underline:hover{text-decoration-line:underline}}.focus\:not-sr-only:focus{clip-path:none;white-space:normal;width:auto;height:auto;margin:0;padding:0;position:static;overflow:visible}.focus\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus\:outline:focus{outline-style:var(--tw-outline-style);outline-width:1px}.focus\:outline-2:focus{outline-style:var(--tw-outline-style);outline-width:2px}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}:focus-visible{outline-offset:2px;outline:2px solid}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-divide-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
