:root{--bg: #ffffff;--surface: #f4f6f9;--border: #e2e6ea;--text: #1a1a2e;--text-muted: #6b7280;--text-subtle: #9ca3af;--accent: #2563eb;--accent-hover: #1d4ed8;--accent-text: #ffffff;--danger: #dc2626;--success: #16a34a;--radius: 6px;--shadow: 0 1px 3px rgba(0, 0, 0, .08)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,-apple-system,Segoe UI,sans-serif;font-size:1rem;line-height:1.6;color:var(--text);background:var(--bg)}.container{width:100%;max-width:680px;margin-inline:auto;padding-inline:1.5rem}.section{padding-block:3.5rem}.section--surface{background:var(--surface)}.section-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:var(--text)}.hero{padding-block:5rem 4rem;text-align:center}.hero-headline{font-size:2rem;font-weight:800;line-height:1.2;margin-bottom:1rem;color:var(--text)}.hero-audience{font-size:.9375rem;color:var(--text-muted);margin-bottom:1.25rem}.hero-subheadline{font-size:1.125rem;color:var(--text-muted);margin-bottom:2rem;max-width:480px;margin-inline:auto}.hero-urgency{font-size:.8125rem;color:var(--text-muted);margin-top:.875rem}.hero-trust{font-size:.8125rem;color:var(--text-subtle);margin-top:.375rem}.btn-primary{display:inline-block;background:var(--accent);color:var(--accent-text);font-size:1rem;font-weight:600;padding:.75rem 1.75rem;border-radius:var(--radius);border:none;cursor:pointer;text-decoration:none;transition:background .15s ease;font-family:inherit}.btn-primary:hover{background:var(--accent-hover)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.bullet-list{list-style:none;display:flex;flex-direction:column;gap:1rem}.bullet-list li{display:flex;align-items:flex-start;gap:.75rem;font-size:1.0625rem}.bullet-list li:before{content:"";flex-shrink:0;width:1.375rem;height:1.375rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;margin-top:.1rem}.bullet-list--problem li:before{content:"✕";background:#fee2e2;color:var(--danger)}.bullet-list--solution li:before{content:"✓";background:#dcfce7;color:var(--success)}.steps{list-style:none;display:flex;flex-direction:column;gap:1.5rem}.step{display:flex;align-items:center;gap:1rem}.step-number{flex-shrink:0;width:2.5rem;height:2.5rem;background:var(--accent);color:var(--accent-text);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700}.step-label{font-size:1.0625rem;font-weight:500}.flow-diagram{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-top:2.5rem;padding-top:2rem;border-top:1px solid var(--border)}.flow-item{font-size:.875rem;font-weight:600;color:var(--accent);background:#2563eb12;border:1px solid rgba(37,99,235,.18);border-radius:100px;padding:.3125rem 1rem;white-space:nowrap}.flow-arrow{color:var(--text-subtle);font-size:1.125rem;line-height:1}.section--signup{background:var(--bg)}.signup-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.375rem}.form-label{font-size:.875rem;font-weight:600;color:var(--text)}.form-input{font-size:1rem;font-family:inherit;padding:.625rem .875rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);color:var(--text);width:100%;transition:border-color .15s ease}.form-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #2563eb1a}.form-input--error{border-color:var(--danger)}.form-input--error:focus{border-color:var(--danger);box-shadow:0 0 0 3px #dc26261a}.form-textarea{resize:vertical;min-height:5rem}.form-error{font-size:.875rem;color:var(--danger)}.signup-success{font-size:1.125rem;color:var(--success);text-align:center;padding-block:2rem}.locale-switcher{position:fixed;top:1rem;right:1.5rem;z-index:100;display:flex;align-items:center;gap:.5rem;background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border);border-radius:var(--radius);padding:.25rem .625rem;box-shadow:var(--shadow)}.locale-link{font-size:.8125rem;font-weight:600;color:var(--text-muted);text-decoration:none;letter-spacing:.04em;transition:color .15s ease}.locale-link:hover,.locale-link--active{color:var(--accent)}.locale-separator{color:var(--border);font-size:.75rem}output.cookie-toast{position:fixed;bottom:1rem;left:1rem;right:1rem;max-width:480px;margin-inline:auto;background:var(--text);color:#fff;border-radius:var(--radius);padding:.875rem 1rem;display:flex;align-items:center;gap:1rem;box-shadow:0 4px 12px #00000026;z-index:200}.cookie-text{flex:1;font-size:.875rem;line-height:1.5}.cookie-close{flex-shrink:0;background:#ffffff26;color:#fff;border:none;border-radius:var(--radius);padding:.25rem .625rem;font-size:.8125rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s ease;font-family:inherit}.cookie-close:hover{background:#ffffff40}@media (min-width: 768px){.hero{padding-block:7rem 5rem}.hero-headline{font-size:2.75rem}.hero-subheadline{font-size:1.25rem}.section{padding-block:5rem}.section-title{font-size:1.75rem}.steps{flex-direction:row;gap:2rem}.step{flex:1;flex-direction:column;text-align:center}.flow-diagram{flex-direction:row}}
