:root{--bg:#fafafa;--surface:#fafafa;--surface-soft:#f0f0f0;--text:#111;--text-muted:#6b7280;--accent:#0f172a;--border:#fafafa;--border-visible:#e5e7eb;--primary:#0f172a;--primary-hover:#1e293b;--primary-text:#fff;--success:#15803d;--success-hover:#166534;--warning:#b45309;--danger:#b91c1c;--radius:.75rem;--shadow:none;--shadow-md:none;--max-width:1100px;--font:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}[data-theme=dark]{--bg:#000;--surface:#000;--surface-soft:#0a0a0a;--text:#ededed;--text-muted:#888;--accent:#fafafa;--border:#000;--border-visible:#333;--primary:#fafafa;--primary-hover:#ccc;--primary-text:#000;--success:#22c55e;--success-hover:#16a34a;--warning:#fbbf24;--danger:#ef4444;--radius:.75rem;--shadow:none;--shadow-md:none}*{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font);background:var(--bg);color:var(--text);scroll-behavior:smooth}body{min-height:100vh;line-height:1.6}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto}button{cursor:pointer;font-family:var(--font)}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.25rem}.card{background:var(--surface);border-radius:var(--radius);padding:1.5rem}.btn{border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.95rem;font-weight:500;transition:background .15s,opacity .15s;display:inline-flex}.btn-primary{background:var(--primary);color:var(--primary-text);cursor:pointer;border:none;border-radius:.625rem;padding:.8rem 1.75rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .15s}.btn-primary:hover{background:var(--primary-hover);text-decoration:none}.btn-outline{border:1.5px solid var(--border-visible);color:var(--text);cursor:pointer;background:0 0;border-radius:.625rem;padding:.8rem 1.75rem;font-size:1rem;font-weight:500;text-decoration:none;transition:background .15s}.btn-outline:hover{background:var(--surface-soft);text-decoration:none}.btn-success{background:var(--success);color:var(--primary-text)}.btn-secondary{background:var(--surface-soft);color:var(--text);border:1px solid var(--border-visible)}.btn-secondary:hover{background:var(--border-visible)}@media print{header,nav,footer,.no-print,.ad-placeholder{display:none!important}body{color:#000;background:#fff}.letter-preview{box-shadow:none;border:none}}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}.hero{text-align:center;background:var(--bg);padding:5rem 1.25rem 4rem}.hero h1{color:var(--text);letter-spacing:-.02em;margin-bottom:1.25rem;font-size:clamp(2rem,5vw,3.2rem);font-weight:800;line-height:1.15}.hero p{color:var(--text-muted);max-width:580px;margin:0 auto 2rem;font-size:1.15rem;line-height:1.7}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:.875rem;margin-bottom:1.75rem;display:flex}.trust-row{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:.5rem;padding-top:1.5rem;display:flex}.trust-item{color:var(--text-muted);align-items:center;gap:.375rem;font-size:.875rem;font-weight:500;display:flex}.trust-item .check{color:var(--success);font-weight:700}#appeal-form{background:var(--bg);padding:3rem 1.25rem}.form-step{display:none}.form-step:first-of-type{display:block}.form-group{margin-bottom:1.375rem}.form-group label{color:var(--text);margin-bottom:.4rem;font-size:.875rem;font-weight:600;display:block}input,textarea,select{border:1.5px solid var(--border-visible);background:var(--surface-soft);width:100%;color:var(--text);font-family:var(--font);appearance:none;border-radius:.625rem;padding:.7rem 1rem;font-size:.95rem;line-height:1.5;transition:border-color .15s}input:focus,textarea:focus,select:focus{border-color:var(--accent);outline:none}input::placeholder,textarea::placeholder{color:var(--text-muted);font-size:.9rem}textarea{resize:vertical;min-height:80px}.progress-bar{background:var(--surface);border-radius:var(--radius);justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding:1.5rem 2rem;display:flex;position:relative}.progress-bar:before{content:"";background:var(--surface-soft);z-index:0;height:2px;position:absolute;top:2.6rem;left:15%;right:15%}.step{z-index:1;flex-direction:column;flex:1;align-items:center;gap:.5rem;display:flex;position:relative}.step-number{background:var(--surface-soft);width:40px;height:40px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;font-size:.95rem;font-weight:700;display:flex}.step.active .step-number{background:var(--primary);border-color:var(--primary);color:var(--primary-text)}.step.completed .step-number{background:var(--success);border-color:var(--success);color:var(--primary-text)}.step-label{color:var(--text-muted);text-align:center;font-size:.78rem;font-weight:500}.step.active .step-label{color:var(--primary);font-weight:700}.step.completed .step-label{color:var(--success)}.form-navigation{align-items:center;gap:.75rem;margin-top:1.5rem;display:flex}#how-it-works{background:var(--bg);text-align:center;padding:5rem 1.25rem}#how-it-works h2{color:var(--text);letter-spacing:-.01em;margin-bottom:.75rem;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800}.steps-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:900px;margin:3rem auto 0;display:grid}.step-card{background:var(--surface);text-align:center;border-radius:1rem;padding:2rem 1.25rem;transition:background .2s}.step-card:hover{background:var(--surface-soft)}.step-card .step-num{background:var(--primary);width:48px;height:48px;color:var(--primary-text);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;font-size:1.1rem;font-weight:800;display:flex}.step-card h3{color:var(--text);margin-bottom:.5rem;font-size:1rem;font-weight:700}.step-card p{color:var(--text-muted);font-size:.875rem;line-height:1.6}.helpful-info{padding:4rem 0}.helpful-info-title{text-align:center;color:var(--text);margin-bottom:1.5rem;font-size:1.75rem;font-weight:700}.helpful-info-card{max-width:720px;margin:0 auto}.helpful-info-list{margin-bottom:1.5rem;padding:0;list-style:none}.helpful-info-list li{color:var(--text);align-items:flex-start;gap:.75rem;padding:.75rem 0;display:flex}.helpful-info-list li:last-child{border-bottom:none}.helpful-info-list svg{color:var(--success);flex-shrink:0;margin-top:.125rem}.helpful-info-disclaimer{color:var(--text-muted);text-align:center;padding-top:1rem;font-size:.875rem;font-style:italic}.faq-section{padding:4rem 0}.faq-title{text-align:center;color:var(--text);margin-bottom:2rem;font-size:1.75rem;font-weight:700}.faq-list{max-width:720px;margin:0 auto}.faq-item{border-radius:var(--radius);background:var(--surface);margin-bottom:.75rem;overflow:hidden}.faq-question{text-align:left;width:100%;color:var(--text);cursor:pointer;font-size:1rem;font-weight:500;font-family:var(--font);background:0 0;border:none;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.faq-question:hover{background:var(--surface-soft)}.faq-icon{width:20px;height:20px;color:var(--text-muted);flex-shrink:0;transition:transform .2s}.faq-item[open] .faq-icon{transform:rotate(180deg)}.faq-answer{color:var(--text-muted);padding:0 1.25rem 1.25rem;line-height:1.6}.faq-answer p{margin:0}.site-header{z-index:50;background:var(--surface);height:64px;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;height:100%;display:flex}.logo{color:var(--text);align-items:center;gap:.5rem;font-size:1.125rem;font-weight:700;text-decoration:none;display:flex}.logo:hover{color:var(--primary);text-decoration:none}.logo-icon{width:32px;height:32px;color:var(--primary);flex-shrink:0}.header-nav{align-items:center;gap:1.5rem;display:flex}.nav-link{color:var(--text-muted);padding:.5rem 0;font-size:.95rem;font-weight:500}.nav-link:hover{color:var(--primary);text-decoration:none}@media (width<=768px){.header-nav.desktop-nav{display:none}}footer{background:var(--surface);text-align:center;padding:2.5rem 1.25rem}footer .footer-brand{color:var(--text);margin-bottom:.25rem;font-size:1rem;font-weight:700}footer .footer-tagline{color:var(--text-muted);margin-bottom:1.25rem;font-size:.85rem}footer .footer-links{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:1.25rem;display:flex}footer .footer-links a{color:var(--text-muted);font-size:.875rem;text-decoration:none}footer .footer-links a:hover{color:var(--accent)}footer .footer-copy{color:var(--text-muted);font-size:.8rem}footer .footer-disclaimer{color:var(--text-muted);max-width:500px;margin:.75rem auto 0;font-size:.78rem;line-height:1.5}.ad-placeholder{background:var(--surface-soft);border-radius:var(--radius);text-align:center;justify-content:center;align-items:center;min-height:90px;margin:2rem 0;padding:1.5rem;display:flex}.ad-label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);font-size:.7rem}.ad-placeholder.banner{min-height:90px}.ad-placeholder.sidebar,.ad-placeholder.square{min-height:250px}.modal-backdrop{z-index:999;background:#000000b3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-box{background:var(--surface);border-radius:1rem;width:100%;max-width:620px;max-height:85vh;padding:2rem;position:relative;overflow-y:auto}.modal-close{background:var(--surface-soft);cursor:pointer;width:32px;height:32px;color:var(--text);border-radius:.5rem;justify-content:center;align-items:center;font-size:1.1rem;display:flex;position:absolute;top:1rem;right:1rem}.modal-letter{color:var(--text);background:var(--surface-soft);white-space:pre-line;border-radius:.5rem;padding:1.5rem;font-family:Georgia,serif;font-size:.88rem;line-height:1.9}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}[data-theme=dark] #appeal-form-container{border:1px solid var(--border-visible)}[data-theme=dark] input,[data-theme=dark] textarea,[data-theme=dark] select{background:var(--bg)!important;border-color:var(--border-visible)!important}[data-theme=dark] input:focus,[data-theme=dark] textarea:focus,[data-theme=dark] select:focus{border-color:var(--accent)!important}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:var(--text-muted)!important}[data-theme=dark] select option{background:var(--surface);color:var(--text)}[data-theme=dark] .step-number{background:var(--surface-soft);border:1px solid var(--border-visible)}[data-theme=dark] .step.active .step-number{background:var(--accent);border-color:var(--accent);color:var(--primary-text)}[data-theme=dark] .step.completed .step-number{background:var(--success);border-color:var(--success);color:var(--primary-text)}[data-theme=dark] .step.active .step-label{color:var(--accent)}[data-theme=dark] .radio-option{background:var(--surface);border:1px solid var(--border-visible)}[data-theme=dark] .radio-option:hover,[data-theme=dark] .radio-option:has(input:checked){background:var(--surface-soft);border-color:var(--accent)}[data-theme=dark] .radio-option input[type=radio]{accent-color:var(--accent)}[data-theme=dark] .review-card{background:var(--surface);border:1px solid var(--border-visible)}[data-theme=dark] .btn-primary{background:var(--accent);color:var(--primary-text)}[data-theme=dark] .btn-primary:hover{background:var(--primary-hover)}[data-theme=dark] .btn-outline{border-color:var(--border-visible)}[data-theme=dark] .btn-outline:hover{background:var(--surface-soft);border-color:var(--accent)}[data-theme=dark] .btn-secondary:hover{background:var(--surface);border-color:var(--accent)}[data-theme=dark] .step-card{background:var(--surface);border:1px solid var(--border-visible)}[data-theme=dark] .step-card:hover{background:var(--surface-soft)}[data-theme=dark] .step-card .step-num{background:var(--accent);color:var(--primary-text)}[data-theme=dark] .faq-item{background:var(--surface);border:1px solid var(--border-visible)}[data-theme=dark] .faq-question:hover{background:var(--surface-soft)}[data-theme=dark] .helpful-info-disclaimer{border-top:1px solid var(--border-visible)}[data-theme=dark] .site-header{background:var(--surface);border-bottom:1px solid var(--border-visible)}[data-theme=dark] .nav-link:hover{color:var(--accent)}[data-theme=dark] footer{background:var(--surface);border-top:1px solid var(--border-visible)}[data-theme=dark] footer .footer-links a:hover{color:var(--accent)}[data-theme=dark] .modal-backdrop{background:#000000e6}[data-theme=dark] .modal-box{background:var(--surface);border:1px solid var(--border-visible)}[data-theme=dark] .modal-close{background:var(--surface-soft);border-color:var(--border-visible)}[data-theme=dark] .modal-close:hover{border-color:var(--accent)}[data-theme=dark] .ad-placeholder{background:var(--surface-soft);border:1px dashed var(--border-visible)}@media (width<=768px){.container{padding:0 1rem}.hero{padding:3rem 1rem 2.5rem}.hero h1{font-size:1.75rem}.hero p{margin-bottom:1.5rem;font-size:1rem}.hero-buttons{flex-direction:column;align-items:center;gap:.75rem}.hero-buttons .btn{justify-content:center;width:100%;max-width:320px;min-height:48px}.trust-row{flex-wrap:wrap;justify-content:center;gap:1rem}.trust-item{font-size:.8rem}#appeal-form{padding:2rem 1rem}.form-wrapper{border-radius:1rem}.progress-wrapper{padding:1rem 1rem 0}.form-content{padding:1.25rem}.progress-bar{margin-bottom:1.5rem;padding:1rem .75rem}.progress-bar:before{top:2rem;left:12%;right:12%}.step-number{width:36px;height:36px;font-size:.85rem}.step-label{text-overflow:ellipsis;white-space:nowrap;max-width:70px;font-size:.7rem;overflow:hidden}.step-title{margin-bottom:1.25rem;font-size:1.15rem}.form-group{margin-bottom:1.125rem}.form-group label{margin-bottom:.35rem;font-size:.85rem}input,textarea,select{padding:.65rem .875rem;font-size:1rem}.form-row{grid-template-columns:1fr!important}.form-navigation{flex-direction:column;gap:.75rem}#how-it-works{padding:3rem 1rem}#how-it-works h2{font-size:1.5rem}.steps-grid{grid-template-columns:1fr;gap:1rem;margin-top:2rem}.step-card{padding:1.5rem 1.25rem}.helpful-info{padding:2.5rem 0}.helpful-info-title{font-size:1.35rem}.helpful-info-list li{gap:.625rem;font-size:.9rem}.faq-section{padding:2.5rem 0}.faq-title{margin-bottom:1.5rem;font-size:1.35rem}.faq-question{padding:1rem;font-size:.95rem}.faq-answer{padding:0 1rem}footer{padding:2rem 1rem}footer .footer-links{gap:1rem}.modal-backdrop{align-items:flex-end;padding:.75rem}.modal-box{border-radius:1rem 1rem 0 0;max-height:90vh;padding:1.5rem}.btn{min-height:44px}.btn-primary,.btn-outline{min-height:48px;padding:.75rem 1.5rem}}@media (width<=480px){.hero{padding:2.5rem .875rem 2rem}.hero h1{font-size:1.5rem;line-height:1.2}.hero p{font-size:.9rem}.hero-buttons .btn{max-width:100%;padding:.875rem 1.25rem}.form-content{padding:1rem}.progress-bar{padding:.875rem .5rem}.step-number{width:32px;height:32px;font-size:.8rem}.step-label{max-width:58px;font-size:.65rem}.progress-bar:before{top:1.75rem;left:10%;right:10%}input,textarea,select{padding:.6rem .75rem;font-size:16px}.radio-option{padding:.65rem .875rem;font-size:.9rem}.radio-option input[type=radio]{width:16px;min-width:16px;height:16px}.result-actions{gap:.375rem}.result-actions .btn{min-height:40px;padding:.5rem .75rem;font-size:.8rem}.letter-preview{padding:1.25rem}.letter-preview pre{font-size:.85rem}.review-label{min-width:100px;font-size:.8rem}.review-value{font-size:.85rem}.faq-question{padding:.875rem;font-size:.9rem}.faq-answer{padding:0 .875rem;font-size:.9rem}footer .footer-brand{font-size:.9rem}footer .footer-tagline{font-size:.8rem}footer .footer-links{flex-direction:column;gap:.75rem}footer .footer-links a{font-size:.85rem}}#theme-toggle[data-astro-cid-l6lhmie6]{color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.4rem .6rem;transition:background .15s;display:flex}#theme-toggle[data-astro-cid-l6lhmie6]:hover{background:var(--surface-soft)}#theme-toggle[data-astro-cid-l6lhmie6] svg[data-astro-cid-l6lhmie6]{width:20px;height:20px}.header-actions[data-astro-cid-nen7h5rs]{align-items:center;gap:.75rem;display:flex}.hamburger[data-astro-cid-nen7h5rs]{cursor:pointer;color:var(--text);background:0 0;border:none;border-radius:.5rem;padding:.4rem .5rem;display:none}@media (width<=768px){.desktop-nav[data-astro-cid-nen7h5rs]{display:none}.hamburger[data-astro-cid-nen7h5rs]{justify-content:center;align-items:center;display:flex}}.mobile-menu[data-astro-cid-nen7h5rs]{background:var(--surface);flex-direction:column;gap:0;padding:1rem 1.25rem;display:none}.mobile-menu[data-astro-cid-nen7h5rs].open{display:flex}.mobile-menu[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]{color:var(--text);padding:1rem 0;font-size:1rem;font-weight:500;text-decoration:none}.mobile-menu[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]:last-child{border-bottom:none}.mobile-menu[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]:hover{color:var(--accent)}[data-astro-cid-nen7h5rs][data-theme=dark] .mobile-menu[data-astro-cid-nen7h5rs]{background:var(--surface)}[data-astro-cid-nen7h5rs][data-theme=dark] .mobile-menu[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]{color:var(--text)}[data-astro-cid-nen7h5rs][data-theme=dark] .hamburger[data-astro-cid-nen7h5rs]{color:var(--text);background:0 0}
