*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--clr-bg: #ffffff;--clr-surface: #f5f6f8;--clr-text: #1a1a2e;--clr-text-muted: #4a4a68;--clr-accent: #1b4d8e;--clr-accent-hover: #143a6b;--clr-accent-text: #ffffff;--clr-border: #d0d4dc;--clr-focus: #1b4d8e;--clr-table-head: #e8ebf0;--radius: 8px;--max-w: 52rem}[data-theme=dark]{--clr-bg: #0f1117;--clr-surface: #1a1c26;--clr-text: #e8e8f0;--clr-text-muted: #a0a0b8;--clr-accent: #5b9cf5;--clr-accent-hover: #7db4ff;--clr-accent-text: #0f1117;--clr-border: #2e3040;--clr-focus: #5b9cf5;--clr-table-head: #22242e}.skip-link{position:absolute;top:-100%;left:1rem;background:var(--clr-accent);color:var(--clr-accent-text);padding:.75rem 1.25rem;border-radius:var(--radius);font-weight:700;z-index:1000;text-decoration:none;font-size:1rem}.skip-link:focus{top:1rem;outline:3px solid var(--clr-focus);outline-offset:2px}html{scroll-behavior:smooth}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--clr-bg);color:var(--clr-text);line-height:1.6;min-height:100vh;display:flex;flex-direction:column;-webkit-font-smoothing:antialiased}:focus-visible{outline:3px solid var(--clr-focus);outline-offset:2px}.site-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid var(--clr-border);max-width:var(--max-w);width:100%;margin:0 auto}.site-title{font-size:1.35rem;font-weight:700;letter-spacing:-.01em;color:var(--clr-accent);text-decoration:none}.site-title:hover{text-decoration:underline;text-underline-offset:2px}.theme-toggle{background:var(--clr-surface);border:1px solid var(--clr-border);border-radius:var(--radius);padding:.45rem .7rem;cursor:pointer;font-size:1.1rem;line-height:1;color:var(--clr-text);display:flex;align-items:center;gap:.35rem}.theme-toggle:hover{border-color:var(--clr-accent)}.theme-toggle .label-text{font-size:.8rem;font-weight:500}main{flex:1;max-width:var(--max-w);width:100%;margin:0 auto;padding:2rem 1.5rem}section,aside{margin-bottom:3rem}h2{font-size:1.85rem;line-height:1.2;margin-bottom:.75rem;letter-spacing:-.02em}h3{font-size:1.25rem;margin-bottom:.6rem}p{margin-bottom:1rem}.hero p{font-size:1.15rem;color:var(--clr-text-muted);max-width:36rem}.pricing-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:1.5rem 0}.pricing-table{width:100%;border-collapse:collapse;text-align:center}.pricing-table caption{font-weight:700;font-size:1.1rem;margin-bottom:.5rem;text-align:left;color:var(--clr-text-muted)}.pricing-table th{background:var(--clr-table-head);padding:1rem;font-size:1.05rem;border:1px solid var(--clr-border)}.pricing-table td{padding:1.5rem 1rem;border:1px solid var(--clr-border);vertical-align:top;line-height:1.7}.pricing-table strong{font-size:1.6rem;display:block;margin-bottom:.35rem;color:var(--clr-accent)}.cta-button{display:inline-block;background:var(--clr-accent);color:var(--clr-accent-text);padding:.75rem 1.75rem;border-radius:var(--radius);text-decoration:none;font-weight:700;font-size:1rem;min-width:44px;min-height:44px;line-height:1.5;transition:background .15s ease}.cta-button:hover,.cta-button:focus-visible{background:var(--clr-accent-hover)}.steps-list{list-style:none;counter-reset:steps;padding:0}.steps-list li{counter-increment:steps;padding:.75rem 0 .75rem 2.75rem;position:relative;border-bottom:1px solid var(--clr-border)}.steps-list li:last-child{border-bottom:none}.steps-list li:before{content:counter(steps);position:absolute;left:0;top:.7rem;width:2rem;height:2rem;border-radius:50%;background:var(--clr-accent);color:var(--clr-accent-text);font-weight:700;font-size:.9rem;display:flex;align-items:center;justify-content:center}.trust-list{list-style:none;padding:0}.trust-list li{padding:.5rem 0 .5rem 1.75rem;position:relative}.trust-list li:before{content:"";position:absolute;left:0;top:.7rem;width:1rem;height:1rem;border-radius:50%;background:var(--clr-accent)}.upload-section{max-width:32rem}.upload-card{background:var(--clr-surface);border:1px solid var(--clr-border);border-radius:var(--radius);padding:1.5rem;margin-top:1.25rem}.upload-card--error{border-color:#b91c1c;background:#fef2f2}[data-theme=dark] .upload-card--error{background:#1c1012;border-color:#ef4444}.upload-card--error .error-icon{font-size:2rem;margin-bottom:.25rem;color:#b91c1c}[data-theme=dark] .upload-card--error .error-icon{color:#ef4444}.upload-card--success{border-color:#15803d;background:#f0fdf4}[data-theme=dark] .upload-card--success{background:#0b1a10;border-color:#22c55e}.upload-card--success .success-icon{font-size:2.5rem;color:#15803d;margin-bottom:.25rem}[data-theme=dark] .upload-card--success .success-icon{color:#22c55e}.form-field{margin-bottom:1.25rem}.form-field label{display:block;font-weight:600;margin-bottom:.35rem}.form-field .required{color:#b91c1c}[data-theme=dark] .form-field .required{color:#ef4444}.field-hint{font-size:.85rem;color:var(--clr-text-muted);margin-bottom:.4rem}.form-field input[type=email]{width:100%;padding:.6rem .75rem;border:1px solid var(--clr-border);border-radius:var(--radius);font-size:1rem;background:var(--clr-bg);color:var(--clr-text-muted);font-family:inherit}.form-field input[type=file]{width:100%;padding:.6rem;border:2px dashed var(--clr-border);border-radius:var(--radius);background:var(--clr-bg);color:var(--clr-text);font-family:inherit;font-size:.95rem;cursor:pointer;min-height:44px}.form-field input[type=file]:focus-visible{border-color:var(--clr-focus);outline:none;box-shadow:0 0 0 3px color-mix(in srgb,var(--clr-focus) 30%,transparent)}.upload-submit{width:100%;text-align:center;cursor:pointer;border:none;font-family:inherit}.upload-submit:disabled{opacity:.65;cursor:not-allowed}.progress-wrapper{margin-bottom:1.25rem}.progress-wrapper label{display:block;font-weight:600;margin-bottom:.35rem;font-size:.9rem}progress{width:100%;height:.75rem;border-radius:999px;border:none;appearance:none;-webkit-appearance:none;background:var(--clr-border)}progress::-webkit-progress-bar{background:var(--clr-border);border-radius:999px}progress::-webkit-progress-value{background:var(--clr-accent);border-radius:999px;transition:width .2s ease}progress::-moz-progress-bar{background:var(--clr-accent);border-radius:999px}.progress-text{font-size:.85rem;color:var(--clr-text-muted);margin-top:.35rem}.site-footer{border-top:1px solid var(--clr-border);padding:1.5rem;text-align:center;font-size:.875rem;color:var(--clr-text-muted);max-width:var(--max-w);width:100%;margin:0 auto}.site-footer a{color:var(--clr-accent);text-decoration:underline;text-underline-offset:2px}.site-footer a:hover{text-decoration:none}@media(max-width:30rem){.pricing-table th,.pricing-table td{display:block;width:100%;border:none;border-bottom:1px solid var(--clr-border)}.pricing-table thead tr,.pricing-table tbody tr{display:flex;flex-direction:column}h2{font-size:1.5rem}}@media print{body{background:#fff;color:#000}.theme-toggle,.skip-link{display:none!important}.cta-button{border:2px solid #000;color:#000;background:transparent}.cta-button:after{content:" (" attr(href) ")";font-size:.75rem}.site-footer a:after{content:" (" attr(href) ")";font-size:.75rem}a{color:#000;text-decoration:underline}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important;scroll-behavior:auto!important}}
