main{max-width:1000px;margin:0 auto;padding:80px 24px 2rem}.hero{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:3rem;margin-bottom:3rem;text-align:center}.hero h1{font-family:var(--serif);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;margin-bottom:1rem;color:var(--accent);letter-spacing:-.02em}.hero-subheading{font-size:1.125rem;color:var(--text-2);line-height:1.8;max-width:800px;margin:0 auto}.quick-answer{background:var(--bg);background-image:linear-gradient(to right,var(--accent-bg),transparent 40%);padding:1.5rem;margin-bottom:2rem;border-radius:4px}.quick-answer h2{font-family:var(--serif);font-size:1.25rem;color:var(--accent);margin-bottom:.75rem}.quick-answer p{line-height:1.8;color:var(--text-2)}section{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;margin-bottom:2rem}h2{font-family:var(--serif);font-size:clamp(1.25rem,3vw,1.75rem);color:var(--accent);margin-bottom:1.5rem;letter-spacing:-.01em}h3{font-family:var(--serif);font-size:1.25rem;color:var(--text-1);margin-top:1.5rem;margin-bottom:.75rem}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin:1.5rem 0}.category-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-xs);padding:1.25rem}.category-card h4{font-family:var(--serif);color:var(--accent);margin-bottom:.5rem;font-size:1.05rem}.category-card p{color:var(--text-2);font-size:.9rem;line-height:1.6}.step-list{counter-reset:steps;list-style:none;padding:0}.step-list li{counter-increment:steps;padding:1.25rem 1.25rem 1.25rem 3.5rem;position:relative;background:var(--bg);background-image:linear-gradient(to right,var(--accent-bg),transparent 40%);margin-bottom:1rem;border-radius:4px}.step-list li:before{content:counter(steps);position:absolute;left:.75rem;top:1.25rem;width:2rem;height:2rem;background:var(--accent);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}.step-list li h4{font-family:var(--serif);color:var(--text-1);margin-bottom:.5rem}.step-list li p{color:var(--text-2);line-height:1.7;font-size:.95rem}.highlight-box{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-xs);padding:1.5rem;margin:1.5rem 0}.highlight-box h4{font-family:var(--serif);color:var(--accent);margin-bottom:.75rem}.highlight-box p{color:var(--text-2);line-height:1.7}.feature-list{list-style:none;margin:1rem 0}.feature-list li{padding:.75rem 0 .75rem 2rem;position:relative;line-height:1.6;color:var(--text-2)}.feature-list li:before{content:"✓";position:absolute;left:0;color:var(--accent);font-weight:700}.internal-links{display:flex;flex-wrap:wrap;gap:1rem;margin:1.5rem 0}.internal-links a{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-xs);padding:.75rem 1.25rem;color:var(--text-2);font-size:.9rem;font-weight:500;transition:all .2s;text-decoration:none}.internal-links a:hover{border-color:var(--accent);color:var(--accent)}.faq-section{margin-top:2rem}.faq-item{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.faq-item:last-child{border-bottom:none}.faq-question{font-family:var(--serif);font-weight:600;color:var(--accent);margin-bottom:.75rem;font-size:1.05rem}.faq-answer{color:var(--text-2);line-height:1.8}.cta-box{background:var(--accent);color:#fff;text-align:center;padding:2rem;border-radius:var(--radius);margin:2rem 0}.cta-box p{font-size:1.1rem;margin-bottom:1.5rem;line-height:1.6}.cta-button{display:inline-block;background:#fff;color:var(--accent);padding:.875rem 2rem;border-radius:var(--radius-xs);text-decoration:none;font-weight:600;transition:all .2s}.cta-button:hover{background:#f0f0f0;transform:translateY(-2px)}@media(max-width:768px){main{padding:76px 20px 1.5rem}.hero{padding:2rem 1.5rem}section{padding:1.5rem}.category-grid{grid-template-columns:1fr}}@media(max-width:480px){main{padding:72px 16px 1rem}.hero{padding:1.5rem 1rem}.hero h1{font-size:1.5rem}section{padding:1rem}.cta-box{padding:1.5rem 1rem}}
