*{box-sizing:border-box;margin:0;padding:0}:root{--color-primary:#1e40af;--color-primary-hover:#1e3a8a;--color-error:#dc2626;--color-success:#16a34a;--color-warning:#d97706;--color-warning-bg:rgba(245,158,11,0.1);--color-text:#1f2937;--color-text-muted:#6b7280;--color-bg:#ffffff;--color-bg-secondary:#f3f4f6;--color-border:#e5e7eb;--radius:8px}html{scroll-behavior:smooth}[id]{scroll-margin-top:80px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:var(--color-text);background-color:var(--color-bg);line-height:1.5}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;border-radius:var(--radius);border:none;cursor:pointer;transition:all .2s}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background-color:var(--color-primary);color:white}.btn-primary:hover:not(:disabled){background-color:var(--color-primary-hover)}.btn-secondary{background-color:var(--color-bg-secondary);color:var(--color-text);border:1px solid var(--color-border)}.btn-secondary:hover:not(:disabled){background-color:var(--color-border)}.btn-sm{padding:.375rem .75rem;font-size:.875rem}.btn-xs{padding:.25rem .75rem;font-size:.75rem}.list-item{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem;background-color:var(--color-bg-subtle);border-radius:var(--radius)}.list-item__content{min-width:0;flex:1 1}.form-group{margin-bottom:1rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;font-size:.875rem}.form-input{width:100%;padding:.75rem;font-size:1rem;border:1px solid var(--color-border);border-radius:var(--radius);transition:border-color .2s}.form-input:focus{outline:none;border-color:var(--color-primary)}.form-error{color:var(--color-error);font-size:.875rem;margin-top:.25rem}.card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius);padding:1.5rem}.card-link{display:block;text-decoration:none;color:inherit;transition:transform .15s,box-shadow .15s}.card-link:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1);text-decoration:none}.text-center{text-align:center}.text-muted{color:var(--color-text-muted)}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.landing-hero{background:linear-gradient(180deg,#f8fafc,#f1f5f9);position:relative}.landing-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:100px;font-size:.875rem;color:#1e40af;font-weight:500}.landing-title{font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;letter-spacing:-.02em;color:#0f172a}.landing-title-highlight{color:#1e40af}.landing-subtitle{font-size:clamp(1rem,2vw,1.125rem);line-height:1.8;color:#475569}.btn-gradient{background:var(--color-primary);color:white;font-weight:600;padding:.875rem 1.75rem;font-size:1rem;border-radius:var(--radius);transition:all .2s ease}.btn-gradient:hover{background:var(--color-primary-hover);text-decoration:none}.problem-card{background:white;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;display:flex;align-items:flex-start;gap:1rem;transition:border-color .2s ease}.problem-card:hover{border-color:#cbd5e1}.problem-icon{flex-shrink:0;width:44px;height:44px;background:#fef2f2;border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--color-error)}.solution-card{background:white;border:1px solid #e2e8f0;border-radius:12px;padding:1.75rem;text-align:center;transition:all .2s ease}.solution-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px rgba(59,130,246,.08)}.solution-icon{width:56px;height:56px;margin:0 auto 1rem;background:#eff6ff;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#1e40af}.step-card{background:white;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;transition:border-color .2s ease}.step-card:hover{border-color:#3b82f6}.step-number{width:32px;height:32px;background:#1e40af;color:white;border-radius:50%;font-weight:600;font-size:.875rem}.benefit-icon,.step-number{display:flex;align-items:center;justify-content:center;flex-shrink:0}.benefit-icon{width:40px;height:40px;background:#eff6ff;border-radius:10px;color:#1e40af}.cta-section{background:#1e3a8a;color:white}.btn-white{background:white;color:#1e40af;font-weight:600;padding:.875rem 1.75rem;font-size:1rem;border-radius:8px;transition:all .2s ease}.btn-white:hover{background:#f8fafc;text-decoration:none}.section-title{font-size:clamp(1.5rem,3vw,1.75rem);font-weight:700;text-align:center;margin-bottom:.5rem;color:#0f172a}.section-subtitle{text-align:center;color:#64748b;margin-bottom:2.5rem}.landing-page{min-height:100vh;display:flex;flex-direction:column}.landing-header{position:fixed;top:0;left:0;right:0;z-index:100;border-bottom:1px solid var(--color-border);background-color:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.landing-header-content{display:flex;justify-content:space-between;align-items:center;height:56px}@media (min-width:640px){.landing-header-content{height:64px}}@media (max-width:400px){.landing-header-buttons .btn-secondary{display:none}}.landing-header-buttons{display:flex;gap:.5rem}.landing-header-buttons .btn{padding:.5rem .75rem;font-size:.875rem;white-space:nowrap}@media (min-width:640px){.landing-header-buttons{gap:.75rem}.landing-header-buttons .btn{padding:.75rem 1.5rem;font-size:1rem}}.landing-hero-section{padding-top:140px;padding-bottom:100px}.landing-hero-content{text-align:center}.landing-hero-cta{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.landing-hero-note{margin-top:1rem;font-size:.875rem;color:#64748b}.landing-hero-description{max-width:480px;margin:0 auto 2rem;text-wrap:balance}.landing-section{padding:80px 1rem}.landing-section-white{background-color:#ffffff}.landing-section-gray{background-color:#f8fafc}.landing-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:1.25rem;gap:1.25rem;max-width:900px;margin:0 auto}.landing-grid-4{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1rem;gap:1rem;max-width:1000px;margin:0 auto}.problem-card-title{font-weight:600;margin-bottom:.375rem;font-size:.9375rem;text-wrap:balance}.problem-card-description{font-size:.875rem;color:#64748b;line-height:1.6}.solution-card-title{font-weight:600;margin-bottom:.5rem}.solution-card-description{font-size:.875rem;color:#64748b;line-height:1.6}.step-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.step-card-title{font-weight:600;margin-bottom:.375rem;font-size:.9375rem}.step-card-description{font-size:.8125rem;color:#64748b;line-height:1.6}.benefit-item{display:flex;align-items:flex-start;gap:.75rem}.benefit-item-title{font-weight:600;margin-bottom:.25rem;font-size:.9375rem}.benefit-item-description{font-size:.8125rem;color:#64748b}.cta-section-content{text-align:center;max-width:560px;margin:0 auto}.cta-section-title{font-size:1.75rem;font-weight:700;margin-bottom:1rem}.cta-section-description{font-size:1rem;opacity:.9;margin-bottom:1.5rem;line-height:1.7}.landing-footer{border-top:1px solid var(--color-border);padding:2.5rem 1rem;background-color:#ffffff}.landing-footer-content{display:flex;flex-direction:column;align-items:center;gap:1rem}.landing-footer-description{font-size:.8125rem;color:#64748b;text-align:center}.landing-footer-copyright{font-size:.75rem;color:#94a3b8}.footer-nav{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.footer-nav-link{font-size:.8125rem;color:#64748b}.auth-footer{margin-top:2rem}.legal-page-main{padding-top:100px;padding-bottom:60px}.legal-page-container{max-width:800px}.legal-page-title{font-size:1.75rem;font-weight:700;margin-bottom:2rem;color:#0f172a}.legal-page-content{line-height:1.8;color:#374151;font-size:.9375rem}.legal-section{margin-bottom:2rem}.legal-section-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#1f2937}.legal-list{margin-left:1.5rem;list-style-type:disc}.legal-list-item{margin-bottom:.5rem}.legal-table{width:100%;border-collapse:collapse}.legal-table-row{border-bottom:1px solid #e5e7eb}.legal-table-header{text-align:left;padding:1rem 0;width:35%;font-weight:600;color:#1f2937;vertical-align:top}.legal-table-cell{padding:1rem 0}