.help-hero{padding:calc(var(--header-height) + 3rem) 0 3rem;background:linear-gradient(135deg,#f8fafc 0,#f1f5f9 100%);text-align:center}.help-hero-content{max-width:800px;margin:0 auto}.help-title{font-size:3rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a}.help-description{font-size:1.25rem;color:#64748b;margin-bottom:2rem}.help-nav{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.help-nav-link{padding:.75rem 1.5rem;background:#fff;color:#64748b;border-radius:var(--border-radius);font-weight:500;transition:all .2s ease;box-shadow:var(--shadow-sm)}.help-nav-link:hover{background:var(--primary-color);color:#fff;transform:translateY(-1px);box-shadow:var(--shadow-md)}.help-section{padding:4rem 0}.help-section:nth-child(2n){background:#f8fafc}.help-section .section-title{margin-bottom:3rem}.quick-start-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.quick-step{background:#fff;border-radius:var(--border-radius-lg);overflow:hidden;box-shadow:var(--shadow-md);transition:transform .3s ease}.quick-step:hover{transform:translateY(-4px)}.step-header{background:linear-gradient(135deg,var(--primary-color),var(--accent-color));color:#fff;padding:1.5rem;display:flex;align-items:center;gap:1rem}.step-number{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:rgba(255,255,255,.2);border-radius:50%;font-weight:700;font-size:1.25rem}.step-header h3{font-size:1.25rem;font-weight:600;color:#fff}.step-content{padding:1.5rem}.step-content p{color:#64748b;margin-bottom:1.5rem}.step-visual{margin:1rem 0;text-align:center}.step-image{max-width:100%;height:auto;border-radius:var(--border-radius);box-shadow:var(--shadow-sm)}.step-note{background:#f8fafc;padding:1rem;border-radius:var(--border-radius);border-left:4px solid var(--primary-color);font-size:.875rem;color:#64748b;margin-top:1rem}.setup-section{margin-bottom:4rem}.setup-section-title{font-size:2rem;font-weight:600;margin-bottom:2rem;color:#1a1a1a;border-bottom:3px solid var(--primary-color);padding-bottom:.5rem;display:inline-block}.setup-content{background:#fff;border-radius:var(--border-radius-lg);padding:2rem;box-shadow:var(--shadow-sm);border:1px solid #e2e8f0}.requirements{display:grid;gap:1.5rem}.requirement{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#f8fafc;border-radius:var(--border-radius);border:1px solid #e2e8f0}.requirement-icon{font-size:2rem;margin-top:.25rem}.requirement-content h4{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:#1a1a1a}.requirement-content p{color:#64748b;line-height:1.6}.detailed-steps{display:flex;flex-direction:column;gap:3rem}.detailed-step{display:flex;gap:2rem;align-items:flex-start}.detailed-step .step-number{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;background:var(--primary-color);color:#fff;border-radius:50%;font-weight:700;font-size:1.25rem;flex-shrink:0}.step-content{flex:1}.step-content h4{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1a1a1a}.step-content ol{margin:1rem 0;padding-left:1.5rem}.step-content li{margin-bottom:.5rem;color:#64748b;line-height:1.6}.step-content li a{color:var(--primary-color);text-decoration:underline}.step-content li a:hover{color:var(--primary-hover)}.code-block{background:#1a1a1a;border-radius:var(--border-radius);overflow:hidden;margin:1rem 0}.code-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#2d2d2d;border-bottom:1px solid #404040}.code-header span{color:#e2e8f0;font-size:.875rem;font-weight:500}.copy-btn{background:var(--primary-color);color:#fff;border:none;padding:.25rem .75rem;border-radius:4px;font-size:.75rem;cursor:pointer;transition:background .2s ease}.copy-btn:hover{background:var(--primary-hover)}.code-block code{display:block;padding:1rem;color:#e2e8f0;font-family:'JetBrains Mono','Fira Code',monospace;font-size:.875rem;line-height:1.5;overflow-x:auto}.permissions-info{background:#fef3c7;border:1px solid #fbbf24;border-radius:var(--border-radius);padding:1.5rem;margin:1rem 0}.permissions-info h5{font-size:1rem;font-weight:600;margin-bottom:.75rem;color:#92400e}.permissions-info ul{list-style:none;padding:0;margin:0}.permissions-info li{color:#92400e;margin-bottom:.5rem;padding-left:1rem;position:relative}.permissions-info li strong{color:#78350f}.permissions-info li::before{content:'🔑';position:absolute;left:0;top:0}.verification-checklist{margin:1.5rem 0}.verification-checklist h5{font-size:1rem;font-weight:600;margin-bottom:1rem;color:#1a1a1a}.checklist{display:grid;gap:.75rem}.checklist-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#f0f9ff;border:1px solid #0ea5e9;border-radius:var(--border-radius)}.check-icon{width:1.25rem;height:1.25rem;color:var(--success-color);stroke-width:3;flex-shrink:0}.checklist-item span{color:#0c4a6e;font-weight:500}.config-options{display:grid;gap:2rem}.config-option{padding:1.5rem;border:1px solid #e2e8f0;border-radius:var(--border-radius);background:#fafafa}.config-option h4{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#1a1a1a}.config-option p{color:#64748b;margin-bottom:1rem}.config-option ul{margin:0;padding-left:1.5rem}.config-option li{color:#64748b;margin-bottom:.5rem;line-height:1.5}.troubleshooting-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.troubleshooting-item{background:#fff;border:1px solid #e2e8f0;border-radius:var(--border-radius-lg);overflow:hidden;box-shadow:var(--shadow-sm)}.trouble-title{background:#fef2f2;color:#991b1b;padding:1.5rem;margin:0;font-size:1.25rem;font-weight:600;border-bottom:1px solid #fecaca}.trouble-content{padding:1.5rem}.trouble-content p{color:#64748b;margin-bottom:1.5rem;font-style:italic}.trouble-solutions h4{font-size:1rem;font-weight:600;margin-bottom:.75rem;color:#1a1a1a}.trouble-solutions ol{margin:0;padding-left:1.5rem}.trouble-solutions li{color:#64748b;margin-bottom:.5rem;line-height:1.5}.help-contact{background:#fff;border-radius:var(--border-radius-lg);padding:3rem;text-align:center;box-shadow:var(--shadow-md);margin-top:3rem}.help-contact h3{font-size:2rem;font-weight:600;margin-bottom:1rem;color:#1a1a1a}.help-contact p{color:#64748b;margin-bottom:2rem;font-size:1.125rem}.contact-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.contact-option{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:var(--border-radius);transition:all .2s ease;text-decoration:none}.contact-option:hover{background:#fff;border-color:var(--primary-color);transform:translateY(-2px);box-shadow:var(--shadow-md)}.contact-icon{font-size:2rem}.contact-info h4{font-size:1.125rem;font-weight:600;margin-bottom:.25rem;color:#1a1a1a}.contact-info p{color:#64748b;margin:0;font-size:.875rem}.faq-list{max-width:800px;margin:0 auto}.faq-item{background:#fff;border:1px solid #e2e8f0;border-radius:var(--border-radius);margin-bottom:1rem;overflow:hidden}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;cursor:pointer;transition:background .2s ease}.faq-question:hover{background:#f8fafc}.faq-question h3{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin:0}.faq-toggle{background:var(--primary-color);color:#fff;border:none;width:2rem;height:2rem;border-radius:50%;font-size:1.25rem;font-weight:700;cursor:pointer;transition:all .3s ease}.faq-item.active .faq-toggle{transform:rotate(45deg);background:var(--error-color)}.faq-answer{padding:0 1.5rem;max-height:0;overflow:hidden;transition:all .3s ease}.faq-item.active .faq-answer{padding:0 1.5rem 1.5rem;max-height:200px}.faq-answer p{color:#64748b;line-height:1.6;margin:0}@media (max-width:768px){.help-title{font-size:2rem}.help-nav{flex-direction:column;align-items:center}.quick-start-grid{grid-template-columns:1fr}.detailed-step{flex-direction:column;align-items:flex-start;gap:1rem}.troubleshooting-grid{grid-template-columns:1fr}.contact-options{grid-template-columns:1fr}.help-contact{padding:2rem 1rem}.setup-section-title{font-size:1.5rem}.help-nav-link{width:100%;text-align:center}}