body{margin:0;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}*{margin:0;padding:0;box-sizing:border-box}.landing-page{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;color:#333}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #0000000d}.nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{font-size:1.75rem;font-weight:700;color:#2563eb;margin:0}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{text-decoration:none;color:#4b5563;font-weight:500;transition:color .2s}.nav-links a:hover{color:#2563eb}.btn-primary,.btn-secondary,.btn-outline{padding:.625rem 1.5rem;border-radius:.5rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block;border:none;cursor:pointer;font-size:1rem}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}.btn-secondary{background:#f3f4f6;color:#374151}.btn-secondary:hover{background:#e5e7eb}.btn-outline{background:transparent;color:#2563eb;border:2px solid #2563eb}.btn-outline:hover{background:#2563eb;color:#fff}.btn-ghost{padding:.625rem 1.5rem;border-radius:.5rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block;cursor:pointer;font-size:1rem;background:transparent;color:#fff;border:2px solid rgba(255,255,255,.7)}.btn-ghost:hover{background:#ffffff26;border-color:#fff}.btn-large{padding:1rem 2rem;font-size:1.125rem}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 0;text-align:center}.hero-content{max-width:800px;margin:0 auto}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;margin-bottom:2rem;opacity:.95;line-height:1.8}.hero-cta{display:flex;gap:1rem;justify-content:center;margin-bottom:1rem}.hero-note{font-size:.875rem;opacity:.8}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#111827}.features{padding:6rem 0;background:#f9fafb}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 1px 3px #0000001a;transition:all .3s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0000001a}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.25rem;margin-bottom:.75rem;color:#111827}.feature-card p{color:#6b7280;line-height:1.7}.how-it-works{padding:6rem 0}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.step{text-align:center;padding:2rem}.step-number{width:60px;height:60px;background:#2563eb;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1.5rem}.step h3{font-size:1.25rem;margin-bottom:.75rem;color:#111827}.step p{color:#6b7280}.pricing{padding:6rem 0;background:#f9fafb}.pricing-subtitle{text-align:center;color:#6b7280;font-size:1.125rem;margin-top:-2rem;margin-bottom:3rem}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.pricing-card{background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 1px 3px #0000001a;position:relative;transition:all .3s}.pricing-card.featured{border:2px solid #2563eb;transform:scale(1.05)}.pricing-card:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 10px 25px #00000026}.pricing-card.featured:hover{transform:translateY(-4px) scale(1.07)}.badge{position:absolute;top:-12px;right:20px;background:#2563eb;color:#fff;padding:.375rem 1rem;border-radius:9999px;font-size:.75rem;font-weight:600}.pricing-card h3{font-size:1.5rem;margin-bottom:1rem;color:#111827}.price{margin-bottom:2rem}.amount{font-size:3rem;font-weight:800;color:#2563eb}.period{color:#6b7280;font-size:1rem}.pricing-features{list-style:none;margin-bottom:2rem}.pricing-features li{padding:.75rem 0;border-bottom:1px solid #e5e7eb;color:#4b5563}.pricing-features li:last-child{border-bottom:none}.pricing-features li:before{content:"✓ ";color:#10b981;font-weight:700;margin-right:.5rem}.cta{padding:6rem 0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center}.cta h2{font-size:2.5rem;margin-bottom:1rem}.cta p{font-size:1.25rem;margin-bottom:2rem;opacity:.95}.footer{background:#111827;color:#9ca3af;padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:3rem}.footer-section h4{color:#fff;margin-bottom:1rem;font-size:1.125rem}.footer-section p{line-height:1.7}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#9ca3af;text-decoration:none;transition:color .2s}.footer-section a:hover{color:#fff}.footer-bottom{border-top:1px solid #374151;padding-top:2rem;text-align:center}@media(max-width:768px){.container{padding:0 1rem}.logo{font-size:1.5rem}.nav-links{gap:.5rem;font-size:.75rem}.nav-links a{padding:.5rem .75rem}.btn-primary,.btn-secondary,.btn-outline{padding:.5rem 1rem;font-size:.875rem}.hero{padding:3rem 0}.hero-title{font-size:2rem;margin-bottom:1rem}.hero-subtitle{font-size:1rem;margin-bottom:1.5rem}.hero-cta{flex-direction:column;gap:.75rem}.hero-cta a{width:100%;text-align:center}.section-title{font-size:1.75rem;margin-bottom:2rem}.features,.how-it-works,.pricing,.cta{padding:3rem 0}.features-grid,.steps,.pricing-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card,.step,.pricing-card{padding:1.5rem}.pricing-card.featured{transform:scale(1);border:2px solid #2563eb}.pricing-card:hover,.pricing-card.featured:hover{transform:translateY(-2px) scale(1)}.cta h2{font-size:1.75rem}.cta p{font-size:1rem}.footer{padding:2rem 0 1rem}.footer-grid{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.amount{font-size:2.5rem}}.legal-page{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;color:#333}.legal-header{background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #0000000d}.legal-header .nav{padding:1rem 0}.legal-header .logo{text-decoration:none}.back-link{text-decoration:none;color:#6b7280;font-size:.9rem;font-weight:500;transition:color .15s}.back-link:hover{color:#2563eb}.legal-main{padding:3rem 0 5rem;background:#f9fafb;min-height:calc(100vh - 130px)}.legal-content{max-width:800px;margin:0 auto;background:#fff;padding:3rem;border-radius:8px;box-shadow:0 1px 3px #00000014}.legal-content h1{font-size:2rem;font-weight:700;color:#111827;margin-bottom:.25rem}.legal-content h2{font-size:1.35rem;font-weight:600;color:#1f2937;margin-top:2.5rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.legal-content h3{font-size:1.05rem;font-weight:600;color:#374151;margin-top:1.5rem;margin-bottom:.5rem}.legal-content p{color:#4b5563;margin-bottom:1rem;line-height:1.75}.legal-content ul,.legal-content ol{margin-bottom:1rem;padding-left:1.75rem;color:#4b5563}.legal-content li{margin-bottom:.4rem;line-height:1.7}.legal-content strong{color:#1f2937;font-weight:600}.legal-content a{color:#2563eb;text-decoration:underline}.legal-content a:hover{color:#1d4ed8}.legal-content table{width:100%;border-collapse:collapse;margin-bottom:1.5rem;font-size:.9rem}.legal-content th{background:#f3f4f6;padding:.75rem 1rem;text-align:left;font-weight:600;color:#374151;border:1px solid #e5e7eb}.legal-content td{padding:.75rem 1rem;border:1px solid #e5e7eb;color:#4b5563}.legal-content tr:nth-child(2n) td{background:#f9fafb}.legal-content hr{border:none;border-top:1px solid #e5e7eb;margin:2rem 0}.legal-content blockquote{border-left:4px solid #2563eb;padding:.75rem 1.5rem;margin:1.5rem 0;background:#eff6ff;color:#1e40af;border-radius:0 4px 4px 0}.legal-draft-notice{background:#fefce8;border:1px solid #fde047;border-radius:6px;padding:.75rem 1rem;margin-bottom:2rem;font-size:.85rem;color:#854d0e}.legal-footer{background:#111827;color:#9ca3af;padding:2rem 0;text-align:center;font-size:.875rem}.legal-footer a{color:#9ca3af;text-decoration:none;margin:0 .75rem;transition:color .2s}.legal-footer a:hover{color:#fff}@media(max-width:768px){.legal-content{padding:1.5rem}.legal-content h1{font-size:1.5rem}.legal-content h2{font-size:1.15rem}}@media(max-width:480px){.nav{flex-wrap:wrap}.nav-links{width:100%;justify-content:space-between;margin-top:.5rem}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:.9rem}.section-title{font-size:1.5rem}.feature-icon{font-size:2.5rem}.feature-card h3,.step h3{font-size:1.125rem}.amount{font-size:2rem}.cta h2{font-size:1.5rem}}
